.nearestArticles {
	position: relative;
	padding: 3em 0;
}

.nearestArticles::after {
	clear: both;
	content: "";
	display: table;
}

.nearestArticles .row {
	max-width: 120em;
}

.nearestArticles .row:nth-child(2) {
	position: relative;
}

.nearestArticles .row:nth-child(2):before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.4) 50%, #f3f3f3 100%);
	width: 20%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.nearestArticles-list {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.nearestArticles-list:after {
	content: '';
	display: inline-block;
	width: 20%;
	height: 10px;
}

.nearestArticles-list:not(.revealed) .article:nth-child(1) ~ .article {
	display: none !important;
}

.nearestArticles-list .article {
	position: relative;
	width: 75%;
	padding: 0.75em;
	display: inline-block;
	white-space: normal;
}

.nearestArticles-list .article-container {
	position: relative;
	font-size: 3.6vw;
	overflow: hidden;
}

.nearestArticles-list .article-container:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.nearestArticles-list .article-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background-color: #999;
	overflow: hidden;
}

.nearestArticles-list .article-img img {
	height: 100%;
	width: auto;
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: filter 0.5s linear, transform 0.5s;
}

.nearestArticles-list .article-img img.loading {
	filter: blur(10px);
}

.nearestArticles-list .article-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #222222;
}

.nearestArticles-list .article-title {
	position: absolute;
	top: 70%;
	left: 0;
	width: 100%;
	height: 20%;
	padding: 0.25em 0;
	max-height: 3em;
	overflow: hidden;
}

.nearestArticles-list .article-title .lib {
	display: block;
	font-family: 'athelas';
	font-weight: bold;
	line-height: 1.25;
	font-size: 1.1em;
}

.nearestArticles-list .article-resume:before,
.nearestArticles-list .article-resume:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 4%;
	left: 4%;
	right: 4%;
	height: 62%;
	border-style: solid;
	border-color: #FFF;
	border-width: 0;
	transition: transform 0.5s;
}

.nearestArticles-list .article-resume:before {
	border-top-width: 2px;
	border-bottom-width: 2px;
	transform: scaleX(0);
}

.nearestArticles-list .article-resume:after {
	border-left-width: 2px;
	border-right-width: 2px;
	transform: scaleY(0);
}

.nearestArticles-list .article-resume .article-city {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	display: block;
	font-size: 0.9em;
	height: 2.5em;
	line-height: 2.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nearestArticles-list .article-resume .article-city > i {
	font-size: 1.5em;
	vertical-align: bottom;
	margin-right: 0.5em;
}

.nearestArticles-list .article-resume .article-category {
	position: absolute;
	color: #FFF;
	z-index: 2;
	background-color: #222222;
	left: 0;
	top: 45%;
	padding: 0 1.5em;
	font-family: 'bebas-neue';
	font-size: 1.25em;
}

.nearestArticles-list .article-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	overflow: hidden;
	background: rgba(255, 255, 255, 0);
}

.nearestArticles-list .article-link > .lib {
	display: block;
	text-indent: -9999px;
}

.nearestArticles-list .article-link:hover ~ .article-resume:before,
.nearestArticles-list .article-link:hover ~ .article-resume:after {
	transform: none;
}

.nearestArticles-list .article-link:hover ~ .article-img img {
	transform: translate(-50%, -50%) scale(1.1);
}

.nearestEvent {
	position: relative;
	padding: 3em 0;
}

.nearestEvent::after {
	clear: both;
	content: "";
	display: table;
}

.nearestEvent .row {
	max-width: 120em;
}

.nearestEvent .row:nth-child(2) {
	position: relative;
}

.nearestEvent .row:nth-child(2):before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.4) 50%, #f3f3f3 100%);
	width: 20%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.nearestEvent-banner {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.nearestEvent-banner .banniere + .banniere:not(:empty) {
	margin-top: 1.5em;
}

.nearestEvent-list {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.nearestEvent-list:after {
	content: '';
	display: inline-block;
	width: 10%;
	height: 10px;
}

.nearestEvent-list:not(.revealed) .event:nth-child(1) ~ .event {
	display: none !important;
}

.nearestEvent-list .event {
	position: relative;
	width: 75%;
	padding: 0.75em;
	display: inline-block;
	white-space: normal;
}

.nearestEvent-list .event-container {
	position: relative;
	background-color: #FFF;
	font-size: 3.6vw;
	overflow: hidden;
}

.nearestEvent-list .event-container:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 150%;
}

.nearestEvent-list .event-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 47%;
	background-color: #999;
	overflow: hidden;
}

.nearestEvent-list .event-img img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: filter 0.5s linear, transform 0.5s;
}

.nearestEvent-list .event-img img.loading {
	filter: blur(10px);
}

.nearestEvent-list .event-img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: -1px;
	left: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, white 100%);
}

.nearestEvent-list .event-title {
	position: absolute;
	top: 51%;
	left: 0;
	width: 100%;
	height: 15%;
	padding: 0 0.75em;
	overflow: hidden;
}

.nearestEvent-list .event-title .lib {
	display: block;
	font-family: 'athelas';
	font-weight: bold;
	line-height: 1.1;
	font-size: 1.1em;
}

