/* General */
/* Mise en page */
/* Navigation */
/* Logo */
/* Social */
/* Interactions */
/* Styles texte */
/* Styles image */
/* Styles video */
/* Curseur */
/* Zones */
/* A-frame */
/* Footer */
/* Copyright */
/* Home */
/* Media queries */

/* General */
::selection {
	background: #f1b130; /* WebKit/Blink Browsers */
	color:#000;
  }
::-moz-selection {
	background: #f1b130; /* Gecko Browsers */
	color:#000;
}
.skip-link {
	position: absolute;
	top: -40px;
	left: 0;
	background: #000000;
	color: white;
	padding: 8px;
	z-index: 100;
}
.skip-link:focus {
	top: 0;
}
html {
	overflow-x:hidden;
}
body {
	color: #fff;
	background-color: rgb(22, 21, 21);
	padding:0;
	margin:0;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}
h1 {
	font-weight: 100;
	text-transform: uppercase;
	margin: 0;
}
h2 {
	font-family: 'Bebas neue', sans-serif;
	font-size: 3.5em;
	font-weight: 900;
	line-height: 1em;
	text-transform: uppercase;
	color:#fff;
}
h4 {
	font-family: 'Bebas neue', sans-serif;
	font-size: 3.5em;
	font-weight: 900;
	line-height: 1em;
	text-transform: uppercase;
	color:#fff;
}
h5 {
	font-family: 'Bebas neue', sans-serif;
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1em;
	text-transform: uppercase;
	color:#000;
	margin-bottom: 20px;
}
h6 {
	font-size: 1.2em;
	margin: 10px 0;
	line-height: 1.2em;
	letter-spacing: -0.5px;
}
img {
	max-width: 100%!important;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
.video-gabarit { 
	position: relative;
	padding-bottom: 56.25%;
	height: 500px;
	overflow: hidden;
	max-width: 100%;
	border:solid 20px #f1b130;
	padding:20px;
} 
.video-gabarit iframe{ 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}
.loading {
    z-index: 999;
    display: flex;
	position: fixed;
	justify-content: center;
	align-items: center;
    top:0;
	left:0;
	right:0;
	bottom:0;
	/*background: url("../images/loading.svg") 50% 50% no-repeat #000401;*/
	/*background-size:350px;*/
}
.loading img {
	position:relative;
}
.loading::before {
	content:"";
	background-color: #fcb912;
    opacity: 1;
	top: 0;
	right:0;
	bottom:0;
	left:0;
	position: absolute;
}
.object-fit img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.image {
	width: 100%;
}
.overlay {
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 1;
	padding:0;
	line-height:0;
	opacity:0.8;
	pointer-events: none;
}
.overlay-o {
	background: rgb(251,184,49);
	background: -moz-linear-gradient(145deg, rgba(251,184,49,1) 0%, rgba(255,176,16,1) 100%);
	background: -webkit-linear-gradient(145deg, rgba(251,184,49,1) 0%, rgba(255,176,16,1) 100%);
	background: linear-gradient(145deg, rgba(251,184,49,1) 0%, rgba(255,176,16,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbb831",endColorstr="#ffb010",GradientType=1);
}
.overlay-black {
	background: rgb(38, 36, 36);
}
.overlay-gradient {
	background: rgb(17,16,16);
	background: -moz-linear-gradient(145deg, rgba(17,16,16,1) 0%, rgba(255,176,16,1) 100%);
	background: -webkit-linear-gradient(145deg, rgba(17,16,16,1) 0%, rgba(255,176,16,1) 100%);
	background: linear-gradient(145deg, rgba(17,16,16,1) 0%, rgba(255,176,16,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111010",endColorstr="#ffb010",GradientType=1);
}
.white-gradient {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(128deg, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
	background: -webkit-linear-gradient(128deg, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
	background: linear-gradient(128deg, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e7e7e7",GradientType=1);
}
.overflow {
	overflow:hidden;
}
.overflow-x {
	overflow-x:hidden;
}
.overflow-y {
	overflow-y:hidden;
}
.z-0 {
	z-index: 0;
}
.z-1 {
	z-index: 1;
}
.z-9 {
	z-index: 9;
}
.pointer-events-none {
	pointer-events:none;
}
.btn {
	background-color: #feb82c;
    border-radius: 30px;
    color: #000;
    font-size: 0.5em;
    display: inline-block;
	padding: 10px 20px;
	transition:0.3s;
	position: relative;
	z-index:999;
}
.btn:hover {
	color: #feb82c;
    border-radius: 30px;
    background-color: #000;
    font-size: 0.5em;
    display: inline-block;
	padding: 10px 20px;
	transition:0.7s ease;
}
.height-auto {
	height:auto;
}

/* Mise en page */
.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.boxed {
	width: 100%;
	max-width: 1170px;
	margin:auto;
	display: block;
}
.boxed-1000 {
	max-width:1000px!important;
}
.padding-20vh {
	padding:20vh 0;
}
.min-vh-100 {
	min-height: 100vh;
}
.vh-25 {
	height: 25vh;
}
.vh-50 {
	height: 50vh;
}
.vh-80 {
	height: 80vh;
}
.vh-100 {	
	height: 100vh;
}
.vh-200 {
	height: 200vh;
}
.vh-300 {
	height: 300vh;
}
.vh-400 {
	height: 400vh;
}
.column-10 {
	width: 10%;
}
.column-20 {
	width: 20%;
}
.column-25 {
	width: 25%;
}
.column-30 {
	width: 30%;
}
.column-33 {
	width: 33.33%;
}
.column-50 {
	width: 50%;
}
.column-70 {
	width: 70%;
}
.column-75 {
	width: 75%;
}
.column-80 {
	width: 80%;
}
.column-90 {
	width: 90%;
}
.column-100 {
	width: 100%;
}
.column-padding {
	padding-right: 20px;
	padding-left: 20px;
}
.padding-5 {
	padding:5px;
}
.padding-10 {
	padding:10px;
}
.padding-20 {
	padding:20px;
}
.padding-40 {
	padding:40px;
}
.align-self-end {
	align-self:flex-end!important;
}
.align-items-center {
	align-items: center;
}
.justify-content-center {
	justify-content: center;
}
.flexwrap-nowrap {
	flex-wrap: nowrap!important;
}
.flexwrap-wrap {
	flex-wrap: wrap!important;
}
.flex-direction-column {
	flex-direction: column;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.absolute-center {
	position: absolute;
	top:0;
	right: 0;
	left: 0;
	bottom:0;
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.red {
	background-color:red;
}
.blue {
	background-color:blue;
}


/* Navigation */
.main-navigation-wrap {
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
	transition:0.5s;
	padding:0;
	transform:translateY(-100vh);
}
.main-navigation-wrap.open {
	transition:0.5s ease-out;
	transform:translateY(0vh);
}
.navigation-wrap {
	height: 100vh;
	width: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.9);
	top: 0;
	left: 0;
	display: flex;
}
.navigation-wrap a {
	color: #fff;
	font-weight: 500;
	font-size: 1.5em;
	text-decoration: none;
	position: relative;	
	display: flex;
	align-items: center;
	transition:1s;
}
.navigation-wrap .current a {
	color: #feb82c;
}
.navigation-wrap .a-venir a, .navigation-wrap .a-venir span  {
	color: #666;
}
.navigation-wrap a:hover  {
	color:#feb82c;
	transition: 0.3s ease-out;
}
.navigation-wrap .element-menu:hover span {
	transform:translateY(5px);
	transition: 0.3s;
}
.navigation-wrap .element-menu span {
	font-size: 0.7em;
	transition: 0.7s;
	display: block;
}
.navigation-wrap .boxed > .flex {
	justify-content: center;
}
.navigation-wrap a::after {
	content: "";
	width: 90px;
	height: 1px;
	background-color: #fff;
	display: block;
	right: -100%;
	margin: 0 20px
}
.navigation-wrap .element-menu:last-child a::after {
	display: none;
}
.bars {
	cursor: pointer;
}
.bar {
	width: 50px;
	height: 1px;
	background-color: #fcb912;
	margin-bottom: 15px;
}
.bar-1 {
	transition: 0.3s;
}
.bars:hover div {
	background-color: #fcb912;
	transition:0.3s;
}
.bars:hover .bar-1 {
	width: 25px;
	transition: 0.3s;
}
.bar-3 {
	width: 25px;
	transition: 0.3s;
}
.bars:hover .bar-3 {
	width: 50px;
	transition: 0.3s;
}
.x-mode {
	height: 40px;
}
.x-mode:hover .bar-1, .x-mode:hover .bar-3 {
	width: 50px!important;
}
.x-mode .bar-2 {
	opacity: 0;
}
.x-mode .bar-1 {
	transform: rotate(45deg);
	transition: 0.3s;
	position: absolute;
	top: 15px;
}
.x-mode .bar-3 {
	transform: rotate(-45deg);
	transition: 0.3s;
	width: 50px;
	position: absolute;
	top: 15px;
}

/* Logotype */
.logo img {	
	width: 180px;
	max-width: 200px;
}

/* Social */
.social svg {
	color:#fff;
	font-size: 1.5em;
	margin:10px 0;
	transition:0.7s;
}
.social svg:hover {
	transform: scale(1.4);
	transition:0.3s;
	color:#fcb912;
}

/* Styles texte */
.texte-style-intro {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 900;
	z-index: 2;
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80vh;
	transform: translateX(100%);
	max-width: 100%;
	overflow-x: hidden;
}
.texte-style-outro {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 900;
	z-index: 2;
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80vh;
	max-width: 100%;
}
.texte-style-intro h2, .texte-style-outro {
	color:#fdf0d6;
	opacity: 0.9;
}
.texte-style-o {
	color: #fcb912;
	font-size: 1.1em;
	padding: 20px;
}
.texte-style-narrateur {
	color: #fcb912;
	font-size: 2em;
    font-weight: 500;
	font-family:'Jost', sans-serif;
	margin:auto;
}
.scene-conclusion .texte-style-narrateur {
	text-shadow: 0 0 10px #fcb912;
}
.texte-orange {
	color:#fcb912!important;
}
.texte-blanc {
	color:#fff!important;
}
.texte-noir {
	color:#000;
}
.texte-centre {
	text-align:center;
}
.texte-style-skew {
	text-transform: uppercase;
	font-family: "Bebas neue", sans-serif;
	font-size: 14em;
	font-weight: normal;
	-webkit-text-fill-color: rgba(21, 21, 21, 1);
	-webkit-text-stroke-width: 4px;
	-webkit-text-stroke-color: #fcb912;
	transform:skewY(-10deg);
}
.texte-style-skew-transparent {
	text-transform: uppercase;
	font-family: "Bebas neue", sans-serif;
	font-size: 14em;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: #fcb912;
	transform:skewY(-10deg);
}
.texte-centre, .texte-center {
	text-align: center;
}
.texte-right, .texte-droite {
	text-align: right;
}
.texte-inside {
	position: absolute;
	bottom:40px;
	left: 20px;
	right:20px;
	display: inline;
	color: #000;
	font-size: 1.8em;
	z-index: 1;
}
.texte-inside span {
	background-color: #f1b130;
	padding:5px;
	line-height: 1.8;
}
.texte-inside-alt span {
	color: #000;
	background-color:#f1b130;
	font-size: 0.7em!important;
	padding:5px;
	line-height: 1.8;
}
.texte-style-outline {
	-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}
.split-text-title {
	text-align: center;
	padding: 20px;
	font-weight: 300;
	line-height: 0.9em;
}
.text-shadow {
	text-shadow: 1px 1px 10px #a7a7a7;
}
.text-shadow-alt {
	text-shadow: 1px 1px 10px rgb(24, 24, 24);
}

/* Styles image */
.contour {
	/*background-color:#fcb912;*/
	background: rgb(251,184,49);
	background: -moz-linear-gradient(145deg, rgba(251,184,49,1) 0%, rgba(255,176,16,1) 100%);
	background: -webkit-linear-gradient(145deg, rgba(251,184,49,1) 0%, rgba(255,176,16,1) 100%);
	background: linear-gradient(145deg, rgba(251,184,49,1) 0%, rgba(255,176,16,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbb831",endColorstr="#ffb010",GradientType=1);
	/*padding:20px;*/
	height: fit-content;
	line-height: 0;
	box-shadow: 0 0 15px rgba(158, 117, 14, 0.95);
	position:relative;
}
.contour-noir {
	background-color:#000!important;
	padding:20px;
	line-height: 0;
}
.contour-padding {
	padding:20px;
}
.contour img {
	line-height: 0;
	padding:0;
	margin:0;
	width: 100%;
}
.image-full {
	height: 100%;
	width: 100%;
}
.image-full.object-fit img {
	height: 100%;
}
.image-80vh img {
	max-height: 80vh;
}

/* Styles vidéo */
.video-bg {
    height: 100vh;
    width: 100%;
    z-index: -1!important;
	position: absolute!important;
	display: block;
	padding:0;
	top:0;
	right:0;
	left:0;
	bottom:0;
}

/* Zone parallax */
.zone-parallax {
	width:  700px;
	height: 700px;
	max-width: 100%;
}
.cercle {
	width: 100px;
	height: 100px;
	background-color:#f1b130;
	border-radius:50%;
	border:solid 1px #000;
	position:absolute;
}
#cercle-1 {
	transform:scale(5);
	z-index: 1;
}
#cercle-2 {
	transform:scale(4);
	z-index: 2;
}
#cercle-3 {
	transform:scale(3);
	z-index: 3;
	display: none;
}
#cercle-4 {
	transform:scale(2);
	z-index: 4;
	display: none;
}
#cercle-5 {
	transform:scale(1);
	z-index: 5;
	display: none;
}

/* Curseur */
.cursor {
    width: 2rem;
    height: 2rem;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
    transform:translate(-30%, -30%);
    transition: all 0.5s ease-in-out;
    transition-property: background, transform;
}
.cursor-text {
	font-size: 4px;
	color: #000;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 1.4em;
}
.cursor.cursor-red {
	background-color: #feb82c;
	transform:scale(3);
	color: #000;
}

/* Zones */
#zone-top-right {
	position: fixed;
	top: 40px;
	right: 40px;
	z-index: 9999;
}
#zone-top-left {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 9999;
}
#zone-bottom {
	position: fixed;
	opacity: 0.7;
	width: 100%;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 9;
	pointer-events: none;
}
#zone-bottom p {
	text-transform: uppercase;
	font-size: 0.6em;
	font-weight: 300;
	text-align: center;
	padding:0px 40px;
}
#zone-bottom-left {
	position: absolute;
    left: 40px;
    bottom: 40px;
	height: auto;
	z-index:8;
}
#zone-bottom-left .social {
	display: flex;
	align-items: center;
	flex-direction: column;
}
#zone-bottom-right {
	position: absolute!important;
	bottom: 20px;
    right: 30px;
	padding: 0px;
	height: auto;
	max-width: 200px;
	z-index: 8;
}
#zone-bottom-center {
	position: absolute;
	max-width: 40px;
	margin:auto;
	width: 100%;
	bottom: 60px;
	left: 0;
	right: 0;
	z-index: 8;
}

