/**
* Template Name: Reveal - v4.7.0
* Template URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #5EA353;
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #5EA353;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5EA353;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #5EA353;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 0;
  height: 40px;
}
#topbar .contact-info i {
  font-style: normal;
  color: #5EA353;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #444;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #5EA353;
}
#topbar .social-links a {
  color: #555;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}
#topbar .social-links a:hover {
  color: #5EA353;
}
#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
#header #logo h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
#header #logo h1 h3 a {
  color: #5262a1;
}
#header #logo h1 h3 a span {
  color: #5EA353;
}
#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header {
    height: 60px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# 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 10px 10px 15px;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000 !important;
  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: #333333 !important;
}
.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;
  color: #000000 !important;
}
.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: #f5f5f5;
  color: #000000 !important;
}
.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: #5262a1;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@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(90, 105, 165, 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: #5262a1;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #5EA353;
}
.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;
}
.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 {
  color: #5EA353;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: 400px;
  height: auto;
  position: relative;
  background: url("../img/hero-carousel/SIEGE.png") no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  display: flex;
  align-items: center;
}

#hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at 30% 25%,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.8) 20%,
    rgba(255, 255, 255, 0.6) 40%,
    rgba(255, 255, 255, 0.3) 60%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

#hero .hero-content {
  position: relative;
  width: 100%;
  z-index: 2;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  max-width: 900px;
}

#hero .hero-content h2 {
  color: #5262a1;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}
#hero .hero-content h3 {
  color: #5262a1;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}

#hero .hero-content h2 span {
  color: #5EA353;
  text-decoration: underline;
}
#hero .hero-content h3 span {
  color: #5EA353;
  text-decoration: underline;
}

#hero .hero-content .btn-get-started, #hero .hero-content .btn-projects {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}
#hero .hero-content .btn-get-started {
  background: #5262a1;
  border: 2px solid #5262a1;
}
#hero .hero-content .btn-get-started:hover {
  background: none;
  color: #5262a1;
}
#hero .hero-content .btn-projects {
  background: #5EA353;
  border: 2px solid #5EA353;
}
#hero .hero-content .btn-projects:hover {
  background: none;
  color: #5EA353;
}
#hero .hero-slider {
  display: none;
}

@media (max-width: 767px) {
  #hero .hero-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  #hero {
    min-height: 350px;
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  #hero {
    min-height: 300px;
    padding: 20px 0;
  }
}

/*--------------------------------------------------------------
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: 400px;
  height: auto;
  position: relative;
  background: url("../img/hero-carousel/SIEGE.png") no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  display: flex;
  align-items: center;
}

#hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at 30% 25%,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.8) 20%,
    rgba(255, 255, 255, 0.6) 40%,
    rgba(255, 255, 255, 0.3) 60%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

#hero .hero-content {
  position: relative;
  width: 100%;
  z-index: 2;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  max-width: 900px;
}

#hero .hero-content h2 {
  color: #5262a1;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}
#hero .hero-content h3 {
  color: #5262a1;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}

#hero .hero-content h2 span {
  color: #5EA353;
  text-decoration: underline;
}
#hero .hero-content h3 span {
  color: #5EA353;
  text-decoration: underline;
}

#hero .hero-content .btn-get-started, #hero .hero-content .btn-projects {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}
#hero .hero-content .btn-get-started {
  background: #5262a1;
  border: 2px solid #5262a1;
}
#hero .hero-content .btn-get-started:hover {
  background: none;
  color: #5262a1;
}
#hero .hero-content .btn-projects {
  background: #5EA353;
  border: 2px solid #5EA353;
}
#hero .hero-content .btn-projects:hover {
  background: none;
  color: #5EA353;
}
#hero .hero-slider {
  display: none;
}

/* ===== CORRECTIONS POUR MOBILE ===== */
@media (max-width: 768px) {
  #hero {
    min-height: 350px;
    background-size: cover;
    background-position: center center;
  }
  
  #hero .hero-slider .swiper-slide {
    background-size: cover !important;
    background-position: center center !important;
  }
  
  #hero .hero-content {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  #hero {
    min-height: 300px;
    padding: 20px 0;
  }
  
  #hero .hero-content h2 {
    font-size: 28px;
  }
  
  #hero .hero-content h3 {
    font-size: 20px;
  }
  
  .hero-altlangFR {
    font-size: 2rem !important;
  }
  
  .hero-altlang {
    font-size: 1.2rem !important;
  }
  
  .hero-altlangFR2 {
    font-size: 1.2rem !important;
  }
  
  .hero-subtitle {
    font-size: 1rem !important;
  }
}

