* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  
.textAProposCahouet h1{
 margin-top: 140px;
}
  .swiper-pagination{
    position: static;
  }

  .swiper-pagination span{
    padding: 5px;
    margin: 10px;
  }
.flexContainerHeader{
    display : flex;
    justify-content : space-between;
    align-items:center;
    background-color: #232f3e;
    opacity: 0.95;
    width:100%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

.test{
    display: flex;
    color: white;
    width: 100%;
    align-items: center;
}
.test li{
    display: flex;
    padding: 0 5px;
}

.test li:last-child{
    border: none;
}

.menu_test  a{
    position: relative;
}

.menu_test  a::after{
    content: '';
    background-color: white;
    position:absolute;
    left: 0;
    width: 0%;
    bottom: 0;
    height: 2px;
    z-index: 3;
    transition: .5s all ease-in-out;
}

.menu_test  a:hover::after{
    width: 100%;
}

.test a{
    color: white;
    position: relative;
    padding: 0 5px;
    font-size: 0.9rem;
}

.test  a::after{
    content: '';
    background-color: white;
    position:absolute;
    left: 0;
    width: 0%;
    bottom: 0;
    height: 2px;
    z-index: 3;
    transition: .5s all ease-in-out;
}

.test  a:hover::after{
    width: 100%;
}

.back_test{
    height: 100vh;
    width: 100vw;
    max-height: 0%;
    opacity: 0;
    height: 0;
}

.back_test_open{
    max-height: 100vh;
    opacity: 1;
    height: 100vh;
}

.flexLangueHeader{
    display : flex;
    justify-content:center;
    align-items:center;
}


.flexItemHeader{
    display : flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 10px 20px;
}


.flexItemHeaderright {
    display : flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-right: 5%;
    color: white;

}
.flexItemHeaderright i{
    padding: 5px;
    color: white;
    cursor: pointer;
}

.itemSelectLangueHeader {
    text-align: center;
    vertical-align: middle;
    width:100%;
    position : relative;
}

.logoHeader {
    width: 22.5vw;
    max-width: 225px;
    padding: 5px;
    display: flex;
}

.drapeauHeader {
    vertical-align:middle;
    height: 25px;
    margin: 10px;
}


.select {
    display:flex;
    flex-direction: column;
    position:relative;
    height:40px;
    color: #F5F5F5;
}

.top_nav{
    overflow: auto;
    height: 90%;
}
  
.option {
    padding:0 20px 0 0;
    min-height:40px;
    display:flex;
    align-items:center;
    background: #232F3D;
    border-top: black solid 1px;
    position:absolute;
    width: 100%;
    pointer-events:none;
    order:2;
    z-index:1;
    transition:background .4s ease-in-out;
    box-sizing:border-box;
    overflow:hidden;
    white-space:nowrap;
}
  
.option:hover {
    background:#1F1F1F;
}
  
.select:focus .option {
    position:relative;
    pointer-events:all;
}
  
.select input {
    opacity:0;
    position:absolute;
    left:-99999px;
}
  
.select input:checked + label {
    order: 1;
    z-index:2;
    background: #232F3D;
    border-top:none;
    position:relative;
}
  
.select input:checked + label:after {
    content:'';
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    position:absolute;
    right:10px;
    top:calc(50% - 2.5px);
    pointer-events:none;
    z-index:3;
}

.boxContainer {
    border-radius: 50px;
    background-color: white;
}


.elementsContainer {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}



.search {
    border: none;
    padding: 0px 5px;
    color: white;
}


.formRechercheHeader{
    display : flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.search:focus {
    outline: none
}
a{
    text-decoration: none;
}
  
form.formRechercheHeader button {
    padding: 5px;
    background: none;
    color: black;
    border: none;
    border-radius : 999px;
    cursor: pointer;
}


.elementsContainer tr{
    display: flex;
    align-items: center;
}



.navDuMenu{
    height: 100%;
    margin: 0 auto;
    background: #232f3e;
    position: fixed;
    z-index: 1;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.25);
    transform: translateX(-110%);
    transition: transform 1s;
}

.back_nav{
    height: 100vh;
    width: 100vw;
    top: 0;
    position: fixed;
    transform: translateX(-110%);
    transition: transform 1s;
}

.open .back_nav{
    transform: translateX(0%);
}

.Bot_nav {
    background: #1F1F1F;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.Bot_sous_nav{
    display: flex;
    padding: 5px 30px;
    flex-direction: row;
    align-items: center;
    color: white;
    transition: 0.5s all ease-in-out;
    justify-content: space-between;
}

.Bot_sous_nav:hover{
    background: #3D3D3D;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.25);
}

.Bot_sous_nav div{
    display: flex;
}

#Telechargement {
    padding: 0 20px;
}

