/*
Theme Name: Astra Child
Template: astra
Description: Child theme for Astra
Version: 1.0.0
*/

/* Tes styles custom ici */

/* Désactiver l'overscroll */
html, body {
    overscroll-behavior: none;
    overscroll-behavior-y: none;
}

/* Alternative pour navigateurs plus anciens */
body {
    overflow-x: hidden;
}

/* Désactiver le bouton Back to Top d'Astra */
#ast-scroll-top {
  display: none !important;
}

/* Supprimer l'espace blanc avant le footer - Méthode moderne */
.site-content {
  margin-bottom: 0;
}

.site-main {
  margin-bottom: 0;
}

#primary {
  margin-bottom: 0;
}



/* Si besoin de forcer sur le footer lui-même */
.site-footer {
  margin-top: 0;
}

@media (max-width: 921px) {
  #primary, #secondary {
      padding: 0 !important;
      margin: 0 !important;
  }
}



