/*Slider*/
.icon-show-me {
    position: absolute;
    top: 120px;
    left: 15px;
    z-index: 5;
}
.icon-show-me img{
	width: 100px;
	border-radius: 50%;
	transform: scale(1);
		animation: pulse 2s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(176, 154, 130, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(104, 209, 28, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(104, 209, 28, 0);
	}
}
/* ------------------ Mobile ------------------ */
@media (max-width: 767px)
{
	.icon-show-me img{
		width: 90px;
	}
}
div#block-homepageintro{
	width: 100%;
	color: #fff;
	position: relative;
	min-height: 650px;
	display: flex;
	flex-direction: column;
	padding-top: 100px;
}
div#block-homepageintronav{
	width: 100%;
	color: #fff;
	position: relative;
	min-height: 650px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
div#block-homepageintro .slick-home{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 650px;
}
#block-homepageintro > div.content > div > div.container > div > div > div > div > div > div > span{
	font-size: 1.2rem;
	font-family: "Pacifico", serif;
	font-weight: 400;
	font-style: normal;
}
#block-homepageintro > div.content > div > div.container{
	position: relative;
	z-index: 2;
	text-shadow: 5px 5px 5px black;
	font-size: 2.5rem;
}
div#block-homepageintro .slick-home img
{
	/*position: absolute;*/
	height: 100%;
	min-height: 650px;
	max-height: 650px;
	width: 100%;

	font-family: 'object-fit: cover; object-position: center;';

	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
div#block-homepageintro .content-nav p{
	font-size: 2.5rem;
}
div#block-homepageintro .content-nav .slick-slide:focus {
	outline: -webkit-focus-ring-color auto 0px;
}
/* ------------------  ------------------ */
div#block-conditionsdannulation{
	width: 100%;
	padding: 40px 1rem;
	background-color: #EDEBEB;
}
div#block-conditionsdannulation .picto-annulation{
	padding-top: 60px;
	position: relative;
}
div#block-conditionsdannulation .picto-annulation::before
{
	position: absolute;

	height: 50px;
	width: 50px;

	top: 0;
	left: 50%;
	background: no-repeat center/contain url("../../../../sites/default/files/images/picto/condition-annulation.svg");

	content: '';
	transform: translateX(-50%);
}
/* ------------------  ------------------ */
div#block-nosservicesbannerhomepage{
	width: 100%;
	background: no-repeat center/cover url("../../../../sites/default/files/images/photo/nos_services_home.jpg");
}
.services-picto .col{
	max-width: 100px;
}
.services-picto img{
	max-width: 100px;
}
div#block-nosengagementhoempage{
	width: 100%;
}
/*Page Banner*/
div#block-banniere{
	width: 100%;
	padding: 0;
}

