@charset "UTF-8";
/* CSS Document */
:root {
    --xxs : 10px;
    --xs : 20px;
    --s : 25px;
    --m: 25px;
    --xm : 50px;
    --l : 50px;
    --xl: 50px;
    --xxl : 50px;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	width: auto;
	
}

input,
textarea {
    /*-webkit-appearance: none;*/
    /*border-radius: 0;*/
}


.col-100-s {
	width:100%;
}
.col-90-s {
	width:90%;
}
.col-80-s {
	width:80%;
}
.col-70-s {
	width:70%;
}
.col-60-s {
	width:60%;
}
.col-50-s {
	width:50%;
}
.col-40-s {
	width:40%;
}
.col-30-s {
	width:30%;
}
.col-20-s {
	width:20%;
}
.col-10-s {
	width:10%;
}

.col-33-s {
	width:33%;
}
.col-66-s {
	width:66%;
}

.col-25-s {
	width:25%;
}
.col-75-s {
	width:75%;
}




img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
iframe,
object,
embed,
video {
	max-width: 100%;
}

img {
	height: auto;
}

textarea,
table,
td,
th,
code,
pre,
samp {
	-webkit-hyphens: auto; /* césure propre */
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word; /* passage à la ligne forcé */
}

.hide-s {
	display:none;
}
.show-s {
	display:block !important;
}

.page,
.page.l,
.page.m,
.page.s,
.page.xs,
.page.xxs,
.page.xxxs {
    width:100%;
    padding-left: 35px;
    padding-right: 35px;
}

.left,
.right {
	float:none;
}


.parallax-container {
	height: auto;
    min-height: 250px;
}

.parallax img {
	height: 100% !important;
    width: auto !important;
    max-width: unset;
    min-width: unset;
}


header,
header.strip {
	position: relative;
}


header .wrapper-logo {
	text-align: center;
	padding-bottom: 20px;
}
header .wrapper-logo a {
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	width: 180px !important;
}

header .wrapper-nav {
	padding:0;
	text-align: left;
}
header.scroll .wrapper-nav {
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	width: 100%;
	padding-bottom: 0;
}

header .wrapper-menu {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
}

header .wrapper-menu .logo {
    display: block;
    position: relative;
    height: auto;
    width: 120px;
}

header .wrapper-menu .logo a {
    display: block;
    position: relative;
    width:100%;
    height: auto;
    transform: none;
}

header .wrapper-menu .mainbar {
    justify-content: flex-start;
}

header .wrapper-menu .mainbar nav {
    display: none;
}

header .wrapper-menu .menu {
    display: flex;
}

header .wrapper-nav {

}

header .wrapper-nav nav {
	display: block;
}

header .wrapper-nav nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

header .wrapper-nav nav ul li {
	display: block;
	text-align: right;
}

header .wrapper-nav nav > ul {
    margin-bottom: 20px;
}

header .wrapper-nav nav > ul > li {
    
}

header .wrapper-nav nav ul li a {
	display: block;
	padding: 5px;
	font-size: 20px;
    line-height: normal;
    font-weight: 700;
    font-family: "Quicksand";
    color: #FFF;
}

header .wrapper-nav nav ul li ul li a {
    font-size: 15px;
    font-weight: 400;
}

header .wrapper-nav nav ul li ul li::after {
    list-style-type: circle;
}

header .wrapper-nav #sticky {
	display: block;
	background-color: rgb(31,31,31);
	color: #FFF;
	padding: 10px;
	text-align: left;
	margin-bottom: 5px;
	cursor: pointer;
}
header .wrapper-nav #sticky img {
	display: inline-block;
	height: 20px;
	width: auto;
	vertical-align: middle;
	margin-right: 10px;
}
header .wrapper-nav #sticky span {
	display: inline-block;
	font-family: Lato;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	vertical-align: middle;
}

body > section {
    margin-top: 0;
}

