.presentation #solidaire{
  width: 89px;
}
html , body {
  overflow-x: hidden;
}
/* Start Header Styles */
ul {
  list-style: none;
  padding: 0px;
}

header a {
  color: #fff;
  text-decoration: none;
}

.navbar {
  background-color: #342e5a;
}

.navbar-nav {
  margin-left: 218px;
}

.collapse {
  color: #ffffff;
  /* padding: 20px; */
}

.nav-link {
  color: #ffffff;
}
.nav-link:hover {
  color: rgb(209, 207, 207);
}
.navbar-brand {
  width: 7%;
  position: absolute;
  top: 0%;
  border-radius: 50px 50px 0 0;
  background-color: #494077;
}

.btn-devis {
  display: inline-block;
  padding: 8px 20px;

  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50px;
}

/* Effet de survol */
.btn-devis:hover {
  transform: scale(1.05); /* Agrandir légèrement le bouton au survol */
}

/* Effet de focus pour l'accessibilité */
.btn-devis:focus {
  outline: none; /* Enlever le contour par défaut */
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5); /* Ombre au focus */
}

/* end Header nav Styles */

/* Start section 1 Styles */

.hero {
  background-color: #494077;
  color: white;
  padding-top: 171px;
}
.hero-container {
  padding-top: 150px;
  padding-bottom: 70px;
}

.text-btn-hero {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.text-btn-hero p {
  width: 490px;
  color: rgb(202, 199, 199);
}
.text-btn-hero h1 {
  font-size: 68px;
}

.contenu {
  margin-right: auto;
}

.btnSavoir {
  background-color: #27629a;
  color: #ffffff;
  padding: 19px 46px;
  border-radius: 10px;
  text-decoration: none;
}

.btnContactez {
  padding: 19px 60px;
  border: 1px solid #ffffff;
  border-radius: 7px;
  color: white;
  text-decoration: none;
}

#hero-img img {
  width: 100%;
  height: 100%;
}

/* Start section Styles */

/* Start section 2 Styles */

.presentation {
  background-color: #433974;
  color: white;
  text-align: center;
  padding-top: 20px;
}

.presentation-container h3, h4 {
  font-size: 40px;
  font-weight: 600;
  color: white;
}

.img-icon1-section {
  width: 62.71px;
  height: 46.8px;
  object-fit: cover;
}

.img-icon2-section {
  width: 62.71px;
  height: 50.69px;
  object-fit: cover;
}

.img-icon3-section {
  width: 62.71px;
  height: 54.59px;
  object-fit: cover;
}

/* End section 2 Styles */

/* Start section 3 Styles */

.content {
  background-color: #f8f8f8;
  padding: 55px;
}

.img-content {
  width: 522px;
  height: 429px;
}
.img-content-partner{
  width: 600px;

}

.content h2 {
  text-align: justify;
  color: #433974; /* Couleur violet foncé */
  margin-bottom: 20px;
  font-size: 33px;
}

@media screen and (min-width: 601px) and (max-width: 1200px) {
  .h2, h2 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 1081px) {
  .content {
    background-color: #f8f8f8;
    padding: 0!important;
}
.content h2 {
  text-align: justify;
  color: #433974;
  margin-bottom: 22px;
  font-size: 24px;
  margin-top: 25px;
}
}

/* End section 3 styles */

/* Start section 4 styles */

/*Start section 5 styles */

.lorem {
  background-color: #342e5a;
  padding: 116px 75px;
  display: flex;
  justify-content: center;
  margin-top: 37px;
}

.section-centenu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.content-container-second {
  width: 40%;
}

.section-centenu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.lorem h2 {
  color: white;
  width: 500px;
  font-size: 60px;
}

.lorem p,
ul {
  color: #cfcfd1;
}

.gestion-section ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.gestion-section ul li::before {
  content: "\f058"; /* Vous pouvez remplacer par une icône ou flèche */
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
}

.items-list-content {
  display: flex;
  gap: 10px;
}
.items-list li {
  display: flex;
  align-items: center; /* Assure que l'icône et le texte sont alignés verticalement */
  margin-bottom: 10px; /* Ajoute un espace entre chaque élément */
}

.items-list i {
  margin-right: 10px; /* Ajoute un espacement entre l'icône et le texte */
}

.firstpicture {
  width: 276px;
  height: auto;
  position: absolute;
  top: -35px;
  right: 391px;
  z-index: 1;
}

.imagepicture {
  width: 601px;
  height: 481px;
  position: relative;
}

.image-wrapper {
  position: relative;
  flex-shrink: 0;
}

.pricing__title {
  width: 800px;
  padding: 50px 0px;
  color: #0f1017;
  text-align: center;
  margin: auto;
}

.frame__header ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  color: #000000;
}

.reductionFacture {
  margin: auto;
  display: flex;
  gap: 10px;
}
.frame__header li {
  text-decoration: none;
  padding: 0 20px;
  font-weight: 600;
}

.input-icon-right {
  position: relative; /* Position relative pour permettre à l'icône d'être placée absolument à l'intérieur */
  display: inline-block;
  width: 100%; /* Assure que le conteneur prend toute la largeur disponible */
}

.input-icon-right i {
  position: absolute;
  right: 10px; /* Positionne l'icône à droite du champ */
  top: 50%; /* Centre l'icône verticalement */
  transform: translateY(-50%);
  color: #aaa; /* Couleur de l'icône */
  cursor: pointer; /* Change le curseur lorsque l'utilisateur passe sur l'icône */
}

.owl-carousel {
  display: flex;
  align-items: center;
}

.second-infos-equipe {
  padding-top: 19px;
}

.card-features {
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; /* Transition pour effet hover */
  border: 1px solid transparent; /* Peut aider à une transition fluide des bordures si nécessaire */

  text-align: center;
  padding: 170px 0;
  font-size: 20px;
  min-height: 390px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1); /* Ombre légère par défaut */
}

.container {
  margin: 0 auto;
  padding: 20px;
}

