/*
Theme Name: Chadi Dental Clinic
Theme URI: https://asmaacreation.com
Author: Asmaa Creation
Author URI: https://asmaacreation.com
Description: Thème WordPress sur mesure pour Chadi Dental Clinic
Version: 1.0
Text Domain: chadi-theme
*/


/* ==================================================
    RESET & NORMALISE CSS 
================================================== */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
} */

ul {
    list-style: none;
    margin-bottom: 0;
}

button,
input,
select {
    margin: 0
}

html {
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}

img,
video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

a,
button {
  cursor: pointer !important;
}

a{
    text-decoration: none !important;
}

.video-overlay {
  pointer-events: auto;
}

.media-video video {
  pointer-events: auto;
}

body {
  padding-top: 80px;
}

/* ==================================================
    GENERAL
================================================== */

* {
    font-family: 'Poppins', 'Cairo', sans-serif;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    
}

body,
html {
    overflow-x: hidden;
    position: relative;
}

.wrapper {
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.text-inline{
    display: block;
}

a.btn-cta{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 2;
    color: #fff;

    padding: 10px 16px;
    text-decoration: none;
    display: inline-block;

    border-radius: 18px;
    border: solid 1px #6fbdd8;
    background-color: #6fbdd8;
    letter-spacing: 2px;

    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
            transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
            box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

a.btn-cta i{
    margin-inline-start: 8px;
    position: relative;
    top: 1px;
}

a.btn-cta:hover{
    border-color: #6fbdd8;
    background-color: #fff;
    color: #6fbdd8 ;
    /* transition: transform 0.45s all; */
    transform: translateY(-2px);
}

.section-separator {
  width: 60px;
  height: 4px;
  background-color: #6fbdd8;
  border-radius: 4px;
  margin-top: 24px;
  margin-bottom: 24px;
  /* margin: 24px auto; */
}

/* RESPONSIVE */

@media only screen and (max-width: 767px) {
    .text-inline{
        display: inline-block;
    }

    a.btn-cta {
        font-size: 12px;
        letter-spacing: 0;
    }
}


/* ==================================================
    MENU
================================================== */

/* TOP MENU */

.top-menu-info .wrapper{
    background-color: #1f2d7d;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
}

.top-menu-info {
    padding-bottom: 5px;
}

.top-menu-info,#top-menu-info{
    transition: 0.3s all ;
    background-color: #1f2d7d;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.top-menu-info.hide, #top-menu-info.hide {
  transform: translateY(-100%);
}

.top-menu-info ul li{
    display: inline-block;
}

.top-menu-info li{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.top-menu-info li i{
    color: #fff;
    padding-right: 7px;
}

.top-menu-info .wrapper{
    display: flex;
}
.top-menu-info .left,
.top-menu-info .right{
    flex: 0 0 50%;
    max-width: 50%;
}

.top-menu-info ul{
    margin-bottom: 0;
}

.top-menu-info .left{
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-menu-info .right {
    text-align: end;
}

.top-menu-info li i {
    padding-inline-end: 7px;
}

.top-menu-info .right a {
    color: #1f2d7d;
    background-color: #fff;
    font-size: 13px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #1f2d7d;
    text-decoration: none;

    display: inline-flex;
    align-items: center;      /* centre verticalement */
    justify-content: center;  /* centre horizontalement */
}

.top-menu-info .right a i {
    line-height: 1;
  }

.top-menu-info .right a:hover {
    background-color: #1f2d7d;
    color: #fff;
    transition: 0.3s all;
    border: 1px solid #fff;
}

.top-menu-info .right a:nth-child(1),
.top-menu-info .right a:nth-child(2){
    margin-right: 4px;
}

.top-menu-info li:nth-child(1){
    margin-right: 25px;
}

.top-menu-info .btn-contact i {
    margin-left: 10px;
}


.top-menu-info .title-mobile {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
  }

/* MAIN MENU */

.menu-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
   
}

.hero-section-container{
    position: relative;
}

.main-menu-area{
    position: relative;
    background-color: #fff;
}

/* MAIN MENU WHEN TOP MENU IS HIDDEN */
.main-menu-area.stick-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    animation: slideDown 0.35s ease;
}

/* animation light */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

body.menu-fixed {
    padding-top: 90px;
}


.main-menu-desktop {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #fff;

    border-bottom: 1px solid #fafafa38;
}

.main-nav {
    flex: 0 0 80%;
    max-width: 80%;
    text-align: right;
    position: relative;
}


/* DROPDOWN MENU  */
.menu-item-has-children {
  position: relative;
}

.main-nav .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  padding: 15px 0;
  min-width: 260px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .3s ease;
  z-index: 999;
}

