@import url("variables.css");

/* ==================================================
   Basic Styles
================================================== */


html, body {
	height: 100%;
}

.conteneur {
	height: 90vh;
	width:auto;
}




html, html a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{
	background: white;
	color:black;
	font-weight:300;
	font-size:16px;
	font-family: 'Titillium Web', sans-serif;
}


a{
	color:black;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	-moz-transition: color 0.1s linear 0s;
	-o-transition: color 0.1s linear 0s;
	transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	text-decoration:none;
}


/* ==================================================
   Code and Pre
================================================== */

code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #232527;
  	font-size: 12px;
  	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #dde4e9;
  	background-color: #F6F6F6;
  	color: #232527;
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 12px;
  	line-height: 20px;
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 0 0;
	font-weight:300;
	font-family: 'Titillium Web', sans-serif;
	line-height:1.5em;
}

h1{
	font-size:48px;
}

h2{
	font-size:36px;
}

h3{
	font-size:24px;
}

h4{
	margin-bottom:15px;
	font-size:18px;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}

h3.spec {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}


/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}



/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 99;
}

header .sticky-nav {
	position: relative;
	width: 100%;
	height: 100px;
	line-height: 100px;
	background:white;
	z-index: 1001;
	border-bottom: solid grey 1px;
	

}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

header #logo {
	display: block;
	float: left;
	margin-left: 20px;
    height: 75px;
    width: 254px;
	line-height: 92px;
	z-index: 1;
}




header #social-menu {
float:right;
	
}





nav#menu {
	float: left;
	margin-left: 60px;
	height:100%;
	line-height: 100px;
}

nav#menu #menu-nav {
	margin: 0;
	padding: 0;	
}

nav#menu #menu-nav .liste, nav#menu #menu-nav .liste2 {
	list-style: none;
	display: inline-block;
	margin-left: 50px;
	line-height: 100px;
	-webkit-transition: color 1s linear;
	-moz-transition: color 1s linear;
	-ms-transition: color 1s linear;
	-o-transition: color 1s linear;
	transition: color 500ms ease-in-out;
}

nav#menu #menu-nav .liste:first-child {
	margin-left: 0;	
}

nav#menu #menu-nav li a {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color:black;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: var(--main-color2, #B22222);
	-webkit-transition: color 1s linear;
	-moz-transition: color 1s linear;
	-ms-transition: color 1s linear;
	-o-transition: color 1s linear;
	transition: color 500ms ease-in-out;
}


#sous-menu {
	display: none;
	background-color: white;
	position: absolute;
	border: solid grey 1px;
	border-top: none;
	margin-left:-50px;
	width:auto;
	padding: 0;
	z-index: 1000;
	-webkit-transition: color 800ms linear;
	-moz-transition: color 600ms linear;
	-ms-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 800ms ease-in-out;
}


#menu-nav > li:hover #sous-menu {
	display: block;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 600ms linear;
	-ms-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 400ms ease-in-out;
}
#sous-menu li {
	line-height: 70px;
	margin-left: 0;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	float: none;
	width: 100%;
	text-align: center;
}

/* Conteneur principal du header */
#home.article_big_img {
  position: relative;
  height: 80vh;          /* hauteur fixe en proportion (en purcent) de l’écran */
  min-height: 500px;     /* garantit une belle présence même sur petits écrans */
  overflow: hidden;
}

/* Image de fond : couvre entièrement le bloc sans déformation */
#home.article_big_img > .img-responsive {
  position: absolute;
  inset: 0;              /* top/right/bottom/left: 0 */
  width: 100%;
  height: 100%;
  object-fit: cover;      /* remplissage parfait sans étirer */
  object-position: center;
}

/* Option : pour petits écrans, augmente légèrement la hauteur */
@media (max-width: 576px) {
  #home.article_big_img {
    height: 90vh;
  }
}

/* Positionne le conteneur pour l’overlay */
#home.article_big_img {
  position: relative;
  overflow: hidden; /* optionnel, évite tout dépassement */
}

/* Cadre noir semi-transparent avec texte blanc centré */
.hero-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.55); /* noir avec légère opacité */
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  text-align: center;
  max-width: 92%;
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
}

.hero-overlay h1 {
  margin: 0 0 1rem 0;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  text-align: center;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  letter-spacing: 0.5px;
}

