@media screen and (max-height: 1000px) {
	.homeslider .homesliderc{
		margin-top: 69px;
	}
}

@media screen and (max-width: 1690px) {
	.zonee:after{
		right: auto;
		left: 50%;
		margin-left: 430px;
	}
}


@media screen and (max-width: 1490px) {
	footer .logo {
		width: 215px;
		height: 121px;
	}
}

@media screen and (max-width: 1390px) {
	.site-title a{
		left: 40px;
	}
	.wrap, .wrapper{
		padding: 0 40px;
	}
	.hometxt:after{
		bottom: -130px;
		transform: translate(-66%,0);
	}
	.homesliderc h2{
		font-size: 48px;
	}
	.servis .forme1{
		left: -260px;
	}
	.servis .forme2{
		right: -125px;
	}
}

@media screen and (max-width: 1290px) {
	.projo a span, .projsrec > span{
		font-size: 20px;
	}
	.projo a span svg, .projsrec > span svg {
		margin: -3px 0 0 13px;
		font-size: 22px;
	}
	.temoimg {
		width: 58%;
	}
	.temoicont, .temoignageslider .swiper-pagination {
		width: 42%;
	}
	.homesliderc h2 {
		font-size: 44px;
	}
	.zonee:after {
		margin-left: 340px;
	}
	.hometxt:after {
		bottom: -70px;
		transform: translate(-52%,0);
	}
	.footer-menu > li + li {
		margin-left: 70px;
	}
	.deuxcols .wp-block-column{
		padding-right: 0!important;
	}
}
@media screen and (max-width: 1190px) {
	.homesliderc .right {
		padding-left: 45px;
	}
	.bread{
		font-size: 12px;
	}
	h1.wp-block-heading, h2.wp-block-heading{
		font-size: 45px;
	}
	footer .logo {
		width: 180px;
		height: 101px;
	}
	.logoo picture, .logoo img{
		max-width: 110px;
		max-height: 70px;
	}
	.footer-menu > li + li {
		margin-left: 40px;
	}
	.temoicont, .temoignageslider .swiper-pagination {
		width: 50%;
	}
	.temoicont{
		padding: 110px 40px;
	}
	.temoimg {
		width: 50%;
	}
	.temoignageslider:before{
		left: 35px;
		top: 33px;
	}
	.footer-menu > li > ul > li + li {
		margin-top: 12px;
	}
	.projo a span, .projsrec > span{
		font-size: 18px;
		padding: 18px 24px;
	}
	.projo a span svg, .projsrec > span svg {
		margin: -2px 0 0 13px;
		font-size: 19px;
	}
}

@media screen and (min-width: 1024px) {
	.menu {
		display: flex!important;
	}
	.main-menu > li > ul {
		display: block;
		position: absolute;
		z-index: 1;
		text-align: left;
		line-height: 1;
		min-width: 100%;
		background: #948C3B;
		border-radius: 13px;
		white-space: nowrap;
		padding: 20px 30px 20px;
		box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
		left: 50%;
		opacity: 0;
		margin: 0;
		top: -999em;
		list-style: none;
		transform: translate(-50%,20px);
		-webkit-transform: translate(-50%,20px);
		-webkit-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
		-moz-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
		-o-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
		transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0.4s ease;
	}
	
	.main-menu > li:hover > ul.sub-menu {
		opacity: 1;
		top: 100%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		-webkit-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
		-moz-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
		-o-transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
		transition: opacity 0.4s ease,transform 0.4s ease,top 0s 0s ease;
	}
	
	.main-menu > li > ul > li{}
	.main-menu > li > ul > li + li{
		margin-top: 8px;
	}
	.main-menu > li > ul > li > a{
		font-size: 15px;
		color: white;
	}
	.main-menu > li > ul > li > a:hover, .main-menu > li > ul > li.current-menu-item > a{
		color: #1e1e1e;
	}
	.main-menu > li > a{
		color: #1e1e1e!important;
	}
	.main-menu > li > a{
		color: #1e1e1e!important;
	}
	.main-menu > li > a:after {
		content: '';
		display: block;
		width: 0;
		height: 1px;
		-webkit-transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1), background 0.4s ease;
		-moz-transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1), background 0.4s ease;
		-o-transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1), background 0.4s ease;
		transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1), background 0.4s ease;
		position: absolute;
		left: 0;
		bottom: -4px;
		border-radius: 0;
		background: #1e1e1e;
		transform: translate(0,50%);
		z-index: -1;
	}
	
	.main-menu > li:hover > a:after, header .main-menu > li.current-menu-item > a:after, header .main-menu > li.current-menu-parent > a:after, header .main-menu > li.current-page-ancestor > a:after {
		width: 100%;
	}
	.headerhome .main-menu > li > a:after {
		background: #F7F4ED;
	}
}