@media (max-width: 360px) {
  #hero {
    min-height: 280px;
  }
  
  .hero-altlangFR {
    font-size: 1.5rem !important;
  }
  
  .hero-subtitle {
    font-size: 0.9rem !important;
  }
}

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

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}
.section-header h2 {
  font-size: 32px;
  color: #5262a1;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafafa;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  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 Section
--------------------------------*/
#about {
  padding: 60px 0 30px 0;
}
#about .about-img {
  overflow: hidden;
}
#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}
@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
#about .content h2 {
  color: #5262a1;
  font-weight: 700;
  font-size: 36px;
  font-family: "Quicksand", sans-serif;
}
#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}
#about .content p {
  line-height: 26px;
}
#about .content p:last-child {
  margin-bottom: 0;
}
#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #5EA353;
}
#about .content ul {
  list-style: none;
  padding: 0;
}
#about .content ul li {
  padding-bottom: 10px;
}

/* About Short Section
--------------------------------*/
.about-text {
  font-size: 17px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.about-buttons {
  margin-top: 10px;
}

/* Stats Section
--------------------------------*/
.stats-item {
  padding: 30px;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s;
}
.stats-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 40px rgba(0,0,0,0.15);
}
.stats-item i {
  font-size: 42px;
  color: #5EA353;
  margin-bottom: 15px;
}
.stats-item span {
  font-size: 36px;
  font-weight: 600;
  color: #5262a1;
  display: block;
}

.stats-lead-text {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #444 !important;
  letter-spacing: 1px;
  margin-bottom: 40px;
  line-height: 1.3;
}

/* Services Section
--------------------------------*/
#services {
  padding: 40px 0;
  background: #fff;
}

#services #services-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
#services #services-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
  border-radius: 4px;
}
#services #services-flters li:hover, 
#services #services-flters li.filter-active {
  color: #fff;
  background: #5EA353;
}
#services #services-flters li:last-child {
  margin-right: 0;
}

.services-item {
  margin-bottom: 30px;
}

.service-box {
  padding: 25px 20px;
  background: #f8f9fa;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}
.service-box i {
  font-size: 48px;
  color: #5EA353;
  margin-bottom: 15px;
  flex-shrink: 0;
}

.service-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #5262a1;
  flex-shrink: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-box p {
  font-size: 13px;
  color: #444;
  margin-bottom: 15px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.service-box .btn-learn-more {
  margin-top: auto;
  display: inline-block;
  padding: 8px 20px;
  background: #5EA353;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-size: 13px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.service-box:hover {
  background: #5262a1;
  color: #fff;
}
.service-box:hover i, 
.service-box:hover h4,
.service-box:hover p {
  color: #fff;
}
.service-box i {
  font-size: 48px;
  color: #5EA353;
  margin-bottom: 20px;
}
.service-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #5262a1;
}
.service-box p {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;  /* Limite à 3 lignes */
  -webkit-box-orient: vertical;
  min-height: 60px;  /* Hauteur fixe pour 3 lignes */
}


.service-box .btn-learn-more {
  margin-top: 15px;
  display: inline-block;
  padding: 8px 25px;
  background: #5EA353;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
}
.service-box:hover .btn-learn-more {
  background: #fff;
  color: #5EA353;
}

.services-category-title {
  font-size: 28px;
  color: #5262a1;
  font-weight: 700;
  margin: 40px 0 30px 0;
  padding-bottom: 15px;
  border-bottom: 3px solid #5EA353;
  display: inline-block;
}
.services-category-title i {
  color: #5EA353;
  margin-right: 10px;
  font-size: 32px;
}

/* Why Choose Us Section
--------------------------------*/
.feature-item {
  display: flex;
  margin-bottom: 30px;
}
.feature-item i {
  font-size: 36px;
  color: #5EA353;
  margin-right: 20px;
}
.feature-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #5262a1;
}
.feature-item p {
  margin-bottom: 0;
}

/* News Section
--------------------------------*/
.news-item {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-bottom: 20px;
}
.news-date {
  color: #5EA353;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.news-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.news-item .read-more {
  color: #5262a1;
  text-decoration: none;
  font-weight: 500;
}
.news-item .read-more:hover {
  color: #5EA353;
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
}
#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}
#clients img:hover {
  opacity: 1;
}
#clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5EA353;
}
#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5EA353;
}

