@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #00bbf0;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

.sub_page .hero_area {
  min-height: auto;
  background: linear-gradient(130deg, #231a6f, #0f054c);
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 0px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00bbf0;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #00bbf0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #00204a;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #007fa4;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box {
  margin: 45px 0;
}

.slider_section .img-box img {
  width: 100%;
  -webkit-animation: upDown 5s infinite;
          animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #00bbf0;
}

.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
  background-color: #f8f8f9;
  padding: 20px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #00204a;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #00bbf0;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #007fa4;
}

.about_section {
  background-color: #00204a;
  color: #ffffff;
}

.about_section .heading_container {
  margin-bottom: 45px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #068b0c;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #007fa4;
}

.why_section .box {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.why_section .box .img-box {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  border: 5px solid #00204a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why_section .box .img-box img {
  width: 55px;
  height: auto;
  fill: #00204a;
}

.why_section .box h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.why_section .box p {
  margin-bottom: 0;
}

.why_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.why_section .btn-box a:hover {
  background-color: #007fa4;
}

/*team section */
.team_section {
  text-align: center;
  background-color: #00204a;
  color: #ffffff;
}

.team_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team_section .team_container {
  padding: 0 15px;
}

.team_section .team_container .box {
  padding: 35px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;
  margin-top: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#002759), to(#002b64));
  background: linear-gradient(to bottom, #002759, #002b64);
}

.team_section .team_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team_section .team_container .box .img-box img {
  width: 120px;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.team_section .team_container .box .detail-box {
  margin: 25px 0;
}

.team_section .team_container .box .detail-box h5 {
  color: #00bbf0;
  font-weight: 600;
  position: relative;
}

.team_section .team_container .box .social_box {
  padding: 10px 45px 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team_section .team_container .box .social_box a {
  color: #ffffff;
  font-size: 22px;
}

.team_section .team_container .box .social_box a:hover {
  color: #00bbf0;
}

/*team section end*/
/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 100%;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.client_section .box .client_id .client_info p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 75px 25px 25px 25px;
}

.client_section .box .detail-box i {
  color: #00204a;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  color: #00204a;
}

/* client section end */
.info_section {
  background-color: #00204a;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #00bbf0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #00bbf0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #00bbf0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #068b0c;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #007fa4;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #00204a;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
.bg-blur {
  background-size: cover;
  background-position: center;
  position: relative;
}

.bg-blur .overlay {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 18, 51, 0.75); /* sombre et lisible */
  padding: 60px 0;
}

/*# sourceMappingURL=style.css.map */


.about_section {
  position: relative;
  overflow: hidden;
}

.about_section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('../images/gi.png');
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  z-index: 0;
}

.about_section .overlay,
.about_section .container {
  position: relative;
  z-index: 1;
}



.why_container {
  gap: 20px;
  row-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.why_container .box {
  transition: transform 0.3s ease;
}

.why_container .box:hover {
  transform: scale(1.05);
}
.btn1 {
  background-color: #28a745;
  color: #fff;
  padding: 12px 30px;
  text-transform: uppercase;
  border-radius: 6px; /* coins légèrement arrondis */
  font-weight: bold;
  transition: background 0.3s ease;
  white-space: nowrap; /* empêche le texte de passer à la ligne */
  display: inline-block;
}

.btn1:hover {
  background-color: #218838;
  color: #fff;
  text-decoration: none;
}
.slider_section_full {
  position: relative;
  min-height: 70vh;
  width: 100%;
  overflow: hidden;
}
.slider-slide {
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.slider-content {
  color: #fff;
  text-align: center;
  background: rgba(0,32,74,0.65); /* bleu foncé avec transparence */
  padding: 40px 30px;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.13);
  max-width: 600px;
  margin: auto;
}
.slider-content h1 {
  font-size: 2.7rem;
  margin-bottom: 18px;
}
.slider-content p {
  font-size: 1.2rem;
  margin-bottom: 22px;
}
.btn1 {
  background: #068b0c;
  color: #fff;
  padding: 14px 40px;
  border-radius: 32px;
  border: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: background 0.3s;
}
.btn1:hover {
  background: #00204a;
  color: #fff;
}
.four-columns-section .feature-col {
  background: #f6f8fa;
  border-radius: 18px;
  padding: 32px 16px;
  box-shadow: 0 2px 16px rgba(0,32,74,0.05);
  transition: transform 0.2s;
}
.four-columns-section .feature-col:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 6px 24px rgba(6,139,12,0.11);
}
.feature-icon {
  color: #068b0c;
}
.four-columns-section h3 {
  color: #00204a;
  font-size: 1.35rem;
  margin-top: 10px;
  margin-bottom: 8px;
}
.four-columns-section .feature-col.full {
  background: #f6f8fa;
  border-radius: 0;
  padding: 38px 18px 32px 18px;
  min-height: 250px;
  box-shadow: none;
  border-right: 1px solid #e2e4ea;
  border-bottom: 1px solid #e2e4ea;
  transition: background 0.18s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.four-columns-section .feature-col.full:last-child {
  border-right: none;
}
.four-columns-section .row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.four-columns-section .row.no-gutters > [class^='col-'],
.four-columns-section .row.no-gutters > [class*=' col-'] {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .four-columns-section .feature-col.full {
    border-right: none;
    border-bottom: 1px solid #e2e4ea;
    border-radius: 0;
    margin-bottom: 0;
  }
}

/* ===========================
   SLIDER PLEINE PAGE HERO (Owl Carousel)
   Styles modernisés, responsive et commentés
=========================== */

/* Container principal du slider */
.slider_section_full {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 400px;
  overflow: hidden;
  z-index: 1;
}

/* Slide individuelle : image de fond, plein écran */
.slider-slide {
  position: relative;
  width: 100%;
  height: 92vh;
  background-size: cover;
  background-position: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

/* Overlay dégradé bleu-vert */
.slider-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(0,32,74,0.7) 40%, rgba(6,139,12,0.45) 100%);
  z-index: 0;
}

/* === NOUVEAU : Flou sur l'image de fond === */
.slider-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit; /* récupère l'image de fond définie en ligne */
  filter: blur(6px);   /* ajuste l'intensité du flou (4px à 10px) */
  z-index: -1;         /* met l'effet SOUS l'overlay coloré */
  background-size: cover;
  background-position: center;
}

/* Bloc de contenu centré */
.slider-content {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.36);
  padding: 2.5rem 2.5rem 2rem 2.5rem;
  border-radius: 2rem;
  box-shadow: 0 10px 40px rgba(0,0,0,0.18);
  color: #fff;
  max-width: 620px;
  margin: auto;
  text-align: center;
}