.main-nav .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-nav .current-menu-item > a {

    color: #5BB8E5; 

    font-weight: 700;

}

.main-nav .sub-menu li a {
  padding: 17px 20px;
  display: block;
  font-weight: 600;
}

/* Arrow dropdown pour menu avec sous-menu */
.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}

.menu-item-has-children > a::after {
    content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;

  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #232323;
  transition: transform 0.3s ease;
}

.menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}


/* icône */
.has-submenu i {
  margin-left: 6px;
  font-size: 12px;
}

/* END DROPDOWN MENU  */

.logo-nav {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: left;
}

.logo-nav img{
    /* width: 120px; */
    transition: 0.3s all ;
}

.logo-nav a {
    display: inline-block;
}

.main-nav li {
    display: inline-block;
    position: relative;
}

.main-nav>ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #232323 ;
    margin-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    transition: all 0.3s;
}

.main-nav ul li a:hover {
    color: #6fbdd8;
}

.main-nav ul.submenu li a {
    padding: 10px 0px 15px 0px;
}

.main-nav ul li a.active {
    color: #6fbdd8;
}

.main-nav>ul li a i{
    position: relative;
    top: 1px;
}

.main-menu-mobile {
    display: none;
}

.main-nav ul.submenu {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 0 15px;
}


/* RESPONSIVE */

@media only screen and (max-width: 1200px) {
    .main-nav>ul li a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .top-menu-area,
    .main-menu-desktop {
        display: none !important;
    }

    .top-menu-info .left{
        flex: 0 0 70%;
        max-width: 70%;
    }
    
    .top-menu-info .right {
        flex: 0 0 30%;
        max-width:30%;
    }

    body {
      padding-top: 50px;
    }

    /* MOBILE MENU */
    .main-menu-mobile {
        display: block;
        background-color: #fff;
    }
    .menu-mobile-header {
        display: flex;
        align-items: center;              /* centre verticalement */
        justify-content: space-between;   /* logo à gauche, burger à droite */
        padding: 12px 16px;
    }

    .menu-mobile-body {
        position: fixed;
        width: 100%;
        height: 88vh;
        background-color: #fff;

        transform: translateX(100%);
        transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);

        will-change: transform; 
        z-index: 9999;

        overflow-y:auto;
    }

   

    .menu-mobile-body.is-open {
        transform: translateX(0);
        box-shadow: 8px 0 30px rgba(0,0,0,0.15);
   
    }

    .logo-nav-mobile {
        flex: 0 0 75%;
        max-width: 75%;
    }

     .logo-nav-mobile img {
        max-width: 200px;
    }

    .mobile-hamburger-wrapper {
        flex: 0 0 25%;
        max-width: 25%;
        text-align: end;
        margin-top: 15px;
    }
    .mobile-hamburger-icon {
        display: inline-block;
    }
    .mobile-hamburger-icon span {
        display: block;
        width: 25px;
        height: 2px;
        margin-bottom: 6px;
        background-color: #1f2d7d;
    }

    .menu-mobile-body a {
        position: relative;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        color: #333;
        margin-right: 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: antialiased;
        padding: 20px 0px 20px 0px;
        margin: 0px 30px 0px 30px;
        border-bottom: 1px solid #e0dddd;
        
    }

    .menu-mobile-body a:hover {
        color: #1f2d7d;
    }

    .menu-mobile-body a i{
    position: absolute;
    right:0;
    }  
    
    .menu-mobile-body .menu-item-has-children > .sub-menu {
        max-height: 500px;
    }

    .menu-mobile-body .sub-menu {
        padding-left: 20px;
        margin-top: 10px;
         display:none;
    }

    .menu-mobile-body .menu-item-has-children.active>.sub-menu{
      display:block;
    }

    .menu-mobile-body .sub-menu li a {
        display: block;
        padding: 17px 15px;
        padding-left: 25px;
        font-size: 15px;
        color: #333;
    }

    .menu-mobile-body .menu-item-has-children>a::after{
        content:"⌄";
        position:absolute;
        right:0;
        transition:.3s;
    }

    .menu-mobile-body .menu-item-has-children.active>a::after{
      transform:rotate(180deg);
    }

  

}

