h1 {
    font-family: "Poppins", serif;
    font-weight: 900;
}

h4 {
    font-family: "Poppins", serif;
    font-size: 1.5em;
    font-weight: 500;
}

h5 {
    font-family: "Poppins", serif;
    font-size: 1.25em;
    font-weight: 400;
}

h6 {
    font-family: "Poppins", serif;
    font-size: 1em;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {


}

.main h2, h3 {
    text-transform: uppercase;
    color: #00715d;
    margin-top: 30px;
    margin-bottom: 5px;
    font-family: "Poppins", serif;
    font-size: 1.5em;
    font-weight: 900;
}
.main p {
    font-family: "Barlow", serif;
    font-size: 1em;
    font-weight: 300;
    color: var(--primary-title);
    line-height: 1.6;
    font-size: 16px;
    font-family: var(--Sans);
}

.single-list{
    font-family: "Barlow", serif;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
}


a.nav-link, a.dropdown-item {
    font-family: "Barlow", serif;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}

/* breadcrumbs */
.breadcrumb-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  color: #fff;
}

.breadcrumb-overlay{
  position:absolute; inset:0;
  background: linear-gradient(
    90deg,
    rgba(0, 128, 0, 0.85) 0%,   /* vert vif à gauche */
    rgba(0, 128, 0, 0.55) 50%,
    rgba(0, 128, 0, 0.20) 85%,
    rgba(0, 128, 0, 0.00) 100%  /* quasi transparent à droite */
  );
}

.breadcrumb-section .container {
  position: relative;
  z-index: 2;
}

.breadcrumb .single { color: #fff; text-decoration: none; }
.breadcrumb .single.active { opacity: .9; }

/* Breadcrumbs posts */
.breadcrumb-section {
    background-size:cover;
    background-position:center;
   }
/* Custom list styles */
ul.custom-list {
    list-style: none;
    padding-left: 25px; /* espace pour la "barre" */
}

ul.custom-list li {
    position: relative; /* obligatoire */
    margin-bottom: 10px;
    font-family: "Barlow", serif;
    font-size: 1em;
    font-weight: 300;
    color: #000;
}

ul.custom-list li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #00715d;
    top: 11px;
    left: -23px;
    border-radius: 2px;
}

/* espace pour la "barre" */

.main ul {
    list-style: none;
    padding-left: 25px; /* espace pour la "barre" */
}

.main ul li {
    position: relative; /* obligatoire */
    margin-bottom: 10px;
    font-family: "Barlow", serif;
    font-size: 1em;
    font-weight: 300;
    color: #000;
}

.main ul li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #00715d;
    top: 11px;
    left: -23px;
    border-radius: 2px;
}

/* video youtube */
figure.media {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* ratio 16/9 */
  height: 0;
}

figure.media oembed {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

.video-16x9 { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-16x9 > iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }


/* Contenu riche (CKEditor) */
.post-content img,
.post-content figure img {
  display: block;
  width: 100% !important;        /* prend toute la largeur de la colonne */
  max-width: 100% !important;    /* ne dépasse jamais la colonne */
  height: auto !important;       /* garde les proportions */
  border-radius: .75rem;         /* comme l'image principale (rounded-3 ≈ .75rem) */
  margin: 1rem 0;
  object-fit: cover;             /* même style que l'image principale… */
  max-height: 600px;             /* …et limite la hauteur */
}

.post-content [style*="width"] img {
  width: 100% !important;
}

.post-content figure { margin: 0 0 1rem; }
.post-content figcaption { font-size: .9rem; color: #6c757d; margin-top: .5rem; }


.post-content a, .content p a {
    color: #ffffff !important;
    text-decoration: underline;
    height: 55px;
    line-height: 55px;
    padding: 0 35px;
    background-color: #00715d;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}


/* location home page */
.our-locations .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.our-locations .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
}

.our-locations .icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-locations .icon-wrapper {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-locations .location-item:last-of-type {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}


/* Style des items de l'accordéon */
.question-area .accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  }

.question-area .accordion-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
  }

/* Boutons de l'accordéon */
.question-area .accordion-button {
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    font-size: 1.05rem;
    background-color: #ffffff;
    border: none;
    color: #333;
    transition: all 0.3s ease;
  }

.question-area .accordion-button:not(.collapsed) {
    background-color: #0d9488;
    color: #ffffff;
    box-shadow: none;
  }

.question-area .accordion-button:focus {
    box-shadow: none;
    border: none;
  }

.question-area .accordion-button::after {
    background-size: 1.2rem;
    transition: transform 0.3s ease;
  }

.question-area .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
  }

 /* Corps de l'accordéon */
