/*
Theme Name: Babynosoucy
Description: Theme enfant de Babynosoucy
Author: julie doval
Author URI: https://www.babynosoucy.com
Template: Divi 
Version: 0.1.0
*/

/* ===========================
   CSS Global BSD – Child Theme
   =========================== */

/* ---------------------------
   Boutons BSD
--------------------------- */
.bsd-cta,
.et_pb_button.bsd-cta {
  background: #e9690a !important;
  color: #ffffff !important;
  border-radius: 10px;
  padding: 10px 22px;
  text-transform: uppercase;
  font-weight: 700;
}

/* ---------------------------
   Cards pour Events / Players / Teams
--------------------------- */
.bsd-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(4, 65, 79, 0.06);
  padding: 18px;
}

/* ---------------------------
   Headings
--------------------------- */
h1,
h2,
h3 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  color: #04414f;
}

/* ---------------------------
   Body
--------------------------- */
body {
  font-family: "Poppins", sans-serif;
  color: #04414f;
  background: #ffffff;
}

/* ---------------------------
   Titres principaux BSD
--------------------------- */
.et_pb_text_inner h1.bsd-section-title,
.bsd-section-title h1,
h1.bsd-section-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  text-transform: uppercase;
  color: #04414f;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

/* ---------------------------
   Responsive
--------------------------- */
@media (max-width: 980px) {
  h1 {
    font-size: 32px;
  }
  .bsd-cta {
    padding: 10px 16px;
  }
}

/* --- Forcer la typographie BSD sur tous les H1–H3 Divi / SportsPress --- */
h1, h2, h3,
.et_pb_module_header,
.entry-title,
.sp-template h1,
.sp-template h2 {
  font-family: "Bebas Neue", sans-serif !important;
  text-transform: uppercase;
  color: #04414f !important;
  letter-spacing: 1px;
}
