.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);
}

.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);
}

.main-body .content {
	width: 100% !important;
}

.annonce-content-top .v-sticky-sidebar-content {
	padding: 0 0.75em;
}

.annonce-content-bottom {
	clear: both;
}

.annonce-content-bottom::after {
	clear: both;
	content: "";
	display: table;
}

.annonce-content-bottom-left {
	padding-top: 0.75em;
}

.content-header .titlePage {
	padding-bottom: 3em;
}

.content-header .titlePage .etoiles {
	margin: 0 auto;
}

.content-header .titlePage .etoiles {
	display: block;
	font-size: 0.8em;
	height: 1em;
	text-indent: -9999px;
	background-image: url("../images/star.svg");
	background-repeat: repeat-x;
	background-size: 1em 2em;
	text-align: left;
	background-position: 0 0;
	width: 0;
}

.content-header .titlePage .etoiles.nb1 {
	width: 1em;
}

.content-header .titlePage .etoiles.nb2 {
	width: 2em;
}

.content-header .titlePage .etoiles.nb3 {
	width: 3em;
}

.content-header .titlePage .etoiles.nb4 {
	width: 4em;
}

.content-header .titlePage .etoiles.nb5 {
	width: 5em;
}

.content-header .titlePage .subtitle {
	font-family: 'athelas';
	font-style: italic;
	font-weight: normal;
	font-size: 0.5em;
	display: inline-block;
	line-height: 1.25;
}

.content-header.withPhoto {
	padding: 0;
}

.content-header.withPhoto::after {
	clear: both;
	content: "";
	display: table;
}

.content-header.withPhoto .titlePage {
	padding-bottom: 1rem;
}

.content-header.withPhoto.onlyOne .titlePage {
	padding-bottom: 1rem;
}

.annonce-photoGallery {
	clear: both;
	overflow: hidden;
	position: relative;
	display: block;
	border-color: #222222;
	border-style: solid;
	border-bottom-width: 4px;
	margin: 0 0 3em;
}

.annonce-photoGallery:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 66.6%;
}

.annonce-photoGallery-list {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.annonce-photoGallery-count {
	display: none;
}

.annonce-photoGallery-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.annonce-photoGallery-item:nth-child(2) {
	transform: translateX(100%);
}

.annonce-photoGallery-item:nth-child(3) {
	transform: translateX(200%);
}

.annonce-photoGallery-item:nth-child(4) {
	transform: translateX(300%);
}

.annonce-photoGallery-item:nth-child(5) {
	transform: translateX(400%);
}

.annonce-photoGallery-item:nth-child(6) {
	transform: translateX(500%);
}

.annonce-photoGallery-item:nth-child(7) {
	transform: translateX(600%);
}

.annonce-photoGallery-item:nth-child(8) {
	transform: translateX(700%);
}

.annonce-photoGallery-item:nth-child(9) {
	transform: translateX(800%);
}

.annonce-photoGallery-item:nth-child(10) {
	transform: translateX(900%);
}

.annonce-photoGallery-item:nth-child(11) {
	transform: translateX(1000%);
}

.annonce-photoGallery-item:nth-child(12) {
	transform: translateX(1100%);
}

.annonce-photoGallery-item:nth-child(13) {
	transform: translateX(1200%);
}

.annonce-photoGallery-item:nth-child(14) {
	transform: translateX(1300%);
}

.annonce-photoGallery-item:nth-child(15) {
	transform: translateX(1400%);
}

.annonce-photoGallery-item:nth-child(16) {
	transform: translateX(1500%);
}

.annonce-photoGallery-item:nth-child(17) {
	transform: translateX(1600%);
}

.annonce-photoGallery-item:nth-child(18) {
	transform: translateX(1700%);
}

.annonce-photoGallery-item .bt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-color: #999;
}

.annonce-photoGallery-item-img {
	position: absolute;
	z-index: 3;
	object-fit: cover;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.no-objectfit .annonce-photoGallery-item-img {
	max-width: none;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.annonce-photoGallery-item-img.loading {
	height: 100%;
	filter: blur(10px);
}

.annonce-photoGallery .v-carousel-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	text-align: center;
	height: 10vw;
}

.annonce-photoGallery .v-carousel-nav-item {
	display: inline-block;
	font-size: 1.666vw;
	width: 1em;
	height: 1em;
	margin: 0.75em;
	border-radius: 50%;
	background-color: #FFF;
	transition: transform 0.25s;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.annonce-photoGallery .v-carousel-nav-item:hover,
.annonce-photoGallery .v-carousel-nav-item.active {
	transform: scale(2);
}

.annonce-content-descript {
	position: relative;
}

.annonce-content-descript::after {
	clear: both;
	content: "";
	display: table;
}

.annonce-content-descript .descript-menu {
	position: relative;
	height: 3rem;
}

.no-touch .annonce-content-descript .descript-menu {
	height: 2rem;
}

.annonce-content-descript .descript-menu:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: solid 1px #CCCCCC;
}

.annonce-content-descript .descript-menu-item {
	float: left;
	margin-right: -100%;
	position: relative;
	width: 100%;
}

.annonce-content-descript .descript-menu-item .bt {
	position: relative;
	z-index: 1;
	display: block;
	color: #999;
	text-indent: -9999px;
	border-top: solid 4px transparent;
}

.annonce-content-descript .descript-menu-item .bt .lib {
	display: block;
	height: calc(3rem - 4px);
	border-width: 0 1px;
	border-style: solid;
	border-color: transparent;
}

.no-touch .annonce-content-descript .descript-menu-item .bt .lib {
	height: calc(2rem - 4px);
	line-height: calc(2rem - 4px);
}

.annonce-content-descript .descript-menu-item .bt .lib:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
}

