.elementor-8820 .elementor-element.elementor-element-78a4a5c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--z-index:9999;}.elementor-8820 .elementor-element.elementor-element-80fdbc8{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-8820 .elementor-element.elementor-element-78a4a5c{--content-width:1024px;}}/* Start custom CSS for html, class: .elementor-element-80fdbc8 *//*-----------Réglage pour les pages------------*/
body{
    overflow-x: hidden;
    font-family: Inter var 2.0, Montserrat;
}

*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  background: #fff;
}

*::-webkit-scrollbar-thumb {
  background-color: #0c75f4;
  border-radius: 20px;
}

*::-webkit-scrollbar-corner{
    background: #fff;
}

a:focus, a:focus-visible{
    outline: none;
}
/*-------------Réglage header-------------*/

#header ul{
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

#header a{
    text-decoration: none;
    color: #000;
}

#header a:focus, #header a:focus-visible, .resp-menu a:focus, .resp-menu a:focus-visible{
    outline: none;
}

#header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: #ffffff50;
    transition: border-radius 0.5s;
    border-radius: 15px;
    padding: 10px 20px;
    box-shadow: 0 0 13px 0 #00000020;
    height: 70px;
    font-size: 0.938rem;
}

#togglemenu-cont, #menu-side{
    display: none;
}


/*----------------Img-----------------*/
#nav img{
    max-width: 93px;
    width: 100%;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
/*----------------nav bar-----------------*/

#nav{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
}

.btn-audit{
    padding: 6px 12px;
    background: #fff;
    border-radius: 3px;
    font-size: 0.875rem;
}

/*-----------------Responsive-------------------*/


@media screen and (max-width: 1024px) {
    
    #nav{
    width: 10%;
    padding: 0!important;
}

#nav img{
    width: 70px;
}

#header{
    height: 50px;
}
    
    .resp-none{
        display: none;
    }

    /*----------nouveau menu------------*/
    
    /*bouton d'ouverture*/
    #togglemenu-cont{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        gap: 4px;
        width: 30px;
    }

    .togglemenu{
        width: 18px;
        height: 3px;
        background: #000;
        border-radius: 5px;
        display: block;
        transition: 0.2s;
    }

    .togglemenu:nth-child(2){
        width:9px;
    }

    .clicked-icone .togglemenu:nth-child(2){
        width: 18px;
    }

    .clicked-icone .togglemenu:nth-child(2n+1){
        width: 9px;
    }

    /*menu latéral*/
    #menu-side{
        width: 100vw;
        height: 100vh;
        transform: translateX(-100%);
        position: fixed;
        transition: 0.5s;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        backdrop-filter: blur(5px);
    }
    
    #overlay-bg{
        margin-top: 100px;
        display: flex;
        width: 80vw;
        height: calc(80vh - 100px);
        background: #EEF8FF;
        transition: 0.5s;
        padding: 5px 10px 5px 10px;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        backdrop-filter: blur(5px);
        border-radius: 10px;
    }

    /*bouton de fermeture*/
    #close-btn{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 11px;
    }

    #close-btn .togglemenu:nth-child(1){
        width: 20px;
        transform-origin: 0%;
    }

    #close-btn .togglemenu:nth-child(2){
        width: 20px;
        transform-origin: 0%;
    }

    #close-cont{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        padding: 10px 10px;
    }

    #menu-side .clicked-icone .togglemenu:nth-child(1){
        transform: translateX(3px) rotate(45deg);
    }

    #menu-side .clicked-icone .togglemenu:nth-child(2){
        transform: translateX(3px) rotate(-45deg);
    }

    /*menu*/
    
    #nav-resp{
        padding: 0!important;
        font-size: 1.5rem;
        font-weight: 500;
    }
    
    .resp-menu{
        width: 90%;
    }
    
    .resp-menu ul{
        list-style: none;
        margin: 0;
    }
    
    .resp-menu > ul > li{
        position: relative;
        padding-bottom: 20px;
    }
    
    .resp-menu .btn-audit{
        font-size: 1.2rem;
    }

    .resp-menu ul li a{
        color: #000;
    }
    
    .resp-menu ul li a:hover{
        color: #0C75F4;
    }
}/* End custom CSS */