.padd-v-l,
.padd-v-xl {
	padding-top: 60px;
	padding-bottom: 60px;
}

.padd-l-s,
.padd-l-m {
	padding-left: 0;
}

.padd-r-s,
.padd-r-m {
	padding-right: 0;
}

.padd-t-xl {
	padding-top: 80px;
}
.padd-b-l {
	padding-bottom: 50px;
}
.padd-b-xl {
	padding-bottom: 100px;
}

.wrapper-form form p {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
}

.wrapper-form form p input[type="text"],
.wrapper-form form p textarea {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
}


.col-100-s {
    padding-left:0;
    padding-right: 0;
}

.padd-t-z {
    padding-top: 0;
}
.padd-b-z {
    padding-bottom: 0;
}
.padd-l-z {
    padding-left: 0;
}
.padd-r-s {
    padding-right: 0;
}

.flex-row {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.grecaptcha-badge {
    display: none;
}

.wrapper-articles {
    flex-direction: column;
}

.wrapper-slider .arrow-down-loop,
#slider_homepage .owl-dots,
#slider_homepage .owl-nav {
    display: none;
}
#slider_homepage .owl-item .slide.logo .legende .content p img {
    max-width: 50%;
}


.wrapper-slider,
#slider_homepage .owl-item {
    height: 45vh;
}

.wrapper-slider {
    margin-left: 20px;
    margin-right: 20px;
}

#slider_dots {
    bottom: 25px;
}

section > .bandeau {
    height: auto;
    padding: 70px 25px;
    min-height: unset;
}

section > .bandeau.large {
    height: auto;
}

section > .bandeau.large .titre {
    transform: none;
}

section > .bandeau .arrow-down-loop {
    display: none;
}

section > .bandeau > .page {
    padding-left: 0;
    padding-right: 0;
}

section > .bandeau .titre {
    padding: 0;
}

.titre h1 {
    font-size: 30px;
    line-height: normal;
}

.bandeau .titre h1 {
    font-size: 30px;
    line-height: normal;
}

.bandeau .titre h1 strong {
    
}

.wrapper-form {
    width: 100%;
}

.wrapper-form form p {
    margin: 0;
}

.wrapper-form form p input[type=text] {
    margin: 0;
    margin-bottom: 10px;
}

footer .wrapper-cols {
    justify-content: center;
    align-items: center;
    row-gap: 0px;
}
footer .wrapper-cols .logo {
    margin-bottom: 25px;
}

footer .wrapper-cols .col {
    padding: 0;
    text-align: center;
    width: 100%;
}

footer .wrapper-cols .col h4 {
    text-align: center;
    margin-top: 25px;
}

footer .wrapper-cols .col ul li a {
    font-size: 15px;
    line-height: normal;
}

footer .wrapper-cols .border-right {
    border-right: none;
}

footer .wrapper-cols .col .social {
    justify-content: center;
    padding: 0;
    
}

footer .credits {
    padding-bottom: 0;
}
.bg-lib-trajectoire-ter,
.bg-lib-trajectoire {
    background-image: none;
    z-index: -2;
}
.titre.small h2,
.titre h2 {
    line-height: normal !important;
    font-size: 30px;
}
.titre h2 strong {

}

.rounded-left {
    border-top-left-radius:  0;
    border-bottom-left-radius: 0;
}

#eric .visuel figure .line {
    display: none;
}

#eric .content ul li {
    font-size: 16px;
    line-height: normal;
}

.chiffres {
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 30px;
}

.chiffres.bg-vert {
    padding: 20px 35px;
}

.chiffres .chiffre {

}

.chiffres .chiffre .large {

}

.chiffres.bg-vert .chiffre {
    border-right: none;
    border-bottom: solid 1px #FFF;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.chiffres .chiffre:last-child {
    border-bottom: 0;
}

.bandeau.large .titre h1 {
    font-size: 25px;
    line-height: normal;
}
.bandeau.large .titre h1 strong {
    font-size: 35px;
    line-height: normal;
}


