/* ========================= LOGO SLIDER ========================= */


@keyframes slides {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


.logos-structural {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 30px;
  white-space: nowrap;
  font-size: 0;
}


.logos-structural::before,
.logos-structural::after {
  content: '';
  position: absolute;
  top: 0;
  width: clamp(50px, 12vw, 250px);
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logos-structural::before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), #fff);
}

.logos-structural::after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), #fff);
}


.logo-track-structural{
  display:flex;
  width:max-content;
  animation: slides 45s linear infinite;
}

.logo-items-structural {
  display: inline-flex;
  align-items: center;
  gap: clamp(26px, 8vw, 170px);
  padding-right: clamp(26px, 8vw, 170px);
  flex: 0 0 auto;
}


.logos-structural:hover .logo-track-structural {
  animation-play-state: paused;
}


.logo-items-structural img {
  height: clamp(52px, 6vw, 85px);
  width: auto;
  display: block;
}

@media (min-width:1400px) and (max-width:1700px) and (max-height:1000px){
  .logos-structural{
    padding-top:40px;
    padding-bottom:20px;
  }

  .logos-structural::before,
  .logos-structural::after{
    width:clamp(40px, 10vw, 200px);
  }

  .logo-items-structural{
    gap:clamp(22px, 6vw, 130px);
    padding-right:clamp(22px, 6vw, 130px);
  }

  .logo-items-structural img{
    height:clamp(46px, 5vw, 72px);
  }

  .cards-title-structural,
  .prestations-title-structural,
  .cards-expertise-structural-title,
  .ou-nous-trouver-title-structural,
  .notre-histoire-title-structural{
    font-size:clamp(22px, 2.2vw, 40px);
  }

  .cards-row-structural{
    gap:clamp(12px, 1.8vw, 22px);
  }

  .card-structural{
    padding:clamp(18px, 2.2vw, 30px) clamp(16px, 2vw, 26px);
  }

  .icon-wrapper-structural{
    width:clamp(46px, 3.8vw, 60px);
    height:clamp(46px, 3.8vw, 60px);
    margin:0 auto clamp(10px, 1.2vw, 16px);
  }

  .card-title-structural{
    font-size:clamp(1rem, 1.2vw, 1.25rem);
  }

  .card-text-structural{
    font-size:clamp(.9rem, 1vw, 1rem);
  }

  .cards-section-structural,
  .prestations-section-structural,
  .cards-expertise-structural,
  .ou-nous-trouver-structural,
  .notre-histoire-structural{
    margin: clamp(44px, 5vw, 88px) 0;
    padding: clamp(30px, 4vw, 64px) clamp(16px, 4vw, 64px);
  }

  .prestation-img-structural{
    height:clamp(200px, 16vw, 280px);
  }

  .prestation-body-structural{
    padding:clamp(22px, 2.6vw, 32px);
    gap:16px;
  }

  .prestation-title-structural{
    font-size:clamp(1rem, 1.25vw, 1.35rem);
  }

  .prestation-text-structural{
    font-size:clamp(.92rem, 1.02vw, 1.02rem);
  }

  .cards-expertise-structural-card{
    height:clamp(320px, 26vw, 460px);
  }

  .cards-expertise-structural-card-title{
    font-size:clamp(1rem, 1.15vw, 1.25rem);
  }
}

body.compact-125-structural .logos-structural{
  padding-top:40px;
  padding-bottom:20px;
}

body.compact-125-structural .logos-structural::before,
body.compact-125-structural .logos-structural::after{
  width:clamp(40px, 10vw, 200px);
}

body.compact-125-structural .logo-items-structural{
  gap:clamp(22px, 6vw, 130px);
  padding-right:clamp(22px, 6vw, 130px);
}

body.compact-125-structural .logo-items-structural img{
  height:clamp(46px, 5vw, 72px);
}

body.compact-125-structural .cards-title-structural,
body.compact-125-structural .prestations-title-structural,
body.compact-125-structural .cards-expertise-structural-title,
body.compact-125-structural .ou-nous-trouver-title-structural,
body.compact-125-structural .notre-histoire-title-structural{
  font-size:clamp(22px, 2.2vw, 40px);
}

