.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
}
.leaflet-container {
	overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}
.leaflet-tile::selection {
	background: transparent;
}
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
}
.leaflet-container img.leaflet-tile {
	mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
}
.leaflet-tile-loaded {
	visibility: inherit;
}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 800;
}
.leaflet-overlay-pane svg {
	-moz-user-select: none;
}
.leaflet-pane {
	z-index: 400;
}
.leaflet-tile-pane {
	z-index: 200;
}
.leaflet-overlay-pane {
	z-index: 400;
}
.leaflet-shadow-pane {
	z-index: 500;
}
.leaflet-marker-pane {
	z-index: 600;
}
.leaflet-tooltip-pane {
	z-index: 650;
}
.leaflet-popup-pane {
	z-index: 700;
}
.leaflet-map-pane canvas {
	z-index: 100;
}
.leaflet-map-pane svg {
	z-index: 200;
}
.leaflet-vml-shape {
	width: 1px;
	height: 1px;
}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
}
.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
}
.leaflet-top {
	top: 0;
}
.leaflet-right {
	right: 0;
}
.leaflet-bottom {
	bottom: 0;
}
.leaflet-left {
	left: 0;
}
.leaflet-control {
	float: left;
	clear: both;
}
.leaflet-right .leaflet-control {
	float: right;
}
.leaflet-top .leaflet-control {
	margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
	margin-left: 10px;
}
.leaflet-right .leaflet-control {
	margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
}
.leaflet-zoom-animated {
	transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
	will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
}
.leaflet-interactive {
	cursor: pointer;
}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: auto;
}
.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
}
.leaflet-container a {
	color: #0078A8;
}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255, 255, 255, 0.5);
}
.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	border-radius: 4px;
}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
	font-size: 22px;
}
.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	background: #fff;
	border-radius: 5px;
}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
}
.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
}
.leaflet-control-attribution a {
	text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
}
.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	min-height: 1px;
}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;
	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
}
.leaflet-popup-scrolled {
	overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
}
.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
}
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
}
.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
}
@media print {
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg {
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
}
.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
}
.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
}
.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
	line-height: 30px;
}







/* CSS PERSO */

#carte_resulats {
	display: flex;
	gap: 20px;
	height: calc(100vh - 270px);
	margin: 0;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
}
#carte_ancrest,
#resultats {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	width: 50%;
}
#map {
	width: 100%;
	height: 100%;
	min-height: 420px;
	/* Leaflet a besoin d'une hauteur */
}
#resultats {
	display: flex;
	flex-direction: column;
	min-height: 420px;
}
#nb_resultats {
	padding: 12px 14px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}
#liste_realisations {
	overflow: auto;
	padding: 10px;
}
.result-item {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 12px;
	margin: 10px 0;
	cursor: pointer;
	transition: transform .08s ease, border-color .08s ease, box-shadow .08s ease;
}
.result-item:hover {
	transform: translateY(-1px);
	border-color: #ddd;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}
.result-title {
	font-weight: 600;
	color: #005AA3;
}
.result-meta {
	opacity: .75;
	font-size: 13px;
}
.result-item.is-active {
	border-color: #111;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .12);
}


/* ✅ Barre filtres */
#filtres {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 12px 14px;
	border-bottom: 1px solid #eee;
}
#filtres label {
	font-weight: 400;
	font-size: 14px;
}
#filtres select {
	flex: 1;
	min-width: 160px;
	padding: 8px 10px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	background: #FFFFFF;
	font-family: 'Poppins';
	font-size: 14px;
}
#filtres select:focus {
	outline: none;
	border-color: #111;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .12);
}
.marker-cluster-small div {
	color: #FFFFFF;
	background-color: rgba(0, 90, 163, 0.7);
}
.marker-cluster-small {
	background-color: rgba(0, 90, 163, 0.3);
}
.leaflet-popup-content {
	margin: 25px;
}
.leaflet-popup {
	width: 450px;
}
.leaflet-container img.leaflet-tile {
	filter: saturate(1.5);
}
#pagination {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}
.pagination__btn {
	padding: 8px 10px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	background: #fff;
	cursor: pointer;
}
.pagination__btn:hover {
	border-color: #111;
}
.pagination__btn:disabled {
	opacity: .45;
	cursor: not-allowed;
}
.pagination__info {
	opacity: .8;
	font-weight: 600;
}







