/*!
Theme Name: STARTEO Starter Theme
Author: Starteo
Author URI: https://www.starteo.pro
Description: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
Text Domain: gbdi-starter
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */

/* GENERAL */
@font-face {
	font-family: "NeueMontreal";
	src: url(assets/_fonts/NeueMontreal-Regular.otf) format("opentype");
	font-weight: normal;
}

@font-face {
	font-family: "NeueMontreal";
	src: url(assets/_fonts/NeueMontreal-Medium.otf) format("opentype");
	font-weight: 500;
}

@font-face {
	font-family: "NeueMontreal";
	src: url(assets/_fonts/NeueMontreal-Bold.otf) format("opentype");
	font-weight: bold;
}

@font-face {
	font-family: "NeueHaasDisplay-Roman";
	src: url(assets/_fonts/NeueHaasDisplay-Roman.ttf) format("truetype");
}

@font-face {
	font-family: "NeueHaasDisplay-Medium";
	src: url(assets/_fonts/NeueHaasDisplay-Medium.ttf) format("truetype");
}

body{
	font-family: "NeueMontreal";
	font-style: normal;
	font-size: 20px;
	line-height: 29px;
	overflow-x: hidden;
}

.grecaptcha-badge{
	display: none;
}

.back-to-top{
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 14px; /* Place the button at the bottom of the page */
	right: 80px; /* Place the button 30px from the right */
	z-index: 999; /* Make sure it does not overlap */
	outline: none; /* Remove outline */
	cursor: pointer; /* Add a mouse pointer on hover */
	font-size: 20px; /* Increase font size */
	color: #FFFFFF;
	background: #1E1E1E;
	border: solid 3px #D5D3CF;
	border-radius: 100%;
	padding: 14px 16px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover{
	background-color: #D5D3CF;
}

.ec-bg-white{
	background-color: #FFFFFF;
}

.ec-bg-dark{
	background-color: #1E1E1E;
}

.ec-bg-gray-light{
	background-color: #E5E5E5;
}

.ec-bg-gray-very-light{
	background-color: #F6F6F6;
}

.ec-bg-gray-dark{
	background-color: #919191;
}

.ec-bg-sand{
	background-color: #D5D3CF;
}

.ec-black{
	color: #000000;
	border-color: #000000;
}

.ec-white{
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.ec-dark{
	color: #1E1E1E;
	border-color: #1E1E1E;
}

.ec-gray-light{
	color: #E5E5E5;
	border-color: #E5E5E5;
}

.ec-gray-dark{
	color: #919191;
	border-color: #919191;
}

.ec-sand{
	color: #AEA69B;
	border-color: #AEA69B;
}

.ec-title{
	font-family: "NeueHaasDisplay-Roman";
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -0.48px;
}

.ec-title h1{
	display: contents;
	font-size: inherit;
	margin-bottom: 0;
}

.ec-big-title{
	font-family: "NeueHaasDisplay-Medium";
	font-size: 110px;
	line-height: 110px;
	letter-spacing: -1.1px;
}

.ec-subtitle{
	font-family: "NeueHaasDisplay-Roman";
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.8px;
}

.ec-introduction{
	font-family: "NeueHaasDisplay-Roman";
	font-size: 16px;
	line-height: 22.4px;
}

.ec-content{
	font-family: "NeueHaasDisplay-Roman";
	font-size: 18px;
	line-height: 22.4px;
}

.ec-page-header{
	position: relative;
	height: 100vh;
	min-height: 800px;
}

.ec-overlay, .ec-overlay-video, .ec-overlay-video-home{
	position: relative;
}

.ec-overlay:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-color: rgba(30, 30, 30, 0.41);
}

.ec-overlay-video:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-image: url(assets/images/EC-Catalog-Background.svg);
	background-position: center top;
	background-repeat: repeat-y;
	opacity: 0.5;
}

.ec-overlay-video-home:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	opacity: 0.5;
	background-color: rgba(30, 30, 30, 0.41);
}

.ec-page-header-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	z-index: 1;
}

