*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    

}

a{
    text-decoration: 0;
    font-size: 13px;
}

/* scrollbar CSS */
::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-thumb{
    background-color: gray;
    border-radius: 30px;
}

header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    font-family: Arial, Helvetica, sans-serif;
    
}

div.logo{
    display: flex;
    align-items: center;

}
div.logo img{
    width: 70px;
    height: 50px;
}
div.logo h1{
    font-size: 25px;
    color: gray;
}
div.logo h1 span{
    color: rgb(98, 144, 230) ;
}
.menu{
    display: flex;
}
.menu li{
    margin-left: 50px;
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;

}
.menu li a{
    color: gray;
    transition: 0.5s;
    font-size: 13px;
    text-decoration: none;
}
.menu li a:hover{
    color: rgb(98, 144, 230);
    font-size: 19px;
}
.menu li:hover::after{
    content: "";
    position: absolute;
    z-index: -1;

}
.numéro{
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding: 0px 25px;
    background: linear-gradient(rgb(98, 144, 230),gray);
    border-radius: 60px;
    display: flex;
}
.numéro a{
    display: flex;
    align-items: center;
}
.numéro img{
    width: 40px;
    margin-left: -25px;
    margin-right: 30px;
    border-radius: 60px;

}
.numéro p{
    margin-right: 20px;
    font-size: 18px;
    color: white;
}

.menu_liste{
    margin-right: 60px;
    margin-left:  1150px;
    width: 60px;
    position: absolute;
    display: none;
}

/* tab */
@media (max-width:1280px) {
    div.logo img{
        width: 50px;
        height: 40px;
        margin-left: -25px;
    }
    div.logo h1{
        font-size: 25px;
        color: gray;
    }
    
    html{
        width: 100%;
    }
    .menu_liste{
        display: block;
        width: 90px;
        
    }

    .menu{
        top: 0;
        left: 0;
        position: absolute;
        background-color: rgba(172, 172, 172, 0.829);
        backdrop-filter: blur(7px);
        width: 100%;
        height: 800px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-left: -100%;
        transition: all 0.5s ease;
        
    }
    .menu.mobile-menu{
        margin-left: 0;
    }
    .menu li a{
        
        font-size: 22px;
        margin-left: -17%;
        margin-bottom: 60px;
        transition: 0.5s;
        color: rgb(78, 78, 78);


    }
    .a1{
        display: none;
    }
    .menu li a:hover{
        font-size: 18px;
        
    }

    .numéro {
        display: none;
    }
    header{
        position: fixed;
        background-color: white;
        width: 100%;
        margin-top: -10px;
    }
   
}

/* phone */

@media (max-width:500px){
    html{
        width: 100%;
    }
    .menu_liste{
        margin-left: 80%;
        width: 30px;
    }
    .menu{
        width: 100%;
        height: 670px;
        
    }
    header{
        position: fixed;
        background-color: white;
        width: 100%;
        
    }
    
    
}


/* corps */




.bigtitle{
    background-color: black;
}
 
.title{
    text-align: center;

}
.title h1{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-top: 100px;
    margin-bottom: 10px;
}
.title p{
    color: gray;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
    font-size: 18px;

}
.infopr{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    
}
.infopr h2{
    text-align: center;
    margin-bottom: 35px;
    font-size: 18px;
}

