@charset "utf-8";
/* CSS Document */

body{
	overflow-x: hidden;
}

a{
	outline: none !important;
}

.pre-header a:hover{
	text-decoration: underline;
}

.sticky-header.sticky {
    z-index: 1000;
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    background: #fff;
	border-bottom: 1px solid #80A62E
}
.sticky-header > .wp-block-group > .wp-block-group{
	transition: all 0.15s ease;
}
.sticky-header.sticky > .wp-block-group > .wp-block-group{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.sticky-header .wp-block-site-logo img{
	transition: all 0.15s ease;
}
.sticky-header.sticky  .wp-block-site-logo img {
    width: 125px;
    margin-top: 5px;
}

.btn-vr,
.btn-vr-fv{
	background-color: #80A62E !important;
	border: none !important;
	color: var(--wp--preset--color--base) !important;
	padding-top: var(--wp--preset--spacing--20);
    padding-right: 30px;
    padding-bottom: var(--wp--preset--spacing--20);
    padding-left: 30px;
    font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.536), 20px);
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
	font-family: var(--wp--preset--font-family--barlow) !important;
	border-radius: 50px !important;
}
.btn-vr-fv{
	color: #006A34 !important;
	background: #fff !important;
	color:#006A34 !important;
	border: solid 1px #006A34 !important;
	margin:0 auto;
}

.btn-scale{
	transition: all .20s ease-in-out;
}
.btn-scale:hover{
	transform: scale(1.1);
}
.btn-scale a:hover{
	text-decoration: none !important;
}
.disp-ib{
	display: inline-block !important;
}
.btn-ov-vr a,
input.btn-ov-vr,
.btn-ov-vrf a{
	transition: all .20s ease-in-out;
}
.btn-ov-vr a:hover,
.btn-ov-vr-a:hover,
input.btn-ov-vr:hover{
	background-color: var(--wp--preset--color--accent-4) !important;
	color: #fff !important;
}
.btn-ov-vrf a:hover,
.btn-ov-vrf-a:hover{
	background-color: var(--wp--preset--color--accent-3) !important;
	color: #fff !important;
}

@keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(-1.73deg);
    transform: translateX(-1px) rotate(-1.73deg);
  }
}
.buzz-out-on-hover {
	display: inline-block;
	vertical-align: middle;
	/*-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.buzz-out-on-hover:hover, .buzz-out-on-hover:focus, .buzz-out-on-hover:active {
	-webkit-animation-name: buzz-out-on-hover;
	animation-name: buzz-out-on-hover;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.img-scale-incl .the-img{
	position: relative;
	overflow: hidden;
}
.img-scale-incl .the-img img{
	transition: all .3s ease-in-out;
}
.img-scale-incl:hover .the-img img{
	-webkit-transform: scale(1.05) rotate(3deg);
    transform: scale(1.05) rotate(3deg);
}

.blg-drt-70{
	border-radius: 70px 70px 0 0;
    overflow: hidden;
}
.blg-dr-70{
	border-radius: 70px;
    overflow: hidden;
}
.blg-dr-30{
	border-radius: 30px;
    overflow: hidden;
}

.logo-style a{
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
	border-radius: 148px 148px 0 0;
	outline: none !important;
}
.logo-style a::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 30%, 
    rgba(255,255,255,0.3)
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}
.logo-style a:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
  left: -25%;
}

.footer-txt a{
	color:#000 !important;
}

.home-h1-grp{
	position: relative;
}
.home-h1-sep {
	position: absolute;
	background: #80A62E;
	height: 42px;
	width: 457px;
	z-index: -1;
	left: 49.5%;
	top: 42px;
	border: none;
}

.home-h1{
	margin-top: 8vh !important;
}
.home-h1 span{
	font-family: var(--wp--preset--font-family--barlow) !important;
	font-size: clamp(36.08px, 2.255rem + ((1vw - 3.2px) * 2.671), 66px) !important;
	font-weight: 600 !important;
}
.h2-style span{
	font-family: var(--wp--preset--font-family--barlow) !important;
	font-weight: 400 !important;
	color: #000 !important;
}
.img-pres img{
	max-height: 700px !important;
}
.img-pres.int img{
	max-height: 750px !important;
}
.ch-counter .ctrbCounters {
    padding: 0 !important;
}
.ch-counter .ctrbCounters .counter {
    height: auto !important;
    padding: 0 !important;
}
.ch-counter .ctrbCounters .counter .counterNumber{
	margin: 0 !important;
}
.ch-counter .ctrbCounters .counter .counterNumber * {
    font-family: var(--wp--preset--font-family--poetsen-one) !important;
    font-size: clamp(29.303px, 1.831rem + ((1vw - 3.2px) * 1.937), 51px) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
}
.ch-counter.wp-block-ctrb-counters .ctrbCounters > div {
    align-items: start !important;
}

.btn-scale{
	transition: all .20s ease-in-out;
}
.btn-scale:hover,
.hp-actu-item:hover .btn-scale{
	transform: scale(1.1);
}
.btn-scale a:hover{
	text-decoration: none !important;
}

.hp-produits figure{
	transition: all .20s ease-in-out;
}
.hp-produits .wp-block-column:hover figure{
	transform: scale(1.1);
}
.hp-produits .wp-block-column a:hover{
	text-decoration: underline;
}

.wdg-dem-dev{
    position: fixed;
    z-index: 5;
    width: 190px;
    right: -5px;
    top: 65%;
}
.wdg-dem-dev figure{
	min-width: 65px;
}

.a-h-u a:hover{
	text-decoration: underline !important;
}

/********Contact form*********/
.form-row{
	width: 100%;
}
.column-half, .column-full {
    float: left;
    position: relative;
    padding: 6px 0;
    width: 100%;
    margin: 0;
}
.column-full{}
.column-full p:empty {
  display: none;
}

.column-half label{
	margin-bottom: 0;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, .wpcf7 select {
    width: calc(100% - 27px);
    padding: 9px 12px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000;
	font-size: 18px;
	font-weight: 400;
    outline: none !important;
	font-family: var(--wp--preset--font-family--barlow) !important;
}
.wpcf7 select {
	width: 100%;
}
.wpcf7 input[type="text"]::placeholder, 
.wpcf7 input[type="email"]::placeholder, 
.wpcf7 input[type="tel"]::placeholder, 
.wpcf7 textarea::placeholder{
	color: #666666;
}
.wpcf7 input[type="checkbox"]{
	border: 1px solid #fff !important;
	-webkit-box-shadow: none !important;
  	box-shadow: none !important;
	outline: none !important;
}
/*.wpcf7 .wpcf7-submit {
    border: solid 1px #fff;
    background: none;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    padding: 7px 25px;
	outline: none !important;
}
.wpcf7 .wpcf7-submit:hover{
	background:#ffffff2e;
}*/
.wpcf7 .wpcf7-submit:disabled{
	opacity: .5;
}
#kubi-produits {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin: 0;
}
#kubi-produits .ch-title {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
#kubi-produits .ct{
    max-height: 200px;
    overflow: auto;
}
#kubi-produits .ct label{
	font-size: 16px;
}
[data-name="acceptance"] .wpcf7-list-item-label{
	font-size: 18px;
}
.wpcf7-not-valid-tip {
    font-size: 17px;
    padding-left: 10px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
	border-width: 1px;
	border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
}
/*****************************/

.prd-sep {
    width: 150px;
    border-width: 2px !important;
    margin-left: 0;
    margin-top: 0.8rem;
}

.disp-ih{
	display: inherit;
}

.hp-bann-vid .hp-video{
    position: absolute;
    top: -1em;
    left: 0;
    height: 115vh;
}