.hero-overlay h4 {
  text-align: left;
  margin-bottom: 10px;
  font-size: .9rem;
}

.hero-overlay h4 span {
  font-weight: 600;
}

/* Responsive overlay */
@media (max-width: 980px) {
  .hero-overlay {
    padding: .9rem 1.1rem;
    border-radius: 10px;
    width: 70%;
  }
  .hero-overlay h4 {
    font-size: 1.8vh;
  }
}

@media (max-width: 780px) {
  .hero-overlay {
    width: 70%;
    top: 55%;
  }
  .hero-overlay h4 {
    font-size: 1.5vh;
  }
}

@media (max-width: 580px) {
  .hero-overlay {
    padding: .9rem 1.1rem;
    border-radius: 10px;
    width: 94%;
    max-width: 94%;
    top: 40%;
  }
  .hero-overlay h4 {
    font-size: 1.5vh;
  }
}

/* 2ème partie du overlay (phrase rassurante + bénéfices) */
/* ===== Ligne jaune (badge) ===== */
.point-badge {
  color: var(--main-color1);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  line-height: 1.3;
  max-width: 700px;
  margin: 0 auto 8px 0;          /* aligné à gauche sur desktop */
  justify-content: flex-start;
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color1);
  flex-shrink: 0;
  margin-top: 2px;
}

.icon-badge svg {
  width: 22px;
  height: 22px;
  display: block;
}

/* ===== Bénéfices ===== */
.points-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 6px;
  justify-content: flex-start;  /* desktop: aligné à gauche */
}

.points-inline .point {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  color: #fff;
  font-weight: 600;
}

.icon {
  color: #fff;
  flex: 0 0 20px;
}

.icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

/* ===== Mobile : badge + bénéfices centrés proprement ===== */
@media (max-width: 768px) {

  /* --- 1) BADGE JAUNE : icône alignée sur la 1ère ligne --- */
  .point-badge {
    justify-content: center;
    text-align: left;          /* important : le texte reste à gauche dans son bloc */
    margin: 0 auto 8px auto;
    max-width: 90%;
    align-items: flex-start;   /* <-- aligne l’icône en haut, sur la 1ère ligne */
  }

  /* on annule l’ancien margin-top de desktop */
  .icon-badge {
    margin-top: 0;            
    position: relative;
    top: 0.15em;              /* petit réglage fin pour coller à la baseline */
  }


  /* --- 2) BENEFICES : bloc centré, lignes alignées à gauche --- */
  .points-inline {
    display: flex;
    flex-direction: column;   
    align-items: center;      /* <-- centre le BLOC des 3 lignes */
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top:20px;
    margin-bottom: 20px;
    margin-left: 50px;
  }

  .points-inline .point {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;              /* <-- toutes les lignes prennent la même largeur */
    max-width: 340px;         /* <-- largeur de bloc "visuelle" centrée */
    margin: 0 auto;           /* <-- centre ce bloc de largeur fixe */
    justify-content: flex-start; /* <-- check + texte démarrent au même x */
    text-align: left;
  }

  .points-inline .point > div {
    text-align: left;
  }
}


nav#menu #menu-nav li .etude {
	padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    background-color: var(--main-color2);
	color: white;
	-webkit-transition: color 1s linear;
	-moz-transition: color 1s linear;
	-ms-transition: color 1s linear;
	-o-transition: color 1s linear;
	transition: color 500ms ease-in-out;
}

nav#menu #menu-nav li .etude:hover {
	padding: 10px;
    border-radius: 5px;
    background-color: var(--main-color6);
	color: white;
	-webkit-transition: color 1s linear;
	-moz-transition: color 1s linear;
	-ms-transition: color 1s linear;
	-o-transition: color 1s linear;
	transition: color 500ms ease-in-out;
}

/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;
}

.menu-nav {
	width: 30px;
	height: 22px;
	display: block;
	margin: 35px 0 0 0;
	-webkit-overflow-scrolling: touch;
}


#hamburger, #hamburger::before, #hamburger::after{
  content: '';
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background-color: black;
  -webkit-transition: -webkit-transform all ease-in-out 300ms;
  -moz-transition: -moz-transform all ease-in-out 300ms;
  -o-transition: -o-transform all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}