.bg{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.bg1{
    margin-bottom: 100px;
    margin-left: 10%;
}
.bg1 h4{
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
}
.bg11{
    display: flex;
    margin-top: 50px;
    align-items: center;
    margin-bottom: 20px;
}
.bg11 img{
    width: 50px;
    margin-left: 60px;
    
}
.bg11 p{
    font-size: 18px;
    margin-left: 10px;
    margin-top: 3px;
}





.bg12{
    color: black;
    background-color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    height: 65vh;
    flex-direction: column;
    

}




form{
    background-color: rgb(98, 98, 209);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10 rgb(83, 83, 233);
    width: 700px;
    padding: 50Px;
    
    
   
}
form hr{
    margin-bottom: 20px;
}
form h2{
    color: black;
    margin-top: -20px;
    font-size: 50px;
    margin-bottom: 15px;
    text-align: center;
}
label{
    font-size: 30px;
    font-weight: 400;
    margin-top: 10px;
    letter-spacing: 1px;
    color: white;
    /* margin-left: -165px; */

}
input {
    width: 600px;
    padding: 1px;
    height: 50px;
    font-size: 25px;
    margin-bottom: 10px;
    /* margin-left: -170px; */
    border-radius: 10px;
}
select{
    box-shadow: none;
    background-image: none;
}
select::-ms-expand{
    display: none;
}
select{
    display: flex;
    width: 600px;
    height: 50px;
    border-radius: 10px;
    font-size: 25px;
    padding: 0.5em;
    cursor: pointer;
}

input[type="file"]{
    width: 2px;
    margin-left: -180px;
    margin-top: 40px;

}
.preuve{
    color: rgb(0, 0, 0);
    height: 70px;
    width: 600px;
    background-color: rgb(253, 215, 0);
    font-size: 25px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}
.preuve img{
    width: 42px;
    margin-right: 20px;
}
.capture{
    display: flex;
}




button{
    margin-top: 20px;
    padding: 10px 25px;
    background: linear-gradient(rgb(98, 144, 230),gray);
    border-radius: 60px;
    height: 60px;
    color: white;
    font-size: 23px;
    cursor: pointer;

}









.contact h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}


.bg2{
    margin-top: 50px;
    margin-left: 200px;
}
.bg2 h2{
    margin-top: -60px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
    width: 90%;
    margin-left: 30px;

}
.bg2 h3{
    text-align: center;
    margin-top: 20px;
    font-size: 25px;
}
.bg21{
    align-items: center;
    justify-content: center;
    display: flex;
}
.bg211{
    width: 80%;
    margin-right: 50px;
    margin-bottom: 50px;
}

/* tab */
@media (max-width:1280px){
    .bg1{
        margin-left: 0px;
    }
    .title h1{
        font-size: 23px;
    }
    .title p{
        font-size: 18px;
    }
    .infopr h2{
        margin-top: 30px;
        font-size: 16px;
    }
    .bg11{
        margin-top: 70px;
    }
    .bg11 img{
        width: 50px;

    }
    .bg111 p{
        font-size: 16px;
    }
    .bg1 h4{
        margin-bottom: 50px;
        font-size: 16px;

    }


    .bg{
        flex-direction: column;
    }
    form{
        width: 330px;
        padding: 15Px;
    }
    form h2{
        margin-top: 10px;
        font-size: 30px;
    }
    form hr{
        margin-bottom: 10px;
    }
    label{
        font-size: 18px;
    }
    input{
        width: 300px;
        height: 27px;
        font-size: 15px;
    }
    select{
        width: 300px;
        font-size: 15px;
        height: 35px;
    }
    .preuve{
        font-size: 16px;
        font-size: 16px;
        width: 300px;
        height: 40px;
    }
    .preuve img{
        width: 30px;
    }
    button{
        margin-top: 0px;
        font-size: 18px;
        height: 50px;
    }
    .bg2{
        margin-left: 0px;
    }
    .bg2 h2{
        margin-top: 0px;
        margin-left: 5%;
        font-size: 17px;
    }
    .bg211{
        width: 90%;
        margin-left: 10%;
    }
    .bg2 h3{
        margin-top: 10px;
        font-size: 17px;
        margin-bottom: 20px;
    }

}




/* phone */

@media (max-width:500px){
    
    
}









/* tarif */

#tarif{
    font-family: Arial, Helvetica, sans-serif;
}
.tarif1 h1{
    margin-top: 70px;
    font-size: 30px;
    text-align: center;
    text-decoration: underline;
}
.tarif1 h2{
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 25px;
    text-align: center;
}
.tarif2{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 50px;


}
.tarif21 h2{
    font-size: 23px;

}
.tarif21 p{
    font-size: 20px;
    margin-top: 20px;
}
.tarif22 h2{
    font-size: 23px;
    margin-left: 250px;

}
.tarif22 p{
    font-size: 20px;
    margin-left: 250px;
    margin-top: 20px;
}
.tarif3{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 50px;
    
}
.tarif31 h2{
    font-size: 23px;

}
.tarif31 p{
    font-size: 20px;
    margin-top: 20px;    
}
.tarif32 h2{
    font-size: 23px;
    margin-left: 100px;
    
}
.tarif32 p{
    font-size: 20px;
    margin-left: 100px;
    margin-top: 20px;
}