@media (min-width: 1140px ) {  
	.header-menu-ct{
		width: 82%;
	}
	nav.header-menu {
		background: #fff;
		border-radius: 40px;
		padding-left:70px;
		padding-right:70px;
		width: 100%;
	}
	nav.header-menu ul.header-menu{
		justify-content: space-between;
	}
	.header-menu a{
		outline: none !important;
	}
	ul.header-menu > li{
		/*padding-left: 1.65em;
		padding-right: 1.65em;*/
		height: 72px;
		display: flex;
		align-items: center;
	}	
	
	ul.header-menu > li > a:hover,
	.current-menu-item,
	.current-menu-ancestor > a{
		color: #80A62E !important;
		font-weight: 600;
		text-decoration: none !important;
	}
	ul.header-menu > li:hover .wp-block-navigation__submenu-icon {
		color: #80A62E !important;
	}
	ul.header-menu > li > .wp-block-navigation__submenu-container{
		width: 364px !important;
		left: calc(50% - 156px) !important;
		border: none !important;
		background: transparent !important;
		padding-top: 10px !important;
	}
	ul.header-menu > li > .wp-block-navigation__submenu-container:before {
		width: 100%;
		height: 100%;
		z-index: -1;
		content: "";
		box-shadow: 0px 0px 24px 0px #00000033;
		border-radius: 30px;
		display: block;
		position: absolute;
		top: 10px;
		left: 0;
	}
	ul.header-menu > li > .wp-block-navigation__submenu-container > li{
		background: #fff;
		margin: 0 !important;
	}
	ul.header-menu > li > .wp-block-navigation__submenu-container > li:first-child{
		border-radius: 30px 30px 0 0;
	}
	ul.header-menu > li > .wp-block-navigation__submenu-container > li:last-child{
		border-radius: 0 0 30px 30px;
	}
	ul.header-menu > li > .wp-block-navigation__submenu-container > li a{
		text-transform: none !important;
		font-size: 18px !important;
		padding-top: 4px !important;
		padding-bottom: 4px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	ul.header-menu > li > .wp-block-navigation__submenu-container > li:first-child a{
		padding-top: 20px !important;
	}
	ul.header-menu > li > .wp-block-navigation__submenu-container > li:last-child a{
		padding-bottom: 20px !important;
	}
	ul.header-menu > li > .wp-block-navigation__submenu-container > li a:hover{
		color: #80A62E !important;
		text-decoration: none !important;
	}
	
	.home header .sticky-header > .wp-block-group > .wp-block-group{
		padding-top: 0 !important;
	}
}

.av-alt{
	display: block;
	position: relative;
}
.menu-services .wp-block-cover .wp-block-buttons .wp-block-button .wp-block-button__link:after,
.av-alt:after{
	content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path d='M439.1 297.4C451.6 309.9 451.6 330.2 439.1 342.7L279.1 502.7C266.6 515.2 246.3 515.2 233.8 502.7C221.3 490.2 221.3 469.9 233.8 457.4L371.2 320L233.9 182.6C221.4 170.1 221.4 149.8 233.9 137.3C246.4 124.8 266.7 124.8 279.2 137.3L439.2 297.3z' fill='%2380A62E'/></svg>");
	display: block;
	position: absolute;
	right: 25px;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	transition: all .5s ease-in-out;
}
.menu-services .wp-block-cover .wp-block-buttons .wp-block-button .wp-block-button__link:hover:after,
.av-alt:hover:after{
	content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path d='M439.1 297.4C451.6 309.9 451.6 330.2 439.1 342.7L279.1 502.7C266.6 515.2 246.3 515.2 233.8 502.7C221.3 490.2 221.3 469.9 233.8 457.4L371.2 320L233.9 182.6C221.4 170.1 221.4 149.8 233.9 137.3C246.4 124.8 266.7 124.8 279.2 137.3L439.2 297.3z' fill='%23FFFFFF'/></svg>");
	right: 10px;
}

.hp-actu-item{
	position: relative;
}
.hp-actu-item > .wp-block-group{
	height: 183px;
	overflow: hidden;
}
.hp-actu-item .av-alt {
    position: absolute;
    bottom: 20px;
    left: 30px;
	width: calc(100% - 120px);
	z-index: 2;
}

.upl-btn a{
	position: relative;
}
.upl-btn a{
	padding-left: 55px !important;
}
.upl-btn a:after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_74_41)'><path fill-rule='evenodd' clip-rule='evenodd' d='M12.0443 0.984036C11.7857 0.988671 11.539 1.09311 11.3557 1.27551L5.34626 7.28691C5.24143 7.37672 5.15628 7.48722 5.09618 7.61149C5.03607 7.73576 5.0023 7.87111 4.99698 8.00905C4.99166 8.14699 5.01491 8.28453 5.06527 8.41306C5.11563 8.54159 5.19201 8.65832 5.28962 8.75593C5.38723 8.85354 5.50396 8.92992 5.63249 8.98028C5.76102 9.03064 5.89857 9.05389 6.0365 9.04857C6.17444 9.04325 6.30979 9.00948 6.43406 8.94937C6.55833 8.88927 6.66883 8.80413 6.75864 8.69929L11.0603 4.39565V18.0069C11.0498 18.5718 11.5087 19.0345 12.0736 19.028C12.6299 19.0205 13.0758 18.5631 13.0654 18.0069V4.40543L17.3593 8.69929C17.4643 8.80875 17.5929 8.89292 17.7352 8.94545C17.8775 8.99797 18.0299 9.01748 18.1809 9.0025C18.3709 8.98363 18.5516 8.91084 18.7016 8.7927C18.8516 8.67457 18.9647 8.51601 19.0276 8.33572C19.0906 8.15543 19.1006 7.96092 19.0566 7.7751C19.0127 7.58928 18.9165 7.4199 18.7795 7.28691L12.7681 1.27551C12.6731 1.18097 12.5601 1.10646 12.4357 1.0564C12.3114 1.00633 12.1783 0.981725 12.0443 0.984036ZM1.98942 17.0131C1.85773 17.0144 1.72758 17.0417 1.60643 17.0933C1.48528 17.145 1.3755 17.22 1.28338 17.3141C1.19126 17.4082 1.11861 17.5196 1.06957 17.6418C1.02054 17.7641 0.99609 17.8948 0.997627 18.0265V22.0347C0.997123 22.1669 1.02279 22.2979 1.07314 22.4201C1.12349 22.5423 1.19753 22.6534 1.291 22.7468C1.38447 22.8403 1.49552 22.9143 1.61774 22.9647C1.73995 23.015 1.87093 23.0407 2.00311 23.0402H22.0327C22.1648 23.0407 22.2958 23.015 22.418 22.9647C22.5403 22.9143 22.6513 22.8403 22.7448 22.7468C22.8382 22.6534 22.9123 22.5423 22.9626 22.4201C23.013 22.2979 23.0386 22.1669 23.0381 22.0347V18.0265C23.0323 17.7647 22.9243 17.5156 22.7371 17.3325C22.5499 17.1494 22.2984 17.0469 22.0366 17.0469C21.7747 17.0469 21.5233 17.1494 21.3361 17.3325C21.1489 17.5156 21.0408 17.7647 21.035 18.0265V21.037H3.00078V18.0265C3.00233 17.8931 2.97725 17.7608 2.927 17.6373C2.87675 17.5138 2.80234 17.4015 2.70814 17.3072C2.61395 17.2128 2.50185 17.1382 2.37843 17.0877C2.25502 17.0372 2.12276 17.0118 1.98942 17.0131Z' fill='white'/></g><defs><clipPath id='clip0_74_41'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>");
    display: block;
    position: absolute;
    left: 23px;
    top: calc(50% - 12px);
    width: 20px;
    height: 20px;
    transition: all .5s ease-in-out;
}

