.front #section-content {
    padding-bottom: 0 !important;
}



.front #region-content .titre {
	text-align: center;
	margin: 0 0 40px;
}
.front #region-content .titre h2 {
	font-size: 1em;
	display: inline-block;
	position: relative;
}
.front #region-content .titre h2:before {
	content: "";
	border-bottom: 2px solid #000000;
	height: 20px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.front #region-content .titre .titre01 {
	font-family: "PoppinsLight", Arial, Helvetica, sans-serif;
	font-size: 2.625em;
	background-color: #ffffff;
	padding: 0 20px;
	margin: 0 75px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.front #region-content .titre .titre01:last-child {
	margin: 0 60px;
}
.front #region-content .titre .titre02 {
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 3.125em;
	text-transform: uppercase;
	margin: 10px 0 0;
	display: block;
}

.front #region-content .resume a.bouton {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 20px;
	background-color: #ad208e;
	border: 2px solid #ad208e;
	padding: 13px 30px;
	margin: 20px 0 0;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.front #region-content .resume a.bouton:hover {
	color: #ad208e;
	background-color: transparent;
}

/* CARROUSEL */

/* Failback Slider HP */
#zone-slideshow {
	max-width: none;
	min-height: 1100px;
	background-image: url("../../img/home/toulouse-preload.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 0;
}
#zone-slideshow-wrapper.diapo_video #zone-slideshow {
	min-height: 0;
	max-height: none;
	margin-bottom: 60px;
}
#zone-slideshow-wrapper.diapo_video #zone-slideshow video {
	display: block;
}
#zone-slideshow-wrapper.diapo_video #block-views-diaporama-hp-block .contenu {
	display: none;
}
#zone-slideshow-wrapper.diapo_video #block-views-diaporama-hp-block .lien {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}
#zone-slideshow-wrapper.diapo_video #block-views-diaporama-hp-block .lien a {
	color: #ad208e;
	font-family: "PoppinsBold",Arial,Helvetica,sans-serif;
	font-size: .875em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	line-height: 20px;
	border: 2px solid #ad208e;
	padding: 13px 30px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#zone-slideshow-wrapper.diapo_video #block-views-diaporama-hp-block .lien a:hover {
	color: #fff;
	background-color: #ad208e;
}
.block-slideshow .content {
	position: relative;
}
.block-slideshow .content:before {
	content: "";
	background-image: url("../../img/footer/logo.svg");
	background-repeat: no-repeat;
	height: 140px;
	width: 420px;
	margin: 0 0 0 -210px;
	display: block;
	position: absolute;
	top: 310px;
	left: 50%;
	z-index: 1;
}
.block-slideshow .owl-carousel {
	max-height: none;
}
.block-slideshow .owl-carousel .owl-controls .owl-buttons .owl-prev,
.block-slideshow .owl-carousel .owl-controls .owl-buttons .owl-next {
    height: 70px;
    width: 40px;
    margin: -35px 0 0;
}
.block-slideshow .owl-carousel .owl-controls .owl-buttons .owl-prev {
    background-image: url("../../img/owlcarousel/arrow-left-big.svg");
    left: 60px;
}
.block-slideshow .owl-carousel .owl-controls .owl-buttons .owl-next {
    background-image: url("../../img/owlcarousel/arrow-right-big.svg");
    right: 60px;
}
.block-slideshow .owl-carousel .owl-wrapper-outer .owl-item {
	position: relative;
}
.block-slideshow .owl-carousel .owl-wrapper-outer .media,
.block-slideshow .owl-carousel .owl-wrapper-outer .player {
	height: 1100px;
	overflow: hidden;
}
.block-slideshow .owl-carousel .owl-wrapper-outer .media > div {
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
	position: relative;
}
.block-slideshow .owl-carousel .owl-wrapper-outer .media > div:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
}
.block-slideshow .owl-carousel .owl-wrapper-outer .contenu {
	width: 100%;
	position: absolute;
	top: 500px;
	left: 0;
}
.block-slideshow .owl-carousel .owl-wrapper-outer .section {
	max-width: 1170px;
	padding-left: 120px;
	padding-right: 120px;
	margin-left: auto;
	margin-right: auto;
}
.block-slideshow .owl-carousel .owl-wrapper-outer h2 {
	color: #ffffff;
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 5.625em;
	text-align: center;
}
.block-slideshow .owl-carousel .owl-wrapper-outer .lien + .contenu h2:after {
	content: "";
	background-color: #ec1d89;
	background-image: url("../../img/home/plus.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	margin: 20px auto 0;
	display: block;
}
.block-slideshow .owl-carousel .owl-wrapper-outer .media + .lien a {
	font-size: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.block-slideshow .owl-carousel .owl-wrapper-outer .player + .contenu {
	display: none;
}
.block-slideshow .owl-carousel .owl-wrapper-outer .player + .lien {
	width: 100%;
	position: absolute;
	bottom: 210px;
	left: 0;
	z-index: 2;
}
.block-slideshow .owl-carousel .owl-wrapper-outer .player + .lien div {
	text-align: right;
	max-width: 1560px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	position: relative;
}
.block-slideshow .owl-carousel .owl-wrapper-outer .player + .lien a {
	color: #ffffff;
	font-family: "PoppinsLight", Arial, Helvetica, sans-serif;
	line-height: 60px;
	height: 60px;
	padding: 0 75px 0 0;
	display: inline-block;
	position: relative;
}
.block-slideshow .owl-carousel .owl-wrapper-outer .player + .lien a:before {
	content: "";
	background-color: #ec1d89;
	background-image: url("../../img/home/plus.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}



/* RESERVATION */

.block-resa-hp {
	max-width: 1600px;
	padding-left: 160px;
	padding-right: 160px;
	margin: -75px auto 120px;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block-resa-hp .content {
	color: #ffffff;
	background-color: #f37821;
	width: 100%;
	height: 150px;
	display: table;
}
.block-resa-hp .content h2,
.block-resa-hp .content .liens {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
.block-resa-hp .content h2 {
	padding: 0 40px;
	position: relative;
}
.block-resa-hp .content h2::before {
	content: "";
	border-top: 2px solid #ffffff;
	width: 50%;
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	right: 15px;
}
.block-resa-hp .content h2 .h2 {
	text-align: right;
	background-color: #f37821;
	padding: 0 40px 0 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
}
.block-resa-hp .content h2 .h201 {
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 2.000em;
	text-transform: uppercase;
	display: block;
}
.block-resa-hp .content h2 .h202 {
	font-size: 1.8em;
	display: block;
}
.block-resa-hp .content .liens {
	padding: 0 25px 0 0;
}
.block-resa-hp .content .liens a {
	color: #ffffff;
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 20px;
	border: 2px solid #ffffff;
	width: calc(50% - 15px);
	padding: 13px 10px;
	margin: 0 15px 0 0;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.block-resa-hp .content .liens a:hover,
.block-resa-hp .content .liens a:hover,
.block-resa-hp .content .liens a:active {
	color: #f37821;
	background-color: #ffffff;
}



/* INTERNET DE SEJOUR */

.block-internet-de-sejour-hp,
.block-internet-sejour-hp {
	max-width: 715px;
	padding-left: 20px;
	padding-right: 20px;
	margin: -60px auto 60px 140px;
	position: relative;
	z-index: 1;
}
.block-internet-de-sejour-hp .block-inner,
.block-internet-sejour-hp .block-inner {
	background-color: #ec1d89;
	padding: 45px 0 45px 230px;
	position: relative;
}
.block-internet-de-sejour-hp .block-inner:before,
.block-internet-sejour-hp .block-inner:before {
	content: "";
    background-image: url("../../img/internet-sejour/pin.png");
	background-repeat: no-repeat;
	height: 285px;
	width: 217px;
	position: absolute;
	bottom: 45px;
	left: -30px;
	z-index: 2;
}
.block-internet-de-sejour-hp .content,
.block-internet-sejour-hp .content {
	display: inline-block;
}
.block-internet-de-sejour-hp .content h2,
.block-internet-sejour-hp .content h2 {
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	margin: 0 0 40px;
	position: relative;
}
.block-internet-de-sejour-hp .content h2:before,
.block-internet-sejour-hp .content h2:before {
	content: "";
	border-bottom: 2px solid #ffffff;
	height: 20px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block-internet-sejour-hp .content h2 .titre01,
.block-internet-de-sejour-hp .content h2 .titre01 {
	font-family: "PoppinsLight", Arial, Helvetica, sans-serif;
	font-size: 2.625em;
	background-color: #ec1d89;
	padding: 0 20px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.block-internet-sejour-hp .content h2 .titre02,
.block-internet-de-sejour-hp .content h2 .titre02 {
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 2.313em;
	text-transform: uppercase;
	margin: 10px 0 0;
	display: block;
}
.block-internet-de-sejour-hp .content a,
.block-internet-sejour-hp .content a {
	color: #ffffff;
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 20px;
	border: 2px solid #ffffff;
	padding: 13px 30px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	/* INTERNET DE SEJOUR */

@media only screen and (min-width: 761px) {
	#block-internet-de-sejour-internet-de-sejour-hp {
		display: none;
	}
}
@media only screen and (max-width: 760px) {
	#block-internet-de-sejour-internet-de-sejour-hp {
		display: block;
	}
}



/* INCONTOURNABLES */

.block-incontournables {
	max-width: 1560px;
	padding-left: 20px;
	padding-right: 20px;
	margin: -180px auto 90px;
	position: relative;
	z-index: 1;
}
.block-internet-de-sejour-hp + .block-incontournables {
	margin-top: 0;
}
.block-incontournables .content {
	position: relative;
}
.block-incontournables .content .col01,
.block-incontournables .content .col02,
.block-incontournables .content .col03 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block-incontournables .content .col01 {
	margin: 120px 0 0;
}
.block-incontournables .content .col01 > div {
	color: #ffffff;
	background-color: #ad208e;
	min-height: 590px;
	padding: 70px 50px 20px 175px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block-incontournables .content .col01 div:after {
	content: ",,";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24.125em;
	text-align: center;
	text-indent: -50px;
	letter-spacing: -50px;
	line-height: 0;
	height: 235px;
	width: 190px;
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.block-incontournables .content .col01 h1 {
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 1.500em;
	margin: 0 0 30px;
}
.block-incontournables .content .col01 p {
	font-size: 0.875em;
	line-height: 1.857em;
	margin: 0 0 30px;
}
.block-incontournables .content .col01 .signature p:before {
	content: "";
	border-top: 1px solid #ffffff;
	height: 5px;
	width: 35px;
	margin: 0 10px 0 5px;
	display: inline-block;
}
.block-incontournables .content .col02 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.block-incontournables .content .col02 .media {
	height: 600px;
	padding-bottom: 95px;
	margin-left: 140px;
	position: relative;
	overflow: hidden;
}
.block-incontournables .content .col02 .media:before,
.block-incontournables .content .col02 .media:after {
	width: 190px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 55%;
}
.block-incontournables .content .col02 .media:before {
	content: "";
	background-color: #ffffff;
	height: 190px;
}
.block-incontournables .content .col02 .media:after {
	content: ",,";
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24.125em;
	text-align: center;
	text-indent: -50px;
	letter-spacing: -50px;
	line-height: 0;
	height: 235px;
}
.block-incontournables .content .col02 .media img {
	height: 100% !important;
	width: auto !important;
	display: block;
	float: right;
}
.block-incontournables .content .col03 > div {
	text-align: center;
	background-color: #f5f5f5;
	padding: 180px 10px 100px;
	margin-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block-incontournables .content .col03 > div:before {
	content: "";
	background-color: #ad208e;
	background-image: url("../../../../files/thumbnails/image/picto-incontournable.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 110px;
	width: 110px;
	margin: 0 auto 30px;
	display: block;
}
.block-incontournables .content .col03 h2 {
	font-size: 1em;
	text-align: center;
	word-break: break-all;
	height: 90px;
	margin: 0 0 150px;
	display: inline-block;
	position: relative;
}
.block-incontournables .content .col03 h2:before {
	content: "";
	border-bottom: 2px solid #000000;
	height: 20px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block-incontournables .content .col03 h2 .titre01 {
	font-family: "PoppinsLight", Arial, Helvetica, sans-serif;
	font-size: 2.625em;
	background-color: #f5f5f5;
	padding: 0 20px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.block-incontournables .content .col03 h2 .titre02 {
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 2.313em;
	text-transform: uppercase;
	margin: 10px 0 0;
	display: block;
}
.i18n-de .block-incontournables .content .col03 h2 .titre02 {	/* CORRECTIF DE */
	font-size: 2.188em;
}
.block-incontournables .content .col03 .lien a {
	color: #ad208e;
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 20px;
	border: 2px solid #ad208e;
	padding: 13px 30px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



/* MICRO-EXPERIENCE */

.block-micro-experience {
	background-color: #f5f5f5;
}
.block-micro-experience .owl-carousel .owl-controls .owl-pagination {
	width: auto;
	position: absolute;
	top: 10px;
	bottom: auto;
}
.block-micro-experience .content .view:nth-child(1) .owl-carousel .owl-controls .owl-pagination {
	left: auto;
	right: 10px;
}
.block-micro-experience .content .view:nth-child(2) .owl-carousel .owl-controls .owl-pagination {
	left: 10px;
}
.block-micro-experience .owl-carousel .owl-controls .owl-buttons {
	height: 100%;
	width: 33.33333%!important;
	position: absolute;
	top: 0;
}
.block-micro-experience .content .view:nth-child(1) .owl-carousel .owl-controls .owl-buttons {
	left: 0;
}
.block-micro-experience .content .view:nth-child(2) .owl-carousel .owl-controls .owl-buttons {
	right: 0;
}
.block-micro-experience .owl-carousel .owl-controls .owl-buttons .owl-prev {
    background-image: url("../../img/owlcarousel/arrow-left-noir.svg");
	left: 50px;
}
.block-micro-experience .owl-carousel .owl-controls .owl-buttons .owl-next {
    background-image: url("../../img/owlcarousel/arrow-right-noir.svg");
	right: 50px;
}
.block-micro-experience .content .view:nth-child(1) .apercu,
.block-micro-experience .content .view:nth-child(2) .media {
	float: left;
}
.block-micro-experience .content .view:nth-child(2) .apercu,
.block-micro-experience .content .view:nth-child(1) .media {
	float: right;
}
.block-micro-experience .content .apercu {
	height: 480px;
	padding: 90px 120px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block-micro-experience .content .apercu .picto {
	height: 110px;
	margin: 0 0 30px;
}
.block-micro-experience .content .apercu .picto img {
	width: 110px !important;
	margin: 0 auto;
}
.front #region-content .block-micro-experience .content .apercu .titre .titre01 {
    background-color: #f5f5f5;
	margin: 0 50px;
}
.block-micro-experience .content .media {
	position: relative;
}
.block-micro-experience .content .media:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 1;
}
.block-micro-experience .content .media div:first-child {
	background-position: 50% 50%;
	background-size: cover;
	height: 480px;
}
.block-micro-experience .content .media .resume {
	color: #ffffff;
	padding: 100px 100px 0;
	position: absolute;
	top: 0;
	z-index: 2;
}
.block-micro-experience .content .media .resume p {
	font-size: 0.875em;
	line-height: 1.857em;
	margin: 0 0 30px;
}
.block-micro-experience .content .media .resume .signature {
	font-size: 0.875em;
	line-height: 1.857em;
}
.block-micro-experience .content .media .resume .signature:before {
	content: "";
	border-top: 1px solid #ffffff;
	height: 5px;
	width: 35px;
	margin: 0 10px 0 5px;
	display: inline-block;
}
.block-micro-experience .content .view:nth-child(1) .media .resume {
	left: 0;
}
.block-micro-experience .content .view:nth-child(2) .media .resume {
	text-align: right;
	right: 0;
}
.block-micro-experience .content .media .lien a {
	font-size: 0;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}



/* EN CE MOMENT */

.block-en-ce-moment .content {
	padding: 90px 0;
}
.not-front .block-en-ce-moment .content {
	padding: 30px 0 0;
}
.front #region-content .block-en-ce-moment .content .titre {
	margin: 0 0 30px;
}
.not-front #region-content .block-en-ce-moment .content .titre {
	display: none;
}
.block-en-ce-moment .content .group {
	padding: 0 15px 15px;
}
.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- {
	padding: 15px 15px 0;
}
.block-en-ce-moment .content .cross-selling.view-en-ce-moment-visite- {
	padding: 0;
}
.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- .views-row:nth-child(2) {
	width: 41.66667% !important;
}
.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- .views-row:nth-child(3) {
	width: 25% !important;
}
.block-en-ce-moment .content .cross-selling .views-row .node {
	margin: 15px;
}
.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- .views-row:nth-child(1) .node {
	margin-bottom: -185px;
}
.block-en-ce-moment .content .cross-selling .media {
	overflow: hidden;
}
.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- .views-row:nth-child(1) .media {
	height: 600px;
}
.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- .views-row:nth-child(2) .media,
.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- .views-row:nth-child(3) .media,
.block-en-ce-moment .content .cross-selling.view-en-ce-moment-visite- .media {
	height: 400px;
}
.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- .media .field-collection-item-col-photos,
.block-en-ce-moment .content .cross-selling.view-en-ce-moment-visite- .media .field-collection-item-col-photos {
	width: 100%;
	height: 100%;
}
.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- .media .field-collection-item-col-photos > div,
.block-en-ce-moment .content .cross-selling.view-en-ce-moment-visite- .media .field-collection-item-col-photos > div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.block-en-ce-moment .content .cross-selling.view-en-ce-moment-visite- .media .dates {
    background-color: #f37821;
}
.block-en-ce-moment .content .cross-selling.view-en-ce-moment-visite- .media .dates .label:before {
	border-color: #924814;
}
.block-en-ce-moment .content .meteo > div,
.block-meteo-meteo-3-days .content .meteo_day > div {
	background-color: #f0f0f0;
	height: 200px;
	padding: 40px 20px 20px 40px;
	margin: 215px 15px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block-meteo-meteo-3-days .content .meteo_day {
	width: 33.33333%;
	float: left;
}
.block-meteo-meteo-3-days .content .meteo_day h2 {
	color: #ad208e;
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.block-meteo-meteo-3-days .content .meteo_day > div {
	margin-top: 15px;
}
.block-en-ce-moment .content .meteo img,
.block-meteo-meteo-3-days .content .meteo_day img {
	height: 100px;
	width: 100px;
	margin: 0 30px 30px 0;
	display: block;
	float: left;
}
.block-en-ce-moment .content .meteo .temperature,
.block-meteo-meteo-3-days .content .meteo_day .temperature {
	font-size: 1.875em;
	display: block;
}
.block-meteo-meteo-3-days .content .meteo_day .temperature {
	font-size: 1.125em;
	padding: 20px 0 0;
}
.block-en-ce-moment .content .meteo .temperature .tmp-max,
.block-meteo-meteo-3-days .content .meteo_day .temperature .tmp-max {
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 2.867em;
	font-weight: normal;
}
.block-en-ce-moment .content .meteo .temperature .tmp-min:before,
.block-meteo-meteo-3-days .content .meteo_day .temperature .tmp-min:before {
	content: "/"
}
.block-en-ce-moment .content .meteo .btn_meteo_days a {
	color: #ad208e;
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 1.125em;
}
.block-en-ce-moment .content .meteo a.btn_tameteo,
.block-meteo-meteo-3-days .content a.btn_tameteo {
	color: #000000;
	font-size: 0.875em;
	font-style: italic;
	text-align: right;
	float: right;
	clear: both;
}
.block-en-ce-moment .content .more-link {
	text-align: center;
	padding: 30px 0 0;
	clear: both;
}
.block-en-ce-moment .content .more-link a {
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 20px;
	padding: 13px 30px;
	margin: 30px 15px 0;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.block-en-ce-moment .content .more-link a.link-agenda {
	color: #ad208e;
	border: 2px solid #ad208e;
}
.block-en-ce-moment .content .more-link a.link-visit {
	color: #f37821;
	border: 2px solid #f37821;
}



/* NOS TOPS */

.view-nos-tops-hp {
	position: relative;
}
.view-nos-tops-hp .owl-carousel .owl-controls .owl-buttons .owl-prev,
.view-nos-tops-hp .owl-carousel .owl-controls .owl-buttons .owl-next {
    height: 70px;
    width: 40px;
    margin: -35px 0 0;
}
.view-nos-tops-hp .owl-carousel .owl-controls .owl-buttons .owl-prev {
    background-image: url("../../img/owlcarousel/arrow-left-big.svg");
    left: 60px;
}
.view-nos-tops-hp .owl-carousel .owl-controls .owl-buttons .owl-next {
    background-image: url("../../img/owlcarousel/arrow-right-big.svg");
    right: 60px;
}
.view-nos-tops-hp .node {
	height: 480px;
	position: relative;
}
.view-nos-tops-hp .media {
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
}
.view-nos-tops-hp .media:before {
	content: "";
	background-color: rgba(173, 32, 142, 0.3);
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.view-nos-tops-hp .media div {
	height: 100%;
}
.view-nos-tops-hp .media img {
	height: auto !important;
	width: auto !important;
	min-height: 100%;
	min-width: 100%;
	display: block;
}
.view-nos-tops-hp .section {
	padding-left: 160px !important;
	padding-right: 160px !important;
}
.view-nos-tops-hp .apercu {
	color: #ffffff;
	position: relative;
	z-index: 2;
}
.view-nos-tops-hp .apercu h2 {
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	border: 5px solid #ffffff;
	height: 330px;
	width: 330px;
	padding: 60px 20px 0;
	margin: 75px 0 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.view-nos-tops-hp .apercu .titre01 {
	font-size: 11.250em;
	display: block;
}
.view-nos-tops-hp .apercu .titre02 {
	font-size: 1.750em;
	display: block;
}
.view-nos-tops-hp .lien a {
	font-size: 0;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.view-nos-tops-hp .more-link {
	height: 100px;
	width: 100px;
	margin-right: 125px;
	display: table;
	position: absolute;
	bottom: 35px;
	right: 50%;
}
.view-nos-tops-hp .more-link a {
	color: #ad208e;
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.286em;
	background-color: #ffffff;
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



/* NE PAS MANQUER */

.block-ne-pas-manquer {
	max-width: 1170px;
	padding: 90px 20px;
	margin: 0 auto;
}
.block-ne-pas-manquer .content .col01,
.block-ne-pas-manquer .content .col02 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block-ne-pas-manquer .content .col01 {
	padding-right: 60px;
}
.block-ne-pas-manquer .content .col01 .titre {
	text-align: left !important;
}
.block-ne-pas-manquer .content .col01 h2 .titre01 {
	padding-left: 0 !important;
	margin-left: 0 !important;
}
.block-ne-pas-manquer .content .col01 .resume p {
	color: #808080;
	font-size: 0.875em;
	line-height: 1.857em;
	margin: 0 0 30px;
}
.block-ne-pas-manquer .content .col01 .resume p:last-child {
	margin: 0;
}
.block-ne-pas-manquer .content .col02 {
	padding-left: 30px;
}
.block-ne-pas-manquer .content .col02 .media {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.block-ne-pas-manquer .content .col02 .media img {
	height: auto !important;
	width: 100% !important;
	display: block;
}

/* CARTE INTERACTIVE */

#block-blocks-site-hp-carte-interactive {
	display: block;
	width: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#block-blocks-site-hp-carte-interactive .content {
	padding: 0;
	margin-top: 0;
	background-color: #f5f5f5;
	display: block;
}
#block-blocks-site-hp-carte-interactive .btn {
	position: relative;
	display: block;
	width: 100%;
	height: 410px;
	padding: 100px 0 0 0;
	text-align: center;
	color: #000000;
	background-image: url("../../img/home/map_bg_hp.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#block-blocks-site-hp-carte-interactive .btn:hover {
	color: #ffffff;
}
#block-blocks-site-hp-carte-interactive .btn::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(173, 32, 142, 0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#block-blocks-site-hp-carte-interactive .btn:hover::after {
	background-color: rgba(173, 32, 142, 0.7);
}
#block-blocks-site-hp-carte-interactive .btn .map {
	position: relative;
	z-index: 1;
}
#block-blocks-site-hp-carte-interactive .btn .map::after {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: -120px;
	width: 90px;
	height: 90px;
	background-image: url("../../img/home/map_plus_black.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90px 90px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#block-blocks-site-hp-carte-interactive .btn:hover .map::after {
	background-image: url("../../img/home/map_plus_white.svg");
}
#block-blocks-site-hp-carte-interactive .btn span:nth-child(1) {
	position: relative;
	display: inline-block;
	font-family: "PoppinsLight";
	font-size: 2.625em;
}
#block-blocks-site-hp-carte-interactive .btn span:nth-child(1)::before {
	content: "";
	position: absolute;
	display: block;
	top: 16px;
	left: -95px;
	width: 75px;
	height: 2px;
	background-color: #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#block-blocks-site-hp-carte-interactive .btn span:nth-child(1)::after {
	content: "";
	position: absolute;
	display: block;
	top: 16px;
	right: -95px;
	width: 75px;
	height: 2px;
	background-color: #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#block-blocks-site-hp-carte-interactive .btn:hover span:nth-child(1)::before,
#block-blocks-site-hp-carte-interactive .btn:hover span:nth-child(1)::after {
	background-color: #ffffff;
}
#block-blocks-site-hp-carte-interactive .btn span:nth-child(2) {
	display: block;
	font-family: "PoppinsBold";
	font-size: 3.125em;
	text-transform: uppercase;
	margin-top: 10px;
}

/* SERVICES */

.block-services {
	background-color: #f5f5f5;
	overflow: hidden;
}
.block-services .content {
	text-align: center;
	padding: 90px 0;
	margin: 0 -50px;
}
.block-services .content a {
	background-color: #ffffff;
	height: 310px;
	width: 310px;
	margin: 0 70px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.block-services .content a:nth-child(2) {
	display: none;
}
.block-services .content a > span {
	font-size: 1em;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 30px;
	background-size: 110px auto;
	padding: 140px 10px 0;
	display: inline-block;
	position: relative;
}
.block-services .content a > span.link-pass {
	background-image: url("../../img/home/pass.svg");
	background-position: 50% 40px;
}
.block-services .content a > span.link-booking {
	background-image: url("../../img/home/cart.svg");
}
.block-services .content a > span.link-group {
	background-image: url("../../img/home/group.svg");
}
.block-services .content a > span:before {
	content: "";
	border-bottom: 2px solid #000000;
	height: 20px;
	width: 100%;
	position: absolute;
	top: 138px;
	left: 0;
}
.block-services .content a > span .titre01 {
	color: #000000;
	font-family: "PoppinsLight", Arial, Helvetica, sans-serif;
	font-size: 2.375em;
	background-color: #ffffff;
	padding: 0 15px;
	margin: 0 10px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.block-services .content a > span .titre02 {
	color: #ad208e;
	font-family: "PoppinsBold", Arial, Helvetica, sans-serif;
	font-size: 2.500em;
	text-transform: uppercase;
	margin: 10px 0 0;
	display: block;
}



/* SOCIAL STREAM */

.block-titre-social-stream {
	background-color: #eee6e1;
	padding: 90px 0 60px;
}
.front #region-content .block-titre-social-stream .content .titre {
	margin: 0;
}
.front #region-content .block-titre-social-stream .content .titre h2:before {
	height: 30px;
}
.front #region-content .block-titre-social-stream .content .titre .titre01 {
	font-size: 3.875em;
	background-color: #eee6e1;
}
.front #region-content .block-titre-social-stream .content .titre .titre02 {
	font-size: 5.500em;
}
.block-social-stream {
	background-color: #eee6e1;
}
.block-social-stream .content {
    max-width: 1170px;
    padding: 0 20px 90px;
    margin: 0 auto;
}
/*.block-social-stream .content .dcsns-toolbar {
	display: none;
}*/
.block-social-stream .content .stream li {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 288px;
	padding: 0;
	margin: 1px;
	position: relative;
}
.block-social-stream .content .stream li:nth-child(n+9) {
	display: none;
}
.block-social-stream .content .stream li .inner {
	padding: 0;
}
.block-social-stream .content .stream li .section-thumb {
	width: 100%;
	margin: 0;
	display: block;
	float: none;
}
.block-social-stream .content .stream li .section-thumb img {
	border: none;
	height: auto;
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
	display: block;
	float: none;
}
.block-social-stream .content .stream li > a {
	background-image: url("../../img/home/stream-instagram.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 60px 60px;
	padding: 5px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.block-social-stream .content .stream li .icon {
	display: block;
	position: static;
}
.block-social-stream .content .stream li .section-text,
.block-social-stream .content .stream li .section-user,
.block-social-stream .content .stream li .section-share,
.block-social-stream .content .stream li .section-intro {
	display: none;
}



/* =====================
RESPONSIVE
===================== */

@media only screen and (min-width: 1025px) {

	/* INCONTOURNABLES */

	.block-incontournables .content .col03 .lien a:hover,
	.block-incontournables .content .col03 .lien a:focus,
	.block-incontournables .content .col03 .lien a:active {
		color: #ffffff;
		background-color: #ad208e;
	}

	/* MICRO-EXPERIENCE */

	.block-micro-experience .content .media:before,
	.block-micro-experience .content .media .resume {
		display: none;
	}
	.block-micro-experience .content .media:hover:before,
	.block-micro-experience .content .media:hover .resume {
		display: block;
	}

	/* EN CE MOMENT */

	.block-en-ce-moment .content {
		padding: 90px 0;
	}
	.block-en-ce-moment .content .cross-selling.view-en-ce-moment-visite- .node:hover .media:before {
		background-color: rgba(243, 120, 33, 0.85);
	}
	.block-en-ce-moment .content .cross-selling.view-en-ce-moment-visite- .node:hover .media .dates .label:before {
		border-color: #fbd7bd;
	}
	.block-en-ce-moment .content .cross-selling.view-en-ce-moment-visite- .node:hover .media .dates {
		background-color: #ffffff;
	}
	.block-en-ce-moment .content .cross-selling.view-en-ce-moment-visite- .node:hover .media .dates .date {
		color: #f37821;
	}
	.block-en-ce-moment .content .cross-selling.view-en-ce-moment-visite- .node:hover .media .dates .date .mois {
		border-color: #f37821;
	}
	.block-en-ce-moment .content .meteo a:hover,
	.block-en-ce-moment .content .meteo a:focus,
	.block-en-ce-moment .content .meteo a:active {
		text-decoration: underline;
	}
	.block-en-ce-moment .content .more-link a.link-agenda:hover,
	.block-en-ce-moment .content .more-link a.link-agenda:focus,
	.block-en-ce-moment .content .more-link a.link-agenda:active {
		color: #ffffff;
		background-color: #ad208e;
	}
	.block-en-ce-moment .content .more-link a.link-visit:hover,
	.block-en-ce-moment .content .more-link a.link-visit:focus,
	.block-en-ce-moment .content .more-link a.link-visit:active {
		color: #ffffff;
		background-color: #f37821;
	}

	/* NOS TOPS */

	.view-nos-tops-hp .more-link a:hover,
	.view-nos-tops-hp .more-link a:focus,
	.view-nos-tops-hp .more-link a:active {
		color: #ffffff;
		background-color: #ad208e;
	}

	/* SERVICES */

	.block-services .content a:hover,
	.block-services .content a:focus,
	.block-services .content a:active {
		background-color: #ad208e;
	}
	.block-services .content a:hover > span.link-pass,
	.block-services .content a:focus > span.link-pass,
	.block-services .content a:active > span.link-pass {
		background-image: url("../../img/home/pass_white.svg");
		background-position: 50% 40px;
	}
	.block-services .content a:hover > span.link-booking,
	.block-services .content a:focus > span.link-booking,
	.block-services .content a:active > span.link-booking {
		background-image: url("../../img/home/cart_white.svg");
	}
	.block-services .content a:hover > span.link-group,
	.block-services .content a:focus > span.link-group,
	.block-services .content a:active > span.link-group {
		background-image: url("../../img/home/group_white.svg");
	}
	.block-services .content a:hover > span:before,
	.block-services .content a:focus > span:before,
	.block-services .content a:active > span:before {
		border-color: #ffffff;
	}
	.block-services .content a:hover > span .titre01,
	.block-services .content a:focus > span .titre01,
	.block-services .content a:active > span .titre01 {
		color: #ffffff;
		background-color: #ad208e;
	}
	.block-services .content a:hover > span .titre02,
	.block-services .content a:focus > span .titre02,
	.block-services .content a:active > span .titre02 {
		color: #ffffff;
	}
}

@media only screen and (max-width: 1800px) {

	/* MICRO-EXPERIENCE */

	.block-micro-experience .owl-carousel .owl-controls .owl-buttons .owl-prev {
		left: 20px;
	}
	.block-micro-experience .owl-carousel .owl-controls .owl-buttons .owl-next {
		right: 20px;
	}
	.block-micro-experience .content .apercu {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media only screen and (max-width: 1490px) and (min-width: 1025px) {

	/* MICRO-EXPERIENCE */

	.block-micro-experience .owl-carousel .owl-controls .owl-buttons {
		width: 40%;
	}
	.block-micro-experience .content .apercu {
		width: 40% !important;
	}
	.block-micro-experience .content .media {
		width: 60% !important;
	}
	.block-micro-experience .owl-carousel .owl-controls .owl-buttons {
		width: 40% !important;
	}
}

@media only screen and (max-width: 1490px) {

	/* NOS TOPS */

	.view-nos-tops-hp .more-link {
		margin-right: 0;
		right: auto;
		left: 520px;
	}
}

@media only screen and (max-width: 1280px) {

	/* Failback Slider HP */
	#zone-slideshow {
		min-height: 650px;
		max-height: 650px;
	}

	/* CARROUSEL */

	.block-slideshow .content:before {
		top: 100px;
	}
	.block-slideshow .owl-carousel .owl-wrapper-outer .media,
	.block-slideshow .owl-carousel .owl-wrapper-outer .player {
		height: 650px;
	}
	.block-slideshow .owl-carousel .owl-wrapper-outer .contenu {
		top: 275px;
	}
	.block-slideshow .owl-carousel .owl-wrapper-outer h2 {
		font-size: 3.750em;
	}
	.block-slideshow .owl-carousel .owl-wrapper-outer .lien + .contenu h2:after {
		background-size: auto 20px;
		height: 60px;
		width: 60px;
	}
	.block-slideshow .owl-carousel .owl-wrapper-outer .player + .lien a {
		line-height: 45px;
		height: 45px;
		padding: 0 55px 0 0;
	}
	.block-slideshow .owl-carousel .owl-wrapper-outer .player + .lien a:before {
		background-size: auto 15px;
		height: 45px;
		width: 45px;
	}
	
	/* RESERVATION */
	
	.block-resa-hp .content h2 {
		font-size: 0.8em;
	}

	/* INCONTOURNABLES */

	.block-incontournables .content .col01 > div {
		padding: 50px 30px 20px 110px;
	}
	.block-incontournables .content .col01 div:after {
		font-size: 12.063em;
		text-indent: -25px;
		letter-spacing: -25px;
		height: 117px;
		width: 95px;
	}

	/* MICRO-EXPERIENCE */

	.front #region-content .block-micro-experience .titre h2 {
		font-size: 0.8em;
	}
	.front #region-content .block-micro-experience .titre h2:before {
		height: 15px;
	}
	.front #region-content .block-micro-experience .titre .titre01 {
		padding: 0 15px;
		margin: 0 30px;
	}

	/* EN CE MOMENT */

	.block-en-ce-moment .content .meteo .temperature {
		font-size: 1.125em;
		padding: 20px 0 10px;
	}

	/* NE PAS MANQUER */

	.block-ne-pas-manquer .content .col01 {
		padding-right: 30px;
	}

	/* SERVICES */

	.block-services .content {
		padding-bottom: 70px;
		margin: 0 -10px;
	}
	.block-services .content a {
		height: 280px;
		width: 280px;
		margin: 0 30px 20px;
	}
}

@media only screen and (max-width: 1024px) {

	/* Failback Slider HP */
	#zone-slideshow {
		min-height: 440px;
		max-height: 440px;
	}

	/* CARROUSEL */

	.block-slideshow .content:before {
		height: 100px;
		width: 300px;
		margin: 0 0 0 -150px;
	}
	.block-slideshow .owl-carousel .owl-controls .owl-buttons .owl-prev {
		left: 20px;
	}
	.block-slideshow .owl-carousel .owl-controls .owl-buttons .owl-next {
		right: 20px;
	}
	.block-slideshow .owl-carousel .owl-wrapper-outer .media,
	.block-slideshow .owl-carousel .owl-wrapper-outer .player {
		height: 440px;
	}
	.block-slideshow .owl-carousel .owl-wrapper-outer .contenu {
		top: 225px;
	}
	.block-slideshow .owl-carousel .owl-wrapper-outer .section {
		padding-left: 80px;
		padding-right: 80px;
	}
	.block-slideshow .owl-carousel .owl-wrapper-outer h2 {
		font-size: 2.813em;
	}
	.block-slideshow .owl-carousel .owl-wrapper-outer .lien + .contenu h2:after {
		background-size: auto 15px;
		height: 45px;
		width: 45px;
		margin-top: 15px;
	}
	.block-slideshow .owl-carousel .owl-wrapper-outer .player + .lien a {
		line-height: 30px;
		height: 30px;
		padding: 0 40px 0 0;
	}
	.block-slideshow .owl-carousel .owl-wrapper-outer .player + .lien a:before {
		background-size: auto 10px;
		height: 30px;
		width: 30px;
	}
	
	/* RESERVATION */
	
	.block-resa-hp {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 90px;
	}

	/* INCONTOURNABLES */

	.block-incontournables {
		margin-top: 60px !important;
		margin-bottom: 60px;
	}
	.block-incontournables .content .col03 > div {
		padding: 50px 0;
		margin: 30px 0 0;
	}
	.block-incontournables .content .col03 h2 {
		margin: 0 0 50px;
	}

	/* MICRO-EXPERIENCE */

	.block-micro-experience .owl-carousel .owl-controls {
		width: 50%;
	}
	.block-micro-experience .owl-carousel .owl-controls .owl-buttons {
		width: 50% !important;
	}

	/* EN CE MOMENT */

	.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- .views-row:nth-child(1) {
		width: 100% !important;
	}
	.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- .views-row:nth-child(2) {
		width: 60% !important;
	}
	.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- .views-row:nth-child(3) {
		width: 40% !important;
	}
	.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- .views-row:nth-child(1) .node {
		margin-bottom: 15px;
	}
	.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- .views-row:nth-child(1) .media {
		height: 400px;
	}
	.block-en-ce-moment .content .meteo > div {
		height: auto;
		margin-top: 15px;
	}
	.block-meteo-meteo-3-days .content .meteo_day > div {
		text-align: center;
		padding: 20px;
		height: auto;
	}
	.block-meteo-meteo-3-days .content .meteo_day img {
		margin: 0 auto 20px;
		float: none;
	}
	.block-en-ce-moment .content .meteo .temperature {
		font-size: 1.875em;
		padding: 10px 0 0;
	}
	.block-meteo-meteo-3-days .content .meteo_day .temperature {
		padding: 0;
	}

	/* NOS TOPS */

	.view-nos-tops-hp .owl-carousel .owl-controls .owl-buttons .owl-prev {
		left: 20px;
	}
	.view-nos-tops-hp .owl-carousel .owl-controls .owl-buttons .owl-next {
		right: 20px;
	}
	.view-nos-tops-hp .section {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	.view-nos-tops-hp .more-link {
		left: 440px;
	}

	/* NE PAS MANQUER */

	.block-ne-pas-manquer .content .col01 {
		padding-right: 0;
	}

	/* SOCIAL STREAM */

	.front #region-content .block-titre-social-stream .content .titre h2:before {
		height: 20px;
	}
	.front #region-content .block-titre-social-stream .content .titre .titre01 {
		font-size: 2.625em;
	}
	.front #region-content .block-titre-social-stream .content .titre .titre02 {
		font-size: 3.125em;
	}
}

@media only screen and (max-width: 760px) {

	.front #region-content .titre h2 {
		font-size: 0.6em !important;
	}
	.front #region-content .titre h2:before {
		height: 10px !important;
	}
	.front #region-content .titre .titre01 {
		padding: 0 10px !important;
		margin: 0 20px !important;
	}

	/* CAROUSEL */

	#zone-slideshow-wrapper.diapo_video .block-slideshow .content:before {
		top: 50px;
	}
	#zone-slideshow-wrapper.diapo_video #block-views-diaporama-hp-block .node {
		background-color: #000000;
		padding-bottom: 80px;
	}
	#zone-slideshow-wrapper.diapo_video #block-views-diaporama-hp-block .lien {
		bottom: 15px;
	}
	.block-slideshow .owl-carousel .owl-wrapper-outer h2 {
		font-size: 1.875em;
	}
	.block-slideshow .owl-carousel .owl-wrapper-outer .lien + .contenu h2:after {
		background-size: auto 10px;
		height: 30px;
		width: 30px;
		margin-top: 10px;
	}
	
	/* RESERVATION */
	
	/*.block-resa-hp {
		margin-bottom: 60px;
	}*/
	.block-resa-hp .content {
		width: auto;
		height: auto;
		padding: 30px 20px;
		display: block;
	}
	.block-resa-hp .content h2,
	.block-resa-hp .content .liens {
		width: auto;
		display: block;
	}
	.block-resa-hp .content h2 {
		text-align: center;
		padding: 0 0 15px;
	}
	.block-resa-hp .content h2::before {
		display: none;
	}
	.block-resa-hp .content h2 .h2 {
		text-align: center;
		padding: 0;
	}
	.block-resa-hp .content .liens {
		padding: 0;
	}
	.block-resa-hp .content .liens a {
		width: auto;
		max-width: 240px;
		margin: 15px auto 0;
		display: block;
	}
	
	/* INTERNET DE SEJOUR */
	
	.block-internet-de-sejour-hp {
		margin: 30px auto 60px;
	}
	.block-internet-de-sejour-hp .block-inner {
		text-align: center;
		padding: 30px 20px;
	}
	.block-internet-de-sejour-hp .block-inner:before {
		background-size: 100% auto;
		width: 35%;
		max-width: 197px;
		top: -60px;
		bottom: auto;
	}
	.block-internet-de-sejour-hp .content h2 {
		font-size: 0.8em;
	}

	/* INCONTOURNABLES */

	.block-incontournables .content .col01 {
		margin: 0;
		display: none;
	}
	.block-incontournables .content .col01 > div {
		min-height: 0;
		padding: 95px 20px 1px;
	}
	.block-incontournables .content .col01 div:after {
		top: 0;
	}
	.block-incontournables .content .col02 {
		position: static;
	}
	.block-incontournables .content .col02 .media {
		height: auto;
		padding-bottom: 0;
		margin-left: 0;
	}
	.block-incontournables .content .col02 .media:before,
	.block-incontournables .content .col02 .media:after {
		display: none;
	}
	.block-incontournables .content .col02 .media img {
		height: auto !important;
		width: 100% !important;
	}
	.block-incontournables .content .col03 > div {
		margin: 0;
	}
	.block-incontournables .content .col03 h2 {
		font-size: 0.8em;
	}
	.block-incontournables .content .col03 h2:before {
		height: 15px;
	}
	.block-incontournables .content .col03 h2 .titre01 {
		padding: 0 15px;
	}

	/* MICRO-EXPERIENCE */

	.block-micro-experience .owl-carousel .owl-controls {
		height: 320px;
		width: 100%;
	}
	.block-micro-experience .content .apercu {
		height: 320px;
		padding-top: 60px;
	}
	.block-micro-experience .content .media div:first-child {
		height: 320px;
	}
	.block-micro-experience .content .media .resume {
		padding: 30px 20px 0;
	}
	.block-micro-experience .content .view:nth-child(2) .media .resume {
		text-align: left;
	}
	.block-micro-experience .owl-carousel {
		max-height: 640px;
	}
	.block-micro-experience .owl-carousel .owl-controls .owl-buttons {
		height: 50%;
		width: 100%;
		position: absolute;
		top: 0;
	}
	.block-micro-experience .content .view:nth-child(2) .owl-carousel .owl-controls .owl-pagination,
	.block-micro-experience .content .view:nth-child(1) .owl-carousel .owl-controls .owl-pagination {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.owl-carousel .owl-controls .owl-pagination .owl-page span {
		background-color: #000000!important;
	}
	.block-micro-experience .owl-carousel .owl-controls .owl-buttons {
		width: 100% !important;
	}

	/* EN CE MOMENT */

	.block-en-ce-moment .content {
		padding: 10px 0;
	}
	.not-front .block-en-ce-moment .content {
		padding: 10px 0 0;
	}
	.front #region-content .block-en-ce-moment .content .titre {
		margin: 0 0 10px;
	}
	.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- .views-row:nth-child(2),
	.block-en-ce-moment .content .cross-selling.view-en-ce-moment-agenda- .views-row:nth-child(3) {
		width: 100% !important;
	}
	.block-meteo-meteo-3-days .content .meteo_day {
		width: 100%;
	}
	.block-en-ce-moment .content .meteo > div {
		text-align: center;
		padding: 20px;
	}
	.block-en-ce-moment .content .meteo img {
		margin: 0 auto 20px;
		float: none;
	}
	.block-en-ce-moment .content .meteo .temperature {
		font-size: 1.125em;
		padding: 0 0 10px;
	}
	.block-en-ce-moment .content .meteo .btn_meteo_days {
		margin: 0 0 20px;
	}
	.block-en-ce-moment .content .more-link {
		padding: 0;
	}
	.block-en-ce-moment .content .more-link a:first-child {
		margin-top: 0;
	}

	/* NOS TOPS */

	.view-nos-tops-hp .owl-carousel .owl-controls .owl-buttons .owl-prev,
	.view-nos-tops-hp .owl-carousel .owl-controls .owl-buttons .owl-next {
		height: 35px;
		width: 20px;
		margin: -16px 0 0;
	}
	.view-nos-tops-hp .owl-carousel .owl-controls .owl-buttons .owl-prev {
		background-image: url("../../img/owlcarousel/arrow-left.svg");
		margin-right: 100px;
		left: auto;
		right: 50%;
	}
	.view-nos-tops-hp .owl-carousel .owl-controls .owl-buttons .owl-next {
		background-image: url("../../img/owlcarousel/arrow-right.svg");
		margin-left: 100px;
		right: auto;
		left: 50%;
	}
	.view-nos-tops-hp .node {
		height: auto;
	}
	.view-nos-tops-hp .section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.view-nos-tops-hp .apercu {
		padding: 60px 20px 55px;
	}
	.view-nos-tops-hp .apercu h2 {
		height: 280px;
		width: 280px;
		padding-top: 20px;
		margin: 0 auto;
		float: none !important;
	}
	.view-nos-tops-hp .apercu .titre01 {
		font-size: 9.375em;
	}
	.view-nos-tops-hp .more-link {
		text-align: center;
		height: auto;
		width: auto;
		margin: 30px 0 0;
		display: block;
		position: static;
	}
	.view-nos-tops-hp .more-link a {
		line-height: 20px;
		background-color: transparent;
		border: 2px solid #ad208e;
		padding: 13px 30px;
		display: inline-block;
	}

	/* NE PAS MANQUER */

	.block-ne-pas-manquer {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.block-ne-pas-manquer .content .col02 {
		padding-top: 30px;
		padding-left: 0;
	}

	/* SERVICES */

	.block-services .content {
		padding: 0;
	}
	.block-services .content {
		padding: 30px 0;
		margin: 0;
	}
	.block-services .content a {
		margin: 0 auto 30px;
		display: block;
	}
	.block-services .content a:nth-child(3) {
		margin-bottom: 0;
	}

	/* SOCIAL STREAM */

	.block-titre-social-stream {
		padding: 60px 0 40px;
	}
	.block-social-stream .content {
		padding-bottom: 30px;
	}
	.block-social-stream .content .stream li:nth-child(n+4) {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {

	.block-social-stream .content {
		max-width: 870px;
	}
	.block-social-stream .content .stream li:nth-child(9) {
		display: block;
	}
}

@media only screen and (max-width: 909px) {

	.block-social-stream .content {
		max-width: 580px;
	}
	.block-social-stream .content .stream li:nth-child(9) {
		display: none;
	}
}

@media only screen and (max-width: 619px) {

	.block-social-stream .content {
		max-width: 290px;
	}
}