.nearestEvent-list .event-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0.75em;
	width: 75%;
	border-top: solid 2px #222222;
}

.nearestEvent-list .event-resume {
	position: absolute;
	width: 100%;
	left: 0;
	top: 66%;
	bottom: 0;
	padding: 0 0.75em;
}

.nearestEvent-list .event-resume > p {
	position: absolute;
	top: 0;
	display: block;
	font-size: 0.9em;
	height: 2.5em;
	line-height: 2.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 1.65em);
}

.nearestEvent-list .event-resume > p > i {
	font-size: 1.5em;
	vertical-align: middle;
	margin-right: 0.5em;
}

.nearestEvent-list .event-resume > p.event-city {
	color: #666666;
	top: 30%;
}

.nearestEvent-list .event-resume > p.event-category {
	font-weight: bold;
	color: #222222;
	top: 60%;
}

.nearestEvent-list .event-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background: rgba(255, 255, 255, 0);
}

.nearestEvent-list .event-link:before,
.nearestEvent-list .event-link:after {
	content: '';
	position: absolute;
	top: 4%;
	height: 43%;
	border-left: solid 2px #FFF;
	transform: scaleY(0);
	transition: transform 0.5s;
}

.nearestEvent-list .event-link:before {
	left: 4%;
}

.nearestEvent-list .event-link:after {
	right: 4%;
}

.nearestEvent-list .event-link > .lib {
	display: block;
	text-indent: -9999px;
}

.nearestEvent-list .event-link > .lib:before {
	content: '';
	position: absolute;
	top: 4%;
	left: 4%;
	right: 4%;
	border-top: solid 2px #FFF;
	transform: scaleX(0);
	transition: transform 0.5s;
}

.nearestEvent-list .event-link:hover:before,
.nearestEvent-list .event-link:hover:after,
.nearestEvent-list .event-link:hover > .lib:before {
	transform: none;
}

.nearestEvent-list .event-link:hover + .event-img img {
	transform: translate(-50%, -50%) scale(1.1);
}

.linkEspacePro {
	text-align: center;
	padding-bottom: 1em;
}

.content-header .titlePage .subtitle {
	font-family: 'athelas';
	font-style: italic;
	font-weight: normal;
	font-size: 0.5em;
	display: inline-block;
	line-height: 1.25;
}

.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%;
}

.annonce-location {
	clear: both;
	max-width: 120em;
	padding: 3em 0;
}

.annonce-location-cols {
	position: relative;
}

.annonce-location-cols::after {
	clear: both;
	content: "";
	display: table;
}

.annonce-location-map {
	position: relative;
	height: 24em;
	overflow: hidden;
	background-color: #F00;
}

.annonce-location-map .mapThumbnail {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
	filter: blur(10px);
}

.annonce-location-map .mapPreview {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.annonce-location-map .mapPreview:not(.loading) {
	min-height: 100%;
	width: auto;
	max-width: none;
}

.annonce-location-map .mapPreview.loading {
	width: 100%;
	height: auto;
	filter: blur(10px);
}

.annonce-location-coordo {
	position: relative;
	z-index: 3;
	border-color: #262626;
	border-style: solid;
	border-top-width: 8px;
	padding: 2.5em 0 1.5em 0;
}

.annonce-location-coordo .annonce-location-coordo-title {
	font-family: 'bebas-neue';
	clear: both;
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 0.25em;
	text-align: center;
}

.annonce-location-coordo .header .annonce-location-coordo-title {
	font-size: 1.75em;
	font-style: normal;
}

.annonce-location-coordo p {
	font-style: italic;
	font-size: 0.9em;
}

.annonce-location-coordo .header,
.annonce-location-coordo .adresse,
.annonce-location-coordo .contact {
	text-align: center;
	padding: 0 1.5em 1.5em;
}

.annonce-location-coordo .header .coordoMenu .bt,
.annonce-location-coordo .adresse .coordoMenu .bt,
.annonce-location-coordo .contact .coordoMenu .bt {
	position: relative;
	color: currentColor;
	display: inline-block;
	width: 3em;
	height: 3em;
	border-radius: 4px;
	margin: 4px;
	background-color: #FFF;
}

.annonce-location-coordo .header .coordoMenu .bt i:before,
.annonce-location-coordo .adresse .coordoMenu .bt i:before,
.annonce-location-coordo .contact .coordoMenu .bt i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.5em;
	transform: translate(-50%, -50%);
}

.annonce-location-coordo .header .coordoMenu .bt .lib,
.annonce-location-coordo .adresse .coordoMenu .bt .lib,
.annonce-location-coordo .contact .coordoMenu .bt .lib {
	display: none;
}

.annonce-location-coordo .header .coordoMenu .bt:hover,
.annonce-location-coordo .adresse .coordoMenu .bt:hover,
.annonce-location-coordo .contact .coordoMenu .bt:hover {
	background-color: #DDD;
}

.annonce-location-coordo .gps {
	clear: left;
	padding: 0 1.5em 1.5em;
	text-align: center;
}