.titre h2 br {
    display: none;
}

#label .vision .titre h2,
#label .label .titre h2,
#clients .client .titre h2,
#clients #client-centre .titre h2,
#clients #client-indus .titre h2 {
    font-size: 20px;
    line-height: normal;
}

#label .vision .titre h2 strong,
#label .label .titre h2 strong,
#clients .client .titre h2 strong,
#clients #client-indus .titre h2 strong,
#clients #client-centre .titre h2 strong {
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
}
#clients .client .titre h3 {
    font-size: 20px;
    line-height: normal;
}

.link.plus {
    width: 100%;
    transform: none;
    padding: 0;
}

.link.plus span:first-of-type {
    display: none;
}

.link.plus span:last-of-type {
    font-size: 15px;
    border-radius: 30px;
    width: 100%;
    text-align: center;
}

#client-indus .visuel {
    display: none;
}

#client-promoteur .client .visuel.flex-row {
    flex-direction: row;
    gap: 10px;
}

#client-promoteur .client .visuel .shape-right,
#client-promoteur .client .visuel .shape-left {
    display: none;
}

.dropdown h3 {
    font-size: 16px;
}

.dropdown .wrapper .content {
    padding: 0;
}

#programmes .programmes .visuel {
    width: 100%;
}

#programmes .programmes .flex-row .flex-grow {
    width: 100%;
}

figure.radius img,
figure.radius-top-right img {
    border-radius: 30px;
}


.frise .legendes  {
    flex-direction: column;
    transform: none;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
}

.frise .legendes .item {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
}

.frise .legendes .item.hide {
    display: flex;
}

.frise .legendes .item .text br {
    display: none;
}

.frise .line {
    display: none;
}

.frise .legendes.down {
    display: none;
}

.frise-herbe {
    height: 50px;
}

#typesdeclients .titre h3 br {
    display: none;
}


#typesdeclients .wrapper-items {
    align-items: center;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}

#typesdeclients .wrapper-items .item {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 30px;
    border-radius: 60px;
}

#typesdeclients .wrapper-items .item .ico {
    width: 80px;
    height: 80px;
}

#diags {
    transform: none;
}

#diags hr {
    display: none;
}

#diags .bottom {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    row-gap: 25px;
}

#diags .pastille.diag::before {
    height: 25px;
    top: -25px;
}

.wrapper-demo .items.small .item {
    padding: 10px;
    text-align: center;
}

.wrapper-demo .items.small .item h3 {
    text-align: center;
    justify-content: center;
}

.wrapper-demo .wrapper-ipad {
    padding: 0;
}

.wrapper-demo .wrapper-ipad .ipad {
    display: none;
}

.trames {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

#eric .titre {
    padding-bottom: 0px;
}

#eric .visuel {
    margin-bottom: 25px;
}

#eric .content ul li::before {
    display: none;
}

#ecogestion .carouselx2 .slide {
    padding: 0;
}

#ecogestion .carouselx2 .slide a figure {
    padding: 0;
    border: none;
}

#ecogestion .titre.txt-center {
    text-align: left;
}

#ecogestion .wrapper-visuel {
    padding: 0;
    margin-top: 25px;
}

#monitoring .bandeau.large .titre h1 strong {
    font-size: 35px;
}

#monitoring .bandeau.large .titre .logo {
    margin-bottom: 25px;
}

#monitoring #solution  {
    padding-bottom: 0;
}

#realisations .slide {
    padding-left: 0;
    padding-right: 0;
}

#realisations .slide a  {
    width: 100%;
}

#realisations .slide a .visuel {
    width: 250px;
    height: 250px;
    padding: 10px;
}

#realisations .slide a .caption h3 {
    font-size: 17px;
    line-height: normal;
}
#realisations .slide a .caption h4 {
    font-size: 15px;
    line-height: normal;
}

