.footer{
    background-color: #4DA674 !important;
    color: #FFFFFF !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

.alert-cookies{
    background-color: #4DA674;
    color: #FFFFFF;
}

.mw_300{
    max-width: 300px;
}

body {
   scroll-behavior: smooth;
   background-color: #d6e0e2;
   height: 100%;
}

html{
    height: 100%;
}

.jumbotron-custom {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #f8f9fa;
      padding: 2rem;
      text-align: center;
    }

textarea{
    resize: none;
}

.zoomable {
    cursor: zoom-in;
    transition: transform 0.2s;
}
.zoomable:hover {
    transform: scale(1.05);
}

.call_to_action{
    background-color: #4DA674 !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    font-weight: bold;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.link-vert{
   color: #4DA674;
   text-decoration: none; 
}

.link-white{
   color: #FFFFFF;
   text-decoration: none; 
}

.img-cover-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.img-cover-wrapper {
  max-height: 600px; /* Ajustable selon ton design */
  overflow: hidden;
}


.no_border{
    border: 0 !important;
}

.bg_white{
   background-color: #FFFFFF !important;
   border-radius: 10px;
   padding: 20px;
}

.btn-vert{
   background-color: #4DA674;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
   color: white;
}

.btn-vert:hover{
   background-color: white;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
   color: #4DA674;
   border-color: #4DA674;
   transition: background-color 1s ease, border-color 1s ease;
   text-decoration: none;
}

.btn-blanc:hover{
   background-color: #4DA674;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
   color: white;
   border-color: #4DA674;
   transition: background-color 1s ease, border-color 1s ease;
}

.btn-blanc{
   background-color: white;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
   color: #4DA674;
   
}

.txt-vert{
   color: #4DA674 !important;
}

.txt-blanc{
   color: white !important;
}

.navbar-container {
   color: #4DA674;
   background-color: #FFF;
   border-radius: 10px;
}

.navbar-container a{
   color: #4DA674;
}

.blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Ajuste la largeur selon l'effet désiré */
    height: 100%;
    backdrop-filter: blur(2px);
    z-index: 1;
}

.carousel-inner, .carousel-item {
   height: 100%;
}

/* Centrage du Jumbotron */
.jumbotron-container {
   display: flex;
   justify-content: center;
   align-items: center;
   height: calc(100vh - 200px); /* Hauteur totale - marges */
   margin: 60px auto;
   z-index: 20;
}

.jumbotron {
   max-width: 1140px; /* Largeur d'un container */
   width: 90%; /* Pour qu'il s'adapte sur mobile */
   padding: 2rem;
   background: rgba(255, 255, 255, 0.8);
   border-radius: 10px;
   text-align: center;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
   backdrop-filter: blur(5px);
   z-index: 20;
}

.navbar {
   transition: background-color 0.5s;
   width: 100%;
   z-index: 1000;
   background-color: #FFFFFF;
}

.carousel{
   margin-bottom: 2rem;
}

.carousel-item {
   background-size: cover;
   background-position: center;
   transition: transform 2s ease-in-out;
}

.carousel-item img {
   height: 100%;
   width: auto; /* Conserve l'échelle de l'image */
   position: absolute; /* Pour centrer l'image */
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 0;
   object-fit: cover;
}
       
.primaire {
   color: #7d7d7d; /* Gris souris */
}

.secondaire {
   color: #4caf50; /* Vert entre foncé et clair */
}

.tertiaire {
   color: #6f4c3e; /* Marron */
}

.navbar-brand{
    padding: 10px;
}







/* Featurettes
------------------------- */

.featurette-divider {
  margin: 2.5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}









      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      @media (max-width: 768px) {
        .keywords_mini {
          font-size: 10px;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 1500;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }








      

      .parent{
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
      }








      @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Poppins:wght@500;600;700&display=swap');

:root {
  --font-title: 'Poppins', sans-serif;
  --font-text: 'Open Sans', sans-serif;

  --color-primary: #89ba13;  /* ton vert signature */
  --color-dark: #212529;
  --color-light: #f8f9fa;
}

/* ------------------------------
   TITRES
------------------------------ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-title);
  color: var(--color-dark);
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

h1 {
  font-size: 2.6rem;
  font-weight: 700;
}
h2 {
  font-size: 2rem;
  font-weight: 600;
}
h3 {
  font-size: 1.6rem;
  font-weight: 600;
}

/* Accent couleur verte pour les sous-parties des titres */
h1 span, h2 span, h3 span {
  color: var(--color-primary);
}

/* ------------------------------
   TEXTES ET PARAGRAPHES
------------------------------ */
body, p, li {
  font-family: var(--font-text);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--color-gray);
  line-height: 1.7;
}

strong {
  font-weight: 600;
  color: var(--color-dark);
}

/* ------------------------------
   BOUTONS ET LIENS
------------------------------ */
.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  font-family: var(--font-title);
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #76a710;
  border-color: #76a710;
  transform: translateY(-2px);
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: 0.2s ease;
  text-decoration: none;
}
a:hover {
  color: #d6e0e2;
  text-decoration: none;
}

.nav-link:focus, .nav-link:hover{
    color: #d6e0e2;
    text-decoration: none; 
}

.accordion-button:not(.collapsed){
    background-color: #4DA674;
    color: white;
}

/* ------------------------------
   RESPONSIVE ADAPTATION
------------------------------ */
@media (max-width: 992px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }
  h3 { font-size: 1.3rem; }
  body, p, li { font-size: 1rem; }
}


#partners {
    overflow: hidden;
}

.partner-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.partner-track {
    display: flex;
    align-items: center;
    /* Ajuste la durée selon le nombre de logos / la vitesse que tu veux */
    animation: partners-scroll 20s linear infinite;
}

/* Chaque logo */
.partner-item {
    flex: 0 0 16.6667%; /* ~6 logos par ligne sur grand écran */
    max-width: 16.6667%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 0.25rem;
}

/* Pause au survol si tu veux */
.partner-carousel:hover .partner-track {
    animation-play-state: paused;
}

/* Responsive : sur mobile on en montre moins par ligne */
@media (max-width: 992px) {
    .partner-item {
        flex: 0 0 25%;
        max-width: 25%; /* 4 par ligne */
    }
}

@media (max-width: 768px) {
    .partner-item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%; /* 3 par ligne */
    }
}

@media (max-width: 576px) {
    .partner-item {
        flex: 0 0 50%;
        max-width: 50%; /* 2 par ligne */
    }
}

/* Animation continue */
@keyframes partners-scroll {
    from {
        transform: translateX(0);
    }
    to {
        /* On défile l'équivalent de la première "moitié" (les partenaires d'origine).
           Comme on a dupliqué la liste, quand on arrive à -50%, la deuxième moitié
           (copie) prend le relais, ce qui donne l'effet de boucle infinie. */
        transform: translateX(-50%);
    }
}