/*card Home */

.pack,
.price {
  color: black;
  font-size: 32px;
  font-weight: 600;
}

/*start section 6 styles */

.features {
  padding: 69px 126px;
}

.liste-features {
  display: flex;
  gap: 25px;

  
  font-size: 18px;
  padding-left: 201px;
  margin-top: 66px;
  gap: 25px;
  font-weight: 700;
}

.subscription-plane {
  /* padding: 51px 0; */
  /* width: 392px; */
  /* margin: 48px; */
  /* height: 100%;
  padding: 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}
/*
.subscription-plane .card-body {
  flex: 0;
} */

.card-subscription-title {
  
  font-size: 26px;
  font-weight: 700;
}

.card-subscription {
  font-size: 17px;
  font-weight: 600;
  color: #747474;
}

.list-features {
  line-height: 28px;
}

.list-features ul li a {
  color: black;
}

.subscription-plane-middle {
  /* padding: 51px 0; */
  /* width: 392px; */
  /* margin: 48px; */
  text-align: center;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  background-color: #342e5a;
}

.card-subscription-middle {
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
}

.card-subscription-title-middle {
  
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
}

.card-features:hover {
  background-color: #6b5ea8; /* Couleur de fond au survol */
  color: white; /* Texte blanc au survol */
  transform: scale(1.05); /* Augmentation légère sans trop agrandir la carte */
}

.subscription-infos {
  color: #747474;
}
.subscription-infos-middle {
  color: #dddddd;
}

/* End section 6 styles */

/* Style principal du bouton */
.btn-elegant-offre {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #5e529b;
  text-transform: uppercase;
  text-align: center;
  border: none;
  border-radius: 50px; /* Arrondi élégant */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Ombre douce */
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Effet au survol */
.btn-elegant-offre:hover {
  background-color: #453d7a; /* Couleur légèrement plus sombre */
  transform: translateY(-3px); /* Animation de survol */
  color: white;
}

/* Animation au focus */
.btn-elegant-offre:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(94, 82, 155, 0.5);
}

.offres .card-body {
  padding-top: 43px;
  padding-bottom: 19px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.offres .proactive .list-unstyled-second p{
  color: white;
}
.offres .proactive:hover .list-unstyled p{
  /*color: white;*/

}
.offres #pills-home{
  margin-top: 33px;
}
.proactive {
  align-items: start;
  padding-top: 38px;
}
.text-offres {
  color: #b2b2b3;
  position: relative;
}
.text-offres::after {
  position: absolute;
  content: "";
  padding: 2px 116px;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #cfcfd1;
}
.offres .list-unstyled,
.list-unstyled-second {
  padding-top: 13px;
  line-height: 20px;
  font-size: 18px;
}
.offres .list-unstyled-second {
  color: gray;
}

.offres .proactive h5 {
  color: #3b8eb7;
  
  font-size: 20px;
  font-weight: 600;
}
.title-offres,
.title-offres-second {
  
  font-size: 33px;
  font-weight: 800;
}
.title-offres-second {
  color: white;
}
.colored-word {
  color: #3b8eb7;
}
.offres .list-unstyled .item span {
  color: #3b8eb7;
  
  font-size: 20px;
  font-weight: 600;
}
.offres .list-unstyled-second .item span {
  color: #3b8eb7;
  
  font-size: 20px;
  font-weight: 600;
}

.offres .list-unstyled .item {
  padding-bottom: 10px;
}

.offres .offres-card {
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s ease-in-out;
  
}
.offres .offres-card:hover {
  background-color: #342e5a;
  transform: scale(1.05);
}
.offres .offres-card p.card-text:hover{
color: #b2b2b3;
}

.offres .offres-card:hover .list-unstyled p {
    color: #fff;
}
.offres .offres-card :hover .title-offres, .list-unstyled {
  color: white;

}


.offres .offres-card-second {
  background-color: #342e5a;
  border-radius: 20px;
  overflow: hidden;
}
.offres .list-unstyled-second {
  color: #dddddd;
}
.card .offre-card-second {
  border: none;
}
/* Style du titre survolé (et pour la carte centrale aussi) */
.title-offres-active,
.title-offres-second-active {
  color: white; /* Changer la couleur du texte */
  font-weight: bold;
  font-size: 33px; /* Ajuster la taille du texte */
  text-align: center; /* Centrer le texte */
  text-decoration: underline; /* Ajouter une sous-ligne si nécessaire */
}

/* Style pour les éléments de la liste */
.list-active {
  color: white;
  font-weight: bold;
  font-size: 18px; /* Ajuster la taille du texte */
  line-height: 1.5;
  text-align: left; /* Aligner comme nécessaire */
}

.offres .has-primary-color{
  color: #5e529b;
}

.title-nos-offres{
  font-weight: 500;
  text-transform: uppercase;
  font-size: 34px;
}


/* Start section 7 styles */

.procedure-img {
  margin-left: 111px;
  width: 79%;
  height: auto;
}
.procedure {
  margin-top: 79px;
}

.text {
  width: 423px;
  position: relative;
}
.text::after {
  content: '"';
  position: absolute;
  border-radius: 50%;
  background-color: #cdd4ff;
  top: -17px;

  left: -40px;
  z-index: -1;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 73px;
}

.quote {
  color: red;
  font-size: 32px; /* Adjust size as needed */
  font-weight: bold;
  margin-top: 20px;
  font-style: italic; /* Optional to style as a quote */
}

/* End section 7 styles */

/* Start section 8 styles */
.partners-apropos{
  background-color: #e2e8fa;
  padding: 62px 0 51px 0;
}
.partners-apropos h1 {
  text-align: center;
  padding: 56px;
}
.partners{
  background-color: #e2e8fa;
    padding: 0 0 51px 0;
    margin-top: 38px;
}
.partners h1 {
  text-align: center;
  padding: 56px;
}
.clients{
  background-color: #e2e8fa;
  padding: 0 0 51px 0;
}
.clients h1 {
  text-align: center;
  padding: 56px;
}

.slide-title {
  padding: 56px;
}
.slide-title-nos-client {
  color: black;
}


.partners-carousel .owl-item,
.clients-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}

