body {
	font-family:             Marine-Rounded-Regular;
	-webkit-font-smoothing:  antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing:          antialiased;
	}

#header {
	width: 100vw;
	height: 70vh;
	background-image: url(../img/header.png);
		background-size: 60vw;
		background-repeat: no-repeat;
		background-position: center center;
	background-color: #343332;
	}

/*#header video {*/
/*	width: 100vw;*/
/*	height: 70vh;*/
/*	}*/
/*#header .cover {*/
/*	position: absolute;*/
/*	top:0;*/
/*	left:0;*/
/*	width: 100vw;*/
/*	height: 70vh;*/
/*	background-image: url(../img/header.svg);*/
/*	background-size: 100vw;*/
/*	background-repeat: no-repeat;*/
/*	background-position: center center;*/
/*	}*/

.section {
	/*width: 100%;*/
	padding: 10vh 15vw;
	}

.section.flex {
	display:flex;
	flex-wrap:wrap;
	}

.section .col {
	flex:0 0 48%;
}

.section h3 {
	font-family: 'QuentinRegular';
	font-size: 3vw;
	width: 100%;
	
	margin-bottom: 1em;
	}

.section i {
	color:black;
	line-height: 1.2em;
	background-color: rgba(255,255,255,.3);
	border-radius: 100px;
	padding: .2em;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	}

.section .content {
	font-size: 20px;
	line-height: 1.4em;
	margin:1em 0 2em;
	}

.btn {
	display: inline-block;
	border:1px solid white;
	border-radius: 100px;
	padding: .5em 2em;
	color:white;
	font-size: 150%;
	text-decoration: none;
	font-family: 'QuentinRegular';
	transition: .5s ease background-color;
	margin: 0 10px;
	}

.btn:hover {
	background: rgba(255,255,255,.2);
	text-decoration: none;
	}

#hero .btn {
	color:black;
	border-color: black;
	}

.btn.back {
	margin: 5em auto;
	background: #F05335;
}

.rsrc {
	margin: 5vh auto;
	display: flex;
	justify-content: center;
	}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
	#header {
		height: 50vh;
	}

	.rsrc {
		flex-wrap: wrap;
	}

	.btn {
		font-size: 100%;
		flex: 0 0 75%;
		text-align: center;
		margin: 2vh auto;
	}

	.soutenir .btn {
		display: block;
		margin: 0 auto 4em;
	}

	.section  {
		padding: 10vh 12vw;
	}

	.section h3 {
		font-size: 8vw;
	}

	.section.flex {
		flex-wrap: wrap;
	}

	.section .col {
		flex: 0 0 100%;
	}

	.section .content {
		font-size: 16px;
	}
}

/* NAV
******************************************************************************/
#nav {
	position: fixed;
	right:0;
	top:35vh;
	height: 30vh;
	width: 9vh;
	z-index: 200;
	}


#nav a {
	display: block;
	width: 7vh;
	height: 7vh;
	border-radius: 100px;
	margin: 1.5vh 1.5vh 1.5vh 0;
	transform: scale(0);
	}

#nav a.active {
	border:2px solid white;

}

#nav a.pop {
	animation: .2s  cubic-bezier(.2,1.13,.61,1.80) pop
}

@-webkit-keyframes pop {
	0% {
		transform: scale(1);
	}
100% {
	transform: scale(1.2);
}

}



#nav a:first-child {
	transition: .2s transform cubic-bezier(.2,1.13,.61,1.80);
	transition-delay: 0s;
	}

#nav a:nth-child(2) {
	transition: .2s transform cubic-bezier(.2,1.13,.61,1.80) ;
	transition-delay: .1s;
	}

#nav a:last-child {
	transition: .2s transform cubic-bezier(.2,1.13,.61,1.80) ;
	transition-delay: .2s;
	}

#nav.show a {
	transform: scale(1);
	box-shadow: 0 10px 10px rgba(0,0,0,.3);
	}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
	#nav {
		position: fixed;
		/*left:     0;*/
		right:0;
		width:11vw;
		}
	
	#nav a {
		
		width:  5vh;
		height: 5vh;
		}
	}