.ec-page-header-image img, .ec-page-header-image video{
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}
 
.ec-page-header-content{
	position: relative;
	z-index: 100;
	padding-top: 150px;
}

.ec-border-bottom{
	border-bottom: solid 1px;
}

.ec-button{
	padding: 11px 60px;
	border: solid 1px;
	border-radius: 50px;
}

.ec-header-categories .ec-button{
	padding: 11px 12px;
}

.ec-button:hover{
	background-color: #FFFFFF;
	color: #1E1E1E;
	border-color: #FFFFFF;
}

.ec-instagram{
	padding: 11px;
	border: solid 1px;
	border-radius: 50px;
}

.ec-page-default-header{
	padding-top:127px;
}

.ec-page-default-content{
	padding-top: 80px;
	padding-bottom: 80px;
}

.ec-page-default-content .ec-title{
	font-family: NeueMontreal;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}

.ec-page-default-content h2{
	font-family: "NeueHaasDisplay-Roman";
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.8px;
	font-weight: bold;
}
/* GENERAL */

/* HEADER */
.ec-header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 110;
}

.ec-header-logo{
	padding-top: 9px;
	padding-bottom: 9px;
	border-top: solid 2px #F6F6F6;
	display: inline-block;
}

.ec-header-logo{
	width: 157px;
	max-width: 157px;
}

.ec-header-catalog{
	font-family: "NeueHaasDisplay-Roman";
	font-size: 25.6px;
	line-height: 24px;
}

.ec-header-categories{
	padding-top: 15px;
	font-family: "NeueHaasDisplay-Roman";
	font-size: 16px;
	line-height: 16px;
	column-gap: 90px;
}

.ec-header-menu{
	padding-top: 24px;
	font-size: 16px;
	line-height: 16px;
}

.ec-header-menu-content{
	column-gap: 50px;
}

.ec-header-catalog a, .ec-header-categories a, .ec-header-menu-content a{
	color: #F6F6F6;
}

.ec-page-header-content .ec-introduction{
	margin-bottom: 75px;
}

.ec-page-header-content .ec-introduction{
	padding-right: calc(16.66% + 3rem);
}

.ec-scroll{
	position: relative;
	bottom: -214px;
	z-index: 999;
}
/* HEADER */

/* HEADER - MENU */
.ec-header-logo-block{
	position: relative;
}

.ec-header-burger{
	background-color: transparent;
	border: none;
	outline: none;
}

.ec-header-burger-mobile{
	position: absolute;
	right: 20px;
	top: 0px;
	display: none;
	z-index: 999;
}

.ec-header-burger-desktop{
	display: block;
}

.ec-header-close{
	position: absolute;
	top: 25px;
	left: 25px;
	padding: 3px 11px;
	border: solid 1px;
	border-radius: 50px;
	color: #1E1E1E;
	background-color: transparent;
}

.ec-menu-container{
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	min-height: 800px;
	z-index: 1000;
	transform: translateX(100%);
	transition: all .5s;
	max-width: 41.66667%;
	overflow-y: auto;
}

.ec-menu-container.active{
	transform: translateX(0);
}

.ec-menu-container-top{
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: "NeueHaasDisplay-Roman";
	font-size: 16px;
	line-height: 24px;
}

.ec-menu-container-top ul{
	list-style-type: none;
	display: flex;
	justify-content: center;
	column-gap: 60px;
	padding-left: 0;
	margin-bottom: 0;
}

.ec-menu-container-middle{
	font-family: "NeueHaasDisplay-Roman";
	font-size: 38px;
	line-height: 40px;
	letter-spacing: -0.48px;
	padding-left: 45px;
	padding-right: 45px;
}

