@font-face {
    font-family: 'hind-light';
    src: url('../fonts/hind-light.woff2') format('woff2'),
         url('../fonts/hind-light.woff') format('woff'),
         url('../fonts/hind-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}


/* Links
-------------------------------------------------- */
a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .3s, background .3s, border .3s;
  -moz-transition: color .3s, background .3s, border .3s;
  -o-transition: color .3s, background .3s, border .3s;
  transition: color .3s, background .3s, border .3s;
}
a:hover {
  color: #0ebb58;
}


/* Site
-------------------------------------------------- */
html {
  height: 100%;
  font-family: 'Hind', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0 auto;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  max-width: 100%;
  background: #212121;
  color: #fff;
}

.wrapper {
	max-width: 1700px;
	width: 98%;
	width: -webkit-calc(100% - 72px);
	width: -moz-calc(100% - 72px);
	width: calc(100% - 72px);
	margin: auto;
}
.mobile{
	display: none;
}
.desktop{
	display: block;
}
.main {
  padding: 20px 0;
}
.main.home {
  padding: 0px 0;
}
.w50 {
	width: 46%;
	width: -webkit-calc(47% - 18px);
	width: -moz-calc(47% - 18px);
	width: calc(47% - 18px);
}
.w60 {
	width: 65%;
	padding-right: 5%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 35%;
}
.w30 {
	width: 30%;
	overflow: hidden;
}

.w30 img{
	width: 80%;
}

.right {
	float: right;
}
.left {
	float: left;
}
.clr {
	clear: both;
	width: 100%;
}
svg {
	display: block;
}
.half {
	width: 50%;
}

/* loading
-------------------------------------------------- */

.queryloader__overlay:before, .queryloader__overlay:after {
	content: "";
	display: block;
	width: 57px;
	height: 57px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -28px;
	margin-left: -28px;
	background-position: center center;
	background-repeat: no-repeat;
	
}
.queryloader__overlay:before {
	background-image: url(../images/loading1.png);
	-webkit-animation: rot1 1.6s infinite linear;
	-moz-animation: rot1 1.6s infinite linear;
}
.queryloader__overlay:after {
	background-image: url(../images/loading2.png);
	-webkit-animation: rot2 0.8s infinite linear;
	-moz-animation: rot2 0.8s infinite linear;
}
@-webkit-keyframes rot1 {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rot1 {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}
@-webkit-keyframes rot2 {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rot2 {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}


/* Header
-------------------------------------------------- */
.header {
  background: #1b1c1e;
  background: rgba(26, 26, 26, 0.95);
  color: #fff;
  height: 85px;
  position: fixed;
  width: 100%;
  z-index: 980;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  /* overflow-x: hidden; */
}
#mobile-menu {
	cursor: pointer;
}
.mobile-main-menu{
	opacity: 0;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	text-align: center;
	list-style-type: none;
	width:calc(100% - 72px);
}
.mobile-main-menu.open{
	display: block;
}
.mobile-main-menu li.asubmenu>a{
	height: auto;
}
.mobile-main-menu li.asubmenu{
	margin-right:0;
}
.mobile-main-menu li.asubmenu>a:after {
  right:0;
  top: 13px;
  color: #ffffff;
  font-size:25px;
}
.mobile-main-menu .asubmenu li a{
	height: auto;
	font-size:12px;
	border-bottom: none;
	padding:5px 0;
}
.mobile-submenu{
	padding:15px 0;
	border-bottom: 1px solid #757575;
	display: none;
}
.mobile-submenu.open{
	display: block;
}
.mobile-main-menu a{
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-family: 'novecento_sans_widemedium', Arial, sans-serif;
	letter-spacing: 1px;
	padding:15px 0;
	border-bottom: 1px solid #757575;
}
.mobile-submenu{
	list-style: none;
}

.header.open{
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
}
.header.open #mobile-menu{
	right:-75px;
}
.header.open #close-menu{
	right:36px;
	cursor: pointer;
}

.header #logo {
	display: inline-block;
	width: 195px;
	height: 53px;
	float: left;
	background: url(../images/logo.svg) no-repeat;
	background-size: contain;
	margin-top: 15px;
}


/* Navigation
-------------------------------------------------- */
.menu {
 float: right;
 margin-top: 24px;
}
.menu:hover a /* .menu.pactive a */ {
	color: #525252;
}
.menu a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-family: 'novecento_sans_widemedium', Arial, sans-serif;
  letter-spacing: 1px;
}
.menu a:hover, .menu:hover li:hover a, .menu.pactive li:hover a {
  color: #fff;
  text-decoration: none;
}
.menu.pactive li a.active{
	color:#0ebb58;
}
.menu .active {
  color: red;
}
.menu li {
  list-style: none;
}
.menu > li {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
}
.menu > li.lang a, .menu:hover > li.lang a {
  padding: 0 0 0 30px;
  margin-left: 6px;
  border-left: solid 1px #4b4b4b;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  height: auto;
}
.menu > li.lang a:hover, .menu:hover > li.lang a:hover {
  color: #3df78d;
}
.menu > li > a {
  padding: 0px 20px;
  margin: 10px 0 0;
  height: 50px;
}
li.asubmenu {
  margin-right: 6px;
}
li.asubmenu>a {
  padding-right: 34px;
  height: 50px;
}
li.asubmenu>a:after {
  content: "▾";
  position: absolute;
  right: 14px;
  top: 9px;
  color: #0ebb58;
}
.submenu {
  position: absolute;
  z-index: 1;
  display: none;
  width: 125%;
  margin: 0;
  padding: 0;
  background: #1b1c1e;
  background: rgba(26, 26, 26, 0.95);
}
.submenu li {
  padding: 0 0 24px;
  margin: 0 20px 10px;
  width: 100%;
}
.submenu a {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  width: auto;
  color: #fff;
  background: #1e1f21;
  border-bottom: solid 1px #1e1f21;
  max-width: 90%;
}
.submenu a:hover {
  color: #fff;
  border-bottom: solid 1px #fff;
}
.submenu li:first-child a {
  padding-top: 0;
}
.submenu li:last-child a {
  margin-bottom: 0;
}
.menu > li:hover .submenu {
 display: block;
}


/* Headings
-------------------------------------------------- */
h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 67px;
  line-height: 67px;
  font-weight: 900;
  margin-bottom: 0;
}
h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 47px;
  line-height: 55px;
  font-weight: 900;
  color: #0ebb58;
  margin-bottom: 85px;
}
h3 {
  font-family: 'Hind', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	padding: 0 0 10px;
	margin: 0;
}
h4 {
  font-family: 'Hind', sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 0;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}
h1 .oicon {
	color: transparent;
	background-image: url(../images/csafav40.png);
	background-position: center 65%;
	background-repeat: no-repeat;
	background-size: contain;
}
/* PAGE HOME 
-------------------------------------------------- */
.home h2 {
	font-size: 67px;
	line-height: 75px;
	padding: 0 0;
	margin: 0;
	color: #fff;
}

.imagehome {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-size: cover;
}
.imagehome { 
	height: auto !important;
}
.imagehome h1 {
	text-shadow: 0px 0px 100px black;
}
.imagehome .ih {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	color: #fff;
	background-color: #1b1c1e;
	overflow: hidden;
	z-index: 11;
}
.imagehome.multipleimage .ih > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
}
.imagehome.multipleimage .ih .imagehomebg1 {
	background-size: cover;
	background-position: center center;
}
.imagehome.multipleimage .ih .imagehomebg1 {
	/*
	-webkit-filter: blur(5px);
	-webkit-animation-name: blurimg;
    -webkit-animation-duration: 2s;
    -moz-filter: blur(5px);
	-moz-animation-name: blurimg;
    -moz-animation-duration: 2s;
    -ms-filter: blur(5px);
	-ms-animation-name: blurimg;
    -ms-animation-duration: 2s;
    filter: blur(5px);
	animation-name: blurimg;
    animation-duration: 2s;
    */
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
}
@-webkit-keyframes blurimg {
	0% {-webkit-filter: blur(0);}
	25% {-webkit-filter: blur(0);}
	100% {-webkit-filter: blur(5px);}
}
@-moz-keyframes blurimg {
	0% {-moz-filter: blur(0);}
	25% {-moz-filter: blur(0);}
	100% {-moz-filter: blur(5px);}
}
@-ms-keyframes blurimg {
	0% {-ms-filter: blur(0);}
	25% {-ms-filter: blur(0);}
	100% {-ms-filter: blur(5px);}
}

