/*===============================
=            GENERAL            =
===============================*/

/*==========  Déclarations générales  ==========*/
html, body {
	/*width: 100%;
	height: 100%;*/
}
body {
	font-family: 'proximanova', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	color: #222222;
}
.wrappeur {
	width: 100%;
	padding-top: 120px;
}
.conteneur {
	display: block;
	width: 1440px;
	margin: 0 auto;
}
.section {
	width: 100%;
	text-align: center;
}
.mobile {
	display: none;
}

/*==========  Couleurs  ==========*/
.brightgreen {
	background-color: #5cab32;
	color: #ffffff;
}
.lightgreen {
	background-color: #2abbb4;
	color: #ffffff;
}
.mediumgreen {
	background-color: #00917b;
	color: #ffffff;
}
.darkgreen {
	background-color: #00515c;
	color: #ffffff;
}
.darkblue {
	background-color: #1e2c3a;
	color: #ffffff;
}
.carousel {
	background-color: #2abbb4;
	color: #ffffff;
}

/*==========  Listes  ==========*/
img {
	display: inline-block;
	vertical-align: middle;
}

/*==========  Textes  ==========*/
.titre-page {
	margin: 0;
	font-weight: 900;
	font-size: 64px;
	font-size: 4rem;
	line-height: 52px;
	line-height: 3.25rem;
	color: #ffffff;
}
.titre-page:before,
.titre-page:after {
	content: '';
	margin: 0 auto;
	background: url('../img/bordure-titre.png') no-repeat 0 0;
	display: block;
	width: 224px;
	height: 14px;
}
.titre-page:before {
	margin-bottom: 38px;
}
.titre-page:after {
	margin-top: 38px;
}
.titre-rubrique {
	font-weight: 900;
	font-size: 32px;
	font-size: 2rem;
	line-height: 52px;
	line-height: 3.25rem;
	text-align: center;
}
.sous-titre {
	font-weight: 200;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 32px;
	line-height: 2rem;
}
.accroche {
	font-weight: 900;
	font-size: 32px;
	font-size: 2rem;
	line-height: 52px;
	line-height: 3.25rem;
}
.accroche sup {
	font-size: 18px;
	font-size: 1.125rem;
}
.accroche.green {
	color: #00917b;
}
.zone-rubrique {
	display: block;
	text-align: center;
}
.zone-rubrique.mobile {
	display: none;
}
.rubrique {
	padding: 8px 28px 6px;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}
.rubrique.titre {
	background-color: #ffffff;
	color: #00917b;
}
.rubrique.page {
	background-color: #5cab32;
	color: #ffffff;
}
.rubrique.carousel {
	background-color: #ffffff;
	color: #2abbb4;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	font-weight: 200;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
}
strong {
	font-weight: 700;
}
/*==========  Liens  ==========*/
a {
	text-decoration: none;
	color: inherit;
}
.bouton {
	display: inline-block;
	padding: 8px 32px;
	background: transparent;
	border: 3px solid;
	font-weight: 800;
	font-size: 16px;
	font-size: 1rem;
	line-height: 32px;
	line-height: 2rem;
	text-align: center;
	text-transform: uppercase;
}
.bouton.en-savoir-plus {
	padding: 0 17px;
	border-width: 2px;
	border-color: #2abbb4;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	color: #2abbb4;
	text-transform: initial;
}
.bouton.en-savoir-plus:after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	background: url('../img/en-savoir-plus.png') 0 0;
	width: 4px;
	height: 7px;
}
.bouton.vert {
	border-color: #00917b;
	color: #00917b;
}
.bouton.blanc {
	border-color: #ffffff;
	color: #ffffff;
}
.bouton.en-savoir-plus.blanc:after {
	background: url('../img/en-savoir-plus-blanc.png') 0 0;
}

/*==========  Listes  ==========*/
ul {
	list-style: none;
}
ul li {

}

/*==========  Inputs  ==========*/
input,
select,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset;
	box-shadow: 0 0 0 1000px #ffffff inset;
	-webkit-text-fill-color: #222222 !important;
}

