/*
Theme Name: Canal du Centre - Fin
Theme URI: https://www.canalducentre.be
Description: Version neutre / transitionnelle du site de Voies d’Eau du Hainaut
Author: Nicolas Matloka
Template: 
Version: 1.0
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #007175;
  
  text-decoration: none;
}

a:hover {
  color: #064547;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

#lirelasuite {
  display:none;
}
#lirelasuite2 {
  display:none;
}
#lirelasuite3 {
  display:none;
}
#lirelasuite4 {
  display:none;
}
#lirelasuite5 {
  display:none;
}
#lirelasuite6 {
  display:none;
}
.page-evenements-content {
  margin: 20px 10%;
}
.bloc-liste-evenements-item {
  height: 500px;
  padding: 69px 15px;
  margin: 0 0 10px 0;
  float: left;
  position: relative;
  border: 2px solid white;
}

.bloc-liste-evenements-item > .bloc-liste-evenements-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}
.card .card-activités > .card .card-activités-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}

.card .card-activités::after {

  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #007175;
  margin: 4px 10px;

}

.bloc-liste-evenements-item > h3 {
  background: rgb(255 255 255 / 50%);
  border-radius: 10px;
  color: rgb(75 75 75);
  font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 30px;
  margin-bottom: 40px;
  position: relative;
}

.bloc-liste-evenements-btn {
  background: rgb(214 27 23);
  display: block;
  width: 152px;
  height: 40px;
  margin: 10px auto;
  text-align: center;
  line-height: 40px;
  position: relative;
}


.btn-card {
  background-color: #007175;
  color: #fff;
  bottom: auto;
  position: relative;
  z-index: 300;

}
.btn-card :hover {
  background-color: #007175;
}

.card-intro {
  box-shadow: 0 20px 40px -14px rgba(0,0,0,0.25);
 min-height: 100%;

}
.card-activités {
 border-radius: 12px;
 min-height: 100%;
 box-shadow: 0 20px 40px -14px rgba(0,0,0,0.75);
 overflow: hidden;
 padding: 1px;
}



.card-body-event {
  content: "";
  
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(50%);
}

.card-title-event {
  background-color: rgba(255, 255, 255, 0.5);
}
.card-text-event {
  background-color: rgba(255, 255, 255, 0.5);
}

.card-evenements {
 border-radius: 12px;
 max-width : 100%;
 height : auto;
 box-shadow: 0 20px 40px -14px rgba(0,0,0,0.25);

}

.details {
 
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  display: inline;
}
.btn-header {

  background: rgb(0 113 117);
  display: inline-block;
  padding: 8px 35px 10px 35px !important;
  border: 5px solid white;
  border-radius: 50px;
  color: rgb(255 255 255);
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.btn-header:hover {

  background-color: red;
  color : #007175;
}
/*** Topbar Start ***/
.sticky-top {
  transition: 5s;
  background: #007175;
}

.topbar a {
  color: red;
}
.topbar a {
  color: yellow;
}

.topbar .top-info {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

.topbar .top-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

@media (max-width: 1400px) {
  .sticky-top .top-link {
      display: none;
  }
  
}

.topbar .top-link a {
  font-size: medium;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

.topbar .top-link a small:hover {
  color: var(--bs-secondary) !important;
  transition: 0.5s;
}

.topbar .top-link a small:hover i {
  color: var(--bs-primary) !important;
}

#note {
  position: relative;
  animation: noteAnimate 60s infinite;
  animation-timing-function: cubic-bezier(0.45, 0.48, 0.6, 0.59);
  display: flex;
  align-items: center;
  border-right: 1px solid rgb(255 255 255);
    padding-right: 10px;
}

@keyframes noteAnimate {
  from {left: 1700px;}
  to {left: -2045px;}
}

/*** Topbar End ***/

.banner {

  position: relative;
    animation-timing-function: cubic-bezier(0.45, 0.48, 0.6, 0.59);
  width: 100%;
    align-items: center;
    border-right: 1px solid rgb(255 255 255);
    padding-right: 10px;
}

.carousel {
  width: 100%;
  max-width: 2000px; /* Réglez la largeur maximale selon vos besoins */
 /* margin: auto;*/
 animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}
.carousel-text {
  text-align: center;
  padding: 10px;
  color : #fff;
  background-color: #007175; /* Nouvelle couleur de fond */
  
}





/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #007175;
  border-top-color: #d2f9eb;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #007175;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2be4a2;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 130px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(0, 113, 117, 0.9);
}

#header.header-transparent {
  background: transparen
}