#Telechargement div{
    border-top: white solid 1px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
    text-decoration: none;
    align-items: center;
    width: 100%;
    padding: 5px 0;
}

#Telechargement div div{
    border-top: none;
    padding: 0;
}

.Bot_nav a{
    color: white;
}
.Bot_nav i,
.Bot_nav p{
    padding: 5px;
}
.header_up{
    background-color: #3D3D3D;
    color: white;
    display: flex;
    justify-content: flex-end;
    gap: 1.25%;
    padding: 0 5%;
}



.open .navDuMenu {
    transform: translateX(0%);
}



#PRODUIT{
    position:relative;
    padding: 0px 5px;
    cursor: pointer;
}

#PRODUIT::after{
    content: '';
    background-color: white;
    position:absolute;
    left: 0;
    width: 0%;
    bottom: 0;
    height: 2px;
    z-index: 3;
    transition: .5s all ease-in-out;
}

#PRODUIT:hover::after{
    width: 100%;
}


.back_PRODUIT{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 50%;
    right: 50%;
    left: 0;
    /* transform: translate(-50%,-50%); */
    backdrop-filter: brightness(50%);
    z-index: 4;
    transition: .5s all ease-in-out;
    max-height: 0;

}

.front_PRODUIT{
    display: flex;
    top: 50%;
    bottom: 50%;
    right: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    position: relative;
}

.PRODUIT_open{
    max-height: 100vh;
}

.close_PRODUIT{
    position: absolute;
    top: -10px;
    right: -10px;
    color: white;
}

.swiper-pagination_menu{
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination_menu span{
    margin: 5px;
}
.front_PRODUIT .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.top_PRODUIT{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    width: 100%;
    gap: 20px;
}
.img_PRODUIT{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
    padding: 10px;
}

.img_PRODUIT img{
    width: 10vw;
}

.h1_PRODUIT{
    width: 100%;
}

.top_PRODUIT h1{
    border-radius: 10px 10px 10px 10px;
    background: linear-gradient(120deg,#395EA7,#243C6A);
    color: white;
    padding: 10px;
    height: 100%;
    display: flex;
    text-align: center;
    gap: 20px;
    width: 100%;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
    align-items: center;
    justify-content: center;
}

#GAMME{
    padding: 0px;
    margin: 10px 20px;
    text-align: center;
    justify-content: center;
    border-bottom: solid 1px white;
    display: none;
}

.div_PRODUIT{
    display: none;
}

.DIV_PRODUIT_open{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.h4_PRODUIT{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
    padding: 10px;
    background: white;
}

.front_PRODUIT .swiper {
    padding: 0px ;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 0;
}

.swiper-button-next,
.swiper-button-prev{
    background-image: none;
    transition: 0.5s ease 0s;
    opacity: 0;
}
.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev{
    opacity: 1;
}

.timeline .swiper-button-next,
.timeline .swiper-button-prev{
    opacity: 1;
}

.menu_test{
    flex-direction: row;
    transition: .25s all ease-in-out;
    overflow: hidden;
    align-items: stretch;
    justify-content: space-between;
    display: flex;
    max-height: 0%;
    opacity: 0;
    height: 0;
    backdrop-filter: brightness(50%);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
    flex-wrap: wrap;
}


.ClassSavoir {
    position: fixed;
    display: flex;
    top: 33%;
    left: 42%;
    width: 100%;
    z-index: 4;
    flex-direction: row;
  }

.savoir {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    backdrop-filter: brightness(60%);
}

.sous_menu_test{
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
    border-radius: 3px;
    margin: 5px;
    padding: 5px;
    background-color: #232f3e;
    color: white;
    width: 15.5%;
}

.sous_menu_test a{
    color: white;
    position: relative;
}

.sous_menu_test a::after{
    content: '';
    background-color: white;
    position:absolute;
    left: 0;
    width: 0%;
    bottom: 0;
    height: 2px;
    z-index: 3;
    transition: .5s all ease-in-out;
}

.sous_menu_test a:hover::after{
    width: 100%;
}

.sous_menu_test_a {
  position: relative;
}
.sous_menu_test_a:after {
    content: '';
    background-color: white;
    position:absolute;
    left: 0;
    width: 0%;
    bottom: 0;
    height: 2px;
    z-index: 3;
    transition: .5s all ease-in-out;
}

.sous_menu_test_a:hover::after {
    width: 100%;
}

.sous_menu_test p{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    font-size: 0.9rem;
}

.sous_menu_test i{
    padding: 5px;
}

.test_open{
    max-height: 100%;
    opacity: 1;
    
    height: 100%;
}
.toggle_h1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 20px;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
    text-decoration: none;
    align-items: center;
}

.toggle_h1:hover{
    background-color: #1F1F1F ;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.25);

}

.labelMenuTel {
    text-align:left;
    color: white;
    padding: 5px;
    font-size: 1rem;
} 

.toggle_h1 i{
    color: white;
    margin: 0px;
    font-size: 1vw;
    padding: 5px;
    transition: .25s all ease-in-out;
    transform: rotate(0deg);

}

.toggle_h1 div{
    display: flex;
    align-items: center;
}

.toggle_h1 a{
    width: 100%;
}

.h1_open i{
    transform: rotate(90deg);
}


.deroulant{
    display: flex;
} 

.sous{
    display: flex;
    flex-direction: column;
    transition: .25s max-height ease-in-out;
    overflow: hidden;
    max-height: 0%;
    box-shadow: inset 0px 5px 5px 0 rgb(0 0 0 / 25%);
}

.sous a{
    color:white;
    padding: 7.5px 5px;
    margin-left: 30px;
    position: relative;
    font-size: 0.75vw;
}

.sous a::after{
    content: '';
    background-color: white;
    position:absolute;
    left: 0;
    width: 0%;
    bottom: 0;
    height: 2px;
    z-index: 3;
    transition: .5s all ease-in-out;
}

.sous a:hover::after{
    width: 100%;
}

.sous a:hover::after{
    width: 100%;
}

.sous_open{
    display: flex;
    flex-direction: column;
    transition: .75s max-height ease-in-out;
    overflow: hidden;
    max-height: 100%;
    box-shadow: inset 0px 5px 5px 0 rgb(0 0 0 / 25%);
}

.sous_open a{
    color:white;
    padding: 7.5px 5px;
    margin-left: 30px;
    position: relative;
    font-size: 0.8rem;
}

.deroulant:first-child{
    padding: 10px 0px 0px 0px;
}

.deroulant:last-child{
    padding: 0px 0px 10px 0px;
}

.sous_open a::after{
    content: '';
    background-color: white;
    position:absolute;
    left: 0;
    width: 0%;
    bottom: 0;
    height: 2px;
    z-index: 3;
    transition: .5s all ease-in-out;
}

.sous_open a:hover::after{
    width: 100%;
}

.front_search{
    top: 10%;
    bottom: 10%;
    width: 50%;
    height: 80%;
    right: 25%;
    left: 25%;
    background-color: #F5F5F5;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    position: relative;
}

.body_search{
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    position: relative;
}

.back_search{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 50%;
    bottom: 50%;
    right: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    backdrop-filter: brightness(0.5);
    z-index: 4;
    /* transition: .5s all ease-in-out; */
    overflow: hidden;
}

.close_search{
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #1F1F1F;
}


.close_search::before,
.close_search::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 2px;
    background-color: white; /* Couleur de la croix */
    transform: translate(-50%, -50%);
}