.annonce-content-descript .descript-menu-item .bt:hover {
	border-color: #EEEEEE;
	color: #262626;
}

.annonce-content-descript .descript-menu-item .bt:hover .lib {
	border-color: #EEEEEE;
}

.annonce-content-descript .descript-menu-item.fr > .bt .lib:before {
	background-image: url("../../../images/drap_fr.gif");
}

.annonce-content-descript .descript-menu-item.en > .bt .lib:before {
	background-image: url("../../../images/drap_en.gif");
}

.annonce-content-descript .descript-menu-item.de > .bt .lib:before {
	background-image: url("../../../images/drap_de.gif");
}

.annonce-content-descript .descript-menu-item.es > .bt .lib:before {
	background-image: url("../../../images/drap_es.gif");
}

.annonce-content-descript .descript-menu-item.eu > .bt .lib:before {
	background-image: url("../../../images/drap_eu.gif");
}

.annonce-content-descript .descript-menu-item.sv > .bt .lib:before {
	background-image: url("../../../images/drap_sv.gif");
}

.annonce-content-descript .descript-menu-item.pt > .bt .lib:before {
	background-image: url("../../../images/drap_pt.gif");
}

.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(2) .bt,
.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(2) ~ li .bt {
	width: 50%;
}

.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(2) ~ li:nth-child(2) .bt {
	margin-left: 50%;
}

.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(3) .bt,
.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(3) ~ li .bt {
	width: 33.333%;
}

.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(3) ~ li:nth-child(2) .bt {
	margin-left: 33.333%;
}

.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(3) ~ li:nth-child(3) .bt {
	width: 33.334%;
	margin-left: 66.667%;
}

.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(4) .bt,
.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(4) ~ li .bt {
	width: 25%;
}

.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(4) ~ li:nth-child(2) .bt {
	margin-left: 25%;
}

.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(4) ~ li:nth-child(3) .bt {
	margin-left: 50%;
}

.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(4) ~ li:nth-child(4) .bt {
	margin-left: 75%;
}

.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(5) .bt,
.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(5) ~ li .bt {
	width: 20%;
}

.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(5) ~ li:nth-child(2) .bt {
	margin-left: 20%;
}

.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(5) ~ li:nth-child(3) .bt {
	margin-left: 40%;
}

.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(5) ~ li:nth-child(4) .bt {
	margin-left: 60%;
}

.annonce-content-descript .descript-menu-item:first-child:nth-last-of-type(5) ~ li:nth-child(5) .bt {
	margin-left: 80%;
}

.annonce-content-descript .descript-menu-item .descript-menu-content {
	position: relative;
	display: block;
	z-index: 2;
	width: 100%;
	height: 0;
	opacity: 0;
	transform: translateX(1em);
	transition-timing-function: ease-out;
	transition-duration: 0;
	transition-property: opacity, transform;
}

.annonce-content-descript .descript-menu-item.tradauto .descript-menu-content .richContent:before {
	display: block;
	text-align: center;
	color: #666;
	margin-bottom: 0.5em;
}

.annonce-content-descript .descript-menu-item.tradauto.fr .descript-menu-content .richContent:before {
	content: '\24d8 Traduction automatique';
}

.annonce-content-descript .descript-menu-item.tradauto.en .descript-menu-content .richContent:before {
	content: '\24d8 Automatic translation';
}

.annonce-content-descript .descript-menu-item.tradauto.de .descript-menu-content .richContent:before {
	content: '\24d8 Maschinelle Übersetzung';
}

.annonce-content-descript .descript-menu-item.tradauto.es .descript-menu-content .richContent:before {
	content: '\24d8 Traducción automática';
}

.annonce-content-descript .descript-menu-item.tradauto.eu .descript-menu-content .richContent:before {
	content: '\24d8 Itzulpen automatikoa';
}

.annonce-content-descript .descript-menu-item.tradauto.sv .descript-menu-content .richContent:before {
	content: '\24d8 Maskinell översättning';
}

.annonce-content-descript .descript-menu-item.tradauto.pt .descript-menu-content .richContent:before {
	content: '\24d8 Tradução automática';
}

.annonce-content-descript .descript-menu-item.select .bt {
	border-color: #222222;
	background-color: #f3f3f3;
	color: #222222;
	z-index: 4;
}

.annonce-content-descript .descript-menu-item.select .bt .lib {
	border-color: #CCCCCC;
}

.annonce-content-descript .descript-menu-item.select .descript-menu-content {
	height: auto;
	z-index: 3;
	opacity: 1;
	transform: none;
	transition-duration: 0.5s;
}

.annonce-content-descript > .richContent {
	padding-top: 1rem;
}

.annonce-content-descript .richContent h2 {
	font-size: 1.432em;
	font-style: italic;
}

