*
{
	font-family: 'Montserrat', sans-serif;;
	outline-style:none !important;
}
img
{
	max-width: 100%;
	height: auto;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.grecaptcha-badge {
	right: -100% !important;
}
/*********************************************/
/******			GENERAL					******/
/*********************************************/
/* MENU MOBILE */
.lines-button{
	transition:.3s;
	cursor:pointer;
	user-select:none;
	width:60px;
	height:60px;
}
.lines-button:hover{
	opacity:1;
}
.lines-button:active{
	transition:0;
}
.lines{
	display:inline-block;
	width:4rem;
	height:0.57143rem;
	background:#fff;
	border-radius:0.28571rem;
	transition:0.3s;
	position:relative;
}
.lines:before,
.lines:after{
	display:inline-block;
	width:4rem;
	height:0.57143rem;
	background:#fff;
	border-radius:0.28571rem;
	transition:0.3s;
	position:absolute;
	left:0;
	content:'';
	-webkit-transform-origin:0.28571rem center;
	transform-origin:0.28571rem center;
}
.lines:before{
	top:1rem;
}
.lines:after{
	top:-1rem;
}
.lines-button:hover .lines:before{
	top:1.14286rem;
}
.lines-button:hover .lines:after{
	top:-1.14286rem;
}
.lines-button.close{
	-webkit-transform:scale3d(0.8,0.8,0.8);
	transform:scale3d(0.8,0.8,0.8);
	float: none;
	font-size:inherit;
	font-weight:normal;
	line-height:auto;
	color:#FFFFFF;
	text-shadow: 0 0 0 #fff;
	filter: alpha(opacity=100);
	opacity:1;
}
.lines-button.arrow.close .lines:before,.lines-button.arrow.close .lines:after{
	top:0;
	width:2.22222rem;
}
.lines-button.arrow.close .lines:before{
	-webkit-transform:rotate3d(0,0,1,40deg);
	transform:rotate3d(0,0,1,40deg);
}
.lines-button.arrow.close .lines:after{
	-webkit-transform:rotate3d(0,0,1,-40deg);
	transform:rotate3d(0,0,1,-40deg);
}
.lines-button.arrow-up.close{
	-webkit-transform:scale3d(0.8,0.8,0.8) rotate3d(0,0,1,90deg);
	transform:scale3d(0.8,0.8,0.8) rotate3d(0,0,1,90deg);
}
.lines-button.minus.close .lines:before,.lines-button.minus.close .lines:after{
	-webkit-transform:none;
	transform:none;
	top:0;
	width:4rem;
}
.lines-button.x.close .lines{
	background:transparent;
}
.lines-button.x.close .lines:before,.lines-button.x.close .lines:after{
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	top:0;
	width:4rem;
}
.lines-button.x.close .lines:before{
	-webkit-transform:rotate3d(0,0,1,45deg);
	transform:rotate3d(0,0,1,45deg);
}
.lines-button.x.close .lines:after{
	-webkit-transform:rotate3d(0,0,1,-45deg);
	transform:rotate3d(0,0,1,-45deg);
}
.lines-button.x2 .lines{
	transition:background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before,.lines-button.x2 .lines:after{
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	transition:top 0.3s 0.6s ease,-webkit-transform 0.3s ease;
	transition:top 0.3s 0.6s ease,transform 0.3s ease;
}
.lines-button.x2.close .lines{
	transition:background 0.3s 0s ease;
	background:transparent;
}
.lines-button.x2.close .lines:before,.lines-button.x2.close .lines:after{
	transition:top 0.3s ease,-webkit-transform 0.3s 0.5s ease;
	transition:top 0.3s ease,transform 0.3s 0.5s ease;
	top:0;
	width:4rem;
}
.lines-button.x2.close .lines:before{
	-webkit-transform:rotate3d(0,0,1,45deg);
	transform:rotate3d(0,0,1,45deg);
}
.lines-button.x2.close .lines:after{
	-webkit-transform:rotate3d(0,0,1,-45deg);
	transform:rotate3d(0,0,1,-45deg);
}
#btnMenu {
	position:absolute;
	z-index:999999;
	right: 5px;
	top: -5px;
}
#btnMenu button {
	margin: 0;
	background: transparent;
	border: 0;
}
#btnMenu button:focus {
	outline: 0;
}
#mobileMenu {
	display:none;
	text-align: center;
	padding-top: 40px;
}
.menum {
	background: #104D43;
	position: relative;
	z-index: 99;
	margin-top: -2px;
}
.menum #mobileMenu {
	padding-top:60px;
	padding-bottom:5px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#242424, Direction=180, Strength=30);
}
.menum #mobileMenu > ul > li {
	display: block;
	width:100%;
}
.menum #mobileMenu > ul > li > a {
	color:#ffffff;
	display:block;
	text-align:center;
	font-size:16px;
	margin:0;
	padding:8px 10px;
}
.menum #mobileMenu > ul > li > a:hover,
.menum #mobileMenu > ul > li > a:focus,
.menum #mobileMenu > ul > li > a:active {
	color:#484848;
	background:#FFFFFF;
	text-decoration: none;
	outline: none;
}
.menum #mobileMenu > ul > li > a:hover::after,
.menum #mobileMenu > ul > li > a:focus::after,
.menum #mobileMenu > ul > li > a:active::after,
.menum #mobileMenu > ul > li.active > a::after,
.menum #mobileMenu > ul > li:hover > a::after,
.menum #mobileMenu > ul > li:focus > a::after,
.menum #mobileMenu > ul > li:active > a::after {
	display:none;
}
.menum #mobileMenu > ul > li > .dropdown-menu {
	width: 100%;
	background: #81B61F;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
	margin-top: 0;
	border-radius: 0;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}
