.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);
}

.nearestTrails {
	position: relative;
	padding: 3em 0;
	clear: both;
}

.nearestTrails::after {
	clear: both;
	content: "";
	display: table;
}

.nearestTrails .row {
	max-width: 120em;
}

.nearestTrails .row:nth-child(2) {
	position: relative;
}

.nearestTrails .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;
}

.annonce-content .nearestTrails > .row {
	margin-left: 0;
	margin-right: 0;
}

.nearestTrails-list {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.nearestTrails-list:after {
	content: '';
	display: inline-block;
	width: 20%;
	height: 10px;
}

.nearestTrails-list:not(.revealed) .trail:nth-child(1) ~ .trail {
	display: none !important;
}

.nearestTrails-list .trail {
	position: relative;
	width: 75%;
	padding: 0.75em;
	display: inline-block;
	white-space: normal;
}

.nearestTrails-list .trail-container {
	position: relative;
	background-color: #FFF;
	font-size: 3.6vw;
	overflow: hidden;
}

.nearestTrails-list .trail-container:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.nearestTrails-list .trail-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background-color: #999;
	overflow: hidden;
}

.nearestTrails-list .trail-img img {
	height: auto;
	width: 110%;
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: filter 0.5s linear, transform 0.5s;
}

.nearestTrails-list .trail-img img.loading {
	filter: blur(10px);
}

.nearestTrails-list .trail-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%);
}

.nearestTrails-list .trail-title {
	position: absolute;
	top: 70%;
	left: 0;
	width: 100%;
	height: 20%;
	padding: 0.25em 0.75em;
	overflow: hidden;
}

.nearestTrails-list .trail-title .lib {
	display: block;
	font-family: 'athelas';
	font-weight: bold;
	line-height: 1.25;
	font-size: 1.1em;
	text-align: center;
}

.nearestTrails-list .trail-title:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 25%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.nearestTrails-list .trail-resume:before,
.nearestTrails-list .trail-resume:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 4%;
	left: 4%;
	right: 4%;
	height: 66%;
	border-style: solid;
	border-color: #FFF;
	border-width: 0;
	transition: transform 0.5s;
}

.nearestTrails-list .trail-resume:before {
	border-top-width: 2px;
	border-bottom-width: 0;
	transform: scaleX(0);
}

.nearestTrails-list .trail-resume:after {
	border-left-width: 2px;
	border-right-width: 2px;
	transform: scaleY(0);
}

.nearestTrails-list .trail-resume .trail-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;
	padding: 0 0.75em;
}

.nearestTrails-list .trail-resume .trail-city > i {
	font-size: 1.5em;
	vertical-align: bottom;
	margin-right: 0.5em;
}

.nearestTrails-list .trail-resume .trail-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;
}

.nearestTrails-list .trail-resume .trail-locomotions {
	position: absolute;
	top: 50%;
	right: 1.5em;
}

.nearestTrails-list .trail-resume .trail-locomotion {
	float: left;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	margin-right: 0.75em;
	background-color: #222222;
	border-radius: 4px;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
}

