img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

html, body {
    font-family: 'Fira sans', sans-serif;
    margin: 0;
    height: 100%;
}

p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
}

h1{
    font-family: 'Fira Sans', sans-serif;
}

footer{
    text-align: center;
}

.nav-link-lapalette{
    color: white !important;
}

.active{
    color: black !important;
}

#fit_screen {
    height: 100vh;
}

.flex-fill {
    flex:1 1 auto;
}

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
  }

.ttp-onglet{
    text-align: center;
    align-content: center;
}

.ttp-iframe{
    height: 80vh;
}

.bg-palette{
    background-color: #566459;
}

.title-palette {
    font-size: 65px;
    text-align: center;
    font-family: var(--font-piepie) !important;
}

.centered{
    align-content: center;
}