/* Elements oxy */

html {
	height: 100vh;
	min-height: -webkit-fill-available;
}

.entete_pages > .ct-section-inner-wrap {
	padding: 0 !important;
}

.entete_pages .ct-shortcode {
	width: 100%;
}
.entete_pages  {
	overflow: hidden;
}
/* Entete globale */

.entete_wrap {
	min-height: 450px;
	display: flex;
	flex-wrap: wrap;
	background-size: cover;
    background-position: center;
	position: relative;
}

.entete_wrap::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000ad;
	pointer-events: none;
}

.entete_wrap.entete_home::after {
	background-color:transparent;
}

.entete_wrap .ada_container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
    z-index: 9;
	padding-right: 270px;
}

.entete_container {
	width: 100%;
	max-width: 1300px;
	margin: auto;
}

.entete_content {
	width: 100%;
	display: flex;
	flex-direction: column;
    justify-content: center;
	color: white;
}

.entete_title {
	color: white;
	line-height: 1.1;
}

/* Entete avec picto */

.entete_picto {
	width: 200px;
    padding-right: 50px;
}

.entete_picto img {
	width: 100%;
	height: auto;
}

.entete_wrap_picto .entete_content {
	width: calc(100% - 300px);
}

/* Entete sous titre */

.entete_sous-titre {
	font-family: 'Quicksand';
	font-size: 1.5em;
	margin-top: 10px;
}

.entete_sous-titre p {
	margin: 0;
}

.entete_sous-titre a {
	color: white;
}

/* Entete chiffres */

.entete_chiffres {
	width: 400px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
	background-image: url('../img/entete_chiffre_page.svg');
	background-size: cover;
    background-position: left center;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
	overflow: hidden;
	gap: 45px;
	z-index: 9;
}

.entete_home .entete_chiffres {
	background-image: url('../img/entete_chiffre_home.svg');
	width: calc(130px + 50vh);
}

.chiffre_wrap {
	position: relative;
    z-index: 9;
	padding-right: 60px;
	text-align: right;
}

.entete_home {
	opacity: 0;
	transition: 0.7s;
}

.entete_home .chiffre_wrap {
	padding-right: 80px;
}

.chiffre_wrap::after {
	content: "";
	display: block;
	width: 65px;
	height: 65px;
	background-color: #d6315f;
	border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(60%, -50%);
    right: 0;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.39); 
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.39);
}

.chiffre_wrap .chiffre {
	color: white;
	font-size: 3em;
	font-weight: 600;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.60);
	line-height: 1;
	margin-bottom: 5px;
}

.entete_home .chiffre_wrap .chiffre {
	font-size: 3.4em;
}

.chiffre_wrap .label {
	color: #ECD8AF;
	font-family: 'Quicksand';
    font-size: 1.15em;
	font-weight: 500;
    max-width: 175px;
    line-height: 1.2;
	text-shadow: 0px 0px 14px rgb(0 0 0 / 75%);
}

/* Slider home */

.home_slider {
	width: 100%;
	margin: auto;
	position: relative;
	margin-bottom: 0 !important;
    margin-top: 0;
}

.home_slider .slick-list {
	overflow: hidden;
	position: relative;
}

.home_slider .slick-list::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000080;
}

.home_slider .slick-track {
	display: flex;
	height: calc(100vh - 110px);
}

body:not(.admin-bar) .home_slider .slick-track {
	height: calc(100vh - 90px);
}

.home_slider .slick-prev, .home_slider .slick-next {
	background-color: pink;
}

.home_slider .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/*.slick-slide {
	display: inline-block;
}*/

/*.home_slider img {
	height: 100%;
    width: 100vw;
    object-fit: cover;
}*/

.home_slider .slick-dots {
	bottom: 70px;
	text-align: left;
	z-index: 9;
	max-width: 1300px;
	left: 50%;
    transform: translate(-50%);
	/*padding-left: 40px;*/
}

.home_slider .slick-dots li {
	margin: 0 10px;
}

.home_slider .slick-dots button {
	border: 1px solid #ECD8AF;
	border-radius: 50%;
	width: 15px;
    height: 15px;
}

.home_slider .slick-dots .slick-active button {
	background-color: #ECD8AF;
}

.home_slider .slick-dots button::before {
	display: none;
}

/* Click and collect */

.entete_cnc {
	position: absolute;
	z-index: 99;
	bottom: 30px;
    right: 290px;
}

.entete_cnc img {
	width: 110px;
}


/* page Jardinerie */



/********** Responsive ******************/