.ec-menu-container-middle ul{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.ec-menu-container-middle ul li{
	text-align: center;
}

.ec-menu-container-top .nav-link, .ec-menu-container-middle .nav-link{
	color: #1E1E1E !important;
}
/* HEADER - MENU */

/* FOOTER */
.ec-footer{
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -0.3px;
	padding-top: 114px;
	padding-bottom: 63px;
}

.ec-footer-informations{
	margin-bottom: 106px;
}

.ec-footer-image{
	margin-bottom: 38px;
}

.ec-footer-menu-title{
	margin-bottom: 38px;
	font-size: 20px;
	line-height: 20px;
}

.ec-footer-menu-links ul{
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

.ec-footer-menu-links a{
	font-size: 25px;
	line-height: 35px;
	padding: 0;
	margin-bottom: 40px;
	color: #E5E5E5 !important;
}

.ec-footer-menu-links a:hover{
	color: #919191 !important;
}

.ec-footer-links{
	color: #92989F;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	letter-spacing: -0.252px;
}

.ec-footer-links a{
	color: #92989F;
}

.ec-footer-links a:hover{
	color: #FFFFFF;
}
/* FOOTER */

/* BANDEAU ESPACES */
.ec-spaces{
	padding-top: 109px;
	padding-bottom: 101px;
}

.ec-spaces .ec-subtitle{
	margin-bottom: 13px;
}

.ec-spaces-links{
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -0.48px;
	text-transform: uppercase;
}

.ec-spaces-links a{
	display: inline-block;
	border-bottom: solid 2px transparent;
}

.ec-spaces-links a:hover{
	color: #FFFFFF;
	border-color: #FFFFFF;
}
/* BANDEAU ESPACES */

/* HOME */
.ec-home-categorie{
	position: relative;
}

.ec-home-categorie:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-color: rgba(30, 30, 30, 0.41);
	transition: all .3s;
}

.ec-home-categorie:hover:after{
	width: 0;
}

.ec-home-categorie-image{
	height: 100%;
	object-fit: cover;
}

.ec-home-categorie-title{
	color: #FFFFFF;
	position: absolute;
	transition: all .3s;
	width: max-content;
	z-index: 100;
}

.ec-home-categorie:hover .ec-home-categorie-title{
	color: #1E1E1E;
}

.ec-home-categorie-1 .ec-home-categorie-title{ 
	top: 120px;
	left: 50px;
}

.ec-home-categorie-2 .ec-home-categorie-title{
	bottom: 160px;
	left: 75px;
}

.ec-home-categorie-3 .ec-home-categorie-title{
	top: 295px;
	left: 50%;
	transform: translateX(-50%);
}

.ec-home-categorie-title:after{
	content: '';
	width: 382px;
	height: 184px;
	border: solid 1px #F6F6F6;
	border-radius: 92px;
	position: absolute;
	transition: all .3s;
}

.ec-home-categorie:hover .ec-home-categorie-title:after{
	border-color: #1E1E1E;
}

.ec-home-categorie-1 .ec-home-categorie-title:after{
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.ec-home-categorie-2 .ec-home-categorie-title:after{
	left: 40%;
	top: -30px;
	transform: rotate(-90deg);
	transform-origin: bottom left;
}

.ec-home-categorie-3 .ec-home-categorie-title:after{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.ec-discount{
	position: relative;
}

.ec-discount:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-color: rgba(30, 30, 30, 0.41);	
}

.ec-discount-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 50px;
	z-index: 60;
}

.ec-category-product-brand-home{
	padding-top: 67px;
	padding-left: 77px;
}

.ec-category-product-name-home{
	padding-left: 77px;
	font-family: "NeueHaasDisplay-Roman" !important;
	font-weight: normal;
}

.ec-home-top-product-image img{
	mix-blend-mode: darken;
}

.ec-home-top-product-image-2 img{
	/*transform: translateX(-30%);*/
}

.ec-home-top-product-block-1{
	position: relative;
	z-index: 10;
}

.ec-home-top-product-block-2{
	position: relative;
	z-index: 5;
}

.ec-product-home-best-image{
	position: relative;
}

.ec-product-home-best-image-bg{
	width: 100%;
	height: auto;
}

.ec-product-home-best-image-product{
	mix-blend-mode: darken;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-40%, -50%);
}

.ec-product-home-best-datas{
	padding-top: 115px;
	position: relative;
}

