body{
  background: white;
}
.photo {
  margin-top: 10%;
}
.photo img {
  width: 40%;
  height:auto;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.texte, .titre {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin-top: 10%;
  max-width: 80%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  color: #212021;
}
.titre{
  font-family: 'Montserrat', serif;
  font-size: 72px;
  font-weight: bold;
}
.icones {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  margin-top: 10%;
}
.icones img{
  width: 13%;
  height: auto;
  margin-left: 70px;
  margin-right: 70px;
}
.contacts p{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #212021;
  text-align: center;
  padding-top: 50px;
}
.contacts img{
  vertical-align: middle;
}
.contacts a{
  text-decoration: none;
  color: #212021;
  font-size: 24px;
  vertical-align: middle;
  margin-left: 20px;
}
@media (min-width: 981px) and (orientation: landscape) {
  .photo{
    margin-top: 0;
  }
  .photo img{
    width: 10%;
  }
  .texte, .titre, .icones, .contacts{
    margin-top: 0;
  }
  .icones img{
    width: 6%;
    height: auto;
    margin-left: 70px;
    margin-right: 70px;
  }
  .texte, .contacts p{
    font-size: 16px;
  }
  .contacts p{
    margin-top: 0;
  }
}
