#infos-contact {
  padding-top: 120px !important;
  min-height: 80vh;
}

#page-contact {
  /* padding-top: 120px !important; */
  /* background: linear-gradient(135deg, #f6eaa4, #FFA500); */
  background-color: rgb(253, 199, 84);
}

.article1 {
  border-right: #FFA500 solid 10px;
  border-radius: 15px;


}



#page-contact h2 {
  font-size: 30px !important;

  font-family: 'Cinzel', serif;
}

#page-contact h3 {
  font-size: 20px !important;

  font-family: 'Cormorant Garamond', serif !important;
}

#page-contact p,
label {

  font-family: 'Cormorant Garamond', serif;
  font-size: 20px !important;
  /* font-weight: bold; */

}

#infos-contact h2 {
  font-size: 30px !important;

  font-family: 'Cinzel', serif;
}

#infos-contact h1 {
  font-size: 2.0rem !important;

  font-family: 'Cinzel', serif;
}


#infos-contact p {

  font-family: 'Cormorant Garamond', serif;
  font-size: 20px !important;
  /* font-weight: bold; */

}

a:hover i {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}


@media (max-width: 768px) {

  #page-contact h2 {
    font-size: 20px;
  }

  #page-contact p {
    font-size: 15px !important;
  }
}

.form_1 {
  border-right: solid black 1px;
  /* border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; */
  border-radius: 15px;

}

input,
textarea {
  background-color: rgb(255, 212, 120) !important;

}

.icon-circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}