/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #ffffff;
  overflow-x: hidden;
  font-size: 14px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}

* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #FFAC0E;
  border-color: #FFAC0E;
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #141B50;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 14px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
  border-image: initial;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  color: #141B50;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

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

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

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

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

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

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

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

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

/* One Click Scrool Top Button*/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #FFAC0E;
  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;
  font-size: 16px;
  color: #fff !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 4px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #141B50;
}

/* Overlay */
.overlay {
  position: relative;
  z-index: 1;
}

.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #141B50;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 30px;
  background-color: #FFAC0E;
  color: #fff;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn i {
  display: inline-block;
  margin-right: 5px;
}

.button .btn:last-child {
  margin: 0;
}

.button .btn:hover {
  color: #fff;
  background-color: #141B50;
  -webkit-box-shadow: 0px 4px 4px #0000000f;
  box-shadow: 0px 4px 4px #0000000f;
}

.button .btn-alt {
  background-color: #141B50 !important;
  color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn-alt {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn-alt {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn-alt:hover {
  background-color: #FFAC0E !important;
  color: #fff !important;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #FFAC0E;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

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

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

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

/*--------------------------------------------------------------
Global Start
--------------------------------------------------------------*/

/* Header */
.section-title {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title .tag {
    color: #FF7A00;
    font-weight: 600;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0A2A6C;
    margin-top: 1rem;
}

@media (min-width: 1024px) {
    .section-title h2 {
        font-size: 3.2rem;
    }
}

.card-custom {
    border-radius: 1.5rem; /* Ajuste selon ton besoin */
    overflow: hidden;
}

/* Lien liste */
.category-link {
    transition: all 0.3s;
}

/* Hover ou actif */
.category-link:hover,
.category-link.active {
    color: #FF7A00 !important;
}

.category-link:hover .badge,
.category-link.active .badge {
    color: #FF7A00 !important;
}


/*--------------------------------------------------------------
Global Start
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Features Band Start
--------------------------------------------------------------*/

/* Section */
.features-band {
    background: #fff;
    padding: 2rem 0;
    margin-top: -4rem;
    position: relative;
    z-index: 20;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* Container */
.features-band .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Grid responsive */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Item */
.feature-item {
    text-align: center;
    padding: 1.2rem;
    border-radius: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.feature-item:hover {
    background: #f9fafb;
}

/* Icon container */
.feature-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 0.8rem auto;
    border-radius: 1rem;
    background: linear-gradient(to bottom right, #0A2A6C, #FF7A00);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .3s ease;
}

.feature-item:hover .feature-icon {
    transform: scale(1.1);
}

/* Icon style */
.feature-icon i {
    color: #fff;
    font-size: 1.8rem;
}

/* Title */
.feature-item h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #0A2A6C;
    margin-bottom: .3rem;
}

/* Description */
.feature-item p {
    font-size: .9rem;
    color: #6b7280;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 colonnes égales */
    gap: 2rem; /* espacement entre les items */
}

/* Optionnel : style des items pour qu'ils soient homogènes */
.feature-item {
    text-align: center;
    padding: 1.5rem;
    background: #fff; /* ou une couleur de fond si nécessaire */
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*--------------------------------------------------------------
Features Band End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Solutions Section Start
--------------------------------------------------------------*/

/* Section */
.solutions-section {
    background: #f9fafb;
    padding: 6rem 0;
}

/* Container */
.solutions-section .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}


.solutions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

/* Tablette */
@media (min-width: 768px) {
    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .solutions-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* Card */
.solution-card {
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all .3s ease;
    cursor: pointer;
}

.solution-card:hover {
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* Image */
.solution-image {
    position: relative;
    height: 14rem;
    overflow: hidden;
}

.solution-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.solution-card:hover .solution-image img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 42, 108, 0.8), transparent);
}

/* Content */
.solution-content {
    padding: 2rem;
}

.solution-content .icon {
    width: 3rem;
    height: 3rem;
    background: #FF7A00;
    border-radius: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-content .icon i {
    color: #fff;
    font-size: 1.5rem;
}

.solution-content h3 {
    margin-top: 1.2rem;
    font-size: 1.7rem;
    font-weight: 700;
    color: #0A2A6C;
}

.solution-content p {
    margin: 1rem 0 1.5rem;
    color: #6b7280;
    line-height: 1.7;
}

/* Link */
.learn-more {
    color: #FF7A00;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    text-decoration: none;
    transition: .3s;
}

.learn-more:hover {
    text-decoration: underline;
}


/*--------------------------------------------------------------
Solutions Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Sectors Section Start
--------------------------------------------------------------*/

/* Section */
.sectors-section {
    background: #fff;
    padding: 6rem 0;
}

/* Container */
.sectors-section .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Sector rows */
.sector-row {
    display: grid;
    gap: 3rem;
    margin-bottom: 6rem;
}

@media (min-width: 1024px) {
    .sector-row {
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }
}

.reverse-row {
    direction: rtl;
}

.reverse-row * {
    direction: ltr;
}

/* Image */
.sector-image .image-wrapper {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    height: 400px;
}

.sector-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Content */
.sector-content {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.sector-badge {
    display: inline-block;
    background: rgba(255, 122, 0, 0.1);
    color: #FF7A00;
    padding: .5rem 1.1rem;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 600;
}

.sector-content h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0A2A6C;
}

.sector-content p {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.7;
}

/* Stats */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.stats-grid div {
    background: #f9fafb;
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
}

.stats-grid p {
    color: #FF7A00;
    font-weight: 700;
    font-size: 1.2rem;
}

/* Button */
.sector-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .9rem 2rem;
    background: #0A2A6C;
    color: #fff;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    width: fit-content;
    transition: .3s;
}

.sector-btn:hover {
    background: #0d3380;
}

/* MOBILE RESPONSIVE - SECTEURS */
@media (max-width: 767px) {
    .sector-row {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 4rem;
        text-align: center;
    }

    .reverse-row {
        direction: ltr; /* supprimer le sens inversé sur mobile */
    }

    .sector-image .image-wrapper {
        height: 250px; /* réduire la hauteur sur mobile */
        margin: 0 auto; /* centrer l'image */
    }
}



/*--------------------------------------------------------------
Sectors Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Testimonials Start
--------------------------------------------------------------*/

/* ========= BACKGROUND GRADIENT ========= */
.testimonials-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #0A2A6C, #0d3380);
    overflow: hidden;
}

/* ========= BLURRED ORANGE ORBS ========= */
.bg-blur-1,
.bg-blur-2 {
    position: absolute;
    width: 380px;
    height: 380px;
    background: #FF7A00;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.12;
}

.bg-blur-1 {
    top: -40px;
    left: -40px;
}

.bg-blur-2 {
    bottom: -40px;
    right: -40px;
}

/* ========= CONTAINER ========= */
.testi-container {
    max-width: 1000px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

/* ========= TITRES ========= */
.testi-header {
    text-align: center;
    margin-bottom: 70px;
}

.testi-header .subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.testi-header .title {
    font-size: 42px;
    font-weight: 800;
    color: white;
    margin-top: 15px;
}

.testi-header .highlight {
    color: #FF7A00;
}

/* ========= BOX ========= */
.testi-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 60px;
    border-radius: 28px;
}

.quote-icon {
    font-size: 70px;
    color: #FF7A00;
}

.testi-text {
    font-size: 24px;
    color: white;
    font-style: italic;
    line-height: 1.6;
    margin-top: 20px;
}

/* ========= AUTHOR ========= */
.testi-author {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.testi-author img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FF7A00;
}

.testi-author .name {
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.testi-author .job {
    color: rgba(255, 255, 255, 0.7);
}

/* ========= BUTTONS ========= */
.testi-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 35px;
}

.testi-buttons button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: white;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
}

.btn-prev:hover {
    background: rgba(255, 255, 255, 0.12);
}

.btn-next {
    background: #FF7A00;
    border-color: #FF7A00;
}

.btn-next:hover {
    background: #e66a00;
}


/*--------------------------------------------------------------
Testimonials End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
CTA Section Start
--------------------------------------------------------------*/

/* ========= SECTION ========= */
.cta-section {
    background: #FF7A00;
    padding: 90px 0;
    text-align: center;
}

/* ========= CONTAINER ========= */
.cta-container {
    max-width: 850px;
    margin: auto;
    padding: 0 25px;
}

/* ========= TITRE ========= */
.cta-title {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

/* ========= TEXTE ========= */
.cta-text {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
}

/* ========= BOUTON ========= */
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #0A2A6C;
    padding: 16px 40px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
}

.cta-btn:hover {
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}

/* CTA Section - Mobile */
@media (max-width: 767px) {
    .cta-title {
        font-size: 28px; /* taille réduite pour mobile */
        line-height: 1.3;
    }

    .cta-text {
        font-size: 16px; /* si tu remets le texte */
    }

    .cta-btn {
        padding: 12px 25px;
        font-size: 16px;
    }
}


/*--------------------------------------------------------------
CTA Section End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Page Solutions Responsive
--------------------------------------------------------------*/

/* Solution Card */
.page-solution-card {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 30px;
  position: relative;
  flex-wrap: wrap; /* pour petits écrans */
}

.page-solution-card.alt {
  background-color: #f7f7f7;
  flex-direction: row-reverse;
}

/* Content */
.solution-content {
  flex: 1;
  min-width: 300px;
}

.solution-number {
  width: 60px;
  height: 60px;
  background-color: #FF7A00;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.solution-title {
  font-size: 32px;
  font-weight: bold;
  color: #0A2A6C;
  margin-bottom: 20px;
}

.solution-desc {
  font-size: 16px;
  color: #555555;
  margin-bottom: 20px;
}

.solution-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.solution-features li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  color: #444444;
}

.solution-features li::before {
  content: "✔";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #FF7A00;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  flex-shrink: 0;
}

/* Button */
.solution-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 2px solid #0A2A6C;
  color: #0A2A6C;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.solution-btn:hover {
  background-color: #0A2A6C;
  color: white;
}

/* Image Wrapper */
.solution-image-wrapper {
  flex: 1;
  position: relative;
  border-radius: 30px;
  min-width: 300px;
}

.solution-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
  display: block;
}

