/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



/* ===========================
   DÉFILÉ ANCRE LENT
   =========================== */
html {
  scroll-behavior: smooth;    /* ACTIVE LE DÉFILEMENT FLUIDE */
  scroll-padding-top: 30px;   /* GARDE 30PX LIBRES POUR HEADER/CAPTCHA */
}

.type-page h1.entry-title {
  display: none;
}

/* FALLBACK ANCIENS NAVIGATEURS :
   CRÉE UN ESPACE INVISIBLE DE 30PX
   AVANT L'ANCRE POUR ÉVITER QU'ELLE NE SOIT CACHÉE */
:target::before {
  content: "";
  display: block;
  height: 30px;
  margin-top: -30px;
}


/* ===========================
   PAGE D’ACCUEIL
   =========================== */
#post-1956 .read-more-button-container,
#post-1956 .read-more-container {
  display: none; /* ENLEVER BOUTON "LIRE PLUS" SUR L’ACCUEIL */
}

/* ===========================
   BLOG / ARCHIVES
   =========================== */
.generate-columns-container .inside-article {
  padding: 20px;
  border: 2px solid #dddddd;
  margin: 5px;
  background-color: #ffffff;
}
h2.entry-title {
  margin-bottom: 15px !important; 
}

/* ===========================
   BREADCRUMBS ET MÉTA-DONNÉES
   =========================== */
.cat-links {
  padding-right: 2em;	
}
footer.entry-meta {
  display: flex;
  justify-content: flex-start;
  color: #48718C;
}
.prev {
  padding-right: 2em;	
}
footer.entry-meta nav {
  display: flex;
  justify-content: flex-start;
  color: #48718C;
}

/* ===========================
   LIENS ET BOUTONS
   =========================== */
a.wp-block-read-more {
  width: auto !important; /* LIRE LA SUITE MEMBRES */
}
a.wp-block-file__button {
  color: #ffffff; /* BOUTON TÉLÉCHARGER */
}

/* ===========================
   RESPONSIVE
   =========================== */
@media only screen and (max-width: 1024px) {
  .inside-page-hero h1 {
    font-size: 5vw;
    color: red;
  }
}

/* ===========================
   STRUCTURE / HAUTEUR
   =========================== */
#content {
  min-height: 360px !important;
}

/* ===========================
   BOUTON RETOUR EN HAUT
   =========================== */
.generate-back-to-top {
  bottom: 100px !important; /* AJUSTER AU-DESSUS DU CAPTCHA */
  right: 30px !important;
  z-index: 9999;            /* ASSURE QU’IL RESTE CLIQUABLE */
}