/* Our services Section (old) - kept for compatibility */
#services .box {
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}
#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
}
#services .box .icon {
  float: left;
}
#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}
#services .box .icon i:before {
  background: #5262a1;
  background: linear-gradient(45deg, #5EA353 0%, #5EA353 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}
#services .box h4 a {
  color: #444;
}
#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}
@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
  @media (max-width: 991px) {
  .service-box {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .service-box {
    height: 280px;
  }
}

@media (max-width: 480px) {
  .service-box {
    height: 260px;
  }
}
@media (max-width: 400px) {
  .service-box {
    padding: 15px 10px;
    height: auto;
    min-height: 250px;
  }
  .service-box h4 { font-size: 15px; }
  .service-box p { font-size: 11px; }
  .service-box .btn-learn-more { padding: 6px 15px; font-size: 12px; }
}
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}
#testimonials .testimonials-carousel, #testimonials .testimonials-slider {
  overflow: hidden;
}
#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}
#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}
#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5EA353;
}
#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5EA353;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #5262a1;
  background-size: cover;
  padding: 40px 0;
}
#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#call-to-action .cta-text {
  color: #fff;
}
@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
  background: #5262a1;
}
#call-to-action .cta-btn:hover {
  background: #5EA353;
  border: 3px solid #5EA353;
}

#call-to-action .cta-altlang {
  font-family: "Changa", "Noto Sans Arabic", Arial, sans-serif;
  font-weight: 700;
  direction: rtl;
  font-size: 2rem;
  line-height: 1;
  margin: 0; 
  padding: 0;
  unicode-bidi: isolate;
}
#call-to-action .cta-altlang_reg {
  font-family: "Changa", "Noto Sans Arabic", Arial, sans-serif;
  font-weight: 500;
  direction: rtl;
  font-size: 0.8rem;
  line-height: 1;
  margin: 0; 
  padding: 0;
  unicode-bidi: isolate;
}

#call-to-action .cta-altlangFR {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  margin: 0; 
  padding: 0;
  unicode-bidi: isolate;
}

#call-to-action .cta-altlangFR2 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  margin: 0; 
  padding: 0;
  unicode-bidi: isolate;
}
#call-to-action .cta-altlangFR2_reg {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1;
  margin: 0; 
  padding: 0;
  unicode-bidi: isolate;
}

/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 30px 0 0 0;
}
#team .member {
  text-align: center;
  margin-bottom: 20px;
}
#team .member .pic {
  overflow: hidden;
  text-align: center;
}
#team .member .pic img {
  max-width: 100%;
}
#team .member .details {
  background: #5EA353;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
#team .member .social {
  margin-top: 5px;
}
#team .member .social a {
  color: #fff;
}
#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0;
}
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}
#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #5EA353;
}
#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}
#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}
#contact .contact-info a {
  color: #000;
}
#contact .contact-info a:hover {
  color: #5EA353;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

/* PHP Email Form
--------------------------------*/
.sent-message {
  display: none;
  color: #fff;
  background: #5EA353;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#call-to-action .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
#call-to-action .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
#call-to-action .php-email-form .error-message br + br {
  margin-top: 25px;
}
#call-to-action .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #5EA353;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#call-to-action .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#call-to-action .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #5EA353;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#call-to-action .php-email-form input, 
#call-to-action .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}
#call-to-action .php-email-form input::focus, 
#call-to-action .php-email-form textarea::focus {
  background-color: #5EA353;
}
#call-to-action .php-email-form button[type=submit] {
  background: #5EA353;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
#call-to-action .php-email-form button[type=submit]:hover {
  background: #5EA353;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Buttons
--------------------------------*/
.bg-light-gray {
  background-color: #f8f9fa;
}

.btn-custom-primary {
  background: #5262a1;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}
.btn-custom-primary:hover {
  background: #5EA353;
  color: #fff;
}

.btn-custom-outline {
  border: 2px solid #5262a1;
  color: #5262a1;
  padding: 8px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
  margin-left: 15px;
}
.btn-custom-outline:hover {
  background: #5EA353;
  border: 0px solid #fff;
  color: #fff;
}

/* Footer
--------------------------------*/
#footer {
  background: #E9ECF7;
  padding: 0 0 30px 0;
  font-size: 14px;
}
#footer .copyright {
  font-family: "Outfit", sans-serif;
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .regFR {
  font-family: "Outfit", sans-serif;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  margin: 0; 
  padding: 0;
  unicode-bidi: isolate;
  color: #555;
}

