


/**
* ACCES
**/

body.page-template-acces #content {
	border-bottom: 7px solid var(--theme-color);
}

body.page-template-acces #content:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: -7px;
	pointer-events: none;
	width: 37%;
	border-bottom: 7px solid var(--theme-color-secondary);
}

body.page-template-acces #content .entry {
	max-width: none;
	padding: 0;
}

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;
	isolation: isolate;
}

body.page-template-acces #content .entry-content #map:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	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;
}




/* Bloc infos */
body.page-template-acces #content .entry-content #access-infos {
	position: absolute;
	z-index: 2;
	max-width: 1470px;
	padding: 0 20px;
	margin: 0 auto;
	isolation: isolate;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

body.page-template-acces #content .entry-content #access-infos .access-infos__infos {	
	background: -moz-linear-gradient(top, rgba(230,168,73,1) 0%, rgba(230,168,73,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230,168,73, 1)), color-stop(100%, rgba(230,168,73, 1)));
	background: -webkit-linear-gradient(top, rgba(230,168,73, 1) 0%, rgba(230,168,73, 1) 100%);
	background: -o-linear-gradient(top, rgba(230,168,73,1) 0%, rgba(230,168,73,1) 100%);
	background: -ms-linear-gradient(top, rgba(230,168,73,1) 0%, rgba(230,168,73,1) 100%);
	background: linear-gradient(to bottom, rgba(230,168,73, 1) 0%, rgba(230,168,73, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009e1917', endColorstr='#9e1917',GradientType=0 );
	background-repeat: repeat-x;
	background-size: auto 40px;
	background-position: bottom center;
	padding-bottom: 10px;
	display: block;
	width: 297px;
	position: relative;
	z-index: 2;
	clip-path: polygon(0 0, 101% 0, 101% calc(100% - 29px), 0 100%);
}

body.page-template-acces #content .entry-content #access-infos .access-infos__infos .access-infos__infos__inner {	
	position: relative;
	padding: 50px 30px 60px 30px;
	background-color: rgba(255, 255, 255, .82);
	clip-path: polygon(0 0, 101% 0, 101% calc(100% - 29px), 0 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(67%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 67%, rgba(255, 255, 255, 1) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 67%, rgba(255, 255, 255, 1) 100%);
	background-repeat: repeat-x;
	background-size: auto 210px;
	background-position: bottom center;
}

body.page-template-acces #content .entry-content #access-infos .access-infos__infos a.btn {
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-top: 10px;
}

body.page-template-acces #content .entry-content #access-infos .access-infos__address {
	margin-bottom: 30px;
}



/* Liens Google Maps / Apple Plans */
body.page-template-acces #content .entry-content #access-infos .link-to-maps:before,
body.page-template-acces #content .entry-content #access-infos .link-to-waze:before,
body.page-template-acces #content .entry-content #access-infos .link-to-plans:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin: -14px 5px -11px 0;
	background-color: currentColor;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center center;
}