#hamburger::before{
  transform:translateY(8px);
}
#hamburger{
  transform:translateY(1px);
}
#hamburger::after{
  transform:translateY(13px);
}
/* effet croix ouverture menu mobile */
.open #hamburger::before {
	opacity: 0;
	transition: all ease-in-out 0ms;
}
.open #hamburger {
	transform: rotate(45deg);
}
.open #hamburger::after {
	transform: translateY(-2px) rotate(-90deg);
}




#navigation-mobile {
	display: none;
	text-align: left;
	width: 100%;
	background: white;	
	border-bottom: 1px solid silver;
	position: absolute;
	margin-top:100px;
	float: left;
	padding: 0;
	left: 0;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid silver;
	margin-left: -40px;
	padding: 0;
	padding-left: 70px;
}

#navigation-mobile li a{
	display: block;
	color:black;
	font-size: 1em;
	text-transform: uppercase;
	padding: 0;
}
#navigation-mobile li a:hover{
	color: var(--main-color2, #B22222);
}




/* =============darkorange=====================================
   Section Page
================================================== */

.page {
  background: white;
	padding: 15px;
	position: relative;
	z-index: 99;
}

.page2 {
	background-color:var(--main-color4);
	padding: 15px;
	position: relative;
	z-index: 99;
}

.page3 {
	background-color:black;
	color: silver;
	padding: 30px 0;
	position: relative;
	z-index: 99;
}

.content-padding
{
	padding-left:20px;
	padding-right:20px;
}


/* ========== Titres de section réutilisables ========== */


.section-title{
  margin: 0 auto 30px;
  max-width: 1200px;
  padding: 0 15px;
  text-align: center;
}

/* Ligne H2 + traits */
.section-title__row{
  display: flex;
  align-items: center;             /* centre verticalement le H2 et les traits */
  justify-content: center;
  gap: 18px;
}

/* Traits verts */
.section-title__line{
  flex: 1 1 100px;
  height: 3px;
  background: #157347;
  max-width: 140px;
  opacity: 0.95;
}

/* Titre principal */
.section-title__heading{
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.1vw + 1.5rem, 2.3rem);

  text-transform: none;            /* casse naturelle, comme sur tes screenshots */
  letter-spacing: -0.01em;
  color: #1f2937;
}


/* Sous-titre (H4 ou H5) */
.section-title__subtitle{
  margin: 10px 0 0;
  line-height: 1.4;
  font-size: clamp(1rem, .3vw + .95rem, 1.15rem);
  font-weight: 400;
  color: #6b7280;
}


/* Mobile : traits masqués, tout centré naturellement */
@media (max-width: 768px){
  .section-title__row{
    flex-direction: column;
    gap: 8px;
  }

  .section-title__line{
    display: none;
  }

  .section-title__heading,
  .section-title__subtitle{
    text-align: center;
  }
}

/* sous titres ol li de la section solutions */
#solutions .section-title__subtitle{
    text-align: left;
}


/* ==================================================
	ACCUEIL SECTION PRESENTATION
================================================== */
/* Section intro ValoriserMonTerrain */
.vmt-intro {
  padding: 0;
}


.vmt-container {
  max-width: 1200px;
  margin: 20px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 15px;
}



/* Le titre doit prendre toute la largeur de la grille */
.vmt-intro .section-title{
  grid-column: 1 / -1;   /* clé : le H2 + traits s’étendent sur toutes les colonnes */
}

/* Chaque bloc (icône + texte) */
.vmt-item {
  text-align: center;
}

@media (max-width: 768px){
	.vmt-item {
	padding-left:15px;
	padding-right: 15px;
	}
}


/* Icône circulaire */
.vmt-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vmt-icon svg {
  width: 58px;
  height: 58px;
  stroke: #157347; /* sécurité, même si déjà dans le SVG */
}

/* Texte des blocs */
.vmt-item p,
.vmt-item h4 {
  font-size: 1.08rem;
  line-height: 1.6;
  margin: 0;
  color: #2f2f2f;
  font-weight: 400;
}

/* Titre fort en début de paragraphe */
.vmt-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.18rem;
  color: #000;
  font-weight: 600;
}

/* Pour le h4, on enlève le style "titre trop gros" par défaut */
.vmt-item h4 {
  font-weight: 400;
}