/* A-Frame */ 
.scene-a-frame {
	display:none!important;
}

/* Scene */
.scene {
	position: relative;
	width: 100%;
	/*border-bottom: solid 1px orange;*/
}	
.scene-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
#parallax {
	pointer-events: all!important;
}
@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(100px);
	}
}
svg #wheel {
	animation: scroll ease 1.5s infinite;
}
/* Scene 1 - Introduction */
.scene-1 {
	padding:0!important;
	margin:0;
	overflow: hidden;
}
.scene-1 .carre-intro-titre {
	/*background-color:rgba(252,185,18,0.95);*/
	padding:40px;
	margin: 20px;
}
.scene-1 svg {
	max-width: 100%;
	width: 700px;
	padding: 0px;
}
.scene-1 .numero-episode {
	text-align: center;
	font-family: 'Bebas neue', sans-serif;
	font-weight: 700;
	font-size: 1.6em;
}
.titre-episode {
	fill:transparent;
	stroke:#fcb912;
	stroke-width:4px;
	/*stroke-miterlimit:0;*/
}

/* Footer */
.footer-wrap {
	background-color: #fff;
	color: #000;
	width: 100%;
	min-height: 300px;
	display: block;
	padding-bottom:40px;
}
.footer-wrap .membre-numero {
	text-align: right;
	margin-bottom: 20px;
}
.footer-wrap .membre-info {
	max-width: 300px;
	margin:auto;
}
.footer-wrap  .membre-logo  {
	justify-content: space-between!important;
}
.footer-wrap  #logo-fonds-bell img  {
	max-width: 60px!important;
}
.footer-wrap  #logo-quebec img  {
	max-width: 110px!important;
}
.footer-wrap  #logo-tourisme-valdor img  {
	max-width: 75px!important;
}
.footer-wrap .separateur-orange {
	width: 100%;
	height: 1px;
	display: block;
	margin-bottom: 20px;
	background-color: #f1b130;
	position: relative;
	display: block;
}
.footer-wrap .separateur-noir {
	width: 100%;
	height: 1px;
	display: block;
	margin-bottom: 20px;
	background-color: #000;
	position: relative;
	display: block;
}
.footer-wrap .separateur-noir::after {
	content:"";
	width: 0%;
	height: 1px;
	background-color: #feb82c;
	position: absolute;
	top: 0;
	left: 0;
	transition:0.7s;
}
.footer-wrap .membre-info:hover .separateur-noir::after {
	width: 100%;
	transition: 0.3s ease-out;
}
.footer-wrap .flex {
	justify-content: flex-start!important;
}
.footer-wrap h4 {
	text-align: center;
}
.footer-wrap .row{
	padding:10px 20px;
}
.footer-wrap #footer-episode {
	display:flex;
}
.footer-separation {
	border-bottom:solid 1px #ccc;
}
.footer-wrap .boxed-1000 {
	padding:0;
}
.footer-wrap .logo-nadagam {
	width: 100%;
	max-width: 600px;
}
.footer-wrap h5 {
	text-align: center;
}
#footer-autres img {
	height: 70px;
}
#footer-autres .episode {
	margin:0 10px;
}
#footer-autres .episode a {
	transition:0.3s;
	display:block;
}
#footer-autres .episode a:hover {
	transition:0.3s;
	transform:scale(1.1);
}

