.v-map {
	overflow: hidden;
}

.v-map-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #999;
}

.v-map-info {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background-color: #FFF;
}

.v-map-info-close {
	position: absolute;
	z-index: 2;
	font-size: 1rem;
	top: 0.75em;
	right: 0;
	height: 2em;
	width: 2em;
	line-height: 2em;
	background: #FFF;
	color: #000;
	text-align: center;
}

.v-map-info-close .lib {
	display: none;
}

.v-map-info-close:hover {
	background-color: #EEE;
}

.v-map-map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.v-map-map.leaflet {
	z-index: -1;
}

.v-map-map.leaflet.leaflet-container {
	z-index: auto;
}

.v-map-cluster {
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	font-family: "open sans", arial;
	font-size: 0.9rem;
	line-height: 1.8rem;
	font-weight: normal;
}

.v-map-cluster.cluster-1 {
	background-image: url("../../../scripts/v-map/images/v-map_cluster_1.png");
	width: 28px;
	height: 41px;
}

.v-map-cluster.cluster-2 {
	background-image: url("../../../scripts/v-map/images/v-map_cluster_2.png");
	width: 32px;
	height: 46px;
	line-height: 2rem;
}

.v-map-cluster.cluster-3 {
	background-image: url("../../../scripts/v-map/images/v-map_cluster_3.png");
	width: 38px;
	height: 57px;
	line-height: 2.6rem;
}

.v-map-info {
	transition-property: height, width;
	width: 100%;
	height: 0;
}

.v-map.showInfo .v-map-container {
	bottom: 40%;
}

.v-map.showInfo .v-map-info {
	height: 40%;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.15);
}

