.card:hover {
      transform: translateY(-5px);
      transition: all 0.3s ease;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.table-comparison th,
.table-comparison td {
      text-align: center;
      vertical-align: middle;
}
/*.navbar {
      /*position: fixed;*/
      /*top: 0;
      /*width: 100%;
      /*background-color: #fff; /* ou la couleur de ta navbar */
      /*z-index: 1000;
      /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);
/*}
/*.nav-link{
   /* color: #000 !important;
/*}
/*.nav-link:hover{
  /*  background-color:#3586ea; 
/*}
/*.navbar-link.active{
    /*background-color:#3586ea; 
/*}*/
.lead{
        text-align: center;
}

footer {
      background-color: #0A1C6E;
      padding: 2rem 1rem;
      text-align: center;
    
      border-top: 1px solid #e0e0e0;
      color: #e0e0e0;
}

.img-logo{
      width:120px;
      height: auto;
}

.img-fluid{
      width: 100px;
      display: block;
      margin-left: auto;
      margin-right: auto;
}
.accueil-img {
  max-height: 500px;
  width: auto;
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  border-radius: 12px;
}

@media (max-width: 768px) {
  .accueil-img {
    max-height: 300px;
  }

  .hero-section h2 {
    font-size: 1.4rem;
  }

  .hero-section p {
    font-size: 0.95rem;
  }
}
.faq-header {
    display: flex;
    align-items: center; /* pour aligner l’image et le texte verticalement */
    gap: 20px;            /* espace entre l’image et le texte */
}

.faq-section {
  background-color: #f9f9f9;
}

.faq-icon {
  max-width: 100% !important;
  height: auto;
}

@media (max-width: 768px) {
  .faq-icon {
    max-width: 80%;
  }
}
.about-row {
  align-items: center; /* ou center selon l'effet désiré */
  gap: 100px;
  margin:  10px;
  background-color: #03032be1 !important;
  width: 100%;
}

.icon-block {
  flex-shrink: 0; /* empêche l’icône de rétrécir */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-icon {
  width: 400px;
  height: 450px;
  object-fit: contain;
}

.text-block {
  width: 100%; /* ✅ largeur fixe, modifiable selon le besoin */
  /*height: 450px; /* ou une hauteur fixe, ex: height: 300px; */
  padding: 10px;
  border-radius: 8px;
  overflow: hidden; /* évite que le contenu déborde */
  text-align: justify;
  margin-top: 10PX;
  margin-right: 10px;
  color: #fff;
}
.card-img-top{
    width: 70%;
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.tittle{
    text-align: center;
    color: #153CCE !important;
}
.membre{
      width: 100%;
}
.valeurs-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 20px 5px;
  width: 100%;
}

.valeur {
  background-color: #fff;
  border-radius: 8px;
 
  padding: 20px 10px;
  text-align: center;
  max-width: 25%;
  flex: 1 1 200px;
  transition: transform 0.3s ease;
}

.valeur:hover {
  transform: translateY(-5px);
}

.icone {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 5px;
}

.valeur h3 {
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 10px;
}

.valeur p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}
.illustration{
      width: 100%;
      height: auto;
}
.services{
      display: flex;
      flex-direction: column;
      gap: 100px;
}
.texte{
      width: 100%;
      height: auto;
      text-align: justify;
}
.logos{
      width: 7%;
      height: auto;
}
.louise{
      height: 57%;
      width: 70%;
}
.partner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding: 10px 5px;
  width: 100%;
}
.partner {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 10px;
  max-width: 40%;
  flex: 1 1 200px;
  transition: transform 0.3s ease;
}
.photos{
  width: 60%;
  height: auto;
}

.logo-slider {
  position: relative;
  width: 100%;
}

.logo-track {
  display: flex;
  animation: scroll 30s linear infinite;
  width: max-content;
}

.log {
  flex: 0 0 auto;
  padding: 0 20px;
}

.log img {
  height: 100%; /* ou comme tu veux */
  object-fit: contain;
}
  
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.img-logo {
  max-width: 150px;
  height: auto;
}
.navbar.scrolled {
  background-color: #153CCE; /* couleur souhaitée */
  transition: background-color 200ms linear;
}

@media (min-width: 768px) {
  .services {
    flex-direction: row;
    gap: 100px;
  }
}

 body{
  background-color: #f8f9fa;
}

/* ======= PRÉFOOTER STYLISÉ ======= */

.dzone-prefooter {
  background-color: #c0d0e0;
  padding: 40px 0;
  color: #333;
  border-top: 1px solid #ddd;
}

.grid-template.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1140px;
  margin: auto;
  padding: 0 20px;
}

.contact-name,
.block-openhours p,
.block-nav p,
.block-socialbar p {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #153CCE;
}

.block-contact p,
.block-openhours li,
.block-nav ul li,
.block-socialbar ul li {
  font-size: 0.95rem;
  line-height: 1.6;
}

.prefooter a {
  color: #333;
}

.prefooter a:hover {
  text-decoration: underline;
  color: #153CCE;
}

.prefooter.active {
  background-color:#153CCE !important;
  color: #fff !important;
  border-radius: 3px;
}

.avantages-section {
  background-color: #f4f6fa;
}

.avantage-card {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.avantage-card:hover {
  transform: translateY(-6px);
}

.avantage-card h5 {
  font-size: 1.2rem;
  color: #153CCE;
  margin-bottom: 10px;
}

.avantage-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