#header.header-scrolled {
  background: rgba(0, 113, 117, 0.9);
  height: 120px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 105px;
  padding-top: 5px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 30px;
  background-color: #007175;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 25px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #007175;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #007175;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  #header .logo img {
  
    max-height: 100px;
   
  }
  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  


  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 113, 117, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li>a:before {
  left: 20px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #007175;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3f43fd;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul,
.navbar-mobile .dropdown .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li,
.navbar-mobile .dropdown .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a,
.navbar-mobile .dropdown .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i,
.navbar-mobile .dropdown .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile .dropdown .dropdown ul a:hover,
.navbar-mobile .dropdown .dropdown ul .active:hover,
.navbar-mobile .dropdown .dropdown ul li:hover>a {
  color: #1acc8d;
}

.navbar-mobile .dropdown>.dropdown-active,
.navbar-mobile .dropdown .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1; /* Pour envoyer la vidéo derrière le contenu */
  background-size: contain;
}

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw; /* Prendre 100% de la largeur de la fenêtre */
  height: 100vh; /* Prendre 100% de la hauteur de la fenêtre */
  min-width: 100%; /* S'assurer que ça remplit la largeur */
  min-height: 100%; /* S'assurer que ça remplit la hauteur */
  transform: translate(-50%, -50%); /* Centrer la vidéo */
  pointer-events: none; /* Empêche toute interaction avec la vidéo */
}



/* Contenu au-dessus de la vidéo */
.content {

  z-index: 1; /* Pour placer le contenu au-dessus de la vidéo */

}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
    
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}


#hero {
  width: 100%;
 background: url("../img/Ascenseur\ funiculaire\ de\ Strépy-Thieu\ ©C.Carpentier.jp");
  position: relative;
  padding: 120px 0 0 0;
}

#hero:before {
  content: "";
 /* background: //(0, 113, 117, 0.7);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.8);
}

#hero h1 span {
  color: #fff;
  border-bottom: 4px solid #007175;
  text-shadow: 1px 1px 2px #000;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  font-size: 24px;
  text-shadow: 1px 1px 2px #000;
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #007175;
}

#hero .btn-get-started:hover {
  background: #064547;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
    padding-top: 400px;
  }
}
@media (min-width: 992px) {
  #hero {
    background-attachment: fixed;
    padding-top: 450px;
    align-items: center;
  }
}

@media (max-width: 991px) {
  #hero {
    padding-top: 100px;
     background: url("../img/Ascenseur-funiculaire-de-Strépy-Thieu-mobile©C.jpg");
  }


  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    max-width: 50%;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.hero-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;

}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

#actualites {
  


}

#actualitesCarousel .carousel-item {
  text-align: center;

  
}
#actualitesCarousel .carousel-inner  {
  height: 300px;
  border-radius: 12px;

}

#actualitesCarousel .carousel-item h5 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#actualitesCarousel .carousel-item p {
  font-size: 1rem;
  color: #6c757d;
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f5ff;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #767676;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #007175;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #007175;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafaff;
  min-height: 40px;
  margin-top: 130px;
}


@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 135px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 40px 0 0 0;
  background: white;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #007175;
  margin-bottom: 15px;
}
.about h5 {
  font-size: 1.20rem;
 
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #007175;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #1acc8d;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #007175;
  border-color: #007175;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #1acc8d;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/Ascenseur funiculaire de Strépy-Thieu ©C.Carpentier.jpg") center center no-repeat;
  background-size: contain;
  min-height: 300px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#007175 50%, rgba(63, 67, 253, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(63, 67, 253, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #3f43fd;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding: 80px 0;
  background: url("../img/442530_CanalDuCentreHistorique-AscenseurHydrauliqueNo3_\(c\)WBT-BrunoDAlimonte.jpg") no-repeat rgba(76, 175, 80, 0.3);

  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
    color: #fff;
 

}

.features::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 113, 117, 0.8);
  z-index: 490;
}


.features .container {
  z-index: 500;
  position: relative;
}

.features .btn-card {
  background-color: #007175;
  color: #fff;
  bottom: auto;
  position: relative;
  z-index: 999;
  top: 1px;
  width: 101%;
  right: 1px;
}
.features .btn-card:hover {
  background-color: #fff;
  color: #007175;
}

@media (min-width: 1024px) {
  .features {
    background-attachment: fixed;
  }
}





.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f5f5ff;
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #007175;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #01036f;
}

.features .icon-box:hover {
  background: #ebebff;
}

.features p {


position: relative;
z-index: 999;
}
.features h3 {

  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.features h2 {

color : #fff;
position: relative;
z-index: 999;
}

.features .section-title h2::after {

  background: #fff;

}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f5f5ff;
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #1acc8d;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 48px;
  height: 48px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #010483;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content+.content {
  margin-top: 100px;
}

.details .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #007175;
}

.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  padding-bottom: 10px;
}

.details .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #1acc8d;
}

.details .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.custom-gallery img {
  margin: 10px;
  max-width: 150px;
  display: inline-block;
}

.custom-gallery {
  text-align: center;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/Domaine-de-Claire-Fontaine-©N.Matloka.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
    color: #fff;
    z-index: -1;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 113, 117, 0.8);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;

}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: itlic;
  margin: 0 auto 15px auto;
  color: #eee;
  font-size: 1.3em;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1acc8d;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -80px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #007175;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #007175;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #007175;
}

.team .member .social {
  margin-top: 10px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #007175;
}

.team .member .social a:hover {
  color: #1acc8d;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #007175;
}

.pricing h4 {
  font-size: 36px;
  color: #007175;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #1acc8d;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #007175;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background:#064547;
}

.pricing .featured h3 {
  color: #fff;
  background: #007175;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #1acc8d;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #007175;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #007175;
}

.faq .faq-list a.collapsed:hover {
  color: #064547;;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/



.contact  {
background: #fff;
}
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #007175;
  float: left;
  width: 44px;
  height: 44px;
  background: #f0f0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #007175;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #007175;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #1acc8d;
  color: #fff;
}

.contact .php-email-form {
  width: 50%;
  /* background: #fff; */
  background: #007175;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  margin: auto;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #007175;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #34e5a6;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #007175;;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #007175;
  color: #fff;
  border-top: 4px solid #007175;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #007175;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #61ebba;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #022223;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px 6px 15px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #007175;
  border: 1px solid white;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #064547;
}

