/* ===== Perfect Stride - Custom Styles ===== */

/* --- Logo / Nom du site --- */
.probootstrap-logo {
  color: #000 !important;
  font-size: 44px !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em;
}

.probootstrap-logo:hover,
.probootstrap-logo:focus,
.probootstrap-logo:active {
  color: #000 !important;
  text-decoration: none;
}

/* --- Boutons : forcer la visibilité et la taille --- */
.btn.btn-primary,
a.btn.btn-primary,
input.btn.btn-primary {
  display: inline-block;
  background: #22eaaa;
  border: 2px solid #22eaaa;
  color: #fff !important;
  text-decoration: none;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn.btn-primary:hover,
a.btn.btn-primary:hover,
input.btn.btn-primary:hover {
  background: #1bd498;
  border-color: #1bd498;
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(34, 234, 170, 0.4);
}

.btn.btn-primary:active,
.btn.btn-primary:focus {
  background: #19c78e;
  border-color: #19c78e;
  outline: none;
  box-shadow: none;
  color: #fff !important;
}

/* --- Formulaire : champs et calendrier --- */
.probootstrap-form .form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 15px;
  transition: border-color 0.3s;
}

.probootstrap-form .form-control:focus {
  border-color: #22eaaa;
  box-shadow: 0 0 0 2px rgba(34, 234, 170, 0.2);
}

.probootstrap-form label {
  font-weight: 600;
  color: #374252;
  margin-bottom: 6px;
}

/* --- Calendrier semaine --- */
.calendar-week-picker {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}

.calendar-week-picker h4 {
  color: #374252;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.calendar-week-picker .form-group {
  margin-bottom: 10px;
}

/* --- Messages de confirmation/erreur --- */
.alert {
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: 25px;
  font-size: 15px;
}

/* --- Page Contact : fond image pleine page --- */
.contact-page {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
}

.contact-section {
  padding: 140px 0 60px;
}

.contact-intro h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.02em;
}

.contact-intro p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto 10px;
  line-height: 1.6;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.contact-price {
  color: #22eaaa !important;
  font-size: 28px !important;
  font-weight: 700;
  margin-top: 20px !important;
}

.contact-price small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  margin-left: 8px;
}

.contact-form-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 35px 30px;
  margin-top: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.contact-form-card label {
  color: #374252;
}

.contact-form-card .form-control {
  color: #333;
  background: #fff;
}

.contact-page .probootstrap-footer {
  background: rgba(0, 0, 0, 0.7);
}

.contact-page .probootstrap-footer p {
  color: rgba(255, 255, 255, 0.7);
}

/* --- Iframe responsive --- */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-top: 20px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- Bouton retour en haut --- */
.gotop-arrow {
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
}

/* --- Icônes sociales (remplacement icomoon) --- */
.social-icon {
  font-style: normal;
  font-size: 16px;
}

.probootstrap-social li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  color: #374252;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
}

.probootstrap-social li a:hover {
  background: #22eaaa;
  color: #fff;
}

/* ===== RESPONSIVE : Tablette (≤ 992px) ===== */
@media screen and (max-width: 992px) {
  .probootstrap-logo {
    font-size: 32px !important;
  }

  .contact-intro h1 {
    font-size: 32px;
  }

  .contact-price {
    font-size: 24px !important;
  }

  .probootstrap-section-half .probootstrap-text > .probootstrap-inner {
    padding: 25px 20px;
  }
}

/* ===== RESPONSIVE : Mobile (≤ 768px) ===== */
@media screen and (max-width: 768px) {
  /* Logo plus compact */
  .probootstrap-logo {
    font-size: 26px !important;
  }

  /* Titres plus lisibles */
  h1, .heading {
    font-size: 1.4em !important;
    line-height: 1.3;
  }

  h2 {
    font-size: 1.2em;
  }

  /* Sections : image moins haute, texte aéré */
  .probootstrap-section-half .probootstrap-image {
    height: 250px !important;
  }

  .probootstrap-section-half .probootstrap-text > .probootstrap-inner {
    padding: 20px 15px;
  }

  /* Boutons : adaptés au pouce */
  .btn.btn-primary,
  a.btn.btn-primary,
  input.btn.btn-primary {
    padding: 12px 24px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  /* Page contact */
  .contact-section {
    padding: 100px 0 40px;
  }

  .contact-intro h1 {
    font-size: 26px;
  }

  .contact-intro p {
    font-size: 15px;
  }

  .contact-price {
    font-size: 22px !important;
  }

  .contact-price small {
    font-size: 15px;
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }

  .contact-form-card {
    padding: 25px 18px;
    margin-top: 20px;
  }

  .contact-page {
    background-attachment: scroll;
  }

  /* Calendrier semaine */
  .calendar-week-picker {
    padding: 15px;
  }

  /* Footer */
  .probootstrap-footer {
    padding: 3em 0 !important;
  }

  /* Sections about */
  .probootstrap-section {
    padding: 3em 0 !important;
  }

  /* Cartes équipe : plus de marge basse */
  .probootstrap-card.probootstrap-person {
    margin-bottom: 20px;
  }
}

/* ===== RESPONSIVE : Petit mobile (≤ 480px) ===== */
@media screen and (max-width: 480px) {
  .probootstrap-logo {
    font-size: 22px !important;
  }

  h1, .heading {
    font-size: 1.25em !important;
  }

  body {
    font-size: 15px;
  }

  .probootstrap-section-half .probootstrap-image {
    height: 200px !important;
  }

  .contact-section {
    padding: 80px 0 30px;
  }

  .contact-intro h1 {
    font-size: 22px;
  }

  .contact-form-card {
    padding: 20px 14px;
    border-radius: 6px;
  }

  .probootstrap-form .form-control {
    font-size: 16px;
  }
}