body.compact-125-structural .cards-row-structural{
  gap:clamp(12px, 1.8vw, 22px);
}

body.compact-125-structural .card-structural{
  padding:clamp(18px, 2.2vw, 30px) clamp(16px, 2vw, 26px);
}

body.compact-125-structural .icon-wrapper-structural{
  width:clamp(46px, 3.8vw, 60px);
  height:clamp(46px, 3.8vw, 60px);
  margin:0 auto clamp(10px, 1.2vw, 16px);
}

body.compact-125-structural .card-title-structural{
  font-size:clamp(1rem, 1.2vw, 1.25rem);
}

body.compact-125-structural .card-text-structural{
  font-size:clamp(.9rem, 1vw, 1rem);
}

body.compact-125-structural .cards-section-structural,
body.compact-125-structural .prestations-section-structural,
body.compact-125-structural .cards-expertise-structural,
body.compact-125-structural .ou-nous-trouver-structural,
body.compact-125-structural .notre-histoire-structural{
  margin: clamp(44px, 5vw, 88px) 0;
  padding: clamp(30px, 4vw, 64px) clamp(16px, 4vw, 64px);
}

body.compact-125-structural .prestation-img-structural{
  height:clamp(200px, 16vw, 280px);
}

body.compact-125-structural .prestation-body-structural{
  padding:clamp(22px, 2.6vw, 32px);
  gap:16px;
}

body.compact-125-structural .prestation-title-structural{
  font-size:clamp(1rem, 1.25vw, 1.35rem);
}

body.compact-125-structural .prestation-text-structural{
  font-size:clamp(.92rem, 1.02vw, 1.02rem);
}

body.compact-125-structural .cards-expertise-structural-card{
  height:clamp(320px, 26vw, 460px);
}

body.compact-125-structural .cards-expertise-structural-card-title{
  font-size:clamp(1rem, 1.15vw, 1.25rem);
}

/* ========================= CARD SECTION STRUCTURAL ========================= */