/* Copyright */
.copyrights {
	color:#000;
	background-color:#fafafa;
	text-transform: uppercase;
	font-size: 0.5em;
}
.copyrights .flex {
	justify-content: space-between;
}	
.copyrights .flex div {
	padding:20px;
	letter-spacing: 1px;
}
.copyrights .credits a {
	color:#000;
	text-decoration: none;
}

/* Home */
a-scene  {
	color: #000!important;
}	

/* Media queries - Breakpoint */
@media (max-width: 1400px) {
	.footer-wrap .column-25 {
		width: 33.33%;
	}
}

@media (max-width: 1335px) {
	#home #awwwards {
		top: 70%!important; 
	}
}

@media (max-width: 1170px) {
	h2 {
		font-size: 2.8em;
	}
	.contour {
		/*max-width: 80%;*/
		margin:auto;
	}
	.fix-perso {
		padding:40px
	}
}

@media (max-width: 1060px) {
	.footer-wrap .column-25 {
		width: 50%;
	}
}

@media (max-width: 1024px) {
    .cursor {
		display:none;
	}
	.texte-style-skew {
		font-size: 10em;
		line-height: 0.8em;
	}
	.scene-1 svg {
		width: 400px;
	}
}

@media (max-width: 960px) {
	.flex .column {
		margin:auto;
	}
	.column-33 {
		width: 50%;
	}
	.texte-titre-central h3 {
		padding:40px;
	}
	.texte-style-skew-transparent {
		font-size: 4em;
		-webkit-text-stroke-width: 2px;
		font-weight: normal;
	}
	.texte-inside {
		font-size: 1.4em;
	}
	.vh-kill {
		height:auto!important;
	}
	.contour-kill {
		/*padding:10px!important;*/
		box-shadow: none!important;
	}
	.video-gabarit { 
		height: 30vh;
		max-width: 70%;
		margin:auto;
	} 
	.texte-titre-central h3 {
		padding: 0px;
		font-size: 1em;
	}
	.scene-2 .logo-episode {
		width: 120px!important;	
		padding:15px!important;
	}
	#zone-bottom-center {
		max-width: 30px;
		bottom: 25px;
		display:none;
	}
	.navigation-wrap a {
		font-size: 1.2em;
	}
	.overlay {
		opacity: 0.6;
	}
	.a-frame-mobile {
		position: absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;	
		z-index: 2;
	}
	.scene-a-frame {
		display:block!important;;
	}
}

