/* Search Map */
.section-map {
	padding: 128px 0 127px;
}
.section-map .section__wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1642px;
}
.section-map .entry {
	width: 57.06%;
}
.section-map .form__wrap {
	position: relative;
	background: #fff;
	border-radius: 19px;
/* 	padding: 130px 90px 106px; */
	padding: 72px 90px 106px;
}
.btn-download {
	display: flex;
	align-items: center;
	background-color: #c23633;
	padding: 19px 47px;
	border-radius: 53px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	-moz-column-gap: 17px;
	column-gap: 17px;
	transition: background-color .3s;
	font-size: 20px;
}
.section-map .js-reset {
	position: absolute;
	top: 78px;
	right: 92px;
	padding-right: 27px;
	font-size: 16px;
	letter-spacing: .015em;
	font-weight: 600;
	color: #71a0ff;
	text-decoration: none;
	transition: all .6s;
}
.section-map .js-reset.btn-download {
	background-color: #FB2B4E;
	padding: 15px 30px;
	top: 55px;
	color: #fff;
}
.section-map .js-reset::after {
	position: absolute;
	top: 2px;
	right: 0;
	width: 1px;
	height: 18px;
	display: block;
	content: "";
/* 	background: url(./icon-open-reload.19aeac9f.svg) no-repeat 0 0; */
/* 	background-size: contain; */
}
.section-map .js-reset.btn-download::after {
	background: none;
}
.section-map .form__row {
	margin-bottom: 44px;
	max-width: 755px;
}
.section-map .form__row .form__label {
	display: block;
	margin-bottom: 26px;
	font-size: 24px;
	line-height: 1.08;
	font-weight: 700;
	color: var(--theme-color-primary);
}
.contOuPratSearchResult {
	position: relative;
}
.section-map .form__row-field .form__controls {
	position: relative;
	border: 1px solid #909090;
	border-radius: 45px;
	padding: 6px 0 11px;
	display: flex;
	justify-content: space-between;
}
.section-map .form__row-field .form__controls::before {
	position: absolute;
	top: 50%;
	left: calc(50% - 54px);
	width: 1px;
	height: 30px;
	display: block;
	content: "";
	background: #939393;
	transform: translateY(-50%);
}
.section-map .form__row-field .form__controls .select {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 52px);
}
.section-map .form__row-field .form__controls .select select, .section-map .form__row-field .form__controls input {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.section-map .form__row-field .form__controls .select select, .section-map .form__row-field .form__controls input {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.section-map .form__row-field .form__controls .select select {
	padding: 21px 30px 20px;
	width: 100%;
	font-size: 20px;
	line-height: 1;
	color: var(--theme-color-primary);
	letter-spacing: .025em;
	background: transparent url(./img/arrow-select-blue.svg) no-repeat 90% center;
	background-size: 12.7px 10px;
	-webkit-appearance: none;
}
.section-map .form__row-field .form__controls .select select option {
	color: #000;
}

.section-map .form__row-field .form__controls input {
	position: relative;
	width: calc(50% + 52px);
	padding: 2px 38px 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .025em;
	font-style: normal;
	color: #262729;
}
#previewResult {
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	z-index: 50;
	background: #f2f2f2;
	width: calc(50% + 52px);
	max-height: 210px;
	overflow: auto;
}
#previewResult .resultats-libre-ligne {
	display: block;
	padding: 5px 3.8rem;
	color: #262729;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
#previewResult .resultats-libre-ligne:hover {
	background: var(--theme-color-primary);
	color: #fff;
}
.section-map .form__row-range {
	margin-bottom: 46px;
}
.section-map .form__row-range .form__controls {
	position: relative;
	height: 53px;
	margin-bottom: 0;
}
.section-map .form__row-range .form__controls input {
	width: 100%;
	height: 15px;
	background: #e3e3e3;
	outline: none;
	opacity: .7;
	border-radius: 7px;
	overflow: hidden;
	-webkit-appearance: none;
	transition: opacity .2s;
}
.section-map .form__row-range .form__controls input::-webkit-slider-thumb {
	appearance: none;
	width: 1.5rem;
	height: 1.5rem;
	background: #71a0ff;
	cursor: pointer;
	border-radius: 50%;
	-webkit-appearance: none;
}