.question-area .accordion-body {
    padding: 1.5rem;
    background-color: #f8f9fa;
    color: #555;
    line-height: 1.7;
    border-top: 2px solid #e6f7f5;
  }

  /* Image avec effet */
.question-area .tilt-effect {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }


/* ============= Container de la carte blog ============= */
.blog-section .blog-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.blog-section .blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(13, 148, 136, 0.15);
}

/* Image de la carte */
.blog-section .blog-card-image {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.blog-section .blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-section .blog-card:hover .blog-card-image img {
    transform: scale(1.1);
}

/* Overlay sur l'image */
.blog-section .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(13, 148, 136, 0) 0%, rgba(13, 148, 136, 0.8) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.blog-section .blog-card:hover .image-overlay {
    opacity: 1;
}

.blog-section .read-more {
    color: #ffffff;
    font-weight: 600;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    margin-bottom: 20px;
    backdrop-filter: blur(5px);
}

/* Corps de la carte */
.blog-section .blog-card-body {
    padding: 1.75rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Titre du blog */
.blog-section .blog-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.blog-section .blog-title a {
    color: #1f2937;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-section .blog-title a:hover {
    color: #0d9488;
}

/* Extrait du blog */
.blog-section .blog-excerpt {
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

/* Lien "Lire la suite" */
.blog-section .blog-link {
    color: #0d9488;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.blog-section .blog-link:hover {
    color: #0f766e;
    gap: 8px;
}

.blog-section .blog-link i {
    transition: transform 0.3s ease;
}

.blog-section .blog-link:hover i {
    transform: translateX(5px);
}

/* Badge "Nouveau" optionnel */
.blog-section .badge-new {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #0d9488;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 1;
}

/* ============== Hero Slider Styles   ============== */
/* ========================================
   HERO CAROUSEL STYLES
======================================== */

.hero-carousel {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  height: 450px;
}

/* Images du carousel */
.hero-carousel .carousel-inner {
  height: 100%;
  border-radius: 20px;
}

.hero-carousel .carousel-item {
  height: 450px;
  position: relative;
}

.hero-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Overlay sombre pour meilleure lisibilité */
.hero-carousel .carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 1;
}

/* ========================================
   CAROUSEL CAPTION - Textes
======================================== */

.hero-carousel .carousel-caption {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    text-align: left;
    padding: 30px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: slideUpFade 0.8s ease-out;
}

@keyframes slideUpFade {
    from {
    opacity: 0;
    transform: translateY(30px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
}

/* Badges (Catégories) */
.caption-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.badge-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.badge-item:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
}

.badge-item i {
    font-size: 18px;
}

/* Titre du caption */
.caption-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    max-width: 90%;
}

/* Sous-titre du caption */
.caption-text {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    max-width: 85%;
}

/* ========================================
   CAROUSEL CONTROLS - Flèches
======================================== */

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.hero-carousel:hover .carousel-control-prev,
.hero-carousel:hover .carousel-control-next {
    opacity: 1;
}

.hero-carousel .carousel-control-prev {
    left: 20px;
}

.hero-carousel .carousel-control-next {
    right: 20px;
}

.hero-carousel .carousel-control-prev:hover,
.hero-carousel .carousel-control-next:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

/* ========================================
   CAROUSEL INDICATORS - Points
======================================== */

.hero-carousel .carousel-indicators {
    bottom: 15px;
    margin-bottom: 0;
    z-index: 3;
}

.hero-carousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.hero-carousel .carousel-indicators .active {
    width: 40px;
    border-radius: 6px;
    background-color: #ffffff;
}

.hero-carousel .carousel-indicators [data-bs-target]:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1399px) {
    .hero-carousel,
    .hero-carousel .carousel-item {
    height: 480px;
    }

    .caption-title {
    font-size: 24px;
    }

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

@media (max-width: 1199px) {
    .hero-carousel,
    .hero-carousel .carousel-item {
    height: 420px;
    }

    .caption-title {
    font-size: 22px;
    }
}

@media (max-width: 991px) {
    .hero-carousel,
    .hero-carousel .carousel-item {
    height: 380px;
    }

    .hero-carousel .carousel-caption {
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px;
    }

    .caption-title {
    font-size: 20px;
    }

    .caption-text {
    font-size: 14px;
    }

    .badge-item {
    font-size: 13px;
    padding: 6px 12px;
    }
}

@media (max-width: 767px) {
    .hero-carousel,
    .hero-carousel .carousel-item {
    height: 300px;
    }

    .hero-carousel .carousel-caption {
    padding: 15px;
    }

    .caption-title {
    font-size: 18px;
    margin-bottom: 8px;
    }

    .caption-text {
    font-size: 13px;
    display: none; /* Masquer le sous-titre sur mobile */
    }

    .caption-badges {
    gap: 8px;
    }

    .badge-item {
    font-size: 12px;
    padding: 5px 10px;
    }

    .badge-item i {
    font-size: 14px;
    }
}

/* ========================================
   ANIMATIONS SUPPLÉMENTAIRES
======================================== */

.hero-carousel .carousel-item.active .caption-title {
    animation: titleSlide 0.8s ease-out 0.2s both;
}

.hero-carousel .carousel-item.active .caption-text {
    animation: textFade 0.8s ease-out 0.4s both;
}

.hero-carousel .carousel-item.active .badge-item {
    animation: badgePop 0.5s ease-out 0.1s both;
}

@keyframes titleSlide {
    from {
    opacity: 0;
    transform: translateX(-30px);
    }
    to {
    opacity: 1;
    transform: translateX(0);
    }
}

@keyframes textFade {
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
}

@keyframes badgePop {
    from {
    opacity: 0;
    transform: scale(0.8);
    }
    to {
    opacity: 1;
    transform: scale(1);
    }
}
/* ============== end slider =================== */


/* ========================================
   CONTACT SECTION - GENERAL
======================================== */

.contact-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 0;
}

.teal-color {
  color: #0d9488;
}

.section-tittle .sub-tittle {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(13, 148, 136, 0.1);
  border-radius: 25px;
  font-weight: 600;
}

/* ========================================
   LOCATION CARDS (BENIN & FRANCE)
======================================== */

.location-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(13, 148, 136, 0.1);
}