@media (max-width: 769px) {
	.padding-20-m {
		padding:20px;
	}
    .scene-intro-episode .texte-style-intro h2 {
		font-size: 2.4em;
	}
	.logo img {
		width: 110px;
	}
	.texte-style-o {
		/*padding: 20px 25px 20px 25px;*/
		padding:0;
	}
	.navigation-wrap .layout-flex {
		flex-direction: column;
	}
	.navigation-wrap .boxed > .flex {
		padding:40px;
	}
	.element-menu {
		width: 100%;
		margin-bottom: 20px;
	}
	.navigation-wrap .element-menu:last-child a::after {
		display: block;
	}	
	.texte-style-skew {
		font-size: 7em;
		line-height: 0.9em;
	}
	.texte-inside {
		font-size: 1.2em;
		line-height: 1.2em;
		bottom: 30px;
	}
	.video-gabarit {
		padding:10px;
		border: solid 10px #f1b130;
	}
	.m-flex-direction-v {
		flex-direction:column;
	}
	.scene-senneterre img {
		max-height: 550px;
	}
	#zone-top-left {
		top: 20px;
		left: 20px;
	}
	#zone-top-right {
		top: 20px;
		right: 20px;
	}
	#zone-bottom-left {
		left: 20px;
		bottom: 20px;
	}
	#zone-bottom-right {
		bottom: 20px;
		right: 20px;
		max-width: 120px;
	}
	#zone-bottom {
		display: none;
	}
	.column-30 {
		width: 100%;
	}
	.column-33 {
		width: 100%;
		text-align: center;
	}
	.column-50 {
		width: 100%;
	}
	.column-70 {
		width: 100%;
	}
	.footer-wrap .column-25 {
		width: 100%;
	}
	.footer-wrap .membre-info {
		max-width: 100%!important;
	}
	.video-gabarit {
		height: 30vh;
		max-width: 100%;
	}
	#footer-autres .scene-flex {
		flex-direction:column;
	}
	#footer-autres .scene-flex .episode {
		margin:5px;
	}
	#footer-autres .scene-flex .episode img {
		max-height: 45px;
	}
	.contour-padding {
		padding: 10px;
	}
}

