.recherche{
    float:none;
}
.recherche-submit{
    background-color:transparent;
padding:8px 3px;
display:inline-block;
float:none;
}
.recherche-submit::after{
    font-size:30px;
content:"\f002";
font-family:"fontawesome";
padding:10px 13px;
color:white;
border-radius:50%;
background: #276c73;

}
.recherche-text{
    width:210px;
margin-right:5px;
border:0;
padding:16px;
border-radius:30px;
background:#ffffff;
border:1px solid #e5e5e5;

}


@media screen and (max-width: 470px) {
.recherche-text{
    width:200px;
}
  
}

@media screen and (min-width: 470px) and (max-width: 980px) {
   .recherche-text{
    width:200px;
}

}

@media screen and (min-width: 980px) {
   .recherche form{
    display:flex;
flex-direction:row;
align-items:center;
justify-content:flex-start;
   }


}