.product-specs{
	list-style: none;
    padding-left: 30px;
}
.product-specs li{
	margin-bottom: 10px;
	position: relative;
}
.product-specs li:last-child{
	margin-bottom: 0;
}
.product-specs li:before {
    content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path d='M439.1 297.4C451.6 309.9 451.6 330.2 439.1 342.7L279.1 502.7C266.6 515.2 246.3 515.2 233.8 502.7C221.3 490.2 221.3 469.9 233.8 457.4L371.2 320L233.9 182.6C221.4 170.1 221.4 149.8 233.9 137.3C246.4 124.8 266.7 124.8 279.2 137.3L439.2 297.3z' fill='%2380A62E'/></svg>");
    display: block;
    position: absolute;
    left: -27px;
    top: 2px;
    width: 20px;
    height: 20px;
}
.product-specs li .mot-cst{
	font-weight: 600;
}

.ov-h{
	overflow: hidden;
}

@media (min-width: 990px) {
	.menu-services .wp-block-cover{
		height: 550px;
		width: 100%;
	}
	.menu-services .wp-block-cover .wp-block-buttons .wp-block-button{
		width: 100%;
	} 
	.menu-services .wp-block-cover .wp-block-buttons .wp-block-button .wp-block-button__link{
		text-align: left;
		position: relative;
	}
	
	.menu-services > .wp-block-column{
		transition: all .20s ease-in-out;
	}
	.menu-services > .wp-block-column.actif{
		flex-basis: 35%;
		flex-grow: 0;
	}
	.menu-services > .wp-block-column:not(.actif){
		flex-basis: 0 !important;
		flex-grow: 1 !important;
	}
	.menu-services > .wp-block-column .wp-block-cover__inner-container p{
		transition: all .1s ease-in-out;
	}
	.menu-services > .wp-block-column.actif .wp-block-cover__inner-container p{
		font-size: clamp(25.014px, 1.563rem + ((1vw - 3.2px) * 1.517), 42px) !important;
	} 
	.f-br-70{
		border-radius: 70px;
		overflow: hidden;
	}
	.mh-206{
		min-height: 206px;
	}
}