.partners-carousel .owl-item .item,
.clients-carousel .owl-item .item {
  width: 145px;
  height: 100%;
}

.partners-carousel .owl-item img,
.clients-carousel .owl-item img {
  height: 100%;
  object-fit: contain;
}

.clients-carousel .owl-nav .owl-prev,
.partners-carousel .owl-nav .owl-prev {
  left: 10px; /* Position du bouton précédent */
}

.clients-carousel .owl-nav .owl-next,
.partners-carousel .owl-nav .owl-next {
  right: 10px; /* Position du bouton suivant */
}

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

/* End section styles */

/* start Footer styles*/

footer {
  background-color: #342e5a;
  color: #e8e9ec;

}
.footer-container {
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .img {
  margin-top: -51px;
  width: 128px;
  margin-left: -57px;
}

footer p {
  font-weight: 500;
  color: #c9cad2;
  text-align: left;
  position: relative;
}
/* footer p::after {
  content: "";
  width: 49px;
  height: 4px;
  background-color: #3272a7;
  display: block;
  position: absolute;
  left: 0;
  top: 29px;
  bottom: 0;
} */

footer ul li a {
  color: #e8e9ec;
}

.footer-infos {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  padding: 18px 13px;
  white-space: nowrap; /*Empêche le passage à la ligne */
}

.footer-link {
  display: flex;
  gap: 20px;
}
.btn-icons {
  display: flex;
  gap: 18px;
  align-items: center;
}

.icons {
  display: flex; /* Alignement horizontal des icônes */
  justify-content: center;
  align-items: center;
}

.icons i {
  margin-right: 15px; /* Espace à droite de chaque icône */
  font-size: 20px; /* Ajuster la taille des icônes selon vos besoins */
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease; /* Transition pour un effet plus fluide */
  padding: 10px;
  border-radius: 50%;
  box-sizing: border-box; /* Assure que le padding n'affecte pas la taille des icônes */
}

.icons i:hover {
  color: white;
  transform: scale(1.2); /* Augmente légèrement la taille lors du hover */
}

.icons i:last-child {
  margin-right: 0; /* Supprimer le margin-right pour la dernière icône */
}
#language-select {
  background-color: transparent;
  width: 104%;
  padding: 10px;
  color: white;
}

footer a {
  text-decoration: none;
  color: #dedede;
}
/* End footer styles */

/* Start page A propos styles */
/* Section styling */
/* Section styling */
/* Conteneur principal */
.apropos {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

/* Vidéo en arrière-plan */
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* La vidéo couvre l'arrière-plan */
  z-index: 1;
}

/* Superposition sombre */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Superposition sombre semi-transparente */
  z-index: 2;
}

/* Contenu au premier plan */
.content__wrapper {
  position: relative;
  z-index: 2; /* Au-dessus de la vidéo et de la superposition */
  text-align: center;
  padding: 0 20px; /* Réduit l'espace gauche et droite */
  width: 100%;
}

/* Titre */
.content__wrapper h1 {
  font-size: 3.5rem;
  margin-bottom: 15px;
  line-height: 1.2;
  color: white;
}

/* Paragraphe limité à deux lignes avec espace réduit */
.content__wrapper p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 100%; /* Utilise toute la largeur disponible */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: white;
  padding-left: 10px;  /* Espace réduit à gauche */
  padding-right: 10px; /* Espace réduit à droite */
  text-align: justify;
}

/* Responsivité */
@media (max-width: 768px) {

  .content__wrapper h1 {
    font-size: 2rem;
  }

  .content__wrapper p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  
  .content__wrapper h1 {
    font-size: 1.5rem;
  }

  .content__wrapper p {
    font-size: 0.9rem;
  }
}


.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0; /* Derrière tout */
}




.main-slider .item {
  background: #000000;
  position: relative;
  padding-top: 389px;
  padding-bottom: 295px;
  z-index: 10;
}

.main-slider__bg {
  padding: 7%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.main-slider__bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .44);
  z-index: -1;
}






.region-center {
  padding-top: 68px;
}

.regions-section .region-gap {
  display: flex;
  gap: 27px;
  line-height: 30px;
  color: black;
}
.regions-section .region {
  gap: 10px;
}
.regions-section .region-gap ul {
  color: black;
  font-size: 13px;
}
.regions-section {
  padding-top: 72px;
}

.infos-region li i {
  margin-right: 10px; /* Espace entre l'icône et le texte */
  color: #555; /* Tu peux également styliser la couleur de l'icône ici */
}

.iframe-section iframe {
  height: 562px; /* Ajustez la hauteur pour couper la barre */
  border: 0;
}

/*  i need support IT */
.support-it-btn {
  background-color: #27629a;
  color: white;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  position: fixed;
  bottom: 1px;
  right: 20px;
  z-index: 1;
}

.commercial-btn {
  background-color: #27629a;
  color: white;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  position: fixed;
  bottom: 55px;
  right: 20px;
  z-index: 1;
}
/* End page A propos styles */

/* Start page Notre equipe */
.equipe .titre-fontion{
  color: #5e529b;
  font-size: 27px;
}
.equipe .titre-fontion::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #3071a6;
  margin: 10px auto 0;
  border-radius: 2px;
}
.equipe .titre-fontion:hover::after {
  background-color: #5a4f94;
  width: 80px;
  transition: all 0.3s ease;
}
.equipe .moyens-humains-img {
  width: 500px;
  height: 400px;
}
.equipe-infos {
  display: flex;
  gap: 15px;
  margin: auto;
  width: fit-content;
}

