.contenu{
   margin: auto;
background: #fff;
padding: 35px;
border-radius:25px;
width: 100%;
max-width: 300px;
box-shadow: 0 10px 25px
rgba(0,0,0,0.3);
}
.recherche{
display: flex;
  border-radius: 35px;
  background: #fff;
  padding: 15px;
  border: 2px solid #d1d1d1;
  margin-bottom: 25px;
 }
.recherche i{
      display: flex;
      align-items: center;
      color:#19a7d8;
}
.recherche input{
     padding: 10px;
     width: 100%;
     font-size: 1em;
     border: none;
}
h2{
    text-align: center
   color:#000;
    margin-bottom: 5px;  
}
label{
     display: block;
     font-weight: 400;
     font-size: 0.8em;
     margin-bottom: 5px;
}
input[type="text"],
input[type="e-mail"],
textarea{
   width: 100%;
   padding: 12px;
   border: 1px solid #ddd;
   border-radius: 10px;
}
.formulaire img{
               border-radius: 4500px;
               text-align: center;
}
input:focus{
      outline: 1px solid
#4da6ff;
}
textarea:focus{
   outline: 2px solid
#41b349;
}
.boutondevalidation{
                  width: 100%;
                  padding: 10px;
                  color: white;
                background: #f4a742;
                border: none;
                font-size: 1em;
                font-weight: bold;
}
.boutondevalidation:hover{
           background: #19a7d8;
            color:white;
}
.iconessociales{
      display: flex;
      justify-content: center;
      margin-top: 10px;
}
p{
  font-size: 1em;
    justify-content: center;
}
.iconessociales a{
         text-decoration: none;
        color: #555555;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        display: flex;
       justify-content: center;
    align-items: center;
}

