.navbar {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 1px 3px 4px 0 #adadad33;
 
}
.navbar-light .navbar-brand {
  color: #2196f3;
 
}
.navbar-light .navbar-nav .nav-link {
 font-size: 16px;
  color: #121F30;
  text-transform: uppercase;
   font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #A1CDCE;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link {
  padding-top: 22px;
  padding-bottom: 22px;
  transition: 0.3s;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  background: #A1CDCE;
  transition: 0.3s;
}
.dropdown-item
 {
  color: #A1CDCE ;font-size:15px;
  font-weight:500;
    text-transform: uppercase;
   font-family: "Roboto", sans-serif;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #A1CDCE ;
  text-decoration: none;
  background-color: #EFF7F7!important;
    text-transform: uppercase;
   font-family: "Roboto", sans-serif;
   
}
.sm-menu {
  border-radius: 0px;
  border: 0px;
  top: 97%;
  box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
  color: #3c3c3c;
  font-size: 14px;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2196f3;
}
.navbar-toggler {
  outline: none !important;
}
.navbar-tog {
  color: #A1CDCE;
}
.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}
.megamenu h6 {
  margin-left: 21px;
}
.megamenu i {
  width: 20px;
}
@media (max-width: 767px) {
    .header-carousel {
        display: none !important;
    }
}
/* Container for the image and text */
.image-container {
  position: relative;
  display: inline-block; /* Adjust as needed */
  width: 100%; /* Ensure the container takes the full width of the image */
}

/* Image styling */
.image-container img {
  display: block;
  width: 100%; /* Ensure the image is responsive */
  height: auto; /* Maintain aspect ratio */
}
/* Mobile Menu Styles */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #fff;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        margin-top: 10px;
        border-radius: 5px;
    }
    
    .navbar-nav {
        margin-left: 0 !important;
    }
    
    .nav-item {
        border-bottom: 1px solid #f0f0f0;
    }
    
    .nav-link {
        padding: 12px 0 !important;
    }
    
    .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        margin-top: 0;
        border: none;
        box-shadow: none;
    }
    
    .megamenu {
        position: static !important;
        width: 100% !important;
        padding: 0 !important;
    }
    
    .megamenu .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    .megamenu .col-sm-6, 
    .megamenu .col-lg-3 {
        padding: 0;
        margin-bottom: 15px;
    }
    
    .megamenu h6 {
        margin-left: 0;
        padding-top: 10px;
        border-top: 1px solid #eee;
    }
    
    .dropdown-item {
        padding: 8px 15px;
    }
    
    .favourite-area, 
    .favourite-area2 {
        width: auto !important;
        border: none !important;
        margin-right: 15px;
    }
    
    .favourite-area a, 
    .favourite-area2 a {
        width: auto !important;
        line-height: normal !important;
        padding: 10px 0 !important;
        display: inline-block !important;
    }
    
    .image-container {
        margin-top: 20px;
    }
}


/* Text overlay */
.text-overlay a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; /* Cover the full width of the image */
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  color: white; /* Text color */
  padding: 10px; /* Add some padding for better readability */
  box-sizing: border-box; /* Ensure padding is included in the width */
  text-align: center; /* Center the text horizontally */
}

/* Text styling */
.text-overlay p a{
  margin: 0; /* Remove default margin */
  font-size: 18px; /* Adjust font size as needed */
}

.video-container {
    position: relative;
    max-width: 100%; /* Adjust as needed */
    margin: 0 auto;
}

.video-thumbnail {
    width: 100%; /* Make the image responsive */
    cursor: pointer; /* Indicate it's clickable */
}

.video-player {
    display: none; /* Hide the video initially */
    width: 100%; /* Make the video responsive */
}

.thumbnail-wrapper {
    position: relative;
    display: inline-block;
}


.play-icon {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #A1CDCE; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.play-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #A1CDCE;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.play-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #A1CDCE;
  border-radius: 50%;
  transition: all 200ms;
}