input,
.custom-select,
textarea {
	width: 100%;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 32px;
	line-height: 2rem;
	color: #656565;
	color: rgba(34,34,34,0.8);
}
input,
.custom-select {
	height: 64px;
}
.custom-select {
	cursor: pointer;
}
textarea {
	height: 280px;
	resize: none;
}
input[type="checkbox"],
input[type="radio"] {
	position: absolute;
	left: -9999px;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	padding: 0 18px 0 50px;
	display: block;
	font-size: 20px;
	line-height: 22px;
	position: relative;
	cursor: pointer;
}
input[type="radio"] + label {
	display: inline-block;
	padding: 0 0 0 42px;
	margin-right: 31px;
	line-height: 42px;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	content: "";
	width: 30px;
	height: 30px;
	background-color: #FFF;
	border: 1px solid rgba(34, 34, 34, 0.2);
	-webkit-border-radius: 2px;
			border-radius: 2px;
	position: absolute;
	top: 0px;
	left: 0;
}
input[type="radio"] + label:before {
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
	content: "";
	width: 18px;
	height: 6px;
	position: absolute;
	top: 13px;
	left: 6px;
	bottom: auto;
	right: auto;
	background: transparent;
	border: 3px solid #00917b;
	border-top: none;
	border-right: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
	filter: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: scale(0) rotate(0);
	-moz-transform: scale(0) rotate(0);
	-ms-transform: scale(0) rotate(0);
	transform: scale(0) rotate(0);
}
input[type="radio"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after {
	width: 18px;
	height: 18px;
	background-color: #00917b;
	border: none;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	top: 7px;
	left: 7px;	
}
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
	opacity: 1;
	filter: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1) rotate(-45deg);
	-moz-transform: scale(1) rotate(-45deg);
	-ms-transform: scale(1) rotate(-45deg);
	transform: scale(1) rotate(-45deg);
}
input[type="radio"]:checked + label:after {
	-webkit-transform: scale(1) rotate(0deg);
	   -moz-transform: scale(1) rotate(0deg);
	    -ms-transform: scale(1) rotate(0deg);
	     -o-transform: scale(1) rotate(0deg);
	        transform: scale(1) rotate(0deg);
}
.avertissement {
	width: 100%;
	border-radius: 3px;
	background-color: #F2395B;
	color: #FFF;
	display: block;
	padding: 4px 8px;
	margin: 4px 0;
	position: relative;
}
/*==========  HEADER  ==========*/
.header {
	display: block;
	width: 100%;
	height: 120px;
	background-color: #ffffff;
	border-bottom: 1px solid #fafafa;
	border-bottom: 1px solid rgba(245,245,245,0.5);
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
}
.header .h-connexion {
	display: block;
	height: 40px;
	border-bottom: 1px solid #F5F5F5;
}
.header .h-connexion .inscription-newsletter {
	margin-left: 22px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 39px;
	color: #1E2C3A;
}
.header .h-connexion .inscription-newsletter:before {
	content: '';
	margin-right: 12px;
	display: inline-block;
	vertical-align: -3px;
	width: 19px;
	height: 14px;
	background: url('../img/icone_newsletter.png') no-repeat 0 0;
}
.header .h-connexion .btns {
	float: right;
	text-align: right;
}
.header .h-connexion .btn-inscription,
.header .h-connexion .btn-connexion {
	padding: 0 20px;
	display: inline-block;
	height: 39px;
	line-height: 42px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.header .h-connexion .btn-inscription {
	border-left: 1px solid #F5F5F5;
}
.header .h-connexion .btn-connexion {
	background-color: #00515C;
	color: #FFF;
}
.header .logo {
	display: inline-block;
	padding: 20px 20px 0;
}
.header .logo .logo-header-mobile,
.header .logo .logo-header-tablet {
	display: none;
}
.header .logo .logo-header-desktop {
	display: inline-block;
}
.header-nav {
	float: right;
	text-align: center;
}
.header-nav:after {
	width: 100%;
	height: 0;
	content: '';
	clear: both;
	display: block;
}
.header-nav ul {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.header-nav li {
	display: inline-block;
	vertical-align: top;
	min-width: 100px;
	height: 79px;
	border-left: 1px solid #fafafa;
	border-left: 1px solid rgba(245,245,245,0.5);
	font-weight: 700;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 80px;
	line-height: 5rem;
	text-transform: uppercase;
}
.header-nav li:not(.partenaires) a {
	padding: 0 40px 0 39px;
	display: inline-block;
	color: #222222;
}
.header-nav li:not(.partenaires) a.active,
.header-nav li:not(.partenaires) a:hover {	
	background-color: #5cab32;
	color: #ffffff;
}
.header-nav li.partenaires {
	padding: 0 15px 0 33px;
}
.header-nav li.partenaires span {
	color: #95a5a6;
}
.header-nav li.partenaires a {
	margin: 0 0 0 14px;
	display: inline-block;
	vertical-align: top;
}
.header-nav li.partenaires a:first-of-type {
	margin-left: 30px;
}

.switch-mobile,
.header-mobile {
	display: none;
}

/*==========  FOOTER  ==========*/
.footer .conteneur {
	padding: 50px 100px 20px;
}
.footer .logos {
	margin: 9px 0 27px;
	display: inline-block;
}
.footer .awards {
	width: 500px;
	margin-top: 12px
}
.footer .awards a{
	display: inline-block;
	margin-right: 40px;
}
.footer .liens-footer {
	float: right;
	font-size: 0;
	margin-top: 20px;
}
.footer ul {
	margin-left: 68px;
	display: inline-block;
	vertical-align: top;
}
.footer ul li {
	padding-bottom: 5px;
}
.footer ul li a {
	font-weight: 700;
	font-size: 12px;
	font-size: 0.75rem;	
	line-height: 32px;
	line-height: 2rem;
	text-transform: uppercase;
	color: #ffffff;
}
.footer .copyright {
	display: block;
	font-weight: 200;
	font-size: 12px;
	font-size: 0.75rem;	
	line-height: 48px;
	line-height: 3rem;
	color: #475e78;
}
.footer .copyright a {
	font-weight: 200;
	font-style: italic;
	text-decoration: underline;
	color: #ffffff;
}
@media only screen and (max-width:1100px) {
	.footer .logos {
		display: block;
	}
	.footer .awards{
		display: block;
		float: right;
		text-align: right;
		margin-top: -12px;
	}
	.footer .awards a{
		margin-right: 0px;
		margin-left: 40px;
	}
	.footer .liens-footer {
		float: none;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.footer ul {
		margin-left: 0px;
		margin-right: 68px;
	}
}
@media only screen and (max-width:900px) {
	.footer .awards{
		display: block;
		float: none;
		text-align: left;
		margin-top: 20px;
	}
	.footer .awards a{
		margin-right: 40px;
		margin-left: 0px;
	}
	.footer .logos {
		margin-top: 0;
	}
}
@media only screen and (max-width:460px) {
	.footer ul {
		margin-right: 0px;
		display: block;
	}
	.footer .awards{
		max-width: 100%;
	}
	.footer .awards a{
		margin-bottom: 20px;
	}
}
/*==========  HOME  ==========*/
.home {	
	background-image: url('../img/map-home.png');
	background-position: center bottom;
}
.home .conteneur {
	padding: 186px 420px 247px;
}
.home .rubrique {
	margin-bottom: 33px;
}
.home .titre-page {
	margin-bottom: 24px;
}
.home .titre-page:after {
	display: none;
}
.home .sous-titre-page {
	margin-bottom: 32px;
	display: block;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 32px;
	line-height: 2rem;
}
.home .sous-titre-page sup {
	font-size: 16px;
	font-size: 1rem;
}
.matieres {
	border-bottom: 1px solid rgba(34,34,34,0.05);
}
.matieres .conteneur {
	padding: 60px 0 82px;
}
.matieres .rubrique {
	margin-bottom: 40px;
}
.matieres .sous-titre {
	display: block;
	padding: 0 27%;
	margin-bottom: 19px;
}
.matieres .accroche {
	margin-bottom: 47px;
}
.matieres .liste-matieres {
	margin: 0 auto 70px;
	font-size: 0;
}
.matieres .liste-matieres li {
	margin: 0 3.3% 10px;
	min-width: 184px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.matieres .liste-matieres img {
	display: block;
	margin: 0 auto 15px;
}
.matieres .liste-matieres .titre-matiere {
	margin-bottom: 13px;
	display: block;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 52px;
	line-height: 3.25rem;
	text-transform: uppercase;
}
.matieres .solutions {
	margin-bottom: 34px;
	display: block;
	font-weight: 600;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 32px;
	line-height: 2rem;
}
.services {
	padding: 60px 0 0; 
}
.services .rubrique {
	padding: 9px 30px 5px;
	margin-bottom: 35px;
}
.services .accroche {
	margin-bottom: 34px;
}
.services .liste-services td {
	padding: 121px 0 87px;
	vertical-align: top;
	width: 33.3333%;
}
.services .liste-services img {
	display: block;
	margin: 0 auto 17px;
}
.services .liste-services .titre-service {
	margin-bottom: 6px;
	display: block;
	font-weight: 700;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 52px;
	line-height: 3.25rem;
	text-transform: uppercase;
}
.services .liste-services p {
	margin-bottom: 21px;
	display: block;
	line-height: 26px;
	line-height: 1.625rem;
}
.services .liste-services .lightgreen p {
	padding-left: 18%;
	padding-right: 18%;
}
.services .liste-services .mediumgreen p {
	padding-left: 22%;
	padding-right: 22%;
}
.services .liste-services .darkgreen p {
	padding-left: 28%;
	padding-right: 28%;
}
.platform {
	padding: 111px 0 44px;
	font-size: 0;
}
.platform .contenu-carousel {
	background: url('../img/carrousel-accueil-right.png') repeat-x bottom left;
}
.platform .affich-carousel,
.platform .infos-carousel {
	display: inline-block;
	vertical-align: top;	
}
.platform .affich-carousel {
	width: 55%;
}
.platform .infos-carousel {
	padding: 174px 118px 0 0;
	height: 740px;
	width: 43.9%;
	position: relative;
	z-index: 5;
}
.platform .zone-carousel {
	width: 1288px;
	height: 740px;
	position: relative;
	background: url('../img/carrousel-accueil-left.png') no-repeat bottom right;
	float: right;
} 
.platform .zone-rubrique {
	margin-bottom: 40px;
	text-align: left;
}
.platform .rubrique {
	padding: 8px 18px 6px;
}
.platform .nav-carousel-home {
	margin-bottom: 27px;
	text-align: left;
	font-size: 0;
}
.platform .nav-carousel-home .owl-prev,
.platform .nav-carousel-home .owl-next {
	margin-right: 1px;
	display: inline-block;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.platform .nav-carousel-home .owl-prev {
	background: url('../img/carrousel-fleche-gauche.png')no-repeat 0 0;
}
.platform .nav-carousel-home .owl-next {
	background: url('../img/carrousel-fleche-droite.png')no-repeat 0 0;
}
.platform .sous-titre {
	margin-bottom: 28px;
	display: block;
}
.platform .bouton {
	padding: 8px 36px; 
}
.platform .pagi-carousel {
	padding: 29px;
	width: 100%;
	text-align: center;
}
.platform .owl-dot {
	display: inline-block;
	margin: 0 3px 0 2px;
	width: 9px;
	height: 9px;
	background: #bcbcbc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.platform .owl-dot.active {
	background: #2abbb4;
}
.contact {
	padding: 72px 0 87px;
	background: #f8fbff;
}
.contact .rubrique {
	padding: 9px 19px 5px;
	margin-bottom: 35px;
}
.contact .accroche {
	margin-bottom: 34px;
}
.contact .bouton {
	padding: 8px 38px;
}
/*==========  CONCEPT  ==========*/
.map {
	background-image: url('../img/map-general.png');
	background-position: center top;
	background-size: cover;
}
.map .conteneur {
	padding: 87px 180px 84px;
}
.map .titre-page {
	font-size: 48px;
	font-size: 3rem;
	line-height: 52px;
	line-height: 3.25rem;	
}
.map .titre-page:before {
	margin-bottom: 45px;
}
.map .titre-page:after {
	margin-top: 52px;
}
.liens {
	border-bottom: 1px solid rgba(34,34,34,0.05);
}
.liens .liens-internes li {
	padding: 5px 0 3px;
	margin: 0 58px 0 57px;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 52px;
	line-height: 3.25rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #a9a9a9;
	color: rgba(34,34,34,0.5);	
}
.liens .liens-internes li a:hover,
.liens .liens-internes li a.active {
	color: #222222;
}
.concept {
	padding: 60px 0 82px 0;
}
.concept .zone-rubrique {
	margin-bottom: 52px;
}
.concept .image-concept {
	display: block;
	background: url('../img/concept.png') no-repeat center 0;
	max-width: 100%;
	min-height: 362px;
	margin-bottom: 64px;
}
.concept .image-concept.en {
	background: url('../img/concept_eng.png') no-repeat center 0;	
}
.concept .image-concept.es {
	background: url('../img/concept_esp.png') no-repeat center 0;
}
.concept p {
	padding: 0 226px;
	margin-bottom: 40px;
}
.concept .intro {
	padding: 0;
	margin-bottom: 65px;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 32px;
	line-height: 2rem;
}
.concept .outro {
	padding: 0 250px;
	margin: 0;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 32px;
	line-height: 2rem;
}
.demarche {
	padding: 60px 0 0;
}
.demarche .zone-rubrique {
	margin-bottom: 45px;
}
.demarche .rubrique {
	padding: 8px 32px 6px;
}
.demarche .accroche {
 margin-bottom: 96px;
}
.demarche .zone-carousel {
	width: 100%;
	text-align: center;
	position: relative;
}
.demarche .nav-carousel-demarche .owl-prev,
.demarche .nav-carousel-demarche .owl-next {
	width: 120px;
	height: 120px;
	position: absolute;
	z-index: 10;
	top: 14%;
	cursor: pointer;
	font-size: 0;
}
.demarche .nav-carousel-demarche .owl-prev {
	left: 0;
	background: url('../img/demarche-fleche-gauche.png') 0 0;
}
.demarche .nav-carousel-demarche .owl-next {
	right: 0;
	background: url('../img/demarche-fleche-droite.png') 0 0;
}
.demarche .infos-carousel {
	margin: 0 auto;
	max-width: 1440px;
}
.demarche .contenu-carousel {
	max-width: 1440px;
	min-height: 356px; 
}
.demarche .image-carousel {
	display: inline-block;
}
.demarche .texte-carousel {
	padding: 41px 0 0 26px;
	display: inline-block;
	vertical-align: top;
	width: 26%;
	text-align: left;
}
.demarche .numero-slide {
	margin-bottom: 29px;
	display: block;
	background: url('../img/numero-slide.png') no-repeat 0 0;
	width: 38px;
	height: 49px;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 50px;
	line-height: 3.125rem;
	text-align: center;
	color: #2abbb4;
}
.demarche .titre-slide {
	display: inline-block;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 200;
	line-height: 52px;
	line-height: 3.25rem;
	width: 100%;
}
.demarche .pagi-carousel {
	padding: 62px 0 23px;
	display: block;
	width: 100%;
	background: url('../img/ligne-carousel-demarche.png') repeat-x 0 123px;
}
.demarche ul {
	text-align: center;
}
.demarche li {
	width: 178px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.demarche li a {
	display: inline-block;	
}
.demarche li .numero-slide {
	margin: 0 auto;
	visibility: hidden;
}
.demarche li.active .numero-slide {
	visibility: visible;
}
.demarche li .dot {
	margin: 8px auto 20px;
	display: block;
	width: 10px;
	height: 10px;
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.demarche li .legende {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 18px;
	line-height: 1.125rem;
	color: #1e8782;
}
.demarche li.active .legende {
	color: #ffffff;
}
.matieres.big {
	border: none;
}
.matieres.big .conteneur {
	padding: 60px 0 61px;
}
.matieres.big .liste-matieres {
	padding: 53px 0 0;
	margin: 0;
}
.matieres.big .liste-matieres img {
	margin-bottom: 3px;
}
/*==========  MATIERES & RESSOURCES  ==========*/
.liens .liens-internes.ressources li {
	padding: 5px 0 3px;
	margin: 0 33px 0 32px;
}
.matieres-interne .conteneur {
	padding: 60px 230px 0;
}
.matieres-interne .zone-rubrique {
	margin-bottom: 52px;
}
.matieres-interne .sous-titre {
	display: block;
	margin-bottom: 60px;
}
.matieres-interne .preneur {
	width: 100%;
	padding: 70px 0 58px;
	background-color: #fbfbfb;
	background-color: rgba(248,248,248,0.5);
	border-top: 1px solid #f2f2f2;
	font-size: 0;
}
.matieres-interne .donneur {
	width: 100%;
	padding: 74px 0 75px;
	border-top: 1px solid #f2f2f2;
	font-size: 0;
}
.matieres-interne .preneur .zone-image,
.matieres-interne .donneur .zone-image {
	display: inline-block;
	width: 50%;
}
.matieres-interne .preneur .zone-image {
	min-height: 293px;
	background-image: url('../img/preneur.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.matieres-interne .preneur .zone-image.en {
	background-image: url('../img/preneur_eng.png');
}
.matieres-interne .preneur .zone-image.es {
	background-image: url('../img/preneur_esp.png');
}
.matieres-interne .donneur .zone-image {
	min-height: 269px;
	background-image: url('../img/donneur.png');
	background-repeat: no-repeat;
	background-position: 84px top;
}
.matieres-interne .donneur .zone-image.en {
	background-image: url('../img/donneur_eng.png');
}
.matieres-interne .donneur .zone-image.es {
	background-image: url('../img/donneur_esp.png');
}
.matieres-interne .preneur .zone-texte,
.matieres-interne .donneur .zone-texte {
	text-align: left;
	display: inline-block;
}
.matieres-interne .preneur .zone-image {
	width: 46.4%;
}
.matieres-interne .donneur .zone-image {
	width: 48%;
	vertical-align: top;
	float: right;
}
.matieres-interne .preneur .zone-texte {
	padding-left: 2.3%;
	width: 50%;
}
.matieres-interne .donneur .zone-texte {
	width: 52%;
	float: left;
}
.matieres-interne .donneur .zone-texte .bloc-liste {
	float: right;
}
.matieres-interne .preneur .titre-liste,
.matieres-interne .donneur .titre-liste {
	display: block;
	margin-bottom: 26px;
	font-weight: 200;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 32px;
	line-height: 2rem;
}
.matieres-interne .preneur .liste,
.matieres-interne .donneur .liste {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 200;
	line-height: 22px;
	line-height: 1.375rem;
}
.matieres-interne .preneur .liste li,
.matieres-interne .donneur .liste li {
	background: url('../img/puce-liste.png') no-repeat 1px 8px;
	padding-left: 24px;
	margin-bottom: 30px;
}
.matieres-interne .preneur .liste strong,
.matieres-interne .donneur .liste strong {
	font-weight: 600;
}
.blocs {
	font-size: 0;
}
.blocs table {
	width: 100%;
}
.blocs .bloc-bois,
.blocs .bloc-meubles,
.blocs .bloc-plaine {
	color: #ffffff;
}
.blocs .bloc-bois {
	padding: 90px 61px 92px 56px;
	background: url('../img/bloc-bois.jpg') no-repeat center 0;
	background-size: cover;
}
.blocs .bloc-meubles {
	padding: 90px 250px 92px 268px;
	background: url('../img/bloc-meubles.jpg') no-repeat center 0;
	background-size: cover;
}
.blocs .bloc-plaine {
	padding: 90px 80px 92px 100px;
	background: url('../img/bloc-plaine.jpg') no-repeat center top;
	background-attachment: scroll;
	background-size: cover;
}
.blocs.big .bloc-plaine {
	padding: 96px 540px 118px;
}
.blocs .bloc-bois img,
.blocs .bloc-meubles img,
.blocs .bloc-plaine img {
	margin-bottom: 48px;
}
.blocs .bloc-bois .titre-ressource,
.blocs .bloc-meubles .titre-ressource,
.blocs .bloc-plaine .titre-ressource {
	margin-bottom: 37px;
	display: block;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 600;
	line-height: 32px;
	line-height: 2rem;
}
.blocs.big .bloc-plaine .titre-ressource {
	margin-bottom: 42px;
}
.blocs .bloc-bois .desc-ressource,
.blocs .bloc-meubles .desc-ressource,
.blocs .bloc-plaine .desc-ressource {
	min-height: 168px;
	display: block;
	font-weight: 600;
	line-height: 28px;
	line-height: 1.75rem;
}
.blocs .bloc-bois .bouton,
.blocs .bloc-meubles .bouton,
.blocs .bloc-plaine .bouton {
	padding: 8px 38px;
}
.services-full {
	padding: 72px 0 577px;
	background: url('../img/services-bg.jpg') repeat-x center top;
}
.services-full .rubrique {
	padding: 9px 30px 5px;
	margin-bottom: 47px;
}
.services-full .accroche {
	margin-bottom: 33px;
}
.services-full .bouton {
	padding: 8px 35px;
}
/*==========  SERVICES  ==========*/
.map.page-services .conteneur {
	padding: 87px 182px 84px;
}
.map.page-services .titre-page {
	font-size: 44px;
	font-size: 2.75rem;
}
.liens .liens-internes.nos-services li {
	margin: 0 47px;
}
.conseil .conteneur {
	padding: 60px 256px 70px;
}
.conseil .zone-rubrique {
	margin-bottom: 52px;
}
.conseil .sous-titre {
	display: block;
	margin-bottom: 51px;
}
.synergie {
	background-color: #2abbb4;
	background-image: url('../img/synergie.png');
	background-repeat: no-repeat;
	background-position: top center;
}
.synergie .conteneur {
	padding: 61px 0 65px;
}
.synergie .zone-rubrique {
	margin-bottom: 749px;
}
.synergie span {
	padding: 0 406px;
	margin-bottom: 36px;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 28px;
	line-height: 1.75rem;
	color: #ffffff;
}
.synergie .bouton {
	padding: 8px 38px;
}
/*==========  PLATFORM  ==========*/
.head-platform {
	background: url('../img/head-platform.jpg') no-repeat center top;
	position: relative;
}
.head-platform .conteneur {
	padding: 87px 192px 84px;
}
.head-platform .titre-page {
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 48px;
	line-height: 3rem;
}
.head-platform .titre-page:before {
	margin-bottom: 25px;
}
.head-platform .titre-page:after {
	margin-top: 32px;
}
.head-platform .encart-sortie {
	padding: 5px 33px 6px 32px;
	margin-left: -102px;
	background-color: #f9c63c;
	position: absolute;
	left: 50%;
	bottom: 0;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 52px;
	line-height: 3.25rem;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
.echanges .conteneur {
	padding: 54px 0 56px;
}
.echanges .accroche {
	margin-bottom: 11px;
}
.echanges .sous-titre {
	margin-bottom: 74px;
	display: block;
	padding: 0 282px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
}
.echanges .echanges-img {
	display: block;
	font-size: 0;
	margin: 0 auto;
}
.echanges .echange-1,
.echanges .echange-2 {
	display: inline-block;	
	width: 594px;
	height: 506px;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 16px;
	line-height: 1rem;
	text-align: center;
	position: relative;
}
.echanges .echange-1 {
	background: url('../img/echange-1.png') no-repeat right 0;
}
.echanges .echange-2 {
	background: url('../img/echange-2.png') no-repeat left 0;
}
.echanges .contenu-entreprises {
	text-align: left;
	position: absolute;
	bottom: 15.6%;
	left: 45%;
}
.echanges .nombre-entreprises {
	margin-right: 3px;
	display: inline-block;
	font-size: 34px;
	line-height: 32px;
}
.echanges .entreprises {
	display: inline-block;
	max-width: 60%;
}
.echanges .contenu-localisation {
	position: absolute;
	max-width: 25%;
	bottom: 16%;
	left: 36.1%;
}
.indicateurs .conteneur {
	padding: 43px 360px 46px;
}
.indicateurs-texte {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 32px;
	line-height: 2rem;
}
.prestataires {
	background: url('../img/prestataires.png') no-repeat center bottom;
}
.prestataires .conteneur {
	padding: 46px 0 271px;
}
.prestataires .accroche {
	margin-bottom: 11px;
}
.prestataires .sous-titre {
	display: block;
	padding: 0 378px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
}
/*==========  INSCRIPTION  ==========*/
.l-inscription {
	padding: 87px 0 84px;
	background-image: url('../img/banniere-inscription.jpg');
	position: relative;
}
.l-inscription:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-color: rgba(61, 61, 69, 0.6);
}
.l-inscription .titre-page {
	margin: 0 auto;
	max-width: 80%;
	font-size: 44px;
	line-height: 52px;
	position: relative;
	z-index: 2;
}
.l-inscription .titre-page:before {
	margin-bottom: 44px;
}
.l-inscription .titre-page:after {
	margin-top: 53px;
}
.etapes .etape {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 61px;
	-webkit-box-shadow: 0 -1px 0 rgba(172, 166, 161, 0.2) inset;
	   -moz-box-shadow: 0 -1px 0 rgba(172, 166, 161, 0.2) inset;
		-ms-box-shadow: 0 -1px 0 rgba(172, 166, 161, 0.2) inset;
			box-shadow: 0 -1px 0 rgba(172, 166, 161, 0.2) inset;
	text-align: center;
	position: relative;
	float: left;
}
.etapes .etape:first-child {
	padding-left: 16px;
	width: 50%;
}
.etapes .etape:first-child:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	border-left: 20px solid;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	position: absolute;
	top: 0;
	right: -20px;
	z-index: 2;
}
.etapes .etape:last-child {
	padding-left: 28px;
	width: 50%;
}
.etapes .etape .nom {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 58px;
	color: rgba(34, 34, 34, 0.5);
}
.etapes .etape .nom:before {
	content: "";
	margin-right: 23px;
	display: inline-block;
	vertical-align: -3px;
	width: 22px;
	height: 16px;
	background-image: url("../img/valid_etapes.png");
	background-position: 0 0;
}
.etapes .etape.en-cours {
	background-color: #5cab32;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
			box-shadow: none;
}
.etapes .etape.en-cours:first-child:after {
	border-left-color: #5cab32;
}
.etapes .etape.en-cours .nom {
	color: #FFFFFF;
}
.etapes .etape.en-cours .nom:before {
	background-position: -22px 0;
}
.etapes .etape.valide {
	background-color: #4e912a;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
			box-shadow: none;
}
.etapes .etape.valide:first-child:after {
	border-left-color: #4e912a;
}
.etapes .etape.valide .nom {
	color: #FFFFFF;
}
.etapes .etape.valide .nom:before {
	background-position: -22px 0;
}
.inscription {
	padding: 40px 0 82px;
}
.inscription .zone-rubrique {
	margin-bottom: 40px;
}
.inscription .inner{
	margin: 0 auto 70px;
	width: 100%;
	max-width: 1100px;
}
.inscription .col-gauche,
.inscription .col-droite {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 540px;
}
.inscription .col-gauche {
	float: left;
}
.inscription .col-droite {
	float: right;
	text-align: left;
}
.inscription .fonctionnalites {
	padding: 32px 0 2px;
	max-width: 470px;
	border: 1px solid rgba(34, 34, 34, 0.2);
}
.inscription .fonctionnalites .titre {
	margin:  0 0 55px;
	font-size: 32px;
	font-weight: 200;
	line-height: 32px;
	text-transform: uppercase;
}
.inscription .fonctionnalites .titre strong {
	display: block;
	font-weight: 700;
}
.inscription .fonctionnalites .liste {
	text-align: left;
}
.inscription .fonctionnalites .liste li {
	padding: 0 24px 0 120px;
	margin-bottom: 31px;
	font-size: 20px;
	font-weight: 200;
	line-height: 24px;
	position: relative;
}
.inscription .fonctionnalites .liste li:before {
	content: "";
	background-image: url('../img/liste_fonctionnalites.png');
	position: absolute;
}
.inscription .fonctionnalites .liste li.sources:before {
	width: 59px;
	height: 53px;
	background-position: 0 0;
	top: 1px;
	left: 37px;
}
.inscription .fonctionnalites .liste li.dechets:before {
	width: 56px;
	height: 53px;
	background-position: -59px 0;
	top: 1px;
	left: 40px;
}
.inscription .fonctionnalites .liste li.relation:before {
	width: 62px;
	height: 50px;
	background-position: -115px 0;
	top: 0px;
	left: 34px;
}
.inscription .fonctionnalites .liste li.textes:before {
	width: 56px;
	height: 54px;
	background-position: -177px 0;
	top: -3px;
	left: 40px;
}
.inscription .fonctionnalites .liste li.solutions:before {
	width: 62px;
	height: 51px;
	background-position: -233px 0;
	top: 6px;
	left: 34px;
}
.inscription .label {
	display: block;
	margin: -5px 0 10px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.inscription .sous-titre {
	margin: 0 0 27px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: rgba(34, 34, 34, 0.5);
}
.inscription .bloc-input {
	padding: 0 0 30px;
	position: relative;
}
.inscription .row {
	margin-bottom: 20px;
}
.inscription .row input,
.inscription .row .custom-select {
	padding: 0 21px;
	border: 1px solid rgba(34, 34, 34, 0.2);
}
.inscription .row.liste_comptes {
	position: relative;
}
.inscription .row.liste_comptes .liste_box {
	margin: 15px 0;
}
.inscription .row.liste_comptes .liste_box li {
	padding: 7px 24px 6px;
	margin-bottom: 10px;
	width: 100%;
	background-color: #2ABBB4;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	color: #FFF;
	position: relative;
}
.inscription .row.liste_comptes .liste_box li .liste_btn_delete {
	content: "";
	width: 10px;
	height: 10px;
	font-size: 0;
	background-image: url('../img/fermeture_societe.png');
	cursor: pointer;
	position: absolute;
	top: 17px;
	right: 20px;
}
.inscription .row.liste_societes {
	position: relative;
}
.inscription .row.liste_societes .liste_box {
	margin: 15px 0;
}
.inscription .row.liste_societes .liste_box li {
	padding: 7px 24px 6px;
	margin-bottom: 10px;
	width: 100%;
	background-color: #2ABBB4;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	color: #FFF;
	position: relative;
}
.inscription .row.liste_societes .liste_box li .liste_btn_delete {
	content: "";
	width: 10px;
	height: 10px;
	font-size: 0;
	background-image: url('../img/fermeture_societe.png');
	cursor: pointer;
	position: absolute;
	top: 17px;
	right: 20px;
}
.inscription .i-codep {
	margin-right: 20px;
	display: inline-block;
	width: 100%;
	max-width: 168px;
	float: left;
}
.inscription .i-ville {
	display: inline-block;
	width: 100%;
	max-width: 65%;
	float: right;
}
.inscription .row.civilites {
	margin-bottom: 13px;
}
.inscription .e-1 .label {
	margin: -5px 0 31px;
	color: rgba(34, 34, 34, 0.5);
}
.inscription .suppr-societe {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(34, 34, 34, 0.4);
	position: absolute;
	top: 0;
	right: 0;
}
.inscription .suppr-societe:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: -7px;
	width: 24px;
	height: 24px;
	background-image: url('../img/annulation.png');
}
.inscription .ajout-societe {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.inscription .ajout-societe:before {
	content: "";
	margin-right: 14px;
	display: inline-block;
	vertical-align: -14px;
	width: 40px;
	height: 40px;
	background-image: url('../img/ajout_membre.png');
	background-position: -40px 0;
}
.inscription .societe {
	padding: 7px 24px 6px;
	margin-bottom: 10px;
	width: 100%;
	background-color: #2ABBB4;
	-webkit-border-radius: 22px;
	        border-radius: 22px;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	color: #FFF;
	position: relative;
}
.inscription .societe .fermeture {
	content: "";
	width: 10px;
	height: 10px;
	background-image: url('../img/fermeture_societe.png');
	position: absolute;
	top: 17px;
	right: 20px;
	cursor: pointer;
}
.inscription .no-compte {
	margin: 16px 1px 42px 0;
	display: block;
	text-align: right;
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	color: rgba(34, 34, 34, 0.4);
}
.inscription .zone-checkbox {
	padding: 27px 0;
	border-top: 1px solid rgba(34, 34, 34, 0.05);
	border-bottom: 1px solid rgba(34, 34, 34, 0.05);
}
.inscription .bouton {
	padding: 8px 61px;
	margin-bottom: 46px;
}
.inscription .donnes-libres {
	margin: 0 auto;
	max-width: 43%;
	display: block;
	font-style: italic;
	line-height: 20px;
	color: rgba(34, 34, 34, 0.5);
	text-align: center;
}
.inscription .savoir-plus {
	margin: 12px 0 0;
	display: block;
	font-style: italic;
	font-size: 14px;
	color: rgba(34, 34, 34, 0.5);
	text-align: center;
	text-decoration: underline;
}
/*==========  CONTACT  ==========*/
.map.page-contact .conteneur {
	padding: 87px 180px 84px;
}
.map.page-contact .titre-page {
	font-size: 44px;
	font-size: 2.75rem;
}
.formulaire .conteneur {
	padding: 60px 238px 0;
}
.formulaire .zone-rubrique {
	margin-bottom: 52px;
}
.formulaire .inner {
	padding: 51px 0 60px;
	margin: 0 auto;
	display: block;
	width: 540px;	
}
.formulaire .inner.connexion {
	border-bottom: 1px solid rgba(34,34,34,0.2);
}
.formulaire .row {
	margin-bottom: 20px;
	font-size: 0;
	text-align: left;
}
.formulaire .avertissement,
.formulaire .error-message {
	display: block;
	padding: 8px 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 32px;
	background: #bb2a2a;
	font-size: 16px;
	font-size: 1rem;
	line-height: 16px;
	line-height: 1rem;
	color: #ffffff;
}
.formulaire input,
.formulaire textarea,
.formulaire .custom-select {
	padding: 0 20px;
	width: 100%;
	height: 64px;
	border: 1px solid #d3d3d3;
	border: 1px solid rgba(34,34,34,0.2);
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 32px;
	line-height: 2rem;
}
.formulaire textarea {
	margin-bottom: 20px;
	padding: 16px 20px;
	height: 280px;
}
.formulaire .custom-select {
	padding: 0;
	margin-bottom: 20px;
	background: url('../img/dropdown-select.png') no-repeat 95% center;
	position: relative;
}
.formulaire .custom-select span {
	display: inline-block;
	padding: 15px 22px;
	width: 100%;
	height: 64px;
	cursor: pointer;
}
.formulaire .transformSelectDropdown {
	min-height: 128px;
	width: 100%;
	background: #ffffff;
	-webkit-box-shadow: 0 0 0 1px #d3d3d3;
	-moz-box-shadow: 0 0 0 1px #d3d3d3;
	box-shadow: 0 0 0 1px #d3d3d3;
	border-top: none;
	position: absolute;
	top: 63px;
}
.formulaire .transformSelectDropdown li {
	background: #ffffff;
}
.formulaire .transformSelectDropdown li:hover {
	background: #f3f3f3;
}
.formulaire .transformSelectDropdown li.selected {
	background: #e3e3e3;
}
.formulaire input[type="checkbox"] {
	display: none;
}
.formulaire input[type="checkbox"] + label {
	padding: 3px 0 3px 50px;
	background: url('../img/checkbox-unchecked.png') no-repeat 0 0;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 32px;
	line-height: 2rem;
	cursor: pointer;
}
.formulaire input[type="checkbox"]:checked + label {
	background: url('../img/checkbox-checked.png') no-repeat 0 0;
}
.formulaire .placeholder {
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	width: 38%;
	height: 64px;
	/*border: 1px solid #d3d3d3;*/
	/*border: 1px solid rgba(34,34,34,0.2);*/
	cursor: pointer;
}
.formulaire .placeholder img {
	width: 100%;
	height: 100%;
}
.formulaire .recharge-captcha {
	padding: 12px 24px;
	display: inline-block;
	width: 61%;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
	color: #a9a9a9;	
	color: rgba(34,34,34,0.5);
}
.localisation {
	font-size: 0;
}
.localisation .google-map,
.localisation .ou-sommes-nous {
	display: inline-block;
	vertical-align: top;
	width: 49.89%;
	min-height: 480px;
}
.localisation .google-map iframe {
	width: 100%;
	min-height: 480px;
}
.localisation .ou-sommes-nous {
	padding: 60px 0;
}
.localisation .ou-sommes-nous .zone-rubrique {
	margin-bottom: 68px;
}
.localisation .ou-sommes-nous img {
	margin-bottom: 31px;
}
.localisation .ou-sommes-nous .nom-site,
.localisation .ou-sommes-nous .adresse-site,
.localisation .ou-sommes-nous .pays-site {
	display: block;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 32px;
	line-height: 2rem;
}
.localisation .ou-sommes-nous .nom-site {
	font-weight: 700;
}
.localisation .ou-sommes-nous .adresse-site {
	font-weight: 200;
}
.localisation .ou-sommes-nous .pays-site {
	font-weight: 200;
	text-transform: uppercase;
}
/*==========  DET AMEUBLEMENT  ==========*/
.head-ressource .conteneur {
	padding: 77px 0 77px;
	position: relative;
}
.head-ressource img {
	margin-left: -45px;
	position: absolute;
	top: 124px;
	left: 50%;
	width: 90px;
}
.head-ressource .titre-page {
	font-size: 48px;
	font-size: 3rem;
	line-height: 52px;
	line-height: 3.25rem;
}
.head-ressource .titre-page:before {
	margin-bottom: 144px;
}
.head-ressource .titre-page:after {
	margin-top: 22px;
}
.head-ressource.meubles {
	background: url('../img/banniere-meubles.jpg')no-repeat center top;
}
.lien-retour .conteneur {
	padding: 5px 100px 3px;
	text-align: left;
}
.lien-retour .retour {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 52px;
	line-height: 3.25rem;
	text-transform: uppercase;
	color: #2abbb4;
}
.lien-retour .retour:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: -2px;
	background: url('../img/lien-retour.png') 0 0;
	width: 8px;
	height: 14px;
}
.ameublement .conteneur {
	padding: 60px 172px 26px;
}
.ameublement .zone-rubrique {
	margin-bottom: 52px;
}
.ameublement .sous-titre {
	display: block;
	margin-bottom: 53px;
}
.ameublement .liste-meubles {
	margin: 0 auto;
	table-layout: fixed;
	width: 94.5%;
}
.ameublement .liste-meubles td {
	padding-bottom: 57px;
	vertical-align: top;
	text-align: center;
}
.ameublement .liste-meubles img {
	margin-bottom: 12px;
}
.ameublement .liste-meubles .titre-meuble {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 24px;
	line-height: 1.5rem;
}
.a-voir {
	padding: 25px 0 24px;
	border-top: 1px solid rgba(34,34,34,0.05);
}
.a-voir .voir-aussi {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 900;
	line-height: 52px;
	line-height: 3.25rem;
	color: #5cab32;
}
.services-med {
	padding: 71px 0 60px;
	background: url('../img/services-bg-med.jpg') repeat-x center top;
}
.services-med .rubrique {
	padding: 9px 30px 5px;
	margin-bottom: 46px;
}
.services-med .accroche {
	margin-bottom: 34px;
}
.services-med .bouton {
	padding: 8px 35px;
}
/* =========== DETAILS EXPERIENCE PLAINE DU VAR =========== */
.section.plaine-var {
	background: url('../img/banniere-plaine-var.jpg') no-repeat center center;
}
.section.experience-plaine-var .conteneur {
	padding: 62px 8px;
}
.section.experience-plaine-var .sous-titre {
	padding: 53px 20% 0 20%;
	display: block;
}
.section.experience-plaine-var h3.accroche {
	font-size: 28px;
	margin-top: 36px;
	margin-bottom: 30px;
}
.section.experience-plaine-var .bloc_pastille {
	width: 29%;
	vertical-align: top;
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.section.experience-plaine-var .bloc_pastille img {
	margin: 0 auto 30px auto;
}
.section.experience-plaine-var .bloc_pastille p {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	padding: 4px 5px 0px 5px;
	text-align: center;
}
.section.experience-plaine-var .bourse {
	width: 100%;
	background-image: url("../img/experience-bourse-background.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #2ABBB4;
	display: block;
	margin-top: -30px;
	min-height: 692px;
}
.section.experience-plaine-var .bourse h3 {
	font-size: 28px;
	line-height: 32px;
	margin: 0px;
	padding: 0;
}
.section.experience-plaine-var .bourse h3.vert-fonce {
	margin-top: 33px;
	color: #1E8782;
}
.section.experience-plaine-var .bourse h3.blanc {
	margin-bottom: 30px;
	color: #FFF;
}
.section.experience-plaine-var .bourse p {
	font-size: 22px;
	text-align: center;
	color: #FFF;
	padding: 16px 300px;
}
.section.experience-plaine-var .bourse .blocs {
	width: 100%;
	font-size: 100%;
	text-align: center;
	display: block;
}
.section.experience-plaine-var .bourse .blocs .bloc {
	width: 32%;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	vertical-align: top;
	display: inline-block;
}
.section.experience-plaine-var .bourse .blocs .bloc span.titre {
	font-weight: 100;
	font-size: 100px;
	text-transform: initial;
	margin: 28px 0 2px 0;
	display: block;
	line-height: 100px;
}
.section.experience-plaine-var .objectifs-chaleur .bloc_objectifs {
	width: 33%;
	vertical-align: top;
	display: inline-block;
	margin-top: 87px;
	margin-bottom: 40px;
}
.section.experience-plaine-var .objectifs-chaleur .bloc_objectifs p {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	padding: 20px 50px 0px 50px;
	text-align: center;
}
.section.experience-plaine-var .objectifs-chaleur .bloc_objectifs .zone-img {
	min-height: 230px;
}
.section.experience-plaine-var .objectifs-chaleur h3.accroche {
	margin: 0;
	padding: 0;
}
.section.experience-plaine-var .objectifs-chaleur h3.accroche.verte {
	color: #5cab32;
	margin-top: 13px;
}
.section.experience-plaine-var .objectifs-chaleur h3.accroche.sous-accroche {
	line-height: 32px;
	padding: 0 25%;
	margin-top: -10px;
}
.section.experience-plaine-var .objectifs-materieux {
	margin-top: 93px;
}
.section.experience-plaine-var .objectifs-materieux h3.accroche {
	margin: 0;
	padding: 0;
}
.section.experience-plaine-var .objectifs-materieux h3.accroche.verte {
	color: #5cab32;
	margin-top: 15px;
}
.section.experience-plaine-var .objectifs-materieux h3.accroche.sous-accroche {
	line-height: 32px;
	padding: 0 25%;
	margin-top: -10px;
}
.section.experience-plaine-var .objectifs-materieux .bloc_objectifs {
	width: 32%;
	vertical-align: top;
	display: inline-block;
	margin-top: 84px;
	margin-bottom: 40px;
	padding: 0 4%;
}
.section.experience-plaine-var .objectifs-materieux .bloc_objectifs .upper {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	color: #A9A9A9;
	display: block;
}
.section.experience-plaine-var .objectifs-materieux .bloc_objectifs .light {
	font-weight: 100;
	font-size: 100px;
	line-height: 112px;
	color: #2ABBB4;
	display: block;
}
.section.experience-plaine-var .objectifs-materieux .bloc_objectifs .light.rouge {
	color: #fd7777;
}
.section.experience-plaine-var .objectifs-materieux .bloc_objectifs .light.vert {
	color: #5cab32;
}
.section.experience-plaine-var .reassurance-rouge {
	background-color: #FD7777;
	padding: 48px 0;
	text-align: center;
}
.section.experience-plaine-var .reassurance-rouge .bloc {
	width: 23%;
	vertical-align: top;
	display: inline-block;
}
.section.experience-plaine-var .reassurance-rouge .bloc p {
	font-weight: 600;
	font-size: 16px;
	color: #FFF;
	line-height: 24px;
	padding: 13px 2% 0px 2%;
	text-align: center;
}
/*========== DET BOIS  ==========*/
.head-ressource.bois {
	background: url('../img/banniere-bois.jpg')no-repeat center top;
}
.page-bois .conteneur {
	padding: 60px 115px 36px;
}
.page-bois .zone-rubrique {
	margin-bottom: 52px;
}
.page-bois .sous-titre {
	padding: 0 3%;
	display: block;
	margin-bottom: 36px;
}
.page-bois .liste-bois {
	margin: 0 auto;
	table-layout: fixed;
	width: 100%;
}
.page-bois .liste-bois td {	
	padding-bottom: 53px;
	vertical-align: top;
	text-align: center;
}
.page-bois .liste-bois .special {
	padding-left: 1%;
}
.page-bois .liste-bois .zone-image {
	margin-bottom: 34px;
	min-height: 190px;
}
.page-bois .liste-bois .zone-texte {
	padding: 0 16%;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	line-height: 1.5rem;
}
.page-bois .liste-bois .full {
	padding-bottom: 27px;
}
.page-bois .liste-bois .full .zone-image {
	margin-bottom: 38px;
}
.page-bois .liste-bois .full .zone-texte {
	padding: 0 29%;
}
/*==========  PAGE DE CONTENU  ==========*/
.head-contenu .conteneur {
	padding: 46px 0 41px;
}
.head-contenu .titre-page {
	font-size: 44px;
	font-size: 2.75rem;
	line-height: 52px;
	line-height: 3.25rem;
}
.head-contenu .titre-page:after {
	margin-top: 48px;
}
.contenu .conteneur {
	padding: 15px 170px 13px;
	text-align: left;
}
.contenu .date-publication {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 32px;
	line-height: 2rem;
	color: #a9a9a9;
	color: rgba(34,34,34,0.5);
}
.contenu .date-publication strong {
	font-weight: 900;
}
.page-contenu .conteneur {
	padding: 16px 170px 92px;
	text-align: left;
}
/*==========  WYSIWIG  ==========*/
.wysiwyg h2 {
	margin: 36px 0 14px;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 32px;
	line-height: 2rem;
}
.wysiwyg p {
	margin-bottom: 24px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 24px;
	line-height: 1.5rem;
}
.wysiwyg strong {
	font-weight: 700;
}
.wysiwyg a {
	text-decoration: none;
	color: #00917b;
}
.wysiwyg ul,
.wysiwyg ol {
	padding-left: 10px;
	margin-bottom: 26px;
	list-style: inherit;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 24px;
	line-height: 1.5rem;
}
.wysiwyg ul li,
.wysiwyg ol li {
	margin-bottom: 4px;
}
/*============================
=            1440            =
============================*/
@media only screen and (max-width:1440px) {
	.conteneur {
		width: 100%;
	}
	.section {
		min-width: 990px;
	}
	/*==========  HEADER  ==========*/
	.header .header-nav li {
		min-width: 0;		
	}
	.header .header-nav li:not(.partenaires) a {
		padding: 0px 10px 0 9px;
	}
	/*==========  HOME  ==========*/
	.home .conteneur {
		padding: 186px 27% 247px;
	}
	.matieres .conteneur {
    	padding: 60px 0px 61px;
	}
	.services .liste-services td {
		padding: 52px 0 46px;
	}
	.services .liste-services img {
		margin-bottom: 13px;
		width: 156px;
	}
	.services .liste-services .titre-service {
		margin-bottom: 5px;
	}
	.services .liste-services .lightgreen p {
		padding-left: 8%;
		padding-right: 8%;
	}
	.services .liste-services .mediumgreen p {
		padding-left: 11%;
		padding-right: 11%;
	}
	.services .liste-services .darkgreen p {
		padding-left: 19%;
		padding-right: 19%;
	}
	.platform {
		padding: 60px 0 37px;
		font-size: 0;
	}
	.platform .contenu-carousel {
		background: url('../img/1440/carrousel-accueil-right.png') repeat-x bottom left;
	}
	.platform .affich-carousel {
		width: 58%;
	}
	.platform .infos-carousel {
		padding: 63px 0 0 0;
		height: 622px;
		width: 41.8%;
	}
	.platform .zone-carousel {
		width: 1083px;
		height: 622px;
		position: relative;
		background: url('../img/1440/carrousel-accueil-left.png') no-repeat bottom right;
	} 
	.platform .zone-rubrique {
		margin-bottom: 40px;
		text-align: left;
	}
	.platform .rubrique {
		padding: 8px 18px 6px;
		margin-left: -60px;
	}
	.platform .nav-carousel-home {
		margin-left: -60px;
		margin-bottom: 27px;
		text-align: left;
		font-size: 0;
	}
	.platform .texte-carousel {
		margin-left: -60px;
	}
	.platform .sous-titre {
		margin-bottom: 28px;
		display: block;
	}
	.platform .bouton {
		padding: 8px 36px; 
	}
	.platform .pagi-carousel {
		padding: 36px 0;
		width: 100%;
		text-align: center;
	}
	/*==========  CONCEPT  ==========*/
	.demarche .infos-carousel {
		max-width: 1200px;
	}
	.demarche .contenu-carousel {
		max-width: 1200px;
	}
	.demarche .texte-carousel {
		width: 26%;
	}
	.demarche .image-carousel {
		max-width: 50%;
	}
	/*==========  MATIERES & RESSOURCES  ==========*/
	.matieres-interne .preneur .zone-image {
		min-height: 293px;
		background-image: url('../img/1440/preneur.png');
		background-repeat: no-repeat;
		background-position: right top;
	}
	.matieres-interne .preneur .zone-image.en {
		background-image: url('../img/1440/preneur_eng.png');
	}
	.matieres-interne .preneur .zone-image.es {
		background-image: url('../img/1440/preneur_esp.png');
	}
	.matieres-interne .donneur .zone-image {
		min-height: 269px;
		background-image: url('../img/1440/donneur.png');
		background-repeat: no-repeat;
		background-position: 84px top;
	}
	.matieres-interne .donneur .zone-image.en {
		background-image: url('../img/1440/donneur_eng.png');
	}
	.matieres-interne .donneur .zone-image.es {
		background-image: url('../img/1440/donneur_esp.png');
	}
	.blocs .bloc-bois {
		padding: 90px 30px 92px 30px;
	}
	.blocs .bloc-meubles {
		padding: 90px 132px 92px 132px;
	}
	.blocs .bloc-plaine {
		padding: 90px 62px 92px 62px;
	}
	.blocs.big .bloc-plaine {
		padding: 96px 300px 118px;
	}
	.blocs:not(.big) .bloc-plaine .titre-ressource {
		font-size: 42px;
		font-size: 2.625rem;
	}
	.blocs.big .bloc-plaine .desc-ressource {
		min-height: 129px;
	}
	/*==========  SERVICES  ==========*/
	.synergie span {
		padding: 0 29%;
	}
}
/*============================
=            1280            =
============================*/
@media only screen and (max-width: 1280px) {
	.demarche li {
		width: 128px;
	}
	.matieres-interne .preneur {
		background-repeat: no-repeat;
		background-position: -40% 97px;
	}
	.matieres-interne .donneur {
		background-repeat: no-repeat;
		background-position: 140% 74px;
	}
	.synergie span {
		padding: 0 22%;
	}
	.head-platform .conteneur {
		padding: 87px 0% 84px;
	}
	.echanges .conteneur {
		padding: 54px 0 56px;
	}
	.echanges .sous-titre {
		padding: 0 6%;
	}	
	.indicateurs .conteneur {
		padding: 43px 14% 46px;
	}
	.prestataires .conteneur {
		padding: 46px 0 271px;
	}
	.prestataires .sous-titre {
		padding: 0 16%;
	}
	.echanges .echange-1,
	.echanges .echange-2 {
		width: 50%;	
	}
	.page-bois .conteneur {
		padding: 60px 93px 36px;
	}
}
/*============================
=            980            =
============================*/
@media only screen and (max-width: 980px) {
	.header .header-nav li:not(.partenaires) a {
		padding: 0 3px 0 2px;
	}
	.header .header-nav li.partenaires span {
		display: none;
	}
	.header .header-nav li.partenaires a:first-of-type {
		margin-left: 0;
	}
}
/*=================================
=            TABLETTES            =
=================================*/
@media only screen and (max-width:768px) {
	.conteneur {
		width: 100%;
	}
	.section {
		min-width: initial;
	}
	/*==========  HEADER  ==========*/
	.header .h-connexion {
		display: none;
	}
	.header {
		height: 80px;
	}
	.header .logo {
		border-right: 1px solid #fafafa;
		border-right: 1px solid rgba(245,245,245,0.5);
		height: 79px;
	}
	.header .logo .logo-header-mobile,
	.header .logo .logo-header-desktop {
		display: none;
	}
	.header .logo .logo-header-tablet {
		display: inline-block;
	}
	.header .header-nav li:not(.partenaires) {
		display: none;
	}
	.header .header-nav li.partenaires span {
		display: inline-block;
	}
	.header .header-nav li.partenaires a:first-of-type {
		margin-left: 30px;
	}
	.switch-mobile {
		padding: 37px 28px 36px;
		display: inline-block;
		vertical-align: top;
		width: 80px;
		height: 79px;
		background-color: #5cab32;
	}
	.switch-mobile span, .switch-mobile span:before, .switch-mobile span:after {
		display: block;
		height: 6px;
		width: 24px;
		background: #ffffff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		position: relative;
	}
	.switch-mobile span:before, .switch-mobile span:after {		
		content: '';
		position: absolute;
	}
	.switch-mobile span:before {
		top: -10px; 
	}
	.switch-mobile span:after {
		bottom: -10px;
	}
	.switch-mobile span, .switch-mobile span:before, .switch-mobile span:after {
		-webkit-transition: all 500ms ease-in-out;
		   -moz-transition: all 500ms ease-in-out;
		    -ms-transition: all 500ms ease-in-out;
		     -o-transition: all 500ms ease-in-out;
		        transition: all 500ms ease-in-out;
	}
	.switch-mobile.active_menu span {
		background-color: transparent;
	}
	.switch-mobile.active_menu span:before, .switch-mobile.active_menu span:after {
		top: 0;
	}
	.switch-mobile.active_menu span:before {
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.switch-mobile.active_menu span:after {
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	.header .header-nav {
		height: 44px;
	}
	.header-mobile {
		width: 480px;
		background-color: rgba(92,171,50, .8);
		overflow-y: scroll;
		z-index: 100;
		box-shadow: none;
		top: 80px;
		right: 0;
	}
	.header-mobile .mm-list {
		padding: 0;
	}
	.header-mobile li a {
		padding: 22px 0 22px 50px;
		display: block;		
		font-weight: 600;
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 52px;
		line-height: 3.25rem;
		text-transform: uppercase;
		color: #ffffff;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.header-mobile .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
		border-bottom-width: 0;
	}
	.wrappeur {
		padding-top: 80px;
	}
	/*==========  FOOTER  ==========*/
	.footer .conteneur {
		padding: 70px 60px 20px;
		width: 100%;
	}
	.footer .logo {
		display: inline-block;
	}
	/*==========  HOME  ==========*/
	.home {
		background-size: cover;
	}
	.home .conteneur {
		padding: 64px 6% 177px;
	}
	.matieres .conteneur {
		padding: 60px 6% 61px;
	}
	.matieres .sous-titre {
		padding: 0;
	}
	.matieres .accroche {
		margin-bottom: 48px;
	}
	.matieres .liste-matieres {
		margin: 0 auto 33px;
		font-size: 0;
	}
	.matieres .liste-matieres li {
		margin: 0 7% 72px;
		min-width: 184px;
	}
	.matieres .liste-matieres li:nth-last-child(2),
	.matieres .liste-matieres li:last-child {
		margin-bottom: 0;
	}
	.matieres .liste-matieres img {
		display: block;
		margin: 0 auto 15px;
	}
	.matieres .solutions {
		padding: 0;
		margin-bottom: 42px;
		display: block;
	}
	.services .liste-services td {
		padding: 60px 77px;
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	.services .liste-services img {
		margin: 0;
		display: inline-block;
		vertical-align: top;
	}
	.services .liste-services .bloc-service-mobile {
		display: inline-block;
		padding-left: 42px;
		max-width: 67%;
	}
	.services .liste-services .titre-service {
		margin-bottom: 19px;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 24px;
		line-height: 1.5rem;
	}
	.services .liste-services .lightgreen p {
		padding: 0;
	}
	.services .liste-services .mediumgreen p {
		padding: 0 14% 0 0;
	}
	.services .liste-services .darkgreen p {
		padding: 0 24% 0 0;
	}
	.platform {
		padding: 60px 0 60px;
		font-size: 0;
	}
	.platform .contenu-carousel {
		position: relative;
		background: none;
	}
	.platform .affich-carousel {
		width: 100%;
		position: relative;
	}
	.platform .infos-carousel {
		padding: 0;
		height: 224px;
		width: 100%;
		position: absolute;
		top: 322px;
		left: 0;
		pointer-events: none;
		background: url('../img/tablet/carrousel-accueil-right.png') repeat-x bottom center;
	}
	.platform .zone-carousel {
		display: block;
		width: 100%;
		height: 466px;
		position: relative;
		background: url('../img/tablet/carrousel-accueil-left.png') no-repeat bottom center;
	} 
	.platform .zone-rubrique:not(.mobile) {
		display: none;
	}
	.platform .zone-rubrique.mobile {
		display: block;
		margin-bottom: 47px;
		text-align: center;
	}
	.platform .rubrique {
		padding: 8px 18px 6px;
		margin: 0;
	}
	.platform .nav-carousel-home {
		display: none;
	}
	.platform .texte-carousel:not(.mobile) {
		display: none;
	}
	.platform .texte-carousel.mobile {
		display: block;
		padding: 0 60px;
		margin: 0;
	}
	.platform .sous-titre {
		margin-bottom: 28px;
		display: block;
	}
	.platform .pagi-carousel {
		padding: 43px 0 33px;
		width: 100%;
		text-align: center;
	}
	/*==========  CONCEPT  ==========*/
	.map .conteneur {
		padding: 57px 80px 54px;
	}
	.map .titre-page:before {
		margin-bottom: 17px;
	}
	.map .titre-page:after {
		margin-top: 28px;
	}
	.liens .liens-internes li {
		margin: 0 57px;
	}
	.liens .liens-internes li:first-child {
		margin-left: 0;
	}
	.liens .liens-internes li:last-child {
		margin-right: 0;
	}
	.concept {
		padding: 60px 0 51px;
	}
	.concept .image-concept {
		margin-bottom: 51px;
		background: url('../img/tablet/concept.png') no-repeat center 0;
		min-height: 257px;
	}
	.concept .image-concept.en {
		background: url('../img/tablet/concept_eng.png') no-repeat center 0;
	}
	.concept .image-concept.es {
		background: url('../img/tablet/concept_esp.png') no-repeat center 0;
	}
	.concept p {
		padding: 0 35px;
		margin-bottom: 26px;
	}
	.concept .intro {
		padding: 0 35px;
		margin-bottom: 52px;
	}
	.concept .outro {
		padding: 0 40px;
		margin: 0;
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 32px;
		line-height: 2rem;
	}
	.demarche {
		padding: 60px 0 74px;
	}
	.demarche .zone-rubrique {
		margin-bottom: 52px;
	}
	.demarche .accroche {
		padding: 0 100px;
		margin-bottom: 54px;
		line-height: 38px;
		line-height: 2.375rem;
	}
	.demarche .nav-carousel-demarche .owl-prev,
	.demarche .nav-carousel-demarche .owl-next {
		width: 90px;
		height: 90px;
		top: 21.5%;
	}
	.demarche .nav-carousel-demarche .owl-prev {
		background-size: 100%;
	}
	.demarche .nav-carousel-demarche .owl-next {
		background-size: 100%;
	}
	.demarche .infos-carousel {
		max-width: 620px;
	}
	.demarche .contenu-carousel {
		max-width: 100%;
	}
	.demarche .image-carousel {
		display: block;
		max-width: 100%;
	}	
	.demarche .texte-carousel {
		padding: 40px 0 0 0;
		display: block;
		width: 100%;
		text-align: center;
	}
	.demarche .numero-slide {
		margin: 0 auto 8px;
	}
	.demarche .titre-slide {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 52px;
		line-height: 3.25rem;
	}
	.demarche .pagi-carousel {
		display: none;
	}
	.matieres.big .conteneur {
		padding: 60px 0 68px;
	}
	.matieres.big .liste-matieres {
		padding: 29px 0 0;
		margin: 0;
	}
	.matieres.big .liste-matieres li {
		margin: 0 6% 49px;
		min-width: 184px;
	}
	.matieres.big .liste-matieres img {
		margin-bottom: 3px;
	}
	.matieres.big .liste-matieres li:nth-last-child(2),
	.matieres.big .liste-matieres li:last-child {
		margin-bottom: 0;
	}
	/*==========  MATIERES & RESSOURCES  ==========*/
	.map.page-matieres .conteneur {
		padding: 57px 20px 54px;
	}
	.map.page-matieres .titre-page:before {
		margin-bottom: 21px;
	}
	.map.page-matieres .titre-page:after {
		margin-top: 24px;
	}
	.liens .liens-internes.ressources li {
		padding: 5px 0 3px;
		margin: 0px 8px 0px 7px;
	}
	.matieres-interne .conteneur {
		padding: 60px 26px 0;
	}
	.matieres-interne .zone-rubrique {
		margin-bottom: 52px;
	}
	.matieres-interne .sous-titre {
		margin-bottom: 51px;
	}
	.matieres-interne .preneur {
		padding: 47px 0 23px;		
	}
	.matieres-interne .donneur {
		padding: 60px 0 24px;
	}
	.matieres-interne .preneur .zone-image {
		width: 100%;
		background: url('../img/tablet/preneur.png') no-repeat left bottom;
	}
	.matieres-interne .preneur .zone-image.en {
		background: url('../img/tablet/preneur_eng.png') no-repeat left bottom;
	}
	.matieres-interne .preneur .zone-image.es {
		background: url('../img/tablet/preneur_esp.png') no-repeat left bottom;
	}
	.matieres-interne .donneur .zone-image {
		width: 100%;
		background: url('../img/tablet/donneur.png') no-repeat right bottom;
	}
	.matieres-interne .donneur .zone-image.en {
		background: url('../img/tablet/donneur_eng.png') no-repeat right bottom;
	}
	.matieres-interne .donneur .zone-image.es {
		background: url('../img/tablet/donneur_esp.png') no-repeat right bottom;
	}
	.matieres-interne .preneur .zone-texte,
	.matieres-interne .donneur .zone-texte {
		padding: 52px 0 0 10%;
		width: 100%;
	}
	.matieres-interne .donneur .zone-image,
	.matieres-interne .donneur .zone-texte,
	.matieres-interne .donneur .zone-texte .bloc-liste {
		float: none;
	}
	.blocs .bloc-bois,
	.blocs .bloc-meubles,
	.blocs .bloc-plaine {
		color: #ffffff;
		display: block;
		width: 100%;
		max-width: 768px;
	}
	.blocs .bloc-bois {
		padding: 58px 26px 52px;
	}
	.blocs .bloc-meubles {
		padding: 77px 156px 79px;
	}
	.blocs .bloc-plaine {
		padding: 66px 28px 61px;
	}
	.blocs.big .bloc-plaine {
		padding: 67px 30px 61px;
	}
	.blocs .bloc-bois img,
	.blocs .bloc-meubles img,
	.blocs .bloc-plaine img {
		display: none;
	}
	.blocs .bloc-bois .titre-ressource,
	.blocs .bloc-meubles .titre-ressource,
	.blocs .bloc-plaine .titre-ressource {
		margin-bottom: 23px;
	}
	.blocs.big .bloc-plaine .titre-ressource {
		margin-bottom: 23px;
	}
	.blocs .bloc-bois .desc-ressource,
	.blocs .bloc-meubles .desc-ressource,
	.blocs .bloc-plaine .desc-ressource {
		min-height: 161px;
	}
	.blocs .bloc-meubles .desc-ressource {
		min-height: 105px;
	}
	.blocs .bloc-plaine .desc-ressource {
		min-height: 134px;
	}
	.blocs:not(.big) .bloc-plaine .titre-ressource {
		font-size: 48px;
		font-size: 3rem;
	}
	.blocs.big .bloc-plaine .desc-ressource {
		min-height: 133px;
	}
	.services-full {
		padding: 72px 0 570px;
		background: url('../img/tablet/services-bg.jpg') repeat-x center bottom;
	}
	.services-full .rubrique {
		padding: 9px 30px 5px;
		margin-bottom: 47px;
	}
	.services-full .accroche {
		margin-bottom: 33px;
	}
	.services-full .bouton {
		padding: 8px 35px;
	}
	/*==========  SERVICES  ==========*/
	.map.page-services .conteneur {
		padding: 57px 18px 54px;
	}
	.map.page-services .titre-page:before {
		margin-bottom: 21px;
	}
	.map.page-services .titre-page:after {
		margin-top: 24px;
	}
	.conseil .conteneur {
		padding: 60px 18px 60px;
	}
	.synergie img {
		margin: 0 0 54px 0;
	}
	.synergie span {
		padding: 0 70px;
		margin-bottom: 36px;
	}
	/*==========  PLATFORM  ==========*/
	.head-platform {
		background: url('../img/tablet/head-platform.jpg') no-repeat center top;
	}
	.head-platform .conteneur {
		padding: 57px 1% 96px;
	}
	.head-platform .titre-page:before {
		margin-bottom: 21px;
	}
	.head-platform .titre-page:after {
		margin-top: 28px;
	}
	.head-platform .encart-sortie {
		margin-left: -103px;
	}
	.echanges .conteneur {
		padding: 51px 30px 27px;
	}
	.echanges .accroche {
		padding: 0 2px;
		line-height: 42px;
		line-height: 2.625rem;
		margin-bottom: 16px;
	}
	.echanges .sous-titre {
		margin-bottom: 57px;
		padding: 0 0;
	}
	.echanges .echange-1,
	.echanges .echange-2 {
		display: inline-block;	
		width: 512px;
		height: 443px;
	}
	.echanges .echange-1 {
		background: url('../img/tablet/echange-1.png') no-repeat center bottom;
	}
	.echanges .echange-2 {
		background: url('../img/tablet/echange-2.png') no-repeat center top;
	}
	.echanges .contenu-entreprises {
		text-align: left;
		position: absolute;
		bottom: 25%;
		left: 33.7%;
	}
	.echanges .contenu-localisation {
		position: absolute;
		max-width: 30%;
		bottom: 18.2%;
		left: 34.7%;
	}
	.indicateurs .conteneur {
		padding: 43px 23px 46px;
	}
	.prestataires {
		background: url('../img/prestataires.png') no-repeat center bottom;
	}
	.prestataires .conteneur {
		padding: 46px 42px 271px;
	}
	.prestataires .sous-titre {
		display: block;
		padding: 0 0;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 32px;
		line-height: 2rem;
	}
	/*==========  CONTACT  ==========*/
	.map.page-contact .conteneur {
		padding: 57px 20px 54px;
	}
	.map.page-contact .titre-page:before {
		margin-bottom: 21px;
	}
	.map.page-contact .titre-page:after {
		margin-top: 24px;
	}
	.formulaire .conteneur {
		padding: 60px 20px 0;
	}
	.formulaire textarea,
	.formulaire input {
		-webkit-appearance: none;
    -webkit-border-radius:0px;
	}
	.localisation .google-map,
	.localisation .ou-sommes-nous {
		display: block;
		width: 100%;
		min-height: 380px;
	}
	.localisation .google-map iframe {
		width: 100%;
		height: 380px;
		min-height: 380px;
	}
	.localisation .ou-sommes-nous {
		padding: 40px 0 28px;
	}
	.localisation .ou-sommes-nous .zone-rubrique {
		margin-bottom: 30px;
	}
	.localisation .ou-sommes-nous img {
		margin-bottom: 31px;
	}
	.localisation .ou-sommes-nous .nom-site,
	.localisation .ou-sommes-nous .adresse-site,
	.localisation .ou-sommes-nous .pays-site {
		display: block;
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 32px;
		line-height: 2rem;
	}
	.localisation .ou-sommes-nous .nom-site {
		font-weight: 700;
	}
	.localisation .ou-sommes-nous .adresse-site {
		font-weight: 200;
	}
	.localisation .ou-sommes-nous .pays-site {
		font-weight: 200;
		text-transform: uppercase;
	}
	/*==========  DET AMEUBLEMENT  ==========*/
	.head-ressource .conteneur {
		padding: 57px 0 54px;
	}
	.head-ressource img {
		margin-left: -45px;
		position: absolute;
		top: 95px;
		left: 50%;
		width: 90px;
	}
	.head-ressource .titre-page:before {
		margin-bottom: 135px;
	}
	.head-ressource .titre-page:after {
		margin-top: 14px;
	}
	.head-ressource.meubles {
		background-size: cover;
	}
	.lien-retour .conteneur {
		padding: 5px 30px 3px;
	}
	.ameublement .conteneur {
		padding: 60px 24px 18px 22px;
	}
	.ameublement .zone-rubrique {
		margin-bottom: 52px;
	}
	.ameublement .sous-titre {
		display: block;
		padding: 0 1%;
		margin-bottom: 51px;
	}
	.ameublement .liste-meubles {
		width: 100%;
	}
	.ameublement .liste-meubles td {
		padding: 0 0 36px;
		vertical-align: top;
		text-align: center;
	}
	.ameublement .liste-meubles img {
		margin-bottom: 14px;
	}
	.ameublement .liste-meubles .titre-meuble {
		padding: 0 10px;
		line-height: 20px;
		line-height: 1.25rem;
	}
	.a-voir {
		padding: 25px 0 15px;
		border-top: 1px solid rgba(34,34,34,0.05);
	}
	.a-voir .voir-aussi {
		font-size: 32px;
		font-size: 2rem;
		font-weight: 900;
		line-height: 52px;
		line-height: 3.25rem;
		color: #5cab32;
	}
	.services-med {
		padding: 71px 0 63px;
		background: url('../img/services-bg-med.jpg') repeat-x center top;
	}
	.services-med .rubrique {
		padding: 9px 30px 5px;
		margin-bottom: 46px;
	}
	.services-med .accroche {
		margin-bottom: 34px;
	}
	.services-med .bouton {
		padding: 8px 35px;
	}
	/* =========== DETAILS EXPERIENCE PLAINE DU VAR =========== */
	.section.experience-plaine-var .conteneur {
		padding: 60px 0;
	}
	.section.experience-plaine-var .sous-titre {
		padding: 52px 4% 0;
	}
	.section.experience-plaine-var h3.accroche {
		font-size: 28px;
		margin-top: 36px;
		margin-bottom: 22px;
	}
	.section.experience-plaine-var .bloc_pastille {
		width: 50%;
		vertical-align: top;
		display: inline-block;
		margin-top: 40px;
		margin-bottom: 23px;
	}
	.section.experience-plaine-var .bloc_pastille img {
		margin: 0 auto 20px auto;
	}
	.section.experience-plaine-var .bloc_pastille p {
		font-weight: 600;
		font-size: 16px;
		line-height: 24px;
		padding: 4px 8% 0;
		text-align: center;
	}
	.section.experience-plaine-var .bourse {
		width: 100%;
		display: block;
		margin-top: -30px;
		min-height: 0;
	}
	.section.experience-plaine-var .bourse .conteneur {
		padding: 60px 0 52px;
	}
	.section.experience-plaine-var .bourse h3 {
		font-size: 28px;
		line-height: 32px;
		margin: 0px;
		padding: 0;
	}
	.section.experience-plaine-var .bourse h3.vert-fonce {
		margin-top: 35px;
		color: #1E8782;
	}
	.section.experience-plaine-var .bourse h3.blanc {
		margin-bottom: 30px;
		color: #FFF;
	}
	.section.experience-plaine-var .bourse p {
		font-size: 22px;
		text-align: center;
		color: #FFF;
		padding: 16px 6% 0;
	}
	.section.experience-plaine-var .bourse .blocs {
		width: 100%;
		font-size: 100%;
		text-align: center;
		display: block;		
	}
	.section.experience-plaine-var .bourse .blocs .bloc {
		width: 50%;
		font-size: 18px;
		line-height: 28px;
		font-weight: 600;
		color: #FFF;
		text-transform: uppercase;
		text-align: center;
		vertical-align: top;
		display: inline-block;
	}
	.section.experience-plaine-var .bourse .blocs .bloc span.titre {
		font-weight: 100;
		font-size: 80px;
		text-transform: initial;
		margin: 38px 0 0px 0;
		display: block;
		line-height: 80px;
	}
	.section.experience-plaine-var .statistiques {
		padding: 60px 0 52px;
	}
	.section.experience-plaine-var .objectifs-chaleur {
		padding-bottom: 52px;
		border-bottom: 1px solid #f4f4f4;
		border-bottom: 1px solid rgba(34,34,34,0.05);
	}
	.section.experience-plaine-var .objectifs-chaleur .bloc_objectifs {
		width: 50%;
		vertical-align: top;
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
	}
	.section.experience-plaine-var .objectifs-chaleur .bloc_objectifs p {
		font-weight: 600;
		font-size: 16px;
		line-height: 24px;
		padding: 17px 10px 0;
		text-align: center;
	}
	.section.experience-plaine-var .objectifs-chaleur .bloc_objectifs .zone-img {
		min-height: 228px;
	}
	.section.experience-plaine-var .objectifs-chaleur .bloc_objectifs .zone-img img {
		width: 100%;
	}
	.section.experience-plaine-var .objectifs-chaleur h3.accroche {
		margin: 0;
		padding: 0;
	}
	.section.experience-plaine-var .objectifs-chaleur h3.accroche.verte {
		color: #5cab32;
		margin-top: 15px;
	}
	.section.experience-plaine-var .objectifs-chaleur h3.accroche.sous-accroche {
		line-height: 32px;
		padding: 0 2%;
		margin-top: -10px;
		margin-bottom: 66px;
	}
	.section.experience-plaine-var .objectifs-materieux {
		margin-top: 60px;
	}
	.section.experience-plaine-var .objectifs-materieux h3.accroche {
		margin: 0;
		padding: 0;
	}
	.section.experience-plaine-var .objectifs-materieux h3.accroche.verte {
		color: #5cab32;
		margin-top: 15px;
	}
	.section.experience-plaine-var .objectifs-materieux h3.accroche.sous-accroche {
		line-height: 32px;
		padding: 0 2%;
		margin-top: -10px;
		margin-bottom: 8px;
	}
	.section.experience-plaine-var .objectifs-materieux .bloc_objectifs {
		width: 50%;
		vertical-align: top;
		display: inline-block;
		margin-top: 64px;
		margin-bottom: 0;
		padding: 0 5%;
	}
	.section.experience-plaine-var .objectifs-materieux .bloc_objectifs .upper {
		font-weight: 600;
		text-transform: uppercase;
		font-size: 16px;
		color: #A9A9A9;
		display: block;
	}
	.section.experience-plaine-var .objectifs-materieux .bloc_objectifs .light {
		font-weight: 100;
		font-size: 100px;
		line-height: 112px;
		color: #2ABBB4;
		display: block;
	}
	.section.experience-plaine-var .objectifs-materieux .bloc_objectifs .light.vert {
		margin-top: -8px;
		color: #5cab32;
	}
	.section.experience-plaine-var .reassurance-rouge {
		background-color: #FD7777;
		padding: 0;
		text-align: center;
	}
	.section.experience-plaine-var .reassurance-rouge .conteneur {
		padding: 60px 0 0;
	}
	.section.experience-plaine-var .reassurance-rouge .bloc {
		width: 50%;
		vertical-align: top;
		display: inline-block;
		margin-top: 0;
	}
	.section.experience-plaine-var .reassurance-rouge .bloc p {
		font-weight: 600;
		font-size: 16px;
		color: #FFF;
		line-height: 24px;
		padding: 13px 10% 54px;
		text-align: center;
	}
	/*========== DET BOIS  ==========*/
	.page-bois .conteneur {
		padding: 60px 0px 37px;
	}
	.page-bois .sous-titre {
		padding: 0 3.5%;
		display: block;
		margin-bottom: 8px;
	}
	.page-bois .liste-bois tr {
		font-size: 0
	}
	.page-bois .liste-bois td {
		display: inline-block;
		width: 50%;
		padding-bottom: 0px;
		vertical-align: top;
		text-align: center;
	}
	.page-bois .liste-bois .full,
	.page-bois .liste-bois .special {
		display: block;
		width: 100%;
	}
	.page-bois .liste-bois .special {
		margin-top: -24px;
		padding-bottom: 39px;
	}
	.page-bois .liste-bois .zone-image {
		margin-bottom: 34px;
		min-height: 190px;
	}
	.page-bois .liste-bois .zone-texte {
		padding: 0 16%;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 24px;
		line-height: 1.5rem;
	}
	.page-bois .liste-bois .special .zone-texte {
		padding: 0 32%;
	}
	.page-bois .liste-bois .full {
		padding-bottom: 23px;
	}
	.page-bois .liste-bois .full .zone-image {
		margin-bottom: 38px;
	}
	.page-bois .liste-bois .full .zone-texte {
		padding: 0 17%;
	}
	/*==========  INSCRIPTION  ==========*/
	.inscription .col-gauche {
		display: none;
	}
	.inscription .col-droite {
		float: none;
	}
	.l-inscription {
		padding: 45px 0 42px;
	}
	.l-inscription .titre-page:before {
		margin-bottom: 12px;
	}
	.l-inscription .titre-page:after {
		margin-top: 21px;
	}
	.inscription .inner {
		margin: 0 auto 10px;
	}
	.inscription .donnes-libres {
		max-width: 72%;
	}
	/*==========  PAGE DE CONTENU  ==========*/
	.head-contenu .conteneur {
		padding: 61px 0 67px;
	}
	.head-contenu .titre-page:before {
		margin-bottom: 21px;
	}
	.head-contenu .titre-page:after {
		margin-top: 31px;
	}
	.contenu .conteneur {
		padding: 15px 30px 12px;
		text-align: left;
	}
	.page-contenu .conteneur {
		padding: 18px 30px 29px;
		text-align: left;
	}
	/*==========  WYSIWIG  ==========*/
	.wysiwyg h2 {
		margin: 37px 0 17px;
		font-size: 22px;
		font-size: 1.375rem;
		font-weight: 700;
		line-height: 28px;
		line-height: 1.75rem;
	}
	.wysiwyg p {
		margin-bottom: 24px;
		font-size: 16px;
		font-size: 1rem;
		font-weight: 400;
		line-height: 24px;
		line-height: 1.5rem;
	}
	.wysiwyg strong {
		font-weight: 700;
	}
	.wysiwyg a {
		text-decoration: none;
		color: #00917b;
	}
	.wysiwyg ul,
	.wysiwyg ol {
		padding-left: 10px;
		margin-bottom: 24px;
		list-style: inherit;
		font-size: 16px;
		font-size: 1rem;
		font-weight: 400;
		line-height: 24px;
		line-height: 1.5rem;
	}
	.wysiwyg ul li,
	.wysiwyg ol li {
		margin-bottom: 0px;
	}
}

/*==============================
=            MOBILE            =
==============================*/
@media only screen and (max-width:640px) {
	.wrappeur {
		padding-top: 45px;
	}
	.conteneur {
		max-width: 640px;
	}
	.section .conteneur {
		width: 100%;
	}
	.titre-page:before,
	.titre-page:after {
		content: '';
		margin: 0 auto;
		background: url('../img/phone/bordure-titre.png') no-repeat 0 0;
		background-size: cover;
		display: block;
		width: 112px;
		height: 7px;
	}
	.titre-page:before {
		margin-bottom: 15px;
	}
	.titre-page:after {
		margin-top: 15px;
	}
	.accroche {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 29px;
		line-height: 1.813rem;
	}
	/*==========  INPUTS  ==========*/
	input[type="checkbox"] + label,
	input[type="radio"] + label {
		padding: 0 0 0 47px;
	}
	input[type="radio"] + label {
		margin-right: 12px;
	}
	/*==========  HEADER  ==========*/
	.header {
		height: 45px;
	}
	.header .logo {
		padding: 10px 10px 0;
		height: 44px;
	}
	.header .logo .logo-header-desktop,
	.header .logo .logo-header-tablet {
		display: none;
	}
	.header .logo .logo-header-mobile {
		display: inline-block;
		width: 69px;
		height: auto;
	}
	.header .header-nav {
		height: 44px;
	}
	.header .header-nav li {	
		height: 44px;
		display: inline-block;
		font-weight: 700;
		font-size: 6px;
		font-size: 0.375rem;
		line-height: 45px;
		line-height: 2.75rem;
		text-transform: uppercase;
	}
	.switch-mobile {
		padding: 21px 14px 20px;
		vertical-align: top;
		width: 45px;
		height: 44px;
		background-color: #5cab32;
	}
	.header-mobile {
		width: 100%;
		top: 45px;
	}
	.header-mobile li a {
		padding: 13px 0 12px 20px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 26px;
		line-height: 1.625rem;
	}		
	.switch-mobile span, .switch-mobile span:before, .switch-mobile span:after {
		display: block;
		height: 4px;
		width: 17px;
		background: #ffffff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		position: relative;
	}
	.switch-mobile span:before, .switch-mobile span:after {		
		content: '';
		position: absolute;
	}
	.switch-mobile span:before {
		top: -7px; 
	}
	.switch-mobile span:after {
		bottom: -7px;
	}
	.switch-mobile span, .switch-mobile span:before, .switch-mobile span:after {
		-webkit-transition: all 500ms ease-in-out;
		   -moz-transition: all 500ms ease-in-out;
		    -ms-transition: all 500ms ease-in-out;
		     -o-transition: all 500ms ease-in-out;
		        transition: all 500ms ease-in-out;
	}
	.switch-mobile.active_menu span {
		background-color: transparent;
	}
	.switch-mobile.active_menu span:before, .switch-mobile.active_menu span:after {
		top: 0;
	}
	.switch-mobile.active_menu span:before {
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	.switch-mobile.active_menu span:after {
		-webkit-transform: rotate(-45deg);
		   -moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
		     -o-transform: rotate(-45deg);
				transform: rotate(-45deg);
	}
	.header .header-nav li.partenaires {
		padding: 2px 8px 2px 15px;
	}
	.header .header-nav li.partenaires a {
		padding: 0;
		margin: 0 0 0 8px;
		vertical-align: top;
	}	
	.header .header-nav li.partenaires a:first-of-type {
		margin-left: 11px;
	}
	.header .header-nav li.partenaires a img {
		width: 21px;
		height: auto;
	}
	.header .header-nav li.partenaires a:first-of-type img {
		width: 25px;
	}
	/*==========  FOOTER  ==========*/
	.footer .conteneur {
		padding: 35px 15px 10px;
		width: 100%;
	}
	.footer .logo {
		display: none;
	}
	.footer .liens-footer {
		width: 100%;
	}
	.footer ul {
		margin-left: 26px;
		display: inline-block;
		vertical-align: top;
	}
	.footer ul:first-of-type {
		margin-left: 0;
	}
	.footer ul li {
		padding-bottom: 5px;
	}
	.footer ul li a {
		font-weight: 700;
		font-size: 12px;
		font-size: 0.75rem;	
		line-height: 24px;
		line-height: 1.5rem;
		text-transform: uppercase;
		color: #ffffff;
	}
	.footer .copyright {
		display: block;
		text-align: center;
	}
	/* ============ HOME =========== */
	.home {
		padding: 28px 18px 40px;
		width: 100%;
	}
	.home .conteneur {
		width: 100%;
		padding: 5px 2px;
	}
	.home .zone-rubrique {
		display: none;
	}
	.home .titre-page {
		padding: 0 4%;
		margin-bottom: 20px;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 26px;
		line-height: 1.625rem;
	}
	.home .titre-page:after {
		margin-top: 15px;
		display: block;
	}
	.home .sous-titre-page {
		padding: 0 10%;
		margin-bottom: 30px;
		display: block;
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 16px;
		line-height: 1rem;
	}
	.home .sous-titre-page sup {
		font-size: 8px;
		font-size: 0.5rem;
	}
	.matieres .conteneur {
		padding: 35px 19px 32px;
	}
	.matieres .sous-titre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
	}
	.matieres .liste-matieres {
		margin: 0;
		font-size: 0;
	}
	.matieres .liste-matieres li {
		padding: 0;
		margin: 0 0 37px 0;
		min-width: 100%;
		text-align: left;
	}
	.matieres .liste-matieres li:nth-last-child(2),
	.matieres .liste-matieres li:last-child {
		margin-bottom: 37px;
	}
	.matieres .liste-matieres img {
		margin: 0 31px 0 0;
		width: 100px;
		display: inline-block;
	}
	.matieres .bloc-matieres-mobile {
		display: inline-block;
		vertical-align: middle;
		max-width: 50%;
	}
	.matieres .liste-matieres .titre-matiere {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 22px;
		line-height: 1.375rem;
		margin-bottom: 8px;
	}
	.matieres .solutions {
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
	}
	.services {
		padding: 32px 0;
	}
	.services .rubrique {
		margin-bottom: 30px;
	}
	.services .liste-services td {
		padding: 34px 0 31px;
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	.services .liste-services img {
		margin: 0 auto 20px;
		display: block;
		width: 157px;
	}
	.services .liste-services .bloc-service-mobile {
		display: inline-block;
		padding-left: 0;
		max-width: 100%;
		text-align: center;
	}
	.services .liste-services .titre-service {
		margin-bottom: 19px;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 24px;
		line-height: 1.5rem;
	}
	.services .liste-services p {
		font-size: 16px;
		font-size: 1rem;
		line-height: 19px;
		line-height: 1.188rem;
	}
	.services .liste-services .lightgreen p {
		padding: 0 4%;
	}
	.services .liste-services .mediumgreen p {
		padding: 0 4%;
	}
	.services .liste-services .darkgreen p {
		padding: 0 12%;
	}	
	.platform {
		padding: 38px 0 46px;
		font-size: 0;
	}
	.platform .contenu-carousel {
		position: relative;
		background: none;
	}
	.platform .affich-carousel {
		width: 100%;
		position: relative;
	}
	.platform .infos-carousel {
		padding: 0;
		height: 185px;
		width: 100%;
		position: absolute;
		top: 67px;
		left: 0;
		pointer-events: none;
		background: url('../img/tablet/carrousel-accueil-right.png') repeat-x bottom center;
		background-size: 100%;
	}
	.platform .zone-carousel {
		display: block;
		width: 100%;
		height: 185px;
		position: relative;
		background: url('../img/phone/carrousel-accueil-left.png') no-repeat bottom center;
	} 
	.platform .zone-rubrique:not(.mobile) {
		display: none;
	}
	.platform .zone-rubrique.mobile {
		display: block;
		margin-bottom: 35px;
		text-align: center;
	}
	.platform .rubrique {
		padding: 8px 18px 6px;
		margin: 0;
	}
	.platform .nav-carousel-home {
		display: none;
	}
	.platform .texte-carousel:not(.mobile) {
		display: none;
	}
	.platform .texte-carousel.mobile {
		display: block;
		padding: 0 35px;
		margin: 0;
	}
	.platform .sous-titre {
		padding: 0;
		margin: 0 0 28px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
	}
	.platform .bouton {
		padding: 9px 37px 7px;
		margin: 0;
	}
	.platform .pagi-carousel {
		padding: 24px 0 20px;
		width: 100%;
		text-align: center;
	}	
	.contact {
		padding: 50px 0 40px;
	}
	.contact .rubrique {
		padding: 9px 19px 5px;
		margin-bottom: 26px;
	}
	.contact .accroche {
		padding: 0 8%;
		margin-bottom: 20px;
		color: #00917b;
	}
	.contact .bouton {
		padding: 8px 38px;
	}
	/* ============ CONCEPT =========== */
	.map {
		padding: 28px 0px 27px;
		width: 100%;
	}
	.map .conteneur {
		width: 100%;
		padding: 5px 2px;
	}
	.map .titre-page {
		padding: 0 4%;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 26px;
		line-height: 1.625rem;
	}
	.map .titre-page:after {
		margin-top: 15px;
		display: block;
	}
	.map .sous-titre-page {
		padding: 0 10%;
		margin-bottom: 30px;
		display: block;
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 16px;
		line-height: 1rem;
	}
	.liens {
		display: none;
	}
	.concept {
		padding: 38px 0 8px;
	}
	.concept .zone-rubrique {
		margin-bottom: 35px;
	}
	.concept .image-concept {
		margin-bottom: 51px;
		background: url('../img/phone/concept.png') no-repeat center 0;
		-webkit-background-size: 100%;
		     -o-background-size: 100%;
		        background-size: 100%;
		min-height: 160px;
	}
	.concept .image-concept.en {
		background: url('../img/phone/concept_eng.png') no-repeat center 0;
		-webkit-background-size: 100%;
		     -o-background-size: 100%;
		        background-size: 100%;
	}
	.concept .image-concept.es {
		background: url('../img/phone/concept_esp.png') no-repeat center 0;
		-webkit-background-size: 100%;
		     -o-background-size: 100%;
		        background-size: 100%;
	}
	.concept p,	
	.concept .intro,	
	.concept .outro {
		padding: 0 15px;
		margin: 0 0 30px 0;
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
	}
	.demarche {
		padding: 44px 0 24px;
	}
	.demarche .zone-rubrique {
		margin-bottom: 36px;
	}
	.demarche .accroche {
		padding: 0 10px;
		margin-bottom: 36px;
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 27px;
		line-height: 1.688rem;
	}
	.demarche .nav-carousel-demarche {
		display: none;
	}
	.demarche .infos-carousel {
		max-width: 620px;
	}
	.demarche .texte-carousel {
		padding: 30px 0 0 0;
		display: block;
		width: 100%;
		text-align: center;
	}
	.demarche .numero-slide {
		margin: 0 auto 18px;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 50px;
		line-height: 3.125rem;
	}
	.demarche .titre-slide {
		padding: 0 10px;
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 28px;
		line-height: 1.75rem;
	}
	.demarche .pagi-carousel {
		display: none;
	}
	.matieres.big .conteneur {
		padding: 28px 0 14px;
	}
	.matieres.big .zone-rubrique {
		margin-bottom: 49px;
	}
	.matieres.big .rubrique {
		margin: 0;
	}
	.matieres.big .liste-matieres {
		padding: 0;
		margin: 0;
		font-size: 0;
	}
	.matieres.big .liste-matieres li {
		padding: 0 26px;
		margin: 0 0 37px 0;
		min-width: 100%;
		text-align: left;
	}
	.matieres.big .liste-matieres li:nth-last-child(2),
	.matieres.big .liste-matieres li:last-child {
		margin-bottom: 37px;
	}
	.matieres.big .liste-matieres img {
		margin: 0 31px 0 0;
		width: 100px;
		display: inline-block;
	}
	.matieres.big .bloc-matieres-mobile {
		display: inline-block;
		vertical-align: middle;
		max-width: 50%;
	}
	.matieres.big .liste-matieres .titre-matiere {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 22px;
		line-height: 1.375rem;
		margin-bottom: 8px;
	}
	/*==========  MATIERES & RESSOURCES  ==========*/
	.map.page-matieres .conteneur {
		width: 100%;
		padding: 5px 2px;
	}
	.map.page-matieres .titre-page {
		padding: 0 4%;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 26px;
		line-height: 1.625rem;
	}
	.map.page-matieres .titre-page:before {
		margin-bottom: 15px;
	}
	.map.page-matieres .titre-page:after {
		margin-top: 15px;
	}
	.matieres-interne .conteneur {
		padding: 30px 16px 0;
	}
	.matieres-interne .zone-rubrique {
		margin-bottom: 42px;
	}
	.matieres-interne .sous-titre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
		margin-bottom: 51px;
	}
	.matieres-interne .preneur {
		padding: 50px 0 25px;		
	}
	.matieres-interne .donneur {
		padding: 47px 0 20px;		
	}
	.matieres-interne .preneur .zone-image,
	.matieres-interne .preneur .zone-image.en,
	.matieres-interne .preneur .zone-image.es,
	.matieres-interne .donneur .zone-image,
	.matieres-interne .donneur .zone-image.en,
	.matieres-interne .donneur .zone-image.es {
		min-height: 0;
		background: none;
	}
	.matieres-interne .preneur .mobile,
	.matieres-interne .donneur .mobile{
		display: inline-block;
		width: 100%;
	}
	.matieres-interne .preneur .zone-texte,
	.matieres-interne .donneur .zone-texte {
		padding: 35px 0 0 0;
		text-align: center;
	}
	.matieres-interne .preneur .titre-liste,
	.matieres-interne .donneur .titre-liste {
		padding: 0 14%;
		margin-bottom: 28px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
	}
	.matieres-interne .preneur .liste li,
	.matieres-interne .donneur .liste li {
		padding: 0 4%;
		margin: 0 0 14px;
		background: none;
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
	}
	.blocs .bloc-bois,
	.blocs .bloc-meubles,
	.blocs .bloc-plaine {
		color: #ffffff;
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.blocs .bloc-bois {
		padding: 50px 0 40px;
	}
	.blocs .bloc-meubles {
		padding: 50px 0 40px;
	}
	.blocs .bloc-plaine {
		padding: 50px 0 40px;
	}
	.blocs.big .bloc-plaine {
		padding: 26px 10px 40px;
	}
	.blocs .bloc-bois img,
	.blocs .bloc-meubles img,
	.blocs .bloc-plaine img {
		display: none;
	}
	.blocs .bloc-bois .titre-ressource,
	.blocs .bloc-meubles .titre-ressource,
	.blocs .bloc-plaine .titre-ressource {
		font-size: 43px;
		font-size: 2.688rem;
		line-height: 32px;
		line-height: 2rem;
		margin-bottom: 36px;
	}
	.blocs.big .bloc-plaine .titre-ressource {
		font-size: 38px;
		font-size: 2.375rem;
		line-height: 40px;
		line-height: 2.5rem;
		margin-bottom: 14px;
	}
	.blocs .bloc-bois .desc-ressource,
	.blocs .bloc-meubles .desc-ressource,
	.blocs .bloc-plaine .desc-ressource {
		display: none;
	}
	.blocs.phone .bloc-bois,
	.blocs.phone .bloc-meubles {
		padding: 32px 0 33px;
	}
	.blocs.phone .bloc-plaine {
		padding: 23px 0;
	}
	.blocs.phone .bloc-bois .titre-ressource,
	.blocs.phone .bloc-meubles .titre-ressource,
	.blocs.phone .bloc-plaine .titre-ressource {
		margin-bottom: 25px;
	}
	.blocs.phone .bloc-plaine .titre-ressource {
		padding: 0 4%;
		font-size: 38px;
		font-size: 2.375rem;
		line-height: 40px;
		line-height: 2.5rem;
	}
	.blocs.phone .bloc-bois .titre-ressource:before,
	.blocs.phone .bloc-meubles .titre-ressource:before,
	.blocs.phone .bloc-plaine .titre-ressource:before {
		content: '';
		margin-right: 13px;
		display: inline-block;
		vertical-align: middle;
		width: 90px;
		height: 90px;
	}
	.blocs.phone .bloc-bois .titre-ressource:before {
		background: url('../img/ressource-bois.png') no-repeat 0 0;
		background-size: 100%;
	}
	.blocs.phone .bloc-meubles .titre-ressource {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 32px;
		line-height: 2rem;
	}
	.blocs.phone .bloc-meubles .titre-ressource:before {
		background: url('../img/ressource-meubles.png') no-repeat 0 0;
		background-size: 100%;
	}
	.blocs.phone .bloc-plaine .titre-ressource:before {
		display: block;
		margin: 0 auto 13px;
		background: url('../img/ressource-plaine.png') no-repeat 0 0;
		background-size: 100%;
	}
	.services-full {
		padding: 37px 0 51px;
		background: none;
	}
	.services-full .rubrique {
		padding: 9px 19px 5px;
		margin-bottom: 26px;
	}
	.services-full .accroche {
		padding: 0 8%;
		margin-bottom: 20px;
		color: #00917b;
	}
	.services-full .bouton {
		padding: 8px 38px;
	}
	/*==========  SERVICES  ==========*/
	.map.page-services .conteneur {
		width: 100%;
		padding: 5px 2px;
	}
	.map.page-services .titre-page {
		padding: 0 4%;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 26px;
		line-height: 1.625rem;
	}
	.map.page-services .titre-page:before {
		margin-bottom: 15px;
	}
	.map.page-services .titre-page:after {
		margin-top: 15px;
	}
	.conseil .conteneur {
		padding: 30px 16px 30px;
	}
	.conseil .zone-rubrique {
		margin-bottom: 28px;
	}
	.conseil .sous-titre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
		margin-bottom: 28px;
	}
	.synergie {
		background-image: url('../img/phone/synergie.png');
		background-size: 100%;
	}
	.synergie .conteneur {
		padding: 30px 0 40px;
	}
	.synergie .zone-rubrique {
		margin-bottom: 115%;
	}
	.synergie span {
		padding: 0 16px;
		margin-bottom: 36px;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 28px;
		line-height: 1.75rem;
	}
	/*==========  PLATFORM  ==========*/
	.head-platform {
		background: url('../img/head-platform.jpg') no-repeat center top;
	}
	.head-platform .conteneur {
		padding: 28px 0px 27px;
	}
	.head-platform .titre-page {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 28px;
		line-height: 1.75rem;
	}
	.head-platform .titre-page:before {
		margin-bottom: 15px;
	}
	.head-platform .titre-page:after {
		margin-top: 15px;
	}
	.head-platform .encart-sortie {
		margin-left: -102px;
		bottom: -63px;
	}
	.echanges .conteneur {
		padding: 88px 0 0;
	}
	.echanges .accroche {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 29px;
		line-height: 1.813rem;
		margin-bottom: 11px;
	}
	.echanges .sous-titre {
		margin-bottom: 25px;
		padding: 0 4%;
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
	}
	.echanges .echange-1,
	.echanges .echange-2 {
		display: inline-block;	
		width: 320px;
		height: 380px;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: 700;
		line-height: 16px;
		line-height: 1rem;
		text-align: center;
		position: relative;
	}
	.echanges .echange-1 {
		background: url('../img/phone/echange-1.png') no-repeat right 0;
		background-size: 100%;
	}
	.echanges .echange-2 {
		background: url('../img/phone/echange-2.png') no-repeat left 0;
		background-size: 100%;
	}
	.echanges .contenu-entreprises {
		text-align: center;
		position: absolute;
		bottom: 17%;
		left: 0;
	}
	.echanges .entreprises {
		padding: 0 23%;
		display: block;
		max-width: 100%;
	}
	.echanges .contenu-localisation {
		position: absolute;
		padding: 0 25%;
		max-width: 100%;
		bottom: 17%;
		left: 0;
	}
	.indicateurs .conteneur {
		padding: 35px 4% 32px;
	}
	.indicateurs-texte {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 29px;
		line-height: 1.813rem;
	}
	.prestataires .conteneur {
		padding: 25px 2% 233px;
	}
	.prestataires .accroche {
		margin-bottom: 11px;
	}
	.prestataires .sous-titre {
		padding: 0 0;
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
	}	
	/*==========  CONTACT  ==========*/
	.map.page-contact .conteneur {
		width: 100%;
		padding: 5px 2px;
	}
	.map.page-contact .titre-page {
		padding: 0 4%;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 26px;
		line-height: 1.625rem;
	}
	.map.page-contact .titre-page:before {
		margin-bottom: 15px;
	}
	.map.page-contact .titre-page:after {
		margin-top: 15px;
	}
	.formulaire .conteneur {
		padding: 30px 12px 0;
	}
	.formulaire .zone-rubrique {
		margin-bottom: 35px;
	}
	.formulaire .sous-titre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
	}
	.formulaire .inner {
		padding: 26px 0 30px;
		margin: 0 auto;
		display: block;
		width: 91%;
	}
	.formulaire .row {
		margin-bottom: 10px;
		font-size: 0;
		text-align: left;
	}
	.formulaire .avertissement, 
	.formulaire .error-message {
		display: block;
		padding: 8px 11px;
		margin-bottom: 10px;
		width: 100%;
		height: 32px;
		background: #bb2a2a;
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 16px;
		line-height: 1rem;
		color: #ffffff;
	}
	.formulaire input,
	.formulaire textarea,
	.formulaire .custom-select {
		padding: 0 11px;
		width: 100%;
		height: 32px;
		border: 1px solid #d3d3d3;
		border: 1px solid rgba(34,34,34,0.2);
		font-size: 16px;
		font-size: 1rem;
		line-height: 16px;
		line-height: 1rem;
	}
	.formulaire textarea {
		padding: 8px 11px;
		margin-bottom: 10px;
		height: 140px;
	}
	.formulaire .custom-select {
		padding: 0;
		margin-bottom: 10px;
		background: url('../img/phone/dropdown-select.png') no-repeat 95% center;
	}
	.formulaire .custom-select span {
		display: inline-block;
		padding: 8px 0 8px 11px;
		width: 100%;
		height: 32px;
		cursor: pointer;
	}
	.formulaire .transformSelectDropdown {
		min-height: 32px;
		width: 100%;
		top: 31px;
	}
	.formulaire input[type="checkbox"] + label {
		padding: 1px 0 1px 25px;
		background: url('../img/phone/checkbox-unchecked.png') no-repeat 0 center;
		font-size: 16px;
		font-size: 1rem;
		line-height: 16px;
		line-height: 1rem;
	}
	.formulaire input[type="checkbox"]:checked + label {
		background: url('../img/phone/checkbox-checked.png') no-repeat 0 center;
	}
	.formulaire .placeholder {
		margin-bottom: 10px;
		display: inline-block;
		vertical-align: top;
		width: 38%;
		height: 32px;
		border: 1px solid #d3d3d3;
		border: 1px solid rgba(34,34,34,0.2);
		cursor: pointer;
	}
	.formulaire .recharge-captcha {
		padding: 6px 12px;
		font-size: 11px;
		font-size: 0.6875rem;
		line-height: 12px;
		line-height: 0.75rem;
	}
	.formulaire .bouton {
		padding: 15px 17px;
		margin-top: 20px;
		font-size: 14px;
		font-size: 1rem;
		line-height: 16px;
		line-height: 1rem;
	}
	.localisation .google-map,
	.localisation .ou-sommes-nous {
		display: block;
		width: 100%;
		min-height: 190px;
	}
	.localisation .google-map iframe {
		width: 100%;
		height: 190px;
		min-height: 190px;
	}
	.localisation .ou-sommes-nous {
		padding: 35px 0 28px;
	}
	.localisation .ou-sommes-nous .zone-rubrique {
		margin-bottom: 15px;
	}
	.localisation .ou-sommes-nous img {
		margin-bottom: 16px;
		width: 85px;
	}
	.localisation .ou-sommes-nous .nom-site,
	.localisation .ou-sommes-nous .adresse-site,
	.localisation .ou-sommes-nous .pays-site {
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
	}
	/*==========  DET AMEUBLEMENT  ==========*/
	.head-ressource .conteneur {
		padding: 28px 0px 27px;
		position: relative;
	}
	.head-ressource img {
		margin-left: -22px;
		position: absolute;
		top: 46px;
		left: 50%;
		width: 45px;
	}
	.head-ressource .titre-page {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 28px;
		line-height: 1.75rem;
	}
	.head-ressource .titre-page:before {
		margin-bottom: 62px;
	}
	.head-ressource .titre-page:after {
		margin-top: 12px;
	}
	.head-ressource.meubles {
		background-size: cover;
	}
	.lien-retour {
		display: block;
	}
	.lien-retour .conteneur {
		padding: 5px 15px 3px;
		text-align: left;
	}
	.ameublement .conteneur {
		padding: 40px 12px 0;
	}
	.ameublement .zone-rubrique {
		margin-bottom: 35px;
	}
	.ameublement .sous-titre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
		margin-bottom: 33px;
	}
	.ameublement .liste-meubles {
		width: 100%;
	}
	.ameublement .liste-meubles td {
		padding: 0 0 40px;
		display: inline-block;
		width: 100%;
		vertical-align: top;
		text-align: left;
	}
	.ameublement .liste-meubles img {
		margin: 0 15px 0 0;
	}
	.ameublement .liste-meubles .titre-meuble {
		display: inline-block;
		max-width: 48%;
	}
	.services-med {
		display: none;
	}
	/*==========  DET PLAINE DU VAR  ==========*/
	.head-ressource.plaine-var {
		background-size: cover;
	}
	.head-ressource.plaine-var .conteneur {
		padding: 28px 8% 27px;
	}
	.section.experience-plaine-var .conteneur {
		padding: 40px 0 45px;
	}
	.section.experience-plaine-var .zone-rubrique {
		margin-bottom: 35px;
	}
	.section.experience-plaine-var .sous-titre {
		padding: 0;
		margin: 0 5% 33px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
	}
	.section.experience-plaine-var h3.accroche {
		padding: 0 5%;
		font-size: 24px;
		line-height: 29px;
		margin: 0 0 33px;
	}
	.section.experience-plaine-var .bloc_pastille {
		width: 100%;
		margin: 0 0 45px;
	}
	.section.experience-plaine-var .bloc_pastille img {
		width: 130px;
		margin: 0 0 12px;
	}
	.section.experience-plaine-var .bloc_pastille p {
		padding: 0 5%;
		font-size: 16px;
		font-size: 1rem;
		line-height: 24px;
		line-height: 1.5rem;
	}
	.section.experience-plaine-var .bourse .conteneur {
		padding: 40px 0 14px;
	}
	.section.experience-plaine-var .bourse h3.vert-fonce {
		margin: 32px 0 0;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 32px;
		line-height: 2rem;
	}
	.section.experience-plaine-var .bourse h3.blanc {
		padding: 0;
		margin: 0 0 24px;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 32px;
		line-height: 2rem;
	}
	.section.experience-plaine-var .bourse p {
		padding: 0;
		margin: 0 5% 33px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
	}
	.section.experience-plaine-var .bourse .blocs .bloc {
		width: 100%;
		margin: 0 0 33px;
	}
	.section.experience-plaine-var .bourse .blocs .bloc span.titre {
		margin: 0;
	}
	.section.experience-plaine-var .statistiques {
		padding: 40px 0;
	}
	.section.experience-plaine-var .objectifs-chaleur {
		padding: 0 0 10px;
	}
	.section.experience-plaine-var .objectifs-chaleur h3.accroche.verte {
		margin: 21px 0 0;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 32px;
		line-height: 2rem;
	}
	.section.experience-plaine-var .objectifs-chaleur h3.accroche.sous-accroche {
		padding: 0;
		margin: 0 0 24px;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 32px;
		line-height: 2rem;
	}
	.section.experience-plaine-var .objectifs-chaleur .bloc_objectifs {
		width: 100%;
		margin: 0 0 35px;
	}
	.section.experience-plaine-var .objectifs-chaleur .bloc_objectifs .zone-img {
		min-height: 0;
	}
	.section.experience-plaine-var .objectifs-materieux {
		padding: 0 0 10px;
		margin: 55px 0 0;
	}
	.section.experience-plaine-var .objectifs-materieux h3.accroche.verte {
		margin: 21px 0 0;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 32px;
		line-height: 2rem;
	}
	.section.experience-plaine-var .objectifs-materieux h3.accroche.sous-accroche {
		padding: 0;
		margin: 0 0 24px;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 32px;
		line-height: 2rem;
	}
	.section.experience-plaine-var .objectifs-materieux .bloc_objectifs {
		padding: 0 7%;
		margin: 20px 0;
		width: 100%;
	}
	.section.experience-plaine-var .reassurance-rouge .conteneur {
		padding: 40px 0 13px;
	}
	.section.experience-plaine-var .reassurance-rouge .bloc {
		width: 100%;
	}
	.section.experience-plaine-var .reassurance-rouge .bloc p {
		padding: 14px 10% 35px;
	}
	/*==========  DET BOIS  ==========*/
	.head-ressource.bois {
		background-size: cover;
	}
	.page-bois .conteneur {
		padding: 40px 0 0;
	}
	.page-bois .zone-rubrique {
		margin-bottom: 35px;
	}
	.page-bois .sous-titre {
		padding: 0 4%;
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
		margin-bottom: 36px;
	}
	.page-bois .liste-bois {
		margin: 0 auto;
		table-layout: fixed;
		width: 100%;
	}
	.page-bois .liste-bois img {
		display: none;
	}
	.page-bois .liste-bois .mobile {
		display: inline-block;
	}
	.page-bois .liste-bois .bois-1 {
		width: 148px;
	}
	.page-bois .liste-bois .bois-2 {
		width: 292px;
	}
	.page-bois .liste-bois .bois-3 {
		width: 185px;
	}
	.page-bois .liste-bois .bois-4 {
		width: 320px;
	}
	.page-bois .liste-bois .bois-5 {
		width: 223px;
	}
	.page-bois .liste-bois td {	
		padding: 0 0 52px;
		display: block;
		width: 100%;
	}
	.page-bois .liste-bois .special {
		padding: 0 0 52px;
		margin: 0;
	}	
	.page-bois .liste-bois .zone-image {
		margin-bottom: 20px;
		min-height: 0;
	}
	.page-bois .liste-bois .zone-texte {
		padding: 0 10%;
		font-size: 16px;
		font-size: 1rem;
		line-height: 20px;
		line-height: 1.25rem;
	}
	.page-bois .liste-bois .special .zone-texte {
		padding: 0 8%;
	}
	.page-bois .liste-bois .full {
		padding: 0 0 52px;
	}
	.page-bois .liste-bois .full .zone-image {
		margin-bottom: 20px;
	}
	.page-bois .liste-bois .full .zone-texte {
		padding: 0 8%;
	}
	/*==========  INSCRIPTION  ==========*/
	.l-inscription {
		padding: 25px 0 22px;
	}
	.l-inscription .titre-page {
		max-width: 94%;
		font-size: 22px;
		line-height: 26px;
	}
	.etapes .etape:first-child {
		padding-left: 0;
	}
	.etapes .etape:last-child {
		padding-left: 20px;
	}
	.inscription {
		padding: 35px 0 62px;
	}
	.inscription .inner {
		margin: 0 auto;
	}
	.inscription .col-droite {
		padding: 0 20px;
	}
	.inscription .label {
		margin: -5px 0 10px;
		text-align: center;
	}
	.inscription .e-1 .label {
		margin: -5px auto 31px;
	}
	.inscription .sous-titre {
		text-align: center;
	}
	.inscription .bloc-input.e-1 {
		padding: 0 0 20px;
	}
	.inscription .donnes-libres {
		max-width: 90%;
	}
	.inscription .i-codep,
	.inscription .i-ville {
		display: block;
		max-width: 100%;
		float: none;
	}
	.inscription .suppr-societe {
		margin: 20px 0 10px;
		display: block;
		text-align: right;
		position: static;
	}
	/*==========  PAGE DE CONTENU  ==========*/
	.head-contenu {
		padding: 30px 0 33px;
	}
	.head-contenu .conteneur {
		padding: 0;
	}
	.head-contenu .titre-page {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 28px;
		line-height: 1.75rem;
	}
	.head-contenu .titre-page:before {
		margin-bottom: 15px;
	}
	.head-contenu .titre-page:after {
		margin-top: 15px;
	}
	.contenu {
		display: block;
	}
	.contenu .conteneur {
		padding: 15px 15px 12px;
		text-align: left;
	}
	.contenu .date-publication {
		font-size: 16px;
		font-size: 1rem;
		font-weight: 600;
		line-height: 32px;
		line-height: 2rem;
		color: #a9a9a9;
		color: rgba(34,34,34,0.5);
	}
	.contenu .date-publication strong {
		font-weight: 900;
	}
	.page-contenu .conteneur {
		padding: 0 15px 12px;
		text-align: left;
	}
	/*==========  WYSIWIG  ==========*/
	.wysiwyg h2 {
		margin: 28px 0 22px;
	}
	.wysiwyg p {
		margin-bottom: 24px;
	}
	.wysiwyg ul,
	.wysiwyg ol {
		padding-left: 15px;
		margin-bottom: 24px;
		list-style: inherit;
		font-size: 16px;
		font-size: 1rem;
		font-weight: 400;
		line-height: 24px;
		line-height: 1.5rem;
	}
	.wysiwyg ul li,
	.wysiwyg ol li {
		margin-bottom: 0px;
	}
}


/* =========== LAISSEZ ÇA EN BAS POUR EVITER LES PROBLEMES SVN =========== */