.solution-image-bg {
  position: absolute;
  inset: -10px;
  background: linear-gradient(135deg, rgba(10,42,108,0.2), rgba(255,122,0,0.2));
  filter: blur(30px);
  border-radius: 30px;
  z-index: -1;
}

.solution-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.solution-icon i {
  color: #FF7A00;
  font-size: 24px;
}

/*--------------------------------------------------------------
Responsive Styles
--------------------------------------------------------------*/

/* Tablettes */
@media(max-width: 1024px) {
  .page-solution-card {
    flex-direction: column;
    text-align: center;
    padding: 30px;
    gap: 30px;
  }

  .page-solution-card.alt {
    flex-direction: column;
  }

  .solution-content, .solution-image-wrapper {
    order: initial;
  }

  .solution-number {
    margin: 0 auto 20px;
  }

  .solution-title {
    font-size: 28px;
  }

  .solution-desc {
    font-size: 15px;
  }

  .solution-features li {
    font-size: 14px;
  }

  .solution-icon {
    top: 10px;
    right: 10px;
  }
}

/* Petits écrans mobiles */
@media(max-width: 768px) {
  .page-solution-card {
    padding: 20px;
    gap: 20px;
  }

  .solution-title {
    font-size: 24px;
  }

  .solution-desc {
    font-size: 14px;
  }

  .solution-features li {
    font-size: 13px;
  }

  .solution-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .solution-icon {
    width: 50px;
    height: 50px;
  }

  .solution-icon i {
    font-size: 20px;
  }
}