.imagehome.multipleimage .ih .imagehomebg2 {
	background-size: contain;
	background-position: left bottom;
	opacity: 1;
}
.imagehome.multipleimage .ih .imagehomebg2 {
	/*-webkit-animation-name: showup;
    -webkit-animation-duration: 3s;
    -moz-animation-name: showup;
    -moz-animation-duration: 3s;
    animation-name: showup;
    animation-duration: 3s;*/
    opacity: 1;
}
@-webkit-keyframes showup {
	0% {top: 200px; bottom: -200px; opacity: 0;}
	25% {top: 200px; bottom: -200px; opacity: 0;}
	100% {top: 0; bottom: 0; opacity: 1;}
}
@-moz-keyframes showup {
	0% {top: 200px; bottom: -200px; opacity: 0;}
	25% {top: 200px; bottom: -200px; opacity: 0;}
	100% {top: 0; bottom: 0; opacity: 1;}
}
@keyframes showup {
	0% {top: 200px; bottom: -200px; opacity: 0;}
	25% {top: 200px; bottom: -200px; opacity: 0;}
	100% {top: 0; bottom: 0; opacity: 1;}
}
.imagehome .wrapper > div {
	text-align: left;
	padding-top: 30vh;
	width: 50%;
	margin-left: 50%;
}
.imagehome .wrapper > div .hyperlinks {
	display: block;
	color: #fff;
	/*background: url(../images/deg2.png) repeat-x left bottom #12d364;*/
	background: #12d364;
	background: -moz-linear-gradient(top,  #12d364 0%, #0caf51 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12d364), color-stop(100%,#0caf51));
	background: -webkit-linear-gradient(top,  #12d364 0%,#0caf51 100%);
	background: -o-linear-gradient(top,  #12d364 0%,#0caf51 100%);
	background: -ms-linear-gradient(top,  #12d364 0%,#0caf51 100%);
	background: linear-gradient(to bottom,  #12d364 0%,#0caf51 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12d364', endColorstr='#0caf51',GradientType=0 );
	margin: 70px 30% 70px 0;
	padding: 0px;
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 40px;
	border-radius: 5px;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	overflow: hidden;
	box-shadow: 0 1px #06862a;
}
.imagehome .wrapper > div .hyperlinks a:hover {
	background-color: #0caf51;
	color: #fff;
}
.imagehome .wrapper > div .hyperlinks > li {
	display: none;
	text-align: center;
}
.imagehome .wrapper > div .hyperlinks > li a {
	display: block;
	padding: 20px 20px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}
.imagehome .wrapper > div .hyperlinks > li:first-child {
	display: block;
}
.imagehome .wrapper > div .hyperlinks.multiple > li {
	text-align: left;
}
.imagehome .wrapper > div .hyperlinks.multiple > li:first-child a:after {
	content: "▾";
	display: inline-block;
	padding: 20px 20px;
	margin: -20px -20px 0 0;
	float: right;
	border-left: 1px solid rgba(6,134,42, 0.2);
}
.imagehome .wrapper > div .hyperlinks.multiple:hover > li:first-child a:after {
	transform: rotate(180deg);
}
.imagehome .wrapper > div .hyperlinks:hover > li {
	display: block;
}
.imagehome .homepopup {
	position: relative;
	width: 100%;
	top: 10px;
	right: -110%;
	background: #212121;
	padding: 90px 90px 90px 50px;
	margin-right: 0;
	-webkit-transition: right .3s;
	-moz-transition: right .3s;
	-o-transition: right .3s;
	transition: right .3s;
}
.imagehome .homepopup.open {
	right: 0;
}
.imagehome .togglepopup {
	display: inline-block;
	float: right;
	position: relative;
	width: 80px;
	height: 80px;
	top: 75px;
	right: 0px;
	background-color: #212121;
	background-image: url(../images/dirleft.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 10;
}
.imagehome .togglepopup.open {
	background-image: url(../images/dirright.png);
}
.imagehome .togglepopup:hover {
	background-position: 40% center;
}
.imagehome .togglepopup.open:hover {
	background-position: 60% center;
}
.imagehome .homepopup p {
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 34px;
}
.imagehome .homepopupmobile {
	display: none;
}


.concours {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-size: cover;
}
.concours { 
	height: auto !important;
}
.concours h1 {
	text-shadow: 0px 0px 100px black;
	margin-bottom: 58px;
	font-size: 102px;
}
.concours .ih {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	color: #fff;
	background-color: #1b1c1e;
	overflow: hidden;
	z-index: 11;
}
.concours.multipleimage .ih > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
}
.concours.multipleimage .ih .concoursbg1 {
	background-size: cover;
	background-position: center center;
}
.concours.multipleimage .ih .concoursbg1 {
	
}

.concours.multipleimage .ih .concoursbg2 {
	background-position: center bottom;
	background-size: cover;
	opacity: 1;
}
.concours .wrapper:after {
	clear: both;
	display: block;
}
.concours .wrapper > div {
	text-align: left;
	padding-top: 25vh;
	width: 50%;
	float: left;
}
.concours .wrapper > div:first-of-type p {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 46px;
	line-height: 55px;
}
.concours .wrapper > div:last-of-type {
	float: right;
}
.concours .wrapper > div:last-of-type:after {
	clear: both;
	display: block;
}
.concours .wrapper > div .hyperlinks {
	display: block;
	color: #fff;
	/*background: url(../images/deg2.png) repeat-x left bottom #12d364;*/
	background: #fe1b1f;
	background: -moz-linear-gradient(top,  #fe1b1f 0%, #da0d13 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe1b1f), color-stop(100%,#da0d13));
	background: -webkit-linear-gradient(top,  #fe1b1f 0%,#da0d13 100%);
	background: -o-linear-gradient(top,  #fe1b1f 0%,#da0d13 100%);
	background: -ms-linear-gradient(top,  #fe1b1f 0%,#da0d13 100%);
	background: linear-gradient(to bottom,  #fe1b1f 0%,#da0d13 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe1b1f', endColorstr='#da0d13',GradientType=0 );
	margin: 127px 60px 0px 100px;
	padding: 0px;
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	line-height: 40px;
	border-radius: 5px;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	overflow: hidden;
	box-shadow: 0 1px #b80202;
}
.concours .wrapper > div .hyperlinks a:hover {
	background-color: #da0d13;
	color: #fff;
}
.concours .wrapper > div .hyperlinks > li {
	display: none;
	text-align: center;
}
.concours .wrapper > div .hyperlinks > li a {
	display: block;
	padding: 20px 30px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}
.concours .wrapper > div .hyperlinks > li:first-child {
	display: block;
}
.concours .wrapper > div .hyperlinks.multiple > li {
	text-align: left;
}
.concours .wrapper > div .hyperlinks.multiple > li:first-child a:after {
	content: "▾";
	display: inline-block;
	padding: 20px 30px;
	margin: -20px -30px 0 0;
	float: right;
	border-left: 1px solid rgba(6,134,42, 0.2);
}
.concours .wrapper > div .hyperlinks.multiple:hover > li:first-child a:after {
	transform: rotate(180deg);
}
.concours .wrapper > div .hyperlinks:hover > li {
	display: block;
}
.concours .homepopup {
	position: relative;
	width: 100%;
	top: 10px;
	right: -110%;
	background: #212121;
	padding: 90px 90px 90px 50px;
	margin-right: 0;
	-webkit-transition: right .3s;
	-moz-transition: right .3s;
	-o-transition: right .3s;
	transition: right .3s;
}
.concours .homepopup.open {
	right: 0;
}
.concours .togglepopup {
	display: inline-block;
	float: right;
	position: relative;
	width: 80px;
	height: 80px;
	top: 75px;
	right: 0px;
	background-color: #212121;
	background-image: url(../images/dirleft.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 10;
}
.concours .togglepopup.open {
	background-image: url(../images/dirright.png);
}
.concours .togglepopup:hover {
	background-position: 40% center;
}
.concours .togglepopup.open:hover {
	background-position: 60% center;
}
.concours .homepopup p {
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 34px;
}
.concours .homepopupmobile {
	display: none;
}



.tripadvisor.scroll {
	background: #212121;
}
.tripadvisor.scroll .wrapper {
	padding-top: 200px;
	background-image: none;
	background-repeat: no-repeat;
}
.tripadvisor .ta, .texte .te {
	width: 100%;
	z-index: 10;
}
.tripadvisor.scroll .wrapper {
	padding-top: 0px;
}
.tripadvisor.scroll .scrollbox {
	width: 65%;
	height: auto;
	padding-bottom: 0;
	padding-right: 5%;
	padding-top: 0;
	margin: 100px 0 0;
	overflow: hidden;
	position: relative;
}
.tripadvisor.scroll .scrollbox .para {
	padding-bottom: 0px;
	padding-top: 50px;
}
.tripadvisor.scroll .scrollbox .para:first-of-type {
	padding-top: 100px;
}

.fixed {
	position: fixed !important;
}
.top {
	top: 0;
}
.bottom {
	bottom: 0;
}
.tripadvisor .wrapper {
	padding-top: 200px;
	background-image: url(../images/tripadvisor.png);
	background-repeat: no-repeat;
	background-position: right 200px;
}
.tripadvisor p.quote {
	font-family: 'Hind', sans-serif;
	font-size: 34px;
	line-height: 55px;
	font-weight: 200;
	color: #cdcccc;
}

.tripadvisor .talink {
	display: block;
	float: right;
	height: 150px;
	width: 320px;
}
.tripadvisor .talink a {
	font-family: 'Hind', sans-serif;
	font-weight: 200;
	font-size: 29px;
	line-height: 20px;
	color: #fff;
	display: block;
	float: right;
	margin-top: 70px;
}
.tripadvisor .talink a:hover {
	color: #baffc8;
}
.tripadvisor .talink a span {
	color: #0ebb58;
	font-weight: 600;
	font-size: 13px;
	display: block;
	text-transform: uppercase;
}
.texte .te .wrapper, .texten .te .wrapper {
	padding: 130px 0;
}
.texte .te .wrapper p, .texten .te .wrapper p {
	font-size: 24px;
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 40px;
}
.home .texte .btn, .home .texten .btn {
	margin: 0;
	margin-right: 30%;
}
/* PAGE EXPERIENCE
-------------------------------------------------- */
.main.experience {
	padding: 0;
}
.experience h2 {
	font-size: 67px;
	line-height: 75px;
	padding: 0 0;
	margin: 0;
	color: #fff;
}
.experience .wrapper {
	padding: 150px 0;
}
@media (min-width:765px) {
	#experiencesair-canyon #landing h1 {
		display:none;
	}	
}
#experiencesair-canyon .image.bg {
	background-size:cover;
}	

#landing {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	color: #fff;
}
#landing h1 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 52%;
	margin: auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	text-shadow: 0px 0px 100px black;
	z-index:0;
}

#landing h1 span {
	display: block;
    font-size: 0.4em;
    margin-top: 30px;
}
#landing a {
	display: block;
	height: 111px;
	width: 111px;
	text-align: center;
	position: absolute;
	left: 50%;
	left: calc(50% - 55px);
	left: -moz-calc(50% - 55px);
	left: -webkit-calc(50% - 55px);
	bottom: 75px;
	margin: auto;
	
	background: url(../images/arrow-down.png) center center no-repeat;
}

/* Source: http://ianlunn.github.io/Hover/  */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1s;
  animation-duration: .3s, 1s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* PAGE EXPERIENCE - SECTION PETRAMINIS 
-------------------------------------------------------------------- */
	.petraminis .wrapper {
		padding: 0;
	}
	.bg {
		height: 65vh;
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	.petraminis .bg h2 {
		/*
	font-size: 67px;
		line-height: 75px;
	*/
		padding: 40vh 0 0;
		margin: 0;
		color: #fff;
		width: 50%;
	}
	.petraminis .text {
		min-height: 35vh;
		width: 100%;
		background: #212121;
		color: #fff;
	}
	.petraminis .text p {
		font-family: 'Hind', sans-serif;
		font-weight: 300;
		font-size: 24px;
		line-height: 38px;
		padding: 150px 0;
	}
	.petraminis .img {
		margin-top: 20vh;
		height: 920px;
		min-width: 35%;
		text-align: right;
		background-size: contain;
		background-repeat: no-repeat;
		margin-bottom: 160px;
	}
	
/* PAGE EXPERIENCE - SECTIONS TEXTE, TEXTE NOIR, SCROLL & ACTIVITES
----------------------------------------------------------------------- */
	.texte, .scroll, .activites {
		background: #0ebb58;
	}
	#contact2{
		background-image: url('../images/round.svg');
	    background-repeat: no-repeat;
	    background-size: 60%;
	    background-position: 175% 60%;
	}
	.scroll {
		background: #0ebb58;
		background-image: url('../images/round.svg');
	    background-repeat: no-repeat;
	    background-size: 900px;
	    background-position: -200px -450px;
	}
	#un-site-accessible{
		background-image: url('../images/round.svg');
	    background-repeat: no-repeat;
	    background-size: 60%;
	    background-position: 175% 60%;
	}
	#des-activites-pour-tous-les-groupes-d-age{
		background-image: url('../images/round.svg');
	    background-repeat: no-repeat;
	    background-size: 54%;
	    background-position: 150% -50%;
	}
	.texten {
		background: #212121;
	}
	.activites h2 {
		width: 58%;
		margin-bottom: 130px;
	}
	.texte p a:hover, .scroll p a:hover {
		color: #212121;
	}
	.activites > .wrapper > p {
		width: 50%;
		font-size: 24px;
		font-family: 'Hind', sans-serif;
		font-weight: 300;
		line-height: 36px;
		margin-bottom: 40px;
	}
	.para {
		padding: 130px 0 0;
		color: #fff;
	}
	.act {
		padding: 75px 8% 0 0;
		color: #fff;
	}
	.para.bgimg {
		background-repeat: no-repeat;
		background-position: right 20px;
		padding-right: 100px;
	}
	.para h3, .act h3 {
		font-family: 'Hind', sans-serif;
		font-size: 30px;
		font-weight: 600;
		line-height: 35px;
		padding: 0 0 10px;
		margin: 0 0 10px 0;
	}
	.para a {
		color: #baffc8;
	}
	.para a:hover {
		color: #0ebb58;
	}
	.act h3 {
		width: 75%;
	}
	.para p, .act p {
		font-family: 'Hind', sans-serif;
		font-size: 20px;
		line-height: 30px;
		font-weight: 200;
	}
	.act .actinfos {
		float: right;
		width: auto;
		margin-top: 20px;
		height: auto;
	}
	.act .public {
		font-family: 'novecento_sans_wide_bookbold', Arial, sans-serif;
		letter-spacing: .8px;
		text-transform: lowercase;
		font-size: 13px;
		line-height: 24px;
		border: 2px solid #fff;
		border-radius: 20px;
		padding: 10px 12px;
	}
	.act a {
		font-family: 'novecento_sans_wide_bookbold', Arial, sans-serif;
		letter-spacing: 0;
		text-transform: lowercase;
		font-size: 13px;
		line-height: 24px;
		border: 2px solid #fff;
		border-radius: 20px;
		padding: 9px 15px 11px;
		color: #fff;
	}
	.act a:hover {
		background: #19c964;
	}
	.scroll {
		position: relative;
	}
	.scroll h2 {
		padding-top: 250px;
	}
	.scroll .para {
		padding: 0 0 60px 0;
		color: #30da79;
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		-o-transition: color 0.3s;
		transition: color 0.3s;
	}
	.scroll .para.active {
		color: #fff;
	}
	.scroll .scrollbox {
		height: 500px;
		overflow: hidden;
		width: 94%;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
		position: relative;
		padding: 250px 0;
	}
	.scroll .deg {
		height: 200px;
		overflow: hidden;
		width: 94%;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
		background-image: url(../images/deg.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		position: relative;
		margin-top: -200px;
		z-index: 900;
		cursor: pointer;
	}
	.scroll .deg.dirtop {
		height: 200px;
		overflow: hidden;
		width: 94%;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: calc(100% - 60px);
		background-image: url(../images/degtop.png);
		background-repeat: repeat-x;
		background-position: left top;
		position: relative;
		margin-top: 0;
		margin-bottom: -200px;
		margin-left: 60px;
		z-index: 900;
		cursor: pointer;
	}
	.scroll .deg.limit {
		cursor: default;
	}
	.scrollnav {
		width: 45px;
		list-style-type: none;
		height: 50%;
		margin: 250px 0;
		border-right: 1px solid #0ca84e;
	}
	.scrollnav li {
		display: block;
		height: 40px;
		width: 40px;
		padding: 0;
		margin: 0;
		background-position: center top;
		-webkit-transition: background 0s;
		-moz-transition: background 0s;
		-o-transition: background 0s;
		transition: background 0s;
		color: #0ca84e;
		font-size: 40px;
		line-height: 40px;
		cursor: pointer;
		opacity: 1;
	}
	.scrollnav li:hover, .scrollnav li.active {
		background-position: center bottom;
	}
	.scrollnav li.dirnav {
	    padding: 2px 0 0 0px;
	    -webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}
	.scrollnav li:first-child {
		margin-bottom: 20px;
		background-image: url(../images/dirtop.png);
		background-repeat: no-repeat;
		background-position: center top;
	}
	.scrollnav li:last-child {
		margin-top: 20px;
		background-image: url(../images/dirbot.png);
		background-repeat: no-repeat;
		background-position: center top;
	}
	.scrollnav li:first-child:hover, .scrollnav li:last-child:hover {
		background-position: center bottom;
	}
	.scrollnav li:hover,.scrollnav li.active {
		color: #fff;
		opacity: 1;
	}
	.scrollnav li.limit, .scrollnav li.limit:hover {
		color: #0ca84e;
		cursor: default;
		background-position: center top;
	}
	
/* PAGE EXPERIENCE - SECTIONS MEDIASOCIAUX & ZONEBTN 
----------------------------------------------------------------------- */
	.medsos, .zonebtn {
		min-height: 72vh;
		position: relative;
		overflow: hidden;
	}
	.medsos .wrapper, .zonebtn .wrapper  {
		padding: 0;
		min-height: 72vh;
	}
	.medsos .content, .zonebtn .content {
		position: absolute; 
		width: 100%;
	}
	.trip, .zone {
		height: 100%;
		background: #212121;
		color: #fff;
		padding: 150px 6% 0 0;
		min-height: 72vh;
	}
	.gzone {
		height: 100%;
		background: #212121;
		color: #fff;
		padding: 0 0 0 6%;
		min-height: 72vh;
		position: absolute;
		top: 180vh;
		right: 0;
	}
	.gzonebtn .content {
		position: relative;
		z-index: 800;
		position: absolute;
		top: 180vh;
		right: 0;
		margin-top: -200px;
	}
	@media screen and (min-height: 400px){
		.gzonebtn .content, .gzone {
			top: 140vh;
		}
	}
	@media screen and (min-height: 500px){
		.gzonebtn .content, .gzone {
			top: 100vh;
		}
	}
	@media screen and (min-height: 700px){
		.gzonebtn .content, .gzone {
			top: 70vh;
		}
	}
	@media screen and (min-height: 1000px){
		.gzonebtn .content, .gzone {
			top: 45vh;
		}
	}
	.gzonebtn .wrapper {
		padding-top: 0;
	}
	.gzonebtn .wrapper h2 {
		height: 200px;
		padding: 0 0 0 6%;
	}
	.gzonebtn {
		position: relative;
	}
	.gzonebtn .wrapper .zone {
		padding: 150px 0 250px 6%;
		overflow-x: visible;
	}
	.gzonecont {
		height: auto;
		margin-left: 30%;
		padding: 0;
	}
	.trip.bg, .zone.bg {
		width: 61%;
		padding: 0;
	}
	.trip p.quote {
		font-family: 'Hind', sans-serif;
		font-size: 34px;
		line-height: 55px;
		font-weight: 200;
		color: #cdcccc;
	}
	.trip .talink {
		display: block;
		float: right;
		background-image: url('../images/tripadvisor.png');
		background-repeat: no-repeat;
		background-position: left top;
		height: 150px;
		width: 320px;
	}
	.trip .talink a {
		font-family: 'Hind', sans-serif;
		font-weight: 200;
		font-size: 29px;
		line-height: 20px;
		color: #fff;
		display: block;
		float: right;
		margin-top: 70px;
	}
	.trip .talink a:hover {
	color: #baffc8;
	}
	.trip .talink a span {
		color: #0ebb58;
		font-weight: 600;
		font-size: 13px;
		display: block;
		text-transform: uppercase;
	}
	.insta {
		height: 100%;
		color: #fff;
		min-height: 72vh;
	}
	.insta.bg {
		width: 39%;
	}
	.insta a {
		font-family: 'Hind', sans-serif;
		font-weight: 200;
		font-size: 29px;
		text-align: right;
		display: block;
		height: 44px;
		color: #fff;
		background-image: url('../images/instagram.png');
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 46px;
		line-height: 46px;
		position: absolute;
		bottom: 0;
		right: 15px;
		margin-bottom: 10px;
		text-shadow: 0 0 10px black;
	}
	.insta a:hover {
		color: #baffc8;
	}
	.checkHeight {
		padding-bottom: 150px;
	}
	.zonebtn, .gzonebtn {
		min-height: 72vh;
		overflow: hidden;
	}
	.zonebtn .zone {
		padding-right: 0;
		padding-top: 0;
		overflow-x: visible;
	}
	.zone h2 {
		margin-right: 30%;
		margin-bottom: 120px;
	}
	.zone h4 {
		margin-right: 30%;
		margin-bottom: 12px;
	}
	.zone p, .gpopup p, .zone ul {
		font-family: 'Hind', sans-serif;
		font-weight: 300;
		font-size: 20px;
		line-height: 34px;
		margin: 0 30% 0 0;
	}
	.zone ul {
		margin-left:22px;
		margin-right:0;
	}
	.zonebtn .content, .gzonebtn .content {
		overflow: hidden;
	}
	.zonew {
		padding: 150px 0 100px;
	}
	.btn, a.btn {
		display: block;
		color: #fff;
		background: url(../images/deg2.png) repeat-x left bottom #12d364;
		margin: 50px 30% 70px 0;
		padding: 20px 0;
		text-align: center;
		font-size: 30px;
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		line-height: 40px;
		border-radius: 5px;
		-webkit-transition: background .3s;
		-moz-transition: background .3s;
		-o-transition: background .3s;
		transition: background .3s;
	}
	@media (max-width:765px){
		.btn, a.btn {
			margin-right:0;
		}
	}
	.btn:hover, a.btn:hover {
		background-color: #0caf51;
		color: #fff;
	}
	.btn-black {
		background: url(../images/deg2.png) repeat-x left bottom #414141 !important;
	}
	.btn-black:hover {
		color:white !important;
		background: url(../images/deg2.png) repeat-x left bottom #5d5d5d !important;
	}
	.popup .btn, .gpopup .btn {
		margin: 50px 30% 30px 0;
	}
	.popup, .gpopup {
		padding: 100px 0 550px 5%;
		margin-left: -5%;
		width: 105%;
		background: #000;
		position: relative;
		-webkit-transition: margin ease .4s;
		-moz-transition: margin ease .4s;
		-o-transition: margin ease .4s;
		transition: margin ease .4s;
	}
	.gpopup {
		margin-left: 0;
		margin-right: -5%;
		padding-right: 5%;
		padding-left: 5%;
	}
	.ikse {
		width: 45px;
		height: 45px;
		color: #313131;
		font-size: 50px !important;
		display: block;
		position: absolute;
		top: 10px;
		right: 15px;
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
		-o-transition: color .3s;
		transition: color .3s;
		cursor: pointer;
		background-image: url(../images/ikse.png);
		background-repeat: no-repeat;
		background-position: center top;
	}
	.ikse:hover {
		background-position: center bottom;
	}
	.popup p, .zonew p, .gpopup p, .gzonew p {
		margin-bottom: 50px;
	}
	.gpopup p {
		margin-right: 30%;
	}
	.partinfos {
		margin-right: 30%;
		height: 30px;
	}
	.partinfos .left {
		width: 20%;
		font-family: 'novecento_sans_widemedium', Arial, sans-serif;
		text-transform: uppercase;
		font-size: 14px;
	}
	.partinfos .right {
		width: 80%;
		text-align: left;
		font-size: 20px;
	}
	.zonew a, .popup a, .gzonew a, .gpopup a {
		color: #fff;
	}
	.zonew a:hover, .popup a:hover, .gzonew a:hover, .gpopup a:hover {
		color: #12d364;
	}
	.zonew .btn:hover, .popup .btn:hover, .gzonew .btn:hover, .gpopup .btn:hover {
		color: #fff;
	}
	.gzonebtn {
		padding-top: 25vh;
		min-height: 72vh;
		overflow-y: hidden;
	}
	
/* PAGE EXPERIENCE - SECTIONS IMAGE & IMAGEPLUS
----------------------------------------------------------------------- */
	.image {
		height: 85vh;
	}
	.imageplus {
		position: relative;
		width: 100%;
		min-height: 400px;
	}
	.imageplus .point {
		position: absolute;
		width: 50px;
		height: 50px;
		overflow: hidden;
	}
	.imageplus .point:hover {
		width: 315px;
		overflow: visible;
	}
	.imageplus .point div.left {
		width: 50px;
		height: 50px;
		border-radius: 25px;
		font-family: FontAwesome;
		font-size: 56px;
		line-height: 50px;
		color: #fff;
		background: url(../images/pointplus.png) no-repeat;
	}
	.imageplus .point div.right {
		width: 265px;
		color: #fff;
		padding-left: 15px;
		text-shadow: 0px 0px 100px black;
	}
	.imageplus .point div.right h5 {
		font-family: 'novecento_sans_wide_bookbold', Arial, sans-serif;
		letter-spacing: .8px;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 24px;
	}
	.imageplus .point div.right p {
		font-family: 'novecento_sans_widemedium', Arial, sans-serif;
		letter-spacing: .7px;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 17px;
	}


/* TARIFS_HORAIRE
-------------------------------------------------- */
#tarifs_horaire {
	background: #212121;
	color: #fff;
	padding: 0 0;
    background-image: url('../images/round.svg');
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: 157% -90%;
}
#tarifs_horaire h1 {
	padding-top: 130px;
}
#tarifs_horaire .wrapper > p {
	padding: 30px 5% 0 0;
	font-size: 20px;
	line-height: 35px;
	font-family: 'Hind', sans-serif;
	color: #fff;
	display: block;
	height: auto;
	width: 65%;
}
.tarhor {
	margin-top: -290px;
	padding: 430px 0 200px;
	opacity: 1;
	-webkit-transition: color .3s, background .3s, opacity .3s;
	-moz-transition: color .3s, background .3s, opacity .3s;
	-o-transition: color .3s, background .3s, opacity .3s;
	transition: color .3s, background .3s, opacity .3s;
	cursor: default;
}
.tarhor:hover {
	opacity: 1;
}
.tarhor p {
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	margin-top: 100px;
}
.tarif, .horaire {
	display: block;
	min-height: 52px;
}
.tarif .left , .horaire .left {
	max-width:70%;
}
.tarif .note, .horaire .note {
	font-size:0.9em;
}
.tarif p, .horaire p {
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	font-size: 22px;
	margin-top: 0;
}
.tarif p.right, .horaire p.right {
	font-weight: 600;
}
.tarif p.note, .horaire p.note {
	margin-top: 40px;
}
.tarif p.note.combo {
	font-size: 1.2em;
    color: #0ebb58;
}
.tarhor.right {
	text-align: left;
}

/* PAGE LOCALISATION
-------------------------------------------------- */
#localisation {
	padding: 0 0;
}
#localisation .wrapper > div {
	min-height: 80vh;
	height: 100%;
}
#localisation .wrapper > div.w60 {
	max-width: 1150px;
	padding: 0;
	margin-top: 85px;
}
#localisation .wrapper > div.right {
	padding: 260px 0 150px 2.5%;
}
#localisation h2 {
	color: #fff;
}
#localisation .partinfos {
	margin-right: 0;
	height: 30px;
}
#localisation .partinfos.adresse {
	height: 85px;
}
#localisation .partinfos .left {
	width: 33%;
	font-size: 13px;
	line-height: 28px;
}
#localisation .partinfos .right {
	width: 67%;
	line-height: 28px;
}
#localisation .partinfos a {
	color: #fff;
}
#localisation .partinfos.gris a {
	color: #585858;
}
#localisation .partinfos a:hover, #localisation .partinfos.gris a:hover {
	color: #0ebb58;
}
.gris {
	color: #585858;
}
#grisbox {
	font-size: 20px;
	line-height: 28px;
	padding: 75px 3% 5px 0;
}
#grisbox p {
	padding-bottom: 25px;
}
#grisbox p a {
	color: #baffc8;
}
#grisbox p a:hover {
	color: #0ebb58;
}
#grisbox h4 {
	font-size: 23px;
	margin-bottom: 10px;
}
a.gmaps {
	color: #baffc8;
	text-align: right;
	display: block;
	margin-right: 6%;
	font-family: 'novecento_sans_widemedium', Arial, sans-serif;
	letter-spacing: 0.7px;
	text-transform: lowercase;
	font-size: 13px;
}
a.gmaps:hover {
	color: #0ebb58;
}
#fixed {
	position: fixed;
	margin-left: -38px;
}
#map {
	/* min-height: 140vh; */
	height: 100vh;
	width: 100%;
}
#localisation h3 {
	margin-top: 50px;
	margin-bottom: 30px;
}
#localisation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#localisation ul li {
	list-style-type: none;
	display: block;
	min-height: 52px;
	margin: 0;
	padding: 0;
}
#localisation ul li.litoggle {
	margin: 40px 0 0;
	background-repeat: no-repeat;
	background-position: left top;
}
#localisation ul .atoggle {
	color: #fff;
	display: block;
	height: 52px;
	line-height: 52px;
	cursor: pointer;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: 20px;
	margin: 0;
	padding: 0 0 0 62px;
}
#localisation ul .atoggle > span {
	display: inline-block;
	width: auto;
	text-align: right;
	float: right;
	height: 52px;
	line-height: 52px;
	margin-right: 2.5%;
	color: #0ebb58;
	-webkit-transition: all .3s;
	-moz-lition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#localisation ul .atoggle.down > span {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