/* Gros titre */
.slider-content h1 {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  line-height: 1.15;
  text-shadow: 0 3px 10px rgba(0,0,0,0.11);
}

/* Texte secondaire */
.slider-content p {
  font-size: 1.22rem;
  margin-bottom: 2.2rem;
  line-height: 1.6;
  font-weight: 400;
}

/* Bouton principal */
.btn1 {
  display: inline-block;
  padding: 0.9em 2.2em;
  background: #068b0c;
  color: #fff;
  border-radius: 32px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.08rem;
  box-shadow: 0 2px 12px rgba(0,32,74,0.15);
  transition: background 0.15s, transform 0.15s;
}
.btn1:hover {
  background: #015f0a;
  transform: translateY(-2px) scale(1.03);
}

/* Owl Carousel : Dots */
.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  opacity: 0.45;
  transition: opacity 0.2s;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #068b0c;
  opacity: 1;
}

/* Flèches personnalisées */
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: 46%;
  font-size: 2.7rem;
  color: #fff !important;
  background: rgba(0,32,74,0.6) !important;
  border-radius: 50%;
  padding: 0.22em 0.48em !important;
  transition: background 0.22s;
  z-index: 11;
  border: none;
  outline: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.17);
  cursor: pointer;
}
.owl-nav .owl-prev { left: 20px; }
.owl-nav .owl-next { right: 20px; }
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  background: #068b0c !important;
}

/* Responsive : mobile, réduis les paddings/taille de police */
@media (max-width: 800px) {
  .slider-content {
    padding: 1.4rem 1rem 1.2rem 1rem;
    max-width: 96vw;
  }
  .slider-content h1 {
    font-size: 1.7rem;
  }
  .slider-content p {
    font-size: 1.05rem;
  }
}

/* ================================
   SECTION 4 COLONNES : Features GI
================================ */
/* SECTION CARTES CENTRÉES */
.four-cards-section {
  background: #f8f8fb;
  padding: 4rem 0 3rem 0;
}
.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.2rem; /* Espace horizontal/vertical entre les cartes */
  max-width: 1300px;
  margin: 0 auto;
}
.feature-card {
  background: #fff;
  border-radius: 1.3rem;
  box-shadow: 0 4px 32px rgba(0,32,74,0.10);
  padding: 2.7rem 2.1rem 2.1rem 2.1rem;
  width: 270px;       /* Largeur fixe pour l’alignement */
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.18s, transform 0.14s;
  text-align: center;
}
.feature-card:hover {
  box-shadow: 0 8px 38px rgba(0,32,74,0.18);
  transform: translateY(-6px) scale(1.035);
}
.feature-icon {
  margin-bottom: 1.3rem;
}
.feature-icon i {
  color: #068b0c;
  font-size: 2.7rem;
}
.feature-content h3 {
  font-size: 1.24rem;
  color: #00204a;
  margin-bottom: 1.1rem;
  font-weight: 700;
}
.feature-content p {
  color: #444;
  font-size: 1.04rem;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .cards-container {
    gap: 1.1rem;
  }
  .feature-card {
    width: 45vw;
    min-width: 210px;
    max-width: 330px;
  }
}
@media (max-width: 800px) {
  .cards-container {
    flex-direction: column;
    align-items: center;
  }
  .feature-card {
    width: 90vw;
    min-width: 180px;
    padding: 2rem 1.2rem;
    min-height: 190px;
    margin-bottom: 1.5rem;
  }
}

/* ===================
   NAVBAR STICKY MODERNE
   =================== */
.sticky-navbar {
  position: sticky;
  top: 0;
  z-index: 1002; /* Doit être au-dessus du slider et des cartes */
  background: #00204a; /* Mets la même couleur qu’actuellement, ou transparent si overlay */
  box-shadow: 0 2px 12px rgba(0,32,74,0.10);
  transition: background 0.2s, box-shadow 0.2s;
}

/* Overlay flouté pour la section "about" */
.about_section {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 510px;
}
.about-overlay {
  position: relative;
  width: 100%;
  min-height: 510px;
  background: rgba(0,32,74,0.74); /* bleu foncé semi-opaque */
  backdrop-filter: blur(6px);     /* flou sur l'image de fond */
  padding: 3rem 0;
}

.heading_container.heading_center h2 {
  font-weight: 800;
  color: #068b0 !important;
  font-size: 2.1rem;
}
.heading_container.heading_center span {
  color: #068b0c;
  font-weight: 900;
}
.heading_container .lead {
  color: #e4e4e4;
  font-size: 1.14rem;
}

.about-img {
  max-width: 92%;
  border: 4px solid #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 36px rgba(0,32,74,0.13);
}

/* Liste valeurs (points forts) */
.about-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.about-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.72rem;
  color: #fff;
  font-size: 1.10rem;
  line-height: 1.4;
  background: rgba(0,0,0,0.08);
  border-radius: 0.7rem;
  padding: 0.45em 1em 0.45em 0.7em;
}
.about-emoji {
  font-size: 1.6rem;
  margin-right: 0.7em;
  flex-shrink: 0;
}
.detail-box h3 {
  color: #fff;
  font-size: 1.32rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
}
.detail-box p,
.detail-box .about-list {
  color: #f4f4f4;
}

.btn.btn-light {
  color: #00204a;
  background: #fff;
  border: none;
  font-weight: 700;
  border-radius: 1.5em;
  padding: 0.6em 2em;
  box-shadow: 0 2px 12px rgba(0,32,74,0.13);
  transition: background 0.16s, color 0.16s;
}
.btn.btn-light:hover {
  background: #068b0c;
  color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
  .about-img {
    max-width: 70vw;
    margin-bottom: 1.4rem;
  }
  .about_section, .about-overlay {
    min-height: 0;
    padding: 1.7rem 0;
  }
}

/* ===== NAVBAR GLASSMORPHISM AVEC EFFET SLIDER DERRIÈRE ===== */
.glass-navbar {
  position: absolute; /* Permet de voir le slider derrière tant qu'on n'a pas scrollé */
  top: 0; left: 0; width: 100%;
  z-index: 1020;
  background: rgb(0 32 74);  /* Très transparent, verre bleu foncé */
  backdrop-filter: blur(14px);
  border-bottom: 1.5px solid rgba(255,255,255,0.09);
  box-shadow: none;
  transition: 
    background 0.25s cubic-bezier(.4,1.4,.7,1), 
    box-shadow 0.23s cubic-bezier(.4,1.4,.7,1), 
    position 0.22s;
}