.section-map .form__row-range .form__controls input::-moz-range-thumb {
	width: 1.5rem;
	height: 1.5rem;
	background: #71a0ff;
	cursor: pointer;
	border-radius: 50%;
}
.section-map .form__row-range .form__controls strong {
	padding: 24px 0 0;
	display: block;
	font-size: 18px;
	line-height: 1.44;
	font-weight: 700;
	color: #262729;
	letter-spacing: .025em;
	text-align: center;
}
.section-map .form__actions {
	text-align: center;
	padding-top: 39px;
}
.section-map .form__actions input {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	background: var(--theme-color-primary);
	border-radius: 53px;
	padding: 27px 40px 33px;
	transition: all .4s linear;
	max-width: 90%;
	width: 467px;
}
.section-map .section__map {
	width: 39.89%;
	border-radius: 19px;
	overflow: hidden;
}
#carteOSM {
	width: 100%;
	height: 625px;
	z-index: 10;
}

/* Result map */

.section-map__results {
	padding: 0 0 217px;
	margin-top: -47px;
}
.section-map__results h6 {
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	color: #262729;
}
.section-map .venue__wrap {
/* 	display: flex; */
/* 	flex-wrap: wrap; */
/* 	justify-content: space-between; */
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 45px;
}
.section-map .single__venue {
	max-width: calc(50% - 24.5px);
	background: #fff;
	border-radius: 19px;
	padding: 48.5px 52.5px 54px;
	margin-top: 52px;
}
.section-map__results .single__venue {
	position: relative;
	padding: 48.5px 2.5px 45px 52.5px;
}
.section-map__results .single__venue {
	max-width: 517px;
	width: 100%;
	margin-top: 0;
}
.section-map .single__venue:nth-child(1), .section-map .single__venue:nth-child(2) {
	margin-top: 0;
}
.section-map .single__venue h5 {
	margin-bottom: 12px;
	max-width: 250px;
	font-size: 24px;
	line-height: 1.17;
	font-weight: 700;
	color: var(--theme-color-primary);
}
.section-map__results .single__venue h5 {
	margin-bottom: 40px;
	max-width: 100%;
	padding-right: 90px;
}
.section-map__results .single__venue h5 + img {
	position: absolute;
	top: 27px;
	right: 34px;
	width: 70px;
	height: auto;
}
.section-map .single__venue .coordonneesLP {
	list-style: none;
	margin-bottom: 0;
}
.section-map .single__venue .coordonneesLP .ligneLP {
	position: relative;
	padding-left: 31.8px;
	padding-right: 50px;
	display: block;
	font-size: 18px;
	line-height: 1.33;
	font-weight: 500;
	letter-spacing: .025em;
	color: var(--theme-color-primary);
}
.section-map .single__venue .coordonneesLP .ligneLP + .ligneLP {
	margin-top: 19px;
}
/* .section-map .single__venue .coordonneesLP .ligneLP i { */
/* 	position: absolute; */
/* 	top: 0; */
/* 	left: 0; */
/* } */
.section-map .single__venue .coordonneesLP .ligneLP::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.section-map .single__venue .coordonneesLP .adresseLP::before {
	width: 20px;
	height: 26px;
	background: url(./img/picto-marker.png) no-repeat;
}
.section-map .single__venue .coordonneesLP .phoneLP::before {
	width: 20px;
	height: 19px;
	background: url(./img/picto-tel.png) no-repeat;
}

.section-map .single__venue .coordonneesLP .contactLP {
	padding-left: 0;
	padding-right: 0;
}
.section-map .single__venue .coordonneesLP .ligneLP + .ligneLP.contactLP {
	margin-top: 25px;
}