.location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

/* Card Header */
.location-card-header {
  background: linear-gradient(135deg, #0d9488 0%, #00715d 100%);
  padding: 25px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

.location-card-header .icon-box {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.location-card-header .icon-box i {
  font-size: 24px;
  color: #ffffff;
}

.location-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.location-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin: 0;
}

/* Card Body */
.location-card-body {
  padding: 25px;
}

.location-item {
  padding: 18px 0;
  border-bottom: 1px solid #e5e7eb;
}

.location-item:last-of-type {
  border-bottom: none;
}

.location-icon {
  color: #0d9488;
  font-size: 20px;
  margin-right: 12px;
  margin-top: 3px;
  flex-shrink: 0;
}

.location-name {
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.location-address {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 1.6;
}

/* Contact Buttons */
.contact-button-wrapper {
  margin: 25px 0;
}

.contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  background: linear-gradient(135deg, #0d9488 0%, #00715d 100%);
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(13, 148, 136, 0.3);
}

.contact-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.4);
  background: linear-gradient(135deg, #00715d 0%, #0d9488 100%);
}

.contact-button i {
  font-size: 18px;
  margin-right: 10px;
}

/* Schedule Box */
.schedule-box {
  background: linear-gradient(135deg, #e6f7f5 0%, #d1f2ed 100%);
  border: 2px solid #0d9488;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
}

.schedule-title {
  color: #0d9488;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.schedule-item {
  color: #1f2937;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.schedule-item i {
  color: #0d9488;
  margin-right: 8px;
  font-size: 16px;
}

/* Legal Info Box */
.legal-info-box {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 18px;
  margin-top: 20px;
}

.legal-item {
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

.legal-item i {
  color: #0d9488;
  margin-right: 8px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ========================================
   CONTACT FORM CARD
======================================== */

.contact-form-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid #0d9488;
}

.contact-form-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(13, 148, 136, 0.2);
}

/* Form Header */
.contact-form-header {
    background: linear-gradient(135deg, #0d9488 0%, #00715d 100%);
    padding: 30px 25px;
    text-align: center;
}

.form-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.form-title i {
    font-size: 24px;
}

.form-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

/* Form Body */
.contact-form-body {
    padding: 30px 25px;
}

/* Form Groups */
.form-group {
    position: relative;
}

.form-label {
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.form-label i {
    color: #0d9488;
    font-size: 16px;
}

/* Form Controls */
.contact-form-body input[type="text"],
.contact-form-body input[type="email"],
.contact-form-body input[type="tel"],
.contact-form-body select,
.contact-form-body textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 15px;
    color: #1f2937;
    background: #ffffff;
    transition: all 0.3s ease;
    outline: none;
}

.contact-form-body input:focus,
.contact-form-body select:focus,
.contact-form-body textarea:focus {
    border-color: #0d9488;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.1);
}

.contact-form-body textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-form-body select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-right: 40px;
}

/* Form Error */
.form-error {
    color: #dc2626;
    font-size: 13px;
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.form-error::before {
    content: "⚠";
    margin-right: 5px;
}

/* Submit Button */
.submit-button {
    background: linear-gradient(135deg, #0d9488 0%, #00715d 100%);
    color: #ffffff;
    border: none;
    padding: 16px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(13, 148, 136, 0.3);
    letter-spacing: 0.5px;
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 148, 136, 0.4);
    background: linear-gradient(135deg, #00715d 0%, #0d9488 100%);
}

.submit-button:active {
    transform: translateY(0);
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 991px) {
    .contact-section {
    padding: 60px 0;
    }

    .location-card,
    .contact-form-card {
    margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .location-card-header,
    .contact-form-header {
    padding: 20px;
    }

    .location-card-body,
    .contact-form-body {
    padding: 20px;
    }

    .form-title {
    font-size: 18px;
    }

    .location-title {
    font-size: 18px;
    }

    .submit-button {
    padding: 14px 20px;
    font-size: 15px;
    }
}

/* ========================================
   POST CARDS - BLOG GRID
======================================== */

/* Container */
.row.gy-4 {
  margin-bottom: 40px;
}

/* Card Structure */
.post-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(13, 148, 136, 0.08);
  display: flex;
  flex-direction: column;
}

.post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(13, 148, 136, 0.15);
  border-color: rgba(13, 148, 136, 0.2);
}

/* ========================================
   IMAGE SECTION
======================================== */

.post-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #e6f7f5 0%, #d1f2ed 100%);
}

.image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.post-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.post-card:hover .post-thumbnail {
  transform: scale(1.08);
}

/* Image Overlay */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(13, 148, 136, 0.5) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-card:hover .image-overlay {
  opacity: 1;
}

.read-more-icon {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(20px) scale(0.8);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.post-card:hover .read-more-icon {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.read-more-icon i {
  font-size: 24px;
  color: #0d9488;
}

/* Category Badge */
.post-category-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: linear-gradient(135deg, #0d9488 0%, #00715d 100%);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
  transition: all 0.3s ease;
}

.post-card:hover .post-category-badge {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(13, 148, 136, 0.4);
}

.post-category-badge i {
  font-size: 16px;
}

/* ========================================
   CONTENT SECTION
======================================== */

.post-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Meta Info */
.post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(13, 148, 136, 0.1);
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
}

.meta-item i {
  color: #0d9488;
  font-size: 16px;
}

/* Title */
.post-title {
  margin: 0 0 12px 0;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
}

.post-title a {
  color: #1f2937;
  text-decoration: none;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-title a:hover {
  color: #0d9488;
}

/* Excerpt */
.post-excerpt {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px 0;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Read More Link */
.post-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0d9488;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 24px;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.08) 0%, rgba(13, 148, 136, 0.12) 100%);
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.post-read-more:hover {
  background: linear-gradient(135deg, #0d9488 0%, #00715d 100%);
  color: #ffffff;
  border-color: #0d9488;
  transform: translateX(4px);
}

.post-read-more i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.post-read-more:hover i {
  transform: translateX(4px);
}

/* ========================================
   EMPTY STATE
======================================== */

.no-posts-message {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #e6f7f5 0%, #ffffff 100%);
  border-radius: 16px;
  border: 2px dashed rgba(13, 148, 136, 0.3);
}

.no-posts-message i {
  font-size: 64px;
  color: #0d9488;
  margin-bottom: 16px;
  opacity: 0.6;
}

.no-posts-message p {
  color: #6b7280;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

/* ========================================
   RESPONSIVE DESIGN
======================================== */

@media (max-width: 1199px) {
  .post-title {
    font-size: 18px;
  }

  .post-excerpt {
    font-size: 14px;
  }

  .post-card-content {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .post-card-image {
    aspect-ratio: 16 / 9;
  }

  .post-title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .post-card {
    border-radius: 12px;
  }

  .post-card-content {
    padding: 18px;
  }

  .post-title {
    font-size: 16px;
  }

  .post-excerpt {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  .meta-item {
    font-size: 12px;
  }

  .post-read-more {
    padding: 10px 20px;
    font-size: 14px;
  }

  .post-category-badge {
    font-size: 12px;
    padding: 6px 12px;
    top: 12px;
    left: 12px;
  }

  .no-posts-message {
    padding: 40px 20px;
  }

  .no-posts-message i {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .row.gy-4 {
    gap: 20px !important;
  }
}

/* ========================================
   ANIMATIONS & ACCESSIBILITY
======================================== */

/* Focus States pour l'accessibilité */
.post-card a:focus-visible {
  outline: 3px solid #0d9488;
  outline-offset: 2px;
  border-radius: 4px;
}

/* Animation subtile au chargement */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.post-card.wow {
  animation: fadeInUp 0.6s ease-out;
}

/* Smooth loading pour les images */
.post-thumbnail {
  background: linear-gradient(135deg, #e6f7f5 0%, #d1f2ed 100%);
}

/* ========================================
   PRINT STYLES
======================================== */

@media print {
  .post-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ddd;
  }

  .image-overlay,
  .read-more-icon {
    display: none;
  }
}

/* ========================================
   POST DETAIL PAGE - MAIN STYLES
======================================== */

.post-detail-section {
  background: #f8f9fa;
  padding: 80px 0;
}

/* ========================================
   ARTICLE PRINCIPAL
======================================== */

.post-detail-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(13, 148, 136, 0.08);
}

/* Catégorie Badge */
.post-category-wrapper {
  display: inline-block;
}

.category-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #0d9488 0%, #00715d 100%);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.25);
}

.category-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(13, 148, 136, 0.35);
  color: #ffffff;
}

.category-badge i {
  font-size: 16px;
}

/* Titre */
.post-detail-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  color: #1f2937;
  margin-bottom: 20px;
  text-transform: capitalize;
}

/* Meta Information */
.post-meta-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 16px 0;
  margin-bottom: 30px;
  border-top: 2px solid rgba(13, 148, 136, 0.1);
  border-bottom: 2px solid rgba(13, 148, 136, 0.1);
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.meta-item i {
  color: #0d9488;
  font-size: 18px;
}

/* Image principale */
.post-featured-image {
  margin: 0 0 35px 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.featured-img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  display: block;
}

.image-caption {
  background: rgba(13, 148, 136, 0.05);
  padding: 12px 20px;
  font-size: 14px;
  color: #6b7280;
  font-style: italic;
  text-align: center;
  border-top: 2px solid #0d9488;
}

/* Contenu de l'article */
.post-content-wrapper {
  font-size: 17px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 40px;
}

.post-content-wrapper h2,
.post-content-wrapper h3,
.post-content-wrapper h4 {
  color: #1f2937;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
}

.post-content-wrapper h2 {
  font-size: 28px;
  border-bottom: 3px solid #0d9488;
  padding-bottom: 10px;
}

.post-content-wrapper h3 {
  font-size: 24px;
}

.post-content-wrapper h4 {
  font-size: 20px;
  color: #0d9488;
}

.post-content-wrapper p {
  margin-bottom: 20px;
}

.post-content-wrapper a {
  color: #0d9488;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.post-content-wrapper a:hover {
  color: #00715d;
}

.post-content-wrapper ul,
.post-content-wrapper ol {
  margin: 20px 0;
  padding-left: 30px;
}

.post-content-wrapper li {
  margin-bottom: 10px;
}

.post-content-wrapper blockquote {
  background: linear-gradient(135deg, #e6f7f5 0%, #d1f2ed 100%);
  border-left: 4px solid #0d9488;
  padding: 20px 25px;
  margin: 30px 0;
  border-radius: 8px;
  font-style: italic;
  color: #1f2937;
}

.post-content-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 25px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Tags Section */
.post-tags-section {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 35px;
  border: 1px solid rgba(13, 148, 136, 0.1);
}

.tags-title {
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tags-title i {
  color: #0d9488;
  font-size: 20px;
}

.tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-item {
  display: inline-block;
  padding: 8px 16px;
  background: #ffffff;
  color: #0d9488;
  border: 2px solid #0d9488;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tag-item:hover {
  background: #0d9488;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3);
}

/* Navigation Précédent/Suivant */
.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 35px;
  border-top: 2px solid rgba(13, 148, 136, 0.1);
}

.nav-item-article {
  background: #f8f9fa;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid rgba(13, 148, 136, 0.1);
  transition: all 0.3s ease;
}

.nav-item-article:hover {
  border-color: #0d9488;
  box-shadow: 0 4px 15px rgba(13, 148, 136, 0.15);
}

.nav-link-article {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: inherit;
}

.nav-direction {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0d9488;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.nav-direction i {
  font-size: 18px;
}

.nav-title {
  color: #1f2937;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

.nav-next {
  text-align: right;
}

.nav-next .nav-direction {
  justify-content: flex-end;
}

/* ========================================
   SIDEBAR
======================================== */

.blog-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(13, 148, 136, 0.08);
}

/* Widget Header */
.widget-header {
  margin-bottom: 20px;
}

.widget-title {
  color: #1f2937;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.widget-title i {
  color: #0d9488;
  font-size: 22px;
}

.title-divider {
  display: flex;
  align-items: center;
  gap: 6px;
}

.active-dot {
  width: 30px;
  height: 4px;
  background: #0d9488;
  border-radius: 2px;
}

.inactive-dot {
  width: 8px;
  height: 4px;
  background: #d1d5db;
  border-radius: 2px;
}

/* Search Widget */
.search-input-group {
  position: relative;
  display: flex;
}

.search-input {
  flex: 1;
  padding: 14px 50px 14px 18px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 15px;
  transition: all 0.3s ease;
  outline: none;
}

.search-input:focus {
  border-color: #0d9488;
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.1);
}

.search-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #0d9488 0%, #00715d 100%);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3);
}

.search-btn i {
  font-size: 18px;
}

/* Categories Widget */
.categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-item {
  border-bottom: 1px solid #e5e7eb;
}

.category-item:last-child {
  border-bottom: none;
}

.category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  color: #374151;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.category-link:hover {
  color: #0d9488;
  padding-left: 8px;
}

.category-link i {
  color: #0d9488;
  font-size: 18px;
  margin-right: 10px;
}

.category-count {
  background: rgba(13, 148, 136, 0.1);
  color: #0d9488;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
}

.category-item.active .category-link {
  color: #0d9488;
  font-weight: 700;
  background: rgba(13, 148, 136, 0.05);
  padding-left: 12px;
  border-radius: 8px;
}

/* Recent Posts Widget */
.recent-posts-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.recent-post-item {
  display: flex;
  gap: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e7eb;
}

.recent-post-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.recent-post-image {
  position: relative;
  width: 90px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}

.recent-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.recent-post-item:hover .recent-post-image img {
  transform: scale(1.1);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 148, 136, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.recent-post-item:hover .image-overlay {
  opacity: 1;
}

.image-overlay i {
  color: #ffffff;
  font-size: 24px;
}

.recent-post-content {
  flex: 1;
}

.recent-post-title {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 1.4;
}

.recent-post-title a {
  color: #1f2937;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.recent-post-title a:hover {
  color: #0d9488;
}

.recent-post-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  font-size: 12px;
}

.recent-post-meta i {
  color: #0d9488;
  font-size: 14px;
}

/* CTA Widget */
.cta-widget {
  background: linear-gradient(135deg, #0d9488 0%, #00715d 100%);
  border: none;
  text-align: center;
}

.cta-content {
  color: #ffffff;
}

.cta-icon {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 15px;
  opacity: 0.9;
}

.cta-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.cta-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #0d9488;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  color: #00715d;
}

/* Empty State */
.empty-state {
  text-align: center;
  padding: 30px 20px;
  color: #9ca3af;
}

.empty-state i {
  font-size: 48px;
  margin-bottom: 12px;
  opacity: 0.5;
}

.empty-state p,
.empty-state span {
  font-size: 14px;
  margin: 0;
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 1199px) {
  .post-detail-title {
    font-size: 32px;
  }

  .post-content-wrapper {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .post-detail-card {
    padding: 30px;
  }

  .post-detail-title {
    font-size: 28px;
  }

  .post-navigation {
    grid-template-columns: 1fr;
  }

  .nav-next {
    text-align: left;
  }

  .nav-next .nav-direction {
    justify-content: flex-start;
  }

  .blog-sidebar {
    position: static;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .post-detail-section {
    padding: 50px 0;
  }

  .post-detail-card {
    padding: 20px;
    border-radius: 16px;
  }

  .post-detail-title {
    font-size: 24px;
  }

  .post-meta-info {
    gap: 16px;
  }

  .meta-item {
    font-size: 13px;
  }

  .featured-img {
    max-height: 300px;
  }

  .post-content-wrapper {
    font-size: 15px;
  }

  .sidebar-widget {
    padding: 20px;
  }

  .widget-title {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .category-badge {
    font-size: 13px;
    padding: 8px 16px;
  }

  .post-detail-title {
    font-size: 22px;
  }

  .tags-wrapper {
    gap: 8px;
  }

  .tag-item {
    font-size: 12px;
    padding: 6px 12px;
  }
}

/* ========================================
   LOGO PARTENAIRES
======================================== */
