@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');/*font-family: 'Open Sans Condensed', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');/*font-family: 'Yeseva One', cursive;*/


/* HEADER */
/*#header { background:#fff; width: 100%; height: 200px; background-size:100%;}*/


/*HEADER VIDEO*/

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1400px) {
header {
    position: relative;
    background-color: black;
    height: 51vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
}



@media (max-width: 992px) {
header {
  position: relative;
  background-color: black;
  height:32vh;
  min-height: 15rem;
  width: 100%;
  overflow: hidden;
}
}
header h3 { font-size:28px; font-family: 'Poppins', sans-serif; color:#fff}

@media (max-width: 992px) {
header h3 { font-size:18px; font-family: 'Poppins', sans-serif;}
}

header a { color:#fff}
header a:hover { color:#fff}
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


header #carouselExampleControls  {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}





@media (max-width: 1400px) {
header #carouselExampleControls  {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 200%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

}



header .container {
  position: relative;
  z-index: 2;
}


/*HEADER VIDEO*/


#header.base {background:url("../charte/back-header-1920.webp") no-repeat; background-size: 100%; height: auto; color:#fff}
#header.base a {color:#fff}
#header p { font-size:28px; font-family: 'Poppins', sans-serif; color:#fff; line-height:1.2em}
@media (max-width:1024px) {
#header.base {background:url("../charte/back-header-1024.webp") no-repeat; background-size: 100%; height: auto; color:#fff}
#header p { font-size:18px; font-family: 'Poppins', sans-serif; color:#fff; line-height:1.2em}
}


/*MENU*/
.bg-light {
    background: linear-gradient(135deg, #7ab72c 0%, #0d542a 100%)!important;
}

.navbar-brand {
display: none!important
}
.navbar-brand.scrolled{
display: block!important
}


.navbar-nav { margin: 0 auto}

@media (max-width: 992px) {
.navbar-nav {margin: 20px 0px;}
.bg-light { background: linear-gradient(135deg, #7ab72c 0%, #0d542a 100%)!important;}
}

.navbar-nav.active { display: block}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
color: #333;
background-color:  #fff;
}


.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: 'Poppins', sans-serif;font-size:20px
}


.navbar-light .navbar-nav .nav-link:hover {
color: #333;
background-color:  #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}


.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/*Custom ouverture menu mobile*/
@media (max-width: 992px) {
.navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
.navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
.navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    background: #7ab72c!important;height: 900px;
		text-align: center;
    }
 }


/*MENU*/


a, a:hover {color:#000; text-decoration: none}


#section1 { background: url("../../../assets/theme3/charte/back1.webp") no-repeat center bottom; background-size:100%; padding-bottom: clamp(70px, 24vw, 430px) !important;}
#section1 h1 {color:#333333; line-height: 1.4em}
#section1 h2, h3, h4, h5 {color:#333333; line-height: 1.1em}
#section1 p {color:#000;}

#section2 {background: url("../../../assets/theme3/charte/back2.webp") no-repeat; background-position:bottom; background-size:100%}
#section2 h1 {color:#333333; line-height: 1.1em}
#section2 h2, h3, h4, h5 {color:#333333; line-height: 1.1em}
#section2 p {color:#000;}

#section3 {background: url("../../../assets/theme3/charte/back3.webp") no-repeat; background-position:bottom; background-size:100%;  background-color: #0e552b}
#section3 h1 {color:#fff; line-height: 1.1em}
#section3 h2 {color:#fff; line-height: 1.1em}
#section3 h3 {color:#fff; line-height: 1.1em}
#section3 h4 {color:#fff; line-height: 1.1em}
#section3 h5 {color:#fff !important; line-height: 1.1em}
#section3 p {color:#fff;}

#section4 {background: url("../../../assets/theme3/charte/back4.webp") no-repeat; background-position:bottom; background-size:100%;  background-color: #fff}
#section4 h1 {color:#333333; line-height: 1.1em}
#section4 h2, h3, h4, h5 {color:#333333; line-height: 1.1em}
#section4 p {color:#000;}

#section5 {background: #0A0A0A}
#section5 h1 {color:#fff; line-height: 1.1em}
#section5 h2 {color:#fff; line-height: 1.1em}
#section5 h3, h4 {color:#0A0A0A !important; line-height: 1.1em}
#section5 h5 {color:#333333 !important; line-height: 1.1em}
#section5 p {color:#fff;}


#section8 {background: url("../../../assets/theme3/charte/back5.webp") no-repeat; background-position:bottom; background-size:100%;  background-color: #fff}
#section8 h1 {color:#333333; line-height: 1.1em}
#section8 h2, h3, h4, h5 {color:#333333; line-height: 1.1em}
#section8 p {color:#000;}



#section-bouton {background-color: #0e552b}
#section-bouton h2 {color: #fff}


#section-parallax img {padding-top:170px;}
#section-parallax h2 { color:#000; text-align: center }

@media (max-width: 1400px) {
    #section-parallax h2 {padding-top:100px}
    #section-parallax img {padding-top:130px;}
}

@media (max-width: 992px) {
    #section-parallax h2 {padding-top:50px}
    #section-parallax img {padding-top:200px;}
}

.parallax {
    /* The image used */
    background-image: url("../../../media/integration/parallax.webp");
    /* Set a specific height */
    height:600px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
        height:500px;
    }
}
/*boutons custom bootstrap*/
.btn-custom {
	color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open>.dropdown-toggle.btn-custom {
    color: #fff;
    background-color: #333;
    border-color: #333; /*set the color you want here*/
}
/*fin boutons custom bootstrap*/


/*boutons custom bootstrap*/
.button {
  flex: 1 1 auto;
  margin: 0px;
  padding: 20px;
  border: 2px solid #7ab72c;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s; color:#fff; background:#7ab72c;
    border-radius: 30px;
}
.button:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #000;
}
.button:hover:nth-of-type(1) {
  border-radius: 30px; margin-left:20px
}
.button:hover:nth-of-type(1):after {
  width: 0%;
}
.button:hover {
  cursor: pointer;
}
.button:hover:after {
  width: 100%;
  left: 0;
}

/*Fin Boutons*/


/*FOOTER*/


footer {
background: #fff;
padding: 20px;
min-height: 100px;
}
footer h2 {color: #333333; font-size:18px}
footer p {color: #333333; font-size:14px}
footer p a {color: #333333; }
footer p a:hover {color:#333333; text-decoration: none}
footer p a:visited {color:#333333; text-decoration: none}
footer hr {border-color:#333333; margin: 0rem 0 !important;}
footer ul.list-unstyled li a {color: #333333}
footer .rubrique { color: #333333}
footer .fab {color:#333333}
/*FOOTER*/



.encart { background-color: #9e9e9e;border: 1px solid #eee; padding:20px; border-radius: 10px}



/* ===================== INTEGRATION DC MARECHAL ===================== */

/* --- Titres justifiés & typo --- */
#integration p, #integration .text-justify { text-align: justify; }
#integration h1, #integration h2, #integration h3 { font-family: 'Yeseva One', cursive; }

/* --- Zones alternées prestation --- */
.prestation--white { background: #fff; }
.prestation--white h2 { color: #0e552b; }
.prestation--white p, .prestation--white li { color: #333; }

.prestation--green { background: #0e552b; }
.prestation--green h2 { color: #fff; }
.prestation--green p, .prestation--green li { color: #fff; }
.prestation--green .prestation__sep { border-color: #7ab72c !important; }

.prestation--istock {
    background: linear-gradient(rgba(14,85,43,.82), rgba(10,40,20,.9)), url("../../../assets/theme3/charte/back3.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.prestation--istock h2 { color: #fff; }
.prestation--istock p, .prestation--istock li { color: #fff; }
.prestation--istock .prestation__sep { border-color: #7ab72c !important; }




.prestation--istock2 {
    background: linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.5)), url("../../../assets/theme3/charte/back5.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.prestation--istock2 h2 { color: #000; }
.prestation--istock2 p, .prestation--istock li { color: #000; }
.prestation--istock2 .prestation__sep { border-color: #000 !important; }








.prestation h2 { line-height: 1.15em; margin-bottom: 0; }
.prestation__sep { border: 2px solid #7ab72c; width: 70px; margin: 12px 0 0; opacity: 1; }
.prestation__txt ul { padding-left: 1.1rem; margin-top: .8rem; }
.prestation__txt li { margin-bottom: .3rem; }
#integration .prestation__txt strong { font-weight: 700; }

/* --- Diaporama uniforme --- */
.diaporama { border-radius: 14px; overflow: hidden; box-shadow: 0 14px 34px rgba(0,0,0,.22); }
.diaporama__frame { position: relative; width: 100%; padding-top: 68%; background: #eef0ec; }
.diaporama__frame img {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center;
}
.diaporama .carousel-control-prev, .diaporama .carousel-control-next { width: 12%; }
.diaporama .carousel-control-prev-icon, .diaporama .carousel-control-next-icon {
    background-color: rgba(14,85,43,.75); border-radius: 50%; padding: 16px; background-size: 45%;
}
.diaporama .carousel-indicators [data-bs-target] { width: 10px; height: 10px; border-radius: 50%; }

/* Diaporama qui remplit toute la hauteur de sa colonne (aligné sur le bloc voisin) */
.diaporama-fill, .diaporama-fill .diaporama, .diaporama-fill .carousel-inner,
.diaporama-fill .carousel-item { height: 100%; }
.diaporama-fill .diaporama__frame { padding-top: 0 !important; height: 100%; min-height: 320px; }

/* --- Bandeau de logos partenaires --- */
.bandeau-logos--white { background: #fff; }
.bandeau-logos--green { background: #0e552b; }
.bandeau-logos__item {
    display: flex; flex-direction: column; align-items: center; justify-content: space-between;
    text-align: center; padding: 16px 12px; background: #fff; border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0,0,0,.10);
}
.bandeau-logos__img {
    height: 80px; width: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 10px;
}
.bandeau-logos__img img { max-height: 80px; max-width: 100%; width: auto; object-fit: contain; }
.bandeau-logos__nom { font-size: 14px; color: #0e552b; font-weight: 600; font-family: 'Poppins', sans-serif; }

/* --- Fond "maquette" (zone 1 accueil réutilisée) : frise bois abaissée sous le contenu --- */
.bg-maquette, .prestation--maquette {
    background: url("../../../assets/theme3/charte/back1.webp") no-repeat center bottom;
    background-size: 100%; background-color: #fff;
    padding-bottom: clamp(70px, 24vw, 430px) !important;
}
.bg-maquette h1, .bg-maquette h2, .prestation--maquette h2 { color: #0e552b; }
.bg-maquette p, .bg-maquette li, .prestation--maquette p, .prestation--maquette li { color: #333; }
.prestation--maquette .prestation__sep { border-color: #7ab72c !important; }

/* --- Parallax avec filtre --- */
.parallax { position: relative; }
.parallax__overlay { position: absolute; inset: 0; background: rgba(14,85,43,.45); z-index: 1; }
#section-parallax .container { position: relative; z-index: 2; }

/* --- Accueil : blocs rubriques (zone 1) --- */
.rubrique-box { display: block; position: relative; overflow: hidden; border-radius: 12px; }
.rubrique-box img { width: 100%; height: 220px; object-fit: cover; transition: transform .5s ease; }
.rubrique-box:hover img { transform: scale(1.08); }
.rubrique-box__label {
    position: absolute; bottom: 0; left: 0; right: 0; padding: 14px;
    background: linear-gradient(transparent, rgba(14,85,43,.92));
    color: #fff; font-family: 'Poppins', sans-serif; font-size: 19px; text-align: center;
}

/* --- Accueil : 4 cartes services (zone 2) --- */
.service-card {
    border-radius: 14px; padding: 28px 24px; height: 100%; color: #fff;
    box-shadow: 0 10px 26px rgba(0,0,0,.14); transition: transform .35s ease;
}
.service-card:hover { transform: translateY(-6px); }
.service-card h3 { color: #fff; font-family: 'Yeseva One', cursive; margin-bottom: 4px; }
.service-card .service-card__icon { margin-bottom: 14px; }
.service-card ul { list-style: none; padding: 0; margin: 16px 0 0; }
.service-card h3, .service-card ul li, .service-card .service-card__link { color: #fff; }
.service-card ul li { padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: 15px; }
.service-card ul li:last-child { border-bottom: 0; }
.service-card .service-card__link {
    display: inline-block; margin-top: 18px; color: #fff; font-weight: 600; text-decoration: none;
}
.service-card .service-card__link:hover { color: #d9f0bd; }
.service-card--green  { background: linear-gradient(135deg, #7ab72c 0%, #0d542a 100%); }
.service-card--dark   { background: linear-gradient(135deg, #0e552b 0%, #063118 100%); }

/* --- Accueil : zone RGE (zone 3) --- */
.zone-rge { background: #0e552b; color: #fff; }
.zone-rge h2, .zone-rge p { color: #fff; }
.zone-rge img { max-height: 150px; background: #fff; padding: 10px; border-radius: 10px; }

/* --- Accueil : infos pratiques (zone 4) --- */
.info-card { background: #fff; border-radius: 14px; padding: 26px; height: 100%; box-shadow: 0 10px 26px rgba(0,0,0,.10); }
.info-card h3 { color: #0e552b; font-family: 'Yeseva One', cursive; }
.info-card .table { margin-bottom: 0; }
.info-card .fb-link { color: #0e552b; }
.info-card .fb-link:hover { color: #7ab72c; }

@media (max-width: 991px) {
    .prestation h2.text-lg-end { text-align: left !important; }
    .prestation__sep.ms-lg-auto { margin-left: 0 !important; }
    .prestation--istock { background-attachment: scroll; }
}


/*FIN INTEGRATION*/


#infoss p {text-align: center!important}