
*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:"Poppins", sans-serif;
  background-color:#ffffff;
  color:#111827;
}
.page{min-height:100vh}
section{padding:5rem 1.5rem}

/* HERO */
.hero{
  background-color:#0D1B2A;
  text-align:center;
  color:#fff;
}
.hero-inner{
  max-width:900px;
  margin:0 auto;
}
.hero h1{
  font-size:7rem; /* un peu plus grande */
  font-weight:400;
  margin-bottom:1rem;
}
.hero p.tagline{
  font-size:4rem;
  font-weight:300;
  letter-spacing:0.08em;
  color:#FF6F00;
  margin-bottom:1rem;
  text-transform:none; /* plus d'uppercase */
}
.hero p.subtitle{
  font-size: 2rem;
  font-weight: 200;
  color: #4169E1;
  max-width: 720px;
  margin: 0 auto 1.5rem;
  text-align: center;
  line-height: 1.35;
}

/* Boutons */
.btn-primary{
  display:inline-block;
  margin-top:1.5rem;
  padding:0.9rem 2.7rem;
  border-radius:0.85rem;
  background-color:#FF6F00;
  color:#fff;
  font-weight:600;
  font-size:1.1rem;
  text-decoration:none;
  border:none;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(0,0,0,.35);
  transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;
}
.btn-primary:hover{
  background-color:#CC5800;
  transform:scale(1.03);
  box-shadow:0 12px 26px rgba(0,0,0,.4);
}

/* Sections */
.section-inner{
  max-width:900px;
  margin:0 auto;
}
h2.section-title{
  font-size:3rem;
  font-weight:300;
  margin-bottom:1.5rem;
}
h3.section-subtitle{
  font-size:2rem;
  font-weight:200;
  margin-bottom:1.5rem;
}
p{
  line-height:1.7;
  font-size:1.05rem;
  text-align:justify;
}
.section-dark{
  background-color:#0D1B2A;
  color:#fff;
}
.section-dark p{
  color:#e5e7eb;
}

/* Cartes services */
.services-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:2rem;
}
.service-card{
  background-color:#F9FAFB;
  border:1px solid #e5e7eb;
  border-radius:1.25rem;
  padding:1.5rem;
  box-shadow:0 4px 10px rgba(15,23,42,.08);
  transition:box-shadow .15s ease,transform .15s ease;
}
.service-card1{
  background-color:#4169E1;
  border:1px solid #e5e7eb;
  border-radius:1.25rem;
  padding:1.5rem;
  box-shadow:0 4px 10px rgba(15,23,42,.08);
  transition:box-shadow .15s ease,transform .15s ease;
}
.service-card:hover{
  box-shadow:0 10px 22px rgba(15,23,42,.16);
  transform:translateY(-2px);
}
.service-header{
  display:flex;
  align-items:center;
  gap:.6rem;
  margin-bottom:.75rem;
}
.service-icon{
  font-size:1.6rem;
}
.service-title{
  font-size:1.1rem;
  font-weight:700;
}
.service-list{
  list-style:none;
  padding:0;
  margin:.5rem 0 0;
}
.service-list-item{
  display:flex;
  align-items:flex-start;
  gap:.5rem;
  margin-top:.25rem;
}
.check{
  color:#FF6F00;
  margin-top:.1rem;
}
/* texte des bulles Nos services non justifié */
.service-card p{
  text-align:left;
}

/* Pourquoi Sport Corpo */
.why-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:1.5rem;
}
.why-card{
  background-color:#F9FAFB;
  border:1px solid #e5e7eb;
  border-radius:1.5rem;
  padding:1.5rem;
  box-shadow:0 6px 14px rgba(0,0,0,.22);
  color:#0D1B2A;
}
.why-card p{
  color:#0D1B2A;
}
.why-title{
  display:flex;
  align-items:center;
  gap:.5rem;
  font-weight:600;
  margin-bottom:.5rem;
}
.why-icon{
  background-color:#0D1B2A;
  color:#FF6F00;
  padding:.4rem .6rem;
  border-radius:999px;
  box-shadow:0 4px 10px rgba(0,0,0,.35);
  font-size:1.1rem;
}

/* Contact */
.contact-section{text-align:center}
.contact-section p{text-align:center}
.contact-email{
  color:#0D1B2A;
  text-decoration:underline;
  font-weight:500;
}
.contact-form{
  margin-top:1.5rem;
  max-width:420px;
  margin-left:0;
  margin-right:auto;
  text-align:left;
}
.form-group{margin-bottom:1rem}
.form-label{
  display:block;
  font-size:.9rem;
  font-weight:500;
  margin-bottom:.25rem;
}
.form-input,.form-textarea{
  width:100%;
  border-radius:.5rem;
  border:1px solid #d1d5db;
  padding:.55rem .7rem;
  font-size:.95rem;
  outline:none;
}
.form-input:focus,.form-textarea:focus{
  border-color:#FF6F00;
  box-shadow:0 0 0 2px rgba(255,111,0,.25);
}
.form-textarea{
  resize:vertical;
  min-height:120px;
}
.btn-submit{
  display:inline-block;
  padding:.85rem 2.7rem;
  border-radius:.85rem;
  background-color:#FF6F00;
  color:#fff;
  font-weight:600;
  font-size:1.05rem;
  border:none;
  cursor:pointer;
  margin-top:.5rem;
  transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;
  box-shadow:0 8px 16px rgba(0,0,0,.3);
}
.btn-submit:hover{
  background-color:#CC5800;
  transform:scale(1.03);
  box-shadow:0 10px 20px rgba(0,0,0,.35);
}

/* Footer */
.footer{
  padding:1.5rem 1.5rem 2rem;
  background-color:#0D1B2A;
  color:#fff;
  font-size:.9rem;
}
.footer-inner{
  max-width:900px;
  margin:0 auto;
}

/* Anim */
.fade-in{
  opacity:0;
  animation:fadeIn .8s ease-out forwards;
}
@keyframes fadeIn{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}

@media (max-width:640px){
  .hero h1{font-size:2.1rem}
  .hero p.tagline{font-size:1.25rem;letter-spacing:0.06em}
}


/* Séance découverte */
.bullets{
  margin: 1rem 0 1.25rem;
  padding-left: 1.25rem;
}
.bullets li{
  margin: .35rem 0;
}
.fineprint{
  font-size: .9rem;
  opacity: .75;
  margin-top: .75rem;
}

/* Hero subtitle center */
.hero em,
.hero-content em,
header em{
  display: block;
  text-align: center;
}

/* Center submit button */
form button[type="submit"],
form .btn-submit,
form input[type="submit"]{
  display: block;
  margin: 1.25rem auto 0;
}

/* Service icons */
.service-item{
  display:flex;
  align-items:center;
  gap:.75rem;
}
.service-item .icon{
  width:22px;
  height:22px;
  flex:0 0 22px;
}
.service-item .icon path{
  fill: currentColor;
}
.service-item span{
  display:inline-block;
}

/* Standard alignment wrapper */
.align-standard{
  max-width: 960px;
  margin: 0 auto;
}
.align-standard .section-title,
.align-standard p{
  text-align: left;
}
