.elementor-532 .elementor-element.elementor-element-e21217a{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:4px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-532 .elementor-element.elementor-element-00ad295{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:4px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-532 .elementor-element.elementor-element-0e5874f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-72px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-532 .elementor-element.elementor-element-0e5874f:not(.elementor-motion-effects-element-type-background), .elementor-532 .elementor-element.elementor-element-0e5874f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-532 .elementor-element.elementor-element-eb3f600{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-532 .elementor-element.elementor-element-40c662d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-532 .elementor-element.elementor-element-256dcc6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-532 .elementor-element.elementor-element-49cd507{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-532 .elementor-element.elementor-element-c32b2a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-532 .elementor-element.elementor-element-12517a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-532 .elementor-element.elementor-element-40c662d{--content-width:1600px;}.elementor-532 .elementor-element.elementor-element-256dcc6{--content-width:1600px;}.elementor-532 .elementor-element.elementor-element-12517a4{--content-width:1001px;}}@media(max-width:767px){.elementor-532 .elementor-element.elementor-element-e21217a{--min-height:0px;}.elementor-532 .elementor-element.elementor-element-4bf576c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-532 .elementor-element.elementor-element-00ad295{--min-height:0px;}.elementor-532 .elementor-element.elementor-element-1f49fb2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-532 .elementor-element.elementor-element-0e5874f{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:16px;--padding-bottom:16px;--padding-left:16px;--padding-right:16px;}.elementor-532 .elementor-element.elementor-element-40c662d{--content-width:1270px;}.elementor-532 .elementor-element.elementor-element-bb1325e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-532 .elementor-element.elementor-element-256dcc6{--content-width:1270px;}.elementor-532 .elementor-element.elementor-element-d4a1fa6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-4bf576c */<style>

/* HERO HEIGHT FIX */
.hero-slider {
  min-height: 78vh; /* 👈 moins haut */
}

/* CONTAINER + ALIGNEMENT */
.hero-container {
  padding: 50px 0; /* 👈 réduit hauteur */
  align-items: center;
}

/* TEXTE PLUS PROPRE */
.hero-left {
  padding: 10px 0;
}

/* IMAGE FULL DROITE */
.hero-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 48%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

/* IMAGE WRAP */
.hero-image-wrap {
  height: 100%;
  width: 100%;
  max-width: none;
}

/* IMAGE */
.hero-image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  object-fit: cover;
}

/* FONDU GAUCHE (important) */
.hero-image-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background: #fffff;
  z-index: 2;
}

/* HALO DOUX */
.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: -40px;
  background: #ffff;
  filter: blur(30px);
  z-index: 1;
}

/* CARD POSITION FIX */
.hero-card {
  right: 40px;
  bottom: 30px;
}

/* PELE-MELE AJUSTÉ */
.word {
  opacity: 0.16; /* 👈 un peu plus visible */
}

/* MIEUX RÉPARTI */
.word.w1 { top: 8%; left: 30%; }
.word.w2 { top: 20%; left: -2%; }
.word.w3 { top: 14%; left: 50%; }
.word.w4 { top: 55%; left: 2%; }
.word.w5 { top: 30%; left: 20%; }
.word.w6 { top: 65%; left: 28%; }
.word.w7 { top: 75%; left: 10%; }
.word.w8 { top: 40%; left: 65%; }

/* RESPONSIVE */
@media (max-width: 1180px) {

  .hero-slider {
    min-height: auto;
  }

  .hero-right {
    position: relative;
    width: 100%;
    height: auto;
  }

  .hero-image {
    position: relative;
    width: 100%;
    height: auto;
  }

  .hero-image-wrap::after,
  .hero-image-wrap::before {
    display: none;
  }

}

</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f49fb2 */<style>

/* HERO HEIGHT FIX */
.hero-slider {
  min-height: 78vh; /* 👈 moins haut */
}

/* CONTAINER + ALIGNEMENT */
.hero-container {
  padding: 50px 0; /* 👈 réduit hauteur */
  align-items: center;
}

/* TEXTE PLUS PROPRE */
.hero-left {
  padding: 10px 0;
}

/* IMAGE FULL DROITE */
.hero-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 48%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

/* IMAGE WRAP */
.hero-image-wrap {
  height: 100%;
  width: 100%;
  max-width: none;
}

/* IMAGE */
.hero-image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  object-fit: cover;
}

