section{

 text-align: center;
  width: 85%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 20px auto;
 
  box-shadow: 0px 0px 10px #bbb;
    background-color: #fff;

}

/*Formulaire contact*/

form {
  margin-top: 3%;
}


em {
  color : red;
   font-weight: bold;
}


label {
  width: 100px;

  vertical-align: top;
  margin: 5px;
}


input[type=text] {
  width: 80%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=email] {
  width: 80%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

textarea {
  width: 80%;
  height: 120px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}


input[type=submit] {
  background-color: gray;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: orange;
}


input[type=reset] {
  background-color: gray;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=reset]:hover {
  background-color: orange;
}




/*Zoom icone réseau social*/
.zoom {
  margin-left: 19%;
}
.zoom img {
  height:70px;
  margin-left: 15%;
}
.zoom img:hover {
  height:90px;
}


/*Media queries*/
@media only screen and (max-width: 1188px){
  .zoom img {
    margin-left: 1%;
  }
}

@media screen and (max-width: 560px){
  .zoom {
    text-align: center;
    font-size: medium;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .zoom img {
    width: 50px;
    height: 50px;
  }
}