.leaflet-marker-icon .icon {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.leaflet-marker-icon.marker-standard .icon {
	background-image: url("../../../scripts/v-map/images/v-map_icon.png");
	width: 28px;
	height: 41px;
}

.leaflet-marker-icon.marker-select .icon {
	background-image: url("../../../scripts/v-map/images/v-map_selectIcon.png");
	width: 56px;
	height: 82px;
}

.leaflet-marker-icon.marker-first .icon {
	background-image: url("../../../images/config/gmap_firstIcon.png");
	width: 28px;
	height: 41px;
}

.leaflet-marker-icon.marker-free .icon {
	width: 18px;
	height: 18px;
	background-color: #666666;
	border-radius: 50%;
	border: solid 2px #FFF;
	box-shadow: 0 0 4px;
	transition: background-color 0.25s;
}

.leaflet-marker-icon.marker-free .icon:hover {
	background-color: #000000;
}

.leaflet-marker-icon.marker-free .icon:before {
	content: '';
	display: block;
	background-color: #FFF;
	width: 6px;
	height: 6px;
	margin: 4px;
	border-radius: 50%;
}

.main-body .content .richContent {
	padding-bottom: 0;
}

.carteInteractive .loc {
	position: relative;
	max-height: calc(100vh - 3em);
	overflow: hidden;
}

.carteInteractive .loc:before {
	content: '';
	display: block;
	height: 0;
	padding-bottom: 125%;
}

.carteInteractive .loc-waiting-overlay {
	display: none;
}

.carteInteractive .loc-waiting-overlay .message {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.carteInteractive .loc-waiting-overlay.active {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(243, 243, 243, 0.75);
	display: block;
}

.carteInteractive .loc-form .formu {
	max-width: none;
}

.carteInteractive .loc-map {
	position: absolute;
	left: 1.5em;
	right: 1.5em;
	top: 0;
	bottom: 0.75em;
	overflow: hidden;
}

.carteInteractive .loc-map .mapThumbnail {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
	filter: blur(10px);
}

.carteInteractive .loc-map .mapPreview {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.carteInteractive .loc-map .mapPreview:not(.loading) {
	min-height: 100%;
	width: auto;
	max-width: none;
}

.carteInteractive .loc-map .mapPreview.loading {
	width: 100%;
	height: 100%;
	max-width: none;
	filter: blur(10px);
}

.carteInteractive .loc-tabs {
	display: block;
	position: absolute;
	left: 1.5em;
	right: 1.5em;
	top: 0;
}

.carteInteractive .loc-tabs:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: solid 1px #CCCCCC;
}

.carteInteractive .loc-tabs-list {
	display: block;
}

.carteInteractive .loc-tabs-list::after {
	clear: both;
	content: "";
	display: table;
}

.carteInteractive .loc-tabs-item {
	float: left;
	position: relative;
}

.carteInteractive .loc-tabs-item:nth-last-child(4):first-child,
.carteInteractive .loc-tabs-item:nth-last-child(4):first-child ~ li {
	width: 25%;
}

.carteInteractive .loc-tabs-item:nth-last-child(5):first-child,
.carteInteractive .loc-tabs-item:nth-last-child(5):first-child ~ li {
	width: 20%;
}

.carteInteractive .loc-tabs-item:nth-last-child(6):first-child,
.carteInteractive .loc-tabs-item:nth-last-child(6):first-child ~ li {
	width: 16.6666666667%;
}

.carteInteractive .loc-tabs-item:nth-last-child(7):first-child,
.carteInteractive .loc-tabs-item:nth-last-child(7):first-child ~ li {
	width: 14.2857142857%;
}

.carteInteractive .loc-tabs-item:nth-last-child(8):first-child,
.carteInteractive .loc-tabs-item:nth-last-child(8):first-child ~ li {
	width: 12.5%;
}

.carteInteractive .loc-tabs-item:nth-last-child(9):first-child,
.carteInteractive .loc-tabs-item:nth-last-child(9):first-child ~ li {
	width: 11.1111111111%;
}

.carteInteractive .loc-tabs-item .bt {
	cursor: pointer;
	position: relative;
	z-index: 1;
	display: block;
	color: #999;
	text-indent: -9999px;
	border-top: solid 4px transparent;
}

.carteInteractive .loc-tabs-item .bt .label {
	font-size: 1.3333vw;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	border-width: 0 1px;
	border-style: solid;
	border-color: transparent;
	line-height: calc(3rem - 4px);
	text-align: center;
	text-indent: 0;
}

.no-touch .carteInteractive .loc-tabs-item .bt .label {
	height: calc(2rem - 4px);
	line-height: calc(2rem - 4px);
}

.carteInteractive .loc-tabs-item .bt:hover {
	border-color: #EEEEEE;
	color: #262626;
}

.carteInteractive .loc-tabs-item .bt:hover .label {
	border-color: #EEEEEE;
}

.carteInteractive .loc-tabs-item.select .bt {
	border-color: #222222;
	background-color: #f3f3f3;
	color: #222222;
	z-index: 4;
}

.carteInteractive .loc-tabs-item.select .bt .label {
	border-color: #CCCCCC;
}

.loc-map .v-map-info-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.loc-map .v-map-info-content .img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}

.loc-map .v-map-info-content .img ~ .details {
	width: 50%;
}

.loc-map .v-map-info-content .img ~ .details .link {
	position: absolute;
	bottom: 1em;
	width: calc(100% - 2em);
}

.loc-map .v-map-info-content .details {
	font-size: 0.9em;
	padding: 1em;
	width: auto;
}

.loc-map .v-map-info-content .libelle {
	font-family: 'athelas';
	font-size: 1.563em;
	line-height: 1.1;
	margin-bottom: 0.5em;
}

.loc-map .v-map-info-content .libelle a {
	color: #000;
	text-decoration: none;
}

.loc-map .v-map-info-content .libelle a:hover {
	text-decoration: underline;
	color: #222222;
}

.loc-map .v-map-info-content .sousTitre {
	display: table;
	font-family: 'athelas';
	font-style: italic;
	font-size: 1.25em;
	border-top: solid 1px;
	margin: -0.25em 0 0.5em;
	line-height: 1.25;
	padding: 0.25em 0;
}

.loc-map .v-map-info-content .link {
	position: relative;
	display: block;
	margin-top: 1.5em;
	padding: 0 1.5em;
	text-align: right;
}

.loc-map .v-map-info-content .link:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	background-color: #CCCCCC;
}

