#apropos-section,
#services-section {
  margin-top: 10rem !important;
}

.services-section {
  margin-top: 13rem !important;
}

.realisations-section {
  margin-top: 10rem !important;
}

.chauffa-clim-services-section {
  margin-top: 0rem !important;
}


#contact-section {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

/* --- Carousel Réalisations: s'adapte à toutes tailles d'images --- */
#realisations-section .realisations-row { display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: nowrap; }
#realisations-section .realisations-item { flex: 0 1 auto; }
#realisations-section .realisations-box { height: 420px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
#realisations-section .realisations-img { max-height: 420px; max-width: min(48vw, 700px); width: auto; height: auto; object-fit: contain; display: block; border-radius: 10px; }
@media (max-width: 1199.98px) {
  #realisations-section .realisations-box { height: 320px; }
  #realisations-section .realisations-img { max-height: 320px; max-width: 100%; }
}
@media (max-width: 992px) {
  #realisations-section .realisations-row { flex-wrap: wrap; gap: 12px; }
  #realisations-section .realisations-item { flex: 1 1 100%; }
  #realisations-section .realisations-box { height: 280px; }
  #realisations-section .realisations-img { max-height: 280px; max-width: 100%; }
}
@media (max-width: 576px) {
  #realisations-section .realisations-box { height: 220px; }
  #realisations-section .realisations-img { max-height: 220px; }
}

/* --- Déplacer les flèches du carrousel hors des images --- */
#realisationsCarousel { overflow: visible; }
#realisationsCarousel .carousel-control-prev,
#realisationsCarousel .carousel-control-next { width: 48px; opacity: .85; }
#realisationsCarousel .carousel-control-prev { left: 50px; }
#realisationsCarousel .carousel-control-next { right: 50px; }

#realisationsCarouselMobile { overflow: visible; }
#realisationsCarouselMobile .carousel-control-prev,
#realisationsCarouselMobile .carousel-control-next { width: 36px; opacity: .9; }
#realisationsCarouselMobile .carousel-control-prev { left: -12px; }
#realisationsCarouselMobile .carousel-control-next { right: -12px; }

@media (max-width: 576px) {
  #realisationsCarousel .carousel-control-prev { left: 12px; }
  #realisationsCarousel .carousel-control-next { right: 12px; }
}

/* __________________ Réalisations - Carousel mosaïque __________________ */
#realisations-section .tile img { border-radius: 12px; }

#realisations-section .ratio.ratio-4x3 { --bs-aspect-ratio: calc(3 / 4 * 100%); }
#realisations-section .ratio.ratio-21x9 { --bs-aspect-ratio: calc(9 / 21 * 100%); }

#realisations-section .carousel-indicators [data-bs-target] {
  width: 8px; height: 8px; border-radius: 50%;
  background-color: #9bb8ff;
}
#realisations-section .carousel-indicators .active { background-color: #364FA0; }

#realisations-section .carousel-control-prev-icon,
#realisations-section .carousel-control-next-icon {
  background-size: 100% 100%;
}
#realisations-section .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
#realisations-section .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3e%3cg transform='rotate(180 8 8)'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3e%3c/g%3e%3c/svg%3e") !important;
}

/* Lightbox */
#lightboxModal .modal-body { min-height: 100vh; }
#lightboxModal img { max-width: 100%; max-height: 100vh; object-fit: contain; }
.lightbox-trigger { cursor: zoom-in; }
.modal-content {
  background: #00000079;
}

/* ================= Contact section ================= */