#localisation ul .litoggle > .partenaires {
	max-height: 0;
	overflow: hidden;
	margin-left: 62px;
	margin-top: 10px;
	-webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}
#localisation ul .litoggle > .partenaires.open {
	max-height: 1000px;
}
#localisation ul .litoggle > .partenaires li {
	padding-top: 5px;
}
.partenaire {
	font-family: 'novecento_sans_wide_bookbold', Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	display: block;
	margin: 5px 0 15px;
	height: auto;
}
.partenaire span {
	color: #585858;
	display: block;
}

/* PAGE BLOGUE
-------------------------------------------------- */
#blogue {
	background: #212121;
	color: #fff;
	padding: 0 0;
	position: relative;
}
#blogue h1 {
	padding-top: 150px;
}
.artblogue#blogue .retour {
	padding-top: 140px;
	display: block;
}
.artblogue#blogue .retour span {
	height: 20px;
	display: block;
	margin-bottom: -5px;
}
.artblogue#blogue h1 {
	padding-top: 0px;
}
#blogue .w35 {
	margin-bottom: 100px;
	position: fixed;
	height: 100%;
}
#blogue .w60 {
	margin-top: 150px;
	margin-bottom: 100px;
}
#lastart {
	list-style-type: none;
	margin: 100px 0 0;
	position: absolute;
	bottom: 10vh;
	width: 100%;
}
#lastart li {
	font-family: 'novecento_sans_wide_bookbold', Arial, sans-serif;
	letter-spacing: .7px;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	padding-bottom: 5px;
}
#lastart a {
	width: 90%;
	display: block;
	font-family: 'Hind', sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 200;
	color: #787878;
	letter-spacing: 0;
	
}
#lastart a:hover {
	color: #0ebb58;
}
#lastart a span {
	display: inline-block;
	padding-right: 10px;
}