body.page-template-acces #content .entry-content #access-infos .link-to-maps:before {
	mask-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%202500%202500%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.5%22%20fill%3D%22%23000000%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2230%22%20d%3D%22M1839.23%2C706.724l-841.66%2C998.786l-49.882-42.034l841.66-998.786L1839.23%2C706.724z%20M1420.452%2C354.518l-355.245%2C421.055l-273.84-229.629l-41.912%2C49.984l273.687%2C229.5L660.77%2C1254.931l49.857%2C42.061l759.682-900.409L1420.452%2C354.518z%22%2F%3E%3Cpath%20fill%3D%22%23000000%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2230%22%20d%3D%22M1250%2C691.408c-83.188%2C0-162.886%2C36.833-218.686%2C101.084c-42.975%2C49.587-66.643%2C114.535-66.643%2C182.876c0%2C157.328%2C127.998%2C285.325%2C285.328%2C285.325c80.273%2C0%2C169.489-44.138%2C227.288-112.445l1.809-2.289c36.785-49.912%2C56.232-108.431%2C56.232-169.226C1535.329%2C819.405%2C1407.331%2C691.408%2C1250%2C691.408z%20M1409.951%2C1093.176c-34.595%2C40.276-97.111%2C80.544-159.951%2C80.544c-109.374%2C0-198.354-88.98-198.354-198.352c0-47.42%2C16.121-92.139%2C45.367-125.881c39.819-45.854%2C94.152-71.105%2C152.988-71.105c109.372%2C0%2C198.354%2C88.981%2C198.354%2C198.352C1448.354%2C1018.352%2C1435.079%2C1058.582%2C1409.951%2C1093.176z%20M1848.8%2C665.688c-81.547-157.26-225.3-278.124-394.325-331.577c-66.95-21.304-136.208-32.106-205.842-32.106c-198.804%2C0-386.728%2C87.815-515.653%2C241.009c-101.702%2C121.435-157.71%2C274.982-157.71%2C432.355c0%2C116.801%2C21.862%2C221.074%2C66.723%2C318.531c52.384%2C115.683%2C131.085%2C214.195%2C214.406%2C318.496c25.322%2C31.693%2C51.505%2C64.47%2C77.596%2C98.512c32.882%2C43.003%2C68.553%2C94.036%2C105.991%2C151.635c57.363%2C88.49%2C80.195%2C159.938%2C96.865%2C212.11c20.269%2C63.43%2C39.414%2C123.344%2C114.517%2C123.344s94.221-60.189%2C114.461-123.914c16.664-52.459%2C39.486-124.311%2C97.072-213.146c60.274-94.324%2C122.991-173.03%2C183.648-249.14c149.27-187.317%2C278.184-349.09%2C278.184-635.063C1924.731%2C868.055%2C1899.2%2C763.433%2C1848.8%2C665.688z%20M1578.527%2C1557.59c-62.042%2C77.86-126.198%2C158.367-188.766%2C256.276c-63.799%2C98.42-89.692%2C179.939-106.827%2C233.887c-8.162%2C25.694-15.208%2C47.882-22.338%2C58.694c-2.846%2C4.314-3.016%2C4.574-9.23%2C4.574c-6.352%2C0-6.579-0.34-9.35-4.514c-7.101-10.697-14.152-32.773-22.319-58.33c-17.139-53.638-43.041-134.699-106.759-232.986c-38.671-59.498-75.631-112.357-109.885-157.152c-26.651-34.776-53.113-67.897-78.703-99.931c-83.295-104.267-155.233-194.315-203.24-300.332c-40.162-87.248-58.867-176.986-58.867-282.408c0-136.991%2C48.802-270.704%2C137.347-376.432c112.292-133.432%2C275.964-209.958%2C449.042-209.958c60.674%2C0%2C121.055%2C9.423%2C179.542%2C28.035c147.253%2C46.566%2C272.421%2C151.799%2C343.374%2C288.624c43.933%2C85.209%2C66.21%2C176.42%2C66.21%2C271.097C1837.758%2C1232.29%2C1723.358%2C1375.846%2C1578.527%2C1557.59z%22%2F%3E%3C%2Fsvg%3E");
}

body.page-template-acces #content .entry-content #access-infos .link-to-waze:before {
	mask-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%202500%202500%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%23000000%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2230%22%20d%3D%22M1320.784%2C481.897c-219.046%2C0-424.807%2C97.335-564.2%2C272.126c-99.566%2C126.14-152.679%2C281.018-152.679%2C442.521v115.051c0%2C59.74-42.025%2C115.049-123.908%2C119.48c-19.914%2C0-35.398%2C15.482-37.598%2C35.396c-2.229%2C53.114%2C55.312%2C152.681%2C134.965%2C232.334c55.312%2C55.313%2C119.48%2C99.566%2C188.047%2C134.968c-22.112%2C121.711%2C73.025%2C232.329%2C196.934%2C232.329h2.2c95.167%2C0%2C174.82-66.365%2C194.733-157.107h165.938c17.682%2C90.742%2C97.335%2C157.107%2C194.701%2C157.107c22.113%2C0%2C46.457-4.427%2C68.598-11.051c55.314-17.721%2C97.34-59.741%2C117.253-115.087c17.714-50.883%2C15.482-101.767%2C0-143.787c44.252-28.775%2C84.079-59.739%2C121.706-97.372c134.967-132.768%2C210.189-314.182%2C210.189-502.261c0-190.273-75.223-367.297-210.189-502.262C1692.507%2C554.891%2C1511.06%2C481.897%2C1320.784%2C481.897z%20M1320.784%2C561.551c256.673%2C0%2C488.975%2C154.878%2C588.542%2C391.605c99.566%2C236.764%2C44.253%2C508.89-137.167%2C688.142c-117.28%2C117.248-278.785%2C185.845-449.176%2C185.845h-163.705c-15.515-79.653-77.453-139.393-157.106-154.876c-13.286-2.231-24.342-4.431-37.627-4.431c-66.368%2C0-130.537%2C33.201-168.134%2C90.71v2.231c-59.74-31.002-112.853-70.828-161.536-117.28c-55.312-55.314-86.281-108.424-99.566-139.393c37.627-8.857%2C68.596-28.771%2C95.137-55.314c33.199-37.628%2C53.112-84.079%2C53.112-134.963v-117.282c0-139.393%2C46.454-276.555%2C132.766-387.21C940.232%2C647.832%2C1123.851%2C561.551%2C1320.784%2C561.551z%20M1719.05%2C1035.041c0%2C44.255-35.395%2C79.653-79.652%2C79.653s-79.653-35.398-79.653-79.653c0-44.254%2C35.396-79.652%2C79.653-79.652S1719.05%2C990.787%2C1719.05%2C1035.041z%20M1241.131%2C1035.041c0%2C44.255-35.398%2C79.653-79.653%2C79.653c-44.254%2C0-79.652-35.398-79.652-79.653c0-44.254%2C35.398-79.652%2C79.652-79.652C1205.733%2C955.389%2C1241.131%2C990.787%2C1241.131%2C1035.041z%20M1188.02%2C1293.914c37.627%2C81.853%2C121.708%2C134.963%2C214.617%2C134.963c90.737%2C0%2C174.82-53.11%2C214.647-134.963c6.631-13.288%2C19.913-22.145%2C35.396-22.145c28.743%2C0%2C46.457%2C28.771%2C35.401%2C55.309c-53.115%2C110.661-163.732%2C181.452-287.644%2C181.452c-123.91%2C0-234.531-70.791-287.643-181.452c-13.256-26.538%2C6.658-55.309%2C35.398-55.309C1165.906%2C1271.77%2C1179.191%2C1280.626%2C1188.02%2C1293.914z%22%2F%3E%3C%2Fsvg%3E");
}