.menum #mobileMenu > ul > li > ul > a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
}
.menum #mobileMenu > ul > li > ul > a:hover,
.menum #mobileMenu > ul > li > ul > a:active,
.menum #mobileMenu > ul > li > ul > a:focus {
	color: #2FA63F;
	text-decoration: none;
}
.menum #mobileMenu > ul > li > .dropdown-menu .dropdown-header {
	font-size: 14px;
	background: #CBCBCB;
}
/* FIN MENU MOBILE */
.menu {
	background: #E8E8E8;
}
.menu .menuLinks {
	height: 107px;
}
.menu .logo img {
	position: absolute;
	z-index: 9;
	top: 10px;
}
/* MENU */
.bar {
	list-style: none;
	height: 107px;
	display: flex;
	align-items: flex-end;
}
.bar > li {
	position: relative;
	width: 130px;
	text-align: center;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	z-index: 999;
}
.bar > li::before {
	content: '';
	background: RGBA(16, 77, 67, 0.5);
	width: 1px;
	height: 22px;
	position: absolute;
	bottom: 0;
	left: -1px;
}
.bar > li:hover {
	background: #104D43;
}
.bar > li.active {
	background: RGBA(129, 182, 31, 1.00);
}
.bar > li.active a {
	color: #fff;
	font-weight: 400;
}
.bar > li.active::before {
	display: none;
}
.bar > li.active .before {
	position: absolute;
	right: 0;
	top: -20px;
	width: 130px;
	height: 20px;
	overflow: hidden;
	transform: rotateY(180deg);
}
.bar > li.active .before::before {
	content: '';
	position: absolute;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 300px;
	height: 100px;
	border: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font: normal 100%/normal Arial, Helvetica, sans-serif;
	color: rgba(0,0,0,1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #81B61F;
	top: 0px;
	left: -29px;
}
.bar > li.active:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 130px 0 0;
	border-color: #81B61F transparent transparent transparent;
	position: absolute;
	bottom: -18px;
	z-index: 9;
	left: 0;
}
.bar > li:hover > a {
	color: #fff;
}
.bar > li:hover::before {
	display: none;
}
.bar > li:nth-of-type(1)::before {
	display: none;
}
.bar > li > a {
	display: block;
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
	margin-right: 0;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	color: #104D43;
}
.bar > li.active .submenu a {
	color: RGBA(16, 77, 67, 1.00);
}
.bar > li.active .submenu a:hover {
	color: RGBA(129, 182, 31, 1.00);
}
.menu .perm8 {
	cursor: default;
}
.menu .submenu {
	background: rgba(255,255,255,0.8);
	border-radius: 0px;
	list-style: none;
	margin: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 25px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	visibility: hidden;
	width: 250px;
	z-index: 99;
	text-align: left;
}
.no-js .menu:hover .submenu,
.menu-hover:hover .submenu,
.menu-click.menu-active .submenu {
	opacity: 1;
	top: 31px;
	visibility: visible;
}
.menu .submenu a {
	color: #104D43;
	display: inline-block;
	line-height: 1.2em;
	padding: 5px 0;
	text-decoration: none;
}
.menu .submenu a:hover {
	color: #81B61F;
}
.menu-right .submenu {
	left: auto;
	right: -12px;
	text-align: right;
}
.menu-right .submenu:before,
.menu-right .submenu::before {
	left: auto;
	right: 24px;
}
.telsocials {
	position: absolute;
	right: 0;
	display: flex;
}
.telsocials a.tel,
.telsocials .socials {
	height: 35px;
	background: #104D43;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 4px 15px 0 15px;
	font-size: 18px;
	font-weight: 300;
}
.telsocials a.tel:hover {
	opacity: 0.9;
	text-decoration: none;
}
.telsocials a.tel .fa-phone {
	margin-right: 10px;
	transform: rotate(90deg);
	height: 25px;
	width: 25px;
	background: #fff;
	border-radius: 50%;
	color: #104D43;
	padding: 6px;
}
.telsocials .socials {
	background: #81B61F;
	font-size: 14px;
	width: 130px;
}
.telsocials .socials a {
	color: #fff;
	width: 26px;
	height: 26px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3px;
}
.telsocials .socials a:hover {
	color: #81B61F;
	background: #fff;
}
.telsocials .socials .after {
	position: absolute;
	right: 0;
	top: 35px;
	width: 130px;
	height: 20px;
	overflow: hidden;
}
.telsocials .socials .after::after {
	content: '';
	position: absolute;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 300px;
	height: 100px;
	border: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font: normal 100%/normal Arial, Helvetica, sans-serif;
	color: rgba(0,0,0,1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #81B61F;
	top: -80px;
	left: -29px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
	border: 0 !important;
	font-size: 12px;
	color: #104d43;
}
div.wpcf7-response-output {
	margin: 0;
	padding: 0 !important;
	border: 0;
}
#btn_sticky {
	position: fixed;
	flex-direction: column;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
	display: flex;
	z-index: 999;
}
#btn_sticky a {
	position: absolute;
	right:-151px;
	display: block;
	width: auto;
	width:210px;
	height: 63px;
	transition: 0.5s;
	color: #1a8ac9;
	background-color: #104D43;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size:auto 60%;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	padding-left: 60px;
	line-height: 63px;
	color:#FFFFFF;
	text-decoration:none;
}
#btn_sticky a:hover {
	right:0;
	background-color:#81B61F;
}
#btn_sticky a.produits {
	background-image: url('../images/picto-produits.svg');
	position: absolute;
	top: 0;
	fill: white;
}
#btn_sticky a.contact {
	top: 63px;
	background-image: url('../images/picto-contact.svg');
}
#btn_sticky a.contact::before {
	content:"";
	width:30px;
	height:1px;
	background:#81B61F;
	position:absolute;
	left:15px;
	top:-1px;
}
#btn_sticky a.contact:hover::before {
	display:none;
}
.modal .modal-dialog {
    width: 900px;
    margin: 30px auto;
	max-width: 95%;
}
.modal .modal-dialog .modal-header {
	border-bottom:none;
}
.modal .modal-dialog .modal-header .close {
	position: absolute;
	color: black;
	font-size: 35px;
	font-weight: 600;
	cursor: pointer;
	right: 15px;
	top: 15px;
	opacity: .5;
	border: 1px solid #000;
	border-radius: 100%;
	height: 35px;
	width: 35px;
	line-height: 33px;
	text-align: center;
	padding-left: 1px;
	z-index:999;
}
.modal .modal-dialog .modal-content {
	padding: 0 30px 30px 30px;
}
.modal .modal-dialog .modal-content .contenu * {
	max-width:100%;
}
.modal .modal-dialog .modal-content .contenu .titre {
	font-size:30px;
	font-weight:bold;
	color:#104D43;
}
.modal .modal-dialog .modal-content .contenu .bouton {
	display: inline-block;
	font-size:14px;
	line-height:30px;
	padding:0 15px;
	background-color:#104D43;
	color:#FFFFFF;
}
footer {
	background: #81B61F;
	color: #fff;
	padding-bottom: 40px;
}
header .vingtans {
	position:absolute;
	top:120px;
	right:0px;
	z-index:99;
}
header .bio {
	position: absolute;
	top: 120px;
	right: 140px;
	z-index: 99;
}
footer .logo {
	padding-left: 0;
}
footer .ftMenu {
	padding-top: 40px;
}
footer #menu {
	list-style: none;
	width: 100px;
}
footer #menu > li {
	float: none;
	overflow: visible;
	padding: 0;
}
footer #menu > li a, #menu > li span {
	float: left;
	text-decoration: none;
	color: #fff;
	position: relative;
	width: 100%;
	display: block;
}
footer #menu > li:hover span::after {
	border-left-color: #000;
}
footer #menu > li a:hover {
	cursor: pointer;
}
footer #menu > li span:hover {
	cursor: default;
}
footer #menu li > ul {
	background: transparent;
	overflow: visible;
	list-style: none;
	display: none;
	position: absolute;
	left: 125px;
	top: 26px;
}
footer #menu > li:hover ul {
	display: block;
}
footer #menu ul li {
	overflow: visible;
}
footer #menu > li > ul > li a {
	float: none;
	display: block;
	width: auto;
	text-decoration: none;
	position: relative;
}
footer #menu > li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
footer #menu > li::before {
	content: '-';
	position: absolute;
	color: #104D43;
	left: -9px;
}
footer #menu > li:nth-child(1)::before {
	display: none;
}
footer #menu > li a,
footer #menu > li span {
	color: #104D43;
	text-transform: uppercase;
	font-weight: 600;
}
footer #menu > li a:hover {
	color: #fff;
}
footer #menu {
	width: auto;
	margin: 0;
}
footer #menu li > ul {
	left: 0;
	top: 20px;
	background: #fff;
	padding: 5px;
	margin-left: -5px;
	border-radius: 2px;
	z-index: 9;
	width: 200px;
}
footer #menu > li > ul a:hover {
	color: #81B61F;
}
footer .france {
	height: 252px;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .socials {
	height: 52px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	padding: 0;
	font-size: 14px;
	font-weight: 300;
	width: 96px;
}
footer .socials a {
	color: #fff;
	width: 26px;
	height: 26px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3px;
}
footer .socials a:hover {
	color: #81B61F;
	background: #fff;
}
footer .socials .after {
	position: absolute;
	right: 0;
	top: 35px;
	width: 126px;
	height: 20px;
	overflow: hidden;
}
footer .socials .after::after {
	content: '';
	position: absolute;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 300px;
	height: 100px;
	border: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font: normal 100%/normal Arial, Helvetica, sans-serif;
	color: rgba(0,0,0,1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #81B61F;
	top: -80px;
	left: -29px;
}
footer .email {
	height: 52px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	padding: 0;
	font-size: 14px;
	font-weight: 300;
	padding-left: 20px;
}
footer .email a,
footer .links a {
	color: #fff;
	font-weight: 300;
}
.bgheader {
	height: 260px;
	-webkit-box-shadow: inset 0px -30px 104px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px -30px 104px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px -30px 104px 0px rgba(0,0,0,0.5);
}
.bgheader::before {
	content: '';
	background: url('../images/before-bgheader.png') top center no-repeat;
	width: 500px;
	height: 220px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.bgheader .titrePage,
.bgheader .titrePage2 {
	height: 260px;
	display: flex;
	align-items: flex-end;
	text-transform: uppercase;
}
.bgheader .titrePage {
	font-size: 26px;
	color: #fff;
	justify-content: flex-end;
	font-weight: 300;
	padding-right: 60px;
}
.bgheader .titrePage2 h1 {
	font-size: 30px;
	color: RGBA(16, 77, 67, 1.00);
	height: 50px;
	width: 100%;
	display: flex;
	align-items: flex-end;
	font-weight: 600;
	margin: 0;
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.3) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.3))); /* safari4+,chrome */
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.3) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.3) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.3) 100%); /* ie10+ */
	background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,0.3) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* ie6-9 */
}
.bgheader .titrePage2 h1:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	left: -50px;
}
.bgheader::after {
	content: '';
	background: url('../images/bg-top-pages.png') top center no-repeat;
	width: 1170px;
	height: 183px;
	position: absolute;
	bottom: -193px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.bgWhite {
	height: 10px;
	background: #fff;
}
.breadcrumbs {
	height: 61px;
	padding-top: 22px;
	color: #104D43;
	position: relative;
	z-index: 10;
}
.breadcrumbs a {
	color: #104D43;
}
.stickyMenu {
	position: fixed;
    left: 0;
	right: 0;
	top:-100px;
    background: #E8E8E8;
	height: 60px;
	z-index: 9999999;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.stickyMenu.scrolled {
	top:0;
}
.stickyMenu .bar {
    height: 60px;
}
/*********************************************/
/******			ACCUEIL					******/
/*********************************************/
.page-template-template-home header .bgheader {
	height: 523px;
}
.page-template-template-home header .bgheader::after {
	display: none;
}
.page-template-template-home header .bgheader .item {
	height: 523px;
}
.page-template-template-home header .bgheader .titres {
	margin-top: 50%;
	transform: translateY(-50%);
	text-align: right;
	padding-right: 100px;
}
.page-template-template-home header .bgheader .titres.secteurs {
	margin-top: 280px;
	text-align: left;
	padding-right: 0;
	padding-left: 100px;
}
.page-template-template-home header .bgheader .pictos-slider {
	margin-top:140px;
}
.page-template-template-home header .bgheader .titres .grosTitre {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 34px;
}
.page-template-template-home header .bgheader .titres .petitTitre {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
.page-template-template-home header .bgheader .titres .petitTitre2 {
	color: RGBA(129, 182, 31, 1.00);
	text-transform: uppercase;
	font-size: 30px;
	line-height: 34px;
}
.page-template-template-home header .bgheader .titres .lienTitre {
	background-color:#104D43;
	color:#FFFFFF;
	font-size: 20px;
	line-height: 34px;
	display:inline-block;
	padding:0 10px;
	margin-top:20px;
}
.page-template-template-home header .bgheader .titres .lienTitre:hover,
.page-template-template-home header .bgheader .titres .lienTitre:active,
.page-template-template-home header .bgheader .titres .lienTitre:focus {
	background-color:RGBA(129, 182, 31, 1.00);
	text-decoration:none;
}
.page-template-template-home header .bgheader .titres .grosTitre2,
.page-template-template-home header .bgheader .titres .petitTitre2 {
	font-weight: 600;
}
.page-template-template-home header .bgheader .titres .grosTitre3,
.page-template-template-home header .bgheader .titres .petitTitre3 {
	display: inline-block;
	background: RGBA(16, 77, 67, 1.00);
	color: #fff;
	text-transform: uppercase;
	padding: 7px 16px;
	margin: 3px;
}
.page-template-template-home header .bgheader .titres .grosTitre4 {
	color: #104D43;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
}
.page-template-template-home header .bgheader .titres .grosTitre4 strong {
	color: #81B61F;
	text-transform: uppercase;
	font-size: 30px;
}
.page-template-template-home header .bgheader .titres .petitTitre4 {
	color: #104D43;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 50px;
	text-align: left;
	font-weight: 600;
}
.page-template-template-home header .bgheader .titres .petitTitre4 .row .col-md-6 {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 22px;
}
.page-template-template-home header .bgheader .titres .petitTitre4 .row .col-md-6 svg {
	margin-right: 10px;
}
.page-template-template-home header .bgheader .owl-buttons #btnPrevBand,
.page-template-template-home header .bgheader .owl-buttons #btnNextBand {
	position: absolute;
	top: 32%;
	left: 50%;
	transform: translateX(-600px);
	z-index: 9;
	color: #fff;
	font-size: 120px;
	cursor: pointer;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}
.page-template-template-home header .bgheader .owl-buttons #btnNextBand {
	left: inherit;
	right: 50%;
	transform: translateX(600px);
}
.page-template-template-home header .bgheader .owl-buttons #btnPrevBand:hover,
.page-template-template-home header .bgheader .owl-buttons #btnNextBand:hover {
	color: RGBA(129, 182, 31, 1.00);
}
.page-template-template-home .top .intro {
	padding-left: 100px;
	padding-top: 50px;
	padding-bottom: 70px;
	color: #104D43;
}
.page-template-template-home .top .intro::before {
	content: '';
	background: url('../images/before-intro.png') no-repeat;
	width: 86px;
	height: 206px;
	position: absolute;
	top: 0;
	left: 12px;
}
.page-template-template-home .top .intro .gros {
	font-size: 25px;
	font-weight: 300;
	line-height: 15px;
	margin-bottom: 40px;
}
.page-template-template-home .top .intro .petit {
	font-size: 15px;
	font-weight: 300;
	line-height: 19px;
}
.page-template-template-home .top .slider {
	height: 445px;
	background: #D9D9D9;
	text-align: center;
	padding-top: 25px;
	margin-bottom: 70px;
}
.page-template-template-home .top .slider::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 0 0 585px;
	border-color: transparent transparent transparent #D9D9D9;
	position: absolute;
	top: -45px;
	left: 0;
	z-index: 9;
}
.page-template-template-home .top .slider h2 {
	margin-top: 3px;
	margin-bottom: 4px;
}
.page-template-template-home .top .slider .owl-carousel .owl-item {
	height: 420px;
}
.page-template-template-home .top .slider .owl-carousel .owl-item .embed-container,
.page-template-template-home .top .slider .owl-carousel .owl-item .embed-container iframe {
	width: 510px;
	height: 330px;
	margin: 0 auto;
}
.page-template-template-home .top .slider .owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}
.page-template-template-home .top .slider #btnPrev,
.page-template-template-home .top .slider #btnNext {
	position: absolute;
	top: 25px;
	left: 38px;
	background: #104D43;
	width: 40px;
	height: 40px;
	z-index: 9;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}