.tarif4{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 50px;
    
}
.tarif41 h2{
    font-size: 23px;

}
.tarif41 p{
    font-size: 20px;
    margin-top: 20px;    
}
.tarif42{
    margin-bottom: 80px;
}
.tarif42 h2{
    font-size: 23px;
    margin-left: 100px;
    
}
.tarif42 p{
    font-size: 20px;
    margin-left: 100px;
    margin-top: 20px;
}
.tarif5 h2{
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 25px;
    text-align: center;
}
.tarif6{
    text-align: center;
}
.tarif6 h2{
    margin-top: 40px;
    font-size: 23px;
}
.tarif6 p{
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 20px;
}



/* tab */
@media (max-width:1280px){
    .tarif1 h1{
        margin-top: 40px;
        font-size: 30px;
    }
    .tarif1 h2{
        margin-top: 50px;
        font-size: 25px;
    }
    .tarif2 h2{
        font-size: 17px;

    }
    .tarif21 p{
        margin-left: 30px;
    }
    .tarif22 h2{
        margin-left: 50px;
    }
    .tarif22 p{
        margin-left:30px;
    }
    .tarif2 p{
        font-size: 17px;
    }
    .tarif3 h2{
        font-size: 17px;

    }
    .tarif3 p{
        font-size: 17px;
    }
    .tarif32 h2{
        margin-left: 30px;
    }
    .tarif4 h2{
        font-size: 17px;

    }
    .tarif4 p{
        font-size: 17px;
    }
    .tarif42 h2{
        margin-left: 30px;
    }
    .tarif5 h2{
        margin-top: 10px;
        font-size: 25px;
    }
    .tarif6{
        text-align: center;
    }
    .tarif6 h2{
        font-size: 20px;
    }
    .tarif6 p{
        font-size: 17px;
    }
    
}













/* etat */


.etat{
    margin-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 30px;
}

.etat hr{
    margin-left: 30px;
    margin-right: 30px;
}

.etat2 h2{
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;

}
.etat2 h2 a{
    font-size: 20px;
    text-decoration: underline;
}
.etat2 img{
    width: 70%;
    margin-left: 10%;
}

/* tab */
@media (max-width:1280px){
    .etat2 h2{
        font-size: 20px;
    }
    .etat2 h2 a{
        font-size: 20px;
    }
    .etat2 img{
        width: 80%;
    }
}






















/* etape */
.etapes{
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 30px;
    margin-right: 30px;
}
.etapes1 h1{
    margin-top: 60px;
    text-align: center;
    font-size: 28px;
}
.etapes1 p{
    margin-top: 10px;
    text-align: center;
    font-size: 23px;
    margin-bottom: 80px;
}
.etapes2{
    display: flex;
    align-items: center;
}

