/*

Template 2098 Health

http://www.tooplate.com/view/2098-health

*/

  @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

  body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }




  h5 {
    font-weight: 500;
  }

  h1 {
    color: #252525;
    font-size: 5em;
  }

  h2 {
    color: #272727;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
        text-align: justify;
  }


  .team-info p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
     text-align: left;
  }

 ul {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
        text-align: justify;
  }

  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #a5c422;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn {
    background: #1e3a8a;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

  .text-align-right {
    text-align: right;
  }

  .text-align-center {
    text-align: center;
  }

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }

  .btn-gray {
    background: #393939;
  }

  .btn-blue {
    background: #4267b2;
  }

  .news-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  .news-thumb img {
    border-radius: 10px 10px 0 0;
  }

  .news-info {
    padding: 30px;
    text-align: left;
  }
  .news-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .news-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }


  #about, #team, #news,
  #news-detail {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #news, #service {
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }

  .zoom {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.zoom:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.image-shape {
  position: relative;
  width: 40%;
   margin-bottom: 50px;
 
}


.image-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;


}

.about-v2 {
  padding: 80px 0;
}

.about-v2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

/* Bloc texte */
.about-v2 .reveal {
  flex: 1 1 55%;
}

/* Bloc image */
.about-v2 .image-shape {
  flex: 50%;
  display: flex;
  justify-content: center;
}

.about-v2 .image-shape img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;

}

/* Responsive mobile */
@media (max-width: 768px) {
  .about-v2 .container {
    flex-direction: column;
  }

  .about-v2 .reveal {
    order: 1;
    width: 100%;
  }

  .about-v2 .image-shape {
    order: 2;
    width: 100%;
    margin-top: 30px;
  }

  .about-v2 .image-shape img {
    max-width: 100%;
  }
}

.about-v2 h2 {
  color: #1E3A8A;
  margin-bottom: 10px;
      font-size: 20px;
}


.about-v2 h1 {
  margin-bottom: 10px;
    font-size: 36px;
}
.about-v2 h3 {
  font-size: 16px;
}

.about-v2 ul {
  font-size:14px;
  color: #444;
  margin-left: 0;
    padding-left: 20px;
}

.about-v2 p {
  color: #444;
  margin-bottom: 5px;
  line-height: 1.6;
}

  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    height: 45px;
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 12px;
    line-height: 24px;
    padding-top: 12px;
  }

  header a,
  header span {
    color: #747474;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }

  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }

  header span i {
    color: #1e3a8a;
    margin-right: 5px;
  }


.logo img {
  max-width: 300px;
  height: auto;

}

/* hover desktop */
.logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .navbar-default {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 10px;
    align-items : center;
  }

  .navbar-default .navbar-brand img {
    color: #393939;
    font-weight: 500;
  }

  .navbar-default .navbar-brand .fa {
    color: #a5c422;
  }

  .navbar-default .navbar-nav li.appointment-btn a {
    background: #1e3a8a;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-default .navbar-nav li.appointment-btn a:hover {
    background: #30a41d;
    color: #ffffff !important;
  }

  .navbar-default .navbar-nav li a {
    color: #555555;
    font-size: 12px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .navbar-default .navbar-nav > li a:hover {
    color: white;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #393939;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #393939;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }

/* MEGA MENU */
.has-mega {
  position: relative;
}

.mega {
  position: absolute;
  background: white;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  border-radius: 12px;
  display: none;
}

.has-mega:hover .mega {
  display: block;
}

.mega-inner {
  display: grid;

}

/* COLONNES */
.col  {
  font-size: 14px;
  color: #0077cc;
     white-space: nowrap; /* empêche le retour à la ligne */
}

.col a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: #222;
     white-space: nowrap; /* empêche le retour à la ligne */
}


.col a:hover,
.col li:hover {
background-color:#1e3a8a;
color: white;
}

/* RESPONSIVE */
@media (max-width: 900px) {

  .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 20px;
    background: white;
    width: 250px;
    padding: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  }

  .menu.active {
    display: flex;
  }

  .burger {
    display: block;
  }

  .mega {
    position: static;
    transform: none;
    width: 100%;
    box-shadow: none;
    padding: 10px;
  }

  .has-mega:hover .mega {
    display: none;
  }

  .has-mega.open .mega {
    display: block;
  }

  .mega-inner {
    grid-template-columns: 1fr;
  }
}