body.page-template-acces #content .entry-content #access-infos .link-to-plans:before {
	mask-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%202500%202500%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%23000000%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2230%22%20d%3D%22M1250.001%2C2102.286c-477.919%2C0-852.286-374.371-852.286-852.285c0-477.919%2C374.367-852.286%2C852.286-852.286c477.914%2C0%2C852.285%2C374.367%2C852.285%2C852.286C2102.286%2C1727.915%2C1727.915%2C2102.286%2C1250.001%2C2102.286z%20M1250.001%2C521.234c-408.656%2C0-728.767%2C320.11-728.767%2C728.767c0%2C408.651%2C320.11%2C728.766%2C728.767%2C728.766c408.651%2C0%2C728.766-320.114%2C728.766-728.766C1978.767%2C841.345%2C1658.652%2C521.234%2C1250.001%2C521.234z%20M1574.264%2C1836.719c-17.177%2C0-34.106-7.153-46.163-20.706l-278.1-312.531L971.9%2C1816.013c-19.325%2C21.719-51.176%2C27.021-76.491%2C12.732c-25.316-14.288-37.243-44.293-28.644-72.061l324.239-1046.826c8.011-25.859%2C31.924-43.489%2C58.996-43.489c27.067%2C0%2C50.987%2C17.63%2C58.997%2C43.489l324.239%2C1046.826c8.601%2C27.768-3.329%2C57.772-28.643%2C72.061C1595.071%2C1834.119%2C1584.625%2C1836.719%2C1574.264%2C1836.719z%20M1250.001%2C1348.816c17.629%2C0%2C34.42%2C7.533%2C46.138%2C20.705l134.787%2C151.475L1250.001%2C936.87l-180.923%2C584.126l134.783-151.475C1215.58%2C1356.35%2C1232.371%2C1348.816%2C1250.001%2C1348.816z%22%2F%3E%3C%2Fsvg%3E");
}

body.page-template-acces #content .entry-content #access-map #access-map-zoom-message {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	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.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: 35px;
	height: 48px;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2247%22%20height%3D%2247%22%20viewBox%3D%2270%2060%20320%20320%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%2367180e%22%20d%3D%22M235%2C70.875c-56.209%2C0-101.777%2C45.567-101.777%2C101.777c0%2C65.792%2C86.416%2C186.474%2C101.777%2C186.474c15.36%2C0%2C101.776-120.682%2C101.776-186.474C336.776%2C116.442%2C291.21%2C70.875%2C235%2C70.875z%20M235%2C226.599c-29.794%2C0-53.947-24.153-53.947-53.947c0-29.794%2C24.153-53.947%2C53.947-53.947c29.794%2C0%2C53.946%2C24.153%2C53.946%2C53.947C288.946%2C202.445%2C264.794%2C226.599%2C235%2C226.599z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: bottom center;
	filter: drop-shadow(0px 0px 20px #ffffff) drop-shadow(0px 0px 40px #ffffff);
}

html #content .mapboxgl-ctrl-group,
html #content .maplibregl-ctrl-group {
	line-height: 0;
}

html #content .mapboxgl-ctrl-group button,
html #content .maplibregl-ctrl-group button {
	padding: 0;
	background-color: transparent;
	background-image: none;
	color: #000;
	margin: 0;
	width: 35px;
	height: 35px;
	min-width: 0;
}