#footer .regAR {
  font-family: "Changa", "Noto Sans Arabic", Arial, sans-serif;
  text-align: center;
  direction: rtl;
  font-size: 13px;
  margin: 0; 
  padding: 0;
  line-height: 1;
  unicode-bidi: isolate;
  color: #555;
}

#footer .reg {
  font-family: "Outfit", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  margin: 0; 
  padding: 0;
  unicode-bidi: isolate;
  color: #555;
}
#footer .credits a {
  color: #0c2e8a;
}

/* Features / Organigramme
--------------------------------*/
.features {
  *zoom: 1;
  margin: 0 -15px;
  position: relative;
  z-index: 1; 
}
.features:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0; 
}
.features:after {
  content: " ";
  height: 50px;
  top: 50px;
  left: 15px;
  right: 15px;
  position: absolute;
  background: url(../images/dotted.png) repeat-x;
  z-index: -1; 
}
@media screen and (max-width: 768px) {
  .features:after {
    display: none; 
  } 
}
.features .feature-numbered {
  width: 25%;
  float: left;
  padding: 15px;
  text-align: center; 
}
@media screen and (max-width: 768px) {
  .features .feature-numbered {
    width: 50%; 
  } 
}
@media screen and (max-width: 480px) {
  .features .feature-numbered {
    width: 100%; 
  } 
}
.features .feature-numbered .num {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #444;
  color: #444;
  text-align: center;
  font-size: 25px;
  font-size: 2.25em;
  line-height: 1.8;
  font-weight: 400;
  margin: 0 auto 20px;
  background-color: white;
  box-shadow: 0 0 0 10px white; 
}
.features .feature-numbered .feature-title {
  font-size: 15px;
  font-size: 1.25em;
  color: #444;
  font-weight: 400; 
}

/* Responsive adjustments
--------------------------------*/
@media (max-width: 768px) {
  .about-text {
    font-size: 18px;
  }
  
  .stats-lead-text {
    font-size: 24px !important;
  }
  
  .services-category-title {
    font-size: 22px;
  }
  
  .services-category-title i {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .about-text {
    font-size: 16px;
  }
  
  .stats-lead-text {
    font-size: 20px !important;
  }
  
  .about-buttons .btn-custom-primary,
  .about-buttons .btn-custom-outline {
    display: block;
    margin: 10px auto;
    width: fit-content;
  }
  
  .about-buttons .btn-custom-outline {
    margin-left: auto;
  }
}

/* ===== HERO AVEC EFFET LIQUID GLASS NOIR (VERSION CLAIRE) ===== */
/* ===== HERO CTA FUSIONNÉE ===== */
.hero-cta {
  width: 100%;
  min-height: 400px;
  position: relative;
  background: url('../img/hero-carousel/SIEGE.png') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 60px 0;
}

.hero-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(82, 98, 161, 0.85);
  z-index: 1;
}

.hero-cta .container {
  position: relative;
  z-index: 2;
  color: white;
}

.hero-cta-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.hero-cta-title {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 1.2;
  margin-bottom: 15px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.hero-cta-subtitle {
  font-family: "Changa", "Noto Sans Arabic", Arial, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  direction: rtl;
  margin: 0;
  color: rgba(255,255,255,0.9);
}

.hero-cta-subtitle-fr {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0 0 20px;
  color: rgba(255,255,255,0.9);
}

.hero-cta-tagline {
  font-family: "Kaushan Script", cursive;
  font-size: 2.5rem;
  color: rgba(255,255,255,0.9);
  margin: 20px 0 30px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.hero-cta-badge {
  display: inline-block;
  background: rgba(94, 163, 83, 0.2);
  color: #5EA353;
  padding: 8px 25px;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 25px;
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(5px);
}

.hero-cta-badge i {
  margin-right: 8px;
}

.hero-cta-description {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 35px;
  color: rgba(255,255,255,0.9);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-cta-btn-primary {
  display: inline-block;
  padding: 14px 40px;
  background: #5EA353;
  color: white;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #5EA353;
  font-size: 1.1rem;
}

.hero-cta-btn-primary:hover {
  background: transparent;
  color: #5EA353;
}

.hero-cta-btn-secondary {
  display: inline-block;
  padding: 14px 40px;
  background: transparent;
  color: white;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid white;
  font-size: 1.1rem;
}

.hero-cta-btn-secondary:hover {
  background: white;
  color: #5262a1;
}



/* ===== WHY CHOOSE US AVEC STATS INTÉGRÉES ===== */
.why-us-stats {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  padding-top: 10px; 
  overflow: hidden;
}

.why-us-stats::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(94, 163, 83, 0.03);
  border-radius: 50%;
  z-index: 0;
}

.why-us-stats::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 250px;
  height: 250px;
  background: rgba(82, 98, 161, 0.03);
  border-radius: 50%;
  z-index: 0;
}

.why-us-stats .container {
  position: relative;
  z-index: 1;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 0;
}

.feature-card {
  background: white;
  padding: 35px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.03);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(82, 98, 161, 0.1);
  border-color: rgba(94, 163, 83, 0.3);
}