@media only screen and (min-width: 700px) {

  .top-menu-info .title-mobile {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
    .top-menu-info .left ul{
        display: none;
    }
    
    .top-menu-info .right {
        padding-top: 5px;
        padding-bottom: 5px;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .top-menu-info .left {
        flex: 0 0 65%;
        max-width: 65%;
    }
    

    .top-menu-info .wrapper{
      padding-right: 20px;
      padding-left: 20px;
    }

    .top-menu-info .right a {
      width: 25px;
      height: 25px;
    }
}

@media only screen and (max-width: 330px) {
   .logo-nav-mobile img {
        max-width: 160px;
    }

    .top-menu-info .title-mobile {
      font-size: 13px;
    }

}



/* ==================================================
    HEADER
================================================== */

.hero-section{
    overflow: hidden;
    min-height: calc(100vh - 80px);
    position: relative;
}

.hero-section::before {
  background: linear-gradient(
    90deg,
    rgba(27,45,125,0.65) 0%,
    rgba(27,45,125,0.45) 45%,
    rgba(27,45,125,0.15) 70%,
    rgba(27,45,125,0) 100%
  );
}

/* 🌊 WAVE */
.hero-section::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 120px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M0,64L80,69.3C160,75,320,85,480,90.7C640,96,800,96,960,85.3C1120,75,1280,53,1360,42.7L1440,32L1440,120L0,120Z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat bottom center / cover;
  z-index: 3;
  
}

.hero-section-content{
    background-image: url(assets/images/bg-header.jpg);
    background-repeat: no-repeat;
    background-position: center left; /* FR */
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}

.hero-section-container,
.hero-section-content {
  position: relative;
  z-index: 2;
}

.hero-wrapper {
    max-width: 1200px;
    max-width: 100%;
}

.hero-section-content .intro-text h1{
    font-size: 60px;
    font-weight: 200;
    text-align: start;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.hero-section-content .intro-text h1 span{
  font-weight: 700;
}

.hero-section-content .intro-text p{
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 30px;
    max-width: 52%;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: justify;
    hyphens: auto;
    
}

/*OVERPLAY BG IMAGE */

.hero-section-content {
      background-position: center;
      position: relative;
      z-index: 1; /* PAS 2 */
  }

.hero-section-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.10),
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.03)
  );
  z-index: 0;
}

.hero-section-content > * {
  position: relative;
  z-index: 1;
}

/*OVERPLAY BG IMAGE */


/* RESPONSIVE */

@media only screen and (max-width: 1200px) {

   
}

@media only screen and (max-width: 991px) {
    
  .hero-section-content .intro-text h1 {
    font-size: 50px;
  }

  .hero-section-content .intro-text p {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 30px;
      max-width: 70%;
      text-align: initial;
      hyphens: none;
      position: relative;
  }

  .hero-section-content::before {
    background: rgba(0, 0, 0, 0.2);
  }

}

@media only screen and (max-width: 640px) {
  
    .hero-section-content .intro-text p {
        max-width: 100%;
    }
}

@media only screen and (max-width: 500px) {
  .hero-section-content .intro-text h1 {
      font-size: 38px;
  }
  .hero-section-content .intro-text p {
        font-size: 15px;
  }
}

@media only screen and (max-width: 320px) {
    .hero-section-content .intro-text p {
        font-size: 13px;
    }
  
}


/* ===============================
   ABOUT AREA
================================ */

.clinic-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.clinic-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* TEXTE */
.clinic-content h2 {
  color: #6fbdd8;
  font-size: 58px;
  margin-bottom: 20px;
  font-weight: 700;
}

.clinic-content h2 span{
  font-weight: 200;
}

.clinic-content h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #333333;
}

.clinic-content p {
  color: #8e8d8d;
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 17px;
}

.clinic-content a{
  color: #1f2d7d;
  background-color: #fff;
  border: 1px solid #1f2d7d;
}


/* GALERIE */
.clinic-gallery {
  display: grid;
  grid-template-rows: auto auto;
  gap: 20px;
}

.gallery-large img {
  width: 100%;
  object-fit: cover;
}

.clinic-gallery img{
    border-radius: 10px;
}

.gallery-small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.gallery-small img {
  width: 100%;
  object-fit: cover;
}


@media (max-width: 991px) {
  .clinic-container {
    grid-template-columns: 1fr;
  }
  .clinic-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .clinic-section {
    padding-top: 80px;
    padding-bottom: 80px;
  } 

}

@media (max-width: 640px) {
  .clinic-content h2 {
    font-size: 47px;
  }

  .clinic-content p {
    font-size: 16px;
  }
}

/* ===============================
   WHY CHOOSE US
================================ */

.why-choose-us {
  background: #ffffff;
}

.why-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  position: relative;
}



/* IMAGE */
.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENU */

