/*
Theme Name: Salient Child
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Template: salient
Author: ThemeNectar
Author URI: https://themeforest.net/user/themenectar
Description: An Ultra Responsive Multi-Purpose Theme.
Version: 16.3.0.1781302759
Updated: 2026-06-12 22:19:19

*/
:root {
  --primary-color: #d4af37;
  --primary-dark: #8b7a1a;
  --dark-bg: #0a0a0a;
  --dark-card: #1a1a1a;
  --dark-light: #2d2d2d;
  --text-light: #e0e0e0;
  --text-muted: #a0a0a0;
  --border-color: #3d3d3d;
  --transition: all 0.3s ease;
}
/* ===========================
   FAQ SECTION
   =========================== */

.faq {
  background-color: var(--dark-bg);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.faq-item {
  background: linear-gradient(
    135deg,
    var(--dark-light) 0%,
    var(--dark-card) 100%
  );
  padding: 30px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

.faq-item:hover {
  border-color: var(--primary-color);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1);
}

.faq-item h3 {
  margin-bottom: 15px;
  font-size: 1.1rem !important;
  color: var(--text-light);
}

.faq-item p {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.8;
}

#header-outer[data-format="centered-menu"] #top .span_9,
#header-outer[data-format="centered-menu"] #top .span_9 nav {
  -webkit-flex-grow: 0 !important;
  -moz-flex-grow: 0 !important;
  -ms-flex-grow: 0 !important;
  flex-grow: 0 !important;
}

.wpml-ls-current-language a .wpml-ls-native {
  color: #cc9a26 !important;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
  padding: 0 10px;
  width: 50%;
}

#top nav > ul > li > a {
  font-size: 16px;
}

.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button {
  width: 60px;
  height: 60px;
}

/**/
.package-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.package-card:hover {
  transform: translateY(-10px);
  border-color: #c5a059;
}

.card-header {
  color: #c5a059;
  padding: 10px 0;
  text-align: center;
  border-bottom: 3px solid #c5a059;
}

.card-body {
  padding: 15px 0 0;
  flex-grow: 1;
  line-height: 1.6;
  color: #333;
  font-size: 0.95rem;
}

.card-footer {
  padding: 20px 30px;
  background: #fff;
  text-align: center;
}

.btn-contact {
  display: inline-block;
  padding: 12px 25px;
  background-color: #c5a059;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-contact:hover {
  background-color: #a3854a;
}

.section-package-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
}

/* Styles Généraux */
.why-choose-section {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  color: #0a192f;
  /* Bleu Nuit */
  font-size: 2.2rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

/* Ligne décorative dorée */
.section-header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #c5a059;
  /* Or Prestige */
}

.section-header p {
  color: #555555;
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* Grille des avantages */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.feature-item {
  padding: 20px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

/* Effet au survol */
.feature-item:hover {
  border-left: 4px solid #c5a059;
}

.feature-item h3 {
  color: #0a192f;
  font-size: 1.3rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

/* Petit losange doré avant le titre */
.feature-item h3::before {
  content: "✦";
  color: #c5a059;
  margin-right: 10px;
  font-size: 1rem;
}

.feature-item p {
  color: #555555;
  line-height: 1.7;
  font-size: 0.95rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 1.8rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

.booking-steps-section {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  padding: 80px 20px;
  margin: 0 auto;
}

.booking-steps-section h2 {
  color: #0a192f;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  counter-reset: step-counter;
  /* Initialise le compteur pour les étapes */
}

.step-card {
  background: #f9f9f9;
  padding: 40px 25px 30px;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s ease;
  border-top: 4px solid #0a192f;
  display: flex;
  flex-direction: column;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-top-color: #c5a059;
}

/* Numérotation automatique */
.step-card::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  top: -20px;
  left: 25px;
  width: 40px;
  height: 40px;
  background-color: #c5a059;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(197, 160, 89, 0.3);
}

.step-card h3 {
  color: #0a192f;
  font-size: 1.1rem;
  margin-bottom: 15px;
  line-height: 1.3;
}

.step-card p {
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Mise en évidence du numéro de téléphone */
.phone-highlight {
  color: #c5a059;
  font-weight: bold;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .steps-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .booking-steps-section {
    padding: 50px 20px;
  }
}

.services-explorer-section {
  font-family: "Arial", sans-serif;
  background-color: #ffffff;
  color: #333333;
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.services-explorer-section h2 {
  color: #0a192f;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.intro-text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555555;
}

.service-row {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  gap: 50px;
}

/* Inverse l'ordre pour un effet visuel dynamique */
.service-row:nth-child(even) {
  flex-direction: row-reverse;
}

.service-image-placeholder {
  flex: 1;
  background-color: #f4f7f6;
  height: 350px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 5px solid #c5a059;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  color: #c5a059;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
}
.service-image-placeholder img {
  position: absolute;
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.service-image-placeholder:hover img {
  transform: scale(1.1);
}

.service-content {
  flex: 1;
}

.service-content h3 {
  color: #0a192f;
  font-size: 1.8rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #c5a059;
  display: inline-block;
  padding-bottom: 10px;
}

.service-content p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 992px) {
  .service-row,
  .service-row:nth-child(even) {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .service-image-placeholder {
    width: 100%;
    height: 250px;
  }

  .service-content h3 {
    display: block;
  }
}
.features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #0f172a;
  padding: 30px 20px;
  border-radius: 10px;
}

.feature-item {
  flex: 1;
  min-width: 150px;
  text-align: center;
  color: #fff;
  padding: 10px;
  position: relative;
}

/* icone */
.feature-item i {
  font-size: 30px;
  color: #facc15; /* jaune premium */
  margin-bottom: 10px;
  display: block;
}

/* texte */
.feature-item p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

/* séparation entre items */
.feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.2);
}
.cta-simple {
  background: #0b0b0b;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
}

.cta-box {
  max-width: 700px;
  margin: auto;
}

.cta-simple h2 {
  font-size: 34px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
}

.cta-text {
  font-size: 17px;
  color: #ccc;
  margin-bottom: 35px;
  line-height: 1.6;
}

.cta-info p {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
}

.cta-info .phone {
  color: #f5c518; /* gold */
  font-size: 22px;
  font-weight: 700;
}

.cta-info .email a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #555;
}

.cta-info .email a:hover {
  color: #f5c518;
  border-color: #f5c518;
}

.cta-info .whatsapp {
  color: #25d366;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 600px) {
  .cta-simple h2 {
    font-size: 26px;
  }

  .cta-text {
    font-size: 15px;
  }

  .cta-info p {
    font-size: 16px;
  }
}
/* responsive */
@media (max-width: 768px) {
  .features {
    flex-direction: column;
  }

  .feature-item::after {
    display: none;
  }
}