.fontion-humains p {
      margin-left: 18px;
  font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
  
  text-align: justify;

}
/* Applique Flexbox pour aligner les éléments à l'intérieur des colonnes */
.fontion-humains .col-lg-4 {
  align-items: center; /* Aligne horizontalement au centre */
  text-align: center; /* Centrer le texte dans chaque colonne */
  margin-bottom: 50px;

}

.fontion-humains img {
  max-width: 80px; /* Ajuste la taille de l'image */
  height: auto;
  margin-bottom: 10px;
}

.fontion-humains h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3479ac;
  margin-bottom: 13px;
  margin-top: 20px;
  font-weight: 600;
}



.chiffre-equipe {
  border-radius: 11px;
  padding: 27px 106px;
  text-align: center;
  /* background-color: #d0cceb; */
  margin: 0 auto;
  color: #5e529b;
  font-weight: 600;
  font-size: 38px;
  box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease, color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.chiffre-equipe:hover {
  background-color: #5e529b;
  color: white;
  /* color: white; */
  transform: scale(1.05); /* Légère mise en avant sur hover */
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.chiffre-equipe::after {
  content: 'membres';
  position: absolute;
  top: 33px;
  font-size: 14px;
  color: #5e529b;
  font-family: sans-serif;
  transition: color 0.3s ease; /* Transition fluide pour la couleur */
}

.chiffre-equipe:hover::after {
  color: white;
} 
.chiffres_cles_equipe{
  display: flex;
}

.equipe-icons i {
  font-size: 24px; /* Taille des icônes */
  padding: 8px; /* Espacement intérieur */
  transition: transform 0.3s ease, color 0.3s ease; /* Transition pour l'effet hover */
  color: #333;
}

.equipe-icons i:hover {
  color: #838181; /* Change la couleur des icônes au survol */
  transform: scale(1.2); /* Agrandit légèrement l'icône */
}

.equipe-heading {

  background-size: cover; /* L'image couvre toute la zone de la div */
  background-position: center; /* Centrer l'image de fond */
  background-repeat: no-repeat; /* Empêche l'image de se répéter */
  padding-top: 120px;
  padding-bottom: 64px;
}

.presentation-equipe {
  margin: auto;
  padding: 20px;
  background-color: #f9f9f9cf;
  border-radius: 10px; /* Bords arrondis pour toute la section */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Légère ombre pour la section */
}

.presentation-equipe h1 {
  font-weight: 700;
  font-size: 2rem;
  color: #3479ac;
  text-align: center;
  margin-bottom: 20px;
}
.presentation-humains h1 {
  font-weight: 700;
  font-size: 2rem;
  color: #3479ac;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.equipe .presentation-equipe p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #342e5a;
  text-align: justify;
  padding: 10px 20px;
  border-left: 4px solid #3479ac;
  border-radius: 8px;
  font-weight: 700;
  margin-bottom: 40px;
}

.text-icons-equipe {
  padding-top: 67px;
}

.equipe .card {
  margin-top: 20px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; /* Transition pour effet hover */
  border: 1px solid transparent; /* Peut aider à une transition fluide des bordures si nécessaire */
  padding-top: 57px;
  text-align: center;
  font-size: 20px;
  min-height: 390px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1); /* Ombre légère par défaut */
}
.equipe .card:hover {
  transform: scale(1.05); /* Augmentation légère sans trop agrandir la carte */
}
.equipe .card img {
  width: 125px;
  height: 125px;
  object-fit: cover;
  object-position: 0px -26px;
  transition: transform 0.3s ease;
}

.equipe .card-body h5,
.card-body p {
  margin-bottom: 10px; /* Réduit l'espace entre les textes */
  transition: color 0.3s ease; /* Transition de couleur pour le texte */
}
.equipe-icons {
  display: flex; /* Pour aligner les icônes en ligne */
  gap: 15px; /* Espace entre les icônes */
  justify-content: center; /* Centrer les icônes dans leur conteneur */
}



/* Effet hover sur les icônes */

.equipe .section-notre-equipe {
  background-color: #f3f4f4;
}
.equipe .fontions-equipes {
  /* background-color: #ffffff; */
  padding-top: 88px;

}

/* End page Nos equipe */

/* Start page Nos services */
.breadcrumb-center {
  display: flex;
  justify-content: center;
}

/* .services {
  padding-top: 47px;
} */
.text-icons-service {
  padding-top: 24px;
}

.card-service {
  border: 1px solid transparent;
  padding-top: 57px;
  text-align: center;
  font-size: 20px;
  min-height: 390px;
  width: 100%;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  border-bottom: 6px solid #433974;
  display: inline-block;
  position: relative;
  padding: 74px 20px;
  color: #000000;
  background-color: transparent;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  transition: color 0.4s;
}

.card-service:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: #433974;
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.6s ease-in-out; /* Transition pour l'effet de vague */
  z-index: -1; /* Envoyer derrière le texte */
}

.card-service:hover:before {
  transform: translate(-50%, -50%) scale(1); /* Étendre l'effet de vague */
}

.card-service:hover {
  color: #ffffff;
}

.card-service a {
  color: inherit;
}

.services .card-body h5,
.card-body p {
  margin-bottom: 10px; /* Réduit l'espace entre les textes */
  transition: color 0.3s ease; /* Transition de couleur pour le texte */
}

.flip-card {
  border: 1px solid transparent;
  text-align: center;
  font-size: 20px;
  height: 390px;
  width: 100%;

  display: inline-block;
  position: relative;
  color: #000000;
  background-color: transparent;
  /* overflow: hidden; */
  border-radius: 5px;
  cursor: pointer;
  transition: color 0.4s;

  /* background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1; */
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card.flip:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 74px 20px;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  overflow: hidden;
  color: #000;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  border-bottom: 6px solid #433974;
  background-color: #fff;
  color: black;
}

