@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700|Montserrat:200,300,400,600,700&display=swap');
html {
    margin-top: 0 !important;
}
body {
	font-family: "Montserrat", "Arial", sans-serif;
	color: #000;
}
#wpadminbar { display: none; }

/**
**	HEADER
**/
.inner_bandeau {
	max-width: 681px;
	margin: 0 auto;
}
.ville li a {
	text-decoration: none;
	color: #FFF;
	margin: 0 31px;
	font-weight: 500;
	text-shadow: 1px 1px 0px rgba(0,0,0,.97);
}
.section-header {
	position: relative;
}
.section-header .slide-ctt {
	width: auto;
	position: absolute;
	/*top: 0;*/
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	overflow: hidden;
}
.section-header .slide {
	width: 100%;
}
.bandeau, .site-header {
	position: relative;
	z-index: 10;
}
.search-type span {
	width: 370px;
	height: 59px;
	border-radius: 30px;
	float: left;
	background: rgba(255,255,255,.8);

  position:relative;z-index:1;
}
.search-type select{
	background:transparent;border:none;
	position:relative;
	z-index:2;height: 59px;border-radius: 30px;
	width:100%;padding:20px; padding-right:42px; -webkit-appearance: none;
  -moz-appearance: none;
}
.search-type span:after ,
.search-type span:before {
	content:'\f107';	height: 22px;	width: 15px;	color: #000000;	font-family: FontAwesome;	font-size: 18px;	line-height: 18px;position:absolute; right:15px;z-index:1;
}
.search-type span:before  {
	content:'\f106';top:10px;
}.search-type span:after {
	content:'\f107';top:30px;
}
.search-type [type="submit"] {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: #8FBE41;
	font: 30px Fontawesome;
	text-align: center;
	float: right;
	border: none;
	color: #FFF;
	cursor: pointer;
}
.list-product .img-product,
.list-product .img-product a {
	width: 100%;
	height: 261px;
	overflow: hidden;
	border-top: 1px solid #DFDFDF;
	/*padding-top: 29px;*/
}
.list-product .img-product img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	   -webkit-transition: all 1200ms cubic-bezier(.23, 1, .32, 1);
    -moz-transition: all 1200ms cubic-bezier(.23, 1, .32, 1);
    -o-transition: all 12000ms cubic-bezier(.23, 1, .32, 1);
    transition: all 1200ms cubic-bezier(.23, 1, .32, 1)
}
.list-product .img-product a {
	margin-top: 29px;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	max-height: 232px;
}



.list-product .row  > div:nth-child(1) .img-product,
.list-product .row  > div:nth-child(2) .img-product,
.list-product .row  > div:nth-child(3) .img-product {
	border-top: none;
	padding-top: 0;
}



/**
**		HOMEPAGE
**/
.content-hp {
    margin-bottom: 69px;
}
.home .content-hp {
    overflow: hidden;
}
.content-hp .top-hp {
    float: none;
}
.content-hp .bg-gray {
	background: url(../img/home/home_bg.webp) no-repeat center;
	background-size: cover;
	color: #fff;
	padding-top: 78px;
	padding-bottom: 58px;
	font-family: Georgia;	font-size: 18px;	line-height: 32px;
	margin-top: 30px;
}
.content-hp .row-3,
.content-hp .row-4,
.content-hp .row-5,
.content-hp .row-6 {
	margin-top: 63px;
}
.content-hp a {
	color: #000;
}
.content-hp h2{
	margin-top: 49px;
}
.content-hp .row-3 h2{
	margin-bottom: 70px;
}
.content-hp .bg-gray h2{
	font-family: Montserrat;	font-size: 48px;	font-weight: 300;	line-height: 58px;
	border-bottom: 1px solid #fff;
	padding-bottom: 27px;
	margin-top: 0px;
}
.content-hp .border-image {
	border: 1px solid #979797;
	border-radius: 50%;
	display: inline-block;
	padding: 16px;
	position: relative;
}
.content-hp  .col-md-6 .border-image::before {
    content: "";
    display: block;
    border-top: 1px solid rgba(137,125,105,.9);
    position: absolute;
    left: -200%;
    top: 50%;
    width: 200%;
}
.content-hp  .col-md-6 + .col-md-6 .border-image::before {
    right: -200%;
	left: auto;
}
.content-hp .border-image img {
	margin: 0;
	border-radius: 50%;
}
.slide-ctt .flexslider-hg-corners-rounded .slide-data {
	display: none;
}