.annonce-content-descript .richContent h3 {
	font-family: inherit;
	text-transform: none;
	font-weight: 600;
	font-size: 1.25em;
}

#showMoreCheck {
	display: none;
}

.annonce-content-descript:not(.toggleable) .annonce-content-descript-toggle {
	display: none;
}

.annonce-content-descript.toggleable {
	max-height: 1000px;
	overflow: hidden;
	padding-bottom: 4em;
	transition: max-height 0.5s ease-out;
}

.annonce-content-descript.toggleable .annonce-content-descript-toggle {
	position: absolute;
	bottom: 1em;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.annonce-content-descript.toggleable .annonce-content-descript-toggle .active {
	display: none;
}

.annonce-content-descript.toggleable:after {
	content: '';
	pointer-events: none;
	position: absolute;
	z-index: 9;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 8em;
	background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.8) 50%, #f3f3f3 100%);
}

#showMoreCheck:checked + .annonce-content-descript.toggleable {
	max-height: 999em;
}

#showMoreCheck:checked + .annonce-content-descript.toggleable .annonce-content-descript-toggle {
	position: absolute;
	bottom: 1em;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
}

#showMoreCheck:checked + .annonce-content-descript.toggleable .annonce-content-descript-toggle .active {
	display: block;
}

#showMoreCheck:checked + .annonce-content-descript.toggleable .annonce-content-descript-toggle .inactive {
	display: none;
}

#showMoreCheck:checked + .annonce-content-descript.toggleable:after {
	display: none;
}

.annonce-legal-notice {
	font-style: italic;
	text-align: center;
	margin-top: 3em;
}

.annonce-legal-notice:before {
	margin-right: 0.25em;
}

.annonce-download-title {
	font-size: 1.44em;
	margin-top: 0.75em;
	font-family: 'bebas neue';
}

.annonce-articles {
	position: relative;
	display: block;
	border-radius: 0.75em;
	margin-top: 3em;
}

.annonce-articles:before {
	font-size: 4em;
	float: left;
	color: #222222;
	margin-right: 1rem;
}

.annonce-articles:after {
	content: '';
	position: absolute;
	top: 0.3em;
	left: 0.6em;
	width: 3.25em;
	height: 3.25em;
	border: solid 1px #222222;
	border-radius: 50%;
}

h2.annonce-articles-title {
	font-family: 'open sans';
	font-size: 1.25rem;
	color: #666666;
	text-align: left;
	margin-bottom: 0;
	padding-top: 0.5em;
}

h2.annonce-articles-title b {
	color: #222222;
	font-weight: 600;
}

.annonce-articles-list a {
	display: flex;
	align-items: center;
	padding: 0.75em 0;
	clear: both;
}

.annonce-articles-list a::after {
	clear: both;
	content: "";
	display: table;
}

.annonce-articles-list a + a {
	border-top: solid 1px #CCCCCC;
}

.annonce-articles-list a .image {
	flex-shrink: 0;
	position: relative;
	display: block;
	width: 6rem;
	height: 6rem;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	margin: 0 1rem 0 0;
}

.annonce-articles-list a .image > img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translate(-50%, -50%);
}

.annonce-content-top-block {
	position: relative;
	font-family: 'athelas';
	margin-bottom: 3em;
}

.annonce-content-top-block-title {
	font-family: 'bebas-neue';
	font-size: 1.8em;
	line-height: 1.25;
	margin-bottom: 0.5em;
}

.annonce-content-top-block-check {
	display: none;
}

.annonce-content-top-block:not(.toggleable) .annonce-content-top-block-toggle {
	display: none;
}

.annonce-content-top-block.toggleable {
	max-height: 400px;
	overflow: hidden;
	padding-bottom: 4em;
	transition: max-height 0.5s ease-out;
}

.annonce-content-top-block.toggleable .annonce-content-top-block-toggle {
	position: absolute;
	bottom: 1em;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	transition-timing-function: ease-in;
}

.annonce-content-top-block.toggleable .annonce-content-top-block-toggle .active {
	display: none;
}

.annonce-content-top-block.toggleable:after {
	content: '';
	pointer-events: none;
	position: absolute;
	z-index: 9;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 8em;
	background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.8) 50%, #f3f3f3 100%);
}

.annonce-content-top-block-check:checked + .annonce-content-top-block.toggleable {
	max-height: 999em;
}

.annonce-content-top-block-check:checked + .annonce-content-top-block.toggleable .annonce-content-top-block-toggle {
	position: absolute;
	bottom: 1em;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
}

.annonce-content-top-block-check:checked + .annonce-content-top-block.toggleable .annonce-content-top-block-toggle .active {
	display: block;
}

.annonce-content-top-block-check:checked + .annonce-content-top-block.toggleable .annonce-content-top-block-toggle .inactive {
	display: none;
}

.annonce-content-top-block-check:checked + .annonce-content-top-block.toggleable:after {
	display: none;
}

.annonce-contact-list + .annonce-contact-list {
	margin-top: 1em;
}

.annonce-contact-item {
	padding: 0.25em 0;
}

.annonce-contact-item::after {
	clear: both;
	content: "";
	display: table;
}

.touch .annonce-contact-item {
	padding: 0.5em 0;
}

.annonce-contact-item .bouton {
	padding: 0.35em 0.75em;
	margin: -0.25em -0.75em;
}

