
a{
text-align:center;
color:#fff;
 font-family: 'Source Sans Pro', sans-serif;
text-decoration:none;
font-size:1.2rem;


}

/* Centrer le dernier service uniquement sur les grands écrans */
@media (min-width: 992px) { /* Le point de rupture pour les grands écrans */

  /* Cibler le dernier élément et le centrer */
  .row .col-lg-3:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}



.container {
  width: 100%;
  max-width: 1320px;

  margin-left: auto;
  margin-right: auto;
   <!-- background-color: #FFFFFFD6; -->
}



.col-xl-3, .col-lg-4, .col-md-6, .col-12 {
  box-sizing: border-box;
}

.row2 {
margin-left:-50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.row3 {

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}




.custom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin: 0 auto;
}


.services .service-item {

  background-color: var(--surface-color);
  text-align: center;
  border-radius: 25px;
  border: 3px solid color-mix(in srgb, var(--default-color), transparent 45%);
  padding: 0px;
  transition: border ease-in-out 0.3s;
  width: 100%; /* Adapté au mobile */
  margin: auto;
  margin-top: 2px;
}

.service-item img {
  width: 100%;
  height: 250px;
  
   aspect-ratio: 1 / 1;  /* carré parfait */
  object-fit: cover;    /* remplissage sans déformation */
}

.background-wrapper {
  
  background: #29272775;
  padding: 60px;
  max-width: 1150px;   /* un peu plus large que .container8 */
  margin: 30px auto;       /* centre le bloc */
  border-radius: 20px;  /* optionnel : coins arrondis */
    border :  8px solid #357361C4;
}

.background-wrapper26 {
  
  background: #292727c4;
  padding: 60px;
  max-width: 1150px;   /* un peu plus large que .container8 */
  margin: 20px auto;       /* centre le bloc */
  border-radius: 20px;  /* optionnel : coins arrondis */
    border :  8px solid #357361C4;
}


.background-wrapper2 {
  background: #0000009e;
     height: 60vh;         /* responsive */
  min-height: 50px;    /* garde une certaine stabilité */
  max-height: 80px;    /* limite sur les très grands écrans 
  
  padding:10px 40px;
  max-width: 1160px;   /* un peu plus large que .container8 */
  margin: 0 auto;       /* centre le bloc */
  border-radius: 20px;  /* optionnel : coins arrondis */

   border : 8px solid #357361C4;
  width:60%;
}

.background-wrapper2b {

  width: 60%; /* réduit la largeur globale */
  margin: 20px auto; /* centre horizontalement */
  border-radius: 20px;
  border: 8px solid #357361C4;
  display: flex; /* pour centrer le contenu verticalement + horizontalement */
  align-items: center; /* centre verticalement */
  justify-content: center; /* centre horizontalement */
  padding: 2rem; /* espace intérieur pour que le texte ne touche pas les bords */
  box-sizing: border-box; /* inclut le padding et les bordures dans les dimensions */
  height: 80px; /* hauteur minimale pour donner de l'espace */
  background:#FFFFFFE0;
  
 
}



.background-wrapper23 {
  background: #357361C4;
  padding: 10px 40px;
  max-width: 950px;
  margin: 10px auto;
  border-radius: 25px;
  border: 8px solid #357361C4;
  width: 100%;

  font-size: 1.125rem; /* 18px */
  line-height: 1.7;

  height: auto;
  min-height: 365px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; /* important pour que padding ne casse pas la mise en page */
  flex-direction: column; /* si tu veux empiler verticalement */
}

/* Responsive : tablette */
@media (max-width: 768px) {
  .background-wrapper23 {
    padding: 20px;
    font-size: 1rem; /* un peu plus petit */
  }
}

/* Responsive : mobile */
@media (max-width: 480px) {
  .background-wrapper23 {
    padding: 15px;
    font-size: 0.95rem;
    border-width: 4px;
    border-radius: 15px;
  }
}

.background-wrapper23 p {
  margin-bottom: 1.5rem;
}

.background-wrapper-soc {
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  .besb-container {
    padding: 1.5rem;
  }

  .inner-title-soc {
    font-size: 1.6rem;
  }
}