/* ==================================================
	SLIDER SECTION SOLUTIONS
================================================== */
.titre-slider {
	background: white;
	padding: 2vh;
	text-align: center;
}

.slide-btn {
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	padding: 7px 10px;
	border: solid white 1px;
    border-radius: 8px;
    font-weight: 600;
    background-color: white;
	color: black;
	-webkit-transition: color 1s linear;
	-moz-transition: color 1s linear;
	-ms-transition: color 1s linear;
	-o-transition: color 1s linear;
	transition: color 500ms ease-in-out;
}

.slide-btn2 {
	display: block;
	position: relative;
	width: 20vh;
	margin : 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 7px 10px;
  border-radius: 8px;
  font-weight: 600;
  background-color: var(--main-color2);
	color: white;
	-webkit-transition: color 1s linear;
	-moz-transition: color 1s linear;
	-ms-transition: color 1s linear;
	-o-transition: color 1s linear;
	transition: color 500ms ease-in-out;
}

.image-opacity {
  position: relative;
}
.image-opacity img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-opacity::after {
  content: "";
  position: absolute;
  inset: 0;
}

.galerie {
	margin-bottom : 30px;
}

/* ==================================================
   Section Gallery > rubrique singulart
================================================== */

#singulart {
  -moz-box-shadow: 8px 8px 12px #aaa; 
  -webkit-box-shadow: 8px 8px 12px #aaa; 
  box-shadow: 5px 1px 12px #555; 
}

/* ==================================================
   Contact Section
================================================== */

/* TITRES SECTION CONTACT */

/* Traits jaunes */
.section-title2__line{
  flex: 1 1 100px;
  height: 3px;
  background: yellow;
  max-width: 140px;
  opacity: 0.95;
}

/* Titre principal */
.section-title2__heading{
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.1vw + 1.5rem, 2.3rem);
  text-transform: none;            /* casse naturelle, comme sur tes screenshots */
  letter-spacing: -0.01em;
  color: #fff;
}

/* Sous-titre (H4 ou H5) */
.section-title2__subtitle{
  margin: 10px 0 0;
  line-height: 1.4;
  font-size: clamp(1rem, .3vw + .95rem, 1.15rem);
  font-weight: 400;
  color: #fff;
}

#contact {
	background-image: linear-gradient(var(--main-color2),var(--main-color1));
	height:auto;
	width:100%;	
}

#contact-form {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;	
	background-color: white;
	text-align: center;
	padding: 30px 20px;
  -moz-box-shadow: 8px 8px 12px #aaa; 
  -webkit-box-shadow: 8px 8px 12px #aaa; 
  box-shadow: 5px 1px 12px #555; 
}
#contact a:hover {
	color: var(--main-color2, red);
}
#contact a:focus {
	color: var(--main-color2, red);	
}
.msg-error {
	display: block;
	color : red;
	font-weight: 500;
	margin-bottom: 15px;
	
}
#msg-valid {
	display: block;
	width:100%;
	padding: 20px 20px;
	background-color: var(--main-color1, navy);
	color : white;
	border-radius: 6px;
	margin-bottom: 15px;
}
#contact-form #nom, #contact-form #email, #contact-form #tel, #contact-form #theMsg, #contact-form #security{
display: block;
height: auto;
margin-left: auto;
margin-right: auto;
width: 70%;
left: 0;
border: solid grey 1px;
color: black;
border-radius:3px;
margin-bottom: 5px;
background: transparent;
font-size: 16px;
padding: 15px;
resize: none;
}

#contact-form label{
	display: block;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	text-align: left;
	width: 70%;
	font-size: 16px;
	color: black;
}