/* CTA RIGHT BLOCK */
.mega-cta {
  background: #f5f9ff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mega-cta h3 {
  font-size: 16px;

  margin-bottom: 8px;
}

.mega-cta p {
  font-size: 13px;
  margin-bottom: 15px;
  color: #555;
}

.mega-cta a {
  background: #0077cc;
  color: white;
  padding: 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}
 
  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }

  .slider .container {
    width: 100%;
  }

  .slider .owl-dots {
      position: absolute;
      top: 575px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }

  .slider .item-first {
    background-image: url(../images/egalite_femmes_hommes.jpg);
  }

  .slider .item-second {
    background-image: url(../images/slider2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/slider3.jpg);
  }


  .hero-video {
  position: relative;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
    object-fit: contain;
    background-color:  rgba(50,30,30,0.5);

}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}

  .content h2{
        color: #ffffff;
      font-size: 60px;
    font-weight: 1000;}

     .content h1{
        color: #ffffff;
      font-size: 30px;
    font-weight: 1000;}

.content-block {
  margin-bottom: 70px;
}

.content-block h2 {
  font-size: 25px;
  margin-bottom: 18px;
  color: #111827;
}

.content-block h3 {
  font-size: 1.35rem;
  margin-top: 35px;
  margin-bottom: 12px;
  color: #1e3a8a;
}

.content-block p {
  font-size: 15px;
  color: #374151;
}

.content-block ul {
  margin-top: 10px;
  padding-left: 20px;
}

.content-block li {
  margin-bottom: 8px;
  line-height: 1.7;
}

  #home h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }


 

  .slider .owl-dots {
      position: absolute;
      top: 575px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(30,30,30,0.5);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .slider .item {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    
  }

.item-first {
    background: url(../images/egalite_femmes_hommes.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
}

  .item-second {
    background: url(../images/slide2.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
}

  .slider .item-first2{
    background-image: url(../images/bureau.png);
  }

  .slider .item-third {
    background-image: url(../images/slider3.jpg);
  }

 .stats-section {
      max-width: 1200px;
      margin: 0 auto;slider
      padding: 30px 20px 50px;
      text-align: center;
    }

    .stats-title {
      font-size: 3rem;
      font-weight: 800;
      line-height: 1.2;
      color: #30a41d;
      margin-bottom: 30px;
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .stat-card {
      background: #ececf4;
      border-radius: 14px;
      padding: 55px 20px 40px;
      min-height: 220px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .stat-icon img {
width: 30%;
      margin-bottom: 28px;
    }

    .stat-number {
      font-size: 32px;
      font-weight: 800;
      color: #1e3a8a;
    }

    .stat-label {
      font-size: 12 px;
      color: #1c2188;
      line-height: 1.4;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .stats-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .stats-title {
        font-size: 2.4rem;
      }
    }

    @media (max-width: 576px) {
      .stats-grid {
        grid-template-columns: 1fr;
      }

      .stats-title {
        font-size: 1.8rem;
      }

      .stat-card {
        min-height: 180px;
        padding: 40px 20px;
      }

      .stat-icon {
        font-size: 40px;
      }

      .stat-number {
        font-size: 2rem;
      }

      .stat-label {
        font-size: 1rem;
      }
    }


  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    background: url('../images/about-bg.jpg') no-repeat top center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  }

  #about h6 {
    color: #858585;
    margin: 0;
  }

.img-responsive{
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.img-responsive img {
  display: block;
  width: 100%;
  transition: 0.3s ease;
}

.img-responsive::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #1e3a8a7d;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.img-responsive:hover::after {
  opacity: 1;
}

  /*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/
#team {
    background-color: #f9f9f9;
  
  }
  .team-thumb {
    background-color: #ececf4;
    border-radius: 0 0 10px 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .team-info {
    padding: 20px 30px 20px 30px;
  }

  .team-contact-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 1.2em;
    margin-top: 1.5em;
  }

  .team-contact-info .fa {
    margin-right: 5px;
    display: inline-block;
  }

  .team-contact-info p {
    margin-bottom: 2px;
  }

  .team-contact-info a {
    color: #757575;
  }

  .team-thumb .social-icon li {
    font-weight: 500;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 2px 0 2px;
  }

  .team-thumb .social-icon {
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
    text-align: center;
    position: relative;
    top: 0;
  }

  .team-thumb:hover .social-icon {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0px);
    top: -22em;
  }



  /*---------------------------------------
     SERVICE              
  -----------------------------------------*/

  #service {
    background: #a5c422;
  }

  #service h2,
  #service h4 {
    color: #ffffff;
  }

  #service p {
    color: #d9d9d9;
  }

  #service .service-thumb {
    padding: 0 22px;
  }

  #service .fa {
    font-size: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #a5c422;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
  }


  /*---------------------------------------
      NEWS             
  -----------------------------------------*/

  #news, #news-detail {
    background: #f9f9f9;
  }

  #news-detail blockquote {
    margin: 30px 0;
  }

  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }

  .news-detail-thumb h3 {
    margin-bottom: 8px;
  }

  .news-image {
    margin-bottom: 30px;
    position: relative;
  }

  .news-image img {
    width: 100%;
  }

  .news-detail-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .news-detail-thumb ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
  }

  .news-sidebar {
    margin-top: 16px;
  }

  .news-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .news-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 6px;
    padding: 8px 14px;
  }

  .news-social-share .btn-primary {
    background: #3b5998;
  }

  .news-social-share .btn-success {
    background: #1da1f2;
  }

  .news-social-share .btn-danger {
    background: #dd4b39;
  }

  .news-social-share a .fa {
    padding-right: 4px;
  }

  .recent-post {
    padding-top: 2px;
    padding-bottom: 18px;
  }

  .recent-post .media img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }

  .recent-post .media-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    margin-top: 5px;
  }

  .news-categories {
    margin-top: 8px;
  }

  .news-categories li a {
    color: #2b2b2b;
  }

  .news-ads {
    background: #ffffff;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .news-ads.sidebar-ads {
    border-left: 4px solid #2b2b2b;
    border-right: 0px;
  }

  .news-ads h4 {
    font-size: 18px;
  }

  .news-tags h4 {
    padding-bottom: 6px;
  }

  .news-categories li,
  .news-tags li {
    list-style: none;
    display: inline-block;
    margin: 4px;
  }

  .news-tags li a {
    background: #393939;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    float: left;
    min-width: 30px;
    padding: 6px 12px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .news-tags li a:hover {
    background: #4267b2;
  }



  /*---------------------------------------
      APPOINTMENT             
  -----------------------------------------*/

  #appointment {
    padding-top: 100px;
  }

  #appointment label {
    color: #393939;
    font-weight: 500;
  }

  #appointment .form-control {
    background: #f9f9f9;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #appointment input,
  #appointment select {
    height: 45px;
  }

  #appointment button#cf-submit {
    background: #1e3a8a;
    color: #ffffff;
    font-weight: 600;
    height: 55px;
  }

  #appointment button#cf-submit:hover {
    background: #30a41d;
    color: #ffffff;
  }