.artblog {
	padding: 0 0 150px 10%;
	overflow: hidden;
}
.artblog h2 {
	margin-bottom: 0px;
	-webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.artblog a:hover h2 {
	color: #baffc8;
}
.artblog span.date {
	text-transform: inherit;
	display: block;
	height: auto;
	text-align: left;
	color: #787878;
	font-family: 'Hind', sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	padding-bottom: 35px;
}
.artblog span.date:first-letter {
	text-transform: uppercase;
}
.artblog p {
	font-family: 'Hind', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 200;
	padding-bottom: 35px;
}
.artblog h3 {
	padding-top: 15px;
}
.artblog h4 {
	font-size: 25px;
	color: #0ebb58;
}
.artblog img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 35px;
}
.artblog ul {
	list-style-type: circle;
	list-style-position: outside;
	list-style-type: none;
	font-family: 'Hind', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 200;
	padding-bottom: 35px;
}
.artblog ul li {
	color: #fff;
	padding-left: 43px;
	line-height: 30px;
	padding-top: 7px;
	position: relative;
	padding-bottom: 5px;
}
.artblog ul li:before {
	content: '';
    font-family: 'Hind', sans-serif;
	font-size: 20px;
	line-height: 23px;
	font-weight: 200;
	padding-right: 5px;
	width: 5px;
	height: 5px;
	margin: 12px;
	display: inline-block;
	font-family: 'novecento_sans_wide_bookbold', Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 5px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 2px;
}
.artblog ol {
	list-style-position: outside;
	list-style-type: none;
	font-family: 'Hind', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 200;
	padding-bottom: 35px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	text-align: left;
}
.artblog ol li {
	counter-increment: step-counter;
	color: #fff;
	padding-left: 43px;
	line-height: 30px;
	padding-top: 7px;
	position: relative;
	padding-bottom: 5px;
}
.artblog ol li::before {
    content: counter(step-counter);
    font-family: 'Hind', sans-serif;
	font-size: 20px;
	line-height: 23px;
	font-weight: 200;
	padding-right: 5px;
	width: 35px;
	height: 34px;
	display: inline-block;
	font-family: 'novecento_sans_wide_bookbold', Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 3px 9px 6px 7px;
	color: #fff;
	text-align: center;
	margin-right: 0px;
	position: absolute;
	left: 0px;
	top: 3px;
}
.artblog a {
	color: #baffc8;
}
.artblog a:hover {
	color: #0ebb58;
}
.artblog a.more {
	color: #baffc8;
	float: right;
	text-align: right;
	font-family: 'novecento_sans_widemedium', Arial, sans-serif;
	letter-spacing: 0.7px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
}
.artblog a.more:hover {
	color: #0ebb58;
}
.galblog {
	width: 100%;
	
}
.imgblog {
	width: calc(33.3% - 15px);
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 150px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .8;
	cursor: pointer;
}
.imgblog:hover {
	opacity: 1;
}