.ec-product-content-background{
	font-family: "NeueHaasDisplay-Roman";
	font-size: 200px;
	line-height: 200px;
	text-transform: uppercase;
	position: absolute;
	left: -16%;
	top: 0;
	overflow: hidden;
	color: #E7E7E7;
	z-index: 0;
}

.ec-product-container-home{
	background-color: #ECECEC;
}

.ec-product-container-home .ec-product-content{
	position: relative;
	z-index: 10;
}

.ec-home-bottom-products{
	margin-top: 140px;
}

.ec-home-bottom-products-2{
	margin-bottom: 90px;
}

.ec-home-bottom-product-name{
	font-size: 24px;
	line-height: 26.4px;
	font-family: "NeueHaasDisplay-Roman";
}

.ec-home-bottom-product-container{
	width: 100%;
}

.ec-home-bottom-product-semi .ec-home-bottom-product-image{
	position: relative;
	background-color: #E5E5E5;
}

.ec-home-bottom-products-1 .ec-home-bottom-product-full .ec-home-bottom-product-image{
	position: relative;
	background: linear-gradient(0deg, rgba(229,229,229,1) 0%, rgba(229,229,229,1) 80%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
}

.ec-home-bottom-products-2 .ec-home-bottom-product-full .ec-home-bottom-product-image{
	position: relative;
	background-color: #E5E5E5;
}

.ec-home-bottom-product-semi .ec-home-bottom-product-image:after, .ec-home-bottom-product-full .ec-home-bottom-product-image:after{
	content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}

.ec-home-bottom-product-image img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: darken;
}
/* HOME */

/* CATALOGUE */
.ec-catalog-container{
	padding-top: 55px;
	padding-bottom: 230px;
	background-image: url(assets/images/EC-Catalog-Background.svg);
	background-position: center top;
	background-repeat: repeat-y;
}

.ec-catalog-container a{
	height: 100%;
	width: 100%;
	display: inline-block;
}

.ec-catalog-element{
	height: 100%;
	position: relative;
}

.ec-catalog-element img{
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}

.ec-catalog-element:before{
	content: '';
	position: absolute;
	background-color: rgba(30, 30, 30, 0.5);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transition: all .5s;
}

.ec-catalog-element-title{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	transition: all .5s;
}

.ec-catalog-element:hover .ec-catalog-element-title{
	color: #E5E5E5 !important;
}

.ec-catalog-element:hover:before{
	width: 0;
}
/* CATALOGUE */

/* CATEGORIE */
.ec-category-container{
	padding-top: 186px;
	padding-bottom: 120px;
	background-image: url(assets/images/EC-Catalog-Background.svg);
	background-position: center top;
	background-repeat: repeat-y;
}

.ec-category-container-outlet{
	padding-top: 60px;
}

.ec-category-product-name{
	font-size: 24px;
	line-height: 29px;
	font-family: "NeueHaasDisplay-Medium";
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin: 0;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
	width: calc(33.33% - 16px);
}

.ec-category-container-outlet ul.products{
	display: grid !important;
  	grid-template-columns: calc(30% - 16px) calc(40% - 16px) calc(30% - 16px);
}

.ec-category-container-outlet ul.products li.product a img{
	margin: 0;
}

.ec-category-container-outlet ul.products:before, .ec-category-container-outlet ul.products:after, .woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
	display: none;
}

.ec-category-container-outlet ul.products.columns-3 li.product{
	background-color: #1E1E1E;
	padding: 10px;
	width: auto;
}

.ec-category-container-outlet ul.products.columns-3 li.product .ec-category-product-brand{
	margin-top: 19px;
}

.ec-category-container-outlet ul.products.columns-3 li.product .ec-category-product-name{
	color: #FFFFFF;
}

.ec-category-container-outlet ul.products.columns-3 li.product .ec-category-product-image img{
	height: 100%;
	object-fit: cover;
}

.woocommerce .products ul, .woocommerce ul.products{
	display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 80px;
    columns: 3;
    margin-bottom: 0;
}

.woocommerce-info{
	color: #1E1E1E;
	border-top-color: #1E1E1E;
}