.annonce-contact-item .bouton .mask,
.annonce-contact-item .bouton .lib {
	font-family: 'bebas-neue';
	font-size: 1.5em;
	line-height: 1;
}

.annonce-contact-item .bt {
	color: currentColor;
	display: block;
}

.annonce-contact-item .bt > i {
	position: relative;
	float: left;
	width: 1em;
	height: 1em;
	color: #222222;
	font-size: 1.5em;
}

.annonce-contact-item .bt > i:before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.annonce-contact-item .bt > .mask,
.annonce-contact-item .bt > .lib {
	margin-left: 0.5em;
	float: left;
	max-width: calc(100% - 2em);
	line-height: 1.25;
}

.annonce-contact-item .btTelephone > i,
.annonce-contact-item .btContact > i {
	font-size: 1.25em;
	float: left;
	margin: -0.15em 0;
}

.annonce-contact-item .btTelephone > .mask,
.annonce-contact-item .btTelephone > .lib,
.annonce-contact-item .btContact > .mask,
.annonce-contact-item .btContact > .lib {
	margin-left: 0.5em;
}

.annonce-contact-item .btTelephone > .mask span,
.annonce-contact-item .btTelephone > .lib span,
.annonce-contact-item .btContact > .mask span,
.annonce-contact-item .btContact > .lib span {
	white-space: nowrap;
}

.annonce-contact-item .btMobile > .lib,
.annonce-contact-item .btTelephone > .lib {
	display: none;
}

.annonce-contact-item .btMobile.clicked > .lib,
.annonce-contact-item .btTelephone.clicked > .lib {
	display: inline;
}

.annonce-contact-item .btMobile.clicked > .mask,
.annonce-contact-item .btTelephone.clicked > .mask {
	display: none;
}

.annonce-contact-item .btFavoris i:after {
	content: '';
	display: block;
	position: relative;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	font-size: 1.5em;
}

.annonce-content.isFavoris .annonce-contact-item .btFavoris i.icon-plus,
.annonce-content.isFavoris .annonce-contact-item .btFavoris .lib.off {
	display: none;
}

.annonce-content:not(.isFavoris) .annonce-contact-item .btFavoris i.icon-tick,
.annonce-content:not(.isFavoris) .annonce-contact-item .btFavoris .lib.on {
	display: none;
}

.annonce-contact-resa {
	text-align: center;
	margin-top: 0.75em;
}

.annonce-contact-resa:before {
	margin-right: 0.5em;
	font-size: 1.25em;
}

.annonce-openings::after {
	clear: both;
	content: "";
	display: table;
}

.annonce-openings .openStatus {
	display: block;
	font-family: 'bebas-neue';
	font-weight: normal;
	font-size: 1.563em;
}

.annonce-openings .openStatus.open {
	color: #077a0d;
}

.annonce-openings .openStatus.close {
	color: #940707;
}

.annonce-openings .openOverview {
	font-weight: 600;
	font-size: 1.1em;
}

.annonce-openings-details {
	display: none;
}

.annonce-openings-list {
	padding: 0.5em 0 0;
}

.toggleOpeningsDetails {
	display: inline-block;
	cursor: pointer;
	position: relative;
	user-select: none;
	font-style: italic;
	padding: 0 0.5em;
	border: solid 1px #222222;
	margin-left: 0.5em;
}

.toggleOpeningsDetails:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-color: #222222 transparent transparent transparent;
	border-width: 10px 5px;
	border-style: solid;
	margin: 0 0 -10px 0.25em;
}

#openingsDetails {
	display: none;
}

#openingsDetails:checked ~ p .openOverview {
	display: none;
}

#openingsDetails:checked ~ p .toggleOpeningsDetails {
	border-color: transparent;
}

#openingsDetails:checked ~ p .toggleOpeningsDetails .lib {
	display: none;
}

#openingsDetails:checked ~ p .toggleOpeningsDetails:after {
	border-color: transparent transparent #222222 transparent;
	margin: -10px 0 0 0;
}

#openingsDetails:checked ~ .annonce-openings-details {
	display: block;
}

.annonce-openings-item {
	line-height: 1.25;
	padding-bottom: 0.5em;
}

.annonce-openings-item .day {
	font-family: 'bebas-neue';
	display: inline-block;
	min-width: 90px;
}

.annonce-openings-item .schedule {
	white-space: nowrap;
	font-size: 1.1em;
}

.annonce-openings-item .time {
	white-space: nowrap;
}

.annonce-openings-item .time.current {
	font-weight: bold;
	color: #077a0d;
}

.annonce-openings-item .time:not(:last-child):after {
	content: ', ';
	font-weight: normal;
}

.annonce-openings-item .closed {
	font-style: italic;
	color: #666666;
}

.annonce-closings-title {
	font-family: 'Bebas neue';
	font-size: 1.25em;
	padding-top: 1em;
}

.annonce-closings-item {
	font-size: 1.1em;
}

.annonce-closings-item .date.current {
	font-weight: bold;
	color: #940707;
}

.annonce-openings-notice {
	font-size: 0.9em;
	line-height: 1.25;
	color: #C00;
	font-style: italic;
	padding-top: 0.5em;
}

.annonce-social-item {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}