#playerdiv .imgpopup {
	height: 100%;
	width: 100%;
	margin: auto;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

/* PAGE PHOTOS/VIDEOS
-------------------------------------------------- */
#photos_videos {
	padding: 130px 0;
	position: relative;
}
#iframep {
}
#playerdiv {
	height: 100%;
	max-height: 0;
	width: 100%;
	background: rgba(33,33,33,0.6);
	position: fixed;
	z-index: 999;
	overflow: hidden;
	transition: max-height ease 0.3s;
}
#playerdiv .wrapper {
	height: 100%;
}
#playerdiv #findWidth {
	width: 100%;
	height: 0;
}
#playerdiv .ikse {
	background-image: url(../images/ikseblanc.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 999;
}
#playerdiv .ikse:hover {
	background-position: center bottom;
}
#photos_videos h1, #photos_videos h2 {
	padding: 0 0 70px;
}
.picvids {
	width: 31%;
	width: -webkit-calc( 33.3% - 15px );
	width: -moz-calc( 33.3% - 15px );
	width: -o-calc( 33.3% - 15px );
	width: calc( 33.3% - 15px );
	overflow: hidden;
	padding: 0 0;
	margin: 0 0 20px;
	opacity: 0.5;
	transition: opacity .3s;
}
.picvids:hover {
	opacity: 1;
}
.picvids img {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.picvids .videos {
	position: relative;
}
.fa.play {
	position: absolute;
	height: 100%;
	padding-top: 22%;
	width: 100%;
	font-size: 120px;
	line-height: 100px;
	text-align: center;
	cursor: pointer;
	transition: color 0.3s ease;
	top:0;
	left:0;
}
.fa.play:hover {
	color: #0ebb58;
}

/* PAGE DOSSIER DE PRESSE
-------------------------------------------------- */
#presse {
	padding: 0;
	position: relative;
}
#presse h1 {
	padding-top: 130px;
}
#presse .wrapper > p {
	padding: 30px 5% 0 0;
	font-size: 28px;
	line-height: 40px;
	font-family: 'Hind', sans-serif;
	color: #fff;
	display: block;
	height: auto;
	width: 65%;
}
#presse h3 {
	color: #0ebb58;
}
.col {
	margin-top: 120px;
	width: 33.3%;
	padding-right: 4%;
	float: left;
}
.col > ul {
	list-style-type: none;
	display: block;
	margin-bottom: 60px;
}
.col ul li{
	list-style-type: none;
	padding: 5px 0;
	display: block;
	clear: both;
}
.col ul li p{
	width: -webkit-calc(100% - 65px);
	width: -moz-calc(100% - 65px);
	width: -o-calc(100% - 65px);
	width: calc(100% - 65px);
	float: left;
	padding: -2px 5% 0 0;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Hind', sans-serif;
	color: #fff;
	display: block;
	height: auto;
}
.col ul li p span{
	display: block;
	color: #585858;
	font-size: 13px;
	margin-top: -3px;
}
.col ul li a{
	width: 56px;
	text-align: center;
	float: right;
	font-family: 'novecento_sans_wide_bookbold', Arial, sans-serif;
	letter-spacing: 0;
	text-transform: lowercase;
	font-size: 14px;
	line-height: 24px;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 4px 6px;
	color: #fff;
}
.col ul li a:hover {
	background:#585858;
}
.col ul li.souscat {

}
.col ul li.souscat h4 {
	font-family: 'novecento_sans_wide_bookbold', Arial, sans-serif;
	font-size: 16px;
	text-transform: lowercase;
	letter-spacing: 0.7px;
	color: #0ebb58;
	margin: 0;
	padding: 0;
}
.col > ul > li > ul {
	margin-top: 10px;
	margin-bottom: 30px;
}
.col > ul > li > ul > li {
	color: #fff;
	text-transform: inherit;
}