div#block-banniere img{
	max-width: 100%;
	height: 100%;
	max-height: 550px;
	width: 100%;

	font-family: 'object-fit: cover; object-position: center;';

	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	margin-bottom: 0;
}
/*MAP*/
div#map_classic {
	width: 100%;
	height: 300px;
}
#mapid{
	width: 100%;
	height: 500px;
}
/*Bandeau trois cercles*/
	.circle-image {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
div#block-larlapean-bandeautroiscercles .img-amin,
div#block-larlapean-views-block-activites-a-decouvrir-block-3 .img-amin{
	position: relative;
}
div#block-larlapean-bandeautroiscercles .link-block .img-amin:before,
div#block-larlapean-views-block-activites-a-decouvrir-block-3 .img-amin:before{
	position: absolute;

	height: 90%;
	width: 90%;

	top: 50%;
	left: 50%;
	background: rgba(187, 153, 136, 0.0);

	content: '';
	transform: translate(-50%, -50%);
	display: block;
	border-radius: 50%;
	transition: .5s cubic-bezier(.35, 1.61, .86, 1.02);
}
div#block-larlapean-bandeautroiscercles .link-block:hover .img-amin:before,
div#block-larlapean-views-block-activites-a-decouvrir-block-3 .link-block:hover .img-amin:before{
	background: rgba(187, 153, 136, 0.7);
	height: 95%;
	width: 95%;
}
div#block-larlapean-bandeautroiscercles .link-block,
div#block-larlapean-views-block-activites-a-decouvrir-block-3 .link-block
 {
    position: relative;
    display: flex;
    padding-bottom: 50px;
    justify-content: center;
}
div#block-larlapean-bandeautroiscercles .link-block h3,
div#block-larlapean-views-block-activites-a-decouvrir-block-3 .link-block h3 {
    /* margin-top: -110px; */
    z-index: 1;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    /* height: 100%; */
    display: flex;
    transform: translate(-50%, 0);
    justify-content: center;
    align-items: center;
    transition: .5s cubic-bezier(.35, 1.61, .86, 1.02);
    font-size: 2.5rem;
    font-weight: bold;
}
div#block-larlapean-views-block-activites-a-decouvrir-block-3 .link-block h3{
	font-size: 1.7rem;
}
div#block-larlapean-bandeautroiscercles .link-block:hover h3,
div#block-larlapean-views-block-activites-a-decouvrir-block-3 .link-block:hover h3{
	transform: translate(-50%, -50%);
	bottom: 45%;
	color: #fff;
}
@media (max-width: 767px)
{
	div#block-larlapean-bandeautroiscercles .link-block .img-amin:before,
	div#block-larlapean-views-block-activites-a-decouvrir-block-3 .link-block .img-amin:before{
	background: rgba(187, 153, 136, 0.5);
	height: 95%;
	width: 95%;
}
	div#block-larlapean-bandeautroiscercles .link-block h3,
	div#block-larlapean-views-block-activites-a-decouvrir-block-3 .link-block h3
	{
	transform: translate(-50%, -50%);
	bottom: 45%;
	color: #fff;
	font-size: 2rem;
	}
}
/*CONTACT*/
div#block-contacteznous h2{
	text-align: center;
	color: #B19B83;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 2rem;
}
div#block-contacteznous .content{
	display: flex;
	flex-wrap: wrap;
}
div#block-contacteznous .content > div{
	width: 50%;
	padding: 15px;
	display: flex;
}
div#block-contacteznous .content > div:first-child{
	border-right: 3px solid #929292;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	flex-direction: column;
	font-size: 22px;
}
div#block-contacteznous .info-contact{
	display: flex;
	flex-direction: column;
}
div#block-contacteznous .info-contact p:first-child{
	font-size: 2rem;
	padding-left: 0;
	font-weight: bold;
}
div#block-contacteznous .info-contact p, div#block-contacteznous .info-contact a{
	position: relative;
	padding-left: 50px;
	font-size: 20px;
}
div#block-contacteznous .info-contact p::before, div#block-contacteznous .info-contact a::before
{
	position: absolute;

	height: 40px;
	width: 40px;

	top: 50%;
	left: 0;
	background: no-repeat center/contain url('');

	content: '';
	transform: translateY(-50%);
}
div#block-contacteznous .info-contact .adresse::before{
	background-image: url('../../../../sites/default/files/images/picto/location.svg');
}
div#block-contacteznous .info-contact .telephone::before{
	background-image: url('../../../../sites/default/files/images/picto/tel.svg');
}
div#block-contacteznous .info-contact .email::before{
	background-image: url('../../../../sites/default/files/images/picto/mail.svg');
}
div#edit-selectionnez-votre-ou-vos-produits- .custom-control-label {
	margin-top:10px;
	margin-bottom: 10px;
	font-size: 11px;
}
div#edit-selectionnez-votre-ou-vos-produits- .custom-control-label:after,div#edit-selectionnez-votre-ou-vos-produits- .custom-control-label:before{
	top: 50%;
	transform: translateY(-50%);
}
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #B19B83;
	background-color: #B19B83;
}
.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgb(108 212 34 / 25%);
}
.custom-switch .custom-control-label::after{
	background-color: #1E2B33;
}
.custom-select {
	background-image: url('../../../../sites/default/files/images/picto/select-dropdown.svg');
	background-size: contain;
	background-position: center right;
}
fieldset#edit-selectionnez-votre-ou-vos-produits---wrapper legend{
	font-size: 16px;
	color: #B19B83;
	font-weight: bold;
}
.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgb(108 210 34 / 25%);
}
.custom-select:focus {
	box-shadow: 0 0 0 0.2rem rgb(108 210 34 / 25%);
}
/* ------------------ Mobile ------------------ */
@media (max-width: 767px)
{
	div#block-banniere img{
		min-height: 300px;
	}
	div#block-contacteznous .content > div{
		width: 100%;
	}
	div#block-contacteznous .content > div:first-child{
		border-right: 0;
		border-bottom: 3px solid #929292;
	}
}
/* ------------------ Mobile ------------------ */
@media (max-width: 767px)
{
	div#block-homepageintro{
		padding: 60px 15px;
	}
}
/*custom contact*/
fieldset.js-form-item.js-form-type-select.form-type-select.js-form-item-civilite.form-item-civilite.form-no-label.form-group select {
    width: 100%;
    padding: 10px;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
div#edit-selectionnez-votre-ou-vos-produits-{
	font-size: 11px;
}
div#edit-selectionnez-votre-ou-vos-produits- .form-check-label{
	margin-bottom:15px;
}
/*modif bug dash border firefox modal message envoyé*/
.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close:focus {
    border: none;
    outline: 0;
}
/* ------------------------------------- *\
|* ----------- # Bon KDO # ----------- *|
\* ------------------------------------- */
section.region-title-top{
	position: relative;
	overflow: hidden;
}
div#block-boncadeau {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	background: rgb(30,43,51);
	background: linear-gradient(90deg, rgba(30,43,51,1) 0%, rgba(30,43,51,1) 30%, rgba(255,255,255,0) 60%);
	padding-left: 5%;
}
/* -------------- Mobile, Tablet -------------- */
@media (max-width: 991px)
{
	div#block-boncadeau{
		background: rgba(30,43,51,0.65);
		
	}
}
.bon-kdo{
	padding-left: 100px;
	position: relative;
	color: #fff;
}
.bon-kdo::before
{
	position: absolute;

	height: 100%;
	width: 70px;

	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url('../../../../sites/default/files/images/picto/gift.svg');

	content: ''
}
/*LOISIRS HOMEPAGE*/
div#block-loisirshome{
	padding: 0;
}
.loisirs-content-home{
	position: relative;
}
.loisirs-content-home img{
	width: 100%;
}
.loisirs-content-home > a{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*BEF Filter*/
form#views-exposed-form-activites-a-decouvrir-block-1{
	margin-top: 50px;
}
form#views-exposed-form-activites-a-decouvrir-block-1 button.button.js-form-submit.form-submit.btn.btn-primary {
    margin-left: 15px;
    padding: .5rem 1.8rem;
    background-color: #B19B83;
    font-weight: 500;
    color: #123;
    border-radius: 23px;
    border: 1px solid #B19B83;
    text-shadow: none;
}
form#views-exposed-form-activites-a-decouvrir-block-1 button.button.js-form-submit.form-submit.btn.btn-primary:hover{
	background-color: #FFF;
    color: #B19B83;
    text-decoration: none;
}