#contacts .bouton {
  display: none;
}

#contacts h2.titre {
  font-size: 21px;
}

#contacts .col p {
  margin-top: 0px;
  margin-bottom: 5px;
}

#contacts .col a {
  margin-top: 10px;
}

#contacts .contact {
  display: inline-flex;
  gap: 38px;
  align-items: center;
  padding: 20px;
  background-color: white;
  color: #0a2c7a;
  border-radius: 14px;
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.1) !important;
}

#contacts .contact .texte p:first-child {
  font-weight: 500;
  font-size: 20px;
  font-family: neulis-cursive, sans-serif !important;
}

#contacts .contact p {
  margin-top: 10px;
  margin-bottom: 10px;
}

#contacts .contact .tel::before,
#contacts .contact .email::before {
  font-family: "ETmodules";
  display: inline-block;
  position: relative;
  top: 4px;
  padding-right: 10px;
}

#contacts .contact .email {
  color: #0a5adb;
}

#contacts .contact .tel::before {
  content: url("../icons/Icon_Telephone_bleu-70.svg");
  width: 15px;
}

#contacts .contact .email::before {
  content: url("../icons/Icon_Email_bleu-70.svg");
  width: 22px;
}

#contacts .contact .photo {
  width: 120px;
  background-size: cover;
  height: 120px;
  border-radius: 99px;
  background-position: center;
}

@media (min-width: 701px) and (max-width: 1100px) {
  #contacts .contact {
    gap: 10px;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  #contacts .container:last-child {
    grid-template-columns: 1fr;
  }
  #contacts .contact {
    gap: 10px;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  #contacts .container:last-child {
    width: 77%;
  }
}