/* FORMULAIRE
-------------------------------------------------- */
#formulaire {
	background: #212121;
	color: #fff;
	padding: 0 0;
    background-image: url('../images/round.svg');
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: 140% -70%;
}
#formulaire h1 {
	max-width: 550px;
	margin-bottom: 60px
}
#formulaire h2 {
	color: white;
}
#formulaire .wrapper {
	padding: 150px 0;
}
#formulaire .wrapper > p {
	padding: 30px 5% 0 0;
	font-size: 20px;
	line-height: 35px;
	font-family: 'Hind', sans-serif;
	color: #fff;
	display: block;
	height: auto;
	width: 65%;
}
#formulaire .form-container {
	background-color: #0ebb58;
}
#formulaire .form-group {
	margin-bottom: 10px;
}
#formulaire .form-group label {
	display: inline-block;
	font-family: 'Hind', sans-serif;
	font-weight: 200;
	font-size: 1em;
	text-transform: uppercase;
}
#formulaire .form-group input {
	display: inline-block;
	width: 100%;
	min-height: 40px;
	margin: 20px 0 50px;
	font-size: 1.2em;
	border-radius: 0;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid white;
	background-color: transparent;
	font-family: 'Hind', sans-serif;
	color: white;
}
#formulaire .radio-group, #formulaire .checkbox-group {
	margin-bottom: 40px;
}
#formulaire .radio-group label {
	width: auto;
	margin-right: 30px;
}
#formulaire .radio-group label, #formulaire .checkbox-group label {
	margin-top: 20px;
}
#formulaire .radio-group label:first-child, #formulaire .checkbox-group label:first-child {
	width: 100%;
	margin-top: 0;
	font-size: 1.2em;
	line-height: 20px;
	text-transform: none;
}
#formulaire .radio-group label input {
	width: auto;
	min-height: auto;
	margin: 0 0 0 10px;
}
#formulaire .checkbox-group label input {
	width: auto;
	min-height: auto;
	margin-top: 0;
	margin: 0 0 0 10px;
}
#formulaire .form-group textarea {
	width: 100%;
	max-width: 100%;
	min-height: 200px;
	margin: 20px 0 50px;
	padding: 5px 10px 10px;
	font-size: 1em;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid white;
	background-color: transparent;
	font-family: 'Hind', sans-serif;
	color: white;
}
#formulaire input[type="submit"] {
	width: 140px;
	padding: 8px 0 5px;
	border: 1px solid white;
	border-radius: 0;
	color: white;
	text-transform: uppercase;
	font-family: 'Hind', sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	text-align: center;
	background: transparent;
	transition: all ease 0.5s;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
