html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans', sans-serif;
    background-color: #F5F2EC;
    color: #fffafa;
    margin: 0;
}

a {
    color: #C25C62;
    text-decoration: underline;
    transition: .3s;
}

a:hover {
    color: #a64e54;
}

p {
    text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Cormorant Garamond", serif;
    color: var(--noir);
    font-weight: 600;
}

.row {
    align-items: center;
}

.titre-section {
    text-align: center;
    margin-bottom: 40px;
}

.icones {
    width: 90%;
    height: 0;
    padding-bottom: 90%;
    margin: auto;
    background-position: top;
    background-size: cover;
    transition: .5s ease;
    border: thin solid transparent;
    cursor: pointer;
}

.dropdown-menu {
    background-color: #4c2121;
}

.dropdown-item {
    color: #ddd
}

.icones:hover {
    transform: scale(1.04);
}

.icones:active {
    transform: scale(1);
}

.icone-titre {
    margin: 10px 0;
    text-align: center;
}

.section {
    text-align: center;
    border-bottom: thin solid black;
    margin: 25px 25px 0 25px;
    padding: 15px;
}

#udem_cookie_consent_toggle {
    color: #0b113a;
    text-align: right;
}

#modifier {
    text-align: right;
    width: 100%;
    font-size: 1.1em;
}

#modifier a {
    color: #db8a2f;
    text-decoration: none;
}

@media only screen and (max-width: 700px), (max-height: 500px) {
    .pied {
        display: none;
    }
}