/* Style the back side */
.flip-card-back {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  border-bottom: 6px solid #433974;
  background-color: #fff;
  color: black;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

.liste-card-back li {
  margin: 20% 0;
  text-align: start;
  font-size: 18px;
  position: relative;
  transition: color 0.3s ease;
}
.liste-card-back li a {
  font-weight: bold;
}
.liste-card-back li a:hover {
  color: #fff; /* Change la couleur au hover */
}

.liste-card-back li:before {
  content: "\f061"; /* Vous pouvez remplacer par une icône ou flèche */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -37px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}
.flip-card-back:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: #433974;
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 1s ease-in-out; /* Transition pour l'effet de vague */
  z-index: 1; /* Envoyer derrière le texte */
}

.flip-card:hover .flip-card-back:before {
  transform: translate(-50%, -50%) scale(1); /* Étendre l'effet de vague */
}

.flip-card-front:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: #433974;
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.6s ease-in-out; /* Transition pour l'effet de vague */
  z-index: 1; /* Envoyer derrière le texte */
}

.flip-card:hover .flip-card-front:before {
  transform: translate(-50%, -50%) scale(1); /* Étendre l'effet de vague */
}

.flip-card:hover .flip-card-back,
.flip-card:hover .flip-card-front {
  color: #ffffff;
}

.flip-card-front a,
.flip-card-back a {
  color: inherit;
}

.flip-card-front * {
  position: relative;
  z-index: 1;
}
.flip-card-back * {
  position: relative;
  z-index: 2; /* S'assurer que le texte a toujours un z-index supérieur */
}
.btn-primary {
  
  background-color: #5e529b;
  border: none;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px; /* Ajoute un espacement au-dessus */
}

.btn-primary:hover {
  background-color: #372c63; /* Couleur légèrement plus foncée au hover */
}
.nav .breadcrumb .breadcrumb-item {
  align-items: center;
}
.nos-service-title {
  font-optical-sizing: auto;
  margin-bottom: 33px;
}
.breadcrumb {
  align-items: center;
}
.premier-section-service {
  padding: 64px;
  background-color: #f9f9f9cf;
  border-radius: 10px;
}
.breadcrumb-item a {
  color: #3b8eb7;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}
.breadcrumb-item.active {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: var(--bs-breadcrumb-item-active-color);
}
.services a {
  text-decoration: none;
}
.logo-services {
  width: 182px;
  height: 100px;
  object-fit: contain;
}

/* Style pour la section de contact */
.services .contact-section {
  background-color: #342e5a; /* Couleur de fond correspondant à ta palette */
  color: white;
  text-align: center;
  padding: 50px 20px;
  margin-top: 40px;
}

/* Style du titre */
.services .contact-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Style du paragraphe */
.services .contact-section p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}


/* End page Nos services */

/* Start page Nos valeurs */

/* End page Nos valeurs */

.bg-custom {
  background-color: #342e5a;
}

/* single page services*/
.description-single-services .color-single-for-service{
text-transform: uppercase;
color: #5e529b;

}

.description-single-services {

  text-align: justify;
  line-height: 1.6;
  padding: 25px;
  /* margin: 0 0 -35px 0; */
  color: #000000;
  /* text-transform: uppercase; */
  font-family: var(--body-font);
  /* margin: 36px 0 18px 0; */
  line-height: 1.75;
  padding: 4% 5%;
  font-size: 21px;
  background-color: #d8d7e0;
  margin: 0 101px;
}
@media screen and(max-width:700px){
  .description-single-services {
display: none;
  }
  
}


.services-img-groupe {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 64px;
  position: relative;
}
.services-img-groupe::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  /* border-left: 20px solid transparent; */
  border-right: 29px solid transparent;
  border-bottom: 30px solid white;
  height: 20px;
  /* border: 10px; */
  /* border-left: 20px solid #312f2f00; */
  background-color: transparent;
}

.services-img-groupe::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  /* border-left: 20px solid transparent; */
  border-left: 29px solid transparent;
  border-bottom: 30px solid white;
  height: 20px;
  /* border: 10px; */
  /* border-left: 20px solid #312f2f00; */
  background-color: transparent;
}

.single-service {
  padding-top: 65px;
}
.services-img-groupe-padding {
  margin: auto;
  padding: 42px;
  background-color: #f9f9f9cf;
  max-width: 89%;
  text-align: center;

}
.single-service .veeam-header {
  text-align: center;
  padding: 50px 20px;
  background-color: #f0f4f8;
  position: relative;
  overflow: hidden;
}

.single-service .veeam-title {
  font-size: 42px;
  margin-bottom: 43px;
  font-weight: bold;
  color: #333;
  opacity: 0;
  animation: fadeInDown 1s ease-in-out forwards;
}


.single-service.service__tabs {
  background-color: #f8f9fa; /* Couleur de fond douce */
  padding: 20px; /* Espacement interne */
  border-radius: 8px; /* Coins arrondis */
}

.single-service .nav-link {
  color: black; /* Couleur du texte des onglets */
  font-weight: bold; /* Mettre le texte en gras */
  background-color: transparent; /* Fond transparent */
  border: none; /* Pas de bordure */
}

.single-service .nav-link:hover {
  background-color: #e2e6ea; /* Fond lors du survol */
}

.single-service .nav-link.active {
  background-color: #3b8eb7; /* Fond bleu pour l'onglet actif */
  color: white; /* Texte blanc pour l'onglet actif */
}

.single-service .tab-content {
  margin-top: 20px; /* Espacement supérieur pour le contenu des onglets */
}

/*timeline section*/
/* Style pour la section timeline */
.timeline{
  background-color: #F5F5F5;
}

.process-item-index {
  display: inline-flex;
  border: 1px solid;
  width: 44px;
  height: 44px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 700;
  position: relative;
}

.process-item-index::after {
  content: "";
  position: absolute;
  width: 151px;
  height: 2px;
  background-color: #000000;
  left: 55px;
}

.timeline-item:last-child .process-item-index:last-child::after{
  background-color: red;
}