.why-content-flex{
  display: flex;
  align-items: center;
  justify-items: center;

  background-image: url('assets/images/bg-why-us.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  position: relative;
}

.why-content-flex::before {
  content: "";
  position: absolute;
  inset: 0;

 background: linear-gradient(
  to right,
  rgba(31, 45, 125, 0.99), /* gauche : sombre */
  rgba(31, 45, 125, 0.90), /* milieu */
  rgba(31, 45, 125, 0.80)  /* droite : plus transparent */
);

  z-index: 0;
}

.why-content {
    color: #ffffff;
    padding: 150px 30px;
    padding-right: 0;
    max-width: 90%;
}


/* Contenu AU-DESSUS de l’overlay */
.why-content > * {
  position: relative;
  z-index: 1;
}

.why-content h2 {
  font-size: 42px;
  font-weight: 200;
  margin-bottom: 20px;
  color: #fff;
}

.why-content h2 span {
  font-weight: 600;
}

.why-content .feature span{
  font-weight: 700;
  font-size: 15px;
  margin-left: 10px;
}

.why-intro {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: justify;
  color: #fff;
}

/* FEATURES */
.why-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  line-height: 1.4;
}

.feature i {
  font-size: 22px;
  color: #6fbdd8;
  min-width: 24px;
}

.feature img{
  width: 50px;
  height: 50px;
}

/* SVG forme */
.why-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 59px;
    height: 100%;
    transform: scaleX(-1) translateX(58px);
    fill: #1f2d7d;
    z-index: 2;
    opacity: 0.99;
}

.why-choose-us .section-separator{
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}


/* RESPONSIVE */

@media screen and (min-width: 1600px) {
  .why-content {
    max-width: 75%;
  }
}

@media (max-width: 1200px) {
  .why-container {
    grid-template-columns: 0.5fr 1fr;
  }
}

@media (max-width: 991px) {
  .why-container {
    grid-template-columns: 0.4fr 1fr;
  }

  .why-content {
    padding: 60px 40px;
  }

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

  .why-content h2 {
    font-size: 37px;
  }
}

@media (max-width: 570px) {
  .why-container {
    grid-template-columns: 1fr;
  }

  .why-content h2 {
    font-size: 32px;
  }

  .why-content {
    padding: 50px 25px;
  }

  .why-image{
    order: 1;
  }

  .why-intro {
    font-size: 15px;
  }
}

/* ===============================
   SPECIALTIES
================================ */

.specialties-section {
  padding: 120px 0;
  background: #ffffff;
}

.specialties-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 60px;
}

.specialties-header h2 {
  font-size: 48px;
  font-weight: 200;
  color: #1f2d7d;
}

.specialties-header h2 span {
  font-weight: 700;
}

.specialties-header p {
  font-size: 15px;
  line-height: 1.6;
  color: #8e8d8d;
}

/* Carousel item */
/* Card lien */
.specialty-item {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
  color: #fff;
}

/* Sécurité : pas de style lien */
.specialty-item:hover,
.specialty-item:focus {
  text-decoration: none;
  color: inherit;
}

.specialty-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

/* Overlay */
.specialty-overlay {
  position: absolute;
  inset: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  background: linear-gradient(
    to top,
    rgba(111, 189, 216, 0.95), /* bas : très présent */
    rgba(111, 189, 216, 0.50), /* milieu */
    rgba(111, 189, 216, 0.15)  /* haut : très léger */
  );

  color: #ffffff;
}

.specialty-overlay h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.specialty-overlay p {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.95;
  color: #fff;
}

/* Hover subtle */
.specialty-item:hover img {
  transform: scale(1.05);
  transition: transform 0.6s ease;
}

/* Owl spacing */
.specialties-carousel .owl-stage-outer {
  overflow: visible;
}

.specialty-item {
  cursor: pointer;
  color: #fff;
}

.specialty-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255,255,255,0.0);
  transition: border 0.3s ease;
}

.specialty-item:hover::after {
  border-color: rgba(255,255,255,0.35);
}

/* Responsive */
@media (max-width: 991px) {

  .specialties-section {
    padding: 80px 0;
  }

  .specialties-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .specialty-image img {
    height: 360px;
  }
}

/* ===============================
   TEAM SECTION
================================ */

.team-section{
  padding-bottom: 120px;
}

/* HERO */
.team-hero {
  background: rgba(111,189,216,0.85);
  background-image: url('assets/images/imagerie-dentaire-examen-radiologique-clinique-dentaire.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  
  color: #fff;
  padding-top: 210px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

/* OVERLAY BLEU */
.team-hero::before {
  content: "";
  position: absolute;
  inset: 0;

background: linear-gradient(
    to bottom,
    rgba(31, 45, 125, .9),
    rgba(31, 45, 125, 0.65)
  );
  z-index: 0;
}

/* Contenu AU-DESSUS de l’overlay */
.team-hero-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.team-hero-content h2 {
  font-size: 48px;
  font-weight: 200;
  margin-bottom: 15px;
  color: #fff;
}

.team-hero-content h2 span {
  font-weight: 700;
}

.team-hero-content p {
  max-width: 600px;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
}

/* WAVE */
/* .team-wave {
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    fill: #ffffff;
} */

.team-wave {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 120px;
  display: block;
  z-index: 1;
}

.team-wave path {
  fill: #ffffff; /* couleur de la section suivante */
}

/* GRID */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  margin-top: 80px;
  text-align: center;
}

/* CARD */
.team-card img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}