.background-wrapper25 {
  background: #292727c7;

   height: 60vh;         /* responsive */
  min-height: 50px;    /* garde une certaine stabilité */
  max-height: 100px;    /* limite sur les très grands écrans */
  
  
  padding:10px 40px;
  max-width: 1160px;   /* un peu plus large que .container8 */
  margin: 0px auto 0 auto;       /* centre le bloc */
  border-radius: 20px;  /* optionnel : coins arrondis */

   border : 8px solid #357361C4;
}


.background-wrapper25 h2 {
  margin-bottom: 0;
}




.background-wrapper-soc {
   background: #FFFFFFE0;


   height: 60vh;         /* responsive */
  min-height: 50px;    /* garde une certaine stabilité */
  max-height: 80px;    /* limite sur les très grands écrans 
  
  
  max-width: 1160px;   /* un peu plus large que .container8 */
  margin-top:100px;      /* centre le bloc */
  border-radius: 20px;  /* optionnel : coins arrondis */
  
   border : 8px solid #357361C4;
}



#gallery {

  background-image: url('./images/lightwood.jpg');
  background-size: cover;      /* pour que l'image couvre toute la section */
  background-position: center; /* centrer l'image */
  background-repeat: no-repeat;
  min-height: 383px;
}


.container8 {
  max-width: 950px;
  width: 100%;
  margin: 50px auto;
  padding: 40px 20px;
    background-color: #FFFFFFD6;
  border-radius:10px; /* arrondi si tu veux encadrer le tout */
  box-sizing: border-box;
}



.container18 {
  max-width: 950px;
  width: 100%;
  margin: 50px auto;
  overflow: auto;
padding: 40px 20px;
    <!-- background-color: #FFFFFFD6; -->
  border-radius: 25px; /* arrondi si tu veux encadrer le tout */
  box-sizing: border-box;
  height:515px;
}


.our-story {
  margin-top: -20px;
}

.separate2 {
  height: 20px;
background: url('./images/lightwood.jpg') center/cover no-repeat;
  border-radius: 3px;
  margin: 105px auto;
  width: 100%;
}
		 .rounded-logo {


}


.logo-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem; /* espace entre les logos */
  background:#FFFFFFE0;
  border-radius:10px;
}
}



.small-logo {
  max-width: 80px;
}


@media (max-width: 480px) {
  .small-logo {
    max-width: 60px;
  }
}

#contact-content {
  max-width: 980px;

  margin: 0 auto;
  background:#0000009e;
}


.logo-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0; /* espace vertical entre les lignes */
}

.custom-col {
  width: 17%;
  max-width: 20%;
    box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-logo {
  max-height: 80px; /* ou une valeur adaptée */
  width: auto;
  object-fit: contain; /* pour garder proportions */
}










.besb-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: rgba(53, 115, 97, 0.8); /* même logique que l'offre */
  border-radius: 16px;
  color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}




.besb-societe .section-title h2,
.inner-title-soc {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
  border-bottom: 2px solid #82c2a6;
  display: inline-block;
  padding-bottom: 0.3rem;
}





  /* SECTION SOCIÉTÉ - flex container */
  .besb-societe {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 3em;
    flex-wrap: wrap;
	
	  background: url('./images/jetee.jpg') center/cover no-repeat;
  }

  .besb-societe-text {
    flex: 1 1 400px;
    min-width: 280px;
    font-size: 1.3rem;
  }
  .besb-societe-text p {
    margin-bottom: 1em;
    color: #3a3a3a;
	margin-top: 2em;
  }

  /* Image responsive */
  .besb-societe img {
    flex: 1 1 400px;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(53,115,97,0.2);
    object-fit: cover;
  }

  /* List styling */
  .besb-list {
    margin-left: 1.5em;
    margin-bottom: 2em;
    color: #444;
    font-size: 1.05rem;
  }
  .besb-list li {
    margin-bottom: 0.6em;
  }

  /* Paragraphs */
  section p {
    color: #fff;
  }

  /* Responsive: stacking for small screens */
  @media (max-width: 700px) {
    .besb-societe {
      flex-direction: column;
    }
    .besb-societe img, 
    .besb-societe-text {
      flex-basis: 100%;
    }
  }