#recherche  {
	text-align: center;
	margin-top: 25px;
}
#recherche .sbHolder {
	height: 33px;
	font-family: "Montserrat", "Arial", sans-serif;
}
#recherche .one, #recherche .two, #recherche  .three, #recherche  .four, #recherche .five {
    display: inline-block;
	float: none;
}

.content-hp ul
{
	list-style:disc;
	margin-left:30px;
}

/**
** LISTING PAGE
**/
.list-product .excerpt-product .fa {
	color: #8FBE41;
	font-size: 16px;
	margin-right: 7px;
}
.list-product .excerpt-product .desc2 {
	font-family: Montserrat;	font-size: 16px;	font-weight: 500;
}
.list-product .excerpt-product  .annonce_prix .desc2 {
	font-weight: 600;
	line-height: 1;
}
.list-product .excerpt-product .d-flex {
	justify-content: space-evenly;
	text-align: center;
	align-items: center;
	display: table !important;
	width: 100%;
	table-layout: fixed;
}
.list-product .excerpt-product .d-flex > div {
	/* flex: 1 100%;*/
	border-right: 1px solid #979797;
	display: table-cell;
	vertical-align: middle;
}
.list-product .excerpt-product .d-flex > div:last-child {
	border-right: none;
}
.page-template-taxonomy-selection #primary-page form {
	text-align: center;
}
.page-template-taxonomy-selection #primary-page form h2 {
	color: #000000;	font-family: Montserrat;	font-size: 24px;	font-weight: 300;	line-height: 29px;
	margin-top: 39px;
	margin-bottom: 23px;
}
.page-template-taxonomy-selection #primary-page form span {
	position:relative;margin:auto;display:block;
	height: 49px;	max-width: 370px; width: 100%;	border: 1px solid #7E9496;	border-radius: 24.5px;
	margin-bottom: 53px;z-index:1
}
.page-template-taxonomy-selection #primary-page form select {
	height: 49px; width: 100%; 	border-radius: 24.5px;background:transparent;position:relative;z-index:1;
	-webkit-appearance: none;
  -moz-appearance: none;
	padding-right:42px; padding-left:20px;
}

.page-template-taxonomy-selection #primary-page form span:after ,
.page-template-taxonomy-selection #primary-page form span:before {
	height: 22px;	width: 15px;	color: #000000;	font-family: FontAwesome;	font-size: 18px;	line-height: 18px;position:absolute; right:15px;z-index:1;
}
.page-template-taxonomy-selection #primary-page form span:before  {
	content:'\f106';top:5px;
}
.page-template-taxonomy-selection #primary-page form span:after {
	content:'\f107';top:25px;
}
/**
** 	CONTACT PAGE
**/
.page-template-contact h1 {
	color: #000;
	font-size: 48px;	font-weight: 200;	line-height: 58px;	text-align: center;
	border-bottom: 1px solid #8FBE41;
	max-width: 388px;
	margin: 0 auto 66px;
	padding: 43px 0 32px;
}
.page-template-contact .wpcf7 label {
	display: block;
	font-size: 16px;	font-weight: 500;	line-height: 19px;
}
.page-template-contact .wpcf7 textarea,
.page-template-contact .wpcf7 [type="text"],
.page-template-contact .wpcf7 [type="email"],
.page-template-contact .wpcf7 select {
	border: 1px solid #C9C9C9;	border-radius: 4px;	background-color: #FFFFFF;	box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.1);
	height: 46px;
	width: 100%;
	max-width: 370px;
	text-indent: 10px;
}
.page-template-contact .wpcf7 textarea {
	height: 235px;
}
.page-template-contact .content-contact img.attachment-post-thumbnail {
    width: 100%;
}
.page-template-contact .profil-contact  {
    background: #3F4A4A;
	color: #fff;
	text-align: left;
	font-family: Montserrat;	font-size: 16px;	line-height: 23px;
}
.page-template-contact .profil-contact .profil  {
	text-align: left;
}
.page-template-contact .profil-contact .ctt-profil {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.page-template-contact .profil-contact .name-profil {
    font-weight: 600;
	margin-top: 23px;
}
.page-template-contact .profil-contact .post-profil {
    color: #8FBE41;
}
.page-template-contact footer#colophon {
    margin: 0;
}



