* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial, Helvetica, Sans-serif;
}

html {
	font-size: 62.5%;
	height: 100%;
	min-height: 100%;
}

body {
	
	width: 100%;
}

a {
	-webkit-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    -moz-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    color: #3ff6c4;
    cursor: pointer;
}

#bg {
	position: fixed;
	top: 60px;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: url(../../images/Bg_Site.jpg) repeat-x 50% 50%;
	background-size: cover;
	opacity: 0.7;
}

.hrd-main, .hdr-wrap, .hdr-wrap-mobile {
	height: 76px;
	padding-top: 8px;
}

.hdr-main {
	font-size: 1rem;
	color: #fff;
	text-align: right;
}

.hdr-wrap, .hdr-wrap-mobile {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: black;
	z-index: 11;
}

.hdr-wrap-mobile {
	display: none;
	height: 68px;
}

.hdr-main a, .drawer a {
	text-decoration: none;
}

.toggle-lang {
	font-size: 1.5rem;
	line-height: 60px;
	letter-spacing: 0.1rem;
	margin-right: 40px;
}

.hdr-wrap-mobile .toggle-lang {
	line-height: 47px;
	font-size: 18px;
	margin-right: 25px;
}

.toggle-lang a {
	color: white;
}

/*.toggle-lang {
	color: #8a8a8a;
	float: right;
	font-size: 1.2em;
	padding: 1.8em 1em 1.8em .2em;
	position: relative;
	font: 1.2em/1 "glober-bold", sans-serif;
}*/

.hdr-wrap .logo-science, .hdr-wrap-mobile .logo-science {
	position: absolute;
	top: -0.5rem;
	left: 20px;
	color: #fff;
	height: 6.8rem;
	width: 6.8rem;
	z-index: 1;
	fill: #d8001c;
}

.hdr-wrap-mobile .logo-science {
	left: 55px;
	height: 5.5rem;
	width: 5.5rem;
}

.hdr-text {
	float: left;
	line-height: 60px;
	margin-left: 170px;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}

.hdr-wrap-mobile .hdr-text {
	margin-left: 110px;
}

.logoExpo, .logoExpoHover {
	max-height: 60px;
}

.logoExpoHover, .hdr-text:hover .logoExpo  {
	display: none;
}

.hdr-text:hover .logoExpoHover {
	display: block;
}


/*.hdr-wrap-mobile .logoExpo {
	max-height: 150px;
	height: 150px;
}*/

.hamburger {
	height: 27px;
	width: 30px;
	float: left;
	margin-top: 17px;
	margin-left: 25px;
	cursor: pointer;
}

.hdr-wrap-mobile .hamburger {
	margin-top: 10px;
	margin-left: 15px;
}

.hamburger .line {
	background-color: white;
	height: 5px;
	width: 100%;
	margin-bottom: 5px;
}

.hamburger:hover .line {
	background-color: #46c1d9;
}

/*.hdr-wrap-mobile .hamburger .line {
	height: 10px;
	margin-bottom: 15px;
}*/

.hamburger .line:last-of-type {
	margin-bottom: 0;
}

#menu, #mobileMenu {
	position: fixed;
	top: 76px;
	left: 275px;
	background: black;
	padding: 3px 15px 15px 15px;
	text-align: left;
	list-style: none;
	padding-top: 3px;
}

.hdr-wrap-mobile #mobileMenu {
	top: 68px;
	left: 0;
	padding-bottom: 20px;
	padding-top: 5px;
}

#menu.hidden, #mobileMenu.hidden {
	display: none;
}

#menu a, #mobileMenu a { 
	color: white;
	font-size: 1.5rem;
	letter-spacing: 0.2px;
}

#menu li, #mobileMenu li {
	margin-top: 5px;
	font-family: "Quicksand", sans-serif;
}

#mobileMenu li {
	margin-top: 15px;
}

#menu li:hover, #mobileMenu li:hover {
	color: #46c1d9;
}