.annonce-social-item .bt {
	display: block;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	text-align: left;
	cursor: pointer;
	background-color: #222222;
}

.annonce-social-item .bt:before,
.annonce-social-item .bt:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("../../../images/socialIcons.svg?v=20230914");
	background-size: 1280px 256px;
	background-repeat: no-repeat;
}

.annonce-social-item .bt:after {
	transition: opacity 0.15s linear;
}

.annonce-social-item .bt:hover:after {
	opacity: 0;
}

.annonce-social-item.facebook .bt:after {
	background-position: -8px -72px;
}

.annonce-social-item.facebook .bt:before {
	background-position: -8px -136px;
}

.annonce-social-item.twitter .bt:after {
	background-position: -72px -72px;
}

.annonce-social-item.twitter .bt:before {
	background-position: -72px -136px;
}

.annonce-social-item.googlePlus .bt:after {
	background-position: -136px -72px;
}

.annonce-social-item.googlePlus .bt:before {
	background-position: -136px -136px;
}

.annonce-social-item.flickr .bt:after {
	background-position: -264px -72px;
}

.annonce-social-item.flickr .bt:before {
	background-position: -264px -136px;
}

.annonce-social-item.instagram .bt:after {
	background-position: -392px -72px;
}

.annonce-social-item.instagram .bt:before {
	background-position: -392px -136px;
}

.annonce-social-item.pinterest .bt:after {
	background-position: -328px -72px;
}

.annonce-social-item.pinterest .bt:before {
	background-position: -328px -136px;
}

.annonce-social-item.tumblr .bt:after {
	background-position: -648px -72px;
}

.annonce-social-item.tumblr .bt:before {
	background-position: -648px -136px;
}

.annonce-social-item.linkedIn .bt:after {
	background-position: -200px -72px;
}

.annonce-social-item.linkedIn .bt:before {
	background-position: -200px -136px;
}

.annonce-social-item.tripAdvisor .bt:after {
	background-position: -712px -72px;
}

.annonce-social-item.tripAdvisor .bt:before {
	background-position: -712px -136px;
}

.annonce-social-item.youTube .bt:after {
	background-position: -456px -72px;
}

.annonce-social-item.youTube .bt:before {
	background-position: -456px -136px;
}

.annonce-social-item.tikTok .bt:after {
	background-position: -1096px -72px;
}

.annonce-social-item.tikTok .bt:before {
	background-position: -1096px -136px;
}

.annonce-content-prestas::after {
	clear: both;
	content: "";
	display: table;
}

.annonce-content-prestas-item {
	position: relative;
	display: block;
	padding: 0.5em 0;
	margin: 0.125em 0;
}

.annonce-content-prestas-item .lib {
	display: block;
	line-height: 1.1;
	font-style: italic;
}

.annonce-content-prestas-item.ico i {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
	width: 28px;
	height: 28px;
	background-color: #FFF;
	border-radius: 2px;
	float: left;
	overflow: hidden;
}

.annonce-content-prestas-item.ico i:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	background-color: #FFF;
}

.annonce-content-prestas-item.ico .lib {
	position: relative;
	padding-left: 36px;
}

.annonce-content-chaines::after {
	clear: both;
	content: "";
	display: table;
}

.annonce-content-chaines-item.ico {
	display: inline-block;
	margin: 0.75em 0 0.75em 0.75em;
	padding: 0.375em;
	background-color: #FFF;
	border-radius: 2px;
}

.annonce-content-chaines-item.ico i:before {
	content: '';
	display: block;
}

.annonce-content-chaines-item.ico .lib {
	display: none;
}

.reviews {
	padding-top: 2.25em;
	padding-bottom: 2.25em;
}

.reviews::after {
	clear: both;
	content: "";
	display: table;
}

.reviews.tripAdvisor .bouton.flat {
	color: #00a680;
}

.reviews.googlePlace .bouton.flat {
	color: #4382eb;
}

.reviews .rating_image {
	position: relative;
	display: inline-block;
}

.reviews .rating_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.reviews .rating_stars {
	display: inline-block;
	position: relative;
	height: 24px;
	width: 120px;
	background-image: url("../../../images/gstar.svg");
	background-position: 0 0;
	background-repeat: repeat-x;
}

.reviews .rating_stars > span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 24px;
	background-image: url("../../../images/gstar.svg");
	background-position: 0 -24px;
	background-repeat: repeat-x;
}

.reviews-title {
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 1.5em;
}