.scripts_leaflet_real {
	display: none;
}
body.realisations #wrapperInner {
	width: 100%;
	max-width: 100%;
}
body.realisations #breadcrumb,
body.realisations h1 {
	width: 90%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
body.realisations h1 {
	margin-top: -30px;
}
body.realisations #container {
	margin: 0;
}
.popup-chantier .slick:not(.slick-initialized) > :not(:first-child) {
	display: none;
}
.popup-chantier .slick {
	background: #F7F7F7;
	position: relative;
}
#wrapper .popup-chantier h2 {
	text-transform: initial;
	font-size: 18px;
	margin-top: 20px;
}
.popup-chantier {
	font-size: 14px;
}
.leaflet-control-attribution.leaflet-control {
	display: none;
}
#wrapper .popup-chantier img {
	height: 266px;
	width: 100%;
	object-fit: contain;
	cursor: zoom-in;
}
#wrapper .popup-chantier ul.slick-dots {
	margin: 0;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	display: flex !important;
	justify-content: center;
	gap: 8px;
	overflow: hidden;
}
#wrapper .popup-chantier .slick li:before {
	display: none;
}
#wrapper .popup-chantier .slick li {
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	cursor: pointer;
	line-height: 1;
	flex-shrink: 0;
}
#wrapper .popup-chantier .slick li button {
	opacity: 0;
	cursor: pointer;
}
#wrapper .popup-chantier .slick li.slick-active {
	background: #38f;
}
.slick-list {
	overflow: hidden;
}
span.arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 34px;
	height: 34px;
	margin: auto;
	background: #005AA3;
	right: 10px;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transform: rotate(180deg);
	cursor: pointer;
}
span.arrow.prev {
	right: auto;
	left: 10px;
	z-index: 2;
	transform: none;
}






.slick-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: black;
	transition: opacity 0.5s ease
}
.slick-lightbox .slick-loading .slick-list {
	background-color: transparent
}
.slick-lightbox .slick-prev {
	left: 15px
}
.slick-lightbox .slick-next {
	right: 15px
}
.slick-lightbox-hide {
	opacity: 0
}
.slick-lightbox-hide.slick-lightbox-ie {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0)
}
.slick-lightbox-hide-init {
	position: absolute;
	top: -9999px;
	opacity: 0
}
.slick-lightbox-hide-init.slick-lightbox-ie {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0)
}
.slick-lightbox-inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.slick-lightbox-slick-item {
	text-align: center;
	overflow: hidden
}
.slick-lightbox-slick-item:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 20px
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
	display: block;
	text-align: center
}
.slick-lightbox-slick-item-inner {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%
}
.slick-lightbox-slick-img {
	margin: 0 auto;
	display: block;
	max-width: 90%;
	max-height: 90%
}
.slick-lightbox-slick-caption {
	margin: 10px 0 0;
	color: white
}
.slick-lightbox-close {
	position: absolute;
	top: 15px;
	right: 25px;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none
}
.slick-lightbox-close:focus {
	outline: none
}
.slick-lightbox-close:before {
	font-family: "slick";
	font-size: 40px;
	line-height: 1;
	color: white;
	opacity: 0.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '×'
}





.slick-lightbox-slick .slick-arrow {
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.965' height='14.951' viewBox='0 0 18.965 14.951'%3E%3Cg transform='translate(1 1.414)'%3E%3Cpath id='Tracé_4' data-name='Tracé 4' d='M24.465,18H7.5' transform='translate(-7.5 -11.938)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M24.062,7.5,18,13.562l6.062,6.062' transform='translate(-18 -7.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
    text-indent: -9999px;
    background-size: 24px;
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
    transform: rotate(180deg);
}
.slick-lightbox-slick .slick-arrow.slick-prev {
    right: auto;
    transform: none;
}





@media (max-width: 1000px) {
	#carte_resulats {
		gap: 15px;
		padding: 0 15px 15px 15px;
		flex-direction: column;
		height: auto;
	}
	#carte_ancrest {
		width: 100%;
	}
	#resultats {
		display: none;
	}
	.result-item {
		font-size: 14px;
	}
	body.realisations h1 {
		margin-top: -20px;
	}
	#map {
		min-height: calc(100vw - 30px);
		height: calc(100svh - 210px);
	}
	.leaflet-popup {
		width: 82vw;
	}
	.leaflet-popup-content-wrapper {
		max-height: calc(100vh - 300px);
		max-height: calc(100svh - 300px);
		overflow-y: auto;
	}
	.leaflet-popup-content {
		margin: 20px;
	}
	#wrapper .popup-chantier h2 {
		font-size: 16px;
	}
	.popup-chantier {
		font-size: 12px;
	}
	#wrapper .popup-chantier img {
		height: 48vw;
	}
	.popup-chantier:before {
		content: 'Cliquez sur l\'image pour l\'agrandir';
		text-align: center;
		display: block;
		padding: 0 0 7px 0;
		font-size: 2.6vw;
		margin-top: -5px;
	}
}
@media (min-width: 1001px) {
	.leaflet-popup-content-wrapper {
		max-height: calc(100vh - 370px);
		overflow-y: auto;
		overflow-x: hidden;
	}
	.leaflet-container a.leaflet-popup-close-button {
		font-size: 20px;
		top: 5px;
		right: 15px;
	}
}