#footer .copyright {
  border-top: 1px solid #fff;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-default);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(34, 34, 34, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #555555;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(34, 34, 34, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-default);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(34, 34, 34, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 65px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-default);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 5px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 50px;
  width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  background: var(--color-primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(0, 131, 116, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-primary);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(34, 34, 34, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 50px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
  margin-right: 10px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 14px;
 
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #007175;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #555555;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 14px;
}

.flash {
  color: #343a40 !important; 
}
.bg-important {

  border: 5px #dc3545 solid;  /* Rouge */
  background-color: #f8f9fa; 
}
.bg-important h5{
  
  color: #dc3545;
}

.bg-avertissement{
  border: 5px #ffc107 solid;   /* Jaune */
  background-color: #f8f9fa; 
}

.bg-avertissement h5 {
  color: #ffc107;
}
.bg-information {

  border: 5px #17a2b8 solid;  /* Bleu */
  background-color: #f8f9fa; 
}
.bg-information h5 {

  color: #17a2b8;
}

.bg-ouverture {
  border: 5px #28a745 solid;  /* Vert */
  background-color: #f8f9fa; 
}
.bg-ouverture h5 {
  color: #28a745;
}

.bg-event {
  border: 5px #f5bd05 solid;  /* event Halloween */
  background-color: #f1f505; 
}
.bg-event h5 {
  color: #000000;
}
.bg-event p {
  color: #000000 !important;
}

.btn .btn-halloween {
  background-color: #f1f505;
}

.btn-halloween {
  background-color: #f5bd05;
  color : #000;
}

.img-flash {
width: 15%;
height :15%;
}
/* Classes par défaut */
.bg-light {
  background-color: #f8f9fa; /* Couleur par défaut */
}

.language-buttons {
 height: 600px;
}

.language-buttons a img {
  width: 40px;
  height: auto;
  margin: 0 10px;
  cursor: pointer;
}

.satisfaction-container {
  margin-top: 20px;
}

.language-buttons a img {
  width: 40px;
  height: auto;
  margin: 0 10px;
  cursor: pointer;
}

.step-selector select {
  padding: 5px;
  margin-top: 20px;
}

.guidance-container h2 {
  margin-bottom: 10px;
}

.guidance-container {
  margin-top: 20px;
}
.guidance-step {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.step-image {
  flex: 1;
  margin-right: 20px;
  max-width: 50%;
}

.step-image img {
  max-width: 100%;
  height: auto;
}

.step-content {
  flex: 2;
}

.step-content h2 {
  margin-bottom: 10px;
}

.guidance-container .btn-guidance {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #007175;
}
.audio-player {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#audio-controls {
  margin-top: 10px;
}

#audio-controls button {
  background-color: #0073e6;
  color: white;
  border: none;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
}

#audio-controls button:hover {
  background-color: #005bb5;
}

$iphone-color: white;
$primary-color: $alizarin;

body {
	color: white;
	display: flex;
	align-items: center;
  justify-content: center;
	height: 100vh;
	width: 100vw;
	background: lighten($alizarin, 15%);
	font-family: $font;
	@include transition(background 0.25s ease);
}

.svg {
	path {
		fill: white;
	}
}