.close_search::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close_search::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.close_search button{
    border-radius: 999PX;
    border: none;
    color: #1F1F1F;
}

.barre_search{
    display: flex;
    padding: 2.5% 10%;
    align-items: center;
    justify-content: space-around;
}

.txt_search{
    position: relative;
    border-bottom: 2px solid #395EA7;
    margin: 20px ;
    width: 100%;
}

.txt_search input {
    width: 100%;
    padding: 0 5px;
    height: 40px;
    border: none;
    background: none;
    outline: none;
}
  
.txt_search label {
    position: absolute;
    top: 50%;
    left: 5px;
    color: #395EA7;
    transform: translateY(-50%);
    pointer-events: none;
    transition: .5s;
}

.txt_search span::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #243C6A;
    transition: .5s;
}
  
.txt_search input:focus ~ label,
.txt_search input:valid ~ label {
    top: -5px;
    color: #243C6A;
}
  
.txt_search input:focus ~ span::before,
.txt_search input:valid ~ span::before {
    width: 100%;
}

.barre_search button{
    cursor: pointer;
    border: none;
    background:none;
}

.Flex_burger{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.Flex_burger .toggle_h1{
    width: 100%;
    margin-bottom: 10px;
    padding: 0 20px;
}

.Flex_burger .toggle_h1 h1{
    font-size: 1.25vw;
    border-bottom: solid 1px white;
    padding: 10px;
}



.toggle_h1 h1 i{
    font-size: 1.25vw;
}

#GAMME h1{
    font-size: 1.25vw;
}

.Flex_burger .toggle_h1:last-child{
    justify-content: flex-end
}