.contact-grid { align-items: stretch; justify-content: center; }
.contact-card {
  background: #0f1b4c;
  color: #cfd6ff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.contact-title { color: #fff; font-weight: 800; font-size: 1.2em; }
.contact-underline { width: 80px; height: 3px; background: #364FA0; border-radius: 3px; }
.contact-underline-2 { margin-left: 10px; width: 60px; height: 3px; background: #ff7a1a; border-radius: 3px; }

.info-item { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.info-item:last-child { border-bottom: 0; }
.info-label { color: #9bb8ff; font-weight: 700; margin-bottom: 6px; font-size: .9em; }
.info-text { color: #e8ecff; opacity: 0.9; font-size: .7em; }

.form-title { color: #0f1b4c; font-weight: 800; }
.title-underline { width: 60px; height: 3px; background: #4da3ff; border-radius: 3px; }
.form-control-soft {
  background: #f7f8ff;
  border: 1px solid #eef1ff;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: .7em;
}
.form-control-soft:focus { box-shadow: 0 0 0 0.2rem rgba(77,163,255,0.2); border-color: #4da3ff; }
.btn-xl { padding-top: 14px; padding-bottom: 14px; font-size: .9em; }

/* Assurer que la section contact passe au-dessus de la carte */
#contact-section { position: relative; z-index: 1000; }

/* ================= Footer ================= */
.site-footer { background: #0f1b4c; color: #fff; margin-top: -106px; }
.site-footer .footer-text { color: rgba(255,255,255,0.85); }
.site-footer .footer-heading { color: #fff; font-weight: 700; margin-bottom: .75rem; }
.site-footer a { color: rgba(255,255,255,0.9); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer .footer-social a {
  width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.15); color: #fff; border-radius: 50%; margin-right: 8px;
}
.site-footer .footer-social a:hover { background: rgba(255,255,255,0.3); }

/* Carte: éviter qu'elle passe au-dessus du footer */
.map-section { position: relative; z-index: 1; top: 50px; }
#site-footer { position: relative; z-index: 2; }

/* Carte - mini carte info overlay en haut à gauche */
.map-overlay-card {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #fff;
  color: #111827;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  padding: 12px 14px;
  width: 220px;
  z-index: 3;
  font-family: "Poppins", sans-serif;
}
.map-overlay-card .map-card-name { font-weight: 700; margin-bottom: 4px; font-size: 14px; }
.map-overlay-card .map-card-addr { font-size: 12px; color: #4b5563; margin-bottom: 8px; }
.map-overlay-card .map-card-rating { font-size: 12px; color: #111827; margin-bottom: 8px; }
.map-overlay-card .star { color: #f59e0b; margin-right: 4px; }
.map-overlay-card .map-card-link { font-size: 12px; color: #2563eb; text-decoration: none; }
.map-overlay-card .map-card-link:hover { text-decoration: underline; }
/* Grille mosaïque façon maquette */
.parent {
  display: grid;
  grid-template-columns: 1fr .7fr;
  grid-template-rows: 220px 220px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.parent > div { position: relative; overflow: hidden; border-radius: 12px; }
.parent img { width: 100%; height: 100%; object-fit: contain; display: block; }
.div1 { grid-area: 1 / 1 / 3 / 3; }
.div2 { grid-area: 1 / 3 / 2 / 5; }
.div3 { grid-area: 2 / 3 / 3 / 5; }
.div4 { grid-area: 1 / 5 / 3 / 6; }
.div5 { grid-area: 1 / 6 / 3 / 7; }

.parent-2 {
  display: grid;
  grid-template-columns: 10px 1fr 1fr 1fr;
    grid-template-rows: 220px 220px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.parent-2 > div { position: relative; overflow: hidden; border-radius: 12px; }
.parent-2 img { width: 100%; height: 100%; object-fit: contain; display: block; }
.div1-2 { grid-area: 1 / 1 / 2 / 3; }
.div2-2 { grid-area: 2 / 1 / 3 / 3; }
.div3-2 { grid-area: 1 / 3 / 3 / 5; }
.div4-2 { grid-area: 1 / 5 / 3 / 6; }
.div5-2 { grid-area: 1 / 6 / 3 / 7; }

.parent-3 {
  display: grid;
  grid-template-columns: 600px 300px;
  grid-template-rows: 456px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
}
.parent-3 > div { position: relative; overflow: hidden; border-radius: 12px; }
.parent-3 img { width: 100%; height: 100%; object-fit: contain; display: block; }
.div1-3 { grid-area: 1 / 1 / 2 / 2; }
.div2-3 { grid-area: 1 / 2 / 2 / 3; }


@media (max-width: 1200px) {
  /* Carousel mobile layout: 2 colonnes, 1 rangée */
  .parent,
  .parent-2,
  .parent-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 500px;
    grid-column-gap: 10px;
    grid-row-gap: 0;
  }

  /* Slide 1 */
  .parent .div1 { grid-area: 1 / 1 / 2 / 2; height: auto; }
  .parent .div2 { grid-area: 1 / 2 / 2 / 3; height: auto; }
  .parent .div3,
  .parent .div4,
  .parent .div5 { display: none; }

  /* Slide 2 */
  .parent-2 .div1-2 { grid-area: 1 / 1 / 2 / 2; }
  .parent-2 .div2-2 { grid-area: 1 / 2 / 2 / 3; }
  .parent-2 .div3-2,
  .parent-2 .div4-2,
  .parent-2 .div5-2 { display: none; }

  /* Slide 3 */
  .parent-3 .div1-3 { grid-area: 1 / 1 / 2 / 2; }
  .parent-3 .div3-3 { grid-area: 1 / 2 / 2 / 3; }
}

/* Composant mobile pair (utilisé par le carrousel mobile dédié) */
.mobile-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 500px;
  grid-column-gap: 10px;
  grid-row-gap: 0;
}
.mobile-pair .div1 { grid-area: 1 / 1 / 2 / 2; }
.mobile-pair .div2 { grid-area: 1 / 2 / 2 / 3; }
.mobile-pair img { width: 100%; height: 100%; object-fit: contain; display: block; }
/* Arrondir les coins externes du groupe d'images (peu importe le layout) */
.parent,
.parent-2,
.parent-3,
.mobile-pair { border-radius: 12px; overflow: hidden; }

/* Forcer l'arrondi au niveau des slides Bootstrap (1 colonne ou 2 colonnes) */
#realisations-section .carousel-item { border-radius: 12px; overflow: hidden; }
#realisations-section .carousel-inner { border-radius: 12px; }
/* Force le border-radius même en layout 2 colonnes */
.parent > div,
.parent-2 > div,
.parent-3 > div,
.mobile-pair > div { border-radius: 12px; overflow: hidden; }

.parent img,
.parent-2 img,
.parent-3 img,
.mobile-pair img { border-radius: 12px; }
@media (min-width: 577px) {
  .parent img,
  .parent-2 img,
  .parent-3 img,
  .mobile-pair img { object-fit: cover; }
}

@media (max-width: 576px) {
  /* Carousel mobile layout: 1 colonne, 1 rangée pour les petits écrans */
  .parent,
  .parent-2,
  .parent-3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 400px;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }

  /* Slide 1 */
  .parent .div1 { grid-area: 1 / 1 / 2 / 2; height: 400px; }
  .parent .div2,
  .parent .div3,
  .parent .div4,
  .parent .div5 { display: none; }

  /* Slide 2 */
  .parent-2 .div1-2 { grid-area: 1 / 1 / 2 / 2; height: 400px; }
  .parent-2 .div2-2,
  .parent-2 .div3-2,
  .parent-2 .div4-2,
  .parent-2 .div5-2 { display: none; }

  /* Slide 3 */
  .parent-3 .div1-3 { grid-area: 1 / 1 / 2 / 2; height: 400px; }
  .parent-3 .div2-3 { display: none; }

  /* Composant mobile pair adapté pour 1 colonne */
  .mobile-pair {
    grid-template-columns: 1fr;
  }
  .mobile-pair .div2 { display: none; }
}


/* __________________ Services cards __________________ */
.services-grid {
  --service-blue: #9bb8ff;
  --service-title: #0f1b4c;
  --service-text: #6b7a99;
}

.service-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.08);
  position: relative;
  height: 100%;
}

.service-card-chauffa-clim {
  
  height: 90% !important;
}

.service-card .service-accent, .service-card .service-icon {
  transition: background 1s ease;
}

.service-card:hover .service-accent, .service-card:hover .service-icon {
  background: #a0bcff;
}

.service-icon {
  width: 125px;
  height: 125px;
  border-radius: 150px;
  background: #e7efff;
  color: var(--service-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.service-icon img {
  border-radius: 150px;
  width: 110px;
  height: 110px; 
  object-fit: contain;
}

.service-title {
  font-weight: 800;
  color: var(--service-title);
  margin-bottom: 10px;
}

.service-text {
  color: var(--service-text);
}

.service-accent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: linear-gradient(90deg, #cfe2ff, #e9f0ff);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Spécialités/qualifications card */
.specialties-card .bullet-list {
  padding-left: 1rem;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.specialties-card .bullet-list li {
  color: #5c6b8a;
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.specialties-card {
  gap: 40px;
}

.specialties-card > div {
  flex: 1 1 420px;
  max-width: 560px;
}

/* Grand avatar circulaire à double anneau */
.specialties-card .service-icon {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: transparent;
  position: relative;
  padding: 12px;
  margin: 0 auto 16px;
  display: block;
}
.specialties-card .service-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 8px solid #e7efff;
}

.specialties-card .service-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* Centrer les icônes de la carte spécialités/qualifications */
.specialties-card > div .service-icon { margin-left: auto; margin-right: auto; }
.specialties-card .service-title, .specialties-card h6 { text-align: center; }

.specialties-card .service-title,
.specialties-card h6 {
  color: #0f1b4c;
}
.specialties-card .service-title { font-weight: 800; font-size: 2rem; }
.specialties-card h6 { font-size: 1.25rem; }

.dash-list li::before {
  content: "- ";
}

/* Centrer les listes sous les titres */
.specialties-card .dash-list {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  .specialties-card {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .specialties-card > div { flex: 1 1 100%; max-width: 720px; }
  .specialties-card .service-title, .specialties-card h6 { text-align: center; }
}
@media (max-width: 576px) {
  .service-card { padding: 1.25rem !important; }
}
/* __________________ Section title (double underline) __________________ */
.section-title {
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #343434;
  
}

.section-title::after,
.section-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #364FA0; /* ligne bleue */
}

.section-title::after {
  width: 220px;
  bottom: -10px;
}

.section-title::before {
  width: 140px;
  bottom: -18px;
  background: #ff7a1a; /* ligne orange */
}

@media (max-width: 576px) {
  .section-title::after { width: 160px; }
  .section-title::before { width: 110px; }
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Styles personnalisés de l'application */
:root {
  --brand-primary: #0d6efd;
}

html, body {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  color: #212529;
  background-color: #f8f9fa;
}

.brand-text {
  color: var(--brand-primary);
}

/* __________________ Navbar __________________ */
.navbar-logo {
  height: 80px;
  width: auto;
  display: block;
}

.navbar {
  padding: 10px 150px;
}

.nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #8193CF;
}

.navbar-nav {
  display: flex;
  gap: 20px;
  
}

.nav-link.active, .nav-link:hover, .nav-link:focus {
  color: #364FA0 !important;
}

/* Soulignement double au hover des liens de la navbar */
.navbar .nav-link {
  position: relative;
  padding-bottom: 0; /* espace pour les lignes */
}
.navbar .nav-link::after,
.navbar .nav-link::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  height: 3px;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}
.navbar .nav-link::after { /* ligne bleue longue */
  bottom: -2px;
  background: #364FA0;
}
.navbar .nav-link::before { /* ligne orange plus courte */
  left: 28px;
  right: 28px;
  bottom: -8px;
  background: #ff7a1a;
  transition-delay: .05s;
}
.navbar .nav-link:hover::after,
.navbar .nav-link:focus::after,
.navbar .nav-link.active::after { transform: scaleX(1); }
.navbar .nav-link:hover::before,
.navbar .nav-link:focus::before,
.navbar .nav-link.active::before { transform: scaleX(1); }

@media (max-width: 992px) {
  .navbar {
    padding: 10px 15px !important;  
  }
  
  .navbar-nav {
    gap: 20px !important;
    padding: 15px 0;
  }
  
  .nav-link {
    padding: 8px 12px !important;
    font-size: 16px;
  }
  
  .navbar-logo {
    height: 60px;
  }

  /* Ne souligner que le lien (largeur du texte) sur mobile */
  .navbar .nav-link {
    display: inline-block;
    width: auto;
  }
  .navbar .nav-link::after,
  .navbar .nav-link::before {
    left: 0;
    right: 0; /* suit la largeur intrinsèque du lien */
  }
}

/* __________________ Hero Section __________________ */

#hero-section {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

#hero-section > div {
  position: relative;
  z-index: 2;
}

#hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

#hero-section h3 {
  width: 60vw;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.hero-links a{
  background: #fff;
  padding: 12px 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #364FA0;
  border-radius: 50px;
  border-width: 2px;
  border-color: #364FA0;
}

/* Breakpoints responsives pour la section hero */
@media (max-width: 1200px) {
  #hero-section h3 {
    width: 70vw;
    font-size: 1.8rem;
  }
  .hero-links {
    gap: 12px;
  }
}

@media (max-width: 992px) {
  #hero-section {
    height: 70vh;
    padding: 0 16px;
  }
  #hero-section h3 {
    width: 90vw;
    font-size: 1.6rem;
  }
  .hero-links {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .hero-links a {
    width: 100%;
    max-width: 360px;
    justify-content: center;
    padding: 10px 20px;
    font-size: 0.95rem;
  }
  
}

@media (max-width: 576px) {
  #hero-section {
    height: 60vh;
    padding: 40px 16px;
  }
  #hero-section h3 {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .hero-links a {
    padding: 10px 16px;
    font-size: 0.9rem;
  }
}

/* __________________ À propos Section __________________ */

#apropos-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
}

.apropos-right h3 {
  color: #8193CF !important;
  font-size: 1.25em;
}
.apropos-title {
  font-size:  2rem !important;
  color: #364FA0 !important;
  font-weight: 600;
}
.apropos-subtitle {
  color: #8193CF !important;
}

.apropos-media {
  position: relative;
  width: 100%;
  min-height: 360px;
}

.apropos-media .img-1 {
  width: 85%;
  border-radius: 6px;
  display: block;
}

.apropos-media .img-2 {
  position: absolute;
  right: 2vw;
  width: 65%;
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.15);
  top: 15vh;

}

.apropos-media .experience-badge {
  position: absolute;
  right: -34px;
  top: 40px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: #fff;
  border-radius: 6px;
  padding: 10px 8px;
  font-weight: 700;
  color: #000;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.apropos-media .play-btn {
  position: absolute;
  left: 10px;
  bottom: -26px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #4da3ff;
  color: #fff;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(77,163,255,0.45);
}

.apropos-media .play-btn .bi {
  font-size: 28px;
  margin-left: 4px;
}

@media (max-width: 992px) {
  .apropos-media {
    min-height: 0;
    margin-bottom: 30px;
  }
  .apropos-media .img-1 {
    width: 70%;
  }
  .apropos-media .img-2 {
    position: static;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: 60%;
    margin-top: -25vh;
    margin-left: 20vw;
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  }
  .apropos-media .experience-badge {
    right: -20px;
    top: 24px;
    font-size: 14px;
  }
  .apropos-media .play-btn {
    width: 52px;
    height: 52px;
    bottom: -22px;
  }
}
.features-list .check-badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #364FA0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 6px 20px rgba(129, 147, 207, 0.45);
}

.features-list .check-badge i,
.features-list .check-badge svg {
  width: 18px;
  height: 18px;
  color: #fff !important;
  stroke: #fff !important;
  stroke-width: 3 !important;
}

.services-grid .check-badge i,
.services-grid .check-badge svg {
  width: 18px;
  height: 18px;
  color: #6b7a99 !important;
  stroke: #6b7a99 !important;
  stroke-width: 3 !important;
}

.features-list .fw-semibold {
  color: #343a40;
}

@media (max-width: 992px) {
  #apropos-section {
    text-align: left;
  }
}

/* __________________ Services Section __________________ */
.services-liste-text {
  color: #6b7a99 !important;
}