h3 {
	cursor: default;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

p {
	cursor: default;
	
	&.info-text {
		color: darken(white, 30%);
		font-size: 10px;
	}
}

.fa.add {
	position: relative;
	
	&::after {
		background: #444444;
		border-radius: 100px;
		content: '\f055';
		font-size: 10px;
		left: 2px;
		position: absolute;
		top: -1px;
		width: 10px;
		height: 11px;
	}
}

div#iphone {
	background: $iphone-color;
	border: 4px solid darken($iphone-color, 7.5%);
	border-radius: 30px;
	max-width: 257px;
	padding: 10px;
	@include box-shadow(0px 10px 25px rgba(51, 51, 51, 0.3));
	
	div#camera {
		cursor: default;
		margin: 5px auto 20px;
		width: 100%;
		text-align: center;
		@include user-select(none);
		
		span {
			background: darken($iphone-color, 7.5%);
			display: inline-block;
			
			&:nth-child(1) {
				$camera-size: 7px;
				border-radius: $camera-size;
				height: $camera-size;
				margin-right: 7px;
				position: relative;
				top: 1px;
				width: $camera-size;
			}
			&:nth-child(2) {
				border-radius: 5px;
				height: 5px;
				width: 35px;
			}
		}
	}
	
	div#screen {
		background: darken($iphone-color, 60%);
		border: 2px solid darken($iphone-color, 5%);
		border-radius: 4px;
		height: 400px;
		overflow: hidden;
		position: relative;
		width: 225px;
		z-index: 1;
		
		&::after {
			background: darken($iphone-color, 50%);
			content: '';
			display: block;
			height: 130%;
			left: 60%;
			opacity: 0.15;
			position: absolute;
			pointer-events: none;
			top: -25%;
			width: 100%;
			@include transform(rotate(-20deg));
		}
	}
	
	div#home-btn {
		$button-size: 35px;
		border: 3px solid darken($iphone-color, 7.5%);
		border-radius: $button-size;
		cursor: pointer;
		height: $button-size;
		margin: 10px auto 5px;
		width: $button-size;
	}
}

div#content-wrap {
	background: #333;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 5;
	@include transition(transform 0.25s ease);
	
	&.minimized {
		@include transform(scale(0));
	}
	
	&.inactive {
		@include transform(scale(0.85) translate(0, 60%));
		
		div#overlay {
			display: block;
		}
	}
}

div#overlay {
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

div#content {
	padding: 15px;
	position: relative;
	z-index: 2;
}

div#background {
	background-size: cover;
	background-position: center;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	@include filter(blur, 10px);
	@include transition(background-image 0.25s ease);
	
	&::before {
		background: #333;
		content: '';
		display: block;
		height: 100%;
		opacity: 0.5;
		position: absolute;
		width: 100%;
	}
	
	&::after {
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		width: 100%;
		@include linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(50, 50, 50, 1) 100%);
	}
}

div#header {
	color: white;
	@extend .clearfix;
	
	span {
		cursor: pointer;
		font-size: 20px;
		
		.svg {
			height: 16px;
			width: 16px;
		}
		
		&#menu-btn {
			float: left;
		}
		&#options-btn {
			float: right;
		}
	}
}

div.jcarousel {
	left: -15px;
	width: calc(100% + 30px);
	position: relative;
	overflow: hidden;
	
	ul#songs {
		width: 20000em;
		position: relative;
		
		li.song {
			float: left;
			margin: 10px 15px;
			text-align: center;
			width: calc(225px - 30px);

			img {
				width: 92.5%;
				@include box-shadow(0px 5px 25px rgba(50, 50, 50, 0.5));
			}

			p {
				color: white;
				text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);

				&.song-title {
					font-size: 16px;
					font-weight: 600;
					margin: 10px 0 5px;
				}
				&.song-artist {
					color: darken(white, 30%);
					font-size: 12px;
					margin: 0;
				}
			}
		}
	}
}

div#controls {
	color: white;
	display: table;
	margin: 10px auto 25px;
	text-align: center;
	width: 75%;
	
	span {
		display: table-cell;
		font-size: 20px;
		vertical-align: middle;
		
		&#play-btn {
			font-size: 34px;
		}
		
		i {
			cursor: pointer;
		}
	}
}

div#sub-controls {
	color: darken(white, 40%);
	cursor: default;
	font-size: 14px;
	margin: 15px 0 0;
	text-align: center;
	@include user-select(none);
	
	.svg {
		height: 14px;
		position: relative;
		top: 2px;
		width: 14px;
		
		path {
			fill: darken(white, 40%);
		}
	}
	
	i, .svg {
		cursor: pointer;
		margin: 0 15px;
		
		&.active {
			color: $primary-color;
		}
	}
}

div#timeline {
	position: relative;
	margin: 0 auto;
	width: 92.5%;
	
	span {
		color: darken(white, 30%);
		font-size: 7px;
		position: absolute;
		top: -10px;
		
		&#current-time {
			left: 0;
		}
		&#total-time {
			right: 0;
		}
	}
	
	div.slider {
		background-color: darken(white, 50%);
		border-radius: 2px;
		cursor: pointer;
		height: 2px;
		position: relative;
		width: 100%;
		
		div.progress {
			background-color: $primary-color;
			height: 100%;
			pointer-events: none;
			position: absolute;
			width: 0;
			
			div.pin {
				background-color: white;
				border-radius: 8px;
				height: 8px;
				position: absolute;
				pointer-events: all;
				right: -5px;
				top: -3px;
				width: 8px;
				@include box-shadow(0px 1px 1px 0px rgba(0,0,0,0.32));
				@include transition(transform 0.25s ease);
				
				&:active {
					@include transform(scale(1.5));
				}
			}
		}
	}
}