.content_search{
    display: flex;
    margin: 0 5%;
    flex-direction: column;
    overflow: auto;
    height: 80%;
}

.produit{
    display: flex;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    background-color: white;
    align-items: center;
    margin: 10px;
    cursor: pointer;
}

.produit_img{
    border-right: #395EA7 2px solid;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.produit_img img{
    height: 5vw;
    min-height: 4rem;
}

.produit_content p,
.produit_content h3,
.produit_content h4{
    margin: 5px;
}

.search_close{
    max-width: 0;
    max-height: 0;
}

.search_open{
    max-width: 100%;
    max-height: 100%;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    backdrop-filter: blur(20px);
    display: flex; 
    justify-content: center;
    align-items: center;
    z-index: 4;
    transition: .5s all ease-in-out;
}

.menu_burger .burger{
    color: white;  
    margin-right:30px ;
}

.menu_burger .close{
    color: white;  
}

.menu_burger button{
    background: none;
    border: none;
    cursor: pointer;
}
#loader-1{
    position: absolute;
    width: 200Px;
    height: 200px;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #3D3D3D;
  }
  
  #loader-1{
    z-index: 100;
    animation: spin 1s infinite;
  }

  .acces_client {
    position: absolute;
    flex-direction: column;
    background: #232f3e;
    padding: 5px;
    border: solid 1px white;
    margin-left: -25px;
  }

  .icone_client {

  }

.acces_client a {
    color: white;
    font-size: 0.9rem;
}
  
  @keyframes spin{
    0%{
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100%{
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

@media (max-width:1440px) {

    .Flex_burger .toggle_h1 h1,
    #GAMME h1{
        font-size: 1.5vw;
    }
    .toggle_h1 h1 i{
        font-size: 1.5vw;
    }
    .labelMenuTel {
        font-size: 1rem;
    } 

    .sous a{
        font-size: 1vw;
    }

    .toggle_h1 i{
        font-size: 1vw;
    }

    .sous_open a{
        font-size: 0.75rem;
    }

}

@media (max-width:1024px) {
    .menu_test{
        display: none;
    }
    .test{
        display: none;
    }
    .Flex_burger{
        display: flex;
    }
    #GAMME{
        display: flex;
    }
    .Flex_burger .toggle_h1 h1,
    #GAMME h1{
        font-size: 1.75vw;
    }
    
    .toggle_h1 h1 i{
        font-size: 1.75vw;
    }
    .labelMenuTel {
        font-size: 0.9rem;
    } 

    .sous a{
        font-size: 1.25vw;
    }

    .toggle_h1 i{
        font-size: 1.25vw;
    }

    .sous_open a{
        font-size: 0.7rem;
    }

    .front_search{
        top: 10%;
        bottom: 10%;
        width: 80%;
        height: 80%;
        right: 10%;
        left: 10%;
    }
    .front_PRODUIT{
        width: 80%;
    }

    .flexItemHeaderleft2 {
        display : flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        margin-left: 5%;
    }
    .flexItemHeaderleft {
        display : none;
    }

    .menu_burger2 .burger2{
        color: white;  
        margin-right:30px ;
    }
    
    .menu_burger2 .close{
        color: white;  
    }
    
    .menu_burger2 button{
        background: none;
        border: none;
        cursor: pointer;
    }

}

@media (max-width:800px) {

    .Flex_burger .toggle_h1 h1,
    #GAMME h1{
        font-size: 2vw;
    }
    .toggle_h1 h1 i{
        font-size: 2vw;
    }

    .labelMenuTel {
        font-size: 0.8rem;
    } 

    .sous a{
        font-size: 1.5vw;
    }

    .toggle_h1 i{
        font-size: 1.5vw;
    }

    .sous_open a{
        font-size: 0.6rem;
    }
    .ClassSavoir {
        left: 27%;
      }
    .sous_menu_test {
        width: 40%;
    }
    .acces_client a {
        color: white;
        font-size: 0.7rem;
    }

    

}

@media (max-width:600px) {

    .Flex_burger .toggle_h1 h1,
    #GAMME h1{
        font-size: 3vw;
    }
    .toggle_h1 h1 i{
        font-size: 3vw;
    }

    .labelMenuTel {
        font-size: 0.6rem;
    } 

    .sous a{
        font-size: 2.5vw;
    }

    .toggle_h1 i{
        font-size: 2.5vw;
    }

    .sous_open a{
        font-size: 0.5rem;
    }

}

@media (min-width:1024px) {
.flexItemHeaderleft {
    display : flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-left: 5%;
}


.flexItemHeaderleft2 {
    display : none;
}
}

@media (min-width:800px) {
    .burger {
        display: none;
    }
}