/* Très petits écrans */
@media(max-width: 480px) {
  .solution-title {
    font-size: 20px;
  }

  .solution-desc {
    font-size: 13px;
  }

  .solution-features li {
    font-size: 12px;
  }

  .solution-number {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .solution-icon {
    width: 45px;
    height: 45px;
  }

  .solution-icon i {
    font-size: 18px;
  }
}


/*--------------------------------------------------------------
Page Solutions End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Comparison Table Start
--------------------------------------------------------------*/

/* Container et structure */
.comparatif-section {
  padding: 6rem 0;
  background-color: #f9fafb;
  font-family: sans-serif;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header */
.header .subtitle {
  color: #FF7A00;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.header .title {
  color: #0A2A6C;
  font-weight: 800;
  font-size: 2.5rem;
  margin-top: 1rem;
  line-height: 1.2;
}

/* Card */
.comparatif-card {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  overflow: hidden;
}

/* Header ligne du tableau */
.comparatif-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #0A2A6C;
  color: #fff;
}
.comparatif-header .col {
  padding: 1.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
}
.comparatif-header .feature-col {
  text-align: left;
}
.comparatif-header .premium-col {
  background-color: #FF7A00;
}

/* Corps du tableau */
.comparatif-body .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #e5e7eb;
}
.comparatif-body .row.odd {
  background-color: #f9fafb;
}
.comparatif-body .row.even {
  background-color: #fff;
}
.feature {
  padding: 1.5rem;
  color: #374151;
}
.check {
  padding: 1.5rem;
  text-align: center;
  border-left: 1px solid #e5e7eb;
  font-size: 1.5rem;
}
.check.standard span {
  color: #9ca3af; /* gris clair */
}
.check.premium {
  background-color: rgba(255, 172, 14, 0.05);
}
.check.premium span {
  color: #FF7A00;
}