div#sidemenu {
	background: #444;
	box-sizing: border-box;
	height: 100%;
	left: 0;
  padding: 20px 10px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	
	&.active {
		ul {
			@include transform(scale(1));
		}
	}
	
	ul {
		color: white;
		font-size: 18px;
		@include transition(transform 0.25s ease);
		@include transform(scale(0.8));
		
		li {
			cursor: pointer;
			font-weight: 300;
			padding: 8px 5px;
			
			&:nth-child(1) {
				margin-top: -8px;
			}
			
			&:hover {
				background: lighten(#444, 5%);
				border-radius: 5px;
				
				.svg, i {
					opacity: 1;
				}
			}
		
			.svg {
				display: inline-block;
				height: 16px;
				padding: 0 0.2em;
				position: relative;
				top: 2px;
				width: 16px;
			}
			
			.svg, i {
				margin-right: 5px;
				opacity: 0.75;
				@include transition(opacity 0.25s ease);
			}
		}
	}
}

div#song-options {
	div#song-info {
		margin: 0 0 20px;
		position: relative;
		@extend .clearfix;
		
		img {
			float: left;
			width: 50px;
			@include box-shadow(0 2px 5px rgba(50, 50, 50, 0.2));
		}
		
		div.artist-wrap {
			box-sizing: border-box;
			float: right;
			padding: 0 0 0 8px;
			width: calc(100% - 50px);
			
			p {
				bottom: 4px;
				font-size: 16px;
				position: absolute;
				
				span {
					display: block;
					
					&.artist {
						font-size: 12px;
						font-weight: 300;
						margin: 4px 0 0;
					}
				}
			}
		}
	}
	
	ul {
		font-size: 16px;
	}
}

div#bluetooth-devices {
	ul {
		margin: 5px 0 15px;
		
		li {
			&.connected {
				border: 1px solid rgba(255, 255, 255, 0.2);
				font-size: 14px;
				
				span {
					display: block;
				}
				
				i {
					color: $primary-color;
				}
				
				.svg path {
					fill: $primary-color !important;
				}
				
				.svg, i {
					opacity: 1;
					position: relative;
					top: -5px;
				}
			}
			
			p {
				display: inline-block;
				
				span {
					display: none;
					font-size: 10px;
					margin: 2px 0 0;
					opacity: 0.75;
				}
			}
		}
	}
}

div.menu {
	background: #444;
	box-sizing: border-box;
	display: block;
	height: 100%;
	padding: 0 20px;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 10;
	@include transition(top 0.25s ease);
	
	&.active {
		top: 0;
	}
	
	span.close-btn {
		color: darken(white, 30%);
		cursor: pointer;
		display: block;
		font-size: 14px;
		margin: 5px auto 15px;
		padding: 0 8px 4px;
		text-align: center;
		width: 50px;
		@include transition(color 0.25s ease);
		
		&:hover {
			color: darken(white, 10%);
		}
		
		span {
			font-size: 1.6em;
			position: relative;
			top: 3px;
		}
	}
	
	li {
		border-radius: 5px;
		cursor: pointer;
		font-weight: 300;
		margin-bottom: 4px;
		padding: 8px 5px;

		&:nth-child(1) {
			margin-top: -8px;
		}

		&:hover {
			background: lighten(#444, 5%);

			.svg, i {
				opacity: 1;
			}
		}
		
		.svg {
				display: inline-block;
				height: 14px;
				padding: 0 0.2em;
				position: relative;
				top: 2px;
				width: 14px;
			}

		.svg, i {
			margin-right: 5px;
			opacity: 0.75;
			@include transition(opacity 0.25s ease);
		}
		
		i {
			position: relative;
			top: 1px;
		}
	}
}

div#home-screen {
	@include linear-gradient(to bottom, lighten($wet-asphalt, 15%), lighten($wet-asphalt, 5%));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	visibility: hidden;
	z-index: 2;
	@extend .flex-center;
	
	&.active {
		visibility: visible;
	}
	
	div.home-content {
		margin: 15px;
		padding-bottom: 80px;
		text-align: center;
		
		h2 {
			font-size: 22px;
			font-weight: 600;
		}
		
		p {
			font-size: 13px;
			line-height: 1.5;
			margin: 5px 0;
			
			&#made-by {
				
				a {
					color: white;
				}
			}
			
			&#icons-by {
				color: lighten($wet-asphalt, 30%);
				bottom: 15px;
				font-size: 11px;
				left: 0;
				position: absolute;
				text-align: center;
				width: 100%;
			}
			
			a {
				color: lighten($wet-asphalt, 40%);
				border-bottom: 1px solid lighten($wet-asphalt, 30%);
				text-decoration: none;
				padding: 0 1px;
				@include transition(border-color 0.25s ease, color 0.25s ease);
				
				&:hover {
					color: lighten($wet-asphalt, 50%);
					border-color: lighten($wet-asphalt, 50%);
				}
			}
		}
		
		div.app-icon {
			cursor: pointer;
			border-radius: 10px;
			height: 40px;
			margin: 30px auto 0;
			position: relative;
			width: 40px;
			@extend .flex-center;
			@include linear-gradient(to bottom, $primary-color, darken($primary-color, 10%));
			
			&:hover {
				@include linear-gradient(to bottom, darken($primary-color, 5%), darken($primary-color, 15%));
			}
			
			&::after {
				content: 'Music Player';
				font-size: 10px;
				position: absolute;
				top: 45px;
				white-space: nowrap;
			}
			
			.svg {
				height: 60%;
				width: 60%;
			}
		}
	}
}