/* Cas où le navigateur ne supporte pas backdrop-filter */
@supports not (backdrop-filter: blur(10px)) {
  .glass-navbar { background: #243357; }
}

.glass-navbar .navbar {
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
  background: transparent !important;
  box-shadow: none !important;
}

.glass-navbar .navbar-brand img {
  height: 15px;
}

.glass-navbar .navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 600;
  border-radius: 1.3em;
  padding: 0.45em 1.1em;
  margin: 0 0.14em;
  transition: background 0.14s, color 0.14s;
  position: relative;
}
.glass-navbar .navbar-nav .nav-link:hover,
.glass-navbar .navbar-nav .active .nav-link,
.glass-navbar .navbar-nav .nav-link.active {
  background: rgba(6,139,12,0.13);
  color: #42df64 !important;
}

/* Bouton d'action à droite */
.cta-btn {
  background: #068b0c;
  color: #fff !important;
  border-radius: 2em;
  padding: 0.53em 1.4em;
  font-weight: 700;
  text-decoration: none;
  margin-left: 1.4rem;
  box-shadow: 0 0 8px #068b0c44;
  transition: background 0.18s, color 0.18s;
  display: inline-block;
}
.cta-btn:hover {
  background: #00356b;
  color: #fff !important;
}

/* ----- EFFET OPAQUE AU SCROLL ----- */
.glass-navbar.scrolled {
  position: fixed;  /* Devient sticky/fixed dès qu'on scroll */
  top: 0; left: 0; width: 100%;
  background: rgba(25, 40, 77, 0.97);  /* Opaque mais effet blur */
  box-shadow: 0 5px 24px rgba(0,32,74,0.15);
  border-bottom: 1.5px solid rgba(255,255,255,0.12);
  /* On peut ajouter un border-top: transparent pour l'effet glass */
}

/* ----- Responsive mobile ----- */
@media (max-width: 991px) {
  .glass-navbar .navbar-nav .nav-link {
    padding: 0.65em 1.1em;
    margin: 0.11em 0;
    font-size: 1.08em;
  }
  .cta-btn {
    display: none !important;
  }
}

/* ========================
   Dots (points) OwlCarousel stylisés
   ======================== */
.owl-theme .owl-dots {
  text-align: center;
  position: absolute;
  left: 0; right: 0; bottom: 2.1em;
  z-index: 30;
  pointer-events: auto;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 6px;
}

.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255,255,255,0.63);
  border: 2px solid #068b0c;
  transition: all 0.22s;
  opacity: 0.74;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #068b0c;
  opacity: 1;
  box-shadow: 0 0 5px #068b0c33;
  transform: scale(1.15);
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border-color: #068b0c;
  opacity: 1;
}
/* Par défaut : glass sur index (pas de .navbar-opaque) */
.glass-navbar {
  position: absolute;
  top: 0; left: 0; width: 100%;
  background: rgba(25, 40, 77, 0.21);
  backdrop-filter: blur(14px);
  border-bottom: 1.5px solid rgba(255,255,255,0.09);
  box-shadow: none;
  transition: background 0.25s, box-shadow 0.23s, position 0.22s;
}

/* Sauf sur index : navbar opaque partout où .navbar-opaque est présente */
.glass-navbar.navbar-opaque {
  position: sticky; /* ou fixed si tu préfères */
  background: #00204a !important;
  backdrop-filter: none;
  box-shadow: 0 5px 24px rgba(0,32,74,0.12);
  border-bottom: 1.5px solid #04672624;
}

/* Effet sticky/scroll sur toutes les pages si tu utilises le JS */
.glass-navbar.scrolled {
  position: fixed;
  background: rgba(25, 40, 77, 0.97);
  box-shadow: 0 5px 24px rgba(0,32,74,0.17);
}

.team-card {
  border-radius: 1.6em;
  background: #fff;
  transition: box-shadow 0.18s;
  position: relative;
}
.team-card:hover {
  box-shadow: 0 0 32px #068b0c15;
  transform: translateY(-3px) scale(1.025);
}
.team-img img {
  border: 3px solid #00204a33;
  transition: border 0.2s;
}
.team-card:hover .team-img img {
  border: 3px solid #068b0c;
}
.team-social a {
  display: inline-block;
  margin: 0 7px;
  color: #068b0c;
  font-size: 1.18em;
  transition: color 0.13s;
}
.team-social a:hover {
  color: #00204a;
}
.contact_section .card {
  border-radius: 1.4em;
  background: #fff;
}