.woocommerce-info::before{
	color: #1E1E1E;
}

.ec-category-all{
	/*
	padding-top: 165px;
	*/
}

.ec-catalog-link{
	font-family: "NeueHaasDisplay-Roman";
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	padding-top: 47px;
	padding-bottom: 47px;
	display: inline-block;
	position: relative;
	color: rgba(30,30,30,1);
}

.ec-catalog-link:before{
	content: '';
	width: 118px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border: solid 1px rgba(30,30,30,1);
	border-radius: 100%;
	transition: all .3s;
}

.ec-catalog-link:hover{
	color: #1E1E1E;
}

.ec-category-product-image{
	background-color: #F6F6F6;
	height: 600px;
	max-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ec-category-product-image img{
	max-height: 100%;
	object-fit: contain;
}

.ec-bg-outlet img{
	width: 100%;
}
/* CATEGORIE */

/* PRODUIT */
.ec-product-container{
	padding-top: 114px;
	padding-bottom: 114px;
}

.ec-product-content{
	border-bottom: solid 2px;
	padding-bottom: 21px;
	margin-bottom: 21px;
}

.ec-product-brand{
	font-family: "NeueMontreal";
	font-size: 16px;
	line-height: 29px;
	margin-bottom: 6px;
}

.ec-product-title{
	font-family: "NeueMontreal";
	font-size: 22px;
	line-height: 29px;
	text-transform: uppercase;
	font-weight: bold;
}

.ec-product-content-label{
	font-family: "NeueMontreal";
	font-size: 20px;
	line-height: 29px;
	font-weight: 500;
	text-transform: uppercase;
}

.ec-product-content-text{
	font-family: "NeueMontreal";
	font-size: 20px;
	line-height: 29px;
}

.ec-product-contact-link{
	font-family: "NeueHaasDisplay-Roman";
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	/*
	padding-top: 47px;
	padding-bottom: 47px;
	*/
	padding: 20px;
	display: inline-block;
	color: #1E1E1E;
	border: solid 1px;
	border-radius: 100px;
	/*
	width: 116px;
	height: 116px;
	*/
	text-align: center;
}

.ec-product-contact-link:hover{
	border-color: #1E1E1E;
	background-color: #1E1E1E;
	color: #FFFFFF !important;
}

.ec-catalog-link.ec-white{
	color: #FFFFFF !important;
}

.ec-catalog-link.ec-white:before{
	border-color: #FFFFFF;
}

.ec-product-bottom-container{
	background-image: url(assets/images/EC-Catalog-Background.svg);
	background-position: center top;
	background-repeat: repeat-y;
}

.ec-product-contact-container{
	padding: 30px;
}

.ec-product-contact{
	background-image: url(assets/images/EC-Product-Contact.jpg);
	background-position: center center;
	background-size: cover;
	padding-top: 54px;
	padding-bottom: 54px;
}

.ec-product-contact-top img{
	width: 100%;
}

.ec-product-contact-bottom{
	border: solid 2px #FFFFFF;
	border-top: none;
	padding-top: 68px;
	padding-bottom: 60px;
}

.ec-product-contact-title{
	font-family: "NeueHaasDisplay-Roman";
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -0.48px;
}

.ec-product-contact-separator{
	position: relative;
	height: 148px;
	margin-top: 13px;
	margin-bottom: 13px;
}

.ec-product-contact-separator:after{
	content: '';
	width: 2px;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.ec-product-contact-text{
	font-family: "NeueHaasDisplay-Roman";
	font-size: 16px;
	line-height: 22.4px;
	padding-left: 135px;
	padding-right: 135px;
	margin-bottom: 60px;
}

.ec-product-why{
	padding-top: 298px;
	padding-bottom: 255px;
}

.ec-product-why-content{
	display: grid;
	column-gap: 26px;
  	grid-template-columns: 1fr 1fr 1fr;
}

.ec-product-why-content-element{
	padding: 61px 10px;
	border-radius: 26px;
	box-shadow: 0px 40px 110px #0000000D;
	background-color: #FFFFFF;
	height: 100%;
}

.ec-product-why-icon{
	margin-bottom: 15px;
}

.ec-product-why-content-element .ec-introduction{
	padding-left: 75px;
	padding-right: 75px;
}

.ec-product-container .wp-post-image, .ec-category-product-image img{
	mix-blend-mode: darken;
}
/* PRODUIT */

/* CONTACT */
.ec-contact-header .ec-border-bottom{
	border-color: #1E1E1E !important;
}

.ec-contact-header .ec-header-catalog a, .ec-contact-header .ec-header-categories a{
	color: #1E1E1E;
}

.ec-contact-header .ec-header-categories .ec-button:hover{
	background-color: #1E1E1E;
	color: #FFFFFF;
	border-color: #1E1E1E;
}

.ec-page-header-contact{
	padding-top: 0;
}

.ec-page-header-contact-padding{
	padding-top: 150px;
}

.ec-contact-image{
	height: 100%;
	max-height: 100%;
	display: block;
	position: relative;
}

.ec-contact-image img{
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	display: inline-block;
	position: relative;
}

.ec-page-header-contact-padding label{
	font-family: "NeueMontreal";
	font-size: 20px;
	line-height: 29px;
}

.ec-page-header-contact-padding input, .ec-page-header-contact-padding textarea{
	width: 100%;
	max-width: 100%;
	border: none;
	border-bottom: solid 1px #D5D3CF;
	outline: none;
	background-color: transparent;
	margin-top: 13.5px;
	margin-bottom: 13.5px;
	padding-left: 0;
	padding-right: 0;
	resize: none;
}

.ec-page-header-contact-padding textarea{
	height: 60px;
}

.ec-page-header-contact-padding input[type="submit"]{
	font-family: "NeueHaasDisplay-Roman";
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	border: solid 1px #1E1E1E;
	border-radius: 50%;
	display: inline-block;
	width: auto;
	padding: 45px 13px;
}

.ec-page-header-contact-padding .wpcf7-not-valid-tip{
	font-size: 12px;
	line-height: 12px;
}
/* CONTACT */

/* A PROPOS */
.ec-about-header .ec-introduction{
	padding-right: initial;
	margin-bottom: 20px;
}

.ec-about-header-introduction{
	padding-left: 8.8%;
	padding-bottom: 52.5px;
	background-image: url(assets/images/EC-About-Top.svg);
	background-repeat: no-repeat;
	background-position: bottom 42.5px left;
}

.ec-showroom-address{
	font-family: "NeueHaasDisplay-Roman";
	font-size: 24px;
	line-height: 26.4px;
	border: solid 1px #1E1E1E;
	border-radius: 50px;
	padding: 20px 45px;
	display: inline-block;
	text-align: center;
	color: #1E1E1E;
}

.ec-showroom-address:hover{
	background-color: #1E1E1E;
	color: #FFFFFF;
}

.ec-about-services{
	padding-top: 145px;
	padding-bottom: 170px;
}

.ec-about-services-content{
	display: grid;
	column-gap: 26px;
  	grid-template-columns: 1fr 1fr 1fr;
}

.ec-about-services-content-element{
	padding: 61px 10px;
	border-radius: 26px;
	height: 100%;
}

.ec-about-services-icon{
	margin-bottom: 15px;
}

.ec-about-services-content-element .ec-introduction{
	padding-left: 75px;
	padding-right: 75px;
}

.ec-about-shipping{
	padding-top: 100px;
	padding-bottom: 55px;
}
/* A PROPOS */

/* ESPACES */
.ec-spaces-container{
	padding-top: 0px;
	background-image: url(assets/images/EC-Catalog-Background.svg);
	background-position: center top;
	background-repeat: repeat-y;
}

.ec-selection-product-2-image{
	background-color: #E5E5E5;
    height: 459px;
    max-height: 459px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ec-selection-product-2-image img{
	mix-blend-mode: darken;
	max-height: 100%;
	object-fit: contain;
}

.ec-selection-product-1-image{
	background-color: #E5E5E5;
	padding-bottom: 20px;
}

.ec-selection-product-1-image img{
	mix-blend-mode: darken;
	max-height: 600px;
	width: 100%;
	object-fit: contain;
}

.ec-spaces-products{
	padding-bottom: 135px;
}

.ec-spaces-pro{
	padding-bottom: 75px;
}

.ec-spaces-pro-container{
	padding-top: 215px;
	padding-bottom: 190px;
	background-image: url(assets/images/EC-Espaces-Confiance.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.ec-spaces-pro-container .ec-title{
	font-family: "NeueHaasDisplay-Roman";
	font-size: 60px;
	line-height: 52px;
	letter-spacing: -0.6px;
	margin-bottom: 97px;
}

.ec-spaces-pro-content{
	display: grid;
	gap: 22px;
  	grid-template-columns: 1fr 1fr 1fr;
}

.ec-spaces-pro-content-element{
	border-radius: 50px;
	background-color: #E5E5E5;
	padding: 28px 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ec-spaces-pro-content-element img{
	height: 130px;
	max-height: 130px;
	max-width: 100%;
	object-fit: contain;
}
/* ESPACES */
.ec-search-button{
	border: solid 1px;
	border-radius: 50px;
}

.ec-search-button input{
	padding: 11px 30px;
	border:none !important;
	background-color: transparent !important;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	outline: none !important;
	box-shadow: none !important;
	color: #FFFFFF !important;
}

.ec-search-button input::placeholder {
  color: rgba(255,255,255,0.8);
  opacity: 1; /* Firefox */
}

.ec-search-button input::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(255,255,255,0.8);
}

.ec-search-button button{
	border: none !important;
	outline: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.ec-footer-hours{
	font-size: 20px;
	line-height: 26px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	background-color: transparent !important;
	border-color: #FFFFFF;
	border: solid 1px #FFFFFF !important;
	color: #FFFFFF;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
	background-color: transparent;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  color: rgba(255,255,255,0.8);
  opacity: 1; /* Firefox */
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(255,255,255,0.8);
}

.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path, .dgwt-wcas-om-bar .dgwt-wcas-om-return svg path{
	fill: #FFFFFF !important;
}

.ec-contact-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	border-color: #000000;
	border: solid 1px #000000 !important;
	color: #000000;
}

.ec-contact-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  color: rgba(0,0,0,0.8);
  opacity: 1; /* Firefox */
}

.ec-contact-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(0,0,0,0.8);
}

.ec-contact-header .dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier, .ec-contact-header .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path, .ec-contact-header .dgwt-wcas-om-bar .dgwt-wcas-om-return svg path{
	fill: #000000 !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover{
	background-color: transparent !important;
	box-shadow: none !important;
}

.woocommerce ul.products li.product a img{
	max-height: 95% !important;
	margin: 0;
}

.page-numbers a{
	color: #1E1E1E;
}

.wpc-filters-widget-top-container, .wpc-posts-found{
	display: none;
}

.wpc-horizontal-layout.wpc-horizontal-cols-2 .wpc-filters-section:not(.wpc-filter-layout-submit-button){
	max-width: 47%;
	margin-right: 4%;
}

.wpc-term-item-content-wrapper a, .wpc-term-count{
	color: #1E1E1E;
	font-size: 16px;
}

.wpc-filters-main-wrap li.wpc-term-item label{
	align-items: center;
}

body .wpc-filters-main-wrap li{
	display: inline-flex;
	align-items: center;
}

.wpfTitleToggle{
	display: none !important;
}

.wpfMainWrapper{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 50px;
	font-family: "NeueHaasDisplay-Roman";
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
}

.wpfMainWrapper .ms-options ul{
	padding: 7px;
	font-size: 12px;
}

.wpfFilterTitle{
	pointer-events: none !important;
}

.ec-home-realisations-image{
	height: 500px;
	max-height: 500px;
}

.ec-home-realisations-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ec-home-realisations .slick-next{
	right: 10px;
}

.ec-home-realisations .slick-prev{
	left: 10px;
	z-index: 999;
}