#formulaire input[type="submit"]:hover {
	border-color: #212121;
	background-color: #212121;
}
#formulaire .error {
	float: right;
	display: none !important;
	width: auto !important;
	margin-right: 0 !important;
	font-weight: bold !important;
	text-align: right;
}
#formulaire .radio-group .error {
	margin-top: 20px;
}
#formulaire .showError .error {
	display: inline-block !important;
}
#formulaire .showError1 .error1 {
	display: inline-block !important;
}
#formulaire .showError2 .error2 {
	display: inline-block !important;
}
#formulaire table {
	width: 100%;
	padding-top: 90px;
}
#formulaire th {
	padding-bottom: 35px;
	text-align: left;
}
#formulaire tr td:first-child {
	padding-right: 20px;
}
#formulaire td {
	padding-bottom: 20px;
	vertical-align: top;
}
#formulaire td p {
	font-size: 20px;
	line-height: 25px;
	font-family: 'Hind', sans-serif;
}
#formulaire tfoot td {
	padding-top: 10px;
	padding-bottom: 0px;
}
#formulaire .wrapper:nth-child(3) h2 {
	max-width: 600px;
}
@media (max-width:1024px) {
	#formulaire h1 {
		margin-top: 50px;
		margin-bottom: 30px
	}  
	#formulaire .wrapper {
		padding: 75px 0;
	}
}
@media (max-width:768px) {
	#formulaire h1 {
		max-width: 450px;
		font-size: 3.5em;
	}
	#formulaire h2 {
		font-size: 2.4em;
	}
	#formulaire .wrapper > p {
		width: 100%;
		font-size: 15px;
	}
	#formulaire .wrapper:nth-child(3) h2 {
		max-width: 430px;
	}
	#formulaire td p {
		font-size: 15px;
	}
}
@media (max-width:767px) {
	#formulaire .form-group label {
		font-size: 0.8em;
	}
	#formulaire .radio-group label:first-child, #formulaire .checkbox-group label:first-child {
		font-size: 0.9em;
	}
	#formulaire input[type="submit"] {
		font-size: 0.9em;
	}
}
@media (max-width:500px) {
	#formulaire h1 {
		max-width: 350px;
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: 2.7em;
		line-height: 50px;
	}
	#formulaire h2 {
		margin-bottom: 60px;
		font-size: 2em;
		line-height: 40px;
	}
	#formulaire .checkbox-group {
		width: 70%;
	}
}
@media (max-width:374px) {
	#formulaire .radio-group .error {
		width: 100% !important;
	}
}

/* Footer
-------------------------------------------------- */
.footer {
  min-height: 90px;
  background: #0ebb58;
  padding: 60px 0 10px;
  width: 100%;
  position: relative;
  z-index: 998;
}
.footer .left p {
	font-family: 'novecento_sans_wide_bookbold', Arial, sans-serif;
	letter-spacing: .7px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}
.footer .left p a {
	display: block;
	text-transform: lowercase;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 20px;
	color: #3df78d;
}
.footer .left p a:hover {
	color: #baffc8;
}
.atel {
	pointer-events: none;
}
.footer .right {
	text-align: right;
}
.footer .right p {
	color: #3df78d;
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
}
.footer .right #imedia {
	color: #1fd06b;
	margin-top: 10px;
}
.footer .right #imedia a {
	color: #1fd06b;
	font-weight: 500;
}
.footer .right #imedia a:hover {
	color: #baffc8;
	transition: opacity 0.5s;
}
.footer .right a img {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.footer .right ul li:nth-child(3) a {
	font-family: 'novecento_sans_wide_bookbold', Arial, sans-serif;
}
.footer .right a:hover img {
	opacity: 0.8;
}
.footer .right a {
	font-family: 'novecento_sans_widemedium', Arial, sans-serif;
	letter-spacing: 0.7px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
}
.footer .right a:hover {
	color: #baffc8;
}
.footer .right .fa {
  font-family: FontAwesome;
}
.footer ul {
	display: inline-block;
	list-style-type: none;
	height: 18px;
	margin: 0 0 15px;
	padding: 0;
}
.footer ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0 10px;
}
.footer ul li:nth-child(2) {
	margin-right: 20px;
	margin-left: 0;
}
.footer ul li:last-child {
	margin-right: 0;
}
.footer ul li a {
	font-size: 12px;
}
.footer ul li.medias a {
	font-size: 20px;
	vertical-align: middle;
}

@media(max-width:765px){
	.video {
		display:none;
	}
}
.video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:0;
}

.video iframe {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left:0;
}


#experiencesair-canyon figure{
		margin-top:35px;
		display:inline-block;
		margin-right: 35px;
}

#experiencesair-canyon .para ul{
	font-size: 1.1em;
    margin-top: 30px;
    line-height: 21px;
    padding-left:18px;
}

#experiencesair-canyon .para ul li{
	margin-bottom:15px;
}

#tarifs-et-horaires ,texte {
	background:#212121;
}

.play {
	    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


/*
.video .overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    background: url(../img/overlay-pattern.png) repeat;
}
*/

#l-experience-canadienne-distinctive .texte {
	background:#222221;
}

#l-experience-canadienne-distinctive .texte-centre {
	text-align: center;
	font-family: 'hind-light';
}

#l-experience-canadienne-distinctive .texte-centre p {
	font-size: 1em;
    line-height: 34px;
    margin: auto;
    margin-bottom: 20px;
    font-weight: light;
}

