h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1 {
    text-align: center;
    font-size: 3em;
}

html {
    scroll-behavior: smooth;
}

p, ul, ol {
    /*font-family: 'Domine', serif;*/
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: #eee;
}

a {
    color: black;
}

a:hover {
    color: #333;
}

.menu a {
    color: #333;
    text-decoration: none;
    padding: 15px 0px 15px 0px;
    margin: 0 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: lowercase;
    text-align: center;
    transition: 0s ease;
    border-bottom: thin solid transparent;
    opacity: 1;
}

.menu a:hover {
    color: #666;
    border-bottom: thin solid #666;
}

.menu #accueil {
    margin-right: auto;
    padding: 0 15px
}

.menu #accueil:hover {
    border-bottom: thin solid transparent;
}

.menu {
    z-index: 2;
    position: relative;
    list-style-type: none;
    display: flex;
    justify-content: right;
    width: calc(100% - 35px);
    padding: 10px;
    align-items: flex-start;
}

.menu .dropbtn:hover {
    border: none !important;
}

.menu .dropdown-content {
    top: 45px;
    display: none;
    position: absolute;
    margin: 10px 20px;
    padding: 15px;
    background-color: #222222ee;
    z-index: 1;
    transition: .4s;
    opacity: 0;
}

#a-propos-dd-content {
    right: 510px;
}

#activites-dd-content {
    right: 385px;
}

#projets-dd-content {
    right: 275px;
}

.menu .dropdown-content a {
    color: #eee;
    margin: 0;
    padding: 10px;
    display: block;
}

#logo-menu {
    height: 100px;
}

.menu-mobile {
    position: sticky;
    position: -webkit-sticky;
    background-color: inherit;
    top: 0;
    z-index: 3;
    display: none;
    justify-content: right;
    width: 100%;
    align-items: center;

}

.menu-mobile a {
    color: #333;
    text-decoration: none;
    padding: 5px 0px 5px 0px;
    margin: 0 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: lowercase;
    transition: 0s ease;
    border-bottom: thin solid transparent;
}

.menu-mobile a:hover {
    color: #aaa;
    border-bottom: thin solid #aaa;
}

.menu-mobile a:first-child {
    margin-right: auto;
}

.menu-mobile a:first-child:hover {
    border-bottom: transparent;
}

#menu-mobile-open {
    position: fixed;
    z-index: 3;
    background-color: rgba(0, 0, 0, .95);
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    transition: .7s;
    transform: translateX(100%);
    display: none;
}

#menu-mobile-open h2 {
    text-align: right;
    margin-right: 1.5em;
}

#menu-mobile-open a {
    color: white;
    text-decoration: none;
    text-transform: lowercase;
    font-family: 'Roboto', sans-serif;
}

.mobile-dropdown p {
    color: white;
    text-align: right;
    text-transform: lowercase;
}

.mobile-dropdown {
    margin-right: 2.5em;
    display: none;
}

#fermer-menu {
    color: white;
}

#hautBtn {
    position: sticky;
    float: right;
    top: 90vh;
    margin-right: 30px;
    background-color: black;
    border-radius: 100%;
    font-size: 1.5em;
    width: 2.1em;
    height: 2.1em;
    text-align: center;
    opacity: 0;
    font-family: 'Roboto', sans-serif;
    z-index: 3;
    background-size: .8em;
    background-repeat: no-repeat;
    background-position: center;
}

.titre-accueil {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ddd;
    transition: 0s;
}

.titre-accueil p {
    color: #ddd;
}

.titre-accueil h1,
.titre-accueil h3,
.titre-accueil h4 {
    margin: 5px;
}

.titre-accueil h1 {
    font-size: 5.5em;
}

.titre-page {
    font-size: 4em;
    font-family: 'Aventa', sans-serif;
    color: #333;
    text-align: center;
}

.sombre {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    opacity: .6;
}

.contenant {
    max-width: 840px;
    margin: 0 auto 100px auto;
    padding: 10px 35px;
}

.contenant p, .contenant ul, .contenant ol {
    line-height: 1.5;
}

.breadcrumbs {
    margin-left: 70px;
    color: #666;
    font-weight: 300;
}

.partenaire-conteneur {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.partenaire-fiche img {
    height: 100px;
}

.partenaire-fiche {
    margin: 30px;
}

#modifier {
    float: right;
    margin: 10px 0 30px 0;
    font-family: 'Aventa', sans-serif;
}

figure.image {
    display: table-caption;
    margin: 0 2px 0 1px;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
    font-family: 'Roboto', Sans-serif;
    color: #333;
}

.contenant p img[style*="float: left;"] {
    margin: 0 16px 16px 0;
}
.consent-container{
    font-family: Roboto, sans-serif;
}
#udem_cookie_consent_toggle{
    font-family: Roboto, sans-serif;
    position: fixed;
    bottom: 0;
    padding: 1em 2em;
    z-index: 1;
}
#udem_cookie_consent_toggle a{
    color: #666;
    text-transform: lowercase;
    font-size: .8em;
}
@media screen and (max-width: 600px) {
    .menu {
        display: none;
    }

    .breadcrumbs {
        margin-left: 15px;
    }

    .menu-mobile {
        display: flex;
    }

    #menu-mobile-open {
        display: block;
    }

    .titre-accueil {
        top: 55px;
        transform: translate(-50%, 0);
        max-width: calc(100% - 20px);
        min-width: 90%;
    }

    .titre-accueil h1 {
        font-size: 3.5em;
    }

    .titre-accueil h2 {
        font-size: 1.5em;
    }

    .contenant p img {
        max-width: 100%;
        height: auto;
    }

    .contenant p img:only-child {
        max-width: calc(100% + 70px);
        margin-left: -35px;
    }

    .contenant p img {
        max-width: 100%;
    }

    .contenant blockquote {
        margin: 16px;
    }

    .partenaire-fiche img {
        height: auto;
        max-width: 75vw;
    }

    figure.image img {
        max-width: 100%;
        height: auto;
    }
}