#realisations .wrapper-arrows {
    height: auto;
    top: 0;
}

#realisations .carousel-real .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.parallax-container {
    height: auto;
}

.parallax-container .overlay {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

#monitoring .chiffres .chiffre {
    border-right: none;
    border-bottom: solid 1px var(--vert);
    width: 100%;
}

#monitoring .chiffres .chiffre:last-of-type {
    border-bottom: none;
}

#label .valeur .shape-right {
    display: none;
}

.apave {
    border-radius: 30px;
}

#label .vision .shape-right,
#label .vision .shape-left {
    display: none;
}

#label .video .titre h2,
#label .video .titre h2 strong {
    font-size: 24px;
    line-height: normal;
}

#label .logos .titre h2,
#label .logos .titre h2 strong {
    font-size: 26px;
    line-height: normal;
}


#label #reassurance .overlay .titre h3 {
    font-size: 24px;
    line-height: normal;
}

#label #reassurance {
    height: auto;
}

#projets .projets .item {
    width: 100%;
    padding: 0;
}

.projet a .main {
    height: 200px;
}

.projet a .legende .titre h1 {
    font-size: 18px;
}

.projet a .legende .arrow {
    display: none;
}

#projets .projets {
    gap: 35px;
}

#projets > .padd-v-xm {
    padding-top: 0;
}

#carte .wrapper {
    flex-direction: column;
}

#carte .france {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    transform: none;
    right: unset;
}

#carte .bandeau .legende {
    position: relative;
}

#carte .bandeau {
    padding: 20px;
    border-radius: 30px;
    height: auto;
    margin-bottom: 20px;
}
#carte .bandeau .legende .titre h2 {
    font-size: 20px;
    line-height: normal;    
}

#carte {
    padding-bottom: 0;
}

#carte .padd-b-xl {
    padding-bottom: 35px;
}

#projets .vague {
    display: none;
}

#confiance {
    padding-bottom: 35px;
}

#projet .back {
    display: none;
}

#projet .chiffres .chiffre {
    border-right: none;
    border-bottom: solid 1px var(--grispale);
}
#projet .chiffres .chiffre:last-of-type {
    border-bottom: 0;
}

#mesure .titre h2 {
    font-size: 24px;
    line-height: normal;
}


#slider_homepage .owl-item .slide.logo .legende .content figure img {
    max-width: 80%;
}

#mesure .lib {
    display: none !important;
}

#mesure .wrapper-content {
    row-gap: 20px;
}

#mesure .wrapper-content .dpe, 
#mesure .wrapper-content .reporting,
#mesure .wrapper-content .appli {
    width: 100%;
    height: auto;
}

#mesure .wrapper-content .dpe .onglet,
#mesure .wrapper-content .reporting .onglet {
    transform: none;
    width: 100%;
    height: auto;
    border-radius: 30px;
    text-align: center;
    padding: 15px;
    align-items: center;
}


#mesure .wrapper-content .onglet h3 {
    line-height: normal;
}

#intro .visuel .libellule,
.titre.has-ico .ico {
    display: none;
}

#intro .titre h1 br {
    display: none;
}

#carte .bandeau .legende {
    padding-top: 0;
}

#homepage .frise .legendes .item {
    background-color: var(--grispale);
}

.wrapper-subnav .submenu nav .item {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}


.wrapper-subnav .submenu nav .item a .ico {
    display: none;
}
.wrapper-subnav .submenu nav .item a .legende {
    gap: 10px;
    height: auto;
}


.frise-herbe .lib-1,
.frise-herbe .lib-2,
.frise-herbe .lib-3 {
    display: none;
}

#presse article .wrapper {
    flex-direction: column;
    gap: 25px;
    padding-bottom: 25px;
}

#presse article .wrapper figure {
    width: 100%;
}

#presse article {
    padding: 0;
    margin-bottom: 50px;
}

#presse article .wrapper .content h1 {
    font-size: 22px;
    line-height: normal;
}