/* ============================================================
📄 PAGE RESSOURCES — TYPOGRAPHIE
============================================================ */

/* Titre principal */
.ressources-page .titre1 {
  font-family: "archivo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin: 40px 0 20px;
  line-height: 1.2;
}

/* Texte / sous-titre */
.ressources-page .titre2 {
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #000;
  line-height: 1.6;
  max-width: 800px;
  margin-bottom: 40px;
}

/* Liens dans les titres */
.ressources-page a {
  color: #878787;
  text-decoration: underline;
}

.ressources-page a:hover {
  text-decoration: underline;
  color: #AA6615;
}


/* ==========================
RESPONSIVE
========================== */

@media (max-width:900px){
  .ressources-page .container-global {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }

@media (max-width:600px){
  .ressources-page .container-global {
    padding-left: 20px;
    padding-right: 20px;
  }
}