.content-wrap, #compliciteWrap {
	width: 100%;
	max-width: 900px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 125px;
}

.content-wrap {
	display: none;
	min-height: calc(100vh - 301px);
}

.content-wrap.shown, #compliciteWrap.shown {
	display: block;	
}

.content-wrap > h1, .content-wrap > h2 {
	font-weight: bold;
	text-align: left;
}

.content-wrap > h1 {
	text-transform: uppercase;
	font-size: 4rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: "Quicksand", sans-serif;
}

.content-wrap > h2 {
	font-size: 2rem;
	margin-bottom: 20px;
}

.content-wrap > h2 a {
	color: #46c1d9;
	text-decoration: none;
}

.content-wrap > h2 a:hover {
	text-decoration: underline;
}

#home {
	padding-top: 27vh;
}

#home > h1, #home > h2 {
	text-align: center;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#buttonWrap {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 290px;
	margin-top: 50px;
	margin-bottom: 60px;
}

#home .button {
	cursor: pointer;
	background: black;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: white;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 10px 0 10px;
	font-size: 16px;
	font-weight: bold;
}

#home .button:hover {
	background: #d3170e;
}

.content-wrap > .box {
	padding: 20px 40px;
	min-height: 0;
	margin-bottom: 30px;
	background-color: white;
}

.box > .quote, .box > .quote-by {
	font-weight: normal;
}

.box > .quote {
	font-size: 2rem;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	font-style: italic;
}

.box > .quote-by {
	text-align: center;
	font-size: 1.4rem;
} 
#compliciteWrap {
	display: none;
	max-width: 880px; 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	text-decoration: none;
	min-height: 0;
}

#compliciteWrap > * {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

#compliciteWrap > p {
	color: black;
	display: block;
}

#playBtn {
	background-color: black;
	color: white;
	border-radius: 2px;
	padding: 5px 10px 5px 10px;
}

/* GRID STYLES */

.grid-wrap {
	text-align: center;
}

.grid-wrap .box {
	font-size: 1.5rem;
	background-color: rgba(70, 193, 217, 0.6);
}
.box {
	width: 100%;
	min-height: 125px;
	height: auto;
	background-color: white;
	
	border: 1px solid #ccc;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

.box.video, .box.audio {
	display: inline-block;
}

.box.video {
	margin-left: 10px;
	margin-right: 10px;
	width: calc(50% - 12px);
	padding: 0px 0px 0px 0px;
}

.box.video .top {
	
	line-height: 34px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.box.video .top p {
	font-family: "Quicksand", sans-serif;
}

.box.video:first-of-type {
	margin-left: 0;
}

.box.video:nth-of-type(2) {
	margin-right: 0;
}

.vid {
	width: 100% !important;
	height: auto !important;
	vertical-align: bottom;
}

.box.audio {
	margin-left: 10px;
	margin-right: 10px;
	width: calc(33.3% - 16px);
}

.box.audio .top {
	border-bottom: 1px solid #ccc;
	height: 100px;
	padding-left: 20px;
	padding-right: 20px;
}

.box.audio .top p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Quicksand', sans-serif;
}


.box.audio audio {
	vertical-align: bottom;
	width: 100%;
	height: 40px;
}

/* FOOTER */
#WrapperPiedPage {
	width: 100%;
	height: 156px;
	background-color: white;
}

#PiedPage {
	width: 100%;
	height: 127px;
	padding: 29px 0 0 0;
	margin: 0 auto;
	position: relative;
	max-width: 985px;
}

#PiedPage ul {
	list-style: none;
}

#PiedPage ul li {
	border-left: 1px solid #dadada;
	padding: 0 8px;
	color: #6d6d6d;
	font-size: 1.1em;
	float: left;
}

#PiedPage ul li.PremierItem {
	border: 0px;
}

#logoWrap {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 420px;
}