.reviews-title .tripAdvisorLogo {
	display: inline-block;
	width: 140px;
	height: 30px;
	text-indent: -9999px;
	background-image: url("../images/tripAdvisor.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.reviews-title .googleLogo {
	display: inline-block;
	width: 100px;
	height: 32px;
	text-indent: -9999px;
	background-image: url("../images/google.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.reviews-title-on {
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.25;
	margin-top: 0.5em;
}

.reviews-rating {
	margin-bottom: 1.5em;
	text-align: center;
}

.reviews-rating .rating_image {
	width: 119px;
	height: 20px;
	vertical-align: sub;
}

.svg.backgroundsize .reviews-rating .rating_image {
	background-size: 119px auto;
	background-position: 0 -10px;
}

.reviews-rating a {
	color: #222222;
	text-decoration: underline;
}

.reviews-subratingsTitle {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0.75em;
}

.subratings-list {
	padding-bottom: 1.5em;
	max-width: 480px;
	margin: 0 auto;
}

.subratings-list::after {
	clear: both;
	content: "";
	display: table;
}

.subrating {
	text-align: center;
	margin-bottom: 0.75em;
}

.subrating .rating_image {
	display: block;
	margin: 0 auto;
	width: 84px;
	height: 18px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.review {
	background-color: #FFF;
	padding: 0.75em 1.5em;
	margin-bottom: 0.75em;
}

.review::after {
	clear: both;
	content: "";
	display: table;
}

.review .rating_image {
	width: 84px;
	height: 18px;
	vertical-align: bottom;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.review .rating_stars {
	vertical-align: text-top;
	width: 80px;
	height: 16px;
	background-size: auto 32px;
}

.review .rating_stars > span {
	height: 16px;
	background-size: auto 32px;
	background-position: 0 -16px;
}

.review-title {
	font-style: italic;
}

.review-author-icon {
	width: 100%;
	max-width: 80px;
	display: table;
	margin: 0 auto;
}

.review-ratingInfo {
	font-size: 0.8em;
	color: #666;
	margin-bottom: 1em;
}

.review-overview {
	font-size: 0.9em;
}

.review-btFullText {
	float: right;
}

.reviews-btWriteReview,
.reviews-btAllRewiews {
	float: right;
}

.reviews-btCopyright {
	color: #333;
	font-size: 0.8em;
	white-space: nowrap;
}

.rating_image {
	background-repeat: no-repeat;
	bacground-position: center center;
}

.rating_image img {
	opacity: 0;
}

.annonce-content-video {
	padding: 0.75em 1.5em;
}

.video-container {
	position: relative;
	background-color: #000;
}

.video-container.loading:before {
	background: transparent;
}

.video-container .flexvideo {
	position: relative;
}

.video-container .flexvideo:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video-container .flexvideo iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container .flexvideo .consent-notification {
	position: absolute;
	text-align: center;
	color: #FFF;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	padding: 1em;
	z-index: 1;
}

.video-container .flexvideo .consent-notification .bt-details {
	color: #FFF;
	text-decoration: underline;
}

.video-container .flexvideo .consent-notification .bouton:before {
	margin-right: 0.25em;
}

.annonce-content-banner .banniere {
	margin: 0.75em auto !important;
}

.annonce-content-banner + .annonce-content-banner {
	padding-top: 0.75em;
}

.linkEspacePro {
	text-align: center;
	padding: 1em 0;
}

.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) {

.nearestTrails-list .trail-resume .trail-locomotion:before {
	background-image: url("../../cirkwi/images/locomotions@2x.png");
	background-size: auto 64px;
}

.annonce-content-descript .descript-menu-item.fr > .bt .lib:before {
	background-image: url("../../../images/drap_fr_hd.gif");
	background-size: 12px 10px;
}

.annonce-content-descript .descript-menu-item.en > .bt .lib:before {
	background-image: url("../../../images/drap_en_hd.gif");
	background-size: 12px 10px;
}

.annonce-content-descript .descript-menu-item.de > .bt .lib:before {
	background-image: url("../../../images/drap_de_hd.gif");
	background-size: 12px 10px;
}

.annonce-content-descript .descript-menu-item.es > .bt .lib:before {
	background-image: url("../../../images/drap_es_hd.gif");
	background-size: 12px 10px;
}

.annonce-content-descript .descript-menu-item.eu > .bt .lib:before {
	background-image: url("../../../images/drap_eu_hd.gif");
	background-size: 12px 10px;
}

.annonce-content-descript .descript-menu-item.sv > .bt .lib:before {
	background-image: url("../../../images/drap_sv_hd.gif");
	background-size: 12px 10px;
}

.annonce-content-descript .descript-menu-item.pt > .bt .lib:before {
	background-image: url("../../../images/drap_pt_hd.gif");
	background-size: 12px 10px;
}

.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) {

.nearestTrails-list .trail {
	width: 45%;
}

.nearestTrails-list .trail-container {
	font-size: 2vw;
}

.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-photoGallery .v-carousel-nav {
	height: 3em;
}

.annonce-photoGallery .v-carousel-nav-item {
	font-size: 0.5em;
}

.annonce-content-descript .descript-menu-item .bt .lib {
	line-height: calc(3rem - 4px);
	text-align: center;
	text-indent: 0;
}

.annonce-content-descript .descript-menu-item .bt .lib:before {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 14px;
	top: auto;
	left: auto;
	margin-right: 4px;
	vertical-align: middle;
	background-position: center top;
}

.annonce-content-descript.toggleable {
	max-height: 600px;
}

h2.annonce-articles-title {
	padding-top: 0;
}

.annonce-articles-list {
	margin-left: 5em;
	width: calc(100% - 5em);
}

.annonce-articles-list a {
	clear: none;
}

.annonce-content-top-block.toggleable {
	max-height: 240px;
}

.annonce-content-prestas-item {
	width: 50%;
	float: left;
}

.annonce-content-prestas-item:nth-child(2n) {
	padding-left: 0.75em;
}

.annonce-content-prestas-item:nth-child(2n+1) {
	clear: left;
	padding-right: 0.75em;
}

.subrating {
	float: left;
	width: 50%;
}

.googlePlace .review {
	padding-left: 5.75em;
	min-height: 5.5em;
}

.review-author-icon {
	width: 64px;
	display: block;
	position: absolute;
	left: 24px;
	margin: 0;
}

.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) {

.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;
}

.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;
}

.annonce-content-top {
	float: left;
	width: 30%;
}

.annonce-content-top .v-sticky-sidebar-content {
	position: relative;
	padding: 0;
}

.annonce-content-top .v-sticky-sidebar-content:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	right: calc( -0.75em - 4px);
	top: 0;
	border-right: solid 1px #222222;
}

.annonce-content-main,
.annonce-content > .annonce-content-video,
.annonce-content > .annonce-content-banner {
	float: right;
	width: 70%;
	padding-left: 1.5em;
}

.annonce-content-bottom-left {
	width: calc(100% - 21em);
	min-width: 66.6667%;
}

.annonce-content-bottom-right {
	max-width: 33.3333%;
}

.content-header .titlePage .etoiles {
	display: inline-block;
	margin: 0.15em 0 0 0;
	font-size: 0.8em;
}

.content-header .titlePage .subtitle {
	display: block;
}

.content-header.withPhoto.onlyOne .ariane {
	height: 8em;
}

.content-header.withPhoto.onlyOne .titlePage {
	float: left;
	width: 30%;
	height: 480px;
	display: flex;
	align-items: center;
	padding: 0 1.5em 0 0.5em;
	justify-content: flex-end;
}

.content-header.withPhoto.onlyOne .titlePage h1 {
	text-align: right;
	font-size: 2.8em;
}

.annonce-photoGallery {
	height: 480px;
	border-bottom-width: 0;
	border-left-width: 8px;
	margin: 0 0 3em;
}

.annonce-photoGallery:before {
	display: none;
}

.content-header.withPhoto.onlyOne .annonce-photoGallery {
	clear: none;
	float: left;
	width: 70%;
}

.annonce-photoGallery-count {
	display: block;
	pointer-events: none;
	position: absolute;
	left: auto;
	right: 0;
	top: calc(50% + 4px);
	width: calc(20% - 4px);
	height: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.annonce-photoGallery-count:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #FFF;
	font-size: 4em;
}

.annonce-photoGallery-count .lib {
	display: none;
}

.annonce-photoGallery-item {
	transform: none !important;
	z-index: 0;
}

.annonce-photoGallery-item img {
	display: none;
}

.annonce-photoGallery-item:nth-child(1),
.annonce-photoGallery-item:nth-child(2),
.annonce-photoGallery-item:nth-child(3),
.annonce-photoGallery-item:nth-child(4),
.annonce-photoGallery-item:nth-child(5) {
	z-index: 1 !important;
}

.annonce-photoGallery-item:nth-child(1) img,
.annonce-photoGallery-item:nth-child(2) img,
.annonce-photoGallery-item:nth-child(3) img,
.annonce-photoGallery-item:nth-child(4) img,
.annonce-photoGallery-item:nth-child(5) img {
	display: block !important;
}

.annonce-photoGallery-item:nth-child(1) {
	left: 0;
	top: 0;
	width: 60%;
	height: 100%;
}

.annonce-photoGallery-item:nth-child(2),
.annonce-photoGallery-item:nth-child(2) ~ .annonce-photoGallery-item {
	width: calc(20% - 4px);
	height: 50%;
}

.annonce-photoGallery-item:nth-child(2) {
	left: calc(60% + 4px);
	top: 0;
}

.annonce-photoGallery-item:nth-child(3) {
	left: auto;
	right: 0;
	top: 0;
}

.annonce-photoGallery-item:nth-child(4) {
	left: calc(60% + 4px);
	top: calc(50% + 4px);
}

.annonce-photoGallery-item:nth-child(5) ~ .annonce-photoGallery-item,
.annonce-photoGallery-item:nth-child(5) {
	left: auto;
	right: 0;
	top: calc(50% + 4px);
}

.annonce-photoGallery-item:nth-last-child(1):first-child {
	width: 100%;
}

.annonce-photoGallery-item:nth-last-child(2):first-child ~ .annonce-photoGallery-item {
	height: 100%;
	width: calc(40% - 4px);
}

.annonce-photoGallery-item:nth-last-child(3):first-child ~ .annonce-photoGallery-item {
	height: 100%;
}

.annonce-photoGallery-item:nth-last-child(4):first-child ~ .annonce-photoGallery-item:nth-child(4) {
	width: calc(40% - 4px);
}

.annonce-content-descript .descript-menu-item .bt {
	width: 7.5em !important;
}

.annonce-content-descript .descript-menu-item:nth-child(1) .bt {
	margin-left: 0.75em !important;
}

.annonce-content-descript .descript-menu-item:nth-child(2) .bt {
	margin-left: 8.25em !important;
}

.annonce-content-descript .descript-menu-item:nth-child(3) .bt {
	margin-left: 15.75em !important;
}

.annonce-content-descript .descript-menu-item:nth-child(4) .bt {
	margin-left: 23.25em !important;
}

.annonce-content-descript .descript-menu-item:nth-child(5) .bt {
	margin-left: 30.75em !important;
}

.annonce-content-descript > .richContent {
	padding-top: 2rem;
}

.annonce-content-descript.toggleable {
	max-height: none;
}

.annonce-content-descript.toggleable:after,
.annonce-content-descript.toggleable .annonce-content-descript-toggle {
	display: none;
}

.annonce-content-top-block {
	text-align: right;
	padding-right: 0.75em;
}

.annonce-content-top-block:last-child {
	margin-bottom: 0;
}

.annonce-content-top-block-title {
	font-size: 1.5em;
}

.annonce-content-top-block.toggleable {
	max-height: none;
}

.annonce-content-top-block.toggleable:after,
.annonce-content-top-block.toggleable .annonce-content-top-block-toggle {
	display: none;
}

.annonce-contact-item .bt > i {
	float: right;
}

.annonce-contact-item .bt > .mask,
.annonce-contact-item .bt > .lib {
	float: right;
	margin-left: 0;
	margin-right: 0.5em;
}

.annonce-openings-item .day {
	display: block;
	min-width: none;
}

.annonce-openings-item .schedule {
	white-space: normal;
}

.annonce-openings-notice {
	max-width: 14em;
	float: right;
}

.annonce-social-item {
	margin-left: 0.25em;
}

.annonce-content-prestas-item {
	width: 100%;
	float: none;
}

.annonce-content-prestas-item:nth-child(2n),
.annonce-content-prestas-item:nth-child(2n+1) {
	clear: none;
	padding-right: 0;
	padding-left: 0;
}

.annonce-content-prestas-item.ico i {
	left: auto;
	right: 0;
}

.annonce-content-prestas-item.ico .lib {
	padding-left: 0;
	padding-right: 36px;
}

.annonce-content-video {
	padding: 0.75em;
}

.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) {

.nearestTrails-list .trail-container {
	font-size: 1.3vw;
}

.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;
}

