/*
Theme Name:   Anne
Theme URI:    https://ormone.fr
Description:  Thème enfant Divi pour le site d'Anne — intégration de la police Adobe Fonts (Minerva Modern).
Author:       Ormone
Author URI:   https://ormone.fr
Template:     Divi
Version:      1.0.0
Text Domain:  anne
*/

/* ===========================================================
   Police Adobe Fonts — Minerva Modern (Typekit duz3led)
   Le kit est chargé dans functions.php
   =========================================================== */

body,
h1, h2, h3, h4, h5, h6,
.et_pb_module,
.et_pb_module h1,
.et_pb_module h2,
.et_pb_module h3,
.et_pb_module h4,
.et_pb_module h5,
.et_pb_module h6 {
    font-family: minerva-modern, sans-serif;
}


/* ===========================================================
   Tes styles personnalisés à ajouter ci-dessous
   =========================================================== */

@media (max-width: 479px) {
  .et_pb_post h2 {
    font-size: 30px !important;
    padding-bottom: 10px !important;
  }
}


.single-post .et_pb_post {
  margin-bottom: 0 !important;
}
.single-post.single .post {
  padding-bottom: 0 !important;
}



@media (max-width: 980px) {
  #footer-row {
    display: flex;
    flex-direction: column;
  }
  #footer-row .et_pb_column:nth-child(1) { order: 2; } /* colonne 1 → 2e */
  #footer-row .et_pb_column:nth-child(2) { order: 1; } /* colonne 2 → 1re */
  #footer-row .et_pb_column:nth-child(3) { order: 3; } /* colonne 3 → reste 3e */
}


@media (max-width: 980px) {
  .liste-espacee li {
    margin-bottom: 15px;
  }
}