.team-card h3 {
  font-size: 18px;
  font-weight: 200;
  color: #1f2d7d;
  margin-bottom: 5px;
}

.team-card h3 span {
  font-weight: 700;
}

.team-card small {
  display: block;
  color: #6fbdd8;
  font-weight: 600;
  margin-bottom: 15px;
}

.team-card p {
  font-size: 14px;
  color: #8e8d8d;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* SOCIALS */
.team-socials i {
  font-size: 15px;
  margin: 0 6px;
  color: #b5b5b5;
  cursor: pointer;
  transition: color 0.3s;
}

.team-socials i:hover {
  color: #6fbdd8;
}

.doctor-separator {
  width: 40px;
  height: 3px;
  margin: 10px auto 15px;
  background-color: #7bbfd9; /* bleu clair */
  border-radius: 2px;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  
  .team-section{
    padding-bottom: 80px;
  }

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

  .team-hero{
    padding-left: 0;
    padding-right: 0;
  }

  .team-hero h2 {
    font-size: 32px;
  }

  .team-wave {
    display: none;
  }

}

/* ===============================
   CTA SECTION
================================ */
.cta-section {
  position: relative;
  padding: 150px 80px;
  background: url("assets/images/equipe-medicale-dentaire-clinique.jpg") center / cover no-repeat;
  overflow: hidden;
}

/* OVERLAY PREMIUM */
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;

  /* overlay doux + dégradé */
  background:
    linear-gradient(
      120deg,
      rgba(31, 45, 125, 0.85) 0%,
      rgba(31, 45, 125, 0.70) 45%,
      rgba(111, 189, 216, 0.55) 100%
    );

  z-index: 1;
}

/* CONTENU */
.cta-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  color: #ffffff;
}

.cta-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.cta-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
}

.cta-text {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.95;
  margin-bottom: 35px;
  color: #fff;
}

/* BOUTON PREMIUM */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;

  background: #ffffff;
  color: #1f2d7d;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;

  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #6fbdd8;
  color: #ffffff;
  transform: translateY(-2px);
}

.cta-button {
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}


/* RESPONSIVE */
@media (max-width: 1200px) {
   .cta-section {
    padding: 130px 15px;
  }
}

@media (max-width: 768px) {
  .cta-section {
    padding: 70px 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-content {
    margin: auto;
  }

  .cta-content h2 {
    font-size: 34px;
  }

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

}

/* ===============================
   TESTIMONIALS SECTION
================================ */


.testimonials-section {
  padding: 120px 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Header */
.testimonials-header {
  text-align: center;
  margin-bottom: 50px;
}

.testimonials-header h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1f2d7d;
}

.testimonials-header h2 span {
  color: #6fbdd8;
  font-weight: 200;
}

.testimonials-header p {
  max-width: 620px;
  margin: 16px auto 0;
  color: #6b7280;
  font-size: 16px;
}

.testimonials-title{
    font-size: 38px;
    font-weight: 600;
    text-align: center;
}

.testimonials-header h2 span.title-dark{
    color: #1f2d7d; /* bleu foncé */
    font-size: 38px;
    font-weight: 600;
}

.testimonials-header h2 span.title-light{
    color: #8EC6E8; /* bleu clair */
    font-weight: 300;
    margin-left: 8px;
}

.testimonials-subtitle{
    text-align: center;
    max-width: 750px;
    margin: 15px auto 0;
    color: #6b6b6b;
}
/* Card */

.testimonial-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 28px;
  height: 100%;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;

  box-shadow:
    0 12px 28px rgba(31, 45, 125, 0.08),
    0 4px 10px rgba(31, 45, 125, 0.04);
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 28px 60px rgba(31, 45, 125, 0.16),
    0 8px 16px rgba(31, 45, 125, 0.06);
}

.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.owl-carousel .owl-item {
  padding: 25px 12px;
}

/* Top (quote + stars) */
.testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.testimonial-top .quote {
  font-size: 48px;
  line-height: 1;
  color: #1f2d7d;
  font-weight: 700;
}


.testimonial-top .stars {
  color: #f5c518;
  font-size: 16px;
  letter-spacing: 2px;
}

/* Text */
.testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 24px;
}

/* Author */
.testimonial-author {
  margin-top: auto;
}