.about-info{
  text-align: center;

  }


/* ACTUS */
.actus {
    margin: 50px auto;
}

.actu-card {
    background: white;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.actu-card h2 {
    color: #1e3a8a;
    margin-bottom: 10px;
}

.actu-card h3 {
    color: #1e3a8a;
    margin-bottom: 16px;
    font-size: 16px;
}

.actu-card ul {
font-size: 14px;
color: #444;
}

.actu-card p {
font-size: 14px;
color: #444;
}
  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/
/* FOOTER */
/* ---------------------------------------
   FOOTER
--------------------------------------- */

.footer {
    background: #1f2d3d;
    color: #dce3ec;
    padding: 60px 40px 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 40px;
}

/* Titres */
.footer h2 {
    color: #ffffff;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: left;
}

.footer h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
}

/* Paragraphes */
.footer p {
    font-size: 14px;
    line-height: 1.8;
    color: #ffffff;
    text-align: left;
    margin: 0;
}

/* Listes */
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 12px;
}

/* Liens */
.footer a {
    color: #dce3ec;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #1e73be;
}

/* Bas du footer */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    text-align: center;
    font-size: 13px;
    color: #b9c3d1;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .footer {
        padding: 40px 20px 20px;
    }

    .footer-container {
        gap: 30px;
    }

    .footer h2 {
        font-size: 22px;
    }

    .footer h4 {
        font-size: 17px;
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .footer {
        padding: 40px 6% 20px;
    }
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: white;
  padding: 15px;
  text-align: center;
  z-index: 1000;
  font-size: 16px;
}

.cookie-banner p {
text-align: center;
  color: white;
}

.cookie-banner a {
color: white;
}