.play-icon:hover:after {
  background-color: darken(#A1CDCE, 10%);
}

.play-icon img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.play-icon span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #A1CDCE;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

/* Ensure the container for each item uses flexbox */
.d-flex2 {
    display: flex;
    align-items: flex-start; /* Align items to the top */
    gap: 15px; /* Add space between image and text */
	border: 1px solid #F2F9F9;
	padding:10px;
	  border-radius: 8px;
}

/* Style for the images */
.about-img {
    width: 60px; /* Set a fixed width for the images */
    height: auto; /* Maintain aspect ratio */
    flex-shrink: 0; /* Prevent the image from shrinking */
    border-radius: 8px; /* Optional: Add rounded corners */
}

/* Ensure text content takes up the remaining space */
.d-flex2 div:last-child {
    flex-grow: 1; /* Allow text to fill remaining space */
}
.clients {
  padding: 25px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-slide img {
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 78px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 60px;
  }
}

/* Container for the image and text */
.image-container {
  position: relative;
  display: inline-block; /* Adjust as needed */
  width: 100%; /* Ensure the container takes the full width of the image */
}

/* Image styling */
.image-container img {
  display: block;
  width: 100%; /* Ensure the image is responsive */
  height: auto; /* Maintain aspect ratio */
}

/* Text overlay */
.text-overlay a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; /* Cover the full width of the image */
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  color: white; /* Text color */
  padding: 10px; /* Add some padding for better readability */
  box-sizing: border-box; /* Ensure padding is included in the width */
  text-align: center; /* Center the text horizontally */
}

/* Text styling */
.text-overlay p a{
  margin: 0; /* Remove default margin */
  font-size: 18px; /* Adjust font size as needed */
}

.video-container {
    position: relative;
    max-width: 100%; /* Adjust as needed */
    margin: 0 auto;
}

.video-thumbnail {
    width: 100%; /* Make the image responsive */
    cursor: pointer; /* Indicate it's clickable */
}

.video-player {
    display: none; /* Hide the video initially */
    width: 100%; /* Make the video responsive */
}

.thumbnail-wrapper {
    position: relative;
    display: inline-block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #A1CDCE;
    cursor: pointer;
	background-color:rgba(161,205,206,0.2);
	padding-left:15px;
	padding-right:9px;
	border-radius:50%;
}

/* Ensure the container for each item uses flexbox */
.d-flex2 {
    display: flex;
    align-items: flex-start; /* Align items to the top */
    gap: 15px; /* Add space between image and text */
	border: 1px solid #F2F9F9;
	padding:10px;
	  border-radius: 8px;
}

/* Style for the images */
.about-img {
    width: 60px; /* Set a fixed width for the images */
    height: auto; /* Maintain aspect ratio */
    flex-shrink: 0; /* Prevent the image from shrinking */
    border-radius: 8px; /* Optional: Add rounded corners */
}

/* Ensure text content takes up the remaining space */
.d-flex2 div:last-child {
    flex-grow: 1; /* Allow text to fill remaining space */
}
.clients {
  padding: 25px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-slide img {
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 78px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 60px;
  }
}
/* Barre de cookies */
.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; /* Cachée par défaut */
}

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.accept {
    background: #A1CDCE;
    color: white;
}

.refuse {
    background: transparent;
    color: white;
	border: 1px solid #A1CDCE;

}

.settings, .save {
   background: transparent;
    color: white;
	border: 1px solid white;
}

/* Panneau de paramètres */
.cookie-settings {
    display: none;
    margin-top: 15px;
    padding: 15px;
    background: #444;
    border-radius: 5px;
}
.cookie-settings h3 {
  color:#A1CDCE;
  font-size:19px;
}
.cookie-option {
    margin: 10px 0;
}

.cookie-option input {
    margin-right: 10px;
}

/* Responsive */
@media (max-width: 600px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    .cookie-buttons {
        justify-content: center;
    }
}
/* Notification personnalisée */
.cookie-notification {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #A1CDCE;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    display: none;
    animation: fadeInOut 3s ease-in-out;
}

@keyframes fadeInOut {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}
	/* Modal Styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Background overlay */
  padding-top: 30px; /* Position the modal */
}

.modal-content {
  background-color: white;
  margin: auto;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 500px;
  position: relative;
}
.mh3 {
 color:#A1CDCE!important;
  margin: auto;
  display:block;padding:20px;
  z-index:9999;
text-align:center!important;
  max-width: 500px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
}

form {
  display: flex;
  flex-direction: column;
}

form label {
  margin: 10px 0 5px;
}

form input, form textarea {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

form button {margin-top:10px;
  padding: 10px;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

form button:hover {
  background-color: #121F30;
  color:#ffff!important;
}