.contactForm .form-group label {
  font-weight: 500;
  color: #00204a;
  margin-bottom: 0.4em;
}
.contactForm .form-control {
  border-radius: 1.2em;
  border: 1.7px solid #dbe6ef;
  padding: 1.05em 1.1em;
  font-size: 1.08em;
  background: #f8faff;
  box-shadow: none;
  margin-bottom: 0.7em;
  transition: border 0.16s;
}
.contactForm .form-control:focus {
  border-color: #068b0c;
  background: #fff;
}
.btn1 {
  background: #068b0c;
  color: #fff;
  border-radius: 2em;
  font-weight: 700;
  border: none;
  transition: background 0.16s;
}
.btn1:hover, .btn1:focus {
  background: #00204a;
  color: #fff;
}
.card ul li i {
  width: 22px;
  text-align: center;
  font-size: 1.13em;
}
@media (max-width: 991px) {
  .contact_section .row { flex-direction: column; }
  #map { height: 200px !important; margin-bottom: 1.5em; }
}
.section-title-pro {
  background: #fff;
  border-bottom: 1.7px solid #e6edf2;
}
.problock {
  margin-bottom: 2.7em;
}
.problock-header {
  border-radius: 1.8em 1.8em 0 0;
  padding: 1.2em 1.3em;
  font-size: 1.14em;
  box-shadow: 0 3px 18px #00204a11;
  margin-bottom: -7px;
}
.problock-ico {
  min-width: 56px;
  min-height: 56px;
  border-radius: 1.6em;
  font-size: 2.3em;
  background: #068b0c;
  color: #fff;
  margin-right: 22px !important;
}
.problock-header.bg-success .problock-ico {
  background: #fff !important;
  color: #068b0c !important;
}
.problock-header.bg-white .problock-ico {
  background: #068b0c !important;
  color: #fff !important;
}
.problock-card {
  border-radius: 0 0 1.8em 1.8em;
  background: #f7fafc;
  border: 1.7px solid #e6edf2;
  box-shadow: 0 8px 32px #00204a10;
  font-size: 1.09em;
}
.problock-card h5 {
  font-weight: 700;
  margin-top: .6em;
  color: #068b0c;
}
.problock-card ul {
  padding-left: 1.2em;
  margin-bottom: 0.5em;
}
.problock-card li {
  margin-bottom: .32em;
}
@media (max-width: 991px) {
  .problock-header, .problock-card { border-radius: 1.3em 1.3em 0 0 !important; }
  .problock-card { border-radius: 0 0 1.3em 1.3em !important; }
}
.pro-intro {
  background: #f5fafd;
  border-bottom: 1.7px solid #e6edf2;
}
.pro-intro img {
  filter: drop-shadow(0 2px 8px #00204a12);
}
.pro-intro ul.list-inline i {
  margin-right: 5px;
  color: #068b0c;
}
.partenaire-slider {
  background: #fffff;
  border-top: 1.7px solid #e6edf2;
  border-bottom: 1.7px solid #e6edf2;
}

.logo-carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 8px 0;
}
.logo-track {
  display: flex;
  align-items: center;
  width: calc(240px * 24); /* ajuste selon nb logos */
  animation: logo-scroll 35s linear infinite;
}
.logo-track img {
  height: 56px;
  width: auto;
  margin: 0 30px;
  opacity: 0.86;
  transition: opacity .18s, filter .18s;
  filter: grayscale(0.18) contrast(1.1) brightness(1.07);
  background: #fff;
  padding: 7px 16px;
  border-radius: 1.5em;
  box-shadow: 0 2px 12px #00204a11;
}
.logo-track img:hover {
  opacity: 1;
  filter: none;
}
@keyframes logo-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* Responsive */
@media (max-width: 768px) {
  .logo-track img { height: 40px; margin: 0 16px; }
}