@media (min-width:1027px) {
	#l-experience-canadienne-distinctive .texte-centre p {
		font-size: 1.2em;
	    width: 60%;
	}
	    
}

#l-experience-canadienne-distinctive .texte-centre strong {
	font-family: 'Hind' !important;
	font-weight: bold;
	font-size:1.3em;
	line-height: 30px;
}

@media (min-width:1027px) {
	#l-experience-canadienne-distinctive .texte-centre strong {
		font-size:1.7em;
		line-height: 45px;
	}
	    
}

#l-experience-canadienne-distinctive .background-color {
	background:#ce2127;
	height:100%;
	margin:auto;
	display:block;
}

#l-experience-canadienne-distinctive .background-color img {
	margin:auto;
	display:block;
}

#l-experience-canadienne-distinctive .nombre-experience .w60.bgimg {
	display:none;
}

@media (max-width:1027px) {
	#l-experience-canadienne-distinctive .nombre-experience .background-color {
		float: none;
	    margin: 0;
	    width: 100%;
	}
	    
}

#l-experience-canadienne-distinctive .nombre-experience .background-color img {
	max-width: 100%;
}

@media (min-width:1028px) {
	#l-experience-canadienne-distinctive .nombre-experience .w60.bgimg {
		display:block;
		position:absolute;
		top:0;
		height:100%;
		background-position:0;
		padding-right: 0;
	}
	    
}

#l-experience-canadienne-distinctive .rangee {
	position:relative;
}

#l-experience-canadienne-distinctive #via-ferrata .rangee .bgimg {
	height:100%;
	position:absolute;
	top:0;
	background-position:0;
}
#l-experience-canadienne-distinctive .rangee .bgimg.right {
	right:0;
}

#l-experience-canadienne-distinctive .nombre-experience {
	background:#4b4b4a;
}


#l-experience-canadienne-distinctive .nombre-experience .para {
	padding-top:0;
}

#l-experience-canadienne-distinctive .nombre-experience .para.bold p {
	font-weight: bold;
	font-size:1.3em;
	line-height: 30px;
}

@media (min-width:1000px) {
	#l-experience-canadienne-distinctive .nombre-experience .para.bold p {
		line-height: 45px;
		font-size:1.6em;
	}
	    
}


#l-experience-canadienne-distinctive #reglement .wrapper {
	padding-top:0px;
}

#l-experience-canadienne-distinctive .scroll {
	background-color: #4b4b4a;
	background-image:none;
}

#l-experience-canadienne-distinctive .scrollbox {
	padding:0px 0;
	padding-left:35px;
}

@media (min-width:1000px) {
	#l-experience-canadienne-distinctive .scrollbox {
		padding:0px 0;
		padding-left:90px;
	}
	    
}

#l-experience-canadienne-distinctive .scroll .para {
	opacity:0.2;
	color:white;
	display:none;
}

#l-experience-canadienne-distinctive .scrollnav {
	margin:0px 0px;
}

@media(min-width:1070px) {
	
	#l-experience-canadienne-distinctive .scrollnav {
		width:20%
	}
	
}
	

#l-experience-canadienne-distinctive #reglement .leftwidth {
	width:100%;
}

#l-experience-canadienne-distinctive .scrollnav li {
	padding-left:60px;
	width:100%;
	background-repeat: no-repeat;
	background-position-x : 0%;
	color:white;
}

#l-experience-canadienne-distinctive .scrollnav li span {
	font-size: 0.4em;
	font-weight: bold;
}

@media(max-width:1070px){
	#l-experience-canadienne-distinctive .scrollnav li span {
		display:none;
	}
}

#l-experience-canadienne-distinctive .scrollnav li:hover, .scrollnav li.active {
	color: #ce2127 !important;
}




#l-experience-canadienne-distinctive .scroll .para.active {
	opacity:1;
	color:#b4b4b4;
	display:block;
}

#l-experience-canadienne-distinctive .scroll .para h3 {
	color:white;
}

#l-experience-canadienne-distinctive .scroll .para ul, #l-experience-canadienne-distinctive .texte ul {
	font-size: 1em;
    line-height: 22px;
    padding-left:20px;
}


@media (min-width:1000px) {
	#l-experience-canadienne-distinctive .scrollbox {
		font-size: 1.4em;
		line-height: 26px;
		width:75%;
	}
	    
}

#l-experience-canadienne-distinctive .scroll .para ul li, #l-experience-canadienne-distinctive .texte ul li {
	margin-bottom:15px;
}

@media (min-width:1000px) {
	#l-experience-canadienne-distinctive .scroll .para ul li, #l-experience-canadienne-distinctive .texte ul li {	
		margin-bottom: 22px;
		line-height: 29px;
		font-size: 0.9em;
	}
	
	#l-experience-canadienne-distinctive .texte .w50 ul li {
	    font-size: 1.2em;
	}
	
	#l-experience-canadienne-distinctive .texte .w50 h3 {
	    margin-bottom:20px;
	}
	    
}

#l-experience-canadienne-distinctive .scroll .para p {
	margin-bottom:22px;
}


#l-experience-canadienne-distinctive .scrollnav li.limit, #l-experience-canadienne-distinctive .scrollnav li.limit:hover {
	color:#ce2127;
}

#l-experience-canadienne-distinctive .mountain {
	background:url("../images/mountain.png");
	background-repeat: no-repeat;
    background-position: 0% 58%;
}

#l-experience-canadienne-distinctive #zonew1 {
	padding-top:0;
}

#l-experience-canadienne-distinctive #landing a {
	background:url("../images/fleche_experience.png");
	background-repeat: no-repeat;
}



@media (max-width:860px) {
	#l-experience-canadienne-distinctive .image {
		height:46vh;
	}
}


#l-experience-canadienne-distinctive #reservation, #l-experience-canadienne-distinctive #book-n, #l-experience-canadienne-distinctive #book-n .zone {
	background:#2c2c2b;
}

#l-experience-canadienne-distinctive #reservation {
	background-image:url("../images/horloge.png");
	    background-repeat: no-repeat;
    background-position: 100% 100%;
}

#l-experience-canadienne-distinctive .scrollnav li:first-child {
	background-image:url(../images/dirtop_red.png);
}

#l-experience-canadienne-distinctive .scrollnav li:last-child {
	background-image:url(../images/dirbot_red.png);
}

.l-experience-canadienne-distinctive .submenu{
	display:none !important;
}

#l-experience-canadienne-distinctive .scrollnav {
	border-right: 1px solid #ce2127;
}

@media (max-width:1027px) {
	#l-experience-canadienne-distinctive #air-canyon.nombre-experience .header-section .rangee {
		display: flex;
		flex-direction: column-reverse;
	}
	#l-experience-canadienne-distinctive #air-canyon.nombre-experience .w60.bgimg {
		position: inherit;
		display: block;
		width: 100%;
		height: 100%;
		min-height: 500px;
		padding-right: 0;
		background-position: right;
	}
	
	#l-experience-canadienne-distinctive #via-ferrata.nombre-experience .w60.bgimg {
		position: inherit;
		display: block;
		width: 100%;
	    height: 100%;
	    min-height: 500px;
	    padding-right: 0;
	    background-position: right;
	}
	#l-experience-canadienne-distinctive #via-ferrata.nombre-experience .w60.bgimg .play {
		top: 240px;
	}
	
	#l-experience-canadienne-distinctive #duo.nombre-experience .header-section .rangee {
		display: flex;
		flex-direction: column-reverse;
	}
	#l-experience-canadienne-distinctive #duo.nombre-experience .w60.bgimg {
		position: inherit;
		display: block;
		width: 100%;
		height: 100%;
		min-height: 500px;
		padding-right: 0;
		background-position: right;
	}
}
@media (max-width: 765px) {
	#l-experience-canadienne-distinctive #air-canyon.nombre-experience .w60.bgimg .video {
		display: block !important;
	}
	#l-experience-canadienne-distinctive #via-ferrata.nombre-experience .w60.bgimg .video {
		display: block !important;
	}
}