/* CTA */
.cta {
  text-align: center;
  margin-top: 3rem;
}
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #FF7A00;
  color: #fff;
  padding: 1rem 2.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cta-button:hover {
  background-color: #e66d00;
}
.arrow {
  font-size: 1.25rem;
}

/*--------------------------------------------------------------
Comparison Table End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Sectors Grid Start
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Sectors Grid Responsive Updated
--------------------------------------------------------------*/

/* Grille */
.sectors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 2rem;
}

/* Carte secteur */
.sector-card {
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.sector-card:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* Image + overlay */
.image-wrapper {
  position: relative;
  height: 18rem;
  overflow: hidden;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.sector-card:hover img {
  transform: scale(1.1);
}
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
  transition: background 0.3s ease;
}
.sector-card:hover .overlay {
  background: rgba(0,0,0,0.3);
}

/* Titre + icône au-dessus de l'overlay */
.title-wrapper {
  position: absolute;
  bottom: 1.5rem; /* reste en bas */
  left: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 2; /* au-dessus de l'overlay */
}

/* Overlay reste derrière */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
  border-radius: inherit;
  z-index: 1; /* en dessous du titre */
  transition: background 0.3s ease;
}

.sector-card:hover .overlay {
  background: rgba(0,0,0,0.3);
}

/* Icone */
.title-wrapper .icon {
  width: 3rem;
  height: 3rem;
  background-color: #FF7A00;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-wrapper .icon i {
  color: #fff;
  font-size: 1.5rem;
}
.title-wrapper h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

/* Contenu */
.content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.content p {
  color: #4B5563;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Stats */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 1rem; */
}
.stat {
  background-color: #f9fafb;
  border-radius: 1rem;
  /* padding: 1rem; */
  text-align: center;
}
.stat .value {
  color: #FF7A00;
  font-weight: 700;
  /* font-size: 1.25rem; */
  margin-bottom: 0.25rem;
}
.stat .label {
  font-size: 0.7rem;
  color: #6B7280;
}

/* CTA link */
.cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #FF7A00;
  text-decoration: none;
  font-size: 0.9rem;
}
.cta-link:hover {
  text-decoration: underline;
}
.arrow {
  font-size: 1rem;
}

/*--------------------------------------------------------------
Responsive Styles
--------------------------------------------------------------*/