.cards-section-structural{
  max-width:1500px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.cards-section-structural .cards-underline-structural{
  margin:0 auto clamp(22px, 3vw, 44px);
}

/* ========================= RESPONSIVE ========================= */


@media (max-width:1200px){
  .cards-row-structural{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  
  .cards-row-structural .card-structural:nth-child(3){
    grid-column: 1 / -1;     
    justify-self: center;    
    max-width: 520px;        
  }
}

@media (max-width:860px){
  .cards-row-structural{
    grid-template-columns:1fr;
    gap:clamp(16px, 3.6vw, 28px);
  }

  .card-structural{
    box-shadow:0 10px 22px rgba(0,0,0,.12);
  }

  
  .cards-row-structural .card-structural:nth-child(3){
    grid-column:auto;
    justify-self: stretch;
    max-width:none;
  }
}

/* ========================= PRESTATIONS SECTION STRUCTURAL ========================= */

.prestations-section-structural{
  max-width:1500px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}


.prestations-title-structural{
  margin:0 0 10px;
  font-size:clamp(24px, 2.6vw, 44px);
  font-weight:800;
  line-height:1.15;
  text-transform:uppercase;
  color:#000;
}


.prestations-underline-structural{
  width:clamp(44px, 4vw, 70px);
  height:4px;
  margin:0 auto clamp(22px, 3vw, 44px);
  border-radius:2px;
  background:#fad659;
}

/* ========================= LIGNE ========================= */

.prestations-row-structural{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:clamp(18px, 2.4vw, 26px);
  align-items:stretch;
}

/* ========================= CARD ========================= */

.prestation-card-structural{
  width:100%;
  max-width:none;
  min-width:0;

  background:#fff;
  border-radius:clamp(16px, 1.4vw, 22px);
  overflow:hidden;

  display:flex;
  flex-direction:column;

  box-shadow:0 16px 36px rgba(0,0,0,.18);
  transition:transform .25s ease, box-shadow .25s ease;
}

.prestation-card-structural:hover{
  transform:translateY(-6px);
  box-shadow:0 26px 56px rgba(0,0,0,.25);
}

/* ========================= IMAGE ========================= */

.prestation-img-structural{
  width:100%;
  height:clamp(220px, 18vw, 320px);
  object-fit:cover;
  display:block;
}

/* ========================= CONTENU ========================= */

.prestation-body-structural{
  padding:clamp(26px, 3vw, 40px);
  display:flex;
  flex-direction:column;
  gap:18px;
  flex:1;
}


.prestation-title-structural{
  margin:0;
  font-size:clamp(1.1rem, 1.4vw, 1.5rem);
  font-weight:800;
  line-height:1.2;
  color:#000;
}


.prestation-text-structural{
  margin:0;
  font-size:clamp(1rem, 1.1vw, 1.1rem);
  line-height:1.65;
  color:#444;
  text-align:justify;
}

/* ========================= BOUTON ========================= */

.prestation-btn-structural{
  margin-top:32px; 
  align-self:center;

  display:inline-block;
  padding:14px 24px;
  border-radius:4px;

  background:#6e9f79;
  color:#fff;
  font-weight:700;
  text-decoration:none;

  transition:transform .15s ease, filter .15s ease;
}

.prestation-btn-structural:hover{
  transform:translateY(-2px);
  filter:brightness(0.95);
}

/* ========================= CONTROLS (BOUTON + FLECHES) ========================= */

.prestations-controls-structural{
  display:none;              
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:16px;
}

.prestations-nav-structural{
  display:flex;
  justify-content:flex-start;
  gap:12px;
  align-items:center;
}

.prestations-ref-btn-structural{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:12px 18px;
  border-radius:4px;

  background:#6e9f79;
  color:#fff;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;

  transition:transform .15s ease, filter .15s ease;
}

.prestations-ref-btn-structural:hover{
  transform:translateY(-2px);
  filter:brightness(0.95);
}

/* ========================= RESPONSIVE ========================= */

@media (max-width:1200px){
  .prestations-row-structural{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  
  .prestations-row-structural .prestation-card-structural:nth-child(3){
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 560px;
  }
}

/* ========================= DESKTOP SLIDER (>= 861px) ========================= */
@media (min-width:861px){
  .prestations-row-structural{
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    display:flex;
    overflow-x:auto;
    overflow-y:visible;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    direction:rtl;
    gap:clamp(16px, 2.2vw, 26px);
    padding-top:clamp(16px, 1.8vw, 24px);
    padding-bottom:clamp(34px, 3vw, 46px);
    padding-left:clamp(16px, 4vw, 64px);
    padding-right:calc(clamp(16px, 4vw, 64px) + clamp(120px, 14vw, 220px));
    scroll-padding-left:clamp(16px, 4vw, 64px);
    scroll-padding-right:calc(clamp(16px, 4vw, 64px) + clamp(120px, 14vw, 220px));
    align-items:stretch;
    scrollbar-width:none; 
  }

  .prestations-row-structural::-webkit-scrollbar{
    display:none;
  }

  .prestation-card-structural{
    flex:0 0 calc((min(100vw, 1500px) - (clamp(16px, 2.2vw, 26px) * 2)) / 3);
    scroll-snap-align:start;
    direction:ltr;
  }

  .prestation-card-structural:first-child{
    margin-left:0;
    margin-right:0;
    scroll-margin-left:0;
    scroll-margin-right:0;
  }

  .prestation-card-structural:last-child{
    margin-right:0;
    margin-left:0;
    scroll-snap-align:end;
    scroll-margin-right:0;
    scroll-margin-left:0;
  }

  .prestations-row-structural::after{
    content:"";
    flex:0 0 clamp(8px, 2vw, 24px);
  }

  .prestations-row-structural .prestation-card-structural:nth-child(3){
    grid-column:auto;
    justify-self:stretch;
    max-width:none;
  }

  .prestations-controls-structural{
    display:flex;
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    padding-left:clamp(16px, 4vw, 64px);
    padding-right:calc(clamp(16px, 4vw, 64px) + clamp(0px, (100vw - 1500px) / 2, 9999px));
    justify-content:flex-end;
    gap:6px;
  }

  .prestations-ref-btn-structural{
    display:inline-flex;
  }

  .prestation-btn-structural{
    display:none;
  }
}

@media (max-width:860px){
  .prestations-section-structural{
    margin-left:0;
    margin-right:0;
    padding-left:35px;
    padding-right:35px;
  }

  .prestations-row-structural{
    display:flex;
    overflow-x:auto;
    overflow-y:visible;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    direction:rtl;
    scroll-padding-left:35px;
    scroll-padding-right:35px;

    gap:20px;
    padding-bottom:28px;
    align-items:stretch;
    margin-left:-35px;
    margin-right:-35px;

    scrollbar-width:none; 
  }

  .prestations-row-structural::-webkit-scrollbar{
    display:none; 
  }

  .prestation-card-structural{
    flex:0 0 calc(100% - 70px);
    scroll-snap-align:start;
    direction:ltr;
    box-shadow:0 10px 22px rgba(0,0,0,.14);
  }

  .prestation-card-structural:first-child{
    margin-left:0;
    margin-right:35px;
    scroll-margin-left:0;
    scroll-margin-right:35px;
  }

  .prestation-card-structural:last-child{
    margin-right:0;
    margin-left:35px;
    scroll-snap-align:end;
    scroll-margin-right:0;
    scroll-margin-left:35px;
  }

  .prestations-row-structural::after{
    content:"";
    flex:0 0 35px;
  }

  .prestation-body-structural{
    padding:clamp(22px, 5vw, 30px);
  }

  .prestation-btn-structural{
    display:none;
  }

  .prestation-text-structural{
    text-align:justify;
  }

  
  .prestations-row-structural .prestation-card-structural:nth-child(3){
    grid-column:auto;
    justify-self: stretch;
    max-width:none;
  }

  .prestations-controls-structural{
    display:flex;
    margin-top:16px;
  }
}

/* ========================= CARDS EXPERTISE STRUCTURAL (ALIGNE ACCUEIL) ========================= */

.cards-expertise-structural{
  max-width:1500px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}


.cards-expertise-structural-title{
  margin:0 0 10px;
  font-size:clamp(24px, 2.6vw, 44px);
  font-weight:800;
  line-height:1.15;
  text-transform:uppercase;
  color:#000;
}


.cards-expertise-structural-underline{
  width:clamp(44px, 4vw, 70px);
  height:4px;
  margin:0 auto clamp(22px, 3vw, 44px);
  border-radius:2px;
  background:#fad659;
}


.cards-expertise-structural-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:clamp(16px, 2.2vw, 26px);
  align-items:stretch;
}


.cards-expertise-structural-card{
  position:relative;
  display:block;
  width:100%;
  min-width:0;

  height:clamp(360px, 30vw, 520px);
  border-radius:clamp(14px, 1.2vw, 18px);
  overflow:hidden;

  background-size:cover;
  background-position:center;

  text-decoration:none;
  color:#fff;

  box-shadow:0 14px 30px rgba(0,0,0,.16);
  transition:transform .2s ease, box-shadow .2s ease;
}

.cards-expertise-structural-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 48px rgba(0,0,0,.22);
}


.cards-expertise-structural-card-title{
  position:absolute;
  left:20px;
  right:20px;
  bottom:18px;

  font-size:clamp(1.05rem, 1.25vw, 1.35rem);
  font-weight:800;
  line-height:1.2;

  text-shadow:0 2px 10px rgba(0,0,0,.65);
  z-index:1;
}


.cards-expertise-structural-card-overlay{
  position:absolute;
  inset:0;

  background:rgba(0,0,0,.72);
  opacity:0;

  transition:opacity .35s ease;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:clamp(18px, 2.2vw, 28px);
}

.cards-expertise-structural-card:hover .cards-expertise-structural-card-overlay{
  opacity:1;
}

.cards-expertise-structural-overlay-content{
  text-align:left;
  max-width:520px;
}


.cards-expertise-structural-overlay-content h3{
  margin:0 0 10px;
  font-size:clamp(1.05rem, 1.35vw, 1.4rem);
  font-weight:800;
  line-height:1.2;
}


.cards-expertise-structural-overlay-content p{
  margin:0 0 18px;
  font-size:clamp(.95rem, 1.05vw, 1.05rem);
  line-height:1.6;
  color:rgba(255,255,255,.92);
}


.cards-expertise-structural-card-btn{
  display:inline-block;
  padding:12px 20px;
  border-radius:4px;

  border:1px solid rgba(255,255,255,.95);
  color:#fff;
  font-weight:700;
  text-decoration:none;

  transition:transform .15s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.cards-expertise-structural-card-btn:hover{
  transform:translateY(-2px);
  background:#fff;
  color:#000;
  border-color:#fff;
}

/* ========================= CONTROLS (BOUTON + FLECHES) ========================= */

.cards-expertise-structural-controls{
  display:none;              
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:16px;
}


.cards-expertise-structural-nav{
  display:flex;
  justify-content:flex-end;
  gap:12px;
  align-items:center;
}



.cards-expertise-structural-ref-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:12px 18px;
  border-radius:4px;

  background:#6e9f79;
  color:#fff;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;

  transition:transform .15s ease, filter .15s ease;
}

.cards-expertise-structural-ref-btn:hover{
  transform:translateY(-2px);
  filter:brightness(0.95);
}

/* ========================= RESPONSIVE (MEME LOGIQUE ACCUEIL) ========================= */


@media (max-width:1200px){
  .cards-expertise-structural-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  
  .cards-expertise-structural-grid .cards-expertise-structural-card:nth-child(3),
  .cards-expertise-structural-grid .cards-expertise-structural-card:nth-child(4){
    justify-self:center;
    max-width:560px;
    width:100%;
  }
}

@media (min-width:861px){
  .cards-expertise-structural-grid{
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    display:flex;
    align-items:stretch;
    gap:clamp(16px, 2.2vw, 26px);
    padding-top:clamp(16px, 1.8vw, 24px);
    padding-bottom:clamp(34px, 3vw, 46px);
    padding-left:calc(clamp(16px, 4vw, 64px) + clamp(120px, 14vw, 220px));
    padding-right:clamp(16px, 4vw, 64px);
    overflow-x:auto;
    overflow-y:visible;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scroll-padding-left:calc(clamp(16px, 4vw, 64px) + clamp(120px, 14vw, 220px));
    scroll-padding-right:clamp(16px, 4vw, 64px);
    scrollbar-width:none;
  }

  .cards-expertise-structural-grid::-webkit-scrollbar{
    display:none;
  }

  .cards-expertise-structural-card{
    flex:0 0 calc((min(100vw, 1500px) - (clamp(16px, 2.2vw, 26px) * 3)) / 4);
    scroll-snap-align:start;
  }

  .cards-expertise-structural-grid .cards-expertise-structural-card:nth-child(3),
  .cards-expertise-structural-grid .cards-expertise-structural-card:nth-child(4){
    max-width:none;
    width:auto;
  }

  .cards-expertise-structural-controls{
    display:flex;
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    padding-left:calc(clamp(16px, 4vw, 64px) + clamp(0px, (100vw - 1500px) / 2, 9999px));
    padding-right:clamp(16px, 4vw, 64px);
    justify-content:flex-start;
    gap:6px;
  }
}

/* ========================= MOBILE SLIDER (<= 860px) ========================= */
@media (max-width:860px){
  .cards-expertise-structural{
    margin-left:0;
    margin-right:0;
    padding-left:35px;
    padding-right:35px;
  }

  
  .cards-expertise-structural-grid{
    display:flex;
    overflow-x:auto;
    overflow-y:visible;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scroll-padding-left:35px;
    scroll-padding-right:35px;
    padding-right:35px;

    gap:20px;
    padding-bottom:28px;
    align-items:stretch;
    margin-left:-35px;
    margin-right:-35px;

    scrollbar-width:none; 
  }

  .cards-expertise-structural-grid::-webkit-scrollbar{
    display:none; 
  }

  
  .cards-expertise-structural-card{
    flex:0 0 calc(100% - 70px);
    scroll-snap-align:start;
    box-shadow:0 10px 22px rgba(0,0,0,.12);
  }

  .cards-expertise-structural-card:first-child{
    margin-left:35px;
    scroll-margin-left:35px;
  }

  .cards-expertise-structural-card:last-child{
    margin-right:0;
    scroll-snap-align:end;
    scroll-margin-right:0;
  }

  
  .cards-expertise-structural-controls{
    display:flex;
  }

  
  .cards-expertise-structural-card-overlay{
    display:none !important;
  }

  .cards-expertise-structural-card:hover{
    transform:none;
    box-shadow:0 10px 22px rgba(0,0,0,.12);
  }

  
  .cards-expertise-structural-grid .cards-expertise-structural-card:nth-child(3),
  .cards-expertise-structural-grid .cards-expertise-structural-card:nth-child(4){
    max-width:none;
    width:auto;
    justify-self:auto;
  }
}

/* ========================= OU NOUS TROUVER ========================= */

.ou-nous-trouver-structural{
  max-width:1500px;
  margin-left:auto;
  margin-right:auto;
}

.ou-nous-trouver-header-structural{
  text-align:center;
  margin-bottom:clamp(26px, 4vw, 46px);
}

.ou-nous-trouver-title-structural{
  margin:0 0 12px;
  font-size:clamp(24px, 3vw, 40px);
  font-weight:800;
  letter-spacing:.04em;
}

.ou-nous-trouver-underline-structural{
  width:clamp(44px, 4vw, 70px);
  height:4px;
  margin:0 auto;
  border-radius:2px;
  background:#fad659;
}

.ou-nous-trouver-grid-structural{
  max-width:1500px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(260px, 1fr) minmax(320px, 1.6fr);
  gap:clamp(18px, 3vw, 32px);
  align-items:stretch;
}

.ou-nous-trouver-panel-structural{
  background:#ffffff;
  border-radius:18px;
  padding:clamp(18px, 3vw, 30px);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
  display:flex;
  flex-direction:column;
  gap:18px;
  position:relative;
  z-index:2;
}

.ou-nous-trouver-panel-title-structural{
  margin:0;
  font-size:clamp(18px, 2.2vw, 28px);
  font-weight:800;
  text-align:center;
}

.ou-nous-trouver-search-structural{
  display:none;
  flex-direction:column;
  gap:8px;
}

.ou-nous-trouver-search-input-structural{
  width:100%;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid #d9d9d9;
  background:#fff;
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  font-size:16px;
  color:#222;
}

.ou-nous-trouver-search-message-structural{
  display:none;
  font-size:0.95rem;
  color:#9b3b3b;
}

.ou-nous-trouver-search-message-structural.is-visible{
  display:block;
}

.ou-nous-trouver-list-structural{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.ou-nous-trouver-actions-structural{
  display:flex;
  gap:10px;
  flex-wrap:nowrap;
}

.ou-nous-trouver-btn-structural{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:1 1 0;
  padding:12px 18px;
  border-radius:4px;
  border:0;
  background:#6e9f79;
  color:#fff;
  font-weight:700;
  font-size:.9rem;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
  transition:transform .15s ease, filter .15s ease;
}

.ou-nous-trouver-btn-structural:hover{
  transform:translateY(-2px);
  filter:brightness(0.95);
}

.ou-nous-trouver-btn-structural.is-muted{
  background:#fff;
  color:#6e9f79;
  border:2px solid #6e9f79;
}

.ou-nous-trouver-dropdown-structural{
  display:none;
  position:relative;
}

.ou-nous-trouver-dropdown-toggle-structural{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px 14px;
  border-radius:4px;
  border:1px solid #d9d9d9;
  background:#fff;
  font-family:"Montserrat", sans-serif;
  font-weight:400;
  font-size:1.02rem;
  color:#222;
  cursor:pointer;
  text-align:left;
}

.ou-nous-trouver-dropdown-chevron-structural{
  width:8px;
  height:8px;
  border-right:2px solid #6e6e6e;
  border-bottom:2px solid #6e6e6e;
  transform:rotate(45deg);
  transition:transform .2s ease;
}

.ou-nous-trouver-dropdown-structural.is-open .ou-nous-trouver-dropdown-chevron-structural{
  transform:rotate(-135deg);
}

.ou-nous-trouver-dropdown-list-structural{
  display:none;
  position:absolute;
  left:0;
  right:0;
  margin-top:8px;
  max-height:220px;
  overflow:auto;
  background:#fff;
  border:1px solid #e2e2e2;
  border-radius:12px;
  box-shadow:0 12px 24px rgba(0,0,0,.08);
  z-index:10;
}

.ou-nous-trouver-dropdown-structural.is-open .ou-nous-trouver-dropdown-list-structural{
  display:block;
}

.ou-nous-trouver-dropdown-option-structural{
  width:100%;
  border:0;
  background:transparent;
  padding:10px 12px;
  text-align:left;
  color:#222;
  font-weight:500;
  font-size:1.02rem;
  border-bottom:1px solid #ededed;
  cursor:pointer;
}

.ou-nous-trouver-dropdown-option-structural:last-child{
  border-bottom:0;
}

.ou-nous-trouver-dropdown-option-structural:hover{
  background:#f7f7f7;
}

.ou-nous-trouver-item-structural{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:12px 0;
  border-radius:0;
  border:0;
  border-bottom:1px solid #e5e5e5;
  background:transparent;
  cursor:pointer;
  transition:color .2s ease;
}

.ou-nous-trouver-item-structural:hover{
  color:#000;
}

.ou-nous-trouver-item-structural:last-child{
  border-bottom:0;
}

.ou-nous-trouver-item-structural input{
  margin-top:6px;
  accent-color:#fad659;
  width:18px;
  height:18px;
}

.ou-nous-trouver-item-info-structural{
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:1rem;
  color:#444;
}

.ou-nous-trouver-item-title-structural{
  font-weight:700;
  color:#111;
  letter-spacing:.02em;
}

.ou-nous-trouver-mapwrap-structural{
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(0,0,0,.12);
  min-height:380px;
  background:linear-gradient(135deg, #f7f7f5 0%, #eceee8 100%);
  position:relative;
  z-index:1;
}

.ou-nous-trouver-map-structural{
  width:100%;
  height:100%;
  min-height:380px;
}

.ou-nous-trouver-map-structural .leaflet-tile{
  filter:saturate(1.05) contrast(1.05);
}

.ou-nous-trouver-map-structural .leaflet-control-zoom a{
  background:#ffffff;
  color:#222;
  border:1px solid #e3e3e3;
  box-shadow:0 8px 18px rgba(0,0,0,.12);
}

.ou-nous-trouver-map-structural .leaflet-control-zoom a:hover{
  background:#f5f5f5;
}

.ou-nous-trouver-marker-structural{
  background:transparent;
  border:0;
  color:#ff0003;
}

.ou-nous-trouver-marker-svg-structural{
  width:24px;
  height:36px;
  display:block;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.25));
}

@media (max-width:1100px){
  .ou-nous-trouver-grid-structural{
    grid-template-columns:1fr;
  }

  .ou-nous-trouver-mapwrap-structural{
    min-height:320px;
  }
}

@media (max-width:1100px){
  .ou-nous-trouver-map-structural{
    min-height:280px;
  }

  .ou-nous-trouver-actions-structural{
    display:none;
  }

  .ou-nous-trouver-search-structural{
    display:flex;
  }

  .ou-nous-trouver-list-structural{
    display:none !important;
  }

  .ou-nous-trouver-item-structural{
    display:none;
  }

  .ou-nous-trouver-item-structural:last-child{
    border-bottom:1px solid #e8e8e8;
  }

  .ou-nous-trouver-item-structural input{
    width:16px;
    height:16px;
  }

  .ou-nous-trouver-item-info-structural{
    font-size:.92rem;
    gap:4px;
  }

  .ou-nous-trouver-item-title-structural{
    font-size:.95rem;
    letter-spacing:.01em;
  }

  .ou-nous-trouver-item-address-structural{
    font-size:.86rem;
  }

  .ou-nous-trouver-dropdown-structural{
    display:block;
  }
}

/* ========================= NOTRE HISTOIRE ========================= */

.notre-histoire-structural{
  max-width:1300px;
  margin-left:auto;
  margin-right:auto;
}

.notre-histoire-header-structural{
  text-align:center;
  margin-bottom:clamp(26px, 4vw, 46px);
}

.notre-histoire-title-structural{
  margin:0 0 12px;
  font-size:clamp(24px, 3vw, 44px);
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.notre-histoire-underline-structural{
  width:clamp(44px, 4vw, 70px);
  height:4px;
  margin:0 auto;
  border-radius:2px;
  background:#fad659;
}

.notre-histoire-grid-structural{
  max-width:1300px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(260px, 1fr) minmax(320px, 1.4fr);
  gap:clamp(18px, 3vw, 40px);
  align-items:center;
}

.notre-histoire-visual-structural{
  position:relative;
  width:clamp(220px, 32vw, 420px);
  margin:0 auto;
}

.notre-histoire-logo-structural{
  width:90%;
  height:auto;
  display:block;
}

.notre-histoire-tagline-structural{
  display:block;
  width:90%;
  margin-top:4px;
  text-align:center;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:40px;
  line-height:1;
  color:#1c1c1c;
}

.notre-histoire-portrait-structural{
  position:absolute;
  top:-40%;
  left:-6%;
  width:45%;
  border-radius:16px;
  box-shadow:0 16px 32px rgba(0,0,0,.2);
}

.notre-histoire-content-structural{
  color:#4a4a4a;
  font-size:1rem;
  line-height:1.7;
  text-align:justify;
}

.notre-histoire-content-structural strong{
  color:#111;
  font-weight:800;
}

.notre-histoire-btn-structural{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  margin:22px auto 0;
  padding:12px 28px;
  border-radius:4px;
  background:#6e9f79;
  color:#fff;
  font-weight:700;
  text-decoration:none;
  transition:transform .15s ease, filter .15s ease;
}

.notre-histoire-btn-structural:hover{
  transform:translateY(-2px);
  filter:brightness(0.96);
}

.text-mobile-structural{
  display:none;
}

@media (max-width:860px){
  .text-desktop-structural{
    display:none !important;
  }

  .text-mobile-structural{
    display:inline !important;
  }

  .notre-histoire-visual-structural{
    width:min(270px, 100%) !important;
  }

  .notre-histoire-logo-structural{
    width:84% !important;
    margin:0 auto !important;
  }

  .notre-histoire-tagline-structural{
    width:84% !important;
    margin:6px auto 0 !important;
    font-size:clamp(24px, 6.2vw, 34px) !important;
  }

  .notre-histoire-btn-structural{
    display:flex;
    margin:22px auto 0;
  }
}

@media (max-width:1000px){
  .cards-section-structural,
  .ou-nous-trouver-structural,
  .notre-histoire-structural{
    padding-left:35px;
    padding-right:35px;
  }

  .notre-histoire-grid-structural{
    grid-template-columns:1fr;
  }

  .notre-histoire-visual-structural{
    width:min(360px, 100%);
    margin-top:0;
  }

  .notre-histoire-logo-structural{
    width:100%;
  }

  .notre-histoire-tagline-structural{
    width:100%;
    font-size:37px;
  }

  .notre-histoire-portrait-structural{
    width:38%;
    top:-24%;
    left:0;
  }
}

@media (max-width:650px){
  .cards-section-structural,
  .ou-nous-trouver-structural,
  .notre-histoire-structural{
    padding-left:35px;
    padding-right:35px;
  }

  .notre-histoire-grid-structural{
    margin-top:clamp(16px, 3vw, 28px);
  }

  .notre-histoire-visual-structural{
    width:min(300px, 100%);
    margin-top:clamp(16px, 3vw, 28px);
  }

  .notre-histoire-portrait-structural{
    width:34%;
    top:-18%;
  }

  .notre-histoire-tagline-structural{
    font-size:31px;
  }
}

@media (min-width:651px) and (max-width:1000px){
  .notre-histoire-grid-structural{
    margin-top:0;
  }

  .notre-histoire-visual-structural{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row-reverse;
    gap:clamp(16px, 4vw, 28px);
    width:100%;
    max-width:none;
    align-self:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
  }

  .notre-histoire-logo-structural{
    width:50%;
  }

  .notre-histoire-portrait-structural{
    position:static;
    width:30%;
  }
}