.timeline h1{
  text-align: center;
  margin-bottom: 58px;
}
.timeline h2{
  font-size: 20px;
  font-weight: 600;
  color: #3377aa;
  width: 181px;
    height: 63px;
}
.process-item-index{
  text-align: center;
}
.process-item-infos{
  text-align: center;
}
.timeline .timeline-item{
  line-height: 21px;
}
.timeline-item:last-child .process-item-index::after{
display: none;
}



.timeline-avantage{
  background-color:white;
}
.timeline-avantage .process-item-index {
  display: inline-flex;
  border: 1px solid;
  width: 44px;
  height: 44px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 700;
  position: relative;
}

.timeline-avantage .process-item-index::after {
  content: "";
  position: absolute;
  width: 151px;
  height: 2px;
  background-color: #7a7373;
  left: 55px;
}

.timeline-avantage .timeline-item:last-child .process-item-index:last-child::after{
  background-color: red;
}

.timeline-avantage h1{
  text-align: center;
  margin-bottom: 58px;
}
.timeline-avantage h2{
  font-size: 20px;
  font-weight: 600;
  color: #3377aa;
  width: 189px;
  height: 63px;
}
.timeline-avantage .process-item-index{
  text-align: center;
}
.timeline-avantage .process-item-infos{
  text-align: center;
}
.timeline-avantage .timeline-item{
  line-height: 21px;
}
.timeline-avantage .timeline-item:last-child .process-item-index::after{
display: none;
}




/* Animation pour afficher le contenu */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Style des titres et contenu des onglets */


.single-service h3 {
  color: #343a40; /* Couleur du texte des titres */
}

.single-service ul {
  list-style-type: disc; /* Style de liste */
  padding-left: 20px; /* Espacement à gauche pour les listes */
}

.single-service ul li {
  margin-bottom: 10px; /* Espacement entre les éléments de la liste */
  color: #495057; /* Couleur du texte des éléments de liste */
}

@keyframes fadeInDown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Effet survol texte */
.single-service .veeam-title:hover {
  color: #3b8eb7;
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.single-service .Fonctionnalites-section {
  padding: 50px;
  display: grid;
  gap: 30px;
}

.single-service .service-card {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.single-service .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.single-service .service-card h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #3b8eb7;
}

.single-service .service-card ul {
  list-style-type: none;
  padding: 0;
}

.single-service .service-card ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

.single-service .service-card ul li strong {
  color: #333;
}
.single-service .service-card ul li {
  color: #000000;
}

/* Animation keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animation pour la section des fonctionnalités */
.single-service .service-card {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.3s;
}

/* Animation à retardement pour que chaque carte s'affiche avec un décalage */
.single-service .service-card:nth-child(2) {
  animation-delay: 0.4s;
}

.single-service .service-card:nth-child(3) {
  animation-delay: 0.5s;
}

.single-service .service-card:nth-child(4) {
  animation-delay: 0.6s;
}

.single-service .service-card:nth-child(5) {
  animation-delay: 0.7s;
}

.single-service .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-container {
  padding: 20px; /* Ceci représente votre padding */
  background-color: #f0f0f0;
  position: relative;
  width: 200px;
}

.menu-title {
  font-size: 18px;
  font-weight: bold;
}

.submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none; /* Masquer les sous-titres par défaut */
  position: absolute; /* Placer les sous-titres en position absolue */
  top: 50px; /* Vous pouvez ajuster cette valeur pour le placement */
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
}

.submenu li {
  padding: 10px;
}

.submenu li a {
  text-decoration: none;
  color: black;
}

/* Afficher les sous-titres au hover */
.menu-container:hover .submenu {
  display: block;
}

/* Start Hero Slider Styles */
.hero-section {
  position: relative;
  z-index: 1;
  margin-top: 65px;
  /* min-height: 275px; */
}

.hero-carousel {
  position: relative;
}

.hero-carousel .slide-item {
  position: relative;
  display: block;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 70px;
  /* padding-bottom: 70px; */
  overflow: hidden;
}

.hero-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  /* -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15); */
}

.hero-carousel .slide-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    108deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 60%
  );
  opacity: 0.5;
}

.hero-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 7000ms linear;
  -moz-transition: all 7000ms linear;
  -ms-transition: all 7000ms linear;
  -o-transition: all 7000ms linear;
  transition: all 7000ms linear;
}

.hero-carousel .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 0 0px;
  z-index: 5;
}

.hero-carousel .content-box .slide-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
}

.hero-carousel .content-box .inner {
  position: relative;
  display: block;
  max-width: 500px;
}
.sub-title .txt{
  color: white;
}

.hero-carousel .content-box .sub-title {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 400;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 30px;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}

.hero-carousel .content-box .sub-title .icon {
  font-size: 24px;
  vertical-align: middle;
  color: #30adcd;
  padding-right: 10px;
}

.hero-carousel .content-box .sub-title .icon:last-child {
  padding-left: 10px;
}