.testimonial-author .name {
  font-weight: 600;
  color: #6fbdd8;
  font-weight: 300;
}

.testimonial-author .lastname {
  font-weight: 700;
  color: #1f2d7d;
  margin-left: 4px;
}

/* Owl spacing fix */
.testimonials-carousel .owl-stage {
  display: flex;
}

.testimonials-carousel .owl-item {
  display: flex;
}

.google-reviews{
  margin-top: 20px;
}


/* RESPONSIVE */
@media (max-width: 1200px) {
  .testimonials-section {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .testimonials-header {
    text-align: start;
  }
}

/* ===============================
   FOOTER SECTION
================================ */
.site-footer {
  position: relative;
  background: url("assets/images/bg-equipe-medicale-clinic-dental-chadi-2026.JPG") top / cover no-repeat;
  color: #fff;
  padding: 80px 0;
}

.footer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(27, 45, 125, 0.93);
  z-index: 1;
}

.footer-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}


/* Colonne centrale */
.footer-col:nth-child(2) {
  padding-left: 80px;
}


/* Logo */
.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}

.logo-icon {
  width: 45px;
}

/* Texte */
.footer-about p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
  color: #fff;
}

/* Socials */
.footer-socials {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

.footer-socials a:hover {
  background: #6fbdd8;
}

/* Titres */
.footer-col h4 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.logo-text{
  font-size: 20px;
}

/* Plan du site */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
  position: relative;
}

.footer-links .arrow {
  color: #6fbdd8;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.footer-links .arrow i{
    font-size: 11px;
}

.footer-links a:hover {
  color: #6fbdd8;
}

.footer-links a:hover .arrow {
  transform: translateX(6px);
}

.footer-links li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 22px;
}

/* Arrow */
.footer-links li a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;

  display: inline-block; /* 🔑 OBLIGATOIRE */
  width: 12px;

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  font-size: 10px;
  color: rgba(255,255,255,0.7);

  transition: transform .3s ease, color .3s ease;
}

.footer-links li a:hover::before {
  transform: translateY(-50%) translateX(4px);
  color: #9fd3e6;
}


/* Contact */
.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-contact li {
  margin-bottom: 30px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact i {
  margin-right: 10px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(111, 189, 216, 0.15);
  color: #6fbdd8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

.footer-contact a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #6fbdd8;
}

/* Bottom */
.footer-bottom {
  background: #ffffff;
  text-align: center;
  padding: 18px 15px;
  font-size: 14px;
  color: #555;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.footer-bottom p{
    font-size: 13px;
}

.footer-bottom a {
  color: #1b2d7d;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.footer-bottom a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #6fbdd8;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.footer-bottom a:hover::after {
  transform: scaleX(1);
}

/*RESPONSIVE*/ 
@media (max-width: 1024px) {
  .footer-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  /* Colonne centrale */
  .footer-col:nth-child(2) {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 8% 0;
  }

.footer-wrapper {
    display: flex;
    flex-direction: column;
  }
  .footer-links .arrow {
    display: none; /* optionnel, plus clean sur mobile */
  }

  .footer-contact li i{
    margin-bottom: 10px;
  }

  .footer-contact li {
    display: block;
  }
}

@media (max-width: 576px) {
  .footer-bottom {
    font-size: 13px;
    line-height: 1.6;
    padding: 15px 10px;
  }

  .footer-bottom p {
    margin: 0;
  }
}


/* ===============================
   PAGE.PHP
================================ */

body .site-main .entry-content{
    padding-bottom: 150px;
    padding-top: 150px;
}

.page-hero .heading-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-bottom: 50px;
}

.page-hero{
    position: relative;
    height: 450px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.page-hero .hero-overlay{
    position: absolute;
    inset: 0;
    background: rgba(27,45,125,0.65);
}

.page-hero h1{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

@media (max-width: 1200px) {

  body .site-main .entry-content{
      padding-bottom: 80px;
      padding-top: 100px;
  }
}


/* ===============================
   PAGE CONTACT .PHP
================================ */

/* HERO CONTACT AVEC IMAGE */

.contact-hero{
    position: relative;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: flex-end; /* 👈 colle le contenu en bas */
}

/* Overlay beaucoup plus léger */
.contact-hero .hero-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(31,45,125,0.65),
        rgba(31,45,125,0.35),
        rgba(31,45,125,0.10)
    );
    z-index: 1;
}

/* Wrapper */
.contact-hero .heading-wrapper{
    position: relative;
    z-index: 2;
    width: 100%;
    padding-bottom: 50px;   /* 👈 50px du bas */
}

/* Titre en bas gauche */
.contact-hero h1{
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    text-align: left;
}