/**
**		PAGE REFERENCE
**/
.category h1, .title-bordered {
	font-family: Montserrat;	font-size: 48px;	font-weight: 200;	line-height: 58px;	text-align: center;
	margin-top: 45px;
	padding-bottom: 33px;
	position: relative;
	margin-bottom: 40px;
}
.category h1::after, .title-bordered::after {
	content: "";
	border-bottom: 1px solid #8FBE41;
	margin: auto;
	height: 1px;
	max-width: 388px;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.category .archive-body {
	background: #3F4A4A;
	padding-top: 59px;
	padding-bottom: 72px;
	margin-top: 50px;
}
.category .archive-body .bx-wrapper img {
    width: 163px;
}
.category .archive-body .bx-wrapper .bx-prev,
.category .archive-body .bx-wrapper .bx-next {
    left: -56px;
	top: 64px;
	background: none !important;
	border: 1px solid #fff;
	border-radius: 50%;
}
.category .archive-body .bx-wrapper .bx-prev::after {
	content: "\f104";
}
.category .archive-body .bx-wrapper .bx-prev::after,
.category .archive-body .bx-wrapper .bx-next::after {
	font: 16px FontAwesome;
	color: #fff;
	position: relative;
	z-index: 2222;
	top: -22px;
	text-indent: 7px;
	display: block;
	height: 20px;
	width: 20px;
}
.category .archive-body .bx-wrapper .bx-next {
    left: auto;
    right: -56px;
}
.category .archive-body .bx-wrapper .bx-next::after {
	content: "\f105";
}
.category .archive-body .ctt_slide_cat {
    float: none;
    height: auto;
	background: none;
}
.category .archive-body .ctt_slide_cat  .bx-wrapper {
    margin: 0 100px;
}
.category .archive-body .ctt_slide_cat .bx-wrapper ul li a {
    height: 123px;
    display: block;
    vertical-align: middle;
}
.category .archive-body .ctt_slide_cat  .bx-wrapper .bx-caption {
    background: #3F4A4A;
	position: relative;
}
.category .archive-body .ctt_slide_cat .bx-wrapper .bx-caption span {
    padding: 10px 0;
}
.category .big_slide {
	float: none;
	margin: 48px auto 32px;
	width: auto;
	height: auto;
	background: none;
}
.category .bx-wrapper .bx-loading {
    background-color: none;
}
.category .big_slide .ref-caption {
	position: absolute;
	right: -184px;
	width: 210px;
	padding: 10px 0px 10px 20px;
	bottom: auto;
	top: 52px;
	height: auto;
	background: #303A3A;
}
.category  footer#colophon {
    margin: 0;
}


/**
**		PAGE AGENCE
**/
.page-template-agence .content-agence  {
	margin-bottom: 30px;
}



/**
**		PAGE 404
**/
article.error404 {
	max-width: 1170px;
	margin: 30px auto;
	width: 100%;
}


/**
**	SITEMAP
**/
.menu-plan-du-site-container {
	padding: 15px
}
.menu-plan-du-site-container a {
	color: #000;
	margin: 7px 0;
	display: block;
}
.menu-plan-du-site-container .sub-menu {
	margin-left: 15px;
}
.menu-plan-du-site-container .sub-menu a {
	color: #000000;
	font-family: Georgia;
	font-size: 16px;
}
.navbar-header {
	padding: 10px 15px
}
.navbar-header i {
	font-size: 21px
}

/**
**	MENTIONS LEGALES
**/
.page-template-mentions-legales .txt-page {
    text-align: left;
}
.page-template-mentions-legales .txt-page h2 {
    margin-top: 15px;
	font-size: 1.3rem;
}
.page-template-mentions-legales .txt-page h3 {
    margin-top: 7px;
	font-size: 1.12rem;
}