.language-buttons-satisfaction {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.language-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: transform 0.2s ease;
}

.language-button img {
  width: 50px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.language-button:hover {
  transform: scale(1.1);
}

.language-button img:hover {
  transform: scale(1.2);
}

.departure-buttons {
  display: flex;
  height: 400px;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.departure-button {
  position: relative;
  width: 600px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, opacity 0.2s ease;
  overflow: hidden;
}

.departure-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Filtre d'opacité */
  z-index: 1;
}

.departure-button span {
  position: relative;
  z-index: 2;
}

.departure-button:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .departure-button {
      width: 90%; /* Largeur ajustée pour mobile */
      height: 200px; /* Hauteur fixe pour un meilleur affichage */
  }
}
.btn-buy {
background: #007175;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 50px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

/* Personnalisation des boutons de l'accordéon */
.accordion-button {
  background-color: #007982; /* Couleur du site */
  color: #fff; /* Texte blanc */
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/* Effet au survol */
.accordion-button:hover,
.accordion-button:focus {
  background-color: #005f60; /* Couleur un peu plus foncée au survol */
  color: #fff;
}

/* Bouton quand il est déplié */
.accordion-button:not(.collapsed) {
  background-color: #005f60;
  color: #fff;
}

/* Personnalisation des éléments de l'accordéon */
.accordion-item {
  margin-bottom: 10px;
}

/* Personnalisation du texte du contenu */
.accordion-body {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333; /* Texte sombre pour une meilleure lisibilité */
  padding: 20px;
  background-color: #f8f9fa; /* Fond gris clair */
  border-radius: 5px;
}

/* Style du lecteur audio */
audio {
  width: 100%; /* Pleine largeur */
  margin-top: 10px;
  border-radius: 8px;
}

/* Personnalisation des contrôles pour un style plus moderne */
audio::-webkit-media-controls-panel {
  background-color: #007982;
  border-radius: 8px;
}

/* Couleur des boutons */
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-pause-button {
  filter: invert(1); /* Change la couleur en blanc */
}

/* Pour mobile, ajuster les éléments */
@media (max-width: 768px) {
  .accordion-button {
      font-size: 1rem; /* Taille du texte plus petite sur mobile */
  }

  .accordion-body {
      font-size: 1rem;
  }
}

/* Conteneur de l'image fixe */
.plan-container {
  text-align: center;
  margin: 20px 0;
}

/* Image du plan */
.plan-image {
  max-width: 100%; /* S'adapte à la largeur de l'écran */
  height: auto;
  border-radius: 8px; /* Coins arrondis */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombre pour effet moderne */
}

/* Ajustement sur mobile */
@media (max-width: 768px) {
  .plan-container {
      padding: 10px;
  }
  
  .plan-image {
      max-width: 90%; /* Réduit un peu la taille sur mobile */
  }
}

.language-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px; /* Espacement entre les boutons */
}

.language-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px;
  width: 200px;
  border: 2px solid #007982;
  border-radius: 10px;
  background: #f8f9fa;
  transition: background 0.3s ease;
}

.language-button img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.language-button h2 {
  margin: 0;
  font-size: 18px;
  color: #007982;
}

.language-button:hover {
  background: #007982;
  color: white;
}

.language-button:hover h2 {
  color: white;
}

/* Style général du contenu du modal */
#exampleModal11 .modal-content {
  font-family: 'Roboto', sans-serif;
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Header avec fond principal vert canard */
#exampleModal11 .modal-header {
  background-color: #007982;
  color: white;
  border-bottom: none;
}

/* Titre dans le header */
#exampleModal11 .modal-title {
  color: white;
  font-weight: 600;
}

/* Bouton de fermeture en blanc */
#exampleModal11 .btn-close {
  filter: invert(1); /* Rends le bouton blanc */
}

/* Pied du modal */
#exampleModal11 .modal-footer {
  border-top: none;
}

/* Bouton "Fermer" stylisé */
#exampleModal11 .btn.btn-secondary {
  color: #007982;
  border: 1px solid #007982;
  background-color: transparent;
  transition: all 0.3s ease;
}

#exampleModal11 .btn.btn-secondary:hover {
  background-color: #007982;
  color: white;
}

