


/**
* ACCES
**/

body.page-template-acces #content {
	overflow: visible;
	z-index: 1;
	border-bottom: 3px solid #AFA89C;
	margin-top: 30px;
}

body.page-template-acces #content .entry {
	max-width: none;
	padding: 0;
}

body.page-template-acces #content .entry-header {
	position: relative;
	z-index: 2;
}

body.page-template-acces #content .entry-content {
	position: relative;
	max-width: none;
	padding: 0;
}

/* Carte */
body.page-template-acces #content .entry-content #map {
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	position: relative;
	clip-path: polygon(0 16px, calc(50% - 17px) 16px, calc(50% + 1px) 1px, calc(50% + 18px) 16px, 100% 16px, 100% 100%, 0 100%);
	margin-top: -16px;
	z-index: 1;
}
/*
body.page-template-acces #content .entry-content #map:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 150px;
	pointer-events: none;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	background-repeat: repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: top center;
}
*/
body.page-template-acces #content .entry-content #map #access-map {
	height: 85vh;
	min-height: 700px;
}

.maplibregl-ctrl.maplibregl-ctrl-group {
	display: none;
}



/* Bloc infos */
body.page-template-acces #content .entry-content #access-infos {
	position: absolute;
	left: 3%;
	top: 50%;
	z-index: 2;
	padding: 65px 35px 50px 35px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	vertical-align: bottom;
	width: auto;
	max-width: 90%;
	height: auto;
	background: #FFFFFF;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: top center;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
	box-shadow: 0 0 6px rgba(0,0,0,.5);
}

body.page-template-acces #content .entry-content #access-infos .entry-header {
	padding: 0;
	margin-bottom: 20px;
}

body.page-template-acces #content .entry-content #access-infos h2 {
	margin-top: 2em;
}

body.page-template-acces #content .entry-content #access-infos .access-infos__chalet > a.btn {
	padding-left: 6px;
	padding-right: 8px;
	margin-left: -3px;
	margin-right: 0;
}

body.page-template-acces #content .entry-content #access-infos .access-infos__chalet > a.btn ~ a.btn {
	margin-left: 0;
}

body.page-template-acces #content .entry-content #access-infos .access-infos__chalet > a.btn:before {
	margin: -14px 0 -11px 0;
}

body.page-template-acces #content .entry-content #access-infos .access-infos__coord {
	font-size: 12px;
	font-size: 0.666667rem;
	font-weight: 600;
	color: #333530;
	padding: 8px 20px 8px 40px;
	background-color: #E6E9E6;
	display: table;
	border-radius: 5px;
	margin: 0 auto 20px -3px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%20561%20561%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22none%22%20xml-space%3D%22preserve%22%3E%3Cpath%20opacity%3D%220.25%22%20fill%3D%22%23333530%22%20d%3D%22M280.5%2C178.5c-56.1%2C0-102%2C45.9-102%2C102c0%2C56.1%2C45.9%2C102%2C102%2C102c56.1%2C0%2C102-45.9%2C102-102C382.5%2C224.4%2C336.6%2C178.5%2C280.5%2C178.5z%20M507.45%2C255C494.7%2C147.9%2C410.55%2C63.75%2C306%2C53.55V0h-51v53.55C147.9%2C63.75%2C63.75%2C147.9%2C53.55%2C255H0v51h53.55C66.3%2C413.1%2C150.45%2C497.25%2C255%2C507.45V561h51v-53.55C413.1%2C494.7%2C497.25%2C410.55%2C507.45%2C306H561v-51H507.45z%20M280.5%2C459C181.05%2C459%2C102%2C379.95%2C102%2C280.5S181.05%2C102%2C280.5%2C102S459%2C181.05%2C459%2C280.5S379.95%2C459%2C280.5%2C459z%22%2F%3E%3C%2Fsvg%3E");
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: 12px center;
}

/* Liens Google Maps / Apple Plans */

body.page-template-acces #content .entry-content #access-infos .link-to-maps,
body.page-template-acces #content .entry-content #access-infos .link-to-plans {
	display: table;
	width: auto;
	padding: 8px 11px 4px 7px;
	/*font-size: 16px;
	font-size: 0.941176rem;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	line-height: 1;
	color: #555555;
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	background: none;*/
}