.nearestTrails-list .trail-resume .trail-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;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-2:before {
	background-position: -32px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-20:before {
	background-position: -64px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-3:before {
	background-position: -96px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-4:before {
	background-position: -128px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-16:before {
	background-position: -160px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-5:before {
	background-position: -192px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-7:before {
	background-position: -224px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-12:before {
	background-position: -256px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-6:before {
	background-position: -288px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-8:before {
	background-position: -320px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-11:before {
	background-position: -352px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-21:before {
	background-position: -384px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-13:before {
	background-position: -416px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-23:before {
	background-position: -448px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-22:before {
	background-position: -480px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-18:before {
	background-position: -512px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-19:before {
	background-position: -544px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-28:before {
	background-position: -576px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-25:before {
	background-position: -608px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-26:before {
	background-position: -640px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-36:before {
	background-position: -672px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-37:before {
	background-position: -704px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-38:before {
	background-position: -736px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-32:before {
	background-position: -768px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-33:before {
	background-position: -800px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-34:before {
	background-position: -832px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-27:before {
	background-position: -864px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-39:before {
	background-position: -896px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-35:before {
	background-position: -928px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-29:before {
	background-position: -960px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-24:before {
	background-position: -992px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-31:before {
	background-position: -1024px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-15:before {
	background-position: -1056px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-30:before {
	background-position: -1088px -32px;
}

.nearestTrails-list .trail-resume .trail-locomotion.locomotion-9:before {
	background-position: -1120px -32px;
}

.nearestTrails-list .trail-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	overflow: hidden;
	background: rgba(255, 255, 255, 0);
}

.nearestTrails-list .trail-link > .lib {
	display: block;
	text-indent: -9999px;
}

.nearestTrails-list .trail-link:hover ~ .trail-resume:before,
.nearestTrails-list .trail-link:hover ~ .trail-resume:after {
	transform: none;
}

.nearestTrails-list .trail-link:hover ~ .trail-img img {
	transform: translate(-50%, -50%) scale(1.1);
}

.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);
}

.content-header::after {
	clear: both;
	content: "";
	display: table;
}

.article-header-img {
	overflow: hidden;
	position: relative;
	display: block;
	border-color: #222222;
	border-style: solid;
	border-bottom-width: 4px;
	background-color: #999;
	margin: 0 -0.75em 3em;
}

.article-header-img:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 66.6%;
}

.article-header-img-bg {
	position: absolute;
	max-width: none;
	width: 104%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	filter: blur(10px);
}

.article-header-img-main {
	position: absolute;
	max-height: 100%;
	max-width: none;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.article-header-img-main.loading {
	height: 100%;
	filter: blur(10px);
}

.article-header-top {
	position: relative;
	padding: 0 1.5em;
}

.article-header-top::after {
	clear: both;
	content: "";
	display: table;
}

.article-header-top:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 1.25em;
	border-top: solid 1px #CCCCCC;
}

.article-header-location,
.article-header-periode,
.article-header-bottom .bt_partage {
	position: relative;
	display: block;
	padding: 0 0.75em;
	background-color: #f3f3f3;
	font-family: 'athelas';
	font-style: italic;
}

.article-header-location > .lib,
.article-header-periode > .lib,
.article-header-bottom .bt_partage > .lib {
	font-weight: bold;
	font-size: 1.25em;
}

.article-header-location {
	float: left;
	text-transform: uppercase;
}

.article-header-periode {
	float: right;
	text-align: right;
}

.article-header-bottom {
	position: relative;
	padding: 0 1.5em;
}

.article-header-bottom::after {
	clear: both;
	content: "";
	display: table;
}

.article-header-bottom .bt_partage {
	display: table;
	margin: 0.75em auto;
	color: currentColor;
	padding: 0;
	font-size: 1.25em;
}

.article-header-bottom .bt_partage > .icon-share {
	position: absolute;
	margin-left: -1.5em;
}

.article-header-bottom .bt_partage .lib {
	display: none;
}

.article-header-bottom .bt_partage:hover {
	text-decoration: underline;
}

.richContent.tradauto:before {
	display: block;
	text-align: center;
	color: #666;
	margin-bottom: 0.5em;
}

html[lang=fr] .richContent.tradauto:before {
	content: '\24d8 Traduction automatique';
}

html[lang=en] .richContent.tradauto:before {
	content: '\24d8 Automatic translation';
}

html[lang=es] .richContent.tradauto:before {
	content: '\24d8 Traducción automática';
}

.richContent .sponsoredArticle {
	font-size: 0.9em;
	font-style: italic;
	margin-bottom: 0em;
	text-align: right;
}

.richContent .sponsoredArticle,
.richContent .sponsoredArticle b {
	color: #666;
}

@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) {

.nearestTrails-list .trail-resume .trail-locomotion:before {
	background-image: url("../../cirkwi/images/locomotions@2x.png");
	background-size: auto 64px;
}

}

@media only print, only screen and (min-width: 30.063em) {

.nearestEvent-list .event {
	width: 45%;
}

.nearestEvent-list .event-container {
	font-size: 2vw;
}

.nearestTrails-list .trail {
	width: 45%;
}

.nearestTrails-list .trail-container {
	font-size: 2vw;
}

.nearestArticles-list .article {
	width: 45%;
}

.nearestArticles-list .article-container {
	font-size: 2vw;
}

}

@media only print, only screen and (min-width: 48.063em) {

.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;
}

.nearestTrails .row:nth-child(2):before {
	display: none;
}

.nearestTrails-list {
	white-space: normal;
}

.nearestTrails-list,
.nearestTrails-list.revealed {
	overflow: visible;
}

.nearestTrails-list:after {
	display: table;
	height: auto;
	width: auto;
	clear: both;
}

.nearestTrails-list .trail {
	float: left;
	width: 33.3333%;
}

.nearestTrails-list .trail:nth-child(3) ~ .trail {
	display: none;
}

.annonce-content .nearestTrails-list .trail {
	float: left;
	width: 50%;
}

.annonce-content .nearestTrails-list .trail:nth-child(2) ~ .trail {
	display: none;
}

.nearestTrails-list .trail-container {
	font-size: 1.5vw;
}

.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;
}

.content-header .ariane {
	height: 8em;
}

.content-header .titlePage {
	float: left;
	width: 33%;
	height: 540px;
	display: flex;
	align-items: center;
	padding: 0 1.5em 0 0.5em;
	justify-content: flex-end;
}

.content-header .titlePage h1 {
	text-align: right;
	font-size: 2.8em;
}

.article-longTitle .content-header .titlePage h1 {
	font-size: 2.4em;
}

.article-header-img {
	float: left;
	width: 66%;
	height: 540px;
	border-bottom-width: 0;
	border-left-width: 8px;
	margin: 0 0 3em;
}

.article-header-img:before {
	display: none;
}

.article-header-top {
	position: absolute;
	margin-top: -1.25em;
	width: calc(33% - 1.5em);
}

.article-header-bottom {
	position: absolute;
	width: calc(33% - 1.5em);
	top: calc(540px + 5em);
}

.article-header-bottom .bt_partage {
	margin: 0;
	float: right;
	text-align: right;
}

}

@media only print, only screen and (min-width: 60.063em) {

.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;
}

.nearestTrails-list .trail-container {
	font-size: 1.3vw;
}

.nearestArticles-list .article-container {
	font-size: 1.3vw;
}

.content-header .titlePage {
	padding-right: 3em;
}

.content-header .titlePage h1 {
	font-size: 3.5em;
}

.article-longTitle .content-header .titlePage h1 {
	font-size: 2.8em;
}

}

@media only print, only screen and (min-width: 75.063em) {

.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;
}

.nearestTrails-list .trail {
	width: 25%;
}

.nearestTrails-list .trail:nth-child(3) ~ .trail {
	display: block;
}

.nearestTrails-list .trail:nth-child(4) ~ .trail {
	display: none;
}

.nearestTrails-list .trail-container {
	font-size: 1vw;
}

.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;
}

.content-header .titlePage h1 {
	font-size: 3.5em;
}

.article-longTitle .content-header .titlePage h1 {
	font-size: 3.2em;
}

}

@media only print, only screen and (min-width: 100.063em) {

.nearestEvent-list .event {
	width: 20%;
}

.nearestEvent-list .event:nth-child(8) ~ .event {
	display: block;
}

.nearestEvent-list .event-container {
	font-size: 1em;
}

.nearestTrails-list .trail {
	width: 20%;
}

.nearestTrails-list .trail:nth-child(4) ~ .trail {
	display: block;
}

.annonce-content .nearestTrails-list .trail {
	width: 33.3333%;
}

.annonce-content .nearestTrails-list .trail:nth-child(2) ~ .trail {
	display: block;
}

.annonce-content .nearestTrails-list .trail:nth-child(3) ~ .trail {
	display: none;
}

.nearestTrails-list .trail-container {
	font-size: 1em;
}

.annonce-content .nearestTrails-list .trail-container {
	font-size: 0.9em;
}

.nearestArticles-list .article {
	width: 20%;
}

.nearestArticles-list .article:nth-child(4) ~ .article {
	display: block;
}

.nearestArticles-list .article-container {
	font-size: 1em;
}

}

