
.formulaire{
  margin-bottom: 100px;
}
.me{

    width: 60%;
    position: relative;
    display: block;
    top:40px;
    line-height: 1.7;
    padding: 20px;
    opacity: 0.8;
    border-radius: 0.4rem;
    background-color: white;
    box-shadow: 0px 0px 3px black;
    border: none;
    margin: 0 auto;
    margin-bottom: 20px;
    
   }
   .mep{

    width: 60%;
    position: relative;
    left: 20%;
    top:130px;
    line-height: 1.7;
    padding: 20px;
    opacity: 0.8;
    border-radius: 1.6rem;
    border: none;
    margin-bottom: 20px;

   }
   #social{
    width: 50%;
    margin: 0 auto;
   }
   form{
    display: flex;
    padding: 15px;
    flex-direction: column;
    
    
   }
   label{
    font-weight: bolder;
    margin-left: 10px;
    margin-bottom: 10px;
    
   }
   fieldset{
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
   }
   textarea{
    margin-top: 5px;
    margin-bottom: 15px;
   }
   
   legend{
    font-weight: bolder;
   }
   .me button{
     padding: 12px;
     font-weight: bold;
     color: white;
     border:none;
     border-radius: 0.7rem;
     box-shadow: 0px 0px 2px black;
     background-color: #0076bb;
   }
   .me button:hover{
     opacity:0.5;
   }
   .me a{
    display: inline-block;
     text-decoration: none;
     color: #39b0ff;
   }
   #me a{
     margin-right: 15px;
     position:relative;
     left: 8.5%;
     font-size: 110%;
     margin: 17px;
   }
   .me input[type="text"]{
    
     box-shadow: 0px 0px 1px black;
     border: none;
     border-radius: 0.5rem;
     margin-bottom: 25px;
     padding: 10px;
   }
   .me textarea{
 
     padding: 8px;
   
   }



@media screen and (max-width:750px){
 
.me{
  width: 80%;
}
   
   
}


