#burger {
	display: none;
}

header {
	height: 50vh;
	background-image: url('../images/bg.png');
	background-size: cover;
	display: flex;
	align-items: center;
	padding: 0 5em;
	box-sizing: border-box;
}

header h1 {
	color: white;
	font-size: 4em;
	font-weight: 300;
	font-family: regular;
	text-shadow: 1px 1px 1px #9f9f9f;
}


.statistics,
.statistics div {
	display: flex;
	flex-wrap: wrap;
	color: #6D8A95;
}

.statistics {
	background-color: #BCDBDA;
	border: 1px solid #56BFBD;
	padding: 1em 5em;
	box-sizing: border-box;
	justify-content: flex-start;
}

.statistics div {
	width: 20%;
}

.statistics div p {
	border-left: 1px solid #6D8A95;
	padding-left: 1vh;
}

.statistics div span {
	font-size: 2em;
	margin-left: 10%;
}

main {
	box-sizing: border-box;
	width: 90%;
	margin: 5vh auto;
}

.title {
	display: flex;
	flex-wrap: wrap;
	color: #6D8A95;
	text-transform: uppercase;
	align-items: flex-start;
}

.title h2 {
	font-size: 1.5em;
	padding-left: 1vh;
	font-weight: 300;
	line-height: 1.3em;
}

.title h2 span {
	width: 100%;
	text-transform: lowercase;
	font-size: 0.7em;
}

.title img {
	border-right: 1px solid #6D8A95;
	width: 2em;
	padding-right: 1vh;
}

.active {
	color: black;
}



#left,
#right {
	width: 2em;
	position: absolute;
	top: 49%;
	opacity: 0.6;
	cursor: pointer;
}

#left {
	left: -5em;
}

#right {
	right: -5em;
}

main .item {
	width: 50%;
	margin: auto;
	border: 1px solid black;
	position: relative;
	height: 30vh;

}

main .item>div {
	flex-wrap: wrap;
	display: none;
	height: 100%;
}

main .item>div div {
	width: 50%;
	background-size: cover;
	background-position: center;
}

main .item .modale>div {
	width: 100%;
}

main .item .content {
	padding: 1em;
	box-sizing: border-box;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-around;
	display: flex;
}

main .item .content {
	width: 50%;
}

main .item>div:nth-child(2) {
	display: flex;
}


.modale {
	position: fixed;
	background-color: #ACE1E0;
	top: 10%;
	width: 60% !important;
	left: 20%;
	height: 80%;
	padding: 3em;
	box-sizing: border-box;
	color: #405354;
	z-index: 6;
	display: none;
}

.modale h3 {
	font-size: 1.3em;
}

.modale.people {
	background-color: white;
	flex-wrap: wrap;
	height: auto;
	top: 30%;
}

.modale.people .text-zone {
	width: 70%;
	height: auto;
}


.modale.people .text-zone p {
	position: inherit;
	text-align: left;
}

.modale.people>p {
	position: static !important;
	text-align: left !important;
	margin-top: 3vh;
	font-weight: bold;
}

.modale.people .frame {
	height: inherit;
}

.modale-background {
	background-color: #000000;
	opacity: 0.5;
	width: 100% !important;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 5;
}

.modale img.close {
	position: absolute;
	top: 1vh;
	right: 1vh;
	width: 1em;
	opacity: 0.6;
	cursor: pointer;
}

.modale>div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.modale div div {
	width: 40%;
}

.modale div img {
	width: 20%;
	margin-right: 1em;
}

.modale .text-zone {
	overflow: scroll;
	height: 70%;
	font-size: 1.1em;
	display: block;
}

video {
	display: block;
	width: 80%;
	margin: 2vh auto;
}

article {
	width: 100%;
	background-color: #ACE1E0;
	margin: 28vh auto 0;
	border-radius: 1.5em;
	text-align: center;
	padding: 4vh 0;
}

article h1 {
	text-transform: uppercase;
	color: #0F4463;
}

article div {
	width: 30px;
	height: 2px;
	background-color: #0F4463;
	margin: 2vh auto;
}

article p {
	width: 55%;
	margin: auto;
	text-align: inherit;
	color: #137F7E;
	margin-bottom: 1vh;
	line-height: 1.5em;
}


section {
	float: left;
	width: 45%;
}

section:nth-child(1) {
	margin-right: 5%;
}

section .profile {
	display: flex;
	align-items: center;
	margin-bottom: 5vh;
	color: #405354;
	position: relative;
}

section .profile div:nth-child(2) {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 15vh;
}

.frame {
	background-color: #FF9353;
	width: 7em;
	border-radius: 1vh;
	padding-right: 5px;
	margin-right: 2em;
	box-shadow: 1px 1px 10px #9f9f9f;
}

section .profile img {
	width: 7em;
}

section .profile p:nth-child(1) {
	font-size: 1em;
}

section .profile p:nth-child(2) {
	font-size: 1.1em;
}

section .profile p:last-of-type {
	display: flex;
	flex-wrap: wrap;
	text-align: right;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.6;
	font-size: 0.8em;
	cursor: pointer;
}

section .profile p:last-of-type img {
	width: 1em;
	margin: auto;
	display: block;
}

.references {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.references div:not(.barre) {
	line-height: 1.2em;
	width: 18%;
	box-sizing: border-box;
}

.references .barre {
	width: 1px;
	height: auto;
	background: #405354;
}

.references div:last-child {
	border-right: none;
}

.references h2 {
	margin-bottom: 2vh;
}

.references p b {
	font-family: bold;
}

form {
	color: #405354;
	margin-left: 3%;
}

form input {
	margin-bottom: 1.5em;
}

label {
	line-height: 1.5em;
}

textarea,
form input[type="text"],
form input[type="password"] {
	width: 100%;
	border-radius: 1vh;
	border: 1px solid #405354;
	padding: 1vh;
	font-family: regular;
}

input[type="submit"] {
	width: 30%;
	display: block;
	margin: 5vh auto;
	background-color: white;
	border: 1px solid #405354;
	border-radius: 1vh;
	padding: 1vh;
	font-size: 1em;
	color: #405354;
}


footer,
footer div div a {
	background-color: #BCDBDA;
	display: flex;
	color: #6D8A95 !important;
	clear: both;
	flex-wrap: wrap;
}

footer>div {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

footer p#partenariat,
footer p#partenariat a {
	text-align: center;
	text-transform: uppercase;
	color: #6D8A95;
	font-size: 0.8em;
}

footer p#partenariat a {
	text-decoration: underline;
}

footer div#copyright {
	width: 100%;
	display: block;
	margin: 3vh auto;
	font-size: 0.8em;
}

footer div#copyright p {
	text-align: center;
	color: black;
}

footer div#copyright a {
	text-decoration: none;
	color: black;
}

footer div#copyright b {
	text-transform: underline;
}

#map {
	display: none;
	position: absolute;
	top: 15vh;
	right: -200px;
	transition: 1s;
	opacity: 0;
}

#map div>a {
	display: none;
}

#map_access {
	display: none !important;
}

#mentions-legales {
	display: block;
	width: 60%;
	margin: 5vh auto;
	float: none;
}

#mentions-legales ul {
	list-style-type: none;
}


#map_inner a[title="For evaluation use only."] {
	color: red !important;
	display: none !important;
}