.annonce-content-top {
	width: 24%;
}

.annonce-content-main,
.annonce-content > .annonce-content-video,
.annonce-content > .annonce-content-banner {
	width: 76%;
}

.content-header.withPhoto.onlyOne .titlePage {
	width: 24%;
	padding-right: 1.5em;
}

.content-header.withPhoto.onlyOne .annonce-photoGallery {
	width: 76%;
}

.reviews-title {
	margin-top: 0.75em;
	margin-bottom: 2.25em;
}

.reviews-title .tripAdvisorLogo {
	display: block;
	margin: 0 auto;
}

.reviews-title .googleLogo {
	display: block;
	margin: 0 auto;
}

.reviews-rating {
	margin-bottom: 2.25em;
}

.reviews-rating a {
	display: block;
}

.subrating {
	float: none;
	width: auto;
}

.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) {

.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;
}

.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;
}

.annonce-content-bottom {
	clear: right;
	width: 76%;
}

.annonce-content-bottom-left {
	padding-left: 1.5em;
}

.content-header.withPhoto .titlePage h1 {
	font-size: 3.5em;
}

.content-header.withPhoto.onlyOne .titlePage {
	height: 540px;
}

.content-header.withPhoto.onlyOne .titlePage h1 {
	font-size: 3.5em;
}