@media (max-width: 989px) {
}

@media (max-width: 767px) {
	.pre-header {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top: 5px !important;
	}
	.pre-header > .wp-block-columns{
		gap: 5px !important;
	}
	.pre-header .ph-col-1 > .wp-block-group{
		gap: 15px !important;
		justify-content: center !important;
	}
	.pre-header .ph-col-2 > .wp-block-group{
		justify-content: center !important;
	}
	.hp-bann-vid{
		min-height: inherit !important;
	}
	.hp-bann-vid .home-h1{
		margin-top: 0 !important;
	}
	.chiffres-cles{
		margin-top: 10px !important;
	}
	.gris-list-arrondis{
		padding-bottom: 50px !important;
	}
	.menu-services .btn-ov-vr .wp-block-button__link{
		position: relative;
	}
	.menu-services .wp-block-cover .wp-block-buttons .wp-block-button .wp-block-button__link:after, .av-alt:after {
		right: 12px;
	}
	.slick-dots li button:before {
		font-size: 20px !important;
	}
	.slick-dots li.slick-active button:before {
		color: #80a62e !important;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 50px !important;
	}
	.slick-dots {
		bottom: -30px !important;
	}
	.wp-block-navigation.items-justified-right {
		--navigation-layout-justification-setting: flex-start !important;
		--navigation-layout-justify: flex-start !important;
	}
}

@media (min-width: 660px) {
	.column-half{
		width: calc(50% - 6px);
	}
	.column-half:first-child{
		padding-right: 6px;
	}
	.column-half:last-child{
		padding-left: 6px;
	}
}

@media (max-width: 660px) {
	.hp-bann-vid .hp-video{
		display: none !important;
	}
}
