/* =====================================================
CONTACT PAGE
===================================================== */
body.page-contact {
  overflow: hidden;
}

.contact-page {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/wp-content/uploads/2026/02/B006046-R1-04-5-scaled.jpg")
    no-repeat center center fixed;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

/* container centré */

.contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* titre */

.contact-container h1 {
  font-weight: 100;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  padding: 3px 6px;
  border: 2px solid #ffffff;
  margin-bottom: 30px;
}

/* textes */

.contact-container p {
  font-weight: 100;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  margin: 10px 0;
}

/* liens */

.contact-container a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

/* hover underline */

.contact-container p a:hover {
  text-decoration: underline;
}

/* bouton retour */

.contact-back {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
}

/* bouton */

.contact-back a {
  font-family: monospace;
  font-size: 1.2rem;
  color: #ffffff;
  text-decoration: none;
  padding: 2px 6px;
  border: 2px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.contact-back a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