.about_section_pro {
  position: relative;
  background: #f7fafc;
  overflow: hidden;
  z-index: 1;
}
.about-deco {
  position: absolute;
  top: -90px; right: -120px;
  width: 340px; height: 340px;
  background: radial-gradient(ellipse at center,#068b0c40 0%,#00204a09 90%);
  border-radius: 50%;
  z-index: 0;
}
.about-img-wrapper {
  display: inline-block;
  position: relative;
}
.about-logo-badge {
  left: 15px;
  bottom: -18px;
  padding: 8px;
  border: 2.7px solid #e6edf2;
  box-shadow: 0 2px 16px #00204a10;
}
@media (max-width:991px) {
  .about_section_pro { padding-bottom: 2.5em; }
  .about-img-wrapper { margin-bottom: 1.5em; }
}
@media (max-width:600px) {
  .about_section_pro { padding: 1.3em 0 !important; }
  .about-content { padding:0 !important; }
}
/* Bandeau fond tech doux */
.team-bg-deco {
  position: absolute;
  left: 50%;
  top: -110px;
  transform: translateX(-50%);
  width: 950px;
  height: 350px;
  background: radial-gradient(ellipse at center, #068b0c19 0%, #00204a0f 55%, transparent 100%);
  filter: blur(1.5px);
  z-index: 0;
  pointer-events: none;
}
.team-section-tech {
  background: linear-gradient(120deg,#f7fafc 85%,#e8f9f0 100%);
  position: relative;
  z-index: 1;
}
.glass-card {
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(5.5px);
  border-radius: 1.7em;
  box-shadow: 0 5px 22px #00204a13;
  transition: transform 0.18s, box-shadow 0.22s;
}
.glass-card:hover {
  transform: translateY(-7px) scale(1.04);
  box-shadow: 0 10px 36px #00204a24;
}
.team-social a {
  color: #068b0c;
  font-size: 1.15em;
  margin: 0 8px;
  opacity: 0.8;
  transition: opacity .13s, color .17s;
}
.team-social a:hover { color: #00204a; opacity:1; }
@media (max-width:991px) {
  .team-bg-deco { width:600px; height:220px; top: -60px;}
  .glass-card { margin-bottom:1.1em;}
}
.card-link-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
}
.card-arrow-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.arrow-bar {
  display: block;
  width: 54px;
  height: 3px;
  background: #00204a;
  margin: 0 auto .5rem;
  border-radius: 2em;
  transition: width 0.22s cubic-bezier(.7,0,.3,1), background 0.18s;
}
.arrow-head {
  display: block;
  margin-left: -9px;
  font-size: 1.6em;
  color: #068b0c;
  opacity: 0;
  transform: translateX(-8px) scale(0.75);
  transition: opacity 0.16s, transform 0.21s cubic-bezier(.7,0,.3,1), color 0.16s;
}
.card-arrow-link:hover .arrow-bar {
  width: 30px;
  background: #068b0c;
}
.card-arrow-link:hover .arrow-head {
  opacity: 1;
  color: #068b0c;
  transform: translateX(7px) scale(1.1);
}
.form-card-custom {
  position: relative;
  border-left: 5px solid #068b0c;
  background: #fff;
  z-index: 2;
  box-shadow: 0 6px 34px #00204a17;
  border-radius: 1.7em;
}
.form-halo {
  position: absolute;
  top: 28px; left: -34px;
  width: 340px; height: 220px;
  background: radial-gradient(ellipse at left, #068b0c19 0%, #00204a07 70%, transparent 100%);
  z-index: 1;
  filter: blur(0.8px);
  pointer-events: none;
  opacity: .7;
}
.form-badge {
  position: absolute;
  top: 12px; left: -55px;
  background: #fff;
  border: 2px solid #e6edf2;
  border-radius: 50%;
  box-shadow: 0 3px 16px #00204a11;
  padding: 11px 10px 8px 10px;
  z-index: 3;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
}
@media (max-width: 991px) {
  .form-halo { width:190px; height:90px; left:-16px; top:12px;}
  .form-badge { left: -30px; top: 4px; height:38px; width:38px; padding:4px;}
  .form-card-custom { border-left: 4px solid #068b0c; border-radius:1em; }
}
/* Fond doux bleu-vert tech pour la section contact */
.contact-bg-custom {
  background: linear-gradient(120deg, #f8fafc 70%, #eafbf3 100%);
  position: relative;
  z-index: 1;
}

/* Halo derrière la carte du formulaire */
.form-halo {
  position: absolute;
  top: 32px; left: -50px;
  width: 340px; height: 220px;
  background: radial-gradient(ellipse at left, #068b0c23 0%, #00204a09 70%, transparent 100%);
  z-index: 1;
  filter: blur(0.9px);
  pointer-events: none;
  opacity: .7;
}

/* Badge logo GI posé sur la carte */
.form-badge {
  position: absolute;
  top: 8px; left: -48px;
  background: #fff;
  border: 2px solid #e6edf2;
  border-radius: 50%;
  box-shadow: 0 3px 16px #00204a11;
  padding: 10px 10px 7px 10px;
  z-index: 3;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
}

/* Carte formulaire effet premium */
.form-card-custom {
  position: relative;
  border-left: 5px solid #068b0c;
  background: #fff;
  z-index: 2;
  box-shadow: 0 6px 34px #00204a17;
  border-radius: 1.7em;
}

/* Responsive badge & halo */
@media (max-width: 991px) {
  .form-halo { width:190px; height:90px; left:-16px; top:12px;}
  .form-badge { left: -30px; top: 4px; height:38px; width:38px; padding:4px;}
  .form-card-custom { border-left: 4px solid #068b0c; border-radius:1em; }
}

/* === Slider split vertical === */
.slider_section_split {
  min-height: 540px;
  background: linear-gradient(90deg, #00204a 65%, #068b0c 120%);
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.split-slider-row { min-height: 540px; }
.left-fixed {
  background: rgba(0,32,74,0.93);
  color: #fff;
  display: flex;
  min-height: 540px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.split-fixed-content {
  max-width: 380px;
  margin: auto;
  padding: 42px 20px;
  background: rgba(0,32,74,0.82);
  border-radius: 1.7em;
  box-shadow: 0 6px 32px #00204a1b;
}
.split-logo {
  height: 44px;
  margin-bottom: 12px;
}
.split-title {
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.split-desc {
  font-size: 1.06rem;
  margin-bottom: 16px;
}
.slider-split-carousel,
.hero-slider-split {
  height: 100%;
  min-height: 540px;
}
.slider-split-carousel .owl-stage-outer,
.hero-slider-split .owl-stage-outer { height: 100%; }
.slider-slide-split {
  height: 100%;
  min-height: 540px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 8vw;
  padding-right: 6vw;
}
.slider-split-content {
  background: rgba(255,255,255,0.84);
  border-radius: 1.2em;
  box-shadow: 0 4px 36px #00204a1a;
  padding: 44px 34px;
  max-width: 460px;
  margin-left: 0;
}
.slider-split-content h1 {
  color: #00204a;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 18px;
}
.slider-split-content p {
  font-size: 1.14rem;
  color: #222;
  margin-bottom: 18px;
}
.slider-split-content .btn1 {
  background: #068b0c;
  color: #fff;
  border-radius: 2em;
  padding: 0.7em 2em;
  font-weight: 600;
  font-size: 1.05rem;
  box-shadow: 0 2px 12px #00204a13;
  transition: background 0.2s;
}
.slider-split-content .btn1:hover {
  background: #005824;
  color: #fff;
}

/* Owl dots style (bottom right of slider) */
.slider-split-carousel .owl-dots {
  position: absolute;
  right: 32px; bottom: 28px;
  z-index: 3;
  gap: 10px;
}
.slider-split-carousel .owl-dot {
  width: 12px; height: 12px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #068b0c;
  opacity: 0.4;
  transition: opacity 0.2s, background 0.2s;
}
.slider-split-carousel .owl-dot.active,
.slider-split-carousel .owl-dot:hover {
  opacity: 1;
  background: #068b0c;
  border: 2px solid #00204a;
}

/* Responsive */
@media (max-width: 991px) {
  .left-fixed, .slider-split-carousel, .hero-slider-split { min-height: 370px !important; }
  .split-slider-row { min-height: 370px; }
  .slider-slide-split { padding: 28px 4vw; }
  .split-fixed-content { padding: 28px 10px; }
  .slider-split-content { padding: 30px 14px; }
}
@media (max-width: 767px) {
  .slider_section_split { background: #00204a; }
  .split-slider-row { flex-direction: column; min-height: 0; }
  .left-fixed, .slider-split-carousel { min-height: 0 !important; }
  .left-fixed, .slider-split-carousel { width: 100%; }
  .slider-split-carousel { margin-top: 0; }
  .slider-slide-split, .slider-split-content { max-width: 97vw; }
  .split-fixed-content { border-radius: 0.8em; }
}
/* Blur overlay for split slider background */
.slider-slide-split {
  position: relative;
  overflow: hidden;
}
.slider-bg-blur {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  /* Pour un flou plus doux : blur(6px) ou blur(10px) */
  background: rgba(0, 32, 74, 0.18); /* teinte subtile, adapte si besoin */
  pointer-events: none;
}
.slider-split-content {
  position: relative;
  z-index: 2;
}
/* Mini-formulaire "Être rappelé" */
.callback-form {
  width: 100%;
  margin: 0 auto;
  max-width: 310px;
}
.callback-group {
  display: flex;
  align-items: stretch;
}
.callback-input {
  border-radius: 2em 0 0 2em;
  border: none;
  background: #fff;
  font-size: 1em;
  padding: 0.7em 1.1em;
  min-width: 0;
  box-shadow: 0 2px 9px #00204a18;
}
.callback-btn {
  border-radius: 0 2em 2em 0;
  background: #068b0c;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 0 1.4em;
  font-size: 1em;
  box-shadow: 0 2px 12px #00204a0e;
  transition: background 0.17s;
}
.callback-btn:hover,
.callback-btn:focus {
  background: #004e13;
  color: #fff;
}
.callback-input:focus {
  outline: 2px solid #068b0c2f;
  background: #f2fff2;
}
@media (max-width: 650px) {
  .callback-form { max-width: 99vw; }
}
/* Ratio split 20% (gauche) / 80% (droite) */
.split-slider-row > .left-fixed {
  flex: 0 0 20%;
  max-width: 20%;
}
.split-slider-row > .slider-split-carousel {
  flex: 0 0 80%;
  max-width: 80%;
}

/* Responsive : 100% empilé sur mobile/tablette */
@media (max-width: 991px) {
  .split-slider-row > .left-fixed,
  .split-slider-row > .slider-split-carousel {
    flex: 0 0 100%;
    max-width: 100%;
	padding-top: 56px;
  }
}

.feature-list-icon {
  list-style: none;
  padding: 0;
  margin: 1em 0 0 0;
}
.feature-list-icon li {
  margin-bottom: .4em;
  font-size: 1.02em;
  color: #00204a;
}
.feature-list-icon i {
  color: #068b0c;
  margin-right: .5em;
}
.clients-logos-section {
  background: #fffff;
}
.clients-carousel .item {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-carousel img {
  max-height: 56px;
  max-width: 100%;
  filter: grayscale(0.18) brightness(1.05) contrast(1.12);
  opacity: 0.89;
  transition: filter 0.18s, opacity 0.18s;
}
.clients-carousel img:hover {
  filter: none;
  opacity: 1;
}

/* Structure client-logo-card en colonne, centrage assuré */
.client-logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;        /* Ajustable selon ton design */
  text-align: center;  /* Centre le texte */
}

/* Logo responsive */
.client-logo-card img {
  max-width: 100%;
  height: auto;
  border-radius: 0.4em;
}

/* Nom du client */
.client-name {
  width: 100%;           /* Prend la largeur du parent */
  margin-top: 0.5em;
  font-size: 0.92em;
  color: #00204a;
  font-weight: 500;
  word-wrap: break-word; /* Coupe les mots trop longs */
}

/* Ajustement mobile */
@media (max-width: 576px) {
  .client-logo-card {
    width: 80px;
  }
}
/* === Normalize Client Logo Cards === */
.glass-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem; /* espace régulier entre les cartes */
}

/* Container de chaque logo+nom */
.client-logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;          /* largeur identique pour toutes */
  margin: 0;             /* margin géré par .glass-card gap */
  text-align: center;
}

/* Logo : mêmes dimensions et contenance propre */
.client-logo-card img {
  width: 100%;
  height: 80px;          /* hauteur identique */
  object-fit: contain;   /* conserver le ratio sans déformation */
  border-radius: 0.4em;
  transition: transform .2s, filter .2s;
}

/* Hover : légère mise en valeur */
.client-logo-card img:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* Nom sous le logo */
.client-name {
  margin-top: 0.5rem;
  font-size: 0.92rem;
  line-height: 1.2;
  color: #00204a;
  font-weight: 500;
  width: 100%;           /* prendre toute la largeur pour centrer correctement */
  word-wrap: break-word; /* casser si le texte est trop long */
}

/* Adaptation mobile */
@media (max-width: 576px) {
  .client-logo-card {
    width: 80px;
  }
  .client-logo-card img {
    height: 60px;
  }
  .client-name {
    font-size: 0.85rem;
  }
}

/* Mini-cartes glass autour de chaque bouton secteur */
.glass-card-sector {
  background: rgba(255,255,255,0.22);
  backdrop-filter: blur(6px);
  border-radius: 1.2em;
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 4px 24px rgba(0,32,74,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

.glass-card-sector:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,32,74,0.15);
}

/* Garde le padding adapté */
.glass-card-sector.p-3 {
  padding: 1rem !important;
}

/* Les boutons conservent leurs styles existants */
.btn-sector {
  background: #fffff;
  border: none;
  font-weight: 600;
}
/* Cible spécifiquement ton bouton “Être rappelé” */
.recall-btn {
  background-color: #068b0c !important;  /* couleur de fond désirée */
  color: #fff !important;                /* couleur du texte */
  border: none !important;
}

/* État au survol / focus */
.recall-btn:hover,
.recall-btn:focus {
  background-color: #196b2c !important;  /* couleur au hover */
}
    /* === Styles spécifiques pour pro.html === */

    /* Hero */
    .pro-hero {
      padding: 5rem 0 3rem;
      background: #f8f9fa;
      text-align: center;
    }
    .pro-hero h1 {
      font-size: 2.75rem;
      font-weight: 800;
      color: #00204a;
      letter-spacing: -1px;
      margin-bottom: 0.5rem;
    }
    .pro-hero .underline {
      width: 72px;
      height: 5px;
      background: #068b0c;
      margin: 0.75rem auto 1.5rem;
      border-radius: 2em;
    }
    .pro-hero p {
      font-size: 1.125rem;
      color: #334;
      max-width: 760px;
      margin: 0 auto;
    }

    /* Intro */
    .pro-intro {
      padding: 2.5rem 0;
      background: #ffffff;
      border-bottom: 1px solid #e1e5eb;
    }
    .pro-intro img { width: 72px; }
    .pro-intro h2 {
      font-size: 1.5rem;
      font-weight: 700;
      color: #00204a;
      margin-bottom: 0.5rem;
    }
    .pro-intro p {
      font-size: 1.05rem;
      color: #444;
      margin-bottom: 0.75rem;
      max-width: 650px;
    }
    .pro-intro .icon-list i {
      color: #068b0c;
      margin-right: 0.5rem;
    }
    .pro-intro .icon-list li {
      margin-right: 1.5rem;
      font-weight: 600;
    }

    /* Services grid */
    .services {
      padding: 3rem 0;
    }
    .service-card {
      border-radius: 0.75rem;
      overflow: hidden;
      box-shadow: 0 4px 16px rgba(0,32,74,0.05);
      transition: transform .2s, box-shadow .2s;
      background: #fff;
      margin-bottom: 2rem;
    }
    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 24px rgba(0,32,74,0.1);
    }
    .service-header {
      display: flex;
      align-items: center;
      background: #00204a;
      color: #fff;
      padding: 1rem;
    }
    .service-header .icon-wrapper {
      width: 3.25rem;
      height: 3.25rem;
      background: #068b0c;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0.75rem;
      margin-right: 1rem;
    }
    .service-header h3 {
      margin: 0;
      font-size: 1.25rem;
      font-weight: 700;
    }
    .service-header p {
      font-size: 0.95rem;
      color: #e1e5eb;
      margin: 0;
    }
    .service-body {
      padding: 1.5rem 1.75rem;
    }
    .service-body h5 {
      font-size: 1.05rem;
      font-weight: 600;
      margin-top: 1rem;
    }
    .service-body ul {
      padding-left: 1.5rem;
      margin: 0.5rem 0 1rem;
    }
    .service-body ul li {
      margin-bottom: 0.5rem;
      color: #334;
    }

    /* CTA */
    .pro-cta {
      padding: 3rem 0 5rem;
      text-align: center;
      background: #fff;
    }
    .pro-cta h3 {
      font-size: 1.75rem;
      font-weight: 700;
      color: #00204a;
      margin-bottom: 1rem;
    }
    .pro-cta .btn-audit {
      font-size: 1.15rem;
      padding: 0.75rem 2rem;
      border-radius: 2em;
      background: #068b0c;
      color: #fff;
      transition: background .2s;
    }
    .pro-cta .btn-audit:hover {
      background: #005824;
    }
	
	/* Cercle icône dans les cards */
.icon-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

/* Ombre légère et transition */
.card {
  transition: transform .2s, box-shadow .2s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,32,74,0.1);
}

/* Pour les icônes mobile-alt (FontAwesome 5+) */
.fa-mobile-alt, .fa-network-wired {
  /* si tu utilises FontAwesome 4, remplace par fa-mobile et fa-sitemap */
}
/* Grille 2×2 */
.interactive-grid .grid-card {
  background: #fff;
  border-radius: .75rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  padding: 4rem;
  text-align: center;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.interactive-grid .grid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

/* Cacher les détails en CSS par défaut */
#grid-details .detail-panel { display: none; }

/* Détail plein largeur */
.interactive-grid .detail-panel {
  background: #fff;
  border-radius: .75rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  padding: 2rem;
  margin-top: 1.5rem;
}
/* Fond subtil mélange bleu/vert */
.interactive-grid {
  background: #fff
  padding-bottom: 6rem;
  row-gap:    4rem
}

/* Cartes résumé 2×2 */
.interactive-grid .grid-card {
  background: #fff;
  border-radius: .75rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.interactive-grid .grid-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

/* Liseré coloré en bas */
.grid-card::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 6px;
  background: var(--card-accent);
}

/* Variables d’accent sectoriel */
.card-communiquer { --card-accent: #068b0c; }
.card-proteger    { --card-accent: #068b0c; }
.card-travailler  { --card-accent: #00204A; }
.card-evoluer     { --card-accent: #00204A; }

/* Titres & sous-titres */
.grid-card h3 {
  font-size: 1.5rem;
  color: #00204A;
  margin-bottom: .5rem;
}
.grid-card p.small {
  color: #556;
}

/* Panels détails */
#grid-details .detail-panel { display: none; }
.detail-panel {
  background: #fff;
  border-radius: .75rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  padding: 2.5rem;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}
/* Bandeau haut coloré */
.detail-panel::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 6px;
  background: var(--card-accent);
}
/* Titres de panels */
.detail-panel h2 {
  color: #00204A;
  margin-bottom: 1rem;
}
/* Listes */
.detail-panel ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.detail-panel ul li {
  margin-bottom: .6rem;
  color: #334;
}

/* Bouton “Retour” */
.back-btn {
  background: var(--card-accent) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 2em !important;
  padding: .6em 1.5em !important;
  transition: background .2s;
}
.back-btn:hover {
  background: #00462e !important; /* un vert plus sombre au hover */
}
/* S’assure que les .grid-card aient bien du padding & du survol cohérent */
.grid-card {
  padding: 1.5rem;
  border-radius: .8rem;
  box-shadow: 0 4px 16px rgba(0,32,74,0.05);
  transition: transform .2s, box-shadow .2s;
}

/* Hover */
.grid-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,32,74,0.12);
}

/* Espacement interne des titres */
.grid-card h3 {
  font-size: 1.3rem;
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
}

/* Accent color hérité de la classe card-*: */
.card-communiquer { color: #068b0c; }
.card-travailler  { color: #0052a5; }
.card-proteger    { color: #d9534f; }
.card-evoluer     { color: #f0ad4e; }

/* Barre colorée à gauche */
.grid-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 6px; height: 100%;
  background: currentColor;
  border-radius: .4rem 0 0 .4rem;
}
.grid-card h3 {
  display: flex;
  align-items: center;    /* centre verticalement icône+texte */
  justify-content: center;/* centre horizontalement */
  text-align: center;     /* au cas où */
}
/* 1. Centre titre + icône */
.grid-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 2. (Optionnel) Si tu veux encore plus de vertical gap */
#grid-overview .col-6 {
  margin-bottom: 2rem; /* ou 3rem si tu veux */
}

/* 3. Style icônes dans detail */
.detail-panel h2 i {
  color: currentColor;
  font-size: 1.2em;
  vertical-align: middle;
  margin-right: .5rem;
}
/* Onglets Services – style glossy */

#services .nav-tabs .nav-link {
  background: transparent;
  border: none;
  border-radius: 0.5rem;
  padding: 1rem 0.5rem;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
#services .nav-tabs {
  border-bottom: none;
}
#services .nav-tabs .nav-item {
  margin-bottom: 0; /* on gère le padding interne */
}

/* État actif */
#services .nav-tabs .nav-link.active {
  background: #068b0c;
  color: #fff;
  box-shadow: inset 0 -4px 0 rgba(0,0,0,0.2);
}

/* Survol */
#services .nav-tabs .nav-link:not(.active):hover {
  background: rgba(6, 139, 12, 0.1);
  color: #068b0c;
  backdrop-filter: blur(4px);
}

/* Icônes dans les onglets */
#services .nav-tabs .nav-link i {
  display: block;
  margin-bottom: 0.5rem;
}
/* Onglets - fond par défaut, relief discret */
#services .nav-tabs .nav-link {
  background: #f1f1f1;          /* fond clair */
  color: #00204a !important;                 /* texte sombre */
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  margin: 0 .25rem;             /* espacement horizontal */
}

/* Fond vert pour l'onglet actif */
#services .nav-tabs .nav-link.active {
  background: #068b0c !important;
  color: #fff !important;
  box-shadow: inset 0 -4px 0 rgba(0,0,0,0.2);
}

/* Effet au survol */
#services .nav-tabs .nav-link:not(.active):hover {
  background: #e3f6e3;          /* vert très pâle */
  color: #068b0c;
}

/* Arrondir un peu les onglets */
#services .nav-tabs .nav-link {
  border-radius: .5rem;
}
/* === GRID DE CARTES “COMMUNIQUER” === */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px,1fr));
  gap: 2rem;
  margin-top: 1rem;
}

/* chaque carte */
.service-card {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 1.5rem 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform .3s, box-shadow .3s;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}

/* pastille icône */
.service-card .icon-circle {
  position: absolute;
  top: -1.5rem;
  left: 1.5rem;
  width: 3rem; height: 3rem;
  background: #068b0c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

/* titre carte */
.service-card .service-title {
  margin-top: 1rem;
  color: #00204a;
  font-weight: 600;
}
/* sous-titre */
.service-card .service-subtitle {
  font-style: italic;
  color: #334;
  margin-bottom: .75rem;
}
/* texte d’intro */
.service-card .service-text {
  margin-bottom: .75rem;
  color: #555;
  line-height: 1.5;
}
/* liste */
.service-card .service-list {
  list-style: disc inside;
  color: #444;
  margin: 0;
  padding-left: 1rem;
}
/* spacing & responsive */
@media (max-width: 991px) {
  .services-grid { gap: 1rem; }
  .service-card { padding: 1.5rem 1rem 1rem; }
}
/* 1) Autoriser le dépassement de la pastille */
.service-card {
  overflow: visible;           /* par défaut c’est hidden dans certains contextes */
  padding-top: 3rem;           /* un peu plus d’espace en haut pour la pastille */
}

/* 2) Recalibrer légèrement la position de la pastille si besoin */
.service-card .icon-circle {
  top: -1.75rem;               /* remonte un tout petit peu plus */
}
.pro-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 2rem;
  align-items: start;
  justify-items: center;
}

.pro-cards-grid .center-image {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.pro-cards-grid .service-card:nth-child(2) {
  /* Carte 1 */
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.pro-cards-grid .service-card:nth-child(3) {
  /* Carte 2 */
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.pro-cards-grid .service-card:nth-child(4) {
  /* Carte 3 */
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.pro-cards-grid .service-card:nth-child(5) {
  /* Carte 4 */
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

.pro-cards-grid .service-card:nth-child(6) {
  /* Carte 5 */
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}

/* Ajustements généraux */
.pro-cards-grid .service-card {
  max-width: 320px;
}
.pro-cards-grid .center-image img {
  max-height: 400px;
  width: auto;
}
/* — Override pour la grille des cartes de la section services — */
.services-grid {
  display: grid;
  gap: 1.5rem;
  /* sur desktop : 2 colonnes de même largeur pour répartir les cartes */
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

/* — Les cartes prennent tout l’espace de leur colonne — */
.services-grid .service-card {
  max-width: none !important;
  width: 100% !important;
}
/* = Grille 2×2 autour de l’image = */
.services-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1.5rem;
  align-items: start;
}

/* L’image occupe la première cellule et s’étend sur 2 lignes */
.services-grid-layout .services-image {
  grid-column: 1;
  grid-row: 1 / span 2;
}

/* Les cartes occupent les 3 autres cellules dans l’ordre */
.services-grid-layout .service-card:nth-of-type(1) {
  grid-column: 2;
  grid-row: 1;
}

.services-grid-layout .service-card:nth-of-type(2) {
  grid-column: 1;
  grid-row: 2;
}

.services-grid-layout .service-card:nth-of-type(3) {
  grid-column: 2;
  grid-row: 2;
}

/* Si tu as une 5ᵉ carte, tu peux lui faire occuper toute la 3ᵉ rangée : */
.services-grid-layout .service-card:nth-of-type(4) {
  /* pas nécessaire ici, car on n’en affiche que 4 pour Communiquer */
}

/* Ajustement responsive : en dessous de 768px on repasse en 1 colonne */
@media (max-width: 767px) {
  .services-grid-layout {
    grid-template-columns: 1fr;
  }
  .services-grid-layout .services-image {
    grid-column: 1;
    grid-row: 1;
  }
  .services-grid-layout .service-card { grid-column: 1; grid-row: auto; }
}
.google-reviews {
  max-width: 1000px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
  text-align: center;
}
.google-reviews h3 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  color: #00204a;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 1.5rem;
}
.review-card {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1rem;
}
.reviewer-info strong {
  display: block;
  font-size: 1rem;
  color: #00204a;
}
.stars {
  color: #f5a623;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.review-text {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.4;
  margin-top: 0.5rem;
}
/* À ajouter à votre style.css */
.review-summary {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #00204a;
}
.review-summary .average {
  font-weight: 700;
}
.review-summary .stars-summary i {
  color: #f5a623;
  margin-left: 0.1rem;
}
.review-summary .count {
  color: #334;
}
.gmb-reviews-section { font-family: Roboto, sans-serif; }
.gmb-summary .stars { font-size: 1.5rem; color: #f5c518; }
.gmb-summary .meta  { color: #555; margin-top: .25rem; }
.gmb-list { padding: 0; max-width: 800px; margin: 0 auto; }
.gmb-item { border-top: 1px solid #eee; padding: 1.25rem 0; }
.gmb-item:first-child { border-top: none; }
.gmb-item .author { font-weight: 700; }
.gmb-item .date   { color: #888; font-size: .9rem; margin-left: .5rem; }
.gmb-item .stars  { color: #f5c518; margin: .5rem 0; }

#google-reviews-section .reviews-list .card {
  border: 1px solid #ddd;
  border-radius: .5rem;
}
.mb-3.text-center {
    margin-top: 10px;
}
section.partenaire-slider.py-3 {
    background:#f8f8fb;;
}
section.clients-section.py-5 {
  background:#f8f8fb;
}
/* — Alignement des barres sous les 4 cartes — */
.feature-card .feature-content {
  /* On laisse la zone de contenu prendre tout l'espace disponible */
  flex: 1 1 auto;
}

.feature-card .card-link-arrow {
  /* On pousse le lien/flèche tout en bas de la carte */
  margin-top: auto;
}/* Overlay full-screen caché par défaut */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2000;
}
/* Quand on veut l’afficher */
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* Boîte blanche centrée */
.popup-content {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
/* Pop-up en animation d’ouverture */
.overlay.active .popup-content {
  transform: scale(1);
}

/* Bouton fermer */
.close-popup {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
}

/* Overlay full-screen caché par défaut */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2000;
}
/* Quand on veut l’afficher */
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* Boîte blanche centrée */
.popup-content {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
/* Pop-up en animation d’ouverture */
.overlay.active .popup-content {
  transform: scale(1);
}

/* Bouton fermer */
.close-popup {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
}