.hero-carousel .active .content-box .sub-title {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.hero-carousel .content-box .subtitle-2 {
  display: block;
  font-size: 15px;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 400;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-bottom: 13px;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}

.hero-carousel .content-box .subtitle-2 .icon {
  font-size: 24px;
  vertical-align: middle;
  color: #30adcd;
  margin-left: 10px;
}

.hero-carousel .active .content-box .subtitle-2 {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.hero-section .slide-item .curve-layer {
  position: absolute;
  left: 0%;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.hero-section .active .slide-item .curve-layer {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease 300ms;
  -ms-transition: all 700ms ease 300ms;
  -o-transition: all 700ms ease 300ms;
  -moz-transition: all 700ms ease 300ms;
  transition: all 700ms ease 300ms;
}

.hero-section .slide-item .curve-layer:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  width: 150%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
}

.hero-carousel .bottom-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.hero-carousel .bottom-dots .dot {
  position: relative;
  display: block;
  float: left;
  width: 3px;
  height: 3px;
  border-right: 3px solid #ffffff;
  margin-right: 3px;
}

.hero-carousel .bottom-dots .line-dot {
  border-right: 40px solid #ffffff;
}
p.card-text {
  font-weight: 700;
}

.hero-carousel .content-box h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.hero-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.hero-carousel .content-box .text {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 400;
  opacity: 0;
  margin-bottom: 40px;
  max-width: 650px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.hero-carousel .active .content-box .text {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.hero-carousel .content-box .links-box {
  position: relative;
  opacity: 0;
  z-index: 5;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.hero-carousel .active .content-box .links-box {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.hero-carousel .content-box .content-image {
  position: absolute;
  left: 100%;
  top: -80px;
  margin-left: 30px;
  width: 700px;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}

.hero-carousel .content-box .content-image img {
  width: auto;
  max-width: 100%;
}

.hero-section .owl-dots {
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.hero-section .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 30px;
  margin: 0px 7px;
}

.hero-section .owl-dots .owl-dot span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 2px;
  height: 10px;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.hero-section .owl-dots .owl-dot.active span {
  background: #ffffff;
  height: 30px;
}

.hero-carousel .owl-nav {
  display: none;
}

.hero-carousel .btn-primary:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .hero-section {
    /* min-height: 100vh; */
  }
 
  .hero-carousel .slide-item {
    /* padding-top: 250px; */
  }

  .hero-carousel .content-box .slide-content {
    bottom: 100px;
  }

  .hero-carousel .content-box {
    height: 600px;
  }

  .hero-carousel .content-box h1 {
    font-size: 50px;
  }
}

.offres .nav-link {
  text-transform: uppercase;
  font-size: 16px;
  color: #33305e;
  padding: 15px 24px;
  width: 108%;
  display: inline-block;
  background-color: #f8f8f8;
  text-decoration: none;
  border: none;
  font-weight: 600;

}

.offres .nav-link.active {
  filter: drop-shadow(0px 2px 10px rgba(202, 202, 216, 0.77));
  background-color: #ffffff;
  border-bottom: 2px solid #3991cf;
  color: black;

}
.offres .nav {
  gap: 10px;
}

/* .offres-table thead th {
  display: flex;
  flex-direction: column;
  justify-content: center;
} */

/*Start page offres */
.title-offres-page-offre {
  margin-top: 2rem;
}

/* Style pour la section de contact */
.contact-section {
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 50px 20px;
}

/* Style du titre */
.contact-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Style du paragraphe */
.contact-section p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}



.apropos-new-section{
  background-color: #3377aa;

}
.apropos-new-section img{
  height: 100%;
}
.apropos-new-section p {
  color: white;
font-size: 17px;
}

.text-new-section{
  margin-top: 111px;

}


.form-group {
  position: relative;
  margin-bottom: -18px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.form-group i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: #5e529b;
}

.contact-form .form-btn .th-btn,
.contact-form .wpcf7 input[type="checkbox"] {

  width: 10px;
    position: relative !important;
    z-index: 2 !important;
    overflow: hidden !important;
    vertical-align: middle !important;
    display: inline-block !important;
    border: none !important;
    text-transform: uppercase !important;
    text-align: center !important;
    background-color: var(--theme-color) !important;
    color: var(--white-color) !important;
    font-family: var(--body-font) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    padding: 20.5px 20px !important;
    min-width: 144px !important;
    border-radius: 4px !important;
    text-align: center !important;

}

.contact-form .form-btn .th-btn:hover,
.contact-form .wpcf7 input[type="submit"]:hover {
    background-color: #342e5a !important;
    color: #fff !important;
}

.modal-content{
  margin-top: 173px;
}
span .wpcf7-list-item-label{
  padding: 10px;
}

.offres-card-second,
.offres-card-second .title-offres-second,
.offres-card-second .list-unstyled-second p{
  transition: all 0.3s ease;
}


.features-with-bars {
  margin: 20px auto;
  padding: 20px;
  max-width: 900px;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  text-align: justify;
}

.features-with-bars .feature h3 {
  font-size: 1.6em;
  color: #5e529a;
  margin-bottom: 10px;
}

.features-with-bars ul {
  list-style-type: none;
  padding-left: 20px;
  margin: 0;
}

.features-with-bars ul li {
  margin: 5px 0;
  font-size: 1em;
  color: #555;
}

.separator-bar {
  height: 4px;
  background: #5e529a;
  margin: 20px 0;
  border-radius: 2px;
  width: 100%;
}



/* avantage */
.advantages-with-bars {
  margin: 20px auto;
  padding: 20px;
  max-width: 900px;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif;
}

.advantages-with-bars .advantage h3 {
  font-size: 1.6em;
  color: #5e529a;
  margin-bottom: 10px;
}

.advantages-with-bars ul {
  list-style-type: none;
  padding-left: 20px;
  margin: 0;
}

.advantages-with-bars ul li {
  margin: 5px 0;
  font-size: 1em;
  color: #555;
}

.separator-bar {
  height: 4px;
  background: #5e529a;
  margin: 20px 0;
  border-radius: 2px;
  width: 100%;
}


li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #333;
}



li strong {
  font-weight: bold;
  color: #000; /* Couleur pour le thème */
}

li span {
  color: #555; /* Couleur plus douce pour la définition */
}


    /* Style du tableau */
    table {
      width: 100%;
      border-collapse: collapse;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    /* En-tête du tableau */
    th {
      background-color: #342e5a;
      color: white;
      padding: 12px;
      text-align: center;
      font-size: 1.1rem;
    }

    /* Cellules du tableau */
    td {
      padding: 12px;
      text-align: center;
      font-size: 1rem;
      border-bottom: 1px solid #ddd;
    }

    /* Lignes alternées */
    tr:nth-child(even) {
      background-color: #f9f9f9;
    }

    /* Icones pour coche */
    .checkmark {
      color: #4CAF50;
      font-size: 1.5rem;
    }

    .crossmark {
      color: #F44336;
      font-size: 1.5rem;
    }

    /* Styles sur le survol des lignes */
    tr:hover {
      background-color: #f1f8ff;
    }

    /* Styles pour la première colonne */
    .first-column {
      font-weight: bold;
      background-color: #f0f0f0;
    }




    /* Section Chiffres clés */
.key-stats {
  text-align: center;
  padding: 50px;
  background-color: #f9f9f9;
}

.key-stats h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

.stats-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.stat {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 200px;
  transition: transform 0.3s ease;
}

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

.stat i {
  font-size: 2.5rem;
  color: #3498db;
  margin-bottom: 10px;
}

.stat h3 {
  font-size: 1.8rem;
  color: #3498db;
  margin: 10px 0;
  
}

.stat p {
  font-size: 1.2rem;
  color: #555;
}

.presentation-container i{
  font-size: 2.5rem;
  /* color: #3498db; */
  margin-bottom: 10px;
}






/* Section principale */
.regions-section {
  padding: 50px 0;
  background-color: #f9f9f9;
}

/* Titre */
.regions-section h1 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #333;
 

    font-weight: 700; /* Texte bien mis en valeur */
    text-align: center; /* Centrer le titre */
    color: #4A4A4A; /* Couleur grise élégante */
    text-transform: uppercase; /* Mettre le titre en majuscules */
    margin-bottom: 1.5rem; /* Espacement inférieur pour respirer */
    letter-spacing: 1px; /* Espacement des lettres pour un effet raffiné */
    position: relative; /* Nécessaire pour l'effet décoratif */
 
}

@media (max-width: 767px) {
  .regions-section h1 {
    font-size: 20px;
}
}
/* Conteneur des régions */
.regions-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Chaque région */
.region {
  border: 1px solid #ddd;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.region h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #5a4f94;
}

/* Informations de la région */
.infos-region {
  list-style: none;
  padding: 0;
  margin: 0;
}

.infos-region li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 1rem;
  color: #555;
}

.infos-region li i {
  color: #2f6ca3;
  font-size: 1.2rem;
}

/* Espacement entre les colonnes */
.region-gap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* Carte */
.iframe-section img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, )
}



