

@media (min-width:826px){
 .citation_parallax_white{ 
    font-family: 'Libre Baskerville', serif;
    font-size: 45px;
    line-height: 65px;
    font-style: italic;
    color:#ffffff;
    /*letter-spacing: 3px;*/
  }

  .sous_citation_parallax_white{ 
    font-family: LatoWebLight,Akkurat,Verdana,sans-serif;
    font-size: 25px;
    line-height: 31px;
    color:#ffffff;
  }
  
  .titre_parallax_white{ 
    font-family: LatoWeb,Akkurat,Verdana,sans-serif;
    font-size: 25px;
    line-height: 31px;
    color:#ffffff;
  }
}

@media (max-width:825px){
 .citation_parallax_white{ 
    font-family: 'Libre Baskerville', serif;
    font-size: 25px;
    line-height: 35px;
    font-style: italic;
    color:#ffffff;
    /*letter-spacing: 3px;*/
  }

  .sous_citation_parallax_white{ 
    font-family: LatoWebLight,Akkurat,Verdana,sans-serif;
    font-size: 15px;
    line-height: 21px;
    color:#ffffff;
  }
  
  .titre_parallax_white{ 
    font-family: LatoWeb,Akkurat,Verdana,sans-serif;
    font-size: 15px;
    line-height: 21px;
    color:#ffffff;
  }
}

p.p--credits {
	font-size: 14px;
	font-size: .9rem;
}

a.a--no-weight {
	font-style: italic;
	font-weight: 300;
}

.container {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 15px;
	position: relative;
	width: 100%;
	z-index: -110;
}
.container--big {
	height: 175vh;
}
.container--full {
	height: 100vh;
}
.container--small {
	height: 40vh;
}
.container .content {
	/*background: rgba(0, 0, 0, .75);*/
	border-radius: 8px;
	color: #fff;
	margin: 0 auto;
	padding: 30px 35px;
	text-align: center;
}

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}
.parallax__container .parallax {
	/* can be put in a seperate class for better control */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* --------------------------- */
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
}

.show-on-mobile--inline {
	display: none;
}

.arrow {
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
	bottom: -64px;
	bottom: -4rem;
	left: calc(50% - 19px);
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: opacity 250ms ease-in-out;
	width: 38px;
}
.arrow--hide {
	opacity: 0;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
@media screen and (max-width: 480px) {
	.hide-on-mobile {
		display: none;
	}

	.show-on-mobile--inline {
		display: inline;
	}
}