#team{

background-image: url('./images/lightwood.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}




#image-team {
  max-width: 100%;
  padding: 1rem;
  text-align: center;
}

#image-team img.team-photo-large {
  width: 41%;
  max-width: 1200px;       /* Limite sur les grands écrans */
  height: auto;            /* Laisse le navigateur gérer la hauteur selon la largeur */
  object-fit: contain;     /* S'assure que l'image ne soit pas rognée */
  border-radius: 1rem;     /* Bords arrondis */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Ombre douce */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#image-team2 {
  max-width: 52%;
  padding: 1rem;
  text-align: center;
}



.elfsight-app-997b8285-4345-4e2c-8958-1d0bf6297a73 {
   position: absolute;
  top: 5;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 100%;
  max-width: 600px;
margin-top: 10px;
}

.background-contact{
background-image: url("./images/locaux.jpg") ;  
  background-size: cover;        /* L'image couvre tout le bloc */
  background-position: center;   /* Centrée horizontalement et verticalement */
  background-repeat: no-repeat;  /* Pas de répétition */
  padding: 170px 20px;            /* Espacement intérieur (ajustable) */
  color: white;                  /* Pour contraste si le fond est sombre */
}


.background-recrutement{
background-image: url("./images/douglas.jpg") ;  
  background-size: cover;        /* L'image couvre tout le bloc */
  background-position: center;   /* Centrée horizontalement et verticalement */
  background-repeat: no-repeat;  /* Pas de répétition */
  padding: 60px 20px;            /* Espacement intérieur (ajustable) */
  color: white;                  /* Pour contraste si le fond est sombre */
}






/* NAVIGATION GÉNÉRALE */
.navmenu {

  background: #ffffffcc; /* blanc légèrement transparent */
  backdrop-filter: blur(8px); /* flou élégant */
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(53, 115, 97, 0.1);
  padding: 16px 24px;
  max-width: 1170px;
    width: 100%;       /* pour s’adapter au parent */
  overflow: visible; /* éviter de couper le contenu */
  margin: 30px auto;
  transition: all 0.3s ease-in-out;
}

/* CONTENEUR INTÉRIEUR */
.navmenu-inner {
  display: flex;
    justify-content: center;
  align-items: center;
    flex-wrap: nowrap;       
  position: relative;
}
/* LOGO */
.logo img.rounded-logo {
  height: 60px;
 
 
}

/* LIENS */
.nav-links {
margin: 0 auto;
  justify-content: center;
  list-style: none;
  display: flex;
    flex-wrap: nowrap; /* empêcher les liens de passer à la ligne */
  white-space: nowrap; /* empêcher le texte des liens de se couper */
  gap: 30px;

}

.nav-links li a {
  text-decoration: none;
  color: #357361F5;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-links li a:hover,
.nav-links li a.active {
  background-color: #357361C4;
  color: #fff;
}

/* BOUTON BURGER - par défaut caché */
.mobile-nav-toggle {
  display: none;
}

/* VERSION MOBILE */
@media (max-width: 1024px) {


  header {
    justify-content: flex-start !important;
    padding-left: 0 !important;
  }



#menu-placeholder {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  margin: 0;
}


  .navmenu {
    margin: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }




  .navmenu-inner {
    flex-direction: column;
     align-items: flex-start; /* aligne le contenu à gauche */
    padding-top: 40px;
  }

  .mobile-nav-toggle {
    display: block;
    font-size: 28px;
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: 10px;
    left: 20px;
    background: none;
    border: none;
    color: #357361C4;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    gap: 16px;
   align-items: flex-start; /* ✅ aligne les liens à gauche */
  }

  .nav-links.show {
    display: flex;
  }

  .logo {
    align-self: flex-start; /* ✅ place le logo à gauche */
    margin-bottom: 10px;
  }
}

