.contenu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8rem 0 2rem 0;
  gap: 4rem;
}

.form {
  display: inline-block;
  width: 45%;
  color: #b98a82;
  font-family: 'Alegreya+Sans', sans-serif;
}

.adresse {
  background-color: #D57239;
  margin: 1rem;
  padding: 1rem;
  width: fit-content;
  text-align: center;
  transform: rotate(2deg);
}

#titre {
  font-family: 'Poiret One', sans-serif;
  padding-top: 2rem;
  padding-bottom: 1rem;
  line-height: 5rem;
}


h2 {
  font-family: 'Poiret One', sans-serif;
  line-height: 4rem;
  padding: 0 2rem;
}

#nom {
  font-size: 2rem;
}


.icone {
  font-size: 2rem;
  padding-bottom: 2rem;
  line-height: 5rem;
}

.icone a {
  text-decoration: none;
  color: #b98a82;
}

.icone a:hover {
  color: #D57239;
}


#mail, #bookings {
  color: #b98a82;
  text-decoration: none;
}

#bookings:hover {
  color: #D57239;
}


#suscribe {
  color:#D57239;
  text-decoration: none;
  font-family: 'Alegreya+Sans', sans-serif;
}

#suscribe h2{
  font-family: 'Alegreya+Sans', sans-serif;
}

#suscribe:hover {
  font-size: 1.25rem;
}

#mail:hover {
  color: #D57239;
}

#image-form {
  width: 25rem;
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(-2deg);
  height: 36rem;
  background-color:  #520b0f;
}

#gsm {
  color:#b98a82;
}

/* responsive design */

@media only screen and (max-width:950px){
  #suscribe:hover {
    font-size: 1.25rem;
  }
  #gsm {
    color:#b98a82;
  }

  #gsm a {
    color:#b98a82;
    text-decoration: none;
  }
}

@media only screen and (max-width:900px) {
  .contenu {
    margin-top: 10rem;
    gap: 2rem;
  }

  #image-form {
    width: 20rem;
  }


  h2 {
    line-height: 3.25rem;
  }

  .contact {
    height: 28rem;
  }

  #titre {
    padding-top: 0;
    line-height: 4rem;
  }

  .icone {
    line-height: 4rem;
  }
}

@media only screen and (max-width: 850px) {
  #suscribe:hover {
    font-size: 1rem;
  }

}

@media only screen and (max-width: 780px) {
  .contenu {
    margin-top: 10rem;
    gap: 0.5rem;
  }

  #suscribe {
    font-size: 0.8rem;
  }

}

@media only screen and (max-width: 770px) {
  .contenu {
    margin: 5rem 0 2rem 0;
    display: block;
    text-align: center;
  }

  #titre {
    padding: 0;
  }

  .icone {
    padding: 0;
  }

  .contact {
    height: 25rem;
    padding: 1rem 0;
  }

  #image-form {
    width: 23rem;
    margin-top: 2rem;
}
}

@media only screen and (max-width: 375px) {
  #titre {
    font-size: 1.75rem;
  }

  h2 {
    line-height: 3rem;
    padding: 0 1rem;
  }

  #image-form {
    width: 20rem;
    margin-top: 2rem;
  }

}