/* HERO
******************************************************************************/
#hero h1 {
	font-family:             Marine-Rounded-Black;
	-webkit-font-smoothing:  antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing:          antialiased;
	font-size: 5vw;
	font-weight: 900;
	text-align: center;
	}


/* CLTP
******************************************************************************/
.cltp {
	background: #4FA2A4;
	border:2px solid #4FA2A4;
	color:white
	}

.cltp a {
	color:white;
}


#vid {
	margin: -45% 0 0 55%;
	width: 20vw;
  height: calc(20vw * 2.04);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	background: url("../img/phone-bg.png") no-repeat;
	background-size: cover;
	background-position: center center;
	transform: rotateZ(5deg);
	}



#vid>div {
	overflow: hidden;
	width: 19vw;
	height: calc(19vw * 2.04);
	}

.video {
	width: 18vw;
	height: calc(18vw * 2.04);
	object-fit: contain;
	margin: 1vw 0 0 -15vw;
	}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
	#vid {
		margin: 0 auto;
		width:  50vw;
		height: calc(50vw * 2.04);
		}
	
	#vid > div {
		width:  49vw;
		height: calc(49vw * 2.04);
		}
	
	.video {
		width:  46vw;
		height: calc(46vw * 2.04);
		margin: 3vw 0 0 0vw;
		
		}
	}
/* COMITÉ
******************************************************************************/
#comite {

	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	}

.comite {
	background: #FBAD37;
	border:2px solid #FBAD37;
	}

.comite-item {
	width: 18%;
	text-align: center;
	}

.comite-item .photo {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 100%;
	margin-bottom: 1em;
	box-shadow: 0 10px 10px rgba(0,0,0,.3);
	}

.comite-item h4 {
	font-size: 1.2vw;
	margin: 0 0 .5em 0;
	}

.comite-item h5 {
	font-size: 1.1vw;
	margin: 0 0 .5em 0;
	font-weight: normal;
	}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
	.comite-item {
		width: 90%;
		margin-bottom: 5vh;
	}

	.comite-item h4 {
		font-size: 5vw;
	}

	.comite-item h5 {
		font-size: 4vw;
	}
}

/* SOUTENIR
******************************************************************************/
.soutenir {
	background-color: #F05335;
	border:2px solid #F05335;
	color:white
	}

.soutenir a {
	color:white
}

/* CHIFFRES
**********************************************************************************************************************/
.numbers {
	display: flex;
	justify-content: space-around;
	flex: 0 0 100%;
	margin: 5vh 0 ;
	}

.number {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 15vw;
	text-align: center;

	/*background: radial-gradient(circle, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, 0) 56%, rgba(255, 255, 255, 0) 100%);*/
	}

.number h4 {
	/*font-family: 'Bw Nista Grot Bk', sans-serif;*/
	font-family: QuentinRegular,Serif;
	margin: 10px;
	text-shadow: 0 5px 5px rgba(0,0,0,.1);
	}

.number h4.big {
	font-size: 10vw;
	}

.number h4.medium {
	font-size: 6vw;
	}

.number h4.small {
	font-size: 3vw;
	}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
	.numbers {
		display: flex;
		flex-direction: column;
		}
	.number {
		width: 100%;
		margin: 5vh auto;
		}
	
	.number h4.big, .number h4.medium, .number h4.small {
		font-size: 20vw;
		}
		
	}

/* PIED DE PAGE
******************************************************************************/
#footer {
	background-color: #333;
	color:grey
	}

#footer h6 {
	font-family: QuentinRegular, Serif;
	margin: 0 0 1em 0;
	}
.logos {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	}

.logo-item {
	display: inline-block;
	width: 30%;
	aspect-ratio: 2/1;

	}



@media screen and (min-device-width: 320px) and (max-width: 768px) {
	#footer h6 {
		font-size: 14px;
		margin-top: 2em;
	}

	.logos {
		width: 100%;
	}

	.logo-item {
		display: inline-block;
		width: 45%;
	}
}