/* ================= CONTACT PREMIUM ================= */

.contact-premium {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 100px;
    padding: 120px 30px;
}

/* ===== CONTACT LEFT PREMIUM ===== */

.clinic-title {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 50px;
    color: #1f2d7d;
}

.clinic-row {
    margin-bottom: 35px;
}

.clinic-label {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6fbdd8;
    margin-bottom: 6px;
    font-weight: 600;
}

.clinic-label i{
    margin-right: 7px;
}

.clinic-row p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
}

.clinic-link {
    color: #475569;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.25s ease;
}

.clinic-link:hover {
    color: #1b2d7d;
}

.clinic-hours {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.clinic-hours li {
    font-size: 15px;
    margin-bottom: 6px;
    color: #475569;
}

.clinic-subtitle {
    margin-top: 40ppx;
    font-size: 20px;
    color: #0f172a;
}

.clinic-text {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
}

.contact-left {
    padding-top: 20px;
}

.clinic-coords p {
    margin-bottom: 12px;
    font-size: 16px;
}

.contact-premium .separator {
    width: 60px;
    height: 4px;
    background-color: #6fbdd8;
    border-radius: 4px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.contact-left h3 {
    margin-bottom: 10px;
}


/* ===== COLONNE DROITE ===== */

.contact-right {
    background: #f7f9fc;
    padding: 50px;
    border-radius: 8px;
}

.form-title {
    font-size: 30px;
    margin-bottom: 5px;
    color: #6fbdd8;
}

.form-subtitle {
    margin-bottom: 60px;
    color: #6b7280;
}

/* Responsive */
@media (max-width: 980px) {
    .contact-premium {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

/* ===== CF7 PREMIUM STYLE ===== */

.cf7-clean input,
.cf7-clean textarea {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 22px;
}

.cf7-clean label {
    color: #8e8d8d;
    font-size: 15px;
}

.cf7-clean textarea {
    min-height: 140px;
    resize: vertical;
}

.label-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.btn-form input[type="submit"] {
    background: #6fbdd8;
    border: none;
    padding: 14px 40px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 25px;
    color: #fff;
    width: 100%;
    margin-top: 40px;
}

.btn-form input[type="submit"]:hover {
    opacity: 0.9;
}


/* ===== CF7 CHECKBOX  ===== */

.cf7-clean .acceptance-box .wpcf7-list-item-label a{
    color: #6fbdd8;
}

.cf7-clean .acceptance-box {
    margin-top: 18px;
}

/* Le container CF7 */
.cf7-clean .acceptance-box .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

/* On cache totalement le style navigateur */
.cf7-clean .acceptance-box input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: all .2s ease;
    margin: 0;
    top: 1px; /* micro alignement vertical */
     padding: 0;
}

/* Hover */
.cf7-clean .acceptance-box input[type="checkbox"]:hover {
    border-color: #6fbdd8;
}

/* Checked */
.cf7-clean .acceptance-box input[type="checkbox"]:checked {
    background-color: #6fbdd8;
    border-color: #6fbdd8;
}

/* Le check blanc parfait */
.cf7-clean .acceptance-box input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
   
}

/* Le texte */
.cf7-clean .acceptance-box .wpcf7-list-item-label {
    line-height: 1.5;
    font-size: 15px;
    color: #6b7280;
}

/* Le lien */
.cf7-clean .acceptance-box .wpcf7-list-item-label a {
    color: #1b2d7d;
    text-decoration: none;
}

/* ===== CORRECTION MESSAGE ERREUR CF7 ===== */

/* Empêche CF7 de casser l’alignement quand erreur */
.cf7-clean .acceptance-box .wpcf7-not-valid-tip {
    margin-left: 26px;
    margin-top: 6px;
    font-size: 13px;
}

/* ===== CF7 SELECT STYLE ===== */

.cf7-clean .wpcf7-select{
    padding: 16px 18px;
    margin-top: 8px;
    margin-bottom: 22px;
}
/* ===== CF7 SELECT PREMIUM STYLE AVEC FLECHE ===== */

.cf7-clean select.wpcf7-select {
    width: 100%;
    height: 58px;

    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background-color: #fff;

    font-size: 16px;
    font-family: inherit;
    color: #6b7280;

    cursor: pointer;

    /* même padding que les inputs */
    padding: 0 20px;


    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    transition: all 0.25s ease;
}


/* espacement CF7 */
.cf7-clean .wpcf7-select{
    margin-top: 8px;
    margin-bottom: 22px;
}

/* Focus comme les inputs */
.cf7-clean select:focus {
    outline: none;
    border-color: #6fbdd8;
    box-shadow: 0 0 0 3px rgba(111,189,216,0.15);
}


/* ===== CF7 ERROR PREMIUM ALIGN ===== */

.wpcf7-not-valid-tip {
    margin-bottom: 25px;
}

/* Quand champ en erreur = bordure rouge élégante */
.cf7-clean .wpcf7-not-valid {
    border-color: #dc3232 !important;
    box-shadow: 0 0 0 3px rgba(220,38,38,0.08);
}

/* ================= MAP PREMIUM AVEC CARTE FLOTTANTE ================= */


.map-wrapper{
    position: relative;
    height: 460px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 35px 70px rgba(0,0,0,0.12);
}

.map-wrapper iframe,
.footer-map iframe {
    width: 100%;
    height: 460px;
    border: 0;
}

/* ===== Carte flottante ===== */

.map-card {
    position: absolute;
    bottom: 30px;
    left: 30px;

    background: #fff;
    padding: 26px 30px;
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);

    max-width: 320px;
}

.map-card h3 {
    margin: 0 0 6px 0;
    color: #1f2d7d;
    font-size: 20px;
}

.map-card p {
    margin: 0 0 18px 0;
    color: #64748b;
    font-size: 14px;
}

.map-card-actions {
    display: flex;
    gap: 12px;
}

.map-card-actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: #6fbdd8;
    color: #fff;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    transition: all .25s ease;
}