.page-template-template-home .top .slider #btnNext {
	left: 78px;
}
.page-template-template-home .top .slider #btnPrev:hover,
.page-template-template-home .top .slider #btnNext:hover {
	background: #81B61F;
}
.page-template-template-home .top .slider .owl-carousel .owl-item .lienActu {
	position: absolute;
	bottom: 0;
	left: 0;
}
.page-template-template-home .top .slider .owl-carousel .owl-item .lienActu .titre {
	background: #81B61F;
	display: inline-block;
	margin: 0 auto;
	padding: 5px 10px;
	color: #fff;
	font-size: 32px;
}
.page-template-template-home .top .slider .owl-carousel .owl-item .lienActu .extrait {
	background: #fff;
	height: 110px;
	width: 390px;
	font-size: 15px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 19px;
	padding: 15px;
}
.page-template-template-home .top .slider .owl-carousel .owl-item .lienActu a .extrait {
	color: #104D43;
}
.page-template-template-home .top .slider .owl-carousel .owl-item .lienActu a:hover {
	text-decoration: none;
}
.page-template-template-home .newsletter,
.page-template-template-actualite .newsletter {
	background: #D9D9D9;
	font-size: 16px;
	color: #104D43;
	margin-bottom: 70px;
	padding: 20px 15px 10px 80px;
	position: relative;
}
.page-template-template-actualite .newsletter {
	margin-bottom: 90px;
	margin-top: 90px;
}
.page-template-template-home .newsletter::after,
.page-template-template-actualite .newsletter::after {
	content: '';
	background: url('../images/after-newsletter.jpg') no-repeat;
	width: 1170px;
	height: 51px;
	position: absolute;
	bottom: -51px;
	left: 0;
}
.page-template-template-home .newsletter .titreNewsletter,
.page-template-template-actualite .newsletter .titreNewsletter {
	background: #104D43;
	color: #fff;
	padding: 3px 40px;
	position: absolute;
	top: -34px;
}
.page-template-template-home .newsletter .texteNewsletter,
.page-template-template-actualite .newsletter .texteNewsletter {
	padding-top: 3px;
}
.page-template-template-home .newsletter .title,
.page-template-template-actualite .newsletter .title {
	display:none;
}
.page-template-template-home .newsletter input[type='email'],
.page-template-template-home .newsletter input[type='text'],
.page-template-template-actualite .newsletter input[type='email'],
.page-template-template-actualite .newsletter input[type='text'] {
	border: 0;
	padding: 4px 8px;
	width: 350px;
	max-width: 100%;
}
.page-template-template-home .newsletter input[type='submit'],
.page-template-template-actualite .newsletter input[type='submit'] {
	border: 0;
	padding: 4px 8px;
	background: #81B61F;
	color: #fff;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}
.page-template-template-home .newsletter input[type='submit']:hover,
.page-template-template-actualite .newsletter input[type='submit']:hover {
	background: #104D43;
}
.page-template-template-home .activite,
.single-produit .activite,
.page-template-template-home .partenaires {
	text-align: center;
	color: #104D43;
}
.page-template-template-home .reassurance {
	text-align: left;
	color: #104D43;
	padding-top: 70px;
	padding-bottom: 70px;
}
.page-template-template-home .activite h2,
.page-template-template-home .reassurance h3,
.single-produit .activite h3,
.page-template-template-home .partenaires h3 {
	font-size: 25px;
}
.page-template-template-home .reassurance h3 {
	text-align:left;
	margin-top:0;
	margin-bottom:20px;
}

.page-template-template-home .reassuranceV2{
	width: 100%;
	background-repeat: no-repeat ;
	position: relative;
	background-size: cover ;
	background-position: center center;
}
.page-template-template-home .contentreassurance{
	position: relative;
	z-index: 1;
}
.page-template-template-home .contentreassurance h4{
	font-size: 20px;
	color: white;
	z-index: 1;
	text-align: center;
	margin: 0;
	font-weight: bold;
}
.page-template-template-home .contentreassurance .titleDivReassurance{
	padding: 10px;
	margin-top: 10px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	position: relative;
}
.page-template-template-home .contentreassurance .titleDivReassurance::after{
	position: absolute;
	content: '';
	width: 20%;
	height: 1px;
	background: white;
	top: 0;
}
.page-template-template-home .contentreassurance .titleDivReassurance::before{
	position: absolute;
	content: '';
	width: 40%;
	height: 1px;
	background: white;
	bottom: 0;
}
.page-template-template-home .divReassurance{
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.page-template-template-home .contentreassurance p{
	font-size: 12px;
	color: white;
	z-index: 1;
	text-align: center;
}
.page-template-template-home .reassuranceV2 .container .row h3{
	color: white;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}
.page-template-template-home .reassuranceV2 .pictoReassurance{
	height: 73px;
	margin-bottom: 10px;
}
@media screen and (min-width: 980px){
	.page-template-template-home .reassuranceV2 .rowReassurance{

		display: flex;
		justify-content: center;
	}
}
.page-template-template-home .reassuranceV2 .reassuranceTitle{
	margin-top: 70px;
}
.page-template-template-home .reassuranceV2 .reassuranceTitle::after{
	content: '';
	background: url('../images/ba-titres-blanc.png') no-repeat;
	height: 3px;
	width: 421px;
	position: absolute;
	left: -30px;
	top: 32px;
}
.page-template-template-home .reassuranceV2 .reassuranceTitle::before{
	content: '';
	background: url('../images/ba-titres-blanc.png') no-repeat;
	height: 3px;
	width: 100%;
	position: absolute;
	right: -30px;
	top: 32px;
	transform: rotateY(180deg);
}
.page-template-template-home .reassuranceV2::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #769f24;
	opacity: 0.9;
	top: 0;
	z-index: 0;
}
.page-template-template-home .activite::before,
.single-produit .activite::before,
.page-template-template-home .partenaires::before {
	content: '';
	background: url('../images/ba-titres.png') no-repeat;
	height: 3px;
	width: 421px;
	position: absolute;
	left: -30px;
	top: 32px;
}
.page-template-template-home .activite::after,
.single-produit .activite::after,
.page-template-template-home .partenaires::after {
	content: '';
	background: url('../images/ba-titres.png') no-repeat;
	height: 3px;
	width: 100%;
	position: absolute;
	right: -30px;
	top: 32px;
	transform: rotateY(180deg);
}
.page-template-template-home .reassurance h3 span {
	background:#FFFFFF;
	position:relative;
	padding-right:10px;
}
.page-template-template-home .reassurance h3::before {
	content: '';
	background: url('../images/ba-titres.png') no-repeat;
	height: 3px;
	width: 100%;
	position: absolute;
	right: 0;
	top: 14px;
	transform: rotateY(180deg);
}
.page-template-template-home .activiteImg,
.single-produit .activiteImg,
.page-template-template-home .partenairesImg {
	padding-top: 30px;
	padding-bottom: 40px;
	display: flex;
	justify-content: center;
}
.page-template-template-home .activiteImg div,
.single-produit .activiteImg div {
	margin-left: 28px;
	margin-right: 28px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #104D43;
}
.page-template-template-home .activiteImg div a,
.single-produit .activiteImg div a {
	color: #104D43;
}
.page-template-template-home .activiteImg div img,
.single-produit .activiteImg div img {
	margin-bottom: 10px;
}
/*********************************************/
/******				HISTOIRE				******/
/*********************************************/
.page-template-template-histoire .top {
	background: -moz-linear-gradient(312deg, rgba(232,232,232,1) 0%, rgba(232,232,232,1) 60%, rgba(232,232,232,0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(232,232,232,1)), color-stop(57%, rgba(232,232,232,1)), color-stop(100%, rgba(232,232,232,0))); /* safari4+,chrome */
	background: -webkit-linear-gradient(312deg, rgba(232,232,232,1) 0%, rgba(232,232,232,1) 60%, rgba(232,232,232,0) 80%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(312deg, rgba(232,232,232,1) 0%, rgba(232,232,232,1) 60%, rgba(232,232,232,0) 80%); /* opera 11.10+ */
	background: -ms-linear-gradient(312deg, rgba(232,232,232,1) 0%, rgba(232,232,232,1) 60%, rgba(232,232,232,0) 80%); /* ie10+ */
	background: linear-gradient(138deg, rgba(232,232,232,1) 0%, rgba(232,232,232,1) 60%, rgba(232,232,232,0) 80%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e8e8e8',GradientType=0 ); /* ie6-9 */
	overflow: hidden;
}
.page-template-template-histoire .top .colGauche {
	border-right: 2px solid #81B61F;
}
.page-template-template-histoire .top .intro {
	background: #81B61F;
	color: #fff;
	position: relative;
	margin-bottom: 80px;
	padding-top: 40px;
	padding-bottom: 30px;
	right: -1px;
	z-index: 10;
}
.page-template-template-histoire .top .intro::after {
	content: '';
	background: url('../images/after-intro.png') no-repeat;
	width: 487px;
	height: 23px;
	position: absolute;
	bottom: -22px;
	left: 0;
}
.page-template-template-histoire .top .intro .nom {
	position: absolute;
	left: -85px;
	top: 5px;
	background: #104D43;
	padding: 2px 10px;
	font-size: 16px;
}
.page-template-template-histoire .top .intro .fonction {
	position: absolute;
	left: 43px;
	top: 31px;
	color: #104D43;
	background: #fff;
	padding: 2px 10px;
	font-style: italic;
}
.page-template-template-histoire .top .intro .marque {
	margin-top: 60px;
	font-size: 28px;
	font-style: italic;
	text-align: center;
}
.page-template-template-histoire .top .intro .text {
	font-size: 16px;
	line-height: 19px;
	border-left: 1px solid #fff;
}
.page-template-template-histoire .top .desc {
	color: #104D43;
	font-size: 13px;
	text-align: justify;
	margin-bottom: 40px;
}
.page-template-template-histoire .top .paddingLeft {
	padding-left: 0;
}
.page-template-template-histoire .top .paddingRight {
	padding-right: 0;
}
.page-template-template-histoire .top .paddingLeft::before {
	content: '';
	background: url('../images/ombre.png') no-repeat;
	width: 28px;
	height: 332px;
	position: absolute;
	left: -110px;
	top: 50%;
	transform: translateY(-50%);
}
.page-template-template-histoire .top .paddingRight::after {
	content: '';
	background: url('../images/ombre.png') no-repeat;
	width: 28px;
	height: 332px;
	position: absolute;
	right: -110px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}
.page-template-template-histoire .top .desc .debut,
.page-template-template-histoire .top .desc .fin {
	background: #fff;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 2px solid #81B61F;
	font-size: 26px;
	font-style: italic;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -144px;
	top: 120px;
}
.page-template-template-histoire .top .desc .fin {
	top: 280px;
}
.page-template-template-histoire .top .desc .debut::before {
	content: 'Jean Claude CHEVALARD';
	position: absolute;
	top: -117px;
	right: -69px;
	transform: rotate(-90deg) skewX(-10deg);
	font-size: 14px;
	width: 190px;
	font-weight: 600;
	font-style: normal;
	color: #104D43;
}
.page-template-template-histoire .top .desc .fin::after {
	content: 'Raphaël, Christophe, Aurélien delanoë';
	position: absolute;
	top: 230px;
	right: -76px;
	transform: rotate(-90deg) skewX(-10deg);
	font-size: 14px;
	width: 280px;
	font-weight: 600;
	font-style: normal;
	color: #104D43;
}
.page-template-template-histoire .top .desc .down {
	font-size: 32px;
	position: absolute;
	right: -113px;
	top: 222px;
	color: #81B61F;
}
.page-template-template-histoire .top .photoDroite {
	position: relative;
	margin-bottom: 60px;
	z-index: 10;
}
.page-template-template-histoire .top .photoDroite::after {
	content: '';
	background: url('../images/after-col-droite.png') no-repeat;
	width: 500px;
	height: 451px;
	position: absolute;
	bottom: 0;
	right: -484px;
}
.page-template-template-histoire .premier {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 100px;
}
.page-template-template-histoire .premier::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(570px);
	background: -moz-linear-gradient(315deg, rgba(226,226,226,1) 0%, rgba(220,220,220,1) 60%, rgba(217,217,217,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(60%, rgba(220,220,220,1)), color-stop(100%, rgba(217,217,217,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(315deg, rgba(226,226,226,1) 0%, rgba(220,220,220,1) 60%, rgba(217,217,217,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(315deg, rgba(226,226,226,1) 0%, rgba(220,220,220,1) 60%, rgba(217,217,217,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(315deg, rgba(226,226,226,1) 0%, rgba(220,220,220,1) 60%, rgba(217,217,217,1) 100%); /* ie10+ */
	background: linear-gradient(135deg, rgba(226,226,226,1) 0%, rgba(220,220,220,1) 60%, rgba(217,217,217,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d9d9d9',GradientType=0 ); /* ie6-9 */
}
.page-template-template-histoire .premier::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 172px 0 0;
	border-color: #81B61F transparent transparent transparent;
	position: absolute;
	bottom: -35px;
	right: 50%;
	transform: translateX(570px);
}
.page-template-template-histoire .premier .titre::before {
	content: '';
	background: url('../images/feuille.png') no-repeat;
	width: 205px;
	height: 137px;
	position: absolute;
	left: 37px;
	top: 80px;
}
.page-template-template-histoire .premier .titre {
	text-align: center;
	padding-top: 55px;
	color: #104D43;
	font-size: 30px;
	font-weight: 600;
}
.page-template-template-histoire .premier .titre .ort {
	color: #fff;
	padding: 5px 50px;
	display: inline-block;
	position: relative;
	background: -moz-linear-gradient(0deg, rgba(16,77,67,1) 0%, rgba(129,182,31,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(16,77,67,1)), color-stop(100%, rgba(129,182,31,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, rgba(16,77,67,1) 0%, rgba(129,182,31,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, rgba(16,77,67,1) 0%, rgba(129,182,31,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, rgba(16,77,67,1) 0%, rgba(129,182,31,1) 100%); /* ie10+ */
	background: linear-gradient(90deg, rgba(16,77,67,1) 0%, rgba(129,182,31,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104D43', endColorstr='#81B61F',GradientType=1 ); /* ie6-9 */
}
.page-template-template-histoire .premier .contenu {
	color: #104D43;
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
	padding: 0 36px;
	position: relative;
}
.page-template-template-histoire .premier .contenu::before {
	content: '';
	background: url('../images/ombre.png') no-repeat;
	width: 28px;
	height: 332px;
	position: absolute;
	left: -28px;
	top: 50%;
	transform: translateY(-50%) scale(0.7);
}
.page-id-12 .top,
.page-id-14 .top,
.page-id-16 .top {
	padding-bottom: 100px;
}
/*********************************************/
/******			SAVOIR FAIRE				******/
/*********************************************/
.page-template-template-savoir .top {
	background: rgba(232,232,232,1);
	padding-top: 30px;
	padding-bottom: 0;
}
.page-template-template-savoir .top h2 {
	font-size: 18px;
	color: #104D43;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.page-template-template-savoir .top h2::after {
	content: '';
	background: #81B61F;
	height: 2px;
	width: 280px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
}
.page-template-template-savoir .top .intro {
	font-size: 13px;
	color: #104D43;
	text-align: center;
}
.page-template-template-savoir .top .borders {
	position: relative;
}
.page-template-template-savoir .top .borders::before,
.page-template-template-savoir .top .borders::after {
	content: '';
	background: url('../images/border-savoir.png') no-repeat;
	width: 2px;
	height: 183px;
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}
.page-template-template-savoir .top .borders::after {
	left: inherit;
	right: -50px;
}
.page-template-template-savoir .savoirs {
	background: #d8d8d8;
	padding-bottom: 60px;
	padding-bottom: 2px;
	margin-bottom: 80px;
	overflow: hidden;
	position: relative;
}
.page-template-template-savoir .savoirs::after {
	content: '';
	background: url('../images/after-savoirs.png') no-repeat;
	width: 1125px;
	height: 132px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.page-template-template-savoir .savoirs .col-md-3 {
	height: 290px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-template-template-savoir .savoirs .col-md-3.inactive::after {
	content:"";
	background:rgba(50,50,50,0.8);
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.page-template-template-savoir .savoirs .col-md-3.active .content {
	display:none;
}
.page-template-template-savoir .savoirs .vertClair {
	background: #81B61F;
	color: #fff;
}
.page-template-template-savoir .savoirs .vertFonce {
	background: #104D43;
	color: #fff;
}
.page-template-template-savoir .savoirs .gris {
	background: #e8e8e8;
	color: #104D43;
}
.page-template-template-savoir .savoirs .hoverC,
.page-template-template-savoir .savoirs .hoverF,
.page-template-template-savoir .savoirs .hoverG {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center	;
	justify-content: center;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	padding: 0 30px;
}
.page-template-template-savoir .savoirs .active .hoverC,
.page-template-template-savoir .savoirs .active .hoverF,
.page-template-template-savoir .savoirs .active .hoverG {
	opacity:1;
}
.page-template-template-savoir .savoirs .cache h3 {
	font-size: 18px;
}
.page-template-template-savoir .savoirs .inactive h3 {
	color:#FFFFFF;
}
.page-template-template-savoir .savoirs .cache a {
	display: inline-block;
	background: #fff;
	padding: 2px 6px;
	text-decoration: none;
	margin: 2px 4px;
	color: #1D252B;
	border-radius: 20px;
	font-size: 12px;
}
.page-template-template-savoir .savoirs .cache a:hover {
	background: #D8D8D8;
}
.page-template-template-savoir .optez {
	background: url('../images/after-savoir.png') bottom center no-repeat;
}
.page-template-template-savoir .optez .fd {
	background: -moz-linear-gradient(315deg, rgba(232,232,232,1) 0%, rgba(216,216,216,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(232,232,232,1)), color-stop(100%, rgba(216,216,216,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(315deg, rgba(232,232,232,1) 0%, rgba(216,216,216,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(315deg, rgba(232,232,232,1) 0%, rgba(216,216,216,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(315deg, rgba(232,232,232,1) 0%, rgba(216,216,216,1) 100%); /* ie10+ */
	background: linear-gradient(135deg, rgba(232,232,232,1) 0%, rgba(216,216,216,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8E8E8', endColorstr='#d8d8d8',GradientType=0 ); /* ie6-9 */
	height: 230px;
	margin-bottom: 100px;
}
.page-template-template-savoir .optez .fd::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 35px 172px;
	border-color: transparent transparent #81B61F transparent;
	position: absolute;
	top: -35px;
	left: 0;
}
.page-template-template-savoir .optez .fd::after {
	content: '';
	background: url('../images/feuille.png') no-repeat;
	width: 205px;
	height: 137px;
	position: absolute;
	right: -102px;
	bottom: -30px;
	transform: rotateX(180deg) rotateZ(-30deg) scale(0.6);
}
.page-template-template-savoir .optez .userText {
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-template-template-savoir .optez .userText .user {
	font-size: 80px;
	color: #104D43;
	padding-right: 40px;
}
.page-template-template-savoir .optez .userText .text {
	font-size: 18px;
	color: #104D43;
}
.page-template-template-savoir .optez .userText .text span {
	font-size: 24px;
	color: #104D43;
}
.page-template-template-savoir .optez .desc {
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	line-height: 45px;
	color: #104D43;
}
.page-template-template-savoir .optez .desc span {
	font-weight: 600;
	color: #104D43;
}
.page-template-template-savoir .optez .desc::before {
	content: '';
	background: #104D43;
	width: 2px;
	height: 80px;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.page-template-template-savoir .savoirs .cache div.flexAlign {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*********************************************/
/******			TEMOIGNAGES				******/
/*********************************************/
.page-template-template-temoignages .temoignages {
	padding: 70px 0;
}
.page-template-template-temoignages .top {
	background: rgba(232,232,232,1);
	padding-top: 30px;
	padding-bottom: 60px;
}
.page-template-template-temoignages .top h2 {
	font-size: 18px;
	color: #104D43;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.page-template-template-temoignages .top h2::after {
	content: '';
	background: #81B61F;
	height: 2px;
	width: 280px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
}
.page-template-template-temoignages .top .intro {
	font-size: 13px;
	color: #104D43;
	text-align: center;
}
.page-template-template-temoignages .top .borders {
	position: relative;
}
.page-template-template-temoignages .top .borders::before,
.page-template-template-temoignages .top .borders::after {
	content: '';
	background: url('../images/border-savoir.png') no-repeat;
	width: 2px;
	height: 183px;
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}
.page-template-template-temoignages .top .borders::after {
	left: inherit;
	right: -50px;
}

.page-template-template-temoignages .temoignages h3 {
	border-bottom: 1px solid #104D43;
	color: #104D43;
	padding-bottom: 5px;
}
.page-template-template-temoignages .temoignages .col-md-6 {
	padding: 50px;
}
.page-template-template-temoignages .temoignages .contenu {
	padding: 20px 0;
}
.page-template-template-temoignages .temoignages .images {
	padding: 20px 0;
	text-align: center;
}

/*********************************************/
/******			SINGLE PRODUIT				******/
/*********************************************/

.single-produit .top {
	background: #E8E8E8;
	padding-top: 30px;
	position: relative;
}
.single-produit .top::before {
	content: '';
	background: url('../images/produit-before.png') no-repeat;
	width: 353px;
	height: 765px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.single-produit .top::after {
	content: '';
	background: url('../images/produit-after.png') no-repeat;
	width: 448px;
	height: 856px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.single-produit h2 {
	font-size: 22px;
	color: #104D43;
	text-transform: uppercase;
	padding-left: 100px;
	font-weight: 600;
	position: relative;
}
.single-produit h2::before {
	content: '';
	background: url(../images/feuille.png) no-repeat;
	width: 205px;
	height: 137px;
	position: absolute;
	left: -55px;
	top: -55px;
	transform: rotateX(180deg) rotateZ(-60deg) scale(0.45);
}
.single-produit h2:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 93px;
	right: -2px;
	height: 2px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#104D43), to(transparent));
	background-image: -webkit-linear-gradient(left, #104D43, transparent);
	background-image: -moz-linear-gradient(left, #104D43, transparent);
	background-image: -o-linear-gradient(left, #104D43, transparent);
}
.single-produit .h2 {
	position: relative;
}
.single-produit .h2 .apport1 {
	width: 160px;
	height: 160px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #81B61F;
	position: absolute;
	top: -76px;
	right: 0;
	transform: rotateZ(-15deg);
	z-index: 10;
}
.single-produit .h2 .apport1 .apport2 {
	width: 150px;
	height: 150px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	border: 4px solid #81B61F;
	font-size: 16px;
	color: #104D43;
	padding: 0 10px;
}
.single-produit .avantages {
	margin-top: 60px;
	margin-bottom: 70px;
	position: relative;
}
.single-produit .avantages::before {
	display: none;
	font-family: 'Font Awesome 5 Light';
	content:'\f15c';
	color: #104D43;
	position: absolute;
	top: 50%;
	left: -50%;
}
.single-produit .avantages svg.fa-file-alt {
	position: absolute;
	top: 145px;
	left: -35px;
	border: 2px solid #81B61F;
	border-radius: 50%;
	padding: 12px;
	width: 70px;
	height: 70px;
}
.single-produit .avantages .corner1,
.single-produit .avantages .corner2,
.single-produit .avantages .corner3,
.single-produit .avantages .corner4 {
	width: 50px;
	height: 50px;
	border-top: 2px solid #104D43;
	border-left: 2px solid #104D43;
	position: absolute;
	top: 0;
	left: 0;
}
.single-produit .avantages .corner2 {
	left: inherit;
	right: 0;
	transform: rotate(90deg);
}
.single-produit .avantages .corner3 {
	top: inherit;
	bottom: 0;
	transform: rotate(-90deg);
}
.single-produit .avantages .corner4 {
	top: inherit;
	bottom: 0;
	left: inherit;
	right: 0;
	transform: rotate(180deg);
}
.single-produit .avantages .avantage {
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #104D43;
	text-align: center;
	padding: 0 30px;
	font-weight: 600;
}
.single-produit .avantages .avantage:nth-of-type(1)::after,
.single-produit .avantages .avantage:nth-of-type(2)::after,
.single-produit .avantages .avantage:nth-of-type(4)::after,
.single-produit .avantages .avantage:nth-of-type(5)::after {
	display: none;
	font-family: 'Font Awesome 5 Light';
	content:'\f067';
	color: #104D43;
	position: absolute;
	right: 0;
	bottom: 0;
}
.single-produit .avantages .avantage svg.fa-plus {
	position: absolute;
	bottom: -15px;
	right: -15px;
	font-size: 30px;
}
.single-produit .bgForm {
	background: -moz-linear-gradient(276deg, rgba(213,213,213,1) 0%, rgba(213,213,213,0) 50%, rgba(213,213,213,0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(213,213,213,1)), color-stop(50%, rgba(213,213,213,0)), color-stop(100%, rgba(213,213,213,0))); /* safari4+,chrome */
	background: -webkit-linear-gradient(276deg, rgba(213,213,213,1) 0%, rgba(213,213,213,0) 50%, rgba(213,213,213,0) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(276deg, rgba(213,213,213,1) 0%, rgba(213,213,213,0) 50%, rgba(213,213,213,0) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(276deg, rgba(213,213,213,1) 0%, rgba(213,213,213,0) 50%, rgba(213,213,213,0) 100%); /* ie10+ */
	background: linear-gradient(174deg, rgba(213,213,213,1) 0%, rgba(213,213,213,0) 50%, rgba(213,213,213,0) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#d5d5d5',GradientType=0 ); /* ie6-9 */
	z-index: 10;
}
.single-produit .titreForm {
	background: #81B61F;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}
.single-produit .titreForm:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 390px;
	border-color: transparent transparent transparent #81B61F;
	position: absolute;
	top: -10px;
	left: 0;
}
.single-produit .flag {
	padding: 0;
}
.single-produit .flag svg {
	background: #fff;
	width: 100%;
	height: 80px;
	padding: 15px;
	color: #104D43;
}
.single-produit .flag .after {
	position: absolute;
	right: 0;
	top: 80px;
	width: 100%;
	height: 20px;
	overflow: hidden;
	transform: rotateY(180deg);
}
.single-produit .flag .after::after {
	content: '';
	position: absolute;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 300px;
	height: 100px;
	border: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font: normal 100%/normal Arial, Helvetica, sans-serif;
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #fff;
	top: -80px;
	left: -29px;
}
.single-produit .formulaire {
	padding: 36px 30px;
	color: #104D43;
	font-size: 16px;
	line-height: 28px;
}
.single-produit .formulaire span.bold {
	font-weight: 600;
	font-size: 26px;
}
.single-produit .formulaire .form {
	font-weight: 600;
	padding-top: 10px;
}
.single-produit .formulaire .form .nom,
.single-produit .formulaire .form .mail {
	padding-bottom: 10px;
	text-align: center;
}
.single-produit .formulaire .form input[type="text"],
.single-produit .formulaire .form input[type="email"],
.single-produit .formulaire .form select {
	border: 0;
	margin-left: 10px;
	width: 100%;
	padding: 0 10px;
	font-weight: 300;
}
.single-produit .formulaire .form input[type="submit"] {
	border: 0;
	background: #81B61F;
	color: #fff;
	padding: 2px 8px;
	float: right;
}
.single-produit .formulaire .form input[type="submit"]:hover {
	background: #104D43;
}
.single-produit .down {
	padding: 0;
}
.single-produit .down svg {
	background: #104D43;
	width: 100%;
	height: 80px;
	padding: 15px;
	color: #fff;
}
.single-produit .down .after {
	position: absolute;
	right: 0;
	top: 80px;
	width: 100%;
	height: 20px;
	overflow: hidden;
}
.single-produit .down .after::after {
	content: '';
	position: absolute;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 300px;
	height: 100px;
	border: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font: normal 100%/normal Arial, Helvetica, sans-serif;
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #104D43;
	top: -80px;
	left: -29px;
}
.single-produit .download {
	height: 150px;
	border-left: 2px solid #104D43;
	padding-left: 30px;
	padding-top: 25px;
	color: #104D43;
	position: relative;
}
.single-produit .download span.bold {
	font-weight: 600;
}
.single-produit .download a {
	display: block;
	position: absolute;
	background: #81B61F;
	color: #fff;
	text-transform: uppercase;
	bottom: 0;
	left: 0;
	width: 180px;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	font-weight: 600;
}
.single-produit .download a:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 180px;
	border-color: transparent transparent transparent #81B61F;
	position: absolute;
	top: -10px;
	left: 0;
}
.single-produit .download a::after {
	display: none;
	font-family: 'Font Awesome 5 Light';
	content:'\f33d';
	font-weight: 600;
}
.single-produit .download a svg {
	color: #fff;
	position: absolute;
	right: 15px;
	transform: translateY(-5px);
	opacity: 0;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}
.single-produit .download a:hover svg {
	transform: translateY(2px);
	opacity: 1;
}
.single-produit .download a:hover {
	color: #104D43;
}

.single-produit .imageProduit,
.single-produit .descProduit {
	margin-top: 40px;
	margin-bottom: 40px;
}

/* NEW */

.single-produit ul li.avantage {
	font-weight: 600;
	color: #104D43;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}
.single-produit ul li.avantage::before {
	content: '+';
	margin: 0 15px 0 0;
	font-size: 30px;
	position: absolute;
	left: 0;
	top: -10px;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
}
.single-produit ul li.avantage:hover::before {
	content: '<';
	transform: rotate(180deg);
}
.single-produit .activiteImg div img {
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	border-radius: 50%;
}
.single-produit .lignesProduits {
	margin: 30px 0;
}

/*********************************************/
/******				CATEGORIES				******/
/*********************************************/
.page-template-template-categories .top {
	background: -moz-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(232,232,232,0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232,232,232,1)), color-stop(100%, rgba(232,232,232,0))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(232,232,232,0) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(232,232,232,0) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(232,232,232,0) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(232,232,232,1) 0%, rgba(232,232,232,0) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e8e8e8',GradientType=0 ); /* ie6-9 */
}
.page-template-template-categories .top .cat {
	z-index: 10;
	margin-top: 130px;
	text-decoration: none;
	position: relative;
	margin-top: 140px;
	margin-bottom: 100px;
	-webkit-box-shadow: 0 115px 100px -120px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 115px 100px -120px rgba(0,0,0,0.75);
	box-shadow: 0 115px 100px -120px rgba(0,0,0,0.75);
}
.page-template-template-categories .top .cat:nth-of-type(2),
.page-template-template-categories .top .cat:nth-of-type(4) {
	padding-left: 30px;
}
.page-template-template-categories .top .cat::before {
	content: '';
	background: url('../images/picto-distri.png') no-repeat;
	width: 142px;
	height: 87px;
	position: absolute;
	left: 50%;
	top: -87px;
	transform: translateX(-50%);
}
.page-template-template-categories .top .cat:nth-of-type(2)::before {
	background: url('../images/picto-extraits.png') no-repeat;
}
.page-template-template-categories .top .cat:nth-of-type(3)::before {
	background: url('../images/picto-perf.png') no-repeat;
}
.page-template-template-categories .top .cat:nth-of-type(4)::before {
	background: url('../images/picto-prod.png') no-repeat;
}
.page-template-template-categories .top .cat .catWidth {
	width: 540px;
}
.page-template-template-categories .top .cat .catWidth .photo {
	height: 190px;
	background: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.page-template-template-categories .top .cat .catWidth h2 {
	background: #81B61F;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	position: absolute;
	margin: 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
	text-align: center;
	padding: 10px 15px;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}
.page-template-template-categories .top .cat:hover .catWidth h2 {
	top: 70px;
}
.page-template-template-categories .top .cat .catWidth .desc {
	background: #d5d5d5;
	padding: 25px 70px;
}
.page-template-template-categories .top .cat .catWidth .desc::after {
	content: '';
	background: url('../images/after-cat.png') no-repeat;
	width: 472px;
	height: 58px;
	position: absolute;
	left: 15px;
	bottom: -58px;
}
.page-template-template-categories .top .cat:nth-of-type(2) .catWidth .desc::after,
.page-template-template-categories .top .cat:nth-of-type(4) .catWidth .desc::after {
	left: 30px;
}
.page-template-template-categories .top .cat .catWidth .desc .descWidth{
	color: #104D43;
	font-size: 13px;
	border-bottom: 2px solid #fff;
	padding: 20px 0;
}
.page-template-template-categories .top .cat button {
	display: block;
	position: absolute;
	background: #104D43;
	color: #fff;
	text-transform: uppercase;
	bottom: -33px;
	left: 123px;
	width: 180px;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	border: 0;
}
.page-template-template-categories .top .cat:hover button {
	color: #81B61F;
	font-weight: 400;
}
.page-template-template-categories .top .cat button:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 180px;
	border-color: transparent transparent transparent #104D43;
	position: absolute;
	top: -10px;
	left: 0;
}
.page-template-template-categories .top .cat button::after {
	display: none;
	font-family: 'Font Awesome 5 Light';
	content:'\f054';
}
.page-template-template-categories .top .cat button svg {
	color: #fff;
	position: absolute;
	left: 14px;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}
.page-template-template-categories .top .cat:hover button svg {
	transform: translateX(2px);
	color: #81B61F;
}
/*********************************************/
/******			TAXONOMY GAMME				******/
/*********************************************/
.tax-gamme .gamme {
	background: -moz-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(232,232,232,0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232,232,232,1)), color-stop(100%, rgba(232,232,232,0))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(232,232,232,0) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(232,232,232,0) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(232,232,232,0) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(232,232,232,1) 0%, rgba(232,232,232,0) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e8e8e8',GradientType=0 ); /* ie6-9 */
	padding-top: 20px;
	padding-bottom: 100px;
	position: relative;
}
.tax-gamme .gamme::before {
	content: '';
	background: #c7c7c7;
	width: 2px;
	height: 100%;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(4px);
}
.tax-gamme .gamme .produit {
	position: relative;
	z-index: 9;
	background: #81B61F;
	padding: 15px;
	-webkit-box-shadow: -10px 145px 100px -110px rgba(0,0,0,0.75);
	-moz-box-shadow: -10px 145px 100px -110px rgba(0,0,0,0.75);
	box-shadow: -10px 145px 100px -110px rgba(0,0,0,0.75);
	margin-bottom: 70px;
}
.tax-gamme .gamme .colGauche {
	margin-left: 100px;
}
.tax-gamme .gamme .colDroite {
	margin-left: 200px;
	margin-top: 130px;
}
.tax-gamme .gamme .colGauche::after {
	content:'';
	background: url('../images/pseudo-produits.png') no-repeat;
	width: 100px;
	height: 38px;
	position: absolute;
	top: 30%;
	right: -100px;
	border-bottom: 4px solid transparent;
}
.tax-gamme .gamme .colDroite::before {
	content:'';
	background: url('../images/pseudo-produits.png') no-repeat;
	width: 100px;
	height: 38px;
	position: absolute;
	top: 30%;
	left: -100px;
	transform: rotate(180deg);
	border-top: 4px solid transparent;
}
.tax-gamme .gamme .colGauche:hover::after {
	right: -100px;
	border-bottom: 4px solid #81B61F;
}
.tax-gamme .gamme .colDroite:hover::before {
	left: -100px;
	border-top: 4px solid #81B61F;
}
.tax-gamme .gamme .produit .after {
	position: absolute;
	right: 0;
	bottom: -60px;
	width: 390px;
	height: 60px;
	overflow: hidden;
}
.tax-gamme .gamme .produit .after::after {
	content: '';
	position: absolute;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 795px;
	height: 117px;
	border: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font: normal 100%/normal Arial, Helvetica, sans-serif;
	color: rgba(0,0,0,1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #81B61F;
	top: -80px;
	left: -376px;
}
.tax-gamme .gamme .produit h2 {
	background: #104D43;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	width: 280px;
	padding: 12px;
	text-align: center;
	position: relative;
	z-index: 9;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: -11px;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}
.tax-gamme .gamme .produit:hover h2 {
	background: #e8e8e8;
	color: #104D43;
	bottom: 26px;
}
.tax-gamme .gamme .produit button {
	display: block;
	position: absolute;
	background: #e8e8e8;
	color: #104D43;
	text-transform: uppercase;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	border: 0;
	z-index: 9;
	font-weight: 400;
}
.tax-gamme .gamme .produit:hover button {
	color: #81B61F;
	font-weight: 400;
}
.tax-gamme .gamme .produit button:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 180px;
	border-color: transparent transparent transparent #e8e8e8;
	position: absolute;
	top: -10px;
	left: 0;
}
.tax-gamme .gamme .produit button::after {
	display: none;
	font-family: 'Font Awesome 5 Light';
	content:'\f054';
}
.tax-gamme .gamme .produit button svg {
	color: #104D43;
	position: absolute;
	left: 10px;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}
.tax-gamme .gamme .produit:hover button svg {
	transform: translateX(3px);
	color: #81B61F;
}
.tax-gamme .gamme .produit .desc {
	width: 280px;
	color: #fff;
	margin: 0 auto;
	text-align: justify;
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
}
.tax-gamme .gamme a.produit {
	text-decoration: none;
}
.tax-gamme .download {
	background: url('../images/bg-liste-produits.jpg') no-repeat;
	height: 253px;
	margin-bottom: 100px;
	position: relative;
}
.tax-gamme .download::before {
	content: '';
	background: url('../images/produit-before.png') no-repeat;
	width: 353px;
	height: 765px;
	position: absolute;
	left: 0;
	top: -765px;
}
.tax-gamme .download::after {
	content: '';
	background: url('../images/produit-after.png') no-repeat;
	width: 448px;
	height: 856px;
	position: absolute;
	right: 0;
	top: -856px;
}
.tax-gamme .download .icone {
	position: relative;
	display: inline-block;
	width: 100px;
}
.tax-gamme .download .icone svg {
	color: #104D43;
	background: #fff;
	font-size: 40px;
	display: inline-block;
	width: 100px;
	height: 50px;
	padding: 4px;
}
.tax-gamme .download .icone .after {
	position: absolute;
	right: 0;
	top: 50px;
	width: 100px;
	height: 20px;
	overflow: hidden;
}
.tax-gamme .download .icone .after::after {
	content: '';
	position: absolute;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 300px;
	height: 100px;
	border: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font: normal 100%/normal Arial, Helvetica, sans-serif;
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #fff;
	top: -80px;
	left: -29px;
}
.tax-gamme .download .desc {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 40px;
}
.tax-gamme .download .desc span {
	font-size: 23px;
}
.tax-gamme .download .desc button {
	display: block;
	position: absolute;
	background: #81B61F;
	color: #fff;
	text-transform: uppercase;
	bottom: -120px;
	left: 50%;
	transform: translateX(-50%);
	width: 280px;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	font-size: 22px;
	border: 0;
	z-index: 9;
	font-weight: 600;
}
.tax-gamme .download .desc button:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 280px;
	border-color: transparent transparent transparent #81B61F;
	position: absolute;
	top: -10px;
	left: 0;
}
.tax-gamme .download .desc button:hover {
	background: #104D43;
}
.tax-gamme .download .desc button:hover::before {
	border-color: transparent transparent transparent #104D43;
}
/*********************************************/
/******			ACTUALITE					******/
/*********************************************/
.page-template-template-actualite .top {
	background: #e8e8e8;
	padding-top: 30px;
	position: relative;
	z-index: 10;
}
.page-template-template-actualite .top::after {
	content: '';
	background: url('../images/after-top-actus.png') no-repeat;
	width: 1170px;
	height: 133px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 99;
}
.page-template-template-actualite .top .actu {
	height: 460px;
}
.page-template-template-actualite .top .actu a.link {
	text-decoration: none;
}
.page-template-template-actualite .top .actu a.link .content {
	height: 390px;
	color: #fff;
	background: RGBA(16, 77, 67, 0.7);
	padding: 40px;
	display: flex;
	align-items: center;
}
.page-template-template-actualite .top .actu a.link .content h2 {
	margin: 0;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.page-template-template-actualite .top .actu a.link .content button,
.page-template-template-actualite .top .actu2 .content2 button,
.page-template-template-actualite .mid a.actu2 .content2 button,
.single-post .mid a.actu2 .content2 button {
	display: block;
	position: absolute;
	background: #81B61F;
	color: #fff;
	text-transform: uppercase;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 155px;
	text-align: center;
	padding: 3px;
	text-decoration: none;
	font-size: 14px;
	border: 0;
	z-index: 999;
}
.page-template-template-actualite .top .actu2 .content2 button {
	bottom: 11px;
}
.page-template-template-actualite .mid a.actu2 .content2 button,
.single-post .mid a.actu2 .content2 button {
	bottom: -70px;
}
.page-template-template-actualite .top .actu a.link .content button:before,
.page-template-template-actualite .top .actu2 .content2 button:before,
.page-template-template-actualite .mid a.actu2 .content2 button:before,
.single-post .mid a.actu2 .content2 button:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 155px;
	border-color: transparent transparent transparent #81B61F;
	position: absolute;
	top: -10px;
	left: 0;
}
.page-template-template-actualite .top .actu a.link .content button:hover,
.page-template-template-actualite .top .actu2 .content2 button:hover,
.page-template-template-actualite .mid a.actu2 .content2 button:hover,
.single-post .mid a.actu2 .content2 button:hover {
	background: #104D43;
}
.page-template-template-actualite .top .actu a.link .content button:hover::before,
.page-template-template-actualite .top .actu2 .content2 button:hover::before,
.page-template-template-actualite .mid a.actu2 .content2 button:hover::before,
.single-post .mid a.actu2 .content2 button:hover::before {
	border-color: transparent transparent transparent #104D43;
}
/* .page-template-template-actualite .top .actu2 .video .embed-container,
.page-template-template-actualite .top .actu2 .video .embed-container iframe,
.page-template-template-actualite .mid .actu2 .video .embed-container,
.page-template-template-actualite .mid .actu2 .video .embed-container iframe,
.single-post .mid .actu2 .video .embed-container,
.single-post .mid .actu2 .video .embed-container iframe {
	width: 100%;
	height: 254px;
} */
.page-template-template-actualite .top .actu2 .video a img,
.page-template-template-home .top .slider .video a img,
.single .actu .video a img,
.single-produit .video a img {
	opacity:0.8;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
}
.page-template-template-actualite .top .actu2 .video a:hover img,
.page-template-template-home .top .slider .video a:hover img,
.single .actu .video a:hover img,
.single-produit .video a:hover img {
	opacity:1;
}
.page-template-template-actualite .top .actu2 .video a .svg-inline--fa,
.page-template-template-home .top .slider .video a .svg-inline--fa,
.single .actu .video a .svg-inline--fa,
.single-produit .video a .svg-inline--fa {
	font-size: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:#FFFFFF;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-o-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
	transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
}
.page-template-template-actualite .top .actu2 .video a:hover .svg-inline--fa,
.page-template-template-home .top .slider .video a:hover .svg-inline--fa,
.single .actu .video a:hover .svg-inline--fa,
.single-produit .video a:hover .svg-inline--fa {
	color:#89BE34;
}
.page-template-template-actualite .top .actu2 .video,
.page-template-template-home .top .slider .video,
.page-template-template-actualite .mid .actu2 .video,
.single-post .mid .actu2 .video,
.single .actu .video {
	position: relative;
}
.single .actu .video {
	background: #000;
	text-align: center;
}
.page-template-template-home .top .slider .video {
	left: 50%;
	transform: translate(-50%);
	background: #000;
	width: 510px;
	height: 330px;
}
.page-template-template-home .top .slider .video img {
	width: 510px !important;
	height: 330px;
}
.page-template-template-actualite .top .actu2 .video h3,
.page-template-template-actualite .mid .actu2 .video h3,
.single-post .mid .actu2 .video h3 {
	background: RGBA(16, 77, 67, 0.7);
	margin: 0;
	position: absolute;
	bottom: 0;
	width: 360px;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.page-template-template-actualite .top .actu2 .content2 {
	background: #fff;
	padding: 20px 25px;
	color: #104D43;
	height: 136px;
}
.page-template-template-actualite .mid .actu2 .content2,
.single-post .mid .actu2 .content2 {
	background: #fff;
	padding: 20px 25px 0 25px;
	color: #104D43;
	height: 105px;
	margin-bottom: 110px;
}
.page-template-template-actualite .mid .actu2:hover .content2,
.single-post .mid .actu2:hover .content2 {
	color: #81B61F;
}
.page-template-template-actualite .mid,
.single-post .mid {
	background: #d9d9d9;
	padding-top: 40px;
	padding-bottom: 130px;
}
.page-template-template-actualite .mid .actu2 .content2::after,
.single-post .mid .actu2 .content2::after {
	content: '';
	background: url('../images/after-actus.png') no-repeat;
	width: 360px;
	height: 90px;
	position: absolute;
	left: 50%;
	bottom: -90px;
	transform: translateX(-50%);
	z-index: 99;
}
.page-template-template-actualite .mid #loader {
	display:none;
}
.page-template-template-actualite .mid #loadMore {
	border: 0;
    padding: 10px 15px;
    cursor:pointer;
    background: #81b61f;
    color: #fff;
    text-decoration:none;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.page-template-template-actualite .mid #loadMore:hover {
	background:#104d43
}
.single-post .top {
	background: rgba(232,232,232,1);
	padding-top: 20px;
	padding-bottom: 100px;
}
.single-post .top h2 {
	color: #104D43;
	font-size: 30px;
	margin: 0 0 30px 0;
}
.single-post .top .actu {
	position: relative;
}
.single-post .top .actu::after {
	content: '';
	background: url('../images/after-actu.png') no-repeat;
	width: 1140px;
	height: 95px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 99;
}
.single-post .top .contenu {
	color: #104D43;
	font-size: 13px;
	padding: 50px 30px 0 30px;
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
	-webkit-column-rule: 2px solid #104D43;
	-moz-column-rule: 2px solid #104D43;
	column-rule: 2px solid #104D43;
	text-align: justify;
}
.single-post .top .socials-sharing {
	color: #104D43;
	font-size: 12px;
	padding: 10px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-style: italic;
}
.single-post .top .socials-sharing a {
	color: #104D43;
	width: 26px;
	height: 26px;
	border: 2px solid #104D43;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3px;
}
.single-post .top .socials-sharing a:hover {
	color: #fff;
	background: #104D43;
}
.single-post .top .socials-sharing div {
	margin-right: 10px;
}
.single-post .mid {
	margin-bottom: 50px;
	position: relative;
}
.single-post .mid .plus {
	display: block;
	position: absolute;
	background: #104D43;
	color: #fff;
	text-transform: uppercase;
	top: -10px;
	left: 50%;
	transform: translateX(-570px);
	width: 230px;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	border: 0;
}
.single-post .mid .plus:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 230px;
	border-color: transparent transparent transparent #104D43;
	position: absolute;
	top: -10px;
	left: 0;
}
/*********************************************/
/******				CONTACT					******/
/*********************************************/
.page-template-template-contact h2 {
	color: #104D43;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.page-template-template-contact .top {
	background: #e8e8e8;
	position: relative;
	top: -61px;
}
.page-template-template-contact .top .map {
	height: 435px;
	padding: 0;
}
.page-template-template-contact .top .map .acf-map {
	width: 100%;
	height: 435px;
	border: 0;
	margin: 0;
}
.page-template-template-contact .mid {
	margin-top: 0;
	background: -moz-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(232,232,232,0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232,232,232,1)), color-stop(100%, rgba(232,232,232,0))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(232,232,232,0) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(232,232,232,0) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(232,232,232,0) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(232,232,232,1) 0%, rgba(232,232,232,0) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e8e8e8',GradientType=0 ); /* ie6-9 */
}
.page-template-template-contact .mid .bg {
	height: 605px;
	background: url('../images/bg-contact.png') top right no-repeat;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 100px;
	position: relative;
	top: 0;
	font-size: 15px;
	color: #104D43;
	font-weight: 600;
	-webkit-box-shadow: 6px 0px 6px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: 6px 0px 6px -5px rgba(0,0,0,0.3);
	box-shadow: 6px 0px 6px -5px rgba(0,0,0,0.3);
}
.page-template-template-contact .mid .bg::after {
	content: '';
	background: #d4d4d4;
	width: 2px;
	height: 193px;
	position: absolute;
	bottom: -188px;
	right: -1px;
}
.page-template-template-contact .mid .bg .tel {
	font-size: 20px;
	padding: 5px 0;
}
.page-template-template-contact .mid .bg .email {
	font-size: 16px;
	padding: 5px 0;
}
.page-template-template-contact .mid .bg .tel a,
.page-template-template-contact .mid .bg .email a {
	color: #104D43;
}
.page-template-template-contact .mid .bg .tel a:hover,
.page-template-template-contact .mid .bg .email a:hover {
	color: #81B61F;
	text-decoration: none;
}
.page-template-template-contact .mid .bg .tel img,
.page-template-template-contact .mid .bg .email img {
	margin-right: 10px;
}
.page-template-template-contact .mid .form {
	padding-top: 60px;
}
.page-template-template-contact .mid .form input[type='text'],
.page-template-template-contact .mid .form input[type='tel'],
.page-template-template-contact .mid .form input[type='email'],
.page-template-template-contact .mid .form textarea,
.page-template-template-contact .mid .form select {
	padding: 4px 8px;
	border: 1px solid #104D43;
}
.page-template-template-contact .mid .form input[type='text'],
.page-template-template-contact .mid .form input[type='tel'],
.page-template-template-contact .mid .form input[type='email'],
.page-template-template-contact .mid .form select {
	width: 170px;
	margin-bottom: 20px;
	border-left: 0;
}
.page-template-template-contact .mid .form select {
	height: 30px;
	border-radius: 0;
	margin-left: -2px;
	background: #fff;
}
.page-template-template-contact .mid .form textarea {
	width: 250px;
	margin-top: 30px;
	height: 280px	;
}
.page-template-template-contact .mid .form span.in {
	background: #81B61F;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 10px;
}
.page-template-template-contact .mid .form span.in2 {
	position: relative;
	top: 5px;
}
.page-template-template-contact .mid .form input[type='submit'] {
	background: #104D43 url('../images/picto-submit.png') 9px 4px no-repeat;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 6px 20px 6px 43px;
	border: 0;
	position: relative;
	margin-right: 90px;
}
.page-template-template-contact .mid .form input[type='submit']:hover {
	background-color: #81B61F;
}
.page-template-template-contact .mid .form div.wpcf7-response-output {
	margin: 2em 0.5em 7em;
}
.page-template-template-contact .mid .form #rgpd{
	height: 20px;
	width: 30px;
}
.page-template-template-contact .mid .form small{
	font-size: 14px !important;
	line-height: 14px !important;
}
.page-template-template-contact .bot {
	padding-bottom: 70px;
}
.page-template-template-contact .bot .feuille {
	height: 300px;
	position: relative;
}
.page-template-template-contact .bot .feuille::before {
	content: '';
	background: url('../images/j3c-contact.png') no-repeat;
	width: 205px;
	height: 232px;
	position: absolute;
	left: 186px;
	bottom: 0;
}
.page-template-template-contact .bot .socials {
	color: #104D43;
	font-size: 20px;
	height: 220px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-style: italic;
}
.page-template-template-contact .bot .socials a {
	color: #104D43;
	width: 38px;
	height: 38px;
	border: 2px solid #104D43;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3px;
}
.page-template-template-contact .bot .socials a:hover {
	color: #fff;
	background: #104D43;
}
.page-template-template-contact .bot .socials div {
	margin-right: 10px;
}
.page-template-template-contact .bot .rejoindre {
	height: 130px;
	display: flex;
	align-items: center;
	color: #104D43;
	padding-left: 100px;
	margin-top: 40px;
}
.page-template-template-contact .bot .rejoindre a {
	color: #104D43;
}
.page-template-template-contact .bot .rejoindre a:hover {
	color: #81B61F;
	text-decoration: none;
}
.page-template-template-contact .bot .rejoindre span {
	font-size: 18px;
	font-weight: 600;
}
/*********************************************/
/******					SITEMAP				******/
/*********************************************/
.page-id-28 .top {
	z-index: 99;
	position: relative;
}
/*********************************************/
/******				SOCIAL WALL				******/
/*********************************************/
#ff-stream-1, #ff-stream-1 .ff-popup, #ff-stream-1 .ff-search input {
	background-color: #efefef !important;
	margin-bottom: 50px !important;
	border-radius: 10px;
}
/*********************************************/
/******			RESPONSIVE				******/
/*********************************************/
@media only screen and (max-width: 1200px) {
	.bar > li.active .before {
		width: 116px;
	}
	.bar > li.active:after {
		border-width: 18px 116px 0 0;
	}
	.bar > li > a {
		font-size: 13px;
	}
	.no-js .menu:hover .submenu,
	.menu-hover:hover .submenu,
	.menu-click.menu-active .submenu {
		top: 28px;
	}
	.page-template-template-home header .bgheader .titres .grosTitre {
		font-size: 24px;
		line-height: 28px;
	}
	.page-template-template-home header .bgheader .titres .petitTitre {
		font-size: 12px;
	}
	.page-template-template-home .top .slider::before {
		border-width: 45px 0 0 485px;
	}
	.page-template-template-home .top .slider #btnPrev, .page-template-template-home .top .slider #btnNext {
		left: 15px;
	}
	.page-template-template-home .top .slider #btnNext {
		left: 55px;
	}
	.page-template-template-home .activite::before, .page-template-template-home .partenaires::before, .single-produit .activite::before {
		width: 280px;
		left: 0;
	}
	.page-template-template-home .activite::after, .page-template-template-home .partenaires::after, .single-produit .activite::after {
		width: 280px;
		right: 0;
	}
	.page-template-template-home .activiteImg div, .single-produit .activiteImg div {
		font-size: 10px;
	}
	.single-produit .activiteImg div img {
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    width: 60px;
	}
	footer #menu {
		transform: scale(0.8);
	}
	.page-template-template-home .newsletter::after,
	.page-template-template-actualite .newsletter::after {
		bottom: -50px;
		transform: scale(0.82);
	}
	.page-template-template-home header .bgheader .owl-buttons #btnPrevBand, .page-template-template-home header .bgheader .owl-buttons #btnNextBand {
		transform: translateX(-470px);
	}
	.page-template-template-home header .bgheader .owl-buttons #btnNextBand {
		transform: translateX(470px);
	}
	.page-template-template-home header .bgheader .titres .petitTitre2 {
		font-size: 24px;
	}
	.page-template-template-home header .bgheader .titres .grosTitre4 {
		font-size: 18px;
		line-height: 18px;
	}
	.page-template-template-home header .bgheader .titres .petitTitre4 {
		font-size: 18px;
	}
	.wrap {
		overflow-x: hidden;
	}
	.page-template-template-histoire .top .intro::after {
		width: 403px;
	}
	.page-template-template-histoire .top .desc .debut, .page-template-template-histoire .top .desc .fin {
		right: -126px;
	}
	.page-template-template-histoire .top .desc .down {
		right: -96px;
	}
	.page-template-template-histoire .premier::before {
		right: 0;
		transform: none;
	}
	.page-template-template-histoire .premier::after {
		right: 0;
		transform: none;
	}
	.page-template-template-savoir .savoirs::after {
		display: none;
	}
	.page-template-template-categories .top .cat .catWidth {
		width: 100%;
	}
	.page-template-template-categories .top .cat .catWidth .desc::after {
		width: 345px;
	}
	.page-template-template-categories .top .cat:nth-of-type(2), .page-template-template-categories .top .cat:nth-of-type(4) {
		padding-left: 15px;
	}
	.page-template-template-categories .top .cat:nth-of-type(2) .catWidth .desc::after, .page-template-template-categories .top .cat:nth-of-type(4) .catWidth .desc::after {
		left: 15px;
	}
	.page-template-template-categories .top .cat .catWidth .photo {
		height: 121px;
		overflow: hidden;
	}
	.tax-gamme .gamme .colDroite {
		margin-left: 130px;
	}
	.tax-gamme .gamme .produit .after {
		width: 323px;
	}
	.page-template-template-actualite .top .actu {
		padding-right: 0;
	}
	.page-template-template-actualite .top .actu2 .video h3, .page-template-template-actualite .mid .actu2 .video h3, .single-post .mid .actu2 .video h3 {
		width: 293px;
		font-size: 14px;
	}
	.page-template-template-actualite .top .actu2 .video .embed-container, .page-template-template-actualite .top .actu2 .video .embed-container iframe,
	.page-template-template-actualite .mid .actu2 .video .embed-container, .page-template-template-actualite .mid .actu2 .video .embed-container iframe,
	.single-post .mid .actu2 .video .embed-container, .single-post .mid .actu2 .video .embed-container iframe {
		height: 220px;
	}
	.page-template-template-actualite .top .actu a.link .content button, .page-template-template-actualite .top a.actu2 .content2 button, .page-template-template-actualite .mid a.actu2 .content2 button, .single-post .mid a.actu2 .content2 button {
		bottom: -26px;
	}
	.page-template-template-actualite .top .actu2 .content2 {
		height: 170px;
	}
	.page-template-template-actualite .top::after {
		display: none;
	}
	.page-template-template-actualite .mid .actu2 .content2::after, .single-post .mid .actu2 .content2::after {
		display: none;
	}
	.page-template-template-actualite .mid .actu2 .content2, .single-post .mid .actu2 .content2 {
		height: 140px;
	}
	.page-template-template-actualite .mid a.actu2 .content2 button, .single-post .mid a.actu2 .content2 button {
		bottom: -26px;
	}
	.page-template-template-actualite .mid, .single-post .mid {
		padding-bottom: 60px;
	}
	.single-post .top .actu::after {
		bottom: -10px;
		transform: translateX(-50%) scale(0.83);
	}
	.single-post .mid .plus {
		transform: translateX(-470px);
	}
	.page-template-template-home .newsletter::after,
	.page-template-template-actualite .newsletter::after {
		display: none;
	}
	.bgheader .titrePage2 h1 {
		font-size: 20px;
	}
	.bgheader .titrePage {
		font-size: 16px;
	}
	.page-template-template-contact .mid .form span.in {
		padding: 6px 2px;
	}
	.page-template-template-contact .mid .form input[type='submit'] {
		margin-right: 23px;
	}
	.page-template-template-contact .bot .feuille::before {
		left: 119px;
	}
	.single-produit .titreForm:before {
		border-width: 10px 0 0 323px;
	}
	.page-template-template-actualite .top .actu2 .content2 button {
		bottom: -26px;
	}
	.page-template-template-contact .mid .form input[type='text'], .page-template-template-contact .mid .form input[type='tel'], .page-template-template-contact .mid .form input[type='email'], .page-template-template-contact .mid .form select {
		width: 130px;
	}
}
@media only screen and (max-width: 991px) {
	.page-template-template-home header .bgheader .titres {
		text-align: right;
		margin-top: 60%;
		transform: inherit;
	}
	.page-template-template-home .top .slider #btnPrev, .page-template-template-home .top .slider #btnNext {
		left: 120px;
	}
	.page-template-template-home .top .slider #btnNext {
		left: 160px;
	}
	.page-template-template-home .top .slider::before {
		border-width: 45px 0 0 750px;
	}
	.page-template-template-home .top .slider .owl-carousel .owl-item .lienActu {
		left: 0;
		right: 0;
	}
	.page-template-template-home .newsletter,
	.page-template-template-actualite .newsletter {
		padding: 20px 15px;
		text-align: center;
		margin-bottom: 30px;
	}
	.page-template-template-home .newsletter .titreNewsletter,
	.page-template-template-actualite .newsletter .titreNewsletter {
		left: 0;
		right: 0;
	}
	.page-template-template-home .activite::before, .page-template-template-home .partenaires::before,
	.page-template-template-home .activite::after, .page-template-template-home .partenaires::after {
		width: 190px;
		top: 12px;
	}
	.page-template-template-home .activiteImg, .page-template-template-home .partenairesImg, .single-produit .activiteImg {
		display: block;
		text-align: center;
	}
	.single-produit .activiteImg div {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    height: 115px;
	}
	.page-template-template-home .activiteImg div,
	.single-produit .activiteImg div {
		font-size: 10px;
		display: inline-block;
	}
	footer .logo {
		text-align: center;
	}
	footer .ftMenu {
		text-align: center;
	}
	.page-template-template-home header .bgheader .titres .grosTitre {
		font-size: 18px;
		line-height: 22px;
	}
	.page-template-template-home header .bgheader .titres .petitTitre {
		font-size: 10px;
	}
	.breadcrumbs {
		display: none;
	}
	.bgheader::after,
	.bgheader::before {
		display: none;
	}
	.bgheader .titrePage, .bgheader .titrePage2 {
		height: 130px;
	}
	.page-template-template-histoire .top .colGauche {
		border-right: 0;
	}
	.page-template-template-histoire .top .intro {
		right: 0;
		margin-bottom: 30px;
	}
	.page-template-template-histoire .top .intro::after {
		display: none;
	}
	.page-template-template-histoire .top .intro .nom,
	.page-template-template-histoire .top .intro .fonction {
		position: initial;
	}
	.page-template-template-histoire .top .intro .marque {
		margin-top: 8px;
	}
	.page-template-template-histoire .top .colGauche img {
		display: none;
	}
	.page-template-template-histoire .top .paddingLeft {
		padding-left: 15px;
	}
	.page-template-template-histoire .top .photoDroite {
		text-align: center;
	}
	.page-template-template-histoire .top .photoDroite::after {
		display: none;
	}
	.page-template-template-histoire .top .paddingRight {
		padding-right: 15px;
	}
	.page-template-template-histoire .premier .titre {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.page-template-template-histoire .premier .titre::before,
	.page-template-template-histoire .premier .contenu::before,
	.page-template-template-histoire .premier::after {
		display: none;
	}
	.page-template-template-histoire .premier {
		margin-bottom: 0;
	}
	.bgheader {
		height: auto;
		background-size: cover !important;
	}
	.bgheader .titrePage, .bgheader .titrePage2 {
		height: auto;
		text-align: center;
		display: block;
	}
	.bgheader .titrePage {
		margin-top: 223px;
		padding: 0 15px;
	}
	.bgheader .titrePage2 h1 {
		font-size: 23px;
		height: auto;
		padding: 5px 15px;
		display: block;
		text-align: center;
	}
	.bgheader .titrePage2 h1:before {
		display: none;
	}
	.page-template-template-histoire .top .desc .debut, .page-template-template-histoire .top .desc .fin, .page-template-template-histoire .top .desc .down {
		display: none;
	}
	.page-template-template-savoir .savoirs {
		margin-bottom: 0;
	}
	.page-template-template-savoir .optez {
		background: none;
	}
	.page-template-template-savoir .optez .fd {
		height: auto;
		margin-bottom: 0;
	}
	.page-template-template-savoir .optez .userText, .page-template-template-savoir .optez .desc {
		height: 170px;
	}
	.page-template-template-savoir .optez .desc::before, .page-template-template-savoir .optez .fd::after, .page-template-template-savoir .optez .fd::before {
		display: none;
	}
	.page-template-template-categories .top .cat button {
		bottom: -52px;
		left: 98px;
	}
	.tax-gamme .gamme a.produit {
		display: block;
		-webkit-box-shadow: -10px 100px 100px -110px rgba(0,0,0,0.75);
		-moz-box-shadow: -10px 100px 100px -110px rgba(0,0,0,0.75);
		box-shadow: -10px 100px 100px -110px rgba(0,0,0,0.75);
		margin-bottom: 60px;
	}
	.tax-gamme .gamme .colGauche {
		margin-left: 0;
	}
	.tax-gamme .gamme .colGauche .photo,
	.tax-gamme .gamme .colDroite .photo {
		text-align: center;
	}
	.tax-gamme .gamme .produit .after {
		display: none;
	}
	.tax-gamme .gamme .produit button {
		bottom: -28px;
	}
	.tax-gamme .gamme .colGauche::after,
	.tax-gamme .gamme .colDroite::before {
		display: none;
	}
	.tax-gamme .gamme .colDroite {
		margin-left: 0;
		margin-top: 0;
	}
	.tax-gamme .gamme::before {
		display: none;
	}
	.tax-gamme .gamme {
		padding-bottom: 20px;
	}
	.tax-gamme .download::before,
	.tax-gamme .download::after {
		display: none;
	}
	.page-template-template-actualite .top .actu a.link {
		display: block;
		padding-left: 0;
	}
	.page-template-template-actualite .top .actu {
		height: auto;
		margin-bottom: 30px;
	}
	.page-template-template-actualite .top .actu a.link .content {
		height: 250px;
		text-align: center;
	}
	.page-template-template-actualite .top .actu a.link .content button, .page-template-template-actualite .top a.actu2 .content2 button, .page-template-template-actualite .mid a.actu2 .content2 button, .single-post .mid a.actu2 .content2 button {
		bottom: 15px;
	}
	.page-template-template-actualite .top .actu2 .video h3, .page-template-template-actualite .mid .actu2 .video h3, .single-post .mid .actu2 .video h3 {
		text-align: center;
		width: 360px;
		left: 50%;
		transform: translateX(-50%);
	}
	.page-template-template-actualite .mid, .single-post .mid {
		padding-bottom: 0;
		padding-top: 0;
	}
	.page-template-template-actualite .top .actu2 .video, .page-template-template-actualite .mid .actu2 .video, .single-post .mid .actu2 .video {
		position: relative;
		text-align: center;
	}
	.single-post .top .actu::after {
		bottom: -20px;
		transform: translateX(-50%) scale(0.64);
	}
	.single-post .mid .plus {
		transform: translateX(-50%);
		top: -15px;
		z-index: 99;
	}
	.page-template-template-actualite .mid .actu2 .content2, .single-post .mid .actu2 .content2 {
		height: 163px;
		width: 360px;
		margin-left: 50%;
		transform: translateX(-50%);
	}
	.single-produit .h2 .apport1 {
		position: relative;
		top: 35px;
		transform: rotateZ(0);
		margin: 0 auto;
	}
	.single-produit .avantages svg.fa-file-alt {
		position: relative;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
	}
	.single-produit .avantages .avantage svg.fa-plus {
		display: none;
	}
	.single-produit .avantages .avantage {
		height: auto;
		display: block;
		padding: 10px 30px;
	}
	.single-produit .titreForm:before,
	.single-produit .flag .after,
	.single-produit .top::before,
	.single-produit .top::after {
		display: none;
	}
	.single-produit .formulaire {
		text-align: center;
	}
	.single-produit .formulaire .form input[type="submit"] {
		float: inherit;
		margin-top: 15px;
		margin-left: 15px;
	}
	.page-template-template-contact .mid .bg {
		background: url('../images/bg-contact.png') top center no-repeat;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.page-template-template-contact .mid .bg::after {
		display: none;
	}
	.page-template-template-contact .mid .form {
		padding-top: 0;
		margin-top: 40px;
	}
	.page-template-template-contact .mid .form input[type='text'], .page-template-template-contact .mid .form input[type='tel'], .page-template-template-contact .mid .form input[type='email'], .page-template-template-contact .mid .form select {
		width: 100%;
		margin-bottom: 20px;
		border-left: 1px solid;
	}
	.page-template-template-contact .mid .form span.in {
		padding: 6px 8px;
		float: left;
	}
	.page-template-template-contact .mid .form textarea {
		width: 100%;
		margin-top: 5px;
	}
	.page-template-template-contact .bot {
		margin-top: 10px;
	}
	.page-template-template-contact .bot .feuille::before {
		display: none;
	}
	.page-template-template-contact .bot .socials {
		justify-content: center;
		height: 100px;
	}
	.page-template-template-contact .bot .feuille {
		height: auto;
	}
	.page-template-template-contact .bot .rejoindre {
		padding-left: 15px;
		justify-content: center;
	}
	.page-template-template-contact .mid .form input[type='submit'] {
		position: relative;
		right: 50%;
		transform: translateX(50%);
		margin: 0 -20px 0 0;
	}
	.page-template-template-actualite .top .actu2 .content2 button {
		bottom: 10px;
	}
	.page-template-template-actualite .top .actu2 .content2 {
		width: 480px;
		margin: 0 auto;
	}
	.single-produit .activite::before {
		width: 200px;
		left: 0;
		top: 13px;
	}
	.single-produit .activite::after {
		width: 200px;
		right: 0;
		top: 13px;
	}
	.single-produit .video {
		text-align: center;
		margin-top: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.menu .logo img {
		left: 50%;
		transform: translateX(-50%);
	}
	.page-template-template-home header .bgheader .titres {
		margin-top: 360px;
		padding-right: 10px;
	}
	.page-template-template-home .top .intro {
		padding-left: 15px;
		text-align: center;
		padding-bottom: 40px;
	}
	.page-template-template-home .top .intro::before,
	.page-template-template-home .top .slider::before {
		display: none;
	}
	.page-template-template-home .top .slider #btnPrev, .page-template-template-home .top .slider #btnNext {
		left: 50%;
		transform: translateX(-255px);
	}
	.page-template-template-home .top .slider #btnNext {
		transform: translateX(-215px);
	}
	.page-template-template-home .activite::before, .page-template-template-home .partenaires::before, .page-template-template-home .activite::after, .page-template-template-home .partenaires::after {
		display: none;
	}
	.page-template-template-histoire .top .intro .nom, .page-template-template-histoire .top .intro .fonction {
		text-align: center;
	}
	.page-template-template-histoire .top .intro .text {
		border-left: 0;
		text-align: center;
	}
	.page-template-template-histoire .top .intro .marque {
		margin-bottom: 20px;
	}
	.page-template-template-categories .top .cat .catWidth .photo {
		height: initial;
	}
	.page-template-template-categories .top .cat {
		display: block;
		margin-bottom: 200px;
	}
	.page-template-template-actualite .newsletter {
		margin-top: 40px;
	}
	.single-post .top .actu::after {
		display: none;
	}
	.single-post .top .contenu {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
	.single-post .top h2 {
		font-size: 18px;
	}
	.single-post .top {
		padding-bottom: 50px;
	}
	.single-produit .activite::before, .single-produit .activite::after {
		display: none;
  }
	.row-eq-height {
		display: block;
	}
	.page-template-template-temoignages .temoignages .col-md-6 {
		padding: 15px;
	}
}
@media only screen and (max-width: 550px) {
	.page-template-template-home header .bgheader .titres {
		margin-top: 330px;
		padding-right: 10px;
	}
	.page-template-template-home .top .intro .gros {
		font-size: 20px;
	}
	.page-template-template-home .top .slider h2 {
		font-size: 20px;
		text-align: right;
		line-height: 33px;
	}
	.page-template-template-home .top .slider .owl-carousel .owl-item .lienActu .extrait {
		font-size: 12px;
		line-height: 14px;
		width: 100%;
	}
	.page-template-template-home .top .slider .owl-carousel .owl-item .lienActu .titre {
		font-size: 16px;
		width: 100%;
	}
	.page-template-template-home .top .slider .owl-carousel .owl-item .embed-container, .page-template-template-home .top .slider .owl-carousel .owl-item .embed-container iframe {
		width: auto;
		height: 178px;
	}
	.page-template-template-home .top .slider .owl-carousel .owl-item .lienActu {
		padding: 0 15px;
		z-index: 999;
		position: relative;
	}
	.page-template-template-home .top .slider .owl-carousel .owl-item {
		height: auto;
	}
	.page-template-template-home .top .slider {
		height: auto;
		padding-bottom: 22px;
		margin-bottom: 14px;
	}
	.page-template-template-home .newsletter input[type='email'],
	.page-template-template-actualite .newsletter input[type='email'] {
		width: 100%;
		margin: 10px 0;
	}
	.page-template-template-home .activiteImg div {
		margin-left: 20px;
		margin-right: 20px;
	}
	.page-template-template-home .top .slider #btnPrev, .page-template-template-home .top .slider #btnNext {
		left: 15px;
		transform: inherit;
	}
	.page-template-template-home .top .slider #btnNext {
		transform: inherit;
		left: 55px;
	}
	.page-template-template-savoir .optez .userText, .page-template-template-savoir .optez .desc {
		height: auto;
		display: block;
		text-align: center;
		padding: 20px 15px;
	}
	.page-template-template-savoir .optez .userText .user {
		padding-right: initial;
	}
	.page-template-template-savoir .optez .desc {
		font-size: 30px;
	}
	.page-template-template-categories .top .cat .catWidth h2 {
		font-size: 12px;
	}
	.page-template-template-categories .top .cat .catWidth .photo {
		height: 97px;
	}
	.page-template-template-categories .top .cat .catWidth .desc {
		background: #d5d5d5;
		padding: 0px 20px;
	}
	.page-template-template-categories .top .cat .catWidth .desc::after {
		display: none;
	}
	.page-template-template-categories .top .cat .catWidth .desc .descWidth {
		border-bottom: 0;
	}
	.page-template-template-categories .top .cat button {
		bottom: -28px;
		left: 50%;
		transform: translateX(-50%);
	}
	.page-template-template-categories .top .cat {
		display: block;
		margin-bottom: 150px;
	}
	.tax-gamme .download .desc {
		font-size: 14px;
	}
	.tax-gamme .download .desc span {
		font-size: 18px;
	}
	.page-template-template-actualite .mid .actu2 .content2, .single-post .mid .actu2 .content2 {
		margin-bottom: 30px;
	}
	.page-template-template-actualite .mid a.actu2 .content2 button, .single-post .mid a.actu2 .content2 button {
		bottom: -26px;
	}
	.single-post .top .contenu {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
	.page-template-template-contact .bot .rejoindre {
		height: auto;
		display: block;
		text-align: center;
	}
	.page-template-template-actualite .top .actu2 .content2 {
		width: 100%;
	}
	.page-template-template-actualite .top .actu2 .video h3, .page-template-template-actualite .mid .actu2 .video h3, .single-post .mid .actu2 .video h3 {
		width: 360px;
		position: relative;
	}
}
@media only screen and (max-width: 360px) {
	.page-template-template-actualite .mid .actu2 .content2, .single-post .mid .actu2 .content2 {
		width: 100%;
	}
	.page-template-template-actualite .top .actu2 .video h3, .page-template-template-actualite .mid .actu2 .video h3, .single-post .mid .actu2 .video h3 {
		width: 100%;
		position: relative;
	}
}