@media screen and (max-width: 995px), 
       screen and (max-height: 850px) {

	/*img {
		max-height: 600px;
	}*/
	.contour {
		margin:auto;
	}
	/*.contour img {
		height: 400px;
	}*/
	#zone-bottom {
		display: none;
	}
	.scene-1 .carre-intro-titre {
		max-width: 600px;
		padding:10px;
	}
}

@media (max-width: 600px) {
	#awwwards {
		top: 70%!important; 
	}
}



@media (max-width: 420px) {
	
	h2 {
		font-size: 2em!important;
	}
	h4 {
		font-size: 1.5em;
	}
	.contour {
		/*max-width: 85%;*/
		margin: auto;
	}
	.split-text-p {
		/*font-size: 0.9em;*/
		font-size: 1em;
	}
	.texte-style-narrateur {
		font-size: 1.5em;
	}
	#home .texte-style-narrateur {
		font-size: 1.4em;
	}
	.video-gabarit {
		height: 22vh;
	}
	.copyrights .credit {
		display: none;
	}
	.copyrights .flex {
		justify-content: center;
	}
	.scene-intro-episode .texte-style-intro h2 {
		font-size: 1.4em!important;
	}
	.scene-senneterre img {
		max-height: 270px;
	}
	.scene-presentation-paul .column .texte {
		padding:10px 20px 20px 20px;
	}
	.scene-20 h2 {
		font-size:1.4em!important;
	}
	#awwwards {
		display: none;
	}
}

@media screen and (max-width: 823px), 
       screen and (max-height: 412px) {

	#home .texte-style-narrateur {
		font-size: 1.3em!important;
	}
	.logo img {
		width: 120px;
		max-width: 200px;
	}
	.navigation-wrap a::after {
		width: 50px;
	}
}