/* Tablettes */
@media(max-width: 1024px) {
  .image-wrapper {
    height: 16rem;
  }
  .title-wrapper h3 {
    font-size: 1.3rem;
  }
  /* .stat .value {
    font-size: 1.15rem;
  } */
  .stat .label {
    font-size: 0.65rem;
  }
  .content p {
    font-size: 0.9rem;
  }
  .cta-link {
    font-size: 0.85rem;
  }
}

/* Mobiles moyens */
@media(max-width: 768px) {
  .sectors-grid {
    grid-template-columns: 1fr;
  }
  .image-wrapper {
    height: 14rem;
  }
  .title-wrapper h3 {
    font-size: 1.2rem;
  }
  
  /* Stats réduites, 2 par ligne */
  .stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .stat {
    padding: 0.4rem;
  }
  /* .stat .value {
    font-size: 0.9rem;
  } */
  .stat .label {
    font-size: 0.55rem;
  }

  /* Texte et CTA */
  .content p {
    font-size: 0.8rem;
  }
  .cta-link {
    font-size: 0.75rem;
  }
}
/* Petits écrans mobiles */
@media(max-width: 480px) {
  .image-wrapper {
    height: 12rem;
  }

  /* Titre + icône en bas, au-dessus de l'overlay */
  .title-wrapper {
    bottom: 0.8rem; /* reste en bas */
    left: 0.8rem;
    right: 0.8rem;
    gap: 0.5rem;
    z-index: 2; /* au-dessus de l'overlay */
  }
  .title-wrapper .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .title-wrapper .icon i {
    font-size: 1.2rem;
  }
  .title-wrapper h3 {
    font-size: 1rem;
  }

  /* Contenu */
  .content {
    padding: 1.5rem;
    gap: 1rem;
  }

  /* Stats réduites, 2 par ligne */
  .stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .stat {
    padding: 0.4rem;
  }
  /* .stat .value {
    font-size: 0.9rem;
  } */
  .stat .label {
    font-size: 0.55rem;
  }

  /* Texte et CTA */
  .content p {
    font-size: 0.8rem;
  }
  .cta-link {
    font-size: 0.75rem;
  }
}


/*--------------------------------------------------------------
Sectors Grid End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Use Cases Timeline Start
--------------------------------------------------------------*/

/* Section */
.usecases-section {
  background-color: #fff;
  padding: 6rem 1.5rem;
  font-family: sans-serif;
}

.usecases-section .tag {
  display: inline-block;
  color: #FF7A00;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.usecases-section h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0A2A6C;
  margin-top: 1rem;
}

/* Timeline container */
.timeline {
  position: relative;
  margin-top: 4rem;
  padding: 2rem 0;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  top: 0.5rem; /* commence légèrement au-dessus */
  bottom: 1.5rem; /* s'arrête juste avant le dernier item */
  background-color: #FF7A00;
}


/* Timeline item */
.timeline-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  margin-bottom: 7rem;
  display: flex;
}

/* LEFT SIDE */
.timeline-item.left {
  justify-content: flex-start;
}

.timeline-item.left .content {
  width: 50%;
  padding-right: 3rem;
  text-align: right;
}

/* RIGHT SIDE */
.timeline-item.right {
  justify-content: flex-end;
}

.timeline-item.right .content {
  width: 50%;
  padding-left: 3rem;
  text-align: left;
}

/* Circle number */
.timeline-item .circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.4rem;
  height: 2.4rem;
  background-color: #FF7A00;
  border-radius: 50%;
  border: 4px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  z-index: 10;
}

/* Cards */
.secteur-card {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.secteur-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.secteur-card-header img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 2px solid #FF7A00;
  object-fit: cover;
}

.sector {
  font-size: 0.875rem;
  font-weight: 600;
  color: #FF7A00;
}

/* Client Name */
.client {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0A2A6C;
  margin: 0.5rem 0;
}

