html,body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background:rgb(25, 25, 25);
}
header{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background:black;
    padding: 10px;
}

.container-logo{
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.container-logo img{
    max-width: 300px;
}

.container-step{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 800px;
}
.step{
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:20px;
    width: 100px;
}
.step div{ 
    color: #a1aab4;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e6eaed;;
    width: 20px;
    height:20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.step p{
    padding: 0;
    color: white;
    margin: 0;
    margin-top: 10px;
}




main{
    color:white;
    padding: 20px;
    background: rgb(25, 25, 25);
    display: flex;
    justify-content: center;
}

.container-main{
    max-width: 800px;
}

main h1{
    padding-bottom: 10px;
}

main p{
    font-size: 1.4rem;
    color:rgb(194, 194, 194);
    padding: 10px;
    font-weight: bold;
    
}

.container-radio{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
    padding-bottom: 20px;
    
}

.radio{
    background:#f9f9f9;
    display: flex;
    padding:10px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 2px solid #e6eaed;
    color:#737b83;
    font-size:17px;
    font-weight: 700;
    align-items: center;
    cursor: pointer;
}

main label{
    color:rgb(194, 194, 194);

    margin-bottom: 8px;
}

input[type=radio]{
  
   border: 2px solid #737b83;
   width: 20px;
   border-radius: 50% ;
   -webkit-border-radius: 50% ;
   -moz-border-radius: 50% ;
   -ms-border-radius: 50% ;
   -o-border-radius: 50% ;
   height: 20px;
   margin: 0 8px 0 0;
}

.divinput{
    align-items: center;
    background: #f9f9f9;
    border: 2px solid #a1aab4;
    border-radius: 24px;
    display: flex;
    height: 48px;
    margin-bottom: 24px;
    padding: 0 24px;
    position: relative;
}



input{
  align-items: center;
  background: none;
  border-width: 0 !important;
  box-shadow: none !important;
  display: flex;
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  font-weight: 500;
  height: 100%;
  line-height: 22px;
  outline: none;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.urgence{
    border: 2px solid rgb(235, 143, 56);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 15px;
    margin-bottom:20px ;
    
}

.mineur{
    border: 2px solid rgb(235, 235, 56);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 15px;
}

#step1{
    background: rgb(235, 235, 56);
    color: black
}

.div-button{
    display: flex;
    justify-content: center;
    width: 100%;

}

#button-step1,#button-step2{
    width: 150px;
    height:50px;
    background: rgb(235, 235, 56);
    border: 2px solid black;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color:black;
}

#button-step1:hover{
    background: white;
}

.container-submit{
    display: flex;
    justify-content: center;
    padding: 20px;
}
.submit{
    width: 200px;
    height:50px;
    background: rgb(235, 235, 56);
    border: 2px solid black;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color:black;
}

#section2,#section3{
    display:none;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}

footer{
    background:black;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px;
    color:white;
    flex-direction: column;
    
}

.footer-img{
    display: flex;
    justify-content: center;
    align-items: center;

}


footer a{
    text-decoration: none;
    color: white;
    padding: 5px;
}

.footer-contact{
    display: flex;
    flex-direction: column;
   justify-content: center;
}
.container-imgandp{
    display: flex;
    align-items: center;
    padding: 5px;
}
.footer-contact img{
    width: 30px;
    background: white;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 5px;
    margin-right: 10px;

}

.footer-top{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 40px;
}

.juridique{
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

iframe{
    width: 95vw;
}

.error{
    text-align: center;
    background: rgb(247, 57, 57);
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    
}

.data{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    padding: 20px;
    box-shadow: 2px 2px 2px black;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.data input{
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    width: unset;
    margin-bottom: 20px;
}