.page-template-search-results .entry-content h3,
.page-template-search-restaurant-2 .entry-content h3{
    font-weight: 500;
    font-size: 1.75rem;
    color: #8fbe41;
    font-family: "Montserrat","Arial",sans-serif;
    line-height: 1.346153846;
}

.page-template-search-results .entry-content h2,
.page-template-search-restaurant-2 .entry-content h2 {
    font-weight: 500;
	margin: 15px 0;
	color: #8fbe41;
	font-family: "Montserrat","Arial",sans-serif;
	font-size: 2rem;
}
.page-template-search-results h1,
.page-template-search-results h1.title-search,
.page-template-search-results h2.title-types,
.page-template-search-restaurant-2 h1,
.page-template-search-results .h1,
.page-template-search-restaurant-2 .h1{
	margin: 15px 0;
	color: #8fbe41;
}
.page-template-search-results h1 + p {
	font-family: Georgia;
	font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
}
.page-template-search-results p { font-family: Georgia; font-size: 18px;
	line-height: 32px; margin-bottom: 40px; }
.link-2 {
	float:right;
}
.link-2 a {
	color:#fff;
	font-size:24px;
	margin-right:30px;
}
.link-2 a:hover {
	color:#fff;
}
.row.page-navigation > * {
    max-width: 15px;
}
.modal-header {
    justify-content: end;
}
button.close{
	border: none;
}
.lc-ac__wrap .owl-nav {
    display: none;
}
.page-template-contact .content-contact .col-md-4 img {
    width: 100%;
    max-width: 100%;
}
@media (min-width: 1192px) and (max-width: 1650px) {
	.search-type {
		margin: 52px auto 91px;
	}
}
@media screen and (min-width: 1240px) {
.fdc-hp h2 {
    font-size: 30px;
}
}
@media screen and (max-width: 1240px) {
	.category .big_slide .ref-caption {
		right: 15px;
	}
}
@media screen and (max-width: 1200px) {
	ul#menu-menu-references, .inner, .width-content {
		width: 100% !important;
		margin: 0 auto;
	}
	.menu-menu-footer-container ul li a, .vcomk a, .vcomk {
		font-size: 13px;
	}
	#primary-page,
	.page-template-search-droit #primary-page,
	.page-template-search-results #primary-page,
	.category-26 #primary-page,
	.category-27 #primary-page,
	.category-28 #primary-page,
	.category-29 #primary-page,
	.page-template-contact #primary-page,
	.single-annonces #primary-page,
	.page-template-taxonomy-selection #primary-page {
		width: 100% !important; margin-left: auto !important; margin-right: auto !important;
	}
}
@media screen and (max-width: 1191px) {
	ul#menu-menu-sidebar, .inner_bandeau .ville {
		background: rgba(0,0,0,.6);
		margin: 0;
	}
	ul#menu-menu-sidebar li {
		margin: 0px 0px 5px 0px;
		display: inline-block;
	}
	ul#menu-menu-sidebar li a i {
		margin: 8px 12px 0px 0;
		font-size: 15px;
	}
	ul#menu-menu-sidebar li a {
		margin: 3px 0px 0px 32px;
		font-size: 13px;
		letter-spacing: 1.5px;
	}
	#secondary_top {
		float: none;
	}
	.search-type {
		margin: 86px auto 64px;
	}
	.desc_seo {
		padding: 0 15px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.menu-menu-principal-container ul li a {
		margin: 0px 18px;
		font-size: 13px;
		letter-spacing: .25px;
	}

}
@media screen and (max-width: 767px) {
	.page-template-contact h1 {
		font-size: 30px;
		line-height: 40px;
		margin: 0 auto 36px;
		padding: 23px 0;
	}
	.inner_bandeau .ville {
		background: #666;
	}
	.inner_bandeau .ville ul {
		border-bottom: none;
		margin-bottom: 0;
	}
	.inner_bandeau .ville li {
		display: block;
	}
	.section-header .slide-ctt {
		/*top: 165px;*/
	}
	#secondary_top { float: none; }

	.head-logo-title {
		font-size: 25px;
		letter-spacing: 2.5432px;
	}
	.logo-baseline {
		font-size: 15px;
		letter-spacing: 0.5px;
		margin-top: 9px;
		display: block;
	}
	.site-title {
		padding: 10px;
	}
	.search-type select {
		width: 354px;
	}
	.search-type {
		margin: 61px auto 56px;
	}
	.title-hp {
		margin: 72px 0px 16px 0;
		font-size: 32px;
		font-weight: 200;
		line-height: 42px;
	}
	.content-hp .bg-gray h2 {
		font-size: 32px;
		line-height: 42px;
	}
	.content-hp .row-6 .col-md-6,
	.content-hp .row-4 .col-md-6 {
		order: 2;
	}
	.content-hp .row-6 .col-md-6 + .col-md-6,
	.content-hp .row-4 .col-md-6 + .col-md-6 {
		order: 1;
	}
	.menu-menu-footer-container ul li a, .vcomk a {
		letter-spacing: 0;
		margin: 0 7px;
	}
	.img-product-bis {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	h1.title-product {
		font-size: 20px;
		line-height: 30px;
	}
	.single-annonces .desc2, .single-annonces .desc3 {
		font-size: 14px;
		line-height: 16px;
	}
	.content-product-bis p {
		font-size: 14px;
		line-height: 26px;
	}
	a.be-contacted, a.pdf {
		font-size: 14px;
		line-height: 50px;
		height: 50px;
		width: 270px;
		border-radius: 25.5px;
		padding-left: 20px;
	}
	a.be-contacted i, a.pdf i {
		font-size: 27px;
	}
	footer#colophon .pull-left,
	footer#colophon .pull-left .menu-menu-footer-container,
	footer#colophon .pull-right {
		float: none;
		text-align: center;
	}
	.vcomk {
		float: none;
		text-align: center;
		margin-bottom: 15px;
		display: block;
	}
	#colophon .head-logo-title {
		font-size: 20px;
		letter-spacing: 2px;
	}
	#colophon .logo-baseline {
		font-size: 11.26px;
		letter-spacing: 0.56px;
		line-height: 14px;
	}
	.menu-menu-footer-container ul li:last-child {
		border-right: none;
	}
	.page-template-contact .wpcf7 textarea {
		height: 260px;
	}

	.title-bordered,
	.category h1 {
		font-size: 28px;
		font-weight: 200;
		line-height: 38px;
		margin-top: 20px;
		padding-bottom: 13px;
		margin-bottom: 10px;
	}
	.ctt-nav-responsive, .ctt-nav-responsive a {
		color: #fff;
	}
	.ctt-nav-responsive button {
		color: #fff;
		border: none;
		background: none;
	}
	.page-template-taxonomy-selection #primary-page form span {
		height: 35px;
		max-width: 320px;
		width: 100%;
		border: 1px solid #7E9496;
		border-radius: 18px;
		margin-bottom: 23px;
	}

	.page-template-taxonomy-selection #primary-page form  select {
		height: 35px;padding:0;
		border-radius: 18px;
	}
	.page-template-taxonomy-selection #primary-page form  span::before {
		content: '';
		top: 10px;
	}
	.page-template-taxonomy-selection #primary-page form  span::after {

		top: 7px;
	}







	.page-template-taxonomy-selection #primary-page form h2 {
		font-size: 17px;
		font-weight: 300;
		line-height: 24px;
		margin-top: 19px;
		margin-bottom: 15px;
	}
	.txt-glossaire {
		margin: 0 15px;
	}

	.page-template-product .page-navigation {
		display: none;
	}
	.page-template-product #recherche .sbHolder {
		margin: 0 auto !important;
	}
	.foundPosts + .page-navigation {
		display: none;
	}
	.width-content.re-perso .form-bg{
		padding: 22px 0 22px 10px !important;
	}
	.width-content.re-perso h3{
		width: 100%;
	}
	.search-form.info-perso .flex-1 span.wpcf7-list-item {
		margin: 0;
	}
	.search-form.info-perso .champs input.wpcf7-form-control.wpcf7-text {
		margin: 1rem 0 !important;
	}
	.champ-list.list-2 p {
		display: flex;
		flex-direction: column !important;
	}
	.width-content.re-perso h2{
		font-size: 32px !important;
		line-height: 42px !important;
	}
}
@media screen and (max-width: 1024px) {
	.width-content.re-perso .form-bg {
		padding-left: 20px !important;
	}
	.search-form.info-perso h4 {
		line-height: 28px !important;
	}
}
@media screen and (max-width: 463px) {
	#profil-1, #profil-2, #profil-3, #profil-4, #profil-5 {float: none; width: 187px; margin: 16px auto 19px; }
	.search-type {
		margin: 20px auto 30px;
	}
}
@media screen and (max-width: 419px) {
	#masthead form {
		padding: 0 15px;
	}
	#masthead .search-type span {
		width: 290px;
		height: 36px;
		border-radius: 18px;
	}
	#masthead .search-type select {
		height: 36px;padding:0;
		border-radius: 18px;
	}
	.search-type span::before {
		content: '';
		top: 10px;
	}
	.search-type span::after {

		top: 10px;
	}

	#masthead .search-type [type="submit"] {
		width: 40px;
		height: 40px;
		border-radius: 20px;
		font: 20px Fontawesome;
	}
	.head-logo-title {
		font-size: 22px;
		letter-spacing: 2.2px;
	}
	.logo-baseline {
		font-size: 13px;
		letter-spacing: 0px;
		margin-top: 7px;
	}
}
.contact_product_custom input.wpcf7-form-control.wpcf7-text {
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: inset 0 0 6px 0 rgb(0 0 0 / 10%);
	height: 46px;
	width: 100%;
	max-width: 370px;
	text-indent: 10px;
}
.contact_product_custom textarea.wpcf7-form-control.wpcf7-textarea {
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: inset 0 0 6px 0 rgb(0 0 0 / 10%);
	height: 460px;
	width: 100%;
	max-width: 370px;
	text-indent: 10px;
}
.contact_product_custom select.wpcf7-form-control.wpcf7-select {
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: inset 0 0 6px 0 rgb(0 0 0 / 10%);
	height: 46px;
	width: 100%;
	max-width: 370px;
	text-indent: 10px;
}
.page-id-8268 #part{
	padding: 40px 0 60px;
}
.page-id-8268 #part h2{
	text-align: center;
	color: #000;
	font-family: "Montserrat","Arial",sans-serif;
	font-weight: 100;
	font-size: 36px;
	margin-bottom: 80px;
}
.page-id-8268 #part #part-inner{
	position: relative;
}
.page-id-8268 #part #part-inner:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #8FBE41;
	position: absolute;
	top: 50%;
	left: 0;
}
.page-id-8268 .owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 25px;
	margin: 5px;
	padding: 0;
	background: #8FBE41;
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -30px;
	opacity: 1;
}
.page-id-8268 .owl-theme .owl-nav .owl-next{
	left: inherit;
	right: -40px;
}
.page-id-8268 .owl-theme .owl-item{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-id-8268 .owl-theme .owl-item .owl-item-inner{
	max-width: 178px;
	padding: 10px;
	border: 1px solid #8FBE41;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
}
.page-id-8268 .owl-theme .owl-item .owl-item-inner img{
	max-width: 100%;
}
.page-id-8268 #chiffre{
	background: url("../img/home-bg-chiffre.webp") no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.page-id-8268 #chiffre-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	flex-wrap: wrap;
}
.page-id-8268 #chiffre-inner .chifreList{
	padding: 30px;
}
.page-id-8268 #chiffre-inner .chifreList > span{
	display: block;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
}
.page-id-8268 #chiffre-inner .chifreList span.ssz{
	font-size: 20px ;
}
.page-id-8268 #chiffre-inner .chifreList span.lsz{
	font-size: 41px ;
}
.page-id-8268 #chiffre-inner .chifreList span.chiff{
	font-size: 80px;
	font-weight: 300;
}
.page-id-8268 .content-hp .bg-gray{
	margin-top: 0;
}
.home .list-product .col-lg-6{
	margin-top: 0 !important;
}
.home .list-product .img-product, .home .list-product .img-product a{
	border-top: 1px solid #DFDFDF !important;
}
.home h5.title-product{
	min-height: 70px;
}
button#quest-phone:focus {
  box-shadow: none !important;
  outline: none !important;
}
@media (max-width: 767px) {
	.page-id-8268 .owl-theme .owl-nav .owl-next {
		left: inherit;
		right: 0px;
	}
	.page-id-8268 .owl-theme .owl-nav .owl-prev {
		left: 0;
	}
	.page-id-8268 #part h2{
		margin-bottom: 40px;
	}
	.page-id-8268 #part {
		padding: 0px 0 40px;
	}
	.page-id-8268 #chiffre{
		padding: 40px 0;
	}
	.page-id-8268 #chiffre-inner .chifreList {
		padding: 20px;
		width: 100%;
	}
	.page-id-8268 #chiffre-inner{
		justify-content: center;
	}
	page-id-8268 #chiffre-inner .chifreList span.chiff {
		font-size: 60px;
	}
	.page-id-8268 #chiffre-inner .chifreList span.ssz {
		font-size: 16px;
	}
	.page-id-8268 #chiffre-inner .chifreList span.lsz {
		font-size: 30px;
	}
}
.lazyload{/*display:none;*/}.lazyload,.lazyloading{opacity:0;}.lazyloaded{opacity:1;transition:opacity 300ms;}