/* Details (problem / solution / results) */
.case-details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.case-details .problem {
  background-color: #fee2e2;
  border-left: 4px solid #ef4444;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

.case-details .solution {
  background-color: #e0f2fe;
  border-left: 4px solid #0A2A6C;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

.case-details .results {
  background-color: #d1fae5;
  border-left: 4px solid #10b981;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

.case-details .label {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.case-details .problem .label { color: #b91c1c; }
.case-details .solution .label { color: #0A2A6C; }
.case-details .results .label { color: #047857; }

.case-details .text {
  font-size: 0.875rem;
  color: #374151;
  margin: 0;
}


/* Responsive Timeline */
@media (max-width: 992px) {

  /* Masquer la ligne centrale */
  .timeline::before {
    display: none;
  }

  /* Timeline items deviennent des colonnes */
  .timeline-item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
  }

  /* Contenu prend toute la largeur */
  .timeline-item.left .content,
  .timeline-item.right .content {
    width: 100%;
    padding: 0 1rem;
    text-align: center;
  }

  /* Cercle centré au-dessus de la carte */
  .timeline-item .circle {
    position: relative;
    top: -1rem;
    left: auto;
    transform: translateY(-50%);
    margin-bottom: 1rem;
  }

  /* Cards plus larges et padding réduit */
  .secteur-card {
    padding: 1.5rem;
  }

  /* Header des cartes en colonne */
  .secteur-card-header {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }

  /* Image un peu plus petite */
  .secteur-card-header img {
    width: 3.5rem;
    height: 3.5rem;
  }

  /* Texte client légèrement plus petit */
  .client {
    font-size: 1.25rem;
  }

  /* Texte case-details inchangé mais centré */
  .case-details .text {
    font-size: 0.875rem;
  }
}

/* Pour très petits écrans <576px */
@media (max-width: 576px) {
  .secteur-card {
    padding: 1rem;
  }

  .client {
    font-size: 1.1rem;
  }

  .secteur-card-header img {
    width: 3rem;
    height: 3rem;
  }

  .case-details .label {
    font-size: 0.7rem;
  }

  .case-details .text {
    font-size: 0.8rem;
  }
}



/*--------------------------------------------------------------
Use Cases Timeline End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Mission & Vision Start
--------------------------------------------------------------*/

/* Section */
.mission-vision-section {
  background-color: #fff;
  padding: 6rem 1.5rem;
  font-family: sans-serif;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Grid */
.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Icons */
.icon, .vision-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.icon { background-color: #0A2A6C; }
.vision-icon { background-color: #0A2A6C; }

/* Titles & description */
h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0A2A6C;
  margin-bottom: 1rem;
}
.description {
  font-size: 1.125rem;
  color: #4B5563;
  line-height: 1.75rem;
  margin-bottom: 2rem;
}

/* Features (Mission) */
.mission-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mission-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.mission-feature-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #FF7A00;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
.mission-feature-text h3 {
  font-weight: 700;
  color: #0A2A6C;
  margin-bottom: 0.25rem;
  font-size: 16px !important;
}
.mission-feature-text p {
  font-size: 0.875rem;
  color: #4B5563;
  margin: 0;
}

/* Stats (Vision) */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* gap: 1.5rem; */
}
.stat {
  background-color: #F9FAFB;
  /* padding: 1.5rem; */
  border-radius: 1rem;
  text-align: center;
}
.stat .value {
  /* font-size: 2.5rem; */
  font-weight: 800;
  color: #FF7A00;
  margin-bottom: 0.5rem;
}
.stat .label {
  font-size: 0.875rem;
  color: #4B5563;
}

/*--------------------------------------------------------------
Mission & Vision End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Story Section Start
--------------------------------------------------------------*/

/* Container */
.parcours-section {
  background-color: #f9fafb;
  padding: 6rem 1.5rem;
  font-family: sans-serif;
}
.container {
  max-width: 900px;
  margin: 0 auto;
}

/* Header */
.section-header .subtitle {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FF7A00;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
.section-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0A2A6C;
  margin-bottom: 3rem;
}

/* Timeline */
.timeline {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

/* Timeline Item */
.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  /* padding: 2rem; */
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.timeline-item .year {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}
.timeline-item.orange .year { background-color: #FF7A00; }
.timeline-item.blue .year { background-color: #0A2A6C; }

/* Content */
.timeline-item .content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0A2A6C;
  margin-bottom: 0.75rem;
}
.timeline-item .content p {
  font-size: 1rem;
  color: #4B5563;
  line-height: 1.75rem;
  margin: 0;
}

/*--------------------------------------------------------------
Story Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Team Section End
--------------------------------------------------------------*/
.team-section {
    background-color: #ffffff;
    padding: 6rem 1.5rem;
    font-family: sans-serif;
}

.team-section .tag {
    display: inline-block;
    color: #FF7A00;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.team-section h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0A2A6C;
    margin-top: 1rem;
}

.team-section .team-text {
    font-size: 1.125rem;
    color: #374151;
    max-width: 800px;
    margin: 2rem auto 0 auto;
    line-height: 1.8;
}


/*--------------------------------------------------------------
Team Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Contact Start
--------------------------------------------------------------*/

/* TITRE DEMANDEZ VOTRE DEVIS */
.devis-title {
    font-size: 2rem; /* plus petit */
    font-weight: 700;
    color: #0A2A6C;
}

/* SECTION CONTACT INFO */
.contact-info-section {
    background: #0A2A6C !important;
}

.contact-info-icone {
  background-color: #ffffff1a !important;
  border-radius: 10%;
  color: #FF7A00 !important;
}

.contact-info-section h2,
.contact-info-section h6,
.contact-info-section p,
.contact-info-section a {
    color: #fff !important;
}

/* .contact-info-section i {
    color: #FF7A00 !important;
} */



/* INPUTS PREMIUM */
.form-control,
.form-select,
textarea {
    height: 55px;
    border-radius: 12px;
    border: 1px solid #ddd;
    transition: all .25s ease;
}

textarea {
    height: auto;
    border-radius: 12px;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
    border-color: #FF7A00;
    box-shadow: 0 0 0 0.2rem rgba(255,122,0,0.25);
}

/* Boutons arrondis */
.btn {
    border-radius: 12px !important;
}
/* Styles pour la section FAQ - Version ombres prononcées */
.accordion {
    max-width: 750px;
    margin: 0 auto;
}

.accordion-item {
    border: none;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 
        0 4px 6px rgba(0, 0, 0, 0.05),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    background-color: white;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    padding: 10px 0;
}

/* Effet 3D de détachement */
.accordion-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.accordion-item:hover {
    transform: translateY(-5px);
}

.accordion-item:hover::before {
    opacity: 1;
}

/* Animation d'ouverture */
.accordion-item.active {
    box-shadow: 
        0 8px 15px rgba(0, 0, 0, 0.1),
        0 15px 30px rgba(0, 0, 0, 0.12);
}

.section-title {
    width: 100%;
    margin: 0 auto 40px auto;
    text-align: center;
}

.faq-btn {
    width: 100%;
    text-align: left;
    padding: 20px 60px 20px 25px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0066cc;
    background-color: white;
    border: none;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-btn:not(.collapsed) {
    color: #ff6600;
    background-color: #fff8f3;
    box-shadow: inset 0 2px 5px rgba(255, 102, 0, 0.1);
}

.faq-btn:after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    font-weight: 300;
    color: #0066cc;
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 102, 204, 0.08);
    border-radius: 50%;
}

.faq-btn:not(.collapsed):after {
    content: '-';
    color: #ff6600;
    background: rgba(255, 102, 0, 0.1);
    transform: translateY(-50%);
}

.faq-btn:hover {
    color: #0052a3;
}

.faq-btn:hover:after {
    background: rgba(0, 102, 204, 0.15);
}

.faq-btn:not(.collapsed):hover {
    color: #e65c00;
}

.faq-btn:not(.collapsed):hover:after {
    background: rgba(255, 102, 0, 0.15);
}

.accordion-body {
    padding: 22px 25px;
    background-color: white;
    color: #444;
    line-height: 1.7;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.95rem;
}

/*--------------------------------------------------------------
Contact End
--------------------------------------------------------------*/