@import url("footer-mini.css");

@media only screen and (max-width:1000px){
    li#menu_profil {
        display: flex;
    }
    .conteneur-superheader {
    z-index: 1;
    position:  relative;
}

    ul.content-contact-information li {
        display:  none;
    }

    ul.content-contact-information {
        width:  auto;
        margin: 0;
    }

    .content-information {
        align-items:  center;
    }

    .superheader {
        border-bottom-color: #fff !important;
        z-index:  90;
        position:  relative;
    }

    ul#menu_header {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    background: #dfad17;
    flex-direction:  column;
    padding: 0;
    width: 100% !important;
    z-index:  999;
    height: 100vh;
    overflow-y:  auto;
}

ul#menu_header li {
    padding:  10px;
    z-index: 999;
    border-radius: 0;
    margin: 0;
    display: flex;
    justify-content:  space-between;
    border-bottom: 1px solid;
}

div#btn-responsive {
    display:  block;
    width:  40px;
    height:  40px;
}

div#btn-responsive svg {
    fill: red;
}

.titre-calligraphique {
    font-size: 60px !important;
}

.titre-service, .titre-simple {
    font-size:  30px !important;
}
li#menu-first svg {
    width: 20px;
    height: 20px;
    fill: #e10613;
}

li#menu-first {
    font-size: 20px;
    font-weight: 600;
    color: #e10613;
    background-color: white;
}

li.menu_actif a:after {
    display:  none;
}
    
    #menu_header li:hover a::after, #menu_header li.menu_actif a::after{display: none}
}

@media only screen and (max-width:600px){
    div#btn-responsive {
    width:  25px;
    height:  25px;
}

.titre-service:before {
    right:  100%;
}

.titre-service:after {
    left:  100%;
}

.titre-service {
    padding: 20px 5px;
    line-height: 0.5;
}

body .titre-calligraphique {
    font-size:  30px !important;
}

body .titre-simple {
    font-size:  20px !important;
}
.superheader {
    flex-direction:  column;
    height:  auto;
}

.reseau_socio {
    margin-bottom: 0;
    display:  none;
}
.logo img {
    width: 65%;
}


}


@media only screen and (max-width:370px){
    .content-lang {
    font-size: 9px;
}

.content-lang-wrapper {
    font-size: 10px;
}

.content-information {
    font-size: 9px;
}

li#menu_profil {
    margin-left: 6px;
}

.bloc-icone {
    margin-right: 6px;
}

li#menu_profil a {
    display:  flex;
    align-items:  center;
}
}