@media screen and (max-width: 1023px) {
	.main-menu > li > a{
		font-weight: 700;
	}
	header .main-menu li.current-menu-item > a, header .main-menu li.current-menu-parent > a, header .main-menu li.current-page-ancestor > a {
		color: #948C3B;
	}
	body, button, input, select, textarea{
		font-size: 15px;
	}
	.homesliderc h2 {
		font-size: 33px;
	}
	.homesliderc .left .txt{
		font-size: 19px;
	}
	.encartc {
		padding: 45px 30px 30px;
	}
	.encart .bouton, .reassurance p.h3{
		font-size: 20px;
	}
	.encartc h3{
		font-size: 22px;
	}
	.hometxt .wp-block-column{
		padding-left: 0!important;
	} 
	.service{
		width: 50%;
	}
	.zone h3{
		font-size: 38px;
	}
	.zonee:after {
		margin-left: 206px;
		width: 255px;
		height: 300px;
	}
	.reassurance img{
		height: 40px;
	}
	.headerhome{
		display: none!important;
	}
	.home:not(.scrolled) .site-header {
		transform: translate(0,0);
	}
	.hometxt:after{
		width: 255px;
		height: 300px;
		bottom: -247px;
		transform: translate(-40%,0);
		left: 100%;
	}
	
	.cols {
		display: block;
	}
	.col {
		text-align: center;
	}
	
	.col + .col{
		margin-top: 40px;
	}
	footer .logo {
		width: 180px;
		height: 101px;
		margin: 0 auto;
	}
	.logoo{
		width: 25%;
	}
	.projsrec .proj:nth-of-type(2){
		display: none;
	}
	.projsrec .proj:nth-of-type(1){
		width: 100%;
	}
	.proj {
		height: calc(var(--wwh) * 50);
	}
	.formu .gform_wrapper:before{
		left: 140px;
		top: -130px;
	}
	.formu .gform_wrapper:after{
		right: -160px;
		bottom: -130px;
	}
	.formu .gfmc-container {
		column-gap: 40px;
	}
	.formu .gform_wrapper{
		padding: 50px 40px 40px;
	}
	.deuxcolss .wp-block-column {
		padding-left: 0!important;
	}
	.projo a span, .projsrec > span {
		font-size: 15px;
		padding: 18px 18px;
	}
	.projo a span svg, .projsrec > span svg {
		margin: 0px 0 0 9px;
		font-size: 17px;
	}
	.textimg .txt{
		padding: 50px 40px;
	}
	h1.wp-block-heading br{
		display: none;
	}
	h2.wp-block-heading {
		font-size: 38px;
	}
	.questionsc {
		padding-left: 150px;
	}
	.site-header{
		padding: 0;
	}
	.menu {
		display: none;
		padding: 70px 40px 60px;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		background: white;
	}
	.site-header .wrap{
		height: 80px;
	}
	.site-title a{
		width: 115px;
		height: 64px;
	}
	.hamburger {
		display: block;
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translate(0,-50%);
	}
	.main-menu > li{
		display: block;
		padding-top: 20px;
		margin-top: 10px;
	}
	.main-menu > li + li {
		margin-left: 0;
		border-top: 1px solid #dadada;
	}
	.menu > *{
		display: block;
	}
	.top-menu{
		position: absolute;
		right: 100px;
		top: 21px;
	}
	.main-menu > li > ul{
		list-style: none;
		margin: 0;
		padding: 15px 0 0;
		line-height: 1;
	}
	.main-menu > li > ul > li{}
	.main-menu > li > ul > li + li{
		margin-top: 6px;
	}
	.fleche{
		top: 18px;
		font-size: 22px;
	}
	.top-menu > li > a{
		font-size: 16px;
		padding: 10px 18px;
	}
	.bouton, .wp-element-button, .contactprojc .bouton{
		font-size: 18px;
		padding: 12px 20px;
	}
	.projinfos .left, .contactprojc .txt {
		padding-right: 40px;
	}
	body:not(.home) .site-content {
		padding-top: 100px;
	}
	.txt h2{
		font-size: 28px;
	}
	.servis .forme1 {
		left: -210px;
		width: 260px;
		height: 236px;
	}
	.servis .forme2 {
		right: -180px;
	}
	h1.wp-block-heading br{
		display: none;
	}
	.contactprojc{
		padding: 45px 40px;
	}
	h2.wp-block-heading {
		font-size: 38px;
	}
	.cli-style-v2 .cli-bar-btn_container {
		margin-left: -5px;
	}
}
@media screen and (max-width: 743px) {
	#cookie-law-info-bar {
		left: 0;
		bottom: 0!important;
		width: 100%;
		max-width: 100%;
		padding: 20px 25px 20px!important;
	}
	.cli-style-v2 .cli-bar-btn_container {
		margin-top: 10px;
		display: block;
	}
	.cli-bar-btn_container a{
		margin: 2px 0!important;
		display: block;
		width: 100%;
	}
	.cli-style-v2 .cli-bar-btn_container {
		margin-left: 0;
	}
	.homesliderc .right {
		padding-left: 0;
		margin-top: 40px;
	}
	/* .homeslider .swiper-container, .homeslider .swiper-wrapper, .homeslider .swiper-slide {
		height: 32vh;
	} */
	.homeslider {
		margin-top: 68px;
	}
	.homeslider .swiper-container{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.homeslider{
		min-height: calc(calc(100 * var(--vh)) - 68px);
		height: auto;
	}
	.homeslider .swiper-container, .homeslider .swiper-wrapper, .homeslider .swiper-slide{
		height: 100%;
	}
	/* .homeslider .homesliderc {
		margin-top: 0;
		position: relative;
		top: 0;
		transform: translate(0,0);
		padding: 40px 0 42px; 
	}*/
	.homeslider .homesliderc {
		margin: 0;
		position: relative;
		top: 0;
		transform: translate(0,0);
		padding: 50px 0 95px;
	}
	/* .homeslider .swiper-slide:after{
		background: rgba(0,0,0,0);
	} */
	.homesliderc h2 {
		font-size: 30px;
	}
	.homesliderc .left .txt {
		font-size: 17px;
	}
	.encart svg{
		display: none;
	}
	.encartc {
		padding: 30px 24px 30px;
	}
	.encart .bouton, .reassurance p.h3 {
		font-size: 18px;
	}
	.encart .bouton{
		padding: 18px 0;
	}
	.encartc h3 {
		font-size: 21px;
	}
	.wp-block-spacer{
		height: 60px!important;
	}
	.hometxt h2.wp-block-heading br{
		display: none;
	}
	/* .encart{
		width: calc(100% + 60px);
		margin-left: -30px;
	} */
	.service {
		width: 100%;
	}
	.wp-block-buttons.is-layout-flex{
		display: block;
	}
	.wp-block-buttons > .wp-block-button{
		display: block;
	}
	.wp-block-buttons > .wp-block-button + .wp-block-button{
		margin-top: 8px;
	}
	.hometxt:after{
		bottom: -190px;
		transform: translate(-42%,0);
	}
	.reassurance{
		width: 100%;
	}
	.temoicont, .temoignageslider .swiper-pagination {
		width: 100%;
	}
	.temoicont {
		padding: 80px 30px;
	}
	.temoimg {
		width: 100%;
		position: relative;
		height: 32vh;
	}
	.temoignageslider .swiper-pagination {
		bottom: 32vh;
		margin-bottom: 30px;
	}
	.temoignageslider:before {
		left: 25px;
		top: 11px;
	}
	h2.wp-block-heading {
		font-size: 35px;
	}
	.proj {
		height: 36vh;
	}
	.zonetxt {
		width: 100%;
		padding-right: 0;
	}
	.map {
		width: 100%;
		height: auto;
		padding: 100% 0 0;
		background-position: center center;
		margin: 40px 0 0;
	}
	.logoo {
		width: 33.33%;
	}
	.logoo picture, .logoo img {
		max-width: 90px;
		max-height: 60px;
	}
	.wrap, .wrapper {
		padding: 0 30px;
	}
	.hamburger{
		right: 15px;
	}
	.site-title a {
		left: 26px;
		width: 89px;
		height: 50px;
	}
	.site-header .wrap {
		height: 68px;
	}
	.menu{
		padding: 50px 30px 50px;
	}
	.top-menu {
		position: relative;
		right: 0;
		top: 0;
		margin-top: 20px;
	}
	.top-menu > li {
		display: block;
	}
	.top-menu > li + li {
		margin-left: 0;
		margin-top: 5px;
	}
	.top-menu > li > a{
		display: inline-block;
	}
	.left, .right {
		width: 100%;
	}
	h2.wp-block-heading {
		font-size: 35px;
	}
	.copy-menu > li{
		display: block;
	}
	.copy-menu > li + li {
		margin-left: 0;
		margin-top: 8px;
	}
	.footer-menu > li + li {
		margin-left: 0;
		margin-top: 40px;
	}
	.footer-menu > li {
		display: block;
	}
	h1.wp-block-heading, h2.wp-block-heading {
		font-size: 33px;
	}
	.pagecont .wrap > div:first-child + .wp-block-spacer {
		height: 30px!important;
	}
	.questionsc {
		padding-left: 0;
	}
	.questions > p {
		font-size: 38px;
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0,0);
		text-align: center;
		margin: 0 0 30px;
	}
	.wp-block-buttons > .wp-block-button {
		display: block;
		text-align: center;
	}
	/* .hometxt .wp-block-buttons > .wp-block-button {
		text-align: left;
	} */
	.textimg .txt {
		padding: 40px 30px;
		width: 100%;
	}
	.textimg .txtimg {
		width: 100%;
		height: 32vh;
		position: relative;
	}
	.formu .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1;
		min-height: 0;
	}
	.formu .gform_wrapper {
		padding: 40px 30px 30px;
	}
	h4.wp-block-heading {
		font-size: 14px;
	}
	.projo {
		width: 100%!important;
	}
	.projoc{
		height: 32vh;
	}
	.projets {
		margin: 35px 0 0;
	}
	.categotop {
		margin-bottom: 30px;
	}
	.menureac {
		text-align: center;
		display: block;
		border-bottom: 0;
	}
	.menureac a{
		padding-bottom: 0;
	}
	.menureac a + a{
		margin-top: 15px;
	}
	.menureac a.actif{
		border-bottom: 0;
	}
	.single-post .categotop {
		margin-bottom: 30px;
	}
	.projinfos .left, .contactprojc .txt {
		padding-right: 0;
	}
	.right {
		margin-top: 30px;
	}
	.contactprojc {
		padding: 40px 30px;
		display: block;
		text-align: center;
	}
	.projlink{
		margin-top: 20px;
	}
	.galerie {
		margin-top: 60px;
	}
	.contactproj {
		margin-top: 60px;
	}
	.single-post #colophon {
		margin-top: 60px;
	}
	.formu{
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	body:not(.home) .site-content {
		padding-top: 80px;
	}
}
@media screen and (max-width: 374px) {
	
}