.cookie-banner a:hover {
color: #4caf50;
}

.cookie-banner button {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}
  .contact-info {
    padding-top: 10px;
  }

  .contact-info .fa {
    background: #393939;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
  }

  .stories-info span {
    color: #858585;
    font-size: 12px;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }

  .angle-up-btn {
    position: relative;
    bottom: 4em;
    display: block;
  }

  .angle-up-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    background: #4267b2;
    color: #ffffff;
    transform: translateY(-5px);
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #464646;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #4267b2;
    color: #ffffff;
  }

  /*---------------------------------------
    AGENCES             
  -----------------------------------------*/

.agences {
  padding: 40px;
  background: #f5f7fa;
}

.agences2 {
  padding: 40px;
  background: #ddd;

  margin: 0 auto;
  padding: 30px 115px;

  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.agences2 h1 {
 font-size: 20px;
}

.agences h2 {
  text-align: center;
  margin-bottom: 30px;
}

.agence-list {
  display: flex;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
}

.agence-card {
  background: white;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.agence-card:hover {
  transform: translateY(-5px);
}

.agence-card h3 {
  margin-bottom: 10px;
  color: #333;
      letter-spacing: 0px;
}

.agence-card p {
  margin: 5px 0;
  color: #666;
      text-align: left;
}

  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
  }

  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
  }

  @media only screen and (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;

    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .news-sidebar {
      margin-top: 2em;
    }

    #appointment-form {
      padding-top: 4em;
      padding-bottom: 4em;
      width: 100%;
    }

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }

    .border-top {
      text-align: center;
    }

    .copyright-text {
      margin-top: 10px;
    }

    .angle-up-btn {
      bottom: 10em;
    }
  }

  @media only screen and (max-width: 639px) {
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }

  }

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* SECTION */
.office-cleaning-section {
  overflow: hidden;
}

/* LAYOUT */
.office-cleaning-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 740px;
}

/* BLOC TEXTE */
.office-cleaning-text {
  background:#eee;
  color: #ffffff;
  padding: 35px 36px 40px;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.office-cleaning-text h2 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 28px;
color: #1e3a8a;
}

.office-cleaning-text p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 28px;
  max-width: 95%;
}

.office-cleaning-text ul {
  padding-left: 30px;
}

.office-cleaning-text li {
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 6px;
  font-weight: 400;
}

.office-cleaning-text li strong {
  font-weight: 800;
}

/* IMAGE */
.office-cleaning-image {
  position: relative;
  overflow: hidden;
}

.office-cleaning-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* BOUTON € */
.price-btn {
  position: absolute;
  top: 48px;
  right: 40px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #6f8f1f;
  color: #ffffff;
  text-decoration: none;
  font-size: 44px;
  font-weight: 700;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease;
}

.price-btn:hover {
  transform: scale(1.08);
}

/* =========================
   ANIMATION : arrive de la droite
   ========================= */
.office-cleaning-text,
.office-cleaning-image {
  opacity: 0;
  transform: translateX(120px);
  transition:
    transform 1s ease,
    opacity 1s ease;
}

/* L'image arrive légèrement après le texte */
.office-cleaning-image {
  transition-delay: 0.15s;
}

/* Classe ajoutée au scroll */
.office-cleaning-section.is-visible .office-cleaning-text,
.office-cleaning-section.is-visible .office-cleaning-image {
  opacity: 1;
  transform: translateX(0);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .office-cleaning-content {
    grid-template-columns: 1fr;
  }

  .office-cleaning-image {
    min-height: 400px;
  }

  .office-cleaning-text h2 {
    font-size: 24px;
  }

  .office-cleaning-text p,
  .office-cleaning-text li {
    font-size: 20px;
  }

  .price-btn {
    width: 70px;
    height: 70px;
    font-size: 34px;
    top: 25px;
    right: 25px;
  }
}