.map-card-actions a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* =========================================
   RESPONSIVE CONTACT PREMIUM ≤ 1200px
========================================= */

@media (max-width: 1200px) {

    .contact-premium {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 80px 25px;
    }

    /* La colonne gauche devient une carte */
    .contact-left {
        background: #f7f9fc;
        padding: 40px;
        border-radius: 10px;
    }

    .clinic-title {
        font-size: 32px;
        margin-bottom: 35px;
    }

    .clinic-row {
        margin-bottom: 25px;
    }

    /* Le formulaire respire mieux */
    .contact-right {
        padding: 40px;
    }

    .form-subtitle {
        margin-bottom: 40px;
    }

    /* Les champs en 2 colonnes passent en 1 */
    .label-two-columns {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .map-wrapper {
        height: 380px;
    }

    .contact-map-premium{
        padding: 0 18px 100px;
    }

    .map-wrapper {
        box-shadow: none;
    }

}


@media (max-width: 680px) {

    .contact-premium {
        padding: 60px 18px;
        gap: 40px;
    }

    .contact-left,
    .contact-right {
        padding: 25px;
    }

    .clinic-title {
        font-size: 26px;
    }

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

    .cf7-clean input,
    .cf7-clean textarea,
    .cf7-clean select {
        height: 52px;
        font-size: 14px;
    }

    .map-card {
        position: static;
        margin: 20px;
        max-width: 100%;
    }

    .map-wrapper {
        height: 320px;
    }

   
}


/* ===============================
   BREADCRUMB RANK MATH
================================ */

.rank-math-breadcrumb {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}

.rank-math-breadcrumb a {
    color: #9fd3e6;
    text-decoration: none;
}

.rank-math-breadcrumb span.separator {
    margin: 0 6px;
    opacity: 0.6;
    color: #fff;
}

.rank-math-breadcrumb .last {
    color: #ffffff;
    font-weight: 600;
}


/* ===============================
   PAGE 404
================================ */

.error-404-page {
    padding: 120px 0;
    text-align: center;
    background: #f8f9fb;
}

.error-content h1 {
    font-size: 120px;
    margin: 0;
    color: #1e2a5a;
    font-weight: 800;
}

.error-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}

.error-content p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 40px;
    color: #666;
}

.error-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-primary,
.btn-secondary {
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-primary {
    background: #1e2a5a;
    color: #fff;
}

.btn-primary:hover {
    background: #162044;
}

.btn-secondary {
    border: 2px solid #1e2a5a;
    color: #1e2a5a;
}

.btn-secondary:hover {
    background: #1e2a5a;
    color: #fff;
}

/* ===============================
   BTN WHATSAPP
================================ */

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
}



/* ===============================
   WPML WHATSAPP
================================ */

.wpml-ls-item .sub-menu {

}

/* Sous-menu WPML */
.wpml-ls-item .sub-menu{
    min-width: 170px;
    padding: 15px 0;
   
}

/* Les liens */
.wpml-ls-item .sub-menu li a{
    /* display: block;
    padding: 14px 20px;

    white-space: normal;     
    word-break: normal;
    line-height: 1.5; */
}

.aiovg-player {
    overflow: hidden;
}

.aiovg-player iframe {
    transform: scale(1.03) translateY(-3px);

    transform-origin: center;
}

.video-js .vjs-control-bar {
    bottom: -8px !important;
}