/* FONDU GAUCHE (important) */
.hero-image-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background: #fffff;
  z-index: 2;
}

/* HALO DOUX */
.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: -40px;
  background: #ffff;
  filter: blur(30px);
  z-index: 1;
}

/* CARD POSITION FIX */
.hero-card {
  right: 40px;
  bottom: 30px;
}

/* PELE-MELE AJUSTÉ */
.word {
  opacity: 0.16; /* 👈 un peu plus visible */
}

/* MIEUX RÉPARTI */
.word.w1 { top: 8%; left: 30%; }
.word.w2 { top: 20%; left: -2%; }
.word.w3 { top: 14%; left: 50%; }
.word.w4 { top: 55%; left: 2%; }
.word.w5 { top: 30%; left: 20%; }
.word.w6 { top: 65%; left: 28%; }
.word.w7 { top: 75%; left: 10%; }
.word.w8 { top: 40%; left: 65%; }

/* RESPONSIVE */
@media (max-width: 1180px) {

  .hero-slider {
    min-height: auto;
  }

  .hero-right {
    position: relative;
    width: 100%;
    height: auto;
  }

  .hero-image {
    position: relative;
    width: 100%;
    height: auto;
  }

  .hero-image-wrap::after,
  .hero-image-wrap::before {
    display: none;
  }

}

</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2492d2 */.difference{
  padding:60px 20px;
  background:transparent;
  font-family:'Montserrat', sans-serif;
}

/* CONTAINER */
.diff-container{
  max-width:1200px;
  margin:auto;
  display:flex;
  flex-direction:column;
  gap:30px;
}

/* IMAGE */
.diff-image img{
  width:100%;
  max-width:420px;
  margin:auto;
  display:block;
  border-radius:20px;
  box-shadow:0 30px 60px rgba(0,0,0,0.15);
}

/* TEXTE */
.diff-content{
  text-align:center;
}

/* TITRE */
.diff-content h2{
  font-size:28px;
  font-weight:900;
  text-transform:uppercase;
  color:#1f4b8f;
  margin-bottom:20px;
}

