
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'poppins',sans-serif;
    scroll-behavior: smooth;
}

header{
    height: 100vh;
    width: 100vw;
    background: radial-gradient(rgba(0, 0, 0, 0.507),rgba(250, 235, 215, 0.137)), url('contact.jpg');
   background-color: antiquewhite;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.navebarre .logo img{
    width: 100px;
    border-radius: 10px;
}

.recherche{
    background:transparent;
    border-radius: 25px;
    height:50px;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(245, 222, 179, 0.329);
    overflow: hidden;
    margin-right:  10px;
}
.recherche input{
    height: 30px;
    width: 100%;
    outline: none;
    background-color: transparent;
    border: none;
    padding: 10px;
    font-size: 1.5rem;
    color:  rgba(245, 222, 179, 0.329);
     
}
.recherche input::placeholder{
    color:  rgba(245, 222, 179, 0.329);
}
.recherche button{
    width: 60px;
    height: 100%;
    display: flex;
    background-color: transparent;
    border: none;
    justify-content: center;
    align-items: center;
}
.recherche button i{
    font-size: 1.5rem;
    color:  rgba(245, 222, 179, 0.329);
}
.navebarre{
  background-color: rgb(255, 54, 4);
    position: fixed;
    padding: 2px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 1;
}
.links ul{
    display: flex;
    align-items: center;
}
.links ul li a{
    transition: 0.5s ease; 
    border-radius: 5px;
    
     

}
.links ul li.active a{
    font-weight: 800;
    color: rgb(255, 54, 4);
    background-color: #fff;
    cursor: none;
    
   

}

.navebarre a{
    padding: 2px 10px ;
    color: white;
}
.navebarre a:hover{  
    color: rgb(255, 54, 4);
    background-color: rgb(255, 255, 255);
  
}

 
.menu{
    display: none;
}
  .icone{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 30px;
    width: auto;
}
 .icone {
    font-size: 10px;
    color: rgb(255, 54, 4);
    font-weight: 600;
    letter-spacing: 2px;
}
 .icone i{
    font-size: 20px;
    color: aliceblue;
    cursor: pointer;
}
@media screen and (max-width: 650px) {
    .menu{
        display: block;
    }
    .icone{
        z-index: 2;
    }
    .navebarre{
        transform: translateX(0px);
        z-index: 2;
         
        flex-direction: column;
       justify-content: space-around;
        background-color: transparent;
        backdrop-filter: blur(10px);
        height: 100%;
        transition: 0.6s ease-in-out;
    }
.logo{
    background-color: antiquewhite;
}
    .recherche{ 
 
        height:30px;
        width: 100%;
   
    }
 
    .links ul{
        
        flex-direction: column;
        width: 100%;
        height: 100%;
        gap: 2vh;
    }
    .navebarre a{
        padding: 1px 2px;
        color: rgb(255, 255, 255);
    }
    .disparission{
        transform: translateX(-100%);
    }
 
  }

  @media screen and (max-height: 500px) {
    .recherche{
        display: none;
    }
    
  }

  @media screen and (max-height: 400px) {
    .logo{
        display: none;
    }
    
  }

 








/*-----------------------------Header---------------------------------------*/





header{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
header .texte {
    padding: 30px;
    background-color: transparent;
    backdrop-filter: blur(10px);
}
header .texte h1{
    text-transform: uppercase;
    font-size: 5vw;
    color: aliceblue;
}
header .texte  .h1{
    color: rgb(255, 54, 4);
    font-size: 4vw;
}
header .texte p{
    font-size: 15px;
    color: aliceblue;
    font-style: italic;
}
.texte h2{
    color: aliceblue;
    font-size: 20px;
    text-transform: uppercase;
}
.connecter{
    display: flex;
    width: 100%;
     gap: 20px;
     margin-top: 13px;
}
.connecter .bouton-1{
    padding: 2px 10px;
    
    background-color: aliceblue;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(255, 54, 4);
    font-weight: 500;
    text-align: center;
}

.connecter .bouton-2{
    padding: 2px 10px;
    border: 1px solid;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(255, 54, 4);
    font-weight: 500;
    text-align: center;
}


/***-----------------------Formulaire----------------------*/

.formulaire{
    position: absolute;
    top: 0;
    background-image: url('pexels-alena-darmel-7642005.jpg');
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.8s;
}
  .position{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(138, 97, 20, 0.233);
    backdrop-filter: blur(10px);
    height: 450px;
    width: 350px;
    border-radius: 10px;
    border: 1px solid rgb(255, 255, 254);
}

  .inscription{
    transform: translateX(0px);
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items:center;
    gap: 3px; 
    transition: 0.6s ease-in-out;
}
  .inscription .p1{
    color: aliceblue;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 3px;
}

 .inscription .texte{
    width: 100%;
    display: flex;
    background-color: rgba(240, 248, 255, 0.507);
    align-items: center;
    justify-content: space-around;
    height: 30px;
    border-radius: 15px;
}
  .inscription .texte i{
    color: rgb(219, 219, 219);
}
  .inscription .texte input{
    width: 80%;
    background:none;
    border: none;
    outline: none;
}

.soumission{
    background-color: NONE;
    width: 100%;
}

.soumission input{
    width: 30%;
    padding: 2px 10px;
    border: 1px solid;
    background-color: rgb(255, 54, 4);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(243, 243, 243);
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    border: none;
    transition: 0.5s ease;

    
}
.soumission input:hover{
    color: rgb(255, 54, 4);
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: rgb(243, 243, 243);
}
.texte-checkbox{
    margin: 10px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
}

.inscription p, .texte-checkbox p{
    color: rgb(0, 1, 2);
    font-size: 10px;
    
}
.verif{
    display: flex;
    align-items: center;
    gap: 8px;
}
.verif a{
    color: rgb(255, 54, 4);
    font-size: 10px;
}
.formulaire-go .icone{
    z-index: 1;
    left: 30vh;
    top: 20vh;
}
.close-form a,.close-form i{
    font-size: 10px;
    color: azure;
}
.close-form{
    position: absolute;
    top: 10px;
    border: 1px solid rgb(255, 54, 4);;
    padding: 0 10px;
    right: 10px;
    border-radius: 10px;
    background-color: transparent;
    backdrop-filter: blur(10px);
}
.nouveau{
    overflow: hidden;
    position: relative;
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
     
}
.go-form i,.go-form p{
    color: aliceblue;
    font-size: 12px;
}
.go-form{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    z-index: 2;
    width: 80px;
    right: 20px;
    position: absolute;
    top: 20px;
    border: 1px solid white;
    padding: 0 10px;
    cursor: pointer;
    background-color: rgba(255, 54, 4, 0.473);
    gap: 8px;
}

.disparission-1{
    transform: translateX(-100%);
}
 
.hidden-form{
    transform: translateX(-120%); 
}

.connexion{
    position: absolute;
    top: 0%;
}

.go-connexion{
    left: -1000px;
}





/**-------------------Section*---------------*/

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

}
.apropos .row{
    width: 80%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.apropos .row .gauche{
    width: 50%;
}
.apropos .row .droite{
    width: 40%;
}
.apropos .row img{
    width: 100%;
}
 


@media screen and (max-width: 1130px){
    .apropos .row{
        flex-direction: column;
    }
    .apropos .row .gauche{
        width: 80%;
    }
    .apropos .row .droite{
        width: 80%;
    }
    .apropos .row img{
        width: 100%;
    }
}
 

 /**-----------transition**/
 

 





 .forumaire-reponce{
    z-index: 45;
    background-color: rgba(41, 53, 107, 0.925);
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    color: rgba(245, 222, 179, 0.644);
     
    transition: 400ms ease-in-out;
   transform: translateY(-1100px);
}
.forumaire-reponce form a{
    color: rgba(245, 222, 179, 0.644);
}

form{ border: 1px solid rgba(245, 222, 179, 0.342);;
    display: flex;
    height: 70vh;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgb(41, 53, 107);
    width: 40vw;
    border-radius: 20px;
}
.forumaire-reponce form .titre{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.forumaire-reponce form .nom{
    background-color: rgb(56, 68, 121);
    display: flex;justify-content: center;
    align-items: center;
    height: 50px;
    width: 30vw;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.171);
}
.forumaire-reponce form  .nom input{
    width: 90%;
    height: 90%;
    outline: none;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.63);
     
}
.forumaire-reponce form .valider{
    background-color: #0d5243;
    border: none;
    cursor: pointer;
}
.nom-text textarea{
    background-color: rgb(56, 68, 121);
    width: 30vw;
    border-radius: 10px;
    border:none;
    outline: none;
    font-size: 1.6vh;
    padding: 10px;
    color: rgba(255, 255, 255, 0.63);
}
.forumaire-reponce  form i{
    font-size: 2.3vw;
    cursor: pointer;
    transition: 400ms ease-in-out;
}
.forumaire-reponce  form i:hover{
    color: white;
}


/* color: #0e40ca;*-------------------------------FOOTER---------------------------------------------------------*/



ul {
    margin: 0px;
    padding: 0px;
}

 
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
 
.copyright-text {
margin: 0;
}
 
 
 
.social-icons {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.social-icons li {
display: inline-block;
margin-bottom: 4px;
}
.social-icons a {
background-color: #eceeef;
color: #818a91;
font-size: 16px;
display: inline-block;
line-height: 44px;
width: 44px;
height: 44px;
text-align: center;
margin-right: 8px;
border-radius: 100%;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.logo{
color:#eb6857;
}
 
.container{
    display: flex;
    width: 100%;
    justify-content: center;
}
.footer-01 {
    background-color: #000000;
   padding: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.row-footer{
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.footer-01  .ligne-1{
    display: flex;
    justify-content: center;
    align-items: center; 
    min-height: 150px;
    gap: 50px;
   
}
 

@media (max-width: 1096px){
    .row-footer{
        flex-direction: column;
    }
    .footer-01  .ligne-1{
       flex-direction: column;
    align-items: center;
    justify-content: center;
    
    }
}

@media (max-width: 400px){
  .connecter{
    flex-direction: column;
  }
  .bouton-1 .bouton-2{
    color: #000;
  }
}

.footer-bottom{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 5vw;
    padding-bottom: 5vh;
    background-color:  rgb(255, 54, 4);

    
}
.footer-bottom .footer-left{
    gap: 3vh;
    display: flex;
    flex-direction: column;


}

.footer-bottom .footer-left .ligne{
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}
.footer-bottom .footer-left .ligne i{
    padding: 0 10px ; 
    color: aliceblue;
}
.L1 i {
    color: rgb(144, 192, 11);
    font-size: 1vh;
    
    

}
.L1 a{
    text-transform: uppercase;
    letter-spacing: 0.01px;
    color: aliceblue;
} 
.footer-bottom .footer-left .ligne .icone-footer{
    color: aliceblue;
    background-color: transparent;
    width: 30px;
    height:  30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    transition: 400ms;
}
.footer-left a{
    transition: 400ms;
}
.L0 h2{
    color: rgb(255, 255, 255);
    background-color: rgba(0, 39, 211, 0.637);
    padding: 1vh;
    box-shadow: 1px 1px 10px rgb(18, 21, 36);;
    font-weight: 800;
    text-transform: uppercase;
}
.L0 a{
    color: aliceblue;
}

 .footer-left a:hover{
    color: rgb(184, 187, 178);
 }
 
 .footer-bottom .footer-left .ligne .icone-footer:hover{
    background-color: rgb(0, 40, 100);
 }
 
 .footer-bottom .footer-droite{
     
    display: flex;
    flex-direction: column;
  
    justify-content: center;
    align-items: center;
    padding: 10px;
 }
 .footer-bottom .footer-droite a{
    
    color:rgb(255, 54, 4);
    font-weight: 800;
    font-size: 1.5vh;
    margin: 10px;
    width: 10vh;
    background-color: aliceblue;
   padding: 8px;
    border-radius: 10px;
    text-align: center;
    transition: 400ms;
    border: 1px rgb(255, 255, 255) solid;
    cursor: pointer;
 }
 .footer-bottom .footer-droite a:hover{
    background-color:rgb(255, 54, 4);
    color: aliceblue;
    border: 1px rgb(255, 255, 255) solid;
     
 }
 


/*----------------------------Query footer-----------------------*/

 @media screen and (max-width:1100px) {
    .footer-bottom{
        
        flex-direction: column;
    
    
    } 
 }
 @media  screen and (max-width: 550px) {
    .footer-bottom .footer-left .ligne {
        flex-direction: column;
    }
    .L0 h2{
       
        padding: 0.1vh;
        font-size: 2vh;
         
    }
/*-------   .footer-bottom{
        height: 0px;
        padding: 0;
        overflow: hidden;
    }-----------*/
 }


 
/*----------------------Les options dowi----------------*/

.option{
  
    position: relative
}
.nave-droite .langue{
    margin-top: 1px;
    right: -100%;
    position: absolute;
    border-radius: 20px;
 overflow: hidden;     
}

 .down-box{
    background-color: rgba(56, 5, 5, 0.856);
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms ease;
    position:relative;
    flex-direction: column;
    z-index: 1;
    height: 0px;
     
}
.langue .down-box a{
    
    color: white;
}
.langue .down-box .down{
    display: flex;
    height: 100px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgb(7, 95, 95);
 
}
.langue .down-box .text a{
    color: blueviolet;
}
.langue .down-box .text{
    height: 200px;
     padding: 15px;
    background-color: aliceblue;
}
.hiden{
  
    height: 200px;
}
.single-cta .horaires{
   margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    }
    .cont{
        display: flex;gap: 20px;
        
    }
 

/*-----------------MEDIA------------------------------*/


@media screen and  (max-width: 1500px){  
    header .nave .nave-gauche{
        width: 50%;    
    }
    header .nave .nave-droite{ 
        width: 40%;
    }  
 
}

@media screen and  (max-width: 1230px){  
    header .nave .nave-gauche{
        width: 55%;    
    }
  
    .container .titre h1{
        padding: 15px;
        font-size: 20px;
        text-align: center;
        text-align: center;
    }
 
}

@media screen and  (max-width: 1110px){  
    header .nave .nave-gauche{
        width: 75%;
    }
 
    header .nave .nave-droite{
       position: absolute;
        background-color: rgb(122, 224, 224);
        z-index: 3;
        top: 0px;
        right: 0;
        width: 000px;   
        flex-direction: column; 
        
        
         overflow: hidden;
        transition: 300ms ease-in-out;
         
        

    }
    header .nave .nave-droite p{
        display: block;
    }
    header .nave .nave-droite a{
        gap: 15px;;
        display: flex;
        width: 50%;
        justify-content: space-evenly;
        align-items: center;
    }
  
    header .nave  .connexion{
         padding-top: 18px;
         gap: 10px;
        flex-direction: column;
    }
    header .dispa{
         
        cursor: pointer;
        display: block;
    }
   
    
    .nave-droite .langue{
        margin-top: 1px;
        right: -150%;
        
          
    }
    
 
}

@media screen and  (max-width: 865px){  
    header .nave .nave-gauche{
        width: 75%;
    }
  

}

@media screen and  (max-width: 850px){  
    .cont{
        flex-direction: column;
    }
        
    header .dispa-droite{
        display: block;
        left: 10px;
        top: 0px;
        font-size: 40px;
        
    }
    .offre{
        margin-top: 30px;
    }
   
    header .nave .nave-gauche{
        flex-direction: column;
        position: absolute;
        background-color: rgb(122, 224, 224);
        top: 0px;
        width: 0%;
        left: 0;
        height: 400px;
        overflow: hidden;
        backdrop-filter: blur(10px);
        
        transition: 300ms ease-in-out;
        
       
        
    }

    
     
}
 #Go-gauche{
    padding: 30px;
    width: 100%;  
    box-shadow: 0px 0px 10px 1px rgb(21, 41, 41);
}
#Go-droite{
    padding: 50px;
    width: 100%; 
    box-shadow: 0px 0px 10px 1px rgb(21, 41, 41);
}
@media screen and  (max-width: 500px){
    .offre{
        background-color:rgba(7, 140, 173, 0.637);
        background-color: transparent;
        width: 100%;
    }
  
    #dispa-cathegorie{
        width: 100%;
        padding: 30px;
        box-shadow: 1px 1px 10px 1px ;
       }
  
 
  
.cacher{
    display: none;
 }
 
}
@media screen and  (max-width: 300px){
    .cacher-tout{
        display: none;
    }
}

@media screen and  (max-width: 200px){
    .body{
        display: none;
    }
    .warning{
        display: block;
          }
}


