/* Migrated from static site */
/* fonts */
@font-face {
  font-family: 'Tahoma';
  src: url('../fonts/tahomabd.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MontserratBold';
  src: url('../fonts/montserrat-bold.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MontserratSemiBold';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Tahoma', sans-serif;
}

.body-title-1 {
  font-family: 'MontserratBold', sans-serif;
}

.body-title-2 {
  font-family: 'MontserratSemiBold', sans-serif;
}

.color-2 {
  color: #1e3a5f !important;
}

.color-1 {
  color: #f07c0e;
}

h1 {
color: #2c3e50;
}
footer {
font-size: 0.9rem;
}
nav {
background-color: rgb(242 242 242) !important;
}
.navbar {
padding: 0;
}
#navbarNav, .ul-navbar-nav {
height: 86px;
}
.ul-navbar-nav a {
display: flex;
height: 100%;
align-items: center;
transition: .3s;
}
.ul-navbar-nav a:hover {
background-color: #fff;
}
.navbar-brand img {
height: 70px;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .social-icons .nav-link {
  color: #000;
}
.offcanvas.offcanvas-end {
  background-color: #fff;
}
.offcanvas-header {
  border-bottom: 1px solid #ccc;
}
.offcanvas-body .nav-link {
  font-size: 1.25rem;
  padding: 1rem 1rem;
  border-bottom: 1px solid #eee;
}


.social-icons {
  gap: 8px;
}

.social-icon-circle {
  width: 32px;
  height: 32px;
  background-color: #FF8C00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 0;
}

.social-icon-circle:hover {
  background-color: #FF7700;
  transform: scale(1.1);
}

.social-icon-circle img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.nav-container {
  background-color: white;
  padding: 15px 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/*===== style nos partenaire ======*/
.partners-section {
  background-color: #f8f9fa;
  padding: 40px 0;
}

.partners-title {
  font-size: 3rem;
  margin-bottom: 25px;
  text-align: center;
}

.partners-title .text-dark {
  /* color: #333 !important; */
  font-weight: 300;
}

.partners-title .text-orange {
  /* color: #FF8C00 !important; */
  font-weight: 600;
}

.partner-logo {
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 15px;
}

.partner-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.partner-logo img {
  width: 200px;
  /* height: 400px; */
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
}

.partners-section .splide__track {
  overflow: visible;
}

.partners-section .splide__list {
  align-items: center;
}

.partners-section .splide__slide {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

/* Masquer les flèches de navigation */
.partners-section .splide__arrows {
  display: none;
}

/* Masquer la pagination */
.partners-section .splide__pagination {
  display: none;
}

/* Container strict pour limiter le carrousel */
.partners-container {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.partners-section .splide__track {
  overflow: hidden;
}

.partners-section .splide__list {
  display: flex;
  align-items: center;
}


/*====== Styles pour le footer ======*/
.footer {
/* #0c245b */
background-image: linear-gradient(rgba(12, 36, 91, 0.6), rgba(12, 36, 91, 0.6)), url('../images/asic_illustrationc.png');
background-repeat: no-repeat;
background-position: right -505px center;
background-size: cover;

background-color: rgb(12, 36, 91);
/* background-color: #0c245b; */
color: white;
padding: 50px 0;
}

.footer-logo {
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.footer-logo:hover {
  color: white;
}

.footer-links a {
  color: white;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-links a:hover {
  color: #FF8C00;
}

.social-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #FF8C00;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  margin-right: 8px;
  transition: all 0.3s ease;
}

.social-icon-circle:hover {
  background-color: #e67c00;
  transform: scale(1.1);
  color: white;
}

.social-icon-circle img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.logo-icon {
  width: 100px;
  /* height: 30px;
  margin-right: 10px; */
}

/*===== styles pour Activités Principales ====== */
  .activities-section {
      /* background-color: #ffffff; */
      background: #e6edf2;
      padding: 40px 0;
  }

  .activities-section .splide__slide {
      margin: 1rem 0;
  }

.activities-title {
  font-size:70px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.activities-title .text-dark {
  /* color: #1e3a5f !important; */
}

.activities-title .text-orange {
  color: #ff8c00 !important;
}

.activity-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 300px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 10px;
}

.activity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.activity-image {
  position: relative;
  height: 100%;
  overflow: hidden;
}

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

.activity-card:hover .activity-image img {
  transform: scale(1.05);
}

.activity-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 1);
  padding: 40px 20px 20px;
  color: #1e3a5f;
}

.activity-content h3 {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}

/* Responsives */
@media (max-width: 768px) {
  .activity-card {
    height: 250px;
    margin: 0 5px;
  }

  .activity-content h3 {
    font-size: 1rem;
  }

  .activities-title {
    font-size: 2rem;
  }
}

/* ====== Style Our Team ======= */
.team1 {
background: url('../images/team/Sidikiba_Condé.jpeg') center/cover;
background-repeat: no-repeat;
}
.team2 {
background: url('../images/team/Aboubacar_Sidiki_KEITA.jpeg') center/cover;
background-repeat: no-repeat;
}
.team3 {
background: url('../images/team/Patrice_Toupou.png') center/cover;
background-repeat: no-repeat;
}
.team4 {
background: url('../images/team/mamadou_cherif.jpeg') center/cover;
background-repeat: no-repeat;
}
.team-section {
  padding: 80px 0;

  /* #0c245b */
  background-image: linear-gradient(rgba(12, 36, 91, 0.9), rgba(12, 36, 91, 0.9)), url('../images/ASIC_White.png');
  /* background-image: linear-gradient(rgba(30, 58, 95, 0.6), rgba(30, 58, 95, 0.6)), url('../images/ASIC_White.png'); */
  background-repeat: no-repeat;
  background-position: -170px;
  background-size: contain;

  background-color: rgb(12, 36, 91);
  /* background-color: rgb(30, 58, 95); */
}

.team-title-left {
  text-align: right;
  line-height: 1;
  padding-right: 30px;
}

.team-title-left .team-our {
  display: block;
  font-size: 4.5rem;
  font-weight: 900;
  color: white;
  letter-spacing: -2px;
  /* margin-bottom: -15px; */


  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  top: 99px;
  font-size: 10rem;
}

.team-title-left .team-small {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  color: #f07c0e;


  transform: rotate(90deg);
  position: absolute;
  left: 0;
  top: 99px;
  font-size: 7rem;
}

.team-mobile-title {
  /* margin-bottom: 40px; */
}

.team-mobile-title .team-our {
  font-size: 70px;
  font-weight: 900;
  color: white;
  /* margin-right: 15px; */
}

.team-mobile-title .team-small {
  font-size: 70px;
  font-weight: 300;
  /* color: white; */
}

.team-card {
  background: white;
  /* border-radius: 8px; */
  /* padding: 20px 15px; */
  height: 575px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

/* Flip-card structure */
.team-card { perspective: 1000px; }
.team-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
  display: flex;
  flex-direction: column;
}
.team-card.is-flipped .team-card-inner { transform: rotateY(180deg); }
.team-card-front, .team-card-back {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-card-front { background: #fff; }
.team-card-back {
  background: #fff;
  transform: rotateY(180deg);
  /* padding: 0 20px; */
}
.team-back-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-align: left;
  position: relative;
}
.team-back-content h4 { color: #1e3a5f; margin-bottom: 10px; }
.team-back-content ul { 
  /* margin: 0 0 10px 18px;  */
  font-size: 1rem;
}
.team-back-content li { color: #1e3a5f; font-weight: 500; margin-bottom: 6px; }
.team-view-skills, .team-back-close {
  align-self: center;
  background: #f4914d;
  color: #fff;
  border: none;
  padding: 10px 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.team-view-skills:hover, .team-back-close:hover {
  background: #e8833d;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(244, 145, 77, 0.4);
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.team-image {
  /* background: #97b9c0; */
  margin-bottom: 20px;
  height: 270px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.team-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  /* border: 3px solid #f8f9fa; */
}

.team-img {
  height: 515px;
}

.team-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
}

.team-info h4 {
  font-size: 1.3rem;
  font-weight: 500;
  /* margin-bottom: 8px; */
  color: #1e3a5f;
  line-height: 1.2;
  /* min-height: 40px; */
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.team-info h5 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1e3a5f;
  /* color: #ff8c00; */
  /* margin-bottom: 12px; */
  line-height: 1.2;
  /* min-height: 35px; */
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.team-info p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #1e3a5f;
  margin-bottom: 0;
  line-height: 1.3;
  flex-grow: 1;
  display: flex;
  /* align-items: flex-start; */
  justify-content: center;
}

.team-info .team-view-skills {
  margin-top: 12px;
}

/* Responsive */
@media (max-width: 991px) {
  .team-section {
    padding: 60px 0;
    background-image: none;
  }

  .team-mobile-title .team-our {
    /* font-size: 2.5rem; */
  }

  .team-mobile-title .team-small {
    /* font-size: 1.3rem; */
  }

  .team-card {
    /* height: 300px;
    margin-bottom: 20px; */
    height: 570px;
    margin-bottom: 20px;
    max-width: 225px;
  }

  .team-image {
    /* height: 90px;
    width: 90px; */
    height: 270px;
    width: 100%;
  }

  .team-image img {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 768px) {
  .team-section {
    padding: 50px 0;
  }

  .team-mobile-title .team-our {
    font-size: 2rem;
  }

  .team-mobile-title .team-small {
    font-size: 2rem;
  }

  .team-card {
    /* height: 280px; */
    height: 570px;
    margin-bottom: 20px;
    max-width: 225px;
  }

  .team-image {
    /* height: 80px;
    width: 80px; */
    height: 270px;
    width: 100%;
  }

  .team-image img {
    width: 80px;
    height: 80px;
  }

  .team-info h4 {
    /* font-size: 0.9rem; */
    min-height: 35px;
  }

  .team-info h5 {
    /* font-size: 0.8rem; */
    min-height: 30px;
  }

  .team-info p {
    /* font-size: 0.75rem; */
  }
}

/* ======= Style hero section ======= */
.hero-section {
  position: relative;
  height: 500px;
  /* height: 620px; */
  overflow: hidden;
}

.hero-carousel {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
  z-index: 2;
}

.hero-image {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(135deg, rgba(30, 58, 95, 0.9) 0%, rgba(30, 58, 95, 0.7) 50%, rgba(255, 140, 0, 0.3) 100%); */
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.1) 0%, rgba(30, 58, 95, 0.1) 50%, rgba(255, 140, 0, 0.1) 100%);
  display: flex;
  align-items: flex-end;
  padding-bottom: 120px;
  padding-left: 80px;
  z-index: 2;
}

.hero-overlay-c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.5) 0%, rgba(30, 58, 95, 0.4) 50%, rgba(255, 140, 0, 0.2) 100%);
  /* background: linear-gradient(135deg, rgba(30, 58, 95, 0.1) 0%, rgba(30, 58, 95, 0.1) 50%, rgba(255, 140, 0, 0.1) 100%); */
  display: flex;
  align-items: flex-end;
  padding-bottom: 120px;
  padding-left: 80px;
  z-index: 2;
}

.hero-content {
  color: white;
  z-index: 3;
}

.hero-title {
  margin: 0;
  line-height: 1.1;
}

.hero-main {
  display: block;
  font-size: 4rem;
  font-weight: 900;
  color: white;
  letter-spacing: -2px;
  /* margin-bottom: 10px; */
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.hero-sub {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  color: #ff8c00;
  letter-spacing: -1px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* pagination styles pour GSAP hero carousel */
.hero-pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 10;
}

.hero-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.4s ease;
  border: none;
  outline: none;
}

.hero-bullet.active {
  width: 35px;
  border-radius: 6px;
  background: linear-gradient(45deg, #ff8c00, #ffb347);
  box-shadow: 0 0 15px rgba(255, 140, 0, 0.6);
}

.hero-bullet:hover:not(.active) {
  background: rgba(255, 140, 0, 0.7);
  transform: scale(1.2);
}

/* Responsive */

@media (max-width: 10000px) {
  .hero-section {
    height: 650px;
  }
}

@media (max-width: 1300px) {
  .hero-section {
    height: 600px;
  }
}

@media (max-width: 991px) {
  .hero-section {
    height: 400px;
  }

  .hero-overlay {
    padding-bottom: 100px;
    padding-left: 60px;
  }

  .hero-main {
    font-size: 3rem;
  }

  .hero-sub {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 250px;
  }

  .hero-overlay {
    padding-bottom: 80px;
    padding-left: 40px;
    align-items: center;
    /* text-align: center; */
  }

  .hero-main {
    font-size: 2.5rem;
  }

  .hero-sub {
    font-size: 1.8rem;
  }

  .hero-pagination {
    bottom: 20px;
  }

  .hero-bullet {
    width: 10px;
    height: 10px;
  }
}


/* Style pour ASIC Group section ======== */
.asic-group-section {
  /* background: linear-gradient(135deg, #f0f4f8 0%, #e8f2f7 100%); */
  background: url('../images/asic_illustrationa.png') no-repeat;
  background-position: top;
  background-size: cover;
  padding: 40px 0;
  position: relative;
}

.asic-content-block {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 40px;
  /* box-shadow: -15px 15px 0px rgb(201 203 216); */
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.asic-content-block-shadow {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: -15px 15px 0px rgb(201 203 216);
  border-radius: 20px;
}

.asic-content-block:hover {
  transform: translateY(-5px);
  /* box-shadow: 20px 20px 0px rgba(255, 140, 0, 0.4); */
}

.asic-block-title {
  font-size: 70px;
  font-weight: 900;
  /* color: #1e3a5f; */
  margin-bottom: 0;
  line-height: 1.2;
}

.asic-block-subtitle {
  /* font-size: 1.3rem; */
  font-size: 38px;
  font-weight: 600;
  /* color: #ff8c00; */
  margin-bottom: 25px;
  line-height: 1.3;
}

.asic-block-content {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 20px;
  text-align: justify;
}

/* Responsive */
@media (max-width: 991px) {
  .asic-group-section {
    padding: 80px 0;
  }

  .asic-content-block {
    padding: 30px;
    margin-top: 40px;
    /* box-shadow: 10px 10px 0px rgba(255, 140, 0, 0.3); */
  }

  .asic-content-block:hover {
    /* box-shadow: 15px 15px 0px rgba(255, 140, 0, 0.4); */
  }

  .asic-block-title {
    font-size: 2rem;
    text-align: center;
  }

  .asic-block-subtitle {
    font-size: 1.1rem;
    text-align: center;
  }

  .asic-block-content {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .asic-group-section {
    padding: 60px 0;
  }

  .asic-content-block {
    padding: 25px;
    border-radius: 15px;
    /* box-shadow: 8px 8px 0px rgba(255, 140, 0, 0.3); */
  }

  .asic-content-block:hover {
    /* box-shadow: 12px 12px 0px rgba(255, 140, 0, 0.4); */
  }

  .asic-block-title {
    font-size: 1.8rem;
  }

  .asic-block-subtitle {
    font-size: 1rem;
  }

  .asic-block-content {
    font-size: 0.95rem;
  }
}


/* ======== Style pour Mission et Vision section =========== */
.mission-vision-section {
  /* background: linear-gradient(135deg, #f0f4f8 0%, #e8f2f7 100%); */
  background: url('../images/asic_illustrationc.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.mission-vision-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.3)"/><circle cx="80" cy="40" r="3" fill="rgba(255,255,255,0.2)"/><circle cx="40" cy="80" r="2.5" fill="rgba(255,255,255,0.25)"/></svg>');
  background-size: 200px 200px;
  opacity: 0.5;
  z-index: 1;
}

.mission-vision-item {
  /* margin-bottom: 60px; */
  position: relative;
  z-index: 2;
}

.mission-vision-item:last-child {
  margin-bottom: 0;
}

.mission-icon-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-icon-circle img {
  height: 150px;
}

.mission-icon-circle:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.mission-icon {
  background-color: #001a3e;
}

.vision-icon {
  background-color: #ff8601;
}

.objectives-icon {
  background-color: #b66101;
}

.mission-icon-circle i {
  font-size: 3rem;
  color: white;
}

.mission-vision-content {
  /* padding-left: 30px; */
}

.mission-vision-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #ff8c00;
  margin-bottom:0;
  line-height: 1.2;
  letter-spacing: -1px;
}

.mission-vision-text {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #1e3a5f;
  margin: 0;
  font-weight: 500;
}

.mission-vision-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mission-vision-list li {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #1e3a5f;
  margin-bottom: 0;
  padding-left: 25px;
  position: relative;
  font-weight: 500;
}

.mission-vision-list li::before {
  content: "•";
  color: #ff8c00;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -2px;
}

/* Responsive */
@media (max-width: 991px) {
  .mission-vision-section {
    padding: 80px 0;
  }

  .mission-icon-circle {
    width: 100px;
    height: 100px;
    /* margin-bottom: 30px; */
  }

  .mission-icon-circle i {
    font-size: 2.5rem;
  }

  .mission-vision-content {
    padding-left: 0;
    text-align: center;
  }

  .mission-vision-title {
    font-size: 2rem;
  }

  .mission-vision-text {
    font-size: 1.1rem;
  }

  .mission-vision-list li {
    font-size: 1.1rem;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .mission-vision-section {
    padding: 60px 0;
  }

  .mission-vision-item {
    margin-bottom: 50px;
  }

  .mission-icon-circle {
    width: 80px;
    height: 80px;
  }

  .mission-icon-circle i {
    font-size: 2rem;
  }

  .mission-vision-title {
    font-size: 1.8rem;
  }

  .mission-vision-text {
    font-size: 1rem;
  }

  .mission-vision-list li {
    font-size: 1rem;
  }
}


/* ========= style for contact ======= */

.contact-section {
  background: url('../images/asic_illustrationf.png') center/cover;
  padding: 40px 0;
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  position: relative;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(240, 240, 240, 0.1);
}

.contact-box {
display: flex;
align-items: end;
justify-content: end;
position: relative;
text-align: center;
}

.container {
  position: relative;
  z-index: 2;
}

/* Formulaire prend 2/3 de la place et positionné à droite */
.form-wrapper {
background: rgba(201, 203, 216, 0.7);
  /* background: rgba(255, 255, 255, 0.95); */
  /* border: 8px solid #c8c9ca; */
  border-radius: 8px; /* Pas d'arrondis */
  padding: 20px;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
max-width: 700px;  
}

/* Champs sans arrondis */
.form-control {
border: none;
border-radius: 0; /* Pas d'arrondis */
padding: 15px 20px;
font-size: 16px;
background: white;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
/* margin-bottom: 25px; */
color: #6c757d;
font-weight: 500;
}

.form-control:focus {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: none;
  outline: none;
}

.form-control::placeholder {
  color: #6c757d;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

/* Bouton sans arrondis */
.btn-send {
  background: #f4914d;
  border: none;
  padding: 15px 40px;
  border-radius: 0; /* Pas d'arrondis */
  color: white;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(244, 145, 77, 0.3);
}

.btn-send:hover {
  background: #e8833d;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(244, 145, 77, 0.4);
  color: white;
}

@media (max-width: 768px) {
  .form-wrapper {
      padding: 40px 20px;
      border-width: 4px;
      margin: 20px;
  }
}





/* =========== Added contact header section styles =============== */
.contact-header {
background: url('../images/slides/slides4.png') center/cover;
height: 500px;
display: flex;
align-items: end;
justify-content: end;
position: relative;
text-align: center;
padding-bottom: 40px;
}

.product-header {
background: url('../images/asic_illustration_services.png') center/cover;
height: 600px;
display: flex;
/* align-items: end; */
justify-content: end;
position: relative;
text-align: center;
padding-bottom: 40px;
}

.contact-header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
}

/* .product-header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
} */

.contact-header-content {
position: relative;
z-index: 2;
}


.contact-header h1 {
font-size: 4rem;
font-weight: 900;
color: white;
text-transform: uppercase;
letter-spacing: 3px;
margin: 0;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.contact-header .highlight {
color: #f07c0e;
display: block;
font-size: 2.5rem;
font-weight: 900;
margin-top: -10px;
text-align: right;
}


@media (max-width: 991px) {
.contact-header {
  height: 400px;
}
.contact-header h1 {
  font-size: 3rem;
}
.contact-header .highlight {
  font-size: 2rem;
}
}

@media (max-width: 768px) {
.contact-header {
  height: 250px;
}
.contact-header h1 {
    font-size: 2.5rem;
}
.contact-header .highlight {
    font-size: 1.8rem;
}
}

/* ======== page about ======== */

.about-asic-content-block {
background-color: rgba(255, 255, 255, .7);
}
.about-vision-icon {
background-color: #06e3e8;
}
.about-objectives-icon{
background-color: #ff8601;
}
.about-mission-vision-title1, .about-mission-vision-title2, .about-mission-vision-title3 {
color: #fff;
size: 2.5rem;
font-weight: bold;
display: inline-block;
border-radius: 10px;
padding: 5px 22px;
}
.about-mission-vision-title1 {
background-color: #ff8601;
}
.about-mission-vision-title2 {
background-color: #599fe1;
}
.about-mission-vision-title3 {
background-color: #001a3e;
}
c {
font-size: 1.2rem;
line-height: 1.2;
}
.about-mission-vision-list li {
color: #000;
font-size: 1.2rem;
line-height: 1.2;
}

/* Simplified who we are title - just a div instead of full section */
.who-we-are-title {
background: linear-gradient(to right, rgb(255 134 1), rgb(255 134 1), rgb(232 97 10));
border-radius: 23px;
padding: 15px 15px;
text-align: center;
box-shadow: 0 10px 30px rgba(244, 145, 77, 0.3);
margin: 0 0 40px 0;
max-width: 1200px;
}

.who-we-are-title h2 {
color: white;
font-size: 2.5rem;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 4px;
margin: 0;
}
@media (max-width: 991px) {
.who-we-are-title {
  border-radius: 23px;
  padding: 15px 10px;
  margin: 40px 20px;
}
.who-we-are-title h2 {
  font-size: 2rem;
  letter-spacing: 3px;
}
}

@media (max-width: 768px) {
.who-we-are-title {
    border-radius: 23px;
    padding: 15px 10px;
    margin: 40px 20px;
}
.who-we-are-title h2 {
    font-size: 1.8rem;
    letter-spacing: 2px;
}
.about-mission-vision-list li, .about-mission-vision-text1, .about-mission-vision-text2, .about-mission-vision-text3 {
  font-size: 0.95rem;
}
}

/* nos atouts */
.atout-img {
height: 350px;
width: auto;
}
.choix {
background: linear-gradient(to right, #42cee6, #449bd1, #021b3f);
}

@media (max-width: 500px) {
.atout-img {
  height: 200px;
  width: auto;
}
.who-we-are-title h2 {
  font-size: 1.5rem;
  letter-spacing: 3px;
}
}

/* ==========page produit et service ============*/

.stats-img {
height: 600px;
}

.product-mission-vision-list li {
font-size: 1.2rem;
line-height: 1.2;
color: #1e3a5f;
margin-bottom: 0;
padding-left: 25px;
position: relative;
font-weight: 500;
}
.product-title {
color: #f07c0e;
font-weight: 700;
}
.prduct-img {
border-radius: 32px;
height: auto;
width: 100%;
max-width: 600px;
}
.product-title-1 {
font-size: 70px;
font-weight: 700;
color: #f07c0e;
line-height: 0.1;
}
.product-title-2 {
color: #1e3a5f;
font-size: 70px;
}
.product-header-content {
margin-top: 6rem !important;
}
.stats-section {
position: relative;
/* height: 700px; */
background: linear-gradient(
  to top,
  transparent 0,
  transparent 200px,
  #001a3e 200px,
  #073a65 100%
);
}
.stats-section-bottom {
background: url('../images/asic_illustration_long_3b.png') center/cover;
background-repeat: no-repeat;
position: absolute;
bottom: 1px;
left: 0;
width: 100%;
height: 200px;
}
.product-header-bottom {
position: absolute;
bottom: -1px;
left: 0;
height:100px;
width: 100%;
background: linear-gradient(
  to bottom,
  rgba(7, 58, 101, 0) 0%,
  rgba(7, 58, 101, 1) 100%
);
}

@media (max-width: 768px) {
  .product-title-1, .product-title-2 {
    font-size: 2rem;
  }
  .product-header {
    height: 500px;
  }
  .stats-img {
    height: 300px;
  }
}

.alert {
  max-width: 700px !important;
}

.btn-send:disabled,
.btn-send[disabled] {
    background: #e0a789;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}