.annonce-photoGallery {
	height: 540px;
}

.annonce-photoGallery-count {
	width: calc(25% - 4px);
}

.annonce-photoGallery-item:nth-child(1) {
	width: 50%;
}

.annonce-photoGallery-item:nth-child(2),
.annonce-photoGallery-item:nth-child(2) ~ .annonce-photoGallery-item {
	width: calc(25% - 4px);
	height: 50%;
}

.annonce-photoGallery-item:nth-child(2) {
	left: calc(50% + 4px);
	top: 0;
}

.annonce-photoGallery-item:nth-child(4) {
	left: calc(50% + 4px);
	top: calc(50% + 4px);
}

.annonce-photoGallery-item:nth-last-child(2):first-child ~ .annonce-photoGallery-item {
	width: calc(50% - 4px);
}

.annonce-photoGallery-item:nth-last-child(4):first-child ~ .annonce-photoGallery-item:nth-child(4) {
	width: calc(50% - 4px);
}

.annonce-content-top-block-title {
	font-size: 1.8em;
}

.annonce-openings-item .day {
	display: inline-block;
	padding-right: 0.5em;
}

.annonce-content-prestas-item {
	width: 50%;
	float: right;
}

.annonce-content-prestas-item:nth-child(2n) {
	padding-right: 0.75em;
}

.annonce-content-prestas-item:nth-child(2n+1) {
	clear: right;
	padding-left: 0.75em;
}

}

@media only print, only screen and (min-width: 100.063em) {

.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;
}

.nearestEvent-list .event {
	width: 20%;
}

.nearestEvent-list .event:nth-child(8) ~ .event {
	display: block;
}

.nearestEvent-list .event-container {
	font-size: 1em;
}

.content-header .titlePage .subtitle {
	float: right;
	padding: 0.95em 0 0.5em;
}

.content-header .titlePage {
	padding-left: 0;
	padding-right: 0;
}

.content-header.withPhoto.onlyOne .titlePage {
	padding-right: 3em;
}

.content-header.withPhoto.onlyOne .titlePage .subtitle {
	float: none;
	padding: 0;
}

}