.question-btn {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #85A24D;
    opacity: 0.95;
    border-radius: 20px 0px 0px 20px;
    padding: 14px 25px;
	margin-right: -250px;
    transition: all 500ms;
	border: none;
}
.question-btn:hover {
	margin-right: 0;
	transition: all 500ms;
	border: none;
    background: #85A24D;
}
.question-btn span {
    font-size: 14px;
}
.question-btn span.title-quest {
	margin-bottom: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.question-btn img {
    max-width: 84px;
    margin-right: 30px;
}
.modal-body h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
	position: relative;
}
.modal-body h5::before{
	content: '';
    position: absolute;
    left: -35%;
    width: 100%;
    height: 100%;
    background: url(../img/qgreen.svg) no-repeat center;
    max-width: 84px;
}
.modal-body h5 span {
    font-size: 21px;
}
.modal-body {
    display: flex;
    align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 0;
}
.modal-dialog {
    max-width: 610px;
    width: 100%;
}
button.close {
    background: #8FBE41;
    border-radius: 18.5px;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    opacity: 1;
    font-weight: 500;
}
.modal-content {
    padding: 30px;
    border-radius: 30px;
    padding-bottom: 0;
}
.question-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.check-3 p span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox {
    display: flex;
    justify-content: space-between;
}
.check-3 p span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox .wpcf7-list-item {
    margin: 0 0 0 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.q-form .check-3 input[type="checkbox"]{
	margin-right: 0;
}
.check-3 {
    width: 100%;
}
.champ input {
    background: rgba(237, 237, 237, 0.8);
    border: 1px solid #8FBE41 !important;
    border-radius: 30px !important;
    max-width: 370px !important;
    height: 56px !important;
    margin: 15px 0;
    padding-left: 1rem;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    opacity: 1;
}
.check-3 label, .accept label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    display: flex !important;
    align-items: baseline;
    color: #000000;
}
.q-form .q-send {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 2.14px;
    text-transform: uppercase;
    color: #FFFFFF;
    box-shadow: inherit;
    border: none;
    height: auto;
    padding: 17px 60px;
    border-radius: 30px;
}
.q-form {
    margin-top: 70px;
}
.q-send-container p {
    display: flex;
}
.check-3 label {
    align-items: center;
}
.q-form input[type="checkbox"] {
    display: block;
	width: 24px;
    height: 24px;
    margin-right: 0.5rem;
	position: relative;
}
.q-form input[type="checkbox"]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #D9D9D9;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.q-form .accept input[type="checkbox"] {
    width: 30px;
}
.modal-header {
    border: none;
}
.q-send-container {
    margin-left: 13%;
}
body.page-template-recherche-perso input.wpcf7-submit {
    border: 2px solid #8FBE41;
}
body.page-template-recherche-perso input.wpcf7-submit:hover{
	color: #8FBE41;
	background-color: transparent;
}