.feature-icon {
  font-size: 48px;
  color: #3e496a;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  line-height: normal;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.feature-card:hover .feature-icon {
  color: #3e496a;
  background: transparent;
}

.feature-title {
  font-size: 22px;
  font-weight: 600;
  color: #5262a1;
  margin-bottom: 15px;
}

.feature-description {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.feature-stat {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.feature-stat .stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #5EA353;
  display: block;
  line-height: 1.2;
}

.feature-stat .stat-label {
  font-size: 14px;
  color: #888;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Section Title */
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #5262a1;
}

.section-title p {
  margin-bottom: 0;
  color: #666;
}
/* Bannière statistiques */
.stats-banner {
  display: flex;
  justify-content: center;
  align-items: stretch; /* Pour que les deux blocs aient la même hauteur */
  gap: 30px;
  margin: 30px auto 50px auto; /* Espacement vertical */
  max-width: 700px; /* Pour que la bannière ne soit pas trop large */
}

.stat-banner-item {
  flex: 1; /* Chaque item prend la même largeur */
  background: linear-gradient(145deg, #f0f3f7 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(82, 98, 161, 0.08);
  border: 1px solid rgba(94, 163, 83, 0.15);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-banner-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(82, 98, 161, 0.15);
  border-color: #5EA353;
}

.stat-banner-number {
  display: block;
  font-size: 3.2rem;
  font-weight: 800;
  color: #5EA353;
  line-height: 1.2;
  margin-bottom: 5px;
}

.stat-banner-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #5262a1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
  .stats-banner {
    flex-direction: column;
    gap: 15px;
    margin: 20px auto 40px auto;
  }
  
  .stat-banner-number {
    font-size: 2.5rem;
  }
  
  .stat-banner-label {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .stat-banner-item {
    padding: 15px;
  }
}
/* Responsive */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hero-cta {
    min-height: 400px;
    padding: 40px 0;
  }
  
  .hero-cta-title {
    font-size: 2.8rem;
  }
  
  .hero-cta-subtitle,
  .hero-cta-subtitle-fr {
    font-size: 1.6rem;
  }
  
  .hero-cta-tagline {
    font-size: 1.8rem;
  }
  
  .hero-cta-description {
    font-size: 1rem;
  }
  
  .hero-cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .hero-cta-btn-primary,
  .hero-cta-btn-secondary {
    width: 100%;
    max-width: 280px;
    padding: 12px 30px;
  }
  
  .why-us-stats {
    padding: 50px 0;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .section-title h2 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .hero-cta-title {
    font-size: 2.2rem;
  }
  
  .hero-cta-subtitle,
  .hero-cta-subtitle-fr {
    font-size: 1.3rem;
  }
  
  .hero-cta-tagline {
    font-size: 1.4rem;
  }
  
  .feature-card {
    padding: 25px 20px;
  }
  
  .feature-icon {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 36px;
  }
  
  .feature-title {
    font-size: 18px;
  }
  
  .feature-stat .stat-number {
    font-size: 28px;
  }
}
/* ===== CORRECTIONS FORCÉES POUR MOBILE ===== */
@media (max-width: 768px) {
  #hero,
  #hero.hero,
  .hero-slider,
  #hero .hero-slider {
    height: auto !important;
    min-height: 350px !important;
    max-height: none !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  
  #hero .hero-slider .swiper-slide,
  .hero-slider .swiper-slide {
    background-size: cover !important;
    background-position: center center !important;
    height: 100% !important;
  }
  
  #hero .hero-content {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    padding: 20px 15px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  #hero,
  #hero.hero {
    min-height: 300px !important;
  }
  
  .hero-altlangFR {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
  }
  
  .hero-altlang {
    font-size: 1.2rem !important;
  }
  
  .hero-altlangFR2 {
    font-size: 1.2rem !important;
  }
  
  .hero-subtitle {
    font-size: 1rem !important;
  }
}