/* Corps du texte */
#exampleModal11 .modal-body p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
}

/* Image responsive avec marges */
#exampleModal11 .modal-body img {
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

/* Icônes */
#exampleModal11 .bi {
  color: #007982;
  margin-right: 5px;
}

/* Largeur personnalisée du modal */
@media (min-width: 992px) {
  #exampleModal11 .modal-dialog.modal-custom-width {
    max-width: 800px; /* tu peux ajuster jusqu’à 900px si nécessaire */
  }
}

/* Assure une bonne lisibilité sur mobile */
#exampleModal11 .modal-body {
  padding: 1.5rem;
}

#exampleModal11 .modal-body p {
  font-size: 1rem;
  line-height: 1.6;
}

#exampleModal11 .modal-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
}

/* Réduction des marges du footer pour éviter le débordement sur mobile */
#exampleModal11 .modal-footer {
  padding: 1rem 1.5rem;
}

.last-minute-banner {
  background: #fff5f5;
  border-left: 5px solid #ff3b30;
  padding: 12px 15px;
  margin: 15px 0;
  font-size: 1rem;
  color: #333;
  border-radius: 8px;
  position: relative;
  animation: slidein 0.5s ease-out;
}

.last-minute-banner .icon {
  color: #ff3b30;
  font-size: 1.2rem;
  margin-right: 8px;
  vertical-align: middle;
}