.loc-map .v-map-info-content .link .lib {
	position: relative;
	display: inline-block;
	background-color: #FFF;
	border: solid 1px #CCCCCC;
	font-family: 'athelas';
	font-size: 1.25em;
	font-style: italic;
	color: #262626;
	padding: 0 0.5em;
}

.loc-map .locomotions {
	display: block;
	padding-top: 0.75em;
}

.loc-map .locomotions::after {
	clear: both;
	content: "";
	display: table;
}

.loc-map .locomotion {
	float: left;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	margin-right: 0.75em;
	background-color: #222222;
	border-radius: 4px;
}

.loc-map .locomotion:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("../../cirkwi/images/locomotions.png");
	background-size: auto 64px;
	background-position: 0 -32px;
	background-repeat: no-repeat;
}

.loc-map .locomotion.locomotion-2:before {
	background-position: -32px -32px;
}

.loc-map .locomotion.locomotion-20:before {
	background-position: -64px -32px;
}

.loc-map .locomotion.locomotion-3:before {
	background-position: -96px -32px;
}

.loc-map .locomotion.locomotion-4:before {
	background-position: -128px -32px;
}

.loc-map .locomotion.locomotion-16:before {
	background-position: -160px -32px;
}

.loc-map .locomotion.locomotion-5:before {
	background-position: -192px -32px;
}

.loc-map .locomotion.locomotion-7:before {
	background-position: -224px -32px;
}

.loc-map .locomotion.locomotion-12:before {
	background-position: -256px -32px;
}

.loc-map .locomotion.locomotion-6:before {
	background-position: -288px -32px;
}

.loc-map .locomotion.locomotion-8:before {
	background-position: -320px -32px;
}

.loc-map .locomotion.locomotion-11:before {
	background-position: -352px -32px;
}

.loc-map .locomotion.locomotion-21:before {
	background-position: -384px -32px;
}

.loc-map .locomotion.locomotion-13:before {
	background-position: -416px -32px;
}

.loc-map .locomotion.locomotion-23:before {
	background-position: -448px -32px;
}

.loc-map .locomotion.locomotion-22:before {
	background-position: -480px -32px;
}

.loc-map .locomotion.locomotion-18:before {
	background-position: -512px -32px;
}

.loc-map .locomotion.locomotion-19:before {
	background-position: -544px -32px;
}

.loc-map .locomotion.locomotion-28:before {
	background-position: -576px -32px;
}

.loc-map .locomotion.locomotion-25:before {
	background-position: -608px -32px;
}

.loc-map .locomotion.locomotion-26:before {
	background-position: -640px -32px;
}

.loc-map .locomotion.locomotion-36:before {
	background-position: -672px -32px;
}

.loc-map .locomotion.locomotion-37:before {
	background-position: -704px -32px;
}

.loc-map .locomotion.locomotion-38:before {
	background-position: -736px -32px;
}

.loc-map .locomotion.locomotion-32:before {
	background-position: -768px -32px;
}

.loc-map .locomotion.locomotion-33:before {
	background-position: -800px -32px;
}

.loc-map .locomotion.locomotion-34:before {
	background-position: -832px -32px;
}

.loc-map .locomotion.locomotion-27:before {
	background-position: -864px -32px;
}

.loc-map .locomotion.locomotion-39:before {
	background-position: -896px -32px;
}

.loc-map .locomotion.locomotion-35:before {
	background-position: -928px -32px;
}

.loc-map .locomotion.locomotion-29:before {
	background-position: -960px -32px;
}

.loc-map .locomotion.locomotion-24:before {
	background-position: -992px -32px;
}

.loc-map .locomotion.locomotion-31:before {
	background-position: -1024px -32px;
}

