/* ============================================================
📄 PAGE CONTACT
============================================================ */

.contact-page .info {
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  color: #000;
  margin: 40px 0 20px;
  line-height: 0;
}

.contact-page .info2 {
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  color: #000;
  margin: 40px 0 20px;
  line-height: 1.2;
  font-weight: bold;
}


/* Liens dans les titres */
.contact-page .info  a {
  color: #878787;
  text-decoration: underline;
}

.contact-page .info  a:hover {
  text-decoration: underline;
  color: #AA6615;
}



/* ==========================
RESPONSIVE
========================== */

@media (max-width:900px){
  .contact-page .container-global {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }

@media (max-width:600px){
  .contact-page .container-global {
    padding-left: 20px;
    padding-right: 20px;
  }
}