.inner-title2 {
  color: #357361 !important;
  font-size: 2rem;
  text-align: center;
  margin: 1em 0;
  visibility: visible;
  opacity: 1;
}


  header {
   position: sticky;
    top: 0; left: 0; right: 0;
   
   background: transparent;
    
    display: flex;
    align-items: center;
    padding: 0 20px;
    z-index: 1000;
	justify-content: center;

  }


  header.scrolled {
    height: 40px;
    padding: 0 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
  }

  /* Ajuster le contenu pour qu'il s'adapte */
  header .navmenu-inner {
    font-size: 2rem;

  }

  header.scrolled .navmenu-inner {
    font-size: 1.2rem;
  }
  
    /* Ajuster le contenu pour qu'il s'adapte */
  header .navmenu {
    font-size: 2rem;

  }

  header.scrolled .navmenu {
    font-size: 1.2rem;
	 padding: 0;
  }


wrapper {

  padding-top: 45px;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;

}




section, .section {
  color: var(--default-color);
border-radius: 10px;
 <!-- background-color:#ffffffbd;; -->
  margin-top: 0px;
  margin-bottom: -20px;
  scroll-margin-top: 140px;
  overflow: clip;
  }





.container-global {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  border-radius: 12px;
  box-sizing: border-box;
}

/* TITRES */
.titre-principal {
  font-size: 2rem;
  color: white;
  font-weight: 700;
  margin: 1rem 0;
  border-bottom: 2px solid #82c2a6;
  padding-bottom: 0.5rem;
}

.titre-section {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1.5rem 0 0.7rem 0;
  color: white;
}

/* PARAGRAPHES & LISTES */
.paragraphe {
  margin: 1rem 0;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.liste {
  margin: 0.5rem 0 1rem 0;
  padding-left: 1.5rem;
}

.item-liste {
  margin-bottom: 0.5rem;
  color: white;
}

/* CONTACT */
.contact-info {
  margin-top: 2rem;
  font-weight: 600;
  color: white;
}

/* BOUTONS */
.btns {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.btns button,
.btns a {
  background-color: #ffffff;
  color: #2f4f4f;
  border: none;
  padding: 0.7rem 1.2rem;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btns button:hover,
.btns a:hover {
  background-color: #a4d0b0;
  color: #1d2e2e;
}

/* FORMULAIRE ELFIGHT */
.elfsight-container-hidden {
  display: none !important;
}

.elfsight-container-visible {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .container-global {
    padding: 1.5rem;
  }

  .titre-principal {
    font-size: 1.6rem;
  }

  .titre-section {
    font-size: 1.3rem;
  }

  .btns {
    flex-direction: column;
    align-items: center;
  }

  .btns button,
  .btns a {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .titre-principal {
    font-size: 1.4rem;
  }

  .titre-section {
    font-size: 1.1rem;
  }

  .paragraphe,
  .item-liste {
    font-size: 0.95rem;
  }
}



/* Bloc contenant le texte */
.container-soc {
 background: #357361C4;
  padding: 2rem;
  border-radius: 12px;
  border: 2px solid #357361;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  font-size: 1.125rem;
  line-height: 1.7;
  color: #1d1d1d;
  text-align: justify;
  border: 8px solid #357361C4;
  width:105%;
}

/* Style des paragraphes */
.container-soc .paragraphe {
  margin-bottom: 1.2rem;
}

/* Responsive (mobile) */
@media (max-width: 600px) {
  .inner-title2 {
    font-size: 1.5rem;
  }
  .container-soc {
    padding: 1.2rem;
    font-size: 1rem;
  }
  }



#preloader {
  display: none !important;
}



body {
  animation: none !important;
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
}





  #menu-placeholder,
  header {
    min-height: 80px;
    overflow: visible;
    text-align: left;
    padding-left: 20px;
  }
	
  


.background23
{

background-image: url('./images/lightwood.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;     /* largeur 100% du conteneur parent */
  height: 300px;   /* hauteur fixe pour que ça soit visible */
}







  
    #image-temporaire {
      margin-top: 20px;
      border: 1px solid #333;
      max-width: 600px;
    }



#recrutement.section {
  background-color: transparent !important; /* ou simplement ne rien mettre */
}



.no-section {
  /* Copie les styles utiles, sans le background */
    background-color: transparent !important;
  color: var(--default-color);
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: -20px;
  scroll-margin-top: 140px;
  overflow: clip;
}






