*
{
    margin: 0;
    padding: 0;
}

body{
    font-size: 15px;
}

header{
    height: 120px;
}
.hautmenu{
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

header h1 {
    float: left;
    font-size: 45px;
    margin-top: 32px;
}
header h1 span{
    color: coral;
}
header nav{
    float: right;
    margin-top: 50px;
}
header nav ul li{
    display: inline-block;
    margin-right: 15px;
}
header nav ul li a{
    margin-right: 20px;
}
.droitmenu{
    text-decoration: none;
    color: black;
    font-weight: bold;
}
#main {
    height: 580px;
    background: url("main.jpg") center;
    
}

.texteimg1
{
    font-size: 60px;
    text-align: center;
    color: rgb(55, 55, 55);
    padding: 150px 0 40px 0;
}
.texteimg1 span
{
    color: black;
    font-weight: bold;
}
.conteineur{
    display: flex ;
    justify-content: center;
    align-items: center;
}
.boutonimg{
    margin-top: 60px;
    width: 100px;
    height: 50px;
    border: none;
    cursor: pointer;
    background-color: rgb(255, 179, 87);
}
#step{
    width: 100%;
}


#step1{
    display: flex;
    justify-content: space-around;
 
    margin-top: 80px;
    
    
}
.icon1{
    display:flex;
    justify-content: center;
    margin-left: 110px;
   
}
.txt1
{

    text-align: center;
    margin-top: 15px;
    width: 20rem;
    margin-bottom: 50px;
}
.txt2{
    margin-top: 25px;
    text-align: center;
}

#posibilities{
    background-color: rgba(212, 205, 205, 0.486);
    padding: 60px 0;
    display: flex;
    justify-content: space-around;
  
}
#posibilities article{
    width: 460px;
    height: 270px;

    margin-left: 15px;


}
.back{
    border-radius: 15px 15px 15px 15px;

}

.overlay{
    width: 50%;
    height: 270px;
    border-radius: 15px 0 0 15px;
    background-color: rgba(255, 255, 255, 0.936);
}
.txtoverlay{
    text-align: center;
    padding-top: 20%;

}

.txtoverlay h4 {
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 20px;


}
.txtoverlay p{
   
    padding-bottom: 50px;

}

.txtoverlay a{
    text-decoration: none;
    color:white;
    padding: 15px;
}

.btn1{
    background-color: rgb(255, 179, 87);
    height: 300px;
}
.titreh3{
    text-align: center;
    margin-top: 50px;
   margin-bottom: 50px;
    font-size: 40px;
}
.ptxt{
    text-align: center;
    margin: 25px;
}
.form1{
   text-align: center;
   margin-bottom: 50px;
   
    
}
.padlm{
    margin-top: 50px;
    margin-right: 20px;
    margin-left: 10px;
    height: 35px;
    width: 300px;


}
.padlm1{
    margin-right: 20px;
  
    padding: 10px;
    background-color: rgb(33, 193, 246);
    border: none;
    color: white;
    
   }
.padlm1:hover{
    background-color: black;
}
.form1 label{
    font-size: 20px;
    font-weight: bolder;
    color: rgb(77, 77, 77);
    
}

footer{
    background-color: #232323af;
    padding-bottom: 80px;
}

footer h1{
    color: white;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 20px;
    font-size: 50px;
}


footer h1 span{
    color: coral;
}
.Copyright{
    margin-top: 50px;
   color: #b5b3b3;
    text-align: center;
    font-weight: bolder;
}