.contact-submit {
	  display: block;
	  margin-top: 30px;
	  margin-left: auto;
	  margin-right: auto;
    padding: 15px 40px;
    background-color: var(--main-color2);
    color: white;
    cursor: pointer;
    font-size: 1em;
    text-align: center;
    border: solid var(--main-color2) 1px;
    border-radius:3px;
    -webkit-transition: all 0.3s ease-in-out;	
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-submit:hover, .contact-submit:focus  {
    background-color: var(--main-color6);
    color: white;
    border: solid var(--main-color6) 1px;
}

.button-submit {
	  display: block;
	  margin-top: 30px;
	  margin-bottom: 30px;
	  margin-left: auto;
	  margin-right: auto;
    padding: 15px 40px;
    background: navy;
    color: white;
    cursor: pointer;
    font-size: 1em;
    text-align: center;
    border: solid navy 1px;
    border-radius:3px;
    -webkit-transition: all 0.3s ease-in-out;	
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-submit:hover, .button-submit:focus  {
    background-color: var(--main-color6);
    color: white;
    border: solid var(--main-color6) 1px;
}

.icons-fonts{
	display: block;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.5em;
	text-align: center;
	color: var(--main-color2);
}

#right-contact{
	text-align: center;
	padding: 30px 20px;
	text-align: center;
}


.title-contact{
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	color:#000;
}

#contact-form h4{
	color:#000;
}





/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #222222;
	border: solid white 1px;
	opacity: 1;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: all 0.2s linear;
}

#back-to-top:hover {
	border: solid white 1px;
	background: red;
	-webkit-transition: background 0.1s linear 0s;	
	-moz-transition: background 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s;
	transition: all 0.2s linear;
}

#back-to-top i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}


/* color: #3CB371; */


/* ==================================================
   Footer & FooterTwo
================================================== */

#footer, #footerTwo {
	display: block;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	text-align: left;
	z-index: 1;
}
#footerTwo {
	position: absolute;
	min-height: 100px;
}

#footer h3{
	font-weight: 300;
	color: var(--main-color2, red);
}
#footer, #footer a, #footerTwo, #footerTwo a{
color: grey;
text-align: left;
-webkit-transition: background 0.1s linear 0s;	
-moz-transition: background 0.1s linear 0s;
-o-transition: background 0.1s linear 0s;
transition: all 0.2s linear;
}

#footer a:hover, #footerTwo a:hover{
color: var(--main-color2, red);
text-align: left;
-webkit-transition: background 0.1s linear 0s;	
-moz-transition: background 0.1s linear 0s;
-o-transition: background 0.1s linear 0s;
transition: all 0.2s linear;
}

#footer li{
	display: block;
	text-decoration: none;
}
#footer i{
	color: grey;
	margin-right: 15px;
	margin-bottom: 20px;
	font-size: 1em;
}
#footerTwo i{
	color: grey;
	margin-left: 10px;
	font-size: 1em;
}

#footerTwo ul{
	padding: 15px;
}

#footerTwo li{
	text-decoration: none;
}



/* ==================================================
   EFFETS CSS
================================================== */
.arrondi{
	border-radius: 10px;
}


.divImageZoom{
	/* on dŽfinit la taille du div et on empche les dŽbordements */
	width:300px;
	height:auto;
	overflow:hidden;
	/* on ajoute une ombre ˆ notre div */ 
}

.divImageZoom img{
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-o-transition: all 1s ease; /* IE 9 */
	-ms-transition: all 1s ease; /* Opera */
	transition: all 0.3s ease;
	max-width: 100%;
	height: auto;

}

.divImageZoom2{
	/* on dŽfinit la taille du div et on empche les dŽbordements */
	width:100%;
	height:auto;
	overflow:hidden;
	position: relative;
	z-index: 3;
	/* on ajoute une ombre ˆ notre div */ 
}

.divImageZoom2 img{
	max-width: 100%;
	height: auto;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 10s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 10s;
}
			


/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
	0%   {
		filter: brightness(40%); -webkit-filter: brightness(40%); -moz-filter: brightness(40%); -o-filter: brightness(40%); -ms-filter: brightness(40%);
		-webkit-transform:scale(1.25); -moz-transform:scale(1.25); -ms-transform:scale(1.25); -o-transform:scale(1.25); transform:scale(1.25);
	}
	100%   {
		filter: brightness(100%); -webkit-filter: brightness(100%); -moz-filter: brightness(100%); -o-filter: brightness(100%); -ms-filter: brightness(100%);
		-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);
	}
}

@keyframes example {
	0%   {
		filter: brightness(40%); -webkit-filter: brightness(40%); -moz-filter: brightness(40%); -o-filter: brightness(40%); -ms-filter: brightness(40%);
		-webkit-transform:scale(1.25); -moz-transform:scale(1.25); -ms-transform:scale(1.25); -o-transform:scale(1.25); transform:scale(1.25);
	}
	100%   {
		filter: brightness(100%); -webkit-filter: brightness(100%); -moz-filter: brightness(100%); -o-filter: brightness(100%); -ms-filter: brightness(100%);
		-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);
	}
}