.regions-section h1::after {
  content: ''; /* Crée une ligne décorative sous le titre */
  display: block;
  width: 60px; /* Largeur de la ligne */
  height: 4px; /* Épaisseur de la ligne */
  background-color: #5a4f94; /* Couleur contrastée, exemple : jaune doré */
  margin: 10px auto 0; /* Centrer la ligne avec un espacement */
  border-radius: 2px; /* Angles légèrement arrondis pour douceur */
}

.regions-section h1:hover::after {
  background-color: #3e92be; /* Change la couleur de la ligne au survol */
  width: 80px; /* Agrandit légèrement la ligne */
  transition: all 0.3s ease; /* Transition fluide */
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
.regions-section h1 {
    font-family: 'Roboto', sans-serif;
}


.iframe-section {
    display: flex; /* Aligne le contenu de la carte au centre verticalement */
    justify-content: center; /* Centre horizontalement */
    align-items: center; /* Centre verticalement */

}

.iframe-section img {
    max-width: 100%; /* L’image occupe tout l’espace disponible */
    height: auto; /* Maintient les proportions */
    border-radius: 8px; /* Coins arrondis identiques à la section */
    border: 2px solid #ddd; /* Bordure légère pour délimiter l’image */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Effet au survol */
}



.fontions-equipes #cards_functions_chifres_cles{
  /* color: white; */
    /* background-color: #fff6f6; */
    /* padding: 20px; */
    border: 1px solid #ddd;
    padding: 15px 20px;
    border-radius: 8px;
    /* background-color: #e1def3; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    color: var(--white-color);

}

.last_med_design img{
  width: 60px;
}


.last_med_design p{
  text-align: justify;
    width: 89%;
}

.wpcf7 input[type="submit"] {
  background-color: #5e529b !important;
  color: white !important;
  width: fit-content!important;
  font-weight: 700!important;
}








.service-card {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%; /* Ajustez la hauteur selon vos besoins */
  color: #fff; /* Texte blanc pour le contraste */
  /* border-radius: 10px;  */
  overflow: hidden;
 
}
.service-card::before {
  transition: all 0.3s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
  /* opacity: 0.5; */
  z-index: -1;
}

#service-card {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%; /* Ajustez la hauteur selon vos besoins */
  color: #fff; /* Texte blanc pour le contraste */
  /* border-radius: 10px;  */
  overflow: hidden;
}

.service-card h3.box-title {
color: rgb(0, 0, 0);
}

.service-card p.service-card_text {
  position: absolute;
  bottom: 60px;
  left: 20px;
  z-index: 2;
  font-size: 16px;
}


.services .center-carte-services{
  justify-content: center;
}

#serice-mt{
  margin-top: 54px;
  margin-bottom: 84px;
}




@media (max-width:525px){
  .title-nos-offres {
  
    font-size: 18px;
}
}
@media screen and (max-width: 378px) {
  .content h2 {
      text-align: justify;
      color: #433974;
      margin-bottom: 22px;
      font-size: 20px;
      margin-top: 25px;
  }
}

@media screen and (max-width: 892px) {
  .description-single-services {
    text-align: justify;
    line-height: 1.6;
    padding: 25px;
    /* margin: 0 0 -35px 0; */
    color: #000000;
    /* text-transform: uppercase; */
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    line-height: 1.75;
    padding: 4% 5%;
    font-size: 11px;
    background-color: #d8d7e0;
    /* margin: 0 101px; */
}
}


@media screen and (max-width: 1200px) {
  .presentation-container h3, h4 {
    font-size: 15px;
  }
  .presentation #solidaire {
    width: 43px;
}
.h1, h1 {
  font-size: 21px;
}
.contact-section h2 {
  font-size: 23px;
  width: 102%;

}
.contact-section p {
  font-size: 15px;
}
.features-with-bars .feature h3 {
  font-size: 20px;

}
.regions-section .region-gap {
  display: block;
}
.region-center {
  row-gap: 30px;
}
}



