.head_accc h2:hover {
    color:#F2BE4E !important;
}
.color_menu_head:hover {
    color: #F2BE4E !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;    
    background-color: rgba(0, 0, 0, 0.8);
}

.fixed-center {
    position: fixed;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1034; }

.position-fixed {
    position: fixed;
    z-index: 1034; 
}

.myrow {
    margin-left: 8vw !important;
    margin-right: 8vw !important;
}

.collapse-bg-header {
    background-color: white !important; 
}

.no-transition {
    transition: none !important;
}

.scrolled {
    height: 12vh;
}

#demo {
    font-family: 'Open Sans', sans-serif !important;
    background-color: white;
    position: fixed;   
    z-index: 100;
    padding: 14% 5vw 12vw 5vw;
}

#logo_header img#myLogoHeader {
    height: 90px;
}

#centre {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1vw;
}

/* #myLogoHeader img {
    height: 11% !important;
    object-fit: contain !important;
} */

.contain_logo_head {
    height: 70px !important;
}

.buttonImageHeader{
    padding:3px;
    transition: all .2s ease-in-out;
    object-fit: contain;
}

.buttonImageHeader:hover{
  transform: scale(1.3);
}

.mynav-toggler {
    position: relative;
    z-index: 10;
    top: 4%;
    border: none;
    outline: none;
    cursor: pointer;
    justify-content: space-around;
    background-color: transparent;
    min-width: 25px;    
    min-height: 25px;
}

#titreDesPages h2{
    color: #212529 !important;
    font-family: 'Open Sans', sans-serif !important;
}

#titreDesPages h2:hover {
    color: #F2BE4E !important;
    text-decoration: none !important;
}

#titreDesPages ul {
    font-family: 'Open Sans', sans-serif !important;
    padding-left: 0rem !important;
    list-style: none !important;
}

#titreDesPages li {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 1rem !important;
    margin-left: 0 !important;
}

#titreDesPages a {
    font-family: 'Open Sans', sans-serif !important;
    color: #212529 !important;
}

#titreDesPages a:hover {
    color: #F2BE4E !important;
    text-decoration: none;
}

.elementor-kit-41 .mynav-toggler {
    background-color: initial !important;
    box-shadow: initial !important;
    border-style: initial !important;
    border-radius: initial !important;
}

/*--------------------------*/

#burBut {
    width: 3vw; /* 50% of original width */
    height: 2.25vw; /* 50% of original height */
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

#burBut span {
    display: block;
    position: absolute;
    height: 0.2vw; /* 50% of original thickness */
    width: 100%;
    background: #F2BE4E;
    border-radius: 0.45vw; /* 50% of original border radius */
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#burBut span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

#burBut span:nth-child(2) {
    top: 0.75vw; /* 50% of original distance */
    transform-origin: left center;
    background-color: white;
}

#burBut span:nth-child(3) {
    top: 1.5vw; /* 50% of original distance */
    transform-origin: left center;
}

#burBut span:nth-child(4) {
    background: #F2BE4E;
    width: 0.45vw; /* 50% of original width */
    height: 0.45vw; /* 50% of original height */
    border-radius: 50%;
    top: 2.25vw; /* 50% of original distance */
    left: 1.275vw; /* 50% of original position */
}

#burBut.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -0.15vw; /* 50% of original position */
    left: 0.4vw; /* 50% of original position */
}

#burBut.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#burBut.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 1.95vw; /* 50% of original position */
    left: 0.4vw; /* 50% of original position */
    background: #000;
}

#burBut.open span:nth-child(4) {
    opacity: 0;
}

@media (max-width: 992px) {
    #burBut {
        width: 36px;
        height: 27px;
        position: relative;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    
    #burBut span {
        display: block;
        position: absolute;
        height: 2.4px;
        width: 100%;
        background: #F2BE4E;
        border-radius: 5.4px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }
    
    #burBut span:nth-child(1) {
        top: 0px;
        transform-origin: left center;
    }
    
    #burBut span:nth-child(2) {
        top: 9px;
        transform-origin: left center;
        background-color: white;
    }
    
    #burBut span:nth-child(3) {
        top: 18px;
        transform-origin: left center;
    }
    
    #burBut span:nth-child(4) {
        background: #F2BE4E;
        width: 5.4px;
        height: 5.4px;
        border-radius: 50%;
        top: 27px;
        left: 15.3px;
    }
    
    #burBut.open span:nth-child(1) {
        transform: rotate(45deg);
        top: -1.8px;
        left: 4.8px;
    }
    
    #burBut.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    
    #burBut.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 23.4px;
        left: 4.8px;
        background: #000;
    }
    
    #burBut.open span:nth-child(4) {
        opacity: 0;
    }
} 

#accordion_header a h2 {
    font-size: 3.14vw !important;
    font-family: 'Open Sans', sans-serif !important;
    margin-top: 5%;
    padding-left: 9vw;
    margin-bottom: 3%;
    text-decoration: none;
    color: #212529 !important;
    font-weight: 600 !important;
}

.panel_header {
    margin-top: var(--hauteur-menu);
    width: 100%;
    text-align: left;
    background-color: white;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    list-style-type: none;
    padding: 1vw 0vw 1vw 12vw;
}

.panel_header li a {
    font-family: 'Open Sans', sans-serif !important;
    text-decoration: none;
    font-size: 2.5vw !important;
    color: #212529 !important;
}

.panel_header li {
    font-family: 'Open Sans', sans-serif !important;
    margin-top: 0.5vw;
}

.head_accc p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 2.5vw !important;
    width: 100%;
    align-items: center;
    font-weight: normal;
    padding-top: 5%;
    margin-top: 0; 
    margin-bottom: 1rem;
    font-size: 3.8vw !important;
}
.head_accc>div:after {
    content: '❯';
    font-size: 4vw !important;
    margin-left: 0;
    margin-right: 5%;
    display: inline-flex;
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}
.head_accc.active>div:after {
    transform: rotate(90deg);
}

.head_accc h2 {
    font-size: 3.14vw !important;
    font-family: 'Open Sans', sans-serif !important;
    margin-left: 9vw;
    margin-top: 5%;
    font-weight: 600 !important;
    color: #212529 !important;
}

.ligne-divider-question-header {
    width: 80%;
    color: #333333;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

/*------------------------------*/

.mobile {
    display: none;
}

@media (max-width: 499px) {
    #accordion_header{
        margin-top: 10% !important;
    }
}


@media (max-width: 992px) {
    #centre {
        margin-top: 5vw;
    }
    #demo {
        padding-top: 27vw !important;
    }
    #demo span{
        font-size: 3.14vw !important;
    }
    #titreDesPages h2 {
        font-size: 3.14vw !important;
        height: 3.5em;
    }
    #accordion_header{
        margin-top: 0%;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}

@media (min-width: 993px) {
    .souligner {
        border-bottom: 0.2px solid #F2BE4E;
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }
    #demo span{
        font-family: 'Open Sans', sans-serif !important;
        font-size: 0.88vw !important;
    }
    #titreDesPages h2 {
        font-weight: bold !important;
        font-size: 0.88vw !important;
        height: 3.5em;
        text-transform: uppercase;
    }
}