#play-video {
position: absolute;
display: block;
margin: -50px 0 0 -50px;
left:50%;
top:45%;
z-index: 2;
width:80px;
height:80px;
border:5px solid white;
-border-radius:50%;
-webkit-border-radius:50%; /* Safari and Chrome */
-moz-border-radius:50%; /* Firefox */
-ms-border-radius:50%; /* IE 9 */
-o-border-radius:50%; /* Opera */

	-webkit-transition: all 0.3s ease; /* Safari and Chrome */
	-moz-transition: all 0.3s ease; /* Firefox */
	-o-transition: all 0.3s ease; /* IE 9 */
	-ms-transition: all 0.3s ease; /* Opera */
	transition: all 0.3s ease;
}

#play-video:hover {
	-webkit-transform:scale(1.2); /* Safari and Chrome */
	-moz-transform:scale(1.2); /* Firefox */
	-ms-transform:scale(1.2); /* IE 9 */
	-o-transform:scale(1.2); /* Opera */
	transform:scale(1.2);
	
	-webkit-transition: all 0.3s ease; /* Safari and Chrome */
	-moz-transition: all 0.3s ease; /* Firefox */
	-o-transition: all 0.3s ease; /* IE 9 */
	-ms-transition: all 0.3s ease; /* Opera */
	transition: all 0.3s ease;
}

#play-video img {
padding: 0;
border-collapse: collapse;
}

.white{
color:white;
}



/* ==================================================
   Contact
================================================== */

.actus-social{
display: block;
margin-left:-40px;
margin-bottom: 20px;
margin-top: 20px;
}

.actus-social li{
display: inline-block;
text-decoration: none;
margin-right: 10px;
height: 60px;
width: 60px;
border-radius: 60px;
background: var(--main-color2, darkblue);
border: solid var(--main-color2, darkblue) 1px;
-webkit-transition: all 0.3s ease-in-out;	
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.actus-social li:hover {
background-color: black;
color: white;
border: solid black 1px;
}
.actus-social li i{
display: block;
height: 100%;
width: 100%;
color: white;
background: transparent;
text-align: center;
font-size: 1.7em;
line-height: 200%;
}

/* ==================================================
   Accordion & Toggle
================================================== */

.accordion {
  	margin-bottom: 20px;
}

.accordion-group {
  	margin-bottom: 4px;
  	border: none;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
}

.accordion-heading {
  	border-bottom: 0 none;
}

.accordion-heading .accordion-toggle {
	position: relative;
  	display: block;
  	padding: 15px;
	background:#3C3F45;
	color: #23262C;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-toggle {
  	cursor: pointer;
}

.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
	background:#DE5E60;
	color:#FFFFFF;
}

.accordion-heading .accordion-toggle.active {
	background:#DE5E60;
	color:#FFFFFF;
}

.accordion-heading .accordion-toggle.inactive {
	background:#3C3F45;
}