.etapes21 h1{
    text-align: center;
    background: linear-gradient(rgb(98, 144, 230),gray);
    font-size: 60px;
    border-radius: 70px;
    width: 70px;
    margin-right: 60px;
    margin-left: 30px;

}
.etapes22 h2{
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.etapes22 h2 span{
    color: rgb(98, 144, 230);
}
.etapes22 a{
    color: black;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 0px;

}
.etapes3{
    display: flex;
    align-items: center;
    margin-top: 90px;
}
.etapes31 h1{
    text-align: center;
    background: linear-gradient(rgb(98, 144, 230),gray);
    font-size: 60px;
    border-radius: 70px;
    width: 70px;
    margin-right: 60px;
    margin-left: 30px;
}
.etapes32 h2{
    font-size: 20px;

}
.etapes4 img{
    width: 50%;
    margin-left: 25%;
}
.etapes5{
    display: flex;
    align-items: center;
    margin-top: 90px;
}
.etapes51 h1{
    text-align: center;
    background: linear-gradient(rgb(98, 144, 230),gray);
    font-size: 60px;
    border-radius: 70px;
    width: 70px;
    margin-right: 60px;
    margin-left: 30px;
}
.etapes52 h2{
    font-size: 20px;
    margin-bottom: 10px;

}
.etapes h2 a{
    color: blue;
    font-size: 20px;
    text-decoration: underline;
}


.etapes6{
    display: flex;
    align-items: center;
    margin-top: 90px;
}
.etapes61 h1{
    text-align: center;
    background: linear-gradient(rgb(98, 144, 230),gray);
    font-size: 60px;
    border-radius: 70px;
    width: 70px;
    margin-right: 60px;
    margin-left: 30px;
}
.etapes62 h2{
    font-size: 20px;
    margin-bottom: 10px;

}


.etapes7{
    display: flex;
    align-items: center;
    margin-top: 90px;
}
.etapes71 h1{
    text-align: center;
    background: linear-gradient(rgb(98, 144, 230),gray);
    font-size: 60px;
    border-radius: 70px;
    width: 70px;
    margin-right: 60px;
    margin-left: 30px;
}
.etapes72 h2{
    font-size: 20px;
    margin-bottom: 10px;

}

.etapes8 p{
    margin-top: 25px;
    font-size: 23px;
    margin-bottom: 40px;
    text-align: center;
}
.etapes9 h2{
    margin-top: 30px;
    text-align: center;
    font-size: 23px;
}

/* tab */
@media (max-width:1280px){
    
    .etapes1 h1{
        font-size: 25px;
    }
    .etapes1 p{
        font-size: 17px;
    }
    .etapes21 h1{
        font-size: 40px;
        border-radius: 70px;
        width: 50px;
        margin-right: 30px;
        margin-left: 0px;
    
    }
    .etapes31 h1{
        font-size: 40px;
        border-radius: 70px;
        width: 50px;
        margin-right: 30px;
        margin-left: 0px;
    
    }
    .etapes41 h1{
        font-size: 40px;
        border-radius: 70px;
        width: 50px;
        margin-right: 30px;
        margin-left: 0px;
    
    }
    .etapes51 h1{
        font-size: 40px;
        border-radius: 70px;
        width: 50px;
        margin-right: 30px;
        margin-left: 0px;
    
    }
    .etapes61 h1{
        font-size: 40px;
        border-radius: 70px;
        width: 50px;
        margin-right: 30px;
        margin-left: 0px;
    
    }
    .etapes71 h1{
        font-size: 40px;
        border-radius: 70px;
        width: 50px;
        margin-right: 30px;
        margin-left: 0px;
    
    }

    .etapes h2{
        font-size: 17px;
    }
    .etapes h2 a{
        font-size: 17px;
    }
    .etapes8 p{
        font-size: 18px;
    }
    .etapes4 img{
        width: 85%;
        margin-left: 10%;
    }

}










/* fin */
#fin{
    background-color: rgb(24, 24, 24);
}
.fin1{
    color: white;
}
.fin11{
    display: flex;
    align-items: center;
}
.fin111{
    margin-left: 70px;
    width: 40%;
}
.fin111 h1{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 30px;
    font-size: 30px;

}
.fin111 h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 20px;
}
.fin111 h2 a{
    font-size: 18px;
    color: blueviolet;
}
.fin111 img{
    margin-top: -50px;
    margin-bottom: -50px;
    width: 50%;
}
.fin111 p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: grey;
    
}
.fin112{
    display: flex;

}
.fin1121{
    margin-left: 50px;
}
.fin1121 h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: 30px;
    

}
.fin1121 li{
    margin-top: 10px;
    list-style: none;
    font-size: 18px;
    

}
.fin1121 li a{
    color: grey;
    font-size: 18px;
}
.fin12 {
    margin-left: 70px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 30px;
    color: gray;
    font-size: 13px;

}
.fin12 p{
    margin-top: 10px;
    font-size: 18px;
}
.fin12 h2{
    margin-top: 10px;
    color:  rgb(24, 24, 24);
}
.imp{
    display: none;

}

/* tab */

@media (max-width:1280px){
    .fin111{
        display: flex;
        margin-left: 10px;
    }
    .fin111 p{
        display: none;
    }
    .fin11{
        flex-direction: column;
        align-items: normal;
        width: 90%;
    }
    .fin111 img{
        margin-top: 30px;
        margin-left: -5px;
        width: 13pc;
    }
    .fin112{
        display: flex;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10Px;
    }
    .fin12{
        font-size: 18px;
    }
    .imp{
        display: block;
        font-size: 18px;
    }
    .fin111 h1{
        font-size: 25px;
    }
    .fin111 h2{
        font-size: 15px;
        width: 110%;
        margin-bottom: 30px;
    }
    .fin111 h2 a{
        font-size: 15px;
    }
    .fin1121 h2{
        font-size: 15px;
        margin-top: 0px;
    }
    .fin1121 li a{
        font-size: 15px;
    }
    .fin12{
        margin-left: 10px;
    }
    .fin12 p{
        
        font-size: 15px;
    }
}