.loc-map .locomotion.locomotion-15:before {
	background-position: -1056px -32px;
}

.loc-map .locomotion.locomotion-30:before {
	background-position: -1088px -32px;
}

.loc-map .locomotion.locomotion-9:before {
	background-position: -1120px -32px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {

.v-map-cluster.cluster-1 {
	background-image: url("../../../scripts/v-map/images/v-map_cluster_1@2x.png");
	background-size: 28px 41px;
}

.v-map-cluster.cluster-2 {
	background-image: url("../../../scripts/v-map/images/v-map_cluster_2@2x.png");
	background-size: 32px 46px;
}

.v-map-cluster.cluster-3 {
	background-image: url("../../../scripts/v-map/images/v-map_cluster_3@2x.png");
	background-size: 38px 57px;
}

.leaflet-marker-icon.marker-standard .icon {
	background-image: url("../../../scripts/v-map/images/v-map_icon@2x.png");
	background-size: 28px 41px;
}

.leaflet-marker-icon.marker-select .icon {
	background-image: url("../../../scripts/v-map/images/v-map_selectIcon@2x.png");
	background-size: 56px 82px;
}

.leaflet-marker-icon.marker-first .icon {
	background-image: url("../../../images/config/gmap_firstIcon@2x.png");
	background-size: 28px 41px;
}

.loc-map .locomotion:before {
	background-image: url("../../cirkwi/images/locomotions@2x.png");
	background-size: auto 64px;
}

}

@media only print, only screen and (min-width: 30.063em) and (min-aspect-ratio: 1 / 1) {

.v-map-info {
	width: 0;
	height: 100%;
}

.v-map.showInfo .v-map-container {
	bottom: 0;
	left: 40%;
}

.v-map.showInfo .v-map-info {
	height: 100%;
	width: 40%;
}

.carteInteractive .loc:before {
	padding-bottom: 50%;
}

.loc-map .v-map-info-content .img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}

.loc-map .v-map-info-content .img:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 66.667%;
}

.loc-map .v-map-info-content .img ~ .details {
	width: auto;
}

.loc-map .v-map-info-content .img ~ .details .libelle:before {
	display: none;
}

.loc-map .v-map-info-content .img ~ .details .link {
	position: relative;
	bottom: auto;
	width: auto;
}

.loc-map .v-map-info-content .libelle:before {
	content: '';
	float: right;
	display: block;
	height: 1.25em;
	width: 1.25em;
	background: transparent;
}

}

@media only print, only screen and (min-width: 48.063em) {

.v-map-info {
	width: 100%;
	height: 0;
}

.v-map.showInfo .v-map-container {
	left: 0;
	bottom: 12em;
}

.v-map.showInfo .v-map-info {
	width: 100%;
	height: 12em;
}

.carteInteractive .loc:before {
	padding-bottom: 100%;
}

.loc-map .v-map-info-content .img {
	position: absolute;
	width: 50%;
	height: 100%;
}

.loc-map .v-map-info-content .img:before {
	display: none;
}

.loc-map .v-map-info-content .img ~ .details {
	width: 50%;
}

.loc-map .v-map-info-content .img ~ .details .link {
	position: absolute;
	bottom: 1em;
	width: calc(100% - 2em);
}

.loc-map .v-map-info-content .libelle:before {
	display: none;
}

}

@media only print, only screen and (min-width: 60.063em) {

.v-map.showInfo .v-map-container {
	bottom: 14em;
}

.v-map.showInfo .v-map-info {
	height: 14em;
}

.carteInteractive .loc-map {
	top: 2.25em;
}

.touch .carteInteractive .loc-map {
	top: 3.25em;
}

.loc-map .v-map-info-content .infobulle-content::after {
	clear: both;
	content: "";
	display: table;
}

}

@media only print, only screen and (min-width: 75.063em) {

.carteInteractive .loc-tabs-item .bt .label {
	font-size: 1em;
}

}