body.page-template-acces #content .entry-content #access-infos .link-to-maps svg,
body.page-template-acces #content .entry-content #access-infos .link-to-plans svg {
	width: 28px;
	height: 28px;
	margin-right: 3px;
	vertical-align: middle;
}

body.page-template-acces #content .entry-content #access-infos .link-to-maps:hover,
body.page-template-acces #content .entry-content #access-infos .link-to-plans:hover {
	color: #E20026;
}

body.page-template-acces #content .entry-content #access-infos .link-to-maps:focus-visible,
body.page-template-acces #content .entry-content #access-infos .link-to-plans:focus-visible {
	color: #E20026;
	background-color: transparent;
	background-image: none;
	background: none;
}

body.page-template-acces #content .entry-content #access-map #access-map-zoom-message {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: #FFFFFF;
	background-color: rgba(0,0,0,.6);
	font-size: 20px;
	font-size: 1.11111rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

body.page-template-acces #content .entry-content #access-map #access-map-zoom-message:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 380px;
	max-width: 90%;
}

body.page-template-acces #content .entry-content #access-map.display_mapzoom_message #access-map-zoom-message {
	opacity: 1;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

body.page-template-acces #content .entry-content #access-map .marker {
	width: 29px;
	height: 42px;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2229%22%20height%3D%2242%22%20viewBox%3D%220%200%20290%20420%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22none%22%20xml-space%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23435043%22%20d%3D%22M145.001%2C0C64.919%2C0%2C0%2C64.971%2C0%2C145.118c0%2C25.342%2C6.497%2C49.163%2C17.905%2C69.895c38.261%2C75.069%2C76.459%2C121.349%2C114.592%2C196.416c1.949%2C5.014%2C6.806%2C8.571%2C12.504%2C8.571c5.698%2C0%2C10.555-3.558%2C12.503-8.571c38.133-75.069%2C76.333-121.349%2C114.595-196.418C283.504%2C194.278%2C290%2C170.458%2C290%2C145.118C290%2C64.971%2C225.081%2C0%2C145.001%2C0z%20M145.001%2C204.616c-32.834%2C0-59.45-26.638-59.45-59.498c0-32.86%2C26.616-59.498%2C59.45-59.498c32.833%2C0%2C59.448%2C26.638%2C59.448%2C59.498C204.449%2C177.978%2C177.834%2C204.616%2C145.001%2C204.616z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: bottom center;
	filter: drop-shadow(0px 0px 20px #ffffff) drop-shadow(0px 0px 40px #ffffff);
}

body.page-template-acces #content .entry-content:has(#access-infos__chalet--charmettes:hover) #access-map #marker--charmettes,
body.page-template-acces #content .entry-content:has(#access-infos__chalet--ourson:hover) #access-map #marker--ourson {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2229%22%20height%3D%2242%22%20viewBox%3D%220%200%20290%20420%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22none%22%20xml-space%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23896357%22%20d%3D%22M145.001%2C0C64.919%2C0%2C0%2C64.971%2C0%2C145.118c0%2C25.342%2C6.497%2C49.163%2C17.905%2C69.895c38.261%2C75.069%2C76.459%2C121.349%2C114.592%2C196.416c1.949%2C5.014%2C6.806%2C8.571%2C12.504%2C8.571c5.698%2C0%2C10.555-3.558%2C12.503-8.571c38.133-75.069%2C76.333-121.349%2C114.595-196.418C283.504%2C194.278%2C290%2C170.458%2C290%2C145.118C290%2C64.971%2C225.081%2C0%2C145.001%2C0z%20M145.001%2C204.616c-32.834%2C0-59.45-26.638-59.45-59.498c0-32.86%2C26.616-59.498%2C59.45-59.498c32.833%2C0%2C59.448%2C26.638%2C59.448%2C59.498C204.449%2C177.978%2C177.834%2C204.616%2C145.001%2C204.616z%22%2F%3E%3C%2Fsvg%3E");
}


html #content .mapboxgl-ctrl-group button,
html #content .maplibregl-ctrl-group button {
	padding: 0;
}





