@import url(https://fonts.googleapis.com/css?family=Poiret+One|Roboto|Open+Sans|Raleway);

@font-face {
	font-family: Raleway;
	src: url(../font/Raleway.ttf);
}

@font-face {
	font-family: Open Sans;
	src: url(../font/OpenSans.ttf);
}

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	/*scroll-behavior: smooth;*/
}

header {
	width: 100%;
	z-index: 4;
	position: fixed;
	/*background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(53, 49, 102, 0.15));*/
}

footer {
	background-color: #F4F4F4;
	width: 100%;
}

.z-id-2 {
	z-index: 2;
}

/* NAVIGATION BAR -------------------------------------------------------------------*/

header {
	background-color: #122658;
}

#navigation {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: baseline;
	margin-right: 3em;
	margin-top: 2.5em;
}

header img {
	object-fit: cover;
	max-height: 100%;
	width: auto;
}

#navigation li {
	list-style-type: none;
	margin-left: 3.5em;
	letter-spacing: 0.05em;
	font-family: 'Raleway SemiBold', Raleway, sans-serif;
	color: #F4F4F4;
}

#navigation a {
	text-decoration: none;
	color: #2DD6FF;
}

#navigation a:hover {
	color: #16F0DF;
}

/* DROP DOWN MENU -------------------------------------------------------------------*/

.dropdown {
	display: inline-block;
	position: relative;
	padding-top: 0.5em;
}

.languageLabel {
	font-family: 'Raleway SemiBold', Raleway, sans-serif;
	color: #2DD6FF;
	margin: 0;
	display: inline-block;
	font-size: smaller;
}

.dropdownContent {
	display: none;
	position: absolute;
	padding: 0.5em;
	overflow: auto;
	border-radius: 0.2em;
	border: #2DD6FF solid 0.1em;
	background-color: #122658;
}

.dropdownContent1 {
	width: 205px;
}

.dropdownContent2 {
	width: auto;
}

.dropdown:hover .dropdownContent {
	display: block;
}

.dropdownContent a {
	display: block;
	font-size: smaller;
}

/* SECTION -------------------------------------------------------------------*/

section {
	background-color: #F4F4F4;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
}

.groupe-sous-sections {
	display: flex;
    flex-direction: row;
    justify-content: center;
	flex-wrap: wrap;
	gap: 2.5em;
}

.sous-section {
	flex-basis: 30%;
}

.sous-sectionM {
	flex-basis: 80%;
}

section p {
	font-family: 'Open Sans Medium', Open Sans, sans-serif;
	color: #122658;
	font-size: x-large;
	/*text-align: justify;*/
}

.section2 {
	background-color: #122658;
}

.section2 h3 {
	color: #F4F4F4;
}

.section2 p {
	color: #e0dfe2;
}

.section-margin-L {
	width: 100%;
	margin: 5em;
}

.section-margin-S {
	width: 100%;
	margin: 3em;
}

.section-margin-XS {
	width: 100%;
	margin: 1.5em;
}

label {
	font-family: 'Open Sans Medium', Open Sans, sans-serif;
	color: #e0dfe2;
	font-size: large;
}

option {
	font-family: 'Open Sans Medium', Open Sans, sans-serif;
	color: #122658;
	font-size: medium;
}

/* BACKGROUND VIDEO -------------------------------------------------------------------*/

.video-container {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.video-container video {
	opacity: 60%;
	min-height: 120%;
	/*object-fit: cover;
    object-position: center;*/
}

/* IMAGES -------------------------------------------------------------------*/

.image-container {
	overflow: hidden;
}

.image {
	width: 100%;
}

/* TITLES -------------------------------------------------------------------*/

h1 {
	color: #F4F4F4;
	font-family: 'Raleway ExtraBold', Raleway, sans-serif;
	font-size: 6em;
	text-align: center;
	margin-bottom: 0;
	display: none;
}

h2 {
	color: #16F0DF;
	font-family: 'Raleway SemiBold', Raleway, sans-serif;
	font-size: x-large;
	text-align: center;
	margin-top: 0;
	display: none;
}

h3 {
	color: #122658;
	font-family: 'Raleway ExtraBold', Raleway, sans-serif;
	font-size: xx-large;
	margin: 0;
}

h4 {
	color: #16F0DF;
	font-family: 'Raleway SemiBold', Raleway, sans-serif;
	font-size: x-large;
	margin: 0;
}

h5 {
	color: #122658;
	font-family: 'Raleway ExtraBold', Raleway, sans-serif;
	font-size: xx-large;
	text-align: center;
	margin-top: 0;
	margin-bottom: 2em;
	/*text-transform: uppercase;*/
}

.section2 h5 {
	color: #F4F4F4;
}

/* BUTTONS -------------------------------------------------------------------*/

button {
	border: none;
	padding: 0.9em;
	text-align: center;
	font-family: 'Raleway ExtraBold', Raleway, sans-serif;
	font-size: large;
	border-radius: 2em;
	transition-duration: 0.4s;
}

.buttonLight {
	background-color: #F4F4F4;
	color: #122658;
}

.buttonDark {
	background-color: #122658;
	color: #F4F4F4;
}

button:hover {
	background-color: #16F0DF;
	cursor: pointer;
}

/* NOTE BOX -------------------------------------------------------------------*/

.notebox {
	border: 0.2em;
	border-style: solid;
	border-radius: 0.5em; 
	border-color: #2DD6FF;
	width: 700px;
	height: auto;
	padding: 0;
}

.notebox p {
	color: #F4F4F4;
	font-family: 'Open Sans', Open Sans;
	text-align: center;
	width: auto;
	margin: 1em;
}

/*-------------------------------------------------------------------*/

.objectifs {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.objectifs p {
	border: 2px solid #122658;
	border-radius : 10px;
	padding: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	width: 200px;

}

.row {
	margin: 1em;
}

strong {
	font-weight: bolder;
	text-transform: uppercase;
	/*text-decoration: underline;*/
  }