#header,
.menu-header-container {
    flex-direction: column;
    display: flex;
    align-items: center;
    background-color: white;
}
/*Fait*/
#header #menu_burger {
    display: none;
}

#header #logo_mobile {
    display: none;
}

#primary-menu {
    display: flex;
    justify-content: center;
}

#header-navigation,
#primary-menu.nav-menu {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    width: 1280px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

#primary-menu.nav-menu li {
    list-style-type: none;
}

#header.sticky_menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0px 2px 15px #ccc;
}

#header-navigation #menu_ordinateur {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

#header-navigation #menu_ordinateur.visible a {
    width: 300px;
}

#site-navigation .wrapper_menu{
    display: flex;
    flex-direction: row-reverse;align-items: center;
}
#header-navigation #lien-recherche,#site-navigation #lien-recherche {
    padding-left: 10px;
    padding-right: 20px;
    order:-1;    position: relative;
    bottom: 1px;
}

/* #header-navigation #lien-recherche form,
#site-navigation #lien-recherche form {
    position: relative;
}

#header-navigation #lien-recherche form input, 
#site-navigation #lien-recherche form input {
    position: absolute;
    right: 0;
    top: 150%;
    border-radius: 15px;
    display: none;
}

#header-navigation #lien-recherche form input.visible {
    display: block;
}

#header-navigation #lien-recherche form input:focus {
    outline: 0; 
}*/

#header-navigation #menu_telephone {
    display: flex;
    align-items: center;
}
#wrapper_form_search{
    position: absolute;
    right: 0;
    bottom: -100px;
    background: #dcd;
    padding: 25px;
    display: none;
    z-index: 10;

}
#wrapper_form_search.visible{
    display: block;
}

#header-navigation a,
#site-navigation a,
#primary-menu .nav-menu li a {
    font-size: 16px;
    color: #1a332b;
    text-decoration: none;
    display: block;
    font-family: opensans-light;
}

#header-navigation a:hover,
#site-navigation a:hover {
    color: #6ae8ce
}

#header-navigation button.bouton_agenda,
#primary-menu>li:last-child {
    background-color: #6ae8ce;
    border: 0;
    width: 90px;
    border-radius: 5px;
    color: white;
    height: 33px;
    font-size: 17px;
    cursor: pointer;
    font-family: barlow-light;
    display: flex;
    justify-content: center;
    align-content: center;
    text-transform: lowercase;
    line-height: 30px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#primary-menu>.nav-menu li:last-child a {
    color: white;
}

#video_home {
    z-index: -6;
    width: 100%;
}

#content-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

#content-header>.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1280px;
}
#content-header>.content>a#lien_logo{
    display: flex;width: 134px;
}
.bandeau_vert{
    background-color: #6AE8CE;
    padding-top: 100px;
    padding-bottom: 100px;    display: flex;
    justify-content: center;
}
.bandeau_vert>.wp-block-group__inner-container{
    width: 100%;
    display: flex;
    max-width: 1200px;
}
.bandeau_vert>.wp-block-group__inner-container .wp-block-group{
    flex:1;
}
.bandeau_vert .titre{
    line-height: normal;
    font-size: 40px;
    color: white;
    text-align: center;
    font-family: montserrat-black;

}
.bandeau_vert .sous_titre{
    font-size: 25px;
    line-height: 34px;
    color: white;
    text-align: center;
    font-family: barlow-light;
    padding-top: 15px;
}
@media(max-width:1200px) {
    #header-navigation {
        width: 100%;
        max-width: 100%;
    }



    #header #menu_burger {
        display: block;
    }

    body.menu_mobile_visible {
        overflow: hidden;
    }

    body.menu_mobile_visible #arriere_plan_menu_display {
        background-color: rgba(250, 250, 250, 0.5);
        position: fixed;
        z-index: 6;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    /* } */
    .icon-loupe {
        font-size: 67px;
    }

    #header-navigation #menu_ordinateur {
        display: none;
        transform: translateX(100%);
        transition: transform 3000ms linear;
    }

    body.menu_mobile_visible #header-navigation #menu_ordinateur {
        display: flex;
        flex-direction: column;
        position: fixed;
        background-color: rgba(250, 250, 250, 1);
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 15;
        width: 300px;
        align-items: flex-end;
        transform: translateX(0);
        justify-content: flex-start;
    }

    #header-navigation #menu_telephone,
    #site-navigation #menu_telephone {
        width: 210px;
        flex-wrap: wrap;
        flex-direction: row;
        padding-right: 80px;
        justify-content: space-between;
        position: relative;
    }

    #header-navigation button.bouton_agenda,
    #site-navigation button.bouton_agenda {
        width: 100%;
        margin-top: 30px;
    }

    #header-navigation #lien-recherche form,
    #site-navigation #lien-recherche form {
        position: static;
    }

    #header-navigation #lien-recherche form input,
    #site-navigation #lien-recherche form input {
        left: 0;
        bottom: -30%;
        right: 0;
        top: auto;
        width: 202px;
    }

    body.menu_mobile_visible #header-navigation #menu_ordinateur a {
        width: 260px;
        line-height: 50px;
    }
}


@media(max-width:800px) {
    #header-navigation #menu_telephone,
    #site-navigation #menu_telephone {
        padding-right: 40px;
    }

    #header #logo_mobile {
        padding-left: 40px;
    }
 
}


@media(max-width:500px) {
    #header #logo_mobile {
        padding-left: 20px;
    }

    #header-navigation #menu_telephone,
    #site-navigation #menu_telephone {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header-navigation #menu_telephone>a,
    #site-navigation #menu_telephone>a {
        width: 60px;
    }

    #header-navigation #menu_telephone>a img,
    #site-navigation #menu_telephone>a img {
        width: 100%;
    }

    #header-navigation #menu_telephone .icon-loupe,
    #site-navigation #menu_telephone .icon-loupe {
        font-size: 40px;
    }
}