.accordion-heading.accordionize .accordion-toggle span,
.accordion-heading.togglize .accordion-toggle span {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: #23262C;
    font-size: 18px;
	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-heading:hover .accordion-toggle span {
	color: #FFFFFF;
}

.accordion-heading .accordion-toggle.active span,
.accordion-heading:hover .accordion-toggle.inactive span {
	color: #FFFFFF;	
}

.accordion-heading.accordionize .accordion-toggle.active span,
.accordion-heading.togglize .accordion-toggle.active span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-heading.togglize .accordion-toggle span {
	margin: -8px 0 0 0;
	font-size: 18px;
}

.accordion-heading.togglize .accordion-toggle.active span {
	opacity:0;
	filter: alpha(opacity=0);
}

.accordion-heading.togglize .accordion-toggle.active span + span {
	opacity:1;
	filter: alpha(opacity=100);
}

.accordion-inner {
	background: #26292E;
  	padding: 16px 20px;
	border: none;
}

/* ==================================================
   FAQ Accordion & Toggle BIS (CHATGPT)
================================================== */
.faq-accordion{
  --acc-bg:#fff;
  --acc-border:#e5e7eb;
  --acc-text:#111827;
  --acc-muted:#6b7280;
  --acc-radius:14px;
  --acc-gap:10px;
  --acc-icon:currentColor;
  display:grid; gap:var(--acc-gap);
}

.faq-accordion .acc-item{
  background:var(--acc-bg);
  border:1px solid var(--acc-border);
  border-radius:var(--acc-radius);
  overflow:hidden;
}

.faq-accordion .acc-header{margin:0}

.faq-accordion .acc-trigger{
  -webkit-tap-highlight-color:transparent;
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
  width:100%; padding:1rem 1.1rem; background:none; border:0; text-align:left;
  font-size:1.05rem; font-weight:600; color:var(--acc-text); cursor:pointer;
}

.faq-accordion .acc-trigger:focus-visible{
  outline:2px solid #2563eb; outline-offset:2px; border-radius:10px;
}

.faq-accordion .acc-icon{
  inline-size:1.25rem; block-size:1.25rem; position:relative; flex:0 0 auto; color:var(--acc-icon);
}
.faq-accordion .acc-icon::before,
.faq-accordion .acc-icon::after{
  content:""; position:absolute; inset:50% auto auto 50%;
  width:100%; height:2px; background:currentColor;
  transform:translate(-50%,-50%); border-radius:2px; transition:transform .2s ease;
}
.faq-accordion .acc-icon::after{ transform:translate(-50%,-50%) rotate(90deg); } /* + */
.faq-accordion .acc-trigger[aria-expanded="true"] .acc-icon::after{ transform:translate(-50%,-50%) rotate(0); } /* – */

.faq-accordion .acc-panel{ border-top:1px solid var(--acc-border); }
.faq-accordion .acc-panel-inner{
  padding:20px 1.1rem 1rem; color:var(--acc-muted); line-height:1.6;
}

@media (prefers-reduced-motion:no-preference){
  .faq-accordion .acc-panel[data-animating]{ transition:height .22s ease; }
}


/* ====== Trust / Rassurance ====== */

.trust-section{
  padding: clamp(32px, 5vw, 72px) 0;
  background: #ffffff;
}

/* Conteneur local de la section confiance
   -> surtout pas display:grid hérité d'ailleurs */
.trust-section .vmt-container{
  width: min(90%, 1280px);
  margin: 0 auto;
  padding: 0;
  display: block;
  text-align: center;
}

/* Grille des éléments de réassurance */
.trust-grid{
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2.4vw, 22px);
}

/* ======================================================
   CARTES DE RASSURANCE – STYLE ALIGNÉ SUR LA SECTION INTRO
   ====================================================== */

/* Carte */
.trust-item{
  background: #ECECEC;
  border: 1px solid rgba(21,115,71,.12);
  border-radius: 16px;
  padding: clamp(18px, 2.4vw, 26px);
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
  transition: transform .25s ease, box-shadow .25s ease;
}

.trust-item:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.06);
}

/* Icônes — identiques à la section Intro, mais sans contour circulaire */
.trust-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;      /* même zone que .vmt-icon */
  height: 86px;
  margin: 0 auto 16px;
}

/* SVG internes */
.trust-icon svg{
  width: 58px;      /* même taille interne */
  height: 58px;
  stroke: #157347;
  stroke-width: 2;
  fill: none;
}

/* Titres */
.trust-item h3{
  font: 800 1.1rem/1.25 "Inter", system-ui, sans-serif;
  color: #1f2a37;
  margin: 8px 0 10px;
}

/* Texte */
.trust-item p{
  color:#4b5563;
  font-size: .96rem;
  line-height: 1.45;
  margin: 0;
}

/* Responsive */
@media (max-width: 1024px){
  .trust-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px){
  .trust-grid{
    grid-template-columns: 1fr;
  }
  .trust-section .vmt-container{
    text-align: left;
  }
}

/* ========== Accompagnement & Solutions ========== */
:root{
  --brand:#198754;
  --ink:#1f2937;
  --muted:#6b7280;
  --card:#fff;
  --ring:rgba(25,135,84,.18);
  --radius:16px;
}

.solutions-section{
  padding: clamp(24px, 4vw, 48px) 0;
}

/* ICI on casse le display:grid global de .vmt-container */
.solutions-section .vmt-container{
  max-width: 1200px;
  margin: 0 auto;
  padding:0;
  display: block;           /* <— clé : plus de grille ici */
}