@media screen and (max-width: 1300px) {
	
	.home_slider .slick-dots li {
		margin: 0 0px;
		padding-left: 40px;
	}
	
	.entete_home .chiffre_wrap .chiffre {
		font-size: 2.8em;
	}
	
}

@media screen and (max-width: 991px) {
	
	.entete_picto {
		width: 130px;
    	padding-right: 30px;
	}
	
	.entete_wrap_picto .entete_content {
		width: calc(100% - 150px);
	}
	
	.entete_chiffres {
		width: 260px;
	}
	
	.entete_cnc {
		bottom: 13px;
    	right: 225px;
	}
	
	.entete_wrap .ada_container {
		padding-right: 240px;
	}
	.entete_title {
		font-size: 2.4em;
	}
	.entete_chiffres .chiffre_wrap .label {
		font-size: 1em;
	}
	.entete_content .entete_sous-titre {
		font-size: 1.3em;
	}
	.chiffre_wrap .label {
    	max-width: 150px;
	}
}

@media screen and (max-width: 767px) {
	
	.entete_picto {
		width: 100%;
	}
	
	.entete_picto img {
		max-width: 100px;
	}
	
	.entete_wrap_picto .entete_content {
		width: 100%;
	}
	
	.entete_chiffres {
		width: 240px;
	}
	
	.entete_cnc {
		top: 30px;
    	right: 205px;
		bottom: auto;
	}
	
	.entete_wrap .ada_container {
		padding-right: 230px;
	}
	.chiffre_wrap .label {
	    max-width: 130px;
   	}
	
	.entete_title  {
	    font-size: 2em;
   	}
	
	.entete_sous-titre {
		font-size: 1.3em;
	}
	
}

@media screen and (min-width: 600px) and (max-width: 767px)  {
	
	#section-318-72 h2 {
		font-size: 2.5em;
	}
	#section-318-72 .entete_home .entete_chiffres {
	width: calc(130px + 40vh);
	}
}
	
@media screen and (max-width: 600px) {
	
	.entete_wrap.entete_home {
		min-height: 700px !important;
	}
	
	.entete_wrap .ada_container {
		padding-right: 20px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.home_slider {
		margin-bottom: 0 !important;
		margin-top: 0;
	}
	
	.entete_home .entete_chiffres {
		position: absolute;
		bottom: 0;
		left: 0;
    	width: 100%;
		background-image: url('../img/entete_chiffre_page_mobile.svg');
		height: 250px;
		top: auto;
	}
	
	.entete_home .chiffre_wrap {
		padding-right: 5px;
	}
	
	.home_slider .slick-dots {
		bottom: 260px;
	}
	
	.home_slider .slick-list {
		height: 100%;
	}
	
	.home_slider .slick-track {
		height: 100% !important;
	}
	
	.entete_home_txt {
		padding-bottom: 100px;
		padding-top: 150px;
	}
	
	.entete_chiffres {
		position: static;
    	width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0;
		background-image: url('../img/entete_chiffre_page_mobile.svg');
		background-position: top center;
		padding: 0 10px;
		height: 200px;
		align-self: flex-end;
	}
	
	.entete_cnc {
		top: 45px;
    	right: 50px;
	}
	
	.entete_wrap {
		flex-wrap: wrap;
		min-height: unset;
	}
	
	.chiffre_wrap {
		padding-right: 10px;
		padding-left: 10px;
    	padding-bottom: 40px;
		width: 33.333%;
		text-align: center;
	}
	
	.chiffre_wrap::after {
		top: auto;
		bottom: 0;
		transform: translate(50%, 60%);
    	right: 50%;
	}
	
	.chiffre_wrap .label {
		max-width: unset;
	}
	
	.admin-bar .entete_pages .entete_wrap {
		min-height: calc(100vh - 130px);
	}
	
	.entete_pages .entete_wrap {
		min-height: calc(100vh - 18px);
		min-height: -webkit-fill-available; 
		align-items: stretch;
	}
	
	.entete_chiffres .label {
		height: 50px;	
	}

}

@media screen and (max-width: 480px) {
	
	.chiffre_wrap {
		padding-right: 5px;
    	padding-left: 5px;
	}
	.entete_chiffres .chiffre {
		font-size: 2.6em;
	}
	
	.entete_cnc {
    	right: 30px;
	}
	.home_slider .slick-dots button {
		width: 12px;
		height: 12px;
	}
	.home_slider .slick-dots {
		margin-left: 20px;
	}
	.home_slider .slick-dots li {
		padding-left: 26px;
	}
	
}