#PiedPage a {
	color: #6d6d6d;
	text-decoration: none;
}

#PiedPage ul.Navigation {
	text-align: center;
	margin: 0 0 22px;
}

#PiedPage ul.Navigation li {
	display: inline;
	float: none;
	padding: 0 4px 0 8px;
	font-size: 14px;
}

.AligneGauche {
	float: left;
	padding-left: 50px;
	border-right: 1px solid #dadada;
}

.AligneDroite {
	float: right;
	padding-right: 50px;
}

.Clearer {
	clear: both;
}

@media only screen and (min-width: 768px), screen and (max-device-width: 0px) {
	/*.toggle-lang {
		border: 2px solid #8a8a8a;
		border-radius: 3px;
		font-size: 1.4em;
		margin: .6em 1em 0;
		padding: 1.15em .5em 0;
	}

	.toggle-lang::after {
		position: absolute;
		top: 0.3em;
		right: 0.3em;
		content: '1';
		font-size: .4em;
	}*/

	.hdr-wrap .logo-science {
		-webkit-transition: top 0.4s ease;
		-moz-transition: top 0.4s ease;
		transition: top 0.4s ease;
		height: 10rem;
		left: 20px;
		top: -.8rem;
		width: 10rem;
	}

	.hdr-wrap .logo-science:hover {
		top: -.4rem;
	}
}

@media only screen and (min-width: 992px), screen and (min-device-width: 992px) {
	.toggle-lang {
		margin-right: 1em;
	}

	.hdr-wrap .logo-science {
		height: 12rem;
		left: 20px;
		top: -1.3rem;
		width: 12rem;
	}

	.hdr-wrap .logo-science:hover {
		top: -.7rem;
	}
}

@media only screen and (max-width: 710px), screen and (max-device-width: 710px) {
	.box.video {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-device-width: 767px) {
	html {
		font-size: 100%;
	}

	.hdr-wrap {
		display: none;		
	}

	.hdr-wrap-mobile {
		display: block;
	}

	.hdr-main {
		height: 68px;
	}

	/*#menu a, #mobileMenu a, .toggle-lang { 
		font-size: 3rem;
	}*/

	.content-wrap {
		padding-top: 30px;
	}

	.content-wrap > h1 {
		font-size: 2rem;
	}
	.content-wrap > h2 {
		font-size: 1.5rem;
	}

	#home {
		padding-top: 0;
	}

	#home .button {
		font-size: 14px;
	}

	.box > .quote {
		font-size: 1.5rem;
	}

	.box > .quote-by {
		font-size: 1.2rem;
	}
	/*.grid-wrap .box {
		font-size: 3em;
	}*/

	.box.video .top {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.box.audio .top {
		height: 200px;
	}

	/*.box.audio audio {
		height: 0px;
	}*/

	.AligneGauche, .AligneDroite {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 200px;
		margin-top: 5px;
		margin-bottom: 5px;
		padding-left: 0;
		padding-right: 0;
	}

	.AligneDroite {
		width: 273px;
	}

	#PiedPage ul li {
		float: none;
		display: inline-block;
	}
}

@media only screen and (max-width: 660px), screen and (max-device-width: 660px) {
	.box.audio {
		width: calc(50% - 12px);
	}

	.grid-wrap > .box.audio:nth-of-type(2n+1) {
		margin-right: 0px;
	}

	.grid-wrap > .box.audio:nth-of-type(2n):not(.centered) {
		margin-left: 0px;
	}
}

@media only screen and (min-width: 661px), screen and (min-device-width: 661px) {
	.grid-wrap > .box.audio:nth-of-type(3n+1):not(.centered) {
		margin-right: 0px;
	}

	.grid-wrap > .box.audio:nth-of-type(3n-1):not(.centered) {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 570px), screen and (max-device-width: 570px) {
	
}

@media only screen and (max-width: 450px), screen and (max-device-width: 450px) {
	.box.audio {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}