@media (max-width: 768px) {
  .office-cleaning-text {
    padding: 30px 24px;
  }

  .office-cleaning-text h2 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .office-cleaning-text p,
  .office-cleaning-text li {
    font-size: 17px;
    line-height: 1.6;
  }

  .office-cleaning-text ul {
    padding-left: 22px;
  }

  .office-cleaning-image {
    min-height: 300px;
  }

/* CONTENU TEXTE */
.hero-content {
  flex: 1;
  color: #ffffff;
}

.hero-content h1 {
  margin: 0 0 22px;
  font-size: 50px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.hero-content h1 strong {
  font-weight: 900;
  text-transform: uppercase;
}

.hero-content p {
  margin: 0;
  max-width: 1150px;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 400;
}


.hero-banner {
  width: 100%;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;

  /* Image de fond */
  background-image: url("images/slider2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* Position relative pour l'overlay */
  position: relative;
}

/* Overlay sombre */
.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* Contenu au-dessus de l'image */
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  color: #ffffff;
}

.hero-content h1 {
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 2rem;
}

.hero-btn {
  display: inline-block;
  padding: 0.9rem 2rem;
  background-color: #ff6b00;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background-color: #e65f00;
  transform: translateY(-2px);
}


  .hero-btn {
    width: 100%;
    max-width: 280px;
  }
}

/* ===== CARROUSEL HERO ===== */
.hero-carousel {
  padding: 2rem 0;
}

.cd-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: transparent; /* supprime le fond noir */
}


.cd-slider {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cd-slider > li {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.cd-slider > li.visible {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.cd-svg-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.cd-svg-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay sombre */
.cd-svg-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0.35) 45%,
      rgba(0, 0, 0, 0.15) 100%
    );
}

/* Texte */
.slide-overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  max-width: 520px;
  color: #fff;
}

.slide-overlay h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
}

.slide-overlay p {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  line-height: 1.6;
  opacity: 0.95;
}

/* ===== FLÈCHES ===== */
.cd-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cd-nav:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.08);
}

.cd-nav.prev {
  left: 20px;
}

.cd-nav.next {
  right: 20px;
}

/* ===== DOTS ===== */
.cd-slider-controls {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cd-slider-controls li button {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cd-slider-controls li.selected button,
.cd-slider-controls li button:hover {
  background: #fff;
  transform: scale(1.15);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .cd-slider {
    aspect-ratio: 4 / 5;
  }

  .slide-overlay {
    left: 6%;
    right: 6%;
    max-width: none;
  }

  .slide-overlay h2 {
    margin-bottom: 0.75rem;
  }

  .cd-nav {
    width: 44px;
    height: 44px;
    font-size: 1.4rem;
  }

  .cd-nav.prev {
    left: 12px;
  }

  .cd-nav.next {
    right: 12px;
  }

  .cd-slider-controls {
    bottom: 16px;
  }
}

.hero-carousel,
.cd-slider-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0; /* retire les coins arrondis si tu veux un full width */
  overflow: hidden;
}

/* Le slider occupe toute la largeur */
.cd-slider {
  position: relative;
  width: 100%;
  height: 80vh; /* ajuste la hauteur */
  min-height: 500px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cd-slider > li.visible {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

/* Wrapper image */
.cd-svg-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

/* L'image remplit toute la slide */
.cd-svg-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;      /* remplit tout sans déformation */
  object-position: center;
}

/* Overlay sombre */
.cd-svg-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0.15) 100%
  );
  z-index: 1;
}

/* Texte au-dessus */
.slide-overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  max-width: 520px;
  color: #fff;
}

/* Responsive mobile */
@media (max-width: 768px) {
  .cd-slider {
    height: 60vh;
    min-height: 400px;
  }

  .slide-overlay {
    left: 6%;
    right: 6%;
    max-width: none;
  }
}


.partners-slider h2 {
  font-size: clamp(18px, 4vw, 28px);
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

/* container */
.slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* track fluide */
.track {
  display: flex;
  width: max-content;
  animation: scroll 18s linear infinite;
  align-items: center;
}

/* logos */
.logo {
  flex: 0 0 auto;
  padding: 10px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo2 {
  flex: 0 0 auto;
  padding: 10px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  max-width: 300px;
  height: auto;

}

.logo2 img {
  max-width: 150px;
  height: auto;

}
/* hover desktop */
.logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* animation fluide */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* pause hover desktop */
.slider:hover .track {
  animation-play-state: paused;
}

/* 📱 MOBILE OPTIMISÉ */
@media (max-width: 768px) {

  .track {
    animation: scroll-mobile 14s linear infinite;
  }

  .logo {
    padding: 10px 15px;
  }

  .logo img {
    max-width: 90px;
  }
}

@keyframes scroll-mobile {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-60%);
  }
}

/* très petits écrans */
@media (max-width: 480px) {
  .logo img {
    max-width: 70px;
  }

  .track {
    animation-duration: 12s;
  }
}