@keyframes slidein {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.wpcf7-form-control.wpcf7-checkbox .form-check-input {
  display: block;
  margin-bottom: 0.5rem; /* un peu d’espace entre chaque option */
}

/* == CONTRATS == */
.contrats-filtres {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.contrats-filtres input,
.contrats-filtres select {
  padding: 0.75rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  flex: 1;
  min-width: 200px;
}

.carte-contrat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 1rem;
  margin-bottom: 1rem;
  transition: transform 0.2s;
}

.carte-contrat:hover {
  transform: scale(1.01);
}

.carte-contenu {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.carte-icone {
  font-size: 2rem;
  color: #d32f2f;
}

.carte-texte {
  font-size: 1rem;
  color: #333;
}

.btn-voir {
  background:  rgb(0 113 117)!important;
  color: #fff;
  text-decoration: none;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-voir:hover {
  background: #0d47a1;
}

@media (max-width: 768px) {
  .carte-contrat {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-voir {
    margin-top: 0.5rem;
    width: 100%;
    text-align: center;
  }
}
.modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal.active {
  display: flex;
}
.modal-content {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  width: 90%;
  max-width: 960px;
  height: 90%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.modal-content iframe {
  flex: 1;
  border: none;
}
.modal-close {
  text-align: right;
  margin-bottom: 10px;
}
.modal-close button {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.contrat-aujourdhui {
  border: 2px solid #28a745;
  background-color: #e9fbe9;
}
.groupe-mois-header:hover {
  background-color: #ddd;
}

.groupe-mois-header::after {
  content: " ▼";
  float: right;
  transition: transform 0.3s;
}

.groupe-mois-contenu[style*="display: block"] + .groupe-mois-header::after {
  content: " ▲";
  transform: rotate(180deg);
}
.groupe-mois-header:hover {
  background-color: #ddd;
}

.groupe-mois-header::after {
  content: " ▼";
  float: right;
  transition: transform 0.3s;
}

.groupe-mois-contenu[style*="display: block"] + .groupe-mois-header::after {
  content: " ▲";
  transform: rotate(180deg);
}
 .groupe {
    margin-top: 1em;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fafafa;
    font-family: Arial, sans-serif;
    color: #333;
  }
  .groupe-header {
    cursor: pointer;
    padding: 0.6em 1em;
    background-color: #0073aa; /* couleur bleu (WordPress style) */
    color: white;
    user-select: none;
    font-weight: 600;
    font-size: 1.1em;
    border-radius: 6px 6px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .groupe-header:hover {
    background-color: #005177;
  }
  /* Icône + / - */
  .groupe-header::after {
    content: "+";
    font-weight: bold;
    font-size: 1.2em;
    transition: transform 0.3s ease;
  }
  .groupe.open > .groupe-header::after {
    content: "−";
  }

  /* Contenu collapse smooth */
  .groupe-contenu {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    padding: 0 1em;
    background: white;
    border-top: 1px solid #ccc;
  }
  .groupe.open > .groupe-contenu {
    max-height: 2000px; /* assez grand pour le contenu, ajuster si besoin */
    padding: 1em;
  }

  /* Style cartes */
  .carte-contrat {
    display: flex;
    align-items: center;
    padding: 0.6em;
    margin-bottom: 0.5em;
    background: #e8f0fe;
    border-radius: 4px;
    border: 1px solid #b3c4ef;
    font-size: 0.9em;
  }
  .carte-contrat.contrat-aujourdhui {
    background: #d1e7dd; /* vert clair pour jour présent */
    border-color: #0f5132;
    font-weight: 700;
  }

  /* Responsive */
  @media (max-width: 600px) {
    .groupe-header {
      font-size: 1em;
    }
    .carte-contrat {
      font-size: 0.85em;
    }
  }
.groupe-mois-header {
  cursor: pointer;
  padding: 1em !important;
  background-color: rgb(0 113 117)!important; 
  border: 1px solid rgb(204, 204, 204);
  margin-top: 1em;
  user-select: none;
  color: white !important;
  border-radius: 12px !important;

}
.groupe-mois {
padding : 16px !important;

}

.veh-contrats-container {
    margin-top: 20px;
}

.veh-filtres {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: flex-end;
}

.filtre-group {
    display: flex;
    flex-direction: column;
}

.carte-contrat {
    padding: 15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #007175;
    transition: all 0.3s ease;
}

.carte-contrat:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.pdf-btn {
    color:  #007175;
    text-decoration: none;
    font-weight: 500;
}


.contrat-date {
    display: block;
    color: #666;
    font-size: 0.9em;
    margin-top: 5px;
}

#veh-reset-filters {
    background: #f0f0f0;
    border: 1px solid #ddd;
    padding: 5px 10px;
    cursor: pointer;
}
.contrat-card {
    position: relative;
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 5px;
    background:  #007175;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.contrat-card h3 {
  color : white;
}
.contrat-card p {
  color : white;
}
.contrat-card a {
  color : white;
}
.contrat-card a:hover {
  color : yellow;
}

.contrat-card.today {
    border-left: 4px solid  #007175;
    background-color: #064547;
}

.badge-today {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff0000;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 0.8em;
    font-weight: bold;
}

.contrats-filters button {
    padding: 8px 12px;
    background: #007175;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.contrats-filters button:hover {
    background: #e0e0e0;
}

.contrats-filters button.active {
    background: #2271b1;
    color: white;
    border-color: #1a5a8a;
}
.contrats-filters select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    margin-right: 10px;
}

.contrats-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
}

@media (max-width: 768px) {
    .contrats-filters select, 
    .contrats-filters input {
        width: 100%;
    }
}
/* Conteneur principal */
.veh-contrats-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

/* Filtres */
.contrats-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
    align-items: flex-end;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 8px;
}

.filtre-group {
    flex: 1;
    min-width: 150px;
}

.filtre-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #007175;
}

.contrats-filters input,
.contrats-filters select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.btn-filter {
    padding: 8px 16px;
    background: #007175;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
}

.btn-filter:hover {
    background: #005a5e;
}

.btn-filter.active {
    background: #003d40;
}

/* Liste des contrats */
.contrats-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Style carte */
.contrat-card {
    position: relative;
    flex: 1 1 calc(25% - 20px);
    min-width: 250px;
    padding: 20px;
    background: #007175;
    border-radius: 8px;
    color: white;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

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

.contrat-card.today {
    background: #064547;
    border-left: 5px solid #ffcc00;
}

.badge-today {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff0000;
    color: white;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

.contrat-card h2 {
    margin: 0 0 10px;
    font-size: 18px;
}

.contrat-card .date-only,
.contrat-card .heure-only {
    margin: 5px 0;
    font-size: 14px;
}

.pdf-preview {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pdf-thumbnail {
    width: 20%;
  
    cursor: pointer;
}

.pdf-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.pdf-link:hover {
    color: #ffcc00;
    text-decoration: underline;
}

/* Modal PDF */
.pdf-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
}

.pdf-modal-content {
    position: relative;
    width: 90%;
    height: 90%;
    max-width: 1000px;
    margin: 2% auto;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.pdf-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
   
    }
    .fc-event.manual.type-5pl {
  background-color: #e0fce0 !important;
  border-left: 5px solid #4caf50;
}
.fc-event.manual.type-7pl {
  background-color: #fff3e0 !important;
  border-left: 5px solid #ff9800;
}
.fc-event.manual.type-9pl {
  background-color: #fde0e0 !important;
  border-left: 5px solid #e91e63;
}
.fc-event.manual.type-default {
  background-color: #f0f0f0 !important;
  border-left: 5px solid #888;
}
.fc-view-harness.fc-view-harness-active {
  min-height: 700px !important;
}
.sticky-info-banner {
    position: sticky;
    top: 130px; /* ajuste à la hauteur de ta navbar */
    z-index: 1100;
    padding: 0.75rem 1rem;
    font-size: 1.2rem;
}
.alert-danger.sticky-info-banner {
    background-color: #dc3545 !important;
    color: white;
}

.alert-warning.sticky-info-banner {
    background-color: #ffc107;
    color: #212529;
}

.alert-info.sticky-info-banner {
    background-color: #0d6efd;
    color: white;
}

.alert-success.sticky-info-banner {
    background-color: #198754;
    color: white;
}

.sticky-info-banner p {
    margin: 0.25rem 0 0 0;
}

.sticky-info-banner a.btn {
    text-decoration: none;
}

