body {
      color: #444444;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
 }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }
/*# Header--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #f7a30a;
}

#header .logo img {
  max-height: 80px;
}

/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #f7a30a;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #343a40;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}

/*--------------------------------------------------------------
# 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: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

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

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

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  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;
}

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

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

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

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

.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%;
  }

  .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, 0, 0, 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;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

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

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #151515;
  background-color: #f7a30a;
}

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

.navbar-mobile .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 {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .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 {
  background-color: #f7a30a;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Client Section

/*  Logos Section - Pure CSS */
/* Ajoutez ce CSS à votre fichier style.css */
.simple-logos-section {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #f7a30a;
  border-radius: 2px;
}

.section-title i {
  font-style: normal;
}
.logos-carousel-container {
  position: relative;
  max-width: 100%;
  margin: 30px 0;
  padding-bottom: 15px;
  padding: 0;
  margin-bottom: 30px !important;
}

.logo-item {
  width: 260px;
  height: 150px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 8px;
  padding: 15px;
  margin: 0 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.logo-item img {
  max-height: 120px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.logo-item:hover img {
  opacity: 1;
  transform: scale(1.1);
}

/* Points de navigation */
.slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #333;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  color: #f7a30a;
  opacity: 1;
}

/* Flèches de navigation */
.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
  background-color: #ffbb38;
}

.slick-prev:before, .slick-next:before {
  color: #f7a30a;
  font-size: 50px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .logo-item {
    flex: 0 0 calc(33.333% - 30px);
  }
}

@media (max-width: 768px) {
  .logo-item {
    flex: 0 0 calc(50% - 30px);
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .logo-item img {
    max-height: 60px;
  }
}

@media (max-width: 480px) {
  .logo-item {
    flex: 0 0 calc(50% - 20px);
    padding: 10px;
  }
  
  .logos-container {
    gap: 20px;
  }
}

/*--------------------------------------------------------------
# hero Section
--------------------------------------------------------------*/

    .hero {
      position: relative;
      overflow: hidden;
     
    }
    .hero__container {
  max-width: 100%; /* Au lieu de unset */
  padding: 0;
  margin: 0; /* Supprime les marges automatiques */
  width: 100%;
}
    .hero__media {
      position: relative;
    }
    .hero__media::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 1;
      background-color: var(--wp--preset--color--color-7);
      opacity: 0.3;
    }
    .hero__media__video,
    .hero__media__img {
      font-size: 0;
      position: relative;
    }
    .hero__media__img{
      width:100%
    }
    .hero__content {
      position: absolute;
      left: 50%;
      bottom: 3rem;
      transform: translateX(-50%);
      max-width: 84.375rem;
      width: 100%;
      padding: 0 0.9375rem;
      display: flex;
      align-items: flex-end;
      flex-direction: column;
      gap: 1.25rem;
      color: var(--wp--preset--color--light);
      z-index: 1;
    }
    .hero__media__video video,
    .hero__media__video img,
    .hero__media__img video,
    .hero__media__img img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
    img,
    svg {
      height: auto;
      max-width: 100%;
      vertical-align: middle;
    }
    .hero__title {
      width: 100%;
      margin-bottom: 0;
      font-size: 2.25rem;
      line-height: 1.0555555556;
      color: #ffffff;
    }

    .hero__info {
      width: 100%;
    }
    .hero__description p {
     color: #ffffff;
    }
    p:last-child {
      margin-bottom: 0;
    }

       
        @media (min-width: 768px) {
          .hero__content {
            flex-direction: row;
          }
        }
        @media (min-width: 992px) {
          .hero__content {
            bottom: 3.875rem;
          }
        }
        @media (min-width: 1200px) {
          .hero__content {
            bottom: 8rem;
          }
        }
        
        .hero__media::before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          z-index: 1;
          background-color: var(--wp--preset--color--color-7);
          opacity: 0.3;
        }
       
        .hero__media__video::after,
        .hero__media__img::after {
          content: "";
          display: block;
          padding-bottom: 141.0666666667%;
        }
        @media (min-width: 576px) {
          .hero__media__video::after,
          .hero__media__img::after {
            padding-bottom: 100%;
          }
        }
        @media (min-width: 768px) {
          .hero__media__video::after,
          .hero__media__img::after {
            padding-bottom: 51.3555555556%;
          }
        }
        @media (min-width: 1440px) {
          .hero__media__video::after,
          .hero__media__img::after {
            padding-bottom: 46.25rem;
          }
        }
        .hero__media__video video,
        .hero__media__video img,
        .hero__media__img video,
        .hero__media__img img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
        }
        .hero__title {
          width: 100%;
          margin-bottom: 0;
          font-size: 2.25rem;
          line-height: 1.0555555556;
        }
        @media (min-width: 992px) {
          .hero__title {
            font-size: 3.125rem;
            line-height: 1.08;
          }
        }
        @media (min-width: 1200px) {
          .hero__title {
            font-size: 4.5rem;
            line-height: 1.0555555556;
          }
        }
        .hero__title span {
          color: #f7a30a;
        }
        .hero__info {
          width: 100%;
        }
        .hero__description {
          font-size: 1.25rem;
          line-height: 1.45;
        }
        @media (min-width: 992px) {
          .hero__description {
            font-size: 1.375rem;
            line-height: 1.4545454545;
          }
        }
        
        .hero__link {
          margin-top: 1.5rem;
        }
        .hero__link .wp-block-button__link {
          font-size: 1rem;
          line-height: 1.375;
          padding: 0.875rem 1.375rem;
        }
/*--------------------------------------------------------------
# projects Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# projects Section
--------------------------------------------------------------*/
.projects{
    /*margin: 59px;*/
  }
	.projects div img{
		width: 450px;
		height: 350px;
		border: 3px solid #00000042;
		border-radius: 13px;
		box-shadow: 4px 7px 7px 0 #00000042;
		cursor: pointer;
		
		transition: 400ms;
	}
	.projects div img:hover{
		filter:grayscale(1);
		transform: scale(1.03);
	}
 .filter-container {
  display: flex;
  gap: 10px;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 8px;
  width: fit-content;
  /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
}

.filter-container label {
  font-weight: 600;
  color: #333;
  font-size: 1.3rem;
}

.filter-container select {
  padding: 6px 12px;
  border-radius: 5px;
  border: 1px solid #ff6900;
  background-color: transparent;
  font-size: 15px;
  transition: border-color 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.filter-container select:focus {
  border-color: #ff6900;
  outline: none;
}
.images-grid {
  display: flex;
  flex-wrap: wrap;

  justify-content: center;
  
}

.project-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.project-card h3 {
  font-size: 1.3rem;
  margin-top: 10px;
  margin-left: 15px;
}
.project-card {
  
  
  margin: 10px;
}

.image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.image-container img {
  width: 100%;
  display: block;
  border-radius: 8px;

}

/* Bloc infos dans l’image */
.info-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right:0;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7); /* Sombre transparent */
  color: white;
  opacity: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2px;
  cursor: pointer;
  text-align: left;
  transition: opacity 0.3s ease-in-out;
  border-radius: 8px;
}
.info-hover p{
  font-size: 16px;
}
/* Affiche infos au hover */
.image-container:hover .info-hover {
  opacity: 1;
}

@media (max-width: 446px){
  .info-hover{
    width: 90%;
  }
  .projects div img{
    width: 90%;
  }
  .filter-container label{
    font-size: 0.9rem;
  }
  .filter-container select{
    font-size: 12px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}



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


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

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