/* DÉGRADÉ LOGO */
.diff-content h2 span{
  background:linear-gradient(90deg,#1f4b8f,#4f9fc8,#7aa33b);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* TEXTE */
.diff-content p{
  font-size:15px;
  line-height:1.7;
  color:#334155;
  margin-bottom:15px;
}

.intro{
  font-weight:600;
}

.diff-content strong{
  color:#1f4b8f;
}

/* RESULTAT */
.result{
  font-weight:800;
  color:#5f842c;
}

/* CTA */
.cta-text{
  margin-top:10px;
  font-weight:600;
}

/* BOUTON STYLE IMAGE */
.btn-cap{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  margin-top:20px;
  padding:16px 30px;
  border-radius:999px;

  font-size:15px;
  font-weight:800;

  color:#2c3e50;
  text-decoration:none;

  border:2px solid #7aa33b;
  background:rgba(255,255,255,0.6);
  backdrop-filter:blur(6px);

  transition:0.3s;
}

.btn-cap:hover{
  background:#7aa33b;
  color:#ffffff;
  transform:translateY(-2px);
  box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

/* DESKTOP */
@media(min-width:900px){

  .diff-container{
    flex-direction:row;
    align-items:center;
    gap:60px;
  }

  .diff-content{
    text-align:left;
    flex:1;
  }

  .diff-image{
    flex:1;
    display:flex;
    justify-content:flex-end;
  }

  .diff-image img{
    max-width:500px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb1325e */.difference{
  padding: 90px 0;
  background: #fffff;
}

.container{
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* GRID */
.diff-grid{
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* TITRE DÉGRADÉ */
.gradient-title{
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: 800;

  background: linear-gradient(90deg, #2f5f9f, #6c9c38);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TEXT */
.diff-content p{
  color: #4a5565;
  margin-bottom: 18px;
  line-height: 1.6;
  max-width: 600px;
}

/* PILLARS */
.pillars{
  margin: 30px 0;
}

.pillar{
  margin-bottom: 18px;
}

.pillar strong{
  display: block;
  margin-bottom: 5px;
  color: #1f2d3d;
}

/* HIGHLIGHT */
.highlight{
  font-weight: 700;
  color: #6c9c38;
  margin-top: 20px;
}

/* CTA TEXT */
.cta-text{
  margin-top: 15px;
  font-weight: 600;
}

/* QUOTE */
.quote{
  margin-top: 25px;
  font-style: italic;
  border-left: 3px solid #2f5f9f;
  padding-left: 15px;
  color: #1f2d3d;
}

/* IMAGE */
.diff-image img{
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
}

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

  .diff-grid{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .diff-image{
    order: -1;
  }

  .diff-image img{
    height: 320px;
  }

}

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

  .difference{
    padding: 60px 0;
  }

  .gradient-title{
    font-size: 24px;
  }

  .diff-content p{
    font-size: 15px;
  }

  .diff-image img{
    height: 240px;
    border-radius: 16px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d4a1fa6 */.difference{
  padding: 90px 0;
  background: #fffff;
}

.container{
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* GRID */
.diff-grid{
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* TITRE DÉGRADÉ */
.gradient-title{
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: 800;

  background: linear-gradient(90deg, #2f5f9f, #6c9c38);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TEXT */
.diff-content p{
  color: #4a5565;
  margin-bottom: 18px;
  line-height: 1.6;
  max-width: 600px;
}

/* PILLARS */
.pillars{
  margin: 30px 0;
}

.pillar{
  margin-bottom: 18px;
}

.pillar strong{
  display: block;
  margin-bottom: 5px;
  color: #1f2d3d;
}

/* HIGHLIGHT */
.highlight{
  font-weight: 700;
  color: #6c9c38;
  margin-top: 20px;
}

/* CTA TEXT */
.cta-text{
  margin-top: 15px;
  font-weight: 600;
}

/* QUOTE */
.quote{
  margin-top: 25px;
  font-style: italic;
  border-left: 3px solid #2f5f9f;
  padding-left: 15px;
  color: #1f2d3d;
}

/* IMAGE */
.diff-image img{
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
}

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

  .diff-grid{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .diff-image{
    order: -1;
  }

  .diff-image img{
    height: 320px;
  }

}

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

  .difference{
    padding: 60px 0;
  }

  .gradient-title{
    font-size: 24px;
  }

  .diff-content p{
    font-size: 15px;
  }

  .diff-image img{
    height: 240px;
    border-radius: 16px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-503a91e */.field-approach{
  padding: 60px 20px;
  background:
    transparent, transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(122,163,59,0.10), transparent 30%),
    linear-gradient(135deg, #f7fbfd 0%, #eef6fb 45%, #edf8f3 100%);
  font-family: 'Montserrat', sans-serif;
}

.field-approach__container{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.field-approach__image img{
  width: 100%;
  max-width: 430px;
  display: block;
  border-radius: 24px;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}

.field-approach__content{
  text-align: center;
  max-width: 450px;
}

/* EYEBROW */
.field-approach__eyebrow{
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(79,159,200,0.18);
  color: #1f4b8f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

/* TITLE */
.field-approach__title{
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  color: #1f4b8f;
}

.field-approach__title span{
  display: block;
  background: linear-gradient(90deg,#1f4b8f,#4f9fc8,#7aa33b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TEXT */
.field-approach__content p{
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.65;
  color: #334155;
}

.field-approach__intro{
  font-weight: 600;
}

.field-approach__highlight{
  font-weight: 700;
  color: #5f842c;
}

/* CARD */
.field-approach__card{
  margin: 24px auto;
  padding: 22px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(122,163,59,0.18);
  box-shadow: 0 18px 35px rgba(31, 75, 143, 0.08);
  max-width: 520px;
}

.field-approach__card-head{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

/* ICON */
.field-approach__icon{
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(31,75,143,0.08), rgba(122,163,59,0.10));
}

.field-approach__icon svg{
  width: 38px;
  height: 38px;
}

/* CARD TITLE */
.field-approach__card h3{
  font-size: 18px;
  font-weight: 800;
  color: #1f4b8f;
}

/* LIST */
.field-approach__list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.field-approach__list li{
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.6;
}

/* BUTTON FIXED */
.field-approach__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 16px 30px;
  border-radius: 999px;
  border: 2px solid #7aa33b;
  background: transparent;
  color: #1f4b8f;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
}

/* HOVER LISIBLE (IMPORTANT) */
.field-approach__btn:hover{
  background: #7aa33b;
  color: #ffffff;
  border-color: #7aa33b;
  box-shadow: 0 10px 25px rgba(122,163,59,0.3);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f05d2df */.interventions-section{
  padding: 96px 0;
  background:
    radial-gradient(circle at top left, rgba(47,95,159,0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(108,156,56,0.08), transparent 26%),
    #f4f8fa;
}

.interventions-container{
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}

.interventions-header{
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.interventions-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(47,95,159,0.08);
  color: #2f5f9f;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.interventions-title{
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #2f5f9f 0%, #4f89c8 45%, #6c9c38 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.interventions-intro{
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #5c6776;
}

.interventions-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.intervention-card{
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(47,95,159,0.10);
  border-radius: 26px;
  padding: 32px 28px 28px;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.05);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.intervention-icon{
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  margin-bottom: 22px;
  background: linear-gradient(180deg, rgba(47,95,159,0.07), rgba(108,156,56,0.08));
}

.intervention-icon svg{
  width: 34px;
  height: 34px;
  display: block;
}

.intervention-card h3{
  margin: 0 0 12px;
  font-size: 1.22rem;
  line-height: 1.25;
  color: #1f2d3d;
}

.intervention-card p{
  margin: 0 0 18px;
  color: #5c6776;
  font-size: 1rem;
  line-height: 1.7;
}

.intervention-card ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
}

.intervention-card li{
  position: relative;
  padding-left: 18px;
  color: #1f2d3d;
  line-height: 1.5;
}

.intervention-card li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #2f5f9f, #6c9c38);
}

/* Large tablette */
@media (max-width: 1100px){
  .interventions-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Tablette */
@media (max-width: 768px){
  .interventions-section{
    padding: 72px 0;
  }

  .interventions-container{
    width: min(100% - 32px, 1380px);
  }

  .interventions-header{
    margin-bottom: 36px;
  }

  .intervention-card{
    padding: 28px 22px 24px;
    border-radius: 22px;
  }
}

/* Mobile */
@media (max-width: 560px){
  .interventions-section{
    padding: 56px 0;
  }

  .interventions-container{
    width: min(100% - 24px, 1380px);
  }

  .interventions-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .interventions-header{
    text-align: left;
    margin-bottom: 28px;
  }

  .interventions-intro{
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .intervention-card{
    padding: 24px 18px 22px;
    border-radius: 20px;
  }

  .intervention-icon{
    width: 64px;
    height: 64px;
    border-radius: 18px;
    margin-bottom: 18px;
  }

  .intervention-icon svg{
    width: 30px;
    height: 30px;
  }

  .intervention-card h3{
    font-size: 1.08rem;
  }

  .intervention-card p,
  .intervention-card li{
    font-size: 0.95rem;
  }
}/* End custom CSS */