.section-map .single__venue .coordonneesLP p {
	margin-bottom: 22px;
	font-size: 18px;
	line-height: 1.33;
	font-weight: 500;
	letter-spacing: .025em;
	color: var(--theme-color-primary);
}
.section-map__results .single__venue .ligneLP p {
	padding-right: 20px;
}
.section-map .single__venue .coordonneesLP .ligneLP p {
	margin-bottom: 0;
}
/* .section-map__results .single__venue li:last-child { */
/* 	position: relative; */
/* 	display: flex; */
/* 	flex-wrap: nowrap; */
/* 	justify-content: space-between; */
/* 	align-items: center; */
/* 	top: -2px; */
/* } */
/* .section-map__results .single__venue li:last-child i { */
/* 	top: 50%; */
/* 	transform: translateY(-50%); */
/* } */
/* .fa-map-marker-alt::before { */
/* 	content: "\f3c5"; */
/* } */
/* .fa-phone-alt::before { */
/* 	content: "\f879"; */
/* } */

.mycluster::before {
	content: '';
	height: 53px;
	width: 38px;
	display: inline-block;
	background-image: url(/wp-content/themes/fspn/Exalto/leaflet/images/marker-bleu.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 38px 53px;
	position: absolute;
	top: -30px;
	left: -5px;
	z-index: -1;
}
.markerDigit {
	display: inline-block;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	background-color: #fff;
	color: #024995;
	border: 2px solid #024995;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.35px;
	line-height: 25px;
	position: absolute;
	top: -40px;
	right: -20px;
}
.leaflet-popup-content {
	margin: 25px 25px 32px 32px !important;
}
.gmapMarker {
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	color: #576574;
}
.titrePopupCarte {
	color: #024995;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.35px;
	text-transform: uppercase;
}
.encartTextePopup {
	margin-bottom: 15px;
}


.popup-contact-conteneur { padding: 30px; color: var(--theme-color-primary); }
.popup-contact-titre { font-size: 24px; font-weight: 700; color: var(--theme-color-primary); }
.popup-contact-ligne { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 15px; }
.popup-contact-groupe { width: 100%; }
.popup-contact-input { width: 100%; padding: 10px 15px; border-radius: 10px; }
.popup-contact-groupe input[type="submit"] { width: 100%; }
.popup-contact-input-captcha { display: inline-block; width: 60px; text-align: center; margin-left: 20px; text-transform: uppercase; }
.popup-contact-oblig { color: #FB2B4E; }

.section-map .txt-validation, .section-map .txt-error { text-align: center; margin-bottom: 20px; }
.section-map .txt-validation { color: green; }
.section-map .txt-error { color: red; }

@media (max-width: 1200px) {
	.section-map .venue__wrap { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 992px) {
	.section-map .section__wrap { display: block; }
	.section-map .entry, .section-map .section__map { width: 100%; }
	.section-map .entry  { margin-bottom: 30px; }
	
}

@media (max-width: 768px) {
	.section-map .venue__wrap { grid-template-columns: repeat(1, 1fr); }
	.section-map__results .single__venue { max-width: 100%; width: 100%; }
}


/* Sections actualités */
.single-news__content .content-image { margin: 50px 0; }
.single-news__content .content-image .shell { padding: 0; }
.single-news__content .content-image__image img { margin: 0; }

.single-news__content .gallery { padding: 0; }
.single-news__content .gallery .shell { padding: 50px !important; }
.single-news__content .gallery .gallery__slider { overflow: hidden !important; }
.single-news__content .gallery .gallery__slide img { margin: 0; }

.single-news__content .league-gallery { margin: 50px 0; }
.single-news__content .league-gallery .shell { padding: 0; }
.single-news__content .league-gallery__image img { margin: 0; }
.single-news__content .league-gallery__action { margin-top: 50px; }