.width-content.re-perso h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 46px;
    line-height: 58px;
    text-align: center;
    color: #000000;
    margin-top: 75px;
	margin-bottom: 20px;
}
.width-content.re-perso .form-border {
    border: 2px solid #8FBE41;
    border-radius: 30px;
    padding: 24px;
}
.width-content.re-perso .form-bg {
    background: #FAFAFA;
    border-radius: 30px;
    padding: 22px 0 22px 115px;
}
.width-content.re-perso h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #8FBE41;
    margin-bottom: 25px;
	margin-top: 25px;
}
.width-content.re-perso .flex-1 p {
    display: flex;
}
.width-content.re-perso .flex-1 p span.wpcf7-form-control-wrap {
    margin-right: 20px;
}
.width-content.re-perso span.wpcf7-list-item-label, .champ-list span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}
.width-content.re-perso input[type="checkbox"] {
    width: 24px;
    height: 24px;
	margin-right: 13px;
	position: relative;
}
.width-content.re-perso label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.champ-list.list-4 p {
    display: flex;
}
.champs input.wpcf7-form-control.wpcf7-text {
    border: none;
    border-bottom: 2px dotted #D9D9D9;
	background: transparent;
    max-width: 100px;
}
.champ-list.list-2 p {
    display: flex;
}
span.lab {
    display: block;
	margin-left: 1rem;
}
.width-content.re-perso input[type="checkbox"]::before {
    background: #D9D9D9;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
	box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.25);
	opacity: 0.7;
}
.champs input.wpcf7-form-control.wpcf7-text:focus-visible, select.wpcf7-form-control.wpcf7-select:focus-visible {
    outline: none;
}
.champ-list.list-2 span.lab, .champ-list.list-3 span.lab{
	position: relative;
}
.champ-list.list-2 span.lab::after {
    content: "€";
    position: absolute;
    bottom: 3px;
    z-index: 1;
    color: #D9D9D9;
}
.champ-list.list-2 span.lab {
    margin-right: 75px;
}
.champ-list.list-3 span.lab::after {
    content: "m2";
    position: absolute;
    bottom: 3px;
    z-index: 1;
    color: #D9D9D9;
}
.width-content.re-perso .flex-1.sec span.wpcf7-form-control-wrap {
    margin-right: 121px;
}
.search-form.info-perso .flex-1 {
    display: flex;
    align-items: center;
}
.search-form.info-perso .flex-1 p{
	margin: 0;
}
.search-form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox {
    display: flex;
}
.search-form span.wpcf7-list-item {
    display: flex;
    align-items: center;
}
.search-form.info-perso .champ-list.list-4 span.wpcf7-list-item.first {
    margin-right: 15px;
}
.search-form.info-perso .champ-list.list-2 span.lab, .search-form.info-perso .champ-list.list-3 span.lab{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 16px;
    color: #8FBE41;
    margin-left: 0;
    margin-right: 25px;
}
.search-form.info-perso .champ-list.list-2 span.lab::after, .search-form.info-perso .champ-list.list-3 span.lab::after{
	display: none;
}
.search-form.info-perso .champs input.wpcf7-form-control.wpcf7-text {
    max-width: 330px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 0px solid #D9D9D9;
    height: 42px;
    margin-left: 20px;
}
.search-form.info-perso .flex-1 h3 {
    margin-right: 20px;
}
.search-form.info-perso .champs .champ-list.list-3 input.wpcf7-form-control.wpcf7-text {
    max-width: 573px;
}
.search-form.info-perso select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    max-width: 370px;
	background: #FFFFFF;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 0px solid #D9D9D9;
    height: 42px;
    margin-left: 20px;
}
.search-form.info-perso h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}
.search-form.info-perso .champ-list {
    margin: 25px 0;
}
.search-form.info-perso .champ-list.list-4 span, span.lab.font{
	margin-left: 0;
}
.search-form.info-perso span.wpcf7-list-item.first.last {
    margin-right: 1rem;
}
.search-form.info-perso .champ-list.list-6 p {
    text-align: center;
}
.search-form.info-perso .champ-list.list-7 p {
    text-align: center;
}
.search-form.info-perso .champ-list.list-4 span.wp