/* Carte ligne */
.solution{
  display: grid;
  grid-template-columns: 460px 1fr;      /* image / texte */
  gap: clamp(16px, 2vw, 28px);
  align-items: center;
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(2,6,23,.06);
  padding: clamp(14px, 1.8vw, 20px);
  outline: 1px solid rgba(0,0,0,.04);
  margin-bottom: 18px;
}

.solution__media{
  border-radius: calc(var(--radius) - 4px);
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}
.solution__media img{
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transform: translateZ(0);
}

.solution__title{
  margin: 0 0 8px 0;
  font-size: clamp(1.2rem, 1.2vw + 1rem, 1.6rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.solution__desc{
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: clamp(.98rem, .35vw + .95rem, 1.05rem);
}

/* Hover desktop */
@media (hover:hover){
  .solution:hover{
    box-shadow: 0 14px 34px rgba(25,135,84,.12);
    outline-color: var(--ring);
  }
}

/* Stack sous 900px */
@media (max-width: 900px){
  .solution{
    grid-template-columns: 1fr;
    padding: 12px;
  }
  .solution__media{
    border-radius: 12px;
  }
}

/* Très petit écran */
@media (max-width: 520px){
  .solution__media img{
    aspect-ratio: 4 / 3;
  }
}

/* CTA principal */
.solution__cta{
  display:inline-block;
  margin-top:14px;
  padding:.55rem .9rem;
  border-radius:10px;
  font-weight:600;
  font-size:.95rem;
  border:2px solid var(--brand);
  color:#fff;
  background:var(--brand);
  transition:all .18s ease;
  text-decoration:none;
  max-width: 230px;
  width: auto;
  text-align:center;
  box-shadow:0 3px 10px rgba(25,135,84,.08);
}

.solution__cta:hover,
.solution__cta:focus{
  background:#fff;
  color:var(--brand);
  box-shadow:0 6px 18px rgba(25,135,84,.22);
}

.solution__cta:active{
  transform:translateY(1px);
  box-shadow:0 3px 8px rgba(25,135,84,.18);
}

/* CTA secondaire */
.solution__more{
  display:inline-block;
  margin-top:14px;
  margin-left:10px;
  padding:.55rem .9rem;
  border-radius:10px;
  font-weight:600;
  font-size:.95rem;
  border:2px solid grey;
  color:grey;
  background:#fff;
  transition:all .18s ease;
  text-decoration:none;
  max-width: 230px;
  width: auto;
  text-align:center;
}

.solution__more:hover,
.solution__more:focus{
  background:#fff;
  color:#000;
}

/* Mobile : boutons pleine largeur */
@media (max-width: 576px){
  .solution__cta,
  .solution__more{
    width: 100%;
    max-width: 100%;
    margin-left:0;
  }
	.solutions-section .vmt-container{
		padding-left:15px;
		padding-right:15px; 
	}
}




/* ====== FAQ ====== */

.faq-section{
  padding: clamp(32px, 5vw, 72px) 0;
}

/* On neutralise ici tout display:grid global sur .vmt-container */
.faq-section .vmt-container{
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 16px;
  display: block;
}

/* On laisse .section-title gérer le titre (styles déjà définis globalement) */
/* Juste un petit marge dessous pour respirer */
.faq-section .section-title{
  margin-bottom: 20px;
}

/* Bloc accordéon */
.faq-accordion{
  max-width: 1200px;
  margin: 0 auto 0;         /* centré sous le titre */
}

/* Items de l'accordéon – si tu as déjà un style, garde le tien.
   Sinon, ça donne une base propre. */
.acc-item{
  border-radius: 12px;
  background: #f9fafb;
  margin-bottom: 10px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

.acc-header{
  margin: 0;
}

.acc-trigger{
  width: 100%;
  text-align: left;
  padding: 14px 18px;
  border: none;
  background: transparent;
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.acc-panel{
  padding: 0 18px 14px;
}

.acc-panel-inner{
  font-size: .96rem;
  line-height: 1.55;
  color: #4b5563;
}

/* Icône d'ouverture si tu l'utilises */
.acc-icon::before{
  content: "+";
  font-weight: 700;
}

button[aria-expanded="true"] .acc-icon::before{
  content: "–";
}