.annonce-location-coordo .itineraires {
	text-align: center;
	padding: 0 1.5em 1.5em;
}

.annonce-location-coordo .itineraires-list {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.annonce-location-coordo .itineraires-list::after {
	clear: both;
	content: "";
	display: table;
}

.annonce-location-coordo .itineraires-list a {
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	outline: none;
	border-radius: 4px;
	margin: 4px;
	background-image: url("../../../images/itineraires.png");
	background-repeat: no-repeat;
}

.annonce-location-coordo .itineraires-list a.bt_gmap {
	background-position: 0 0;
}

.annonce-location-coordo .itineraires-list a.bt_waze {
	background-position: -48px 0;
}

@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;
}

.annonce-location-coordo .itineraires-list a {
	background-image: url("../../../images/itineraires@2x.png");
	background-size: 96px 48px;
}

}

@media only print, only screen and (min-width: 30.063em) {

.nearestArticles-list .article {
	width: 45%;
}

.nearestArticles-list .article-container {
	font-size: 2vw;
}

.nearestEvent-list .event {
	width: 45%;
}

.nearestEvent-list .event-container {
	font-size: 2vw;
}

.annonce-location-coordo .header,
.annonce-location-coordo .adresse,
.annonce-location-coordo .contact {
	width: 50%;
	float: left;
}

}

@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%;
}

}

@media only print, only screen and (min-width: 48.063em) {

.nearestArticles .row:nth-child(2):before {
	display: none;
}

.nearestArticles-list {
	white-space: normal;
}

.nearestArticles-list,
.nearestArticles-list.revealed {
	overflow: visible;
}

.nearestArticles-list:after {
	display: table;
	height: auto;
	width: auto;
	clear: both;
}

.nearestArticles-list .article {
	float: left;
	width: 33.3333%;
}

.nearestArticles-list .article:nth-child(3) ~ .article {
	display: none;
}

.nearestArticles-list .article-container {
	font-size: 1.5vw;
}

.nearestEvent .row:nth-child(2):before {
	display: none;
}

.nearestEvent-banner {
	padding-right: 1.5em;
}

.nearestEvent-list {
	white-space: normal;
	padding-right: 0;
}

.nearestEvent-list,
.nearestEvent-list.revealed {
	overflow: visible;
}

.nearestEvent-list:after {
	display: table;
	height: auto;
	width: auto;
	clear: both;
}

.nearestEvent-list .event {
	float: left;
	width: 50%;
}

.nearestEvent-list .event:nth-child(4) ~ .event {
	display: none;
}

.nearestEvent-list .event-container {
	font-size: 1.5vw;
}

.content-header .titlePage .subtitle {
	display: block;
}

.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;
}

.annonce-location-map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: calc(66.667%);
	min-width: calc(100% - 22em);
	height: auto;
}

.annonce-location-coordo {
	float: right;
	width: 33.333%;
	max-width: 22em;
	min-height: 24em;
	padding: 3em 0;
	border-width: 0 0 0 8px;
}

.annonce-location-coordo .header,
.annonce-location-coordo .adresse,
.annonce-location-coordo .contact {
	float: none;
	width: auto;
}

}

@media only print, only screen and (min-width: 60.063em) {

.nearestArticles-list .article-container {
	font-size: 1.3vw;
}

.nearestEvent-banner.column.medium-4 {
	width: 21em;
}

.nearestEvent-list.column.medium-8 {
	width: calc(100% - 21em);
}

.nearestEvent-list .event {
	width: 33.3333%;
}

.nearestEvent-list .event:nth-child(4) ~ .event {
	display: block;
}

.nearestEvent-list .event:nth-child(6) ~ .event {
	display: none;
}

.nearestEvent-list .event-container {
	font-size: 1.3vw;
}

.v-map.showInfo .v-map-container {
	bottom: 14em;
}

.v-map.showInfo .v-map-info {
	height: 14em;
}

}

@media only print, only screen and (min-width: 75.063em) {

.nearestArticles-list .article {
	width: 25%;
}

.nearestArticles-list .article:nth-child(3) ~ .article {
	display: block;
}

.nearestArticles-list .article:nth-child(4) ~ .article {
	display: none;
}

.nearestArticles-list .article-container {
	font-size: 1vw;
}

.nearestEvent-list .event {
	width: 25%;
}

.nearestEvent-list .event:nth-child(6) ~ .event {
	display: block;
}

.nearestEvent-list .event:nth-child(8) ~ .event {
	display: none;
}

.nearestEvent-list .event-container {
	font-size: 1vw;
}

}

@media only print, only screen and (min-width: 100.063em) {

.nearestArticles-list .article {
	width: 20%;
}

.nearestArticles-list .article:nth-child(4) ~ .article {
	display: block;
}

.nearestArticles-list .article-container {
	font-size: 1em;
}

.nearestEvent-list .event {
	width: 20%;
}

.nearestEvent-list .event:nth-child(8) ~ .event {
	display: block;
}

.nearestEvent-list .event-container {
	font-size: 1em;
}

.content-header .titlePage {
	padding-left: 0;
	padding-right: 0;
}

}

