@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');

html, body {
	margin: 0; padding: 0;
	font-family: 'Roboto';
	font-weight: 900;
	overflow-x: hidden;
	height: 100%;
	background: url('images/bg.svg') no-repeat top center;
	background-size: cover;
	height: 100vh;
}

.inner{
	width: 80%;
	margin: auto;
}

.menu{
	width: 100%;
	height: 100px;
	line-height: 100px;
	margin-bottom: 5%;
}

.gauche{
	float: left;
}

.droite{
	float: right;
	position: relative;
	top: 30px;
	left: 2%;
}

.logo{
	margin: 0; padding: 0;
	color: white;
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing: 3px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	border-bottom: 2px solid transparent;
	text-transform : uppercase;
    letter-spacing : 0.01em;
    position: relative;
    top: 30px;
}

.logo:hover{
	padding-bottom: 3px;
	border-color: white;
}

.lien{
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 1.7em;
	padding: 0; margin: 0 20px;
	transition: all 0.2s ease-in-out;
	border-bottom: 2px solid transparent;
}

.lien:hover{
	padding-bottom: 3px;
	border-color: white;
}

.lien i{
	margin-right: 5px;
}

.nav-toggle{
	width: 40px;
	height: 100px;
	display: none;
	align-items: center;
	float: right;
	cursor: pointer;
}

span.toggle-icons, span.toggle-icons:before, span.toggle-icons:after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: white;
	position: relative;
	transition: all 0.3s ease-in-out;
}

span.toggle-icons:before{top: 12px;}
span.toggle-icons:after{top: -14px;}

.titre-redirection{
	background: #F97F51;
	width: 43%;
	position: relative;
	left: 31%;
	text-align: center;
	margin-top: 3%;
	border-radius: 30px;
}

.h1-redirection{
	position: relative;
	text-transform : uppercase;
    letter-spacing : 0.01em;
    text-shadow: 1px 1px 3px black;
    color: white;
   	top: 5px;
	/*left: 35%;
	top: 35px;*/
}

.h2-redirection{
	position: relative;
	text-transform : uppercase;
    letter-spacing : 0.01em;
    text-shadow: 1px 1px 3px black;
    color: white;
    font-size: 1.3em;
    bottom: 10px;
	/*left: 35%;
	top: 10px;*/
}

.form_inscription{
	width: 390px;
	height: 540px;
	position: relative;
	left: 42%;
	top: 10px;
	background-color: #F97F51; 
	border-radius: 50px;
}

.p_inscriptions{
	font-size: 2.5em;
	margin-bottom: 30px;
	position: relative;
	left: 16%;
	top: 10px;
	text-transform : uppercase;
    letter-spacing : 0.01em;
    text-shadow: 1px 1px 3px black;
    color: white;
}


.select-filiere{
	font-size: 1.8em;
	position: relative;
	background: #e67e22;
	color: white;
	padding: 10px;
	width: 250px;
	height: 50px;
	border: none;
	font-size: 20px;
	box-shadow: 3px 4px 9px 4px rgba(0,0,0,0.5);
	-webkit-appearance: button;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
}

.select-groupe{
	font-size: 1.8em;
	position: relative;
	background: #e67e22;
	color: white;
	padding: 10px;
	width: 250px;
	height: 50px;
	border: none;
	font-size: 20px;
	box-shadow: 3px 4px 9px 4px rgba(0,0,0,0.5);
	-webkit-appearance: button;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
}

.selected-fg{
	position: relative;
	left: 12%;
	margin: 5%;
}

.submit{
	font-size: 1.5em;
	margin-bottom: 10px;
	border-radius: 7px;
	position: relative;
	left: -40%;
	top: 180px;
}

.radio{
	position: relative;
	left: 0%;
}

.form_connexion{
	width: 390px;
	height: 220px;
	position: relative;
	left: 42%;
	top: -5px;
	background-color: #F97F51;
	border-radius: 50px;
}

.p_connexions{
	font-size: 2.5em;
	margin-bottom: 20px;
	position: relative;
	left: 18%;
	top: 10px;
	text-transform : uppercase;
    letter-spacing : 0.01em;
    text-shadow: 1px 1px 3px black;
    color: white;
}

.connexion-submit{
	font-size: 1.5em;
	margin-bottom: 10px;
	border-radius: 7px;
	position: relative;
	left: 35%;
}

.toggle-connexion{
	width: 40px;
	height: 100px;
	display: flex;
	align-items: center;
	float: right;
	cursor: pointer;
}

.connexion-icon{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: white;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.toggle-inscription{
	width: 70px;
	height: 68px;
	display: flex;
	align-items: center;
	float: right;
	cursor: pointer;
	position: relative;
	right: 87.8%;
	top: 150px;
	background-color: #F97F51;
	border-radius: 5px;
}

.inscription-icon{
	content: "";
	display: block;
	width: 60%;
	height: 3px;
	background: white;
	position: relative;
	left: 17%;
	top: 0px;
	transition: all 0.3s ease-in-out;
}

.inscription_info{
	width: 153px;
	height: 68px;
	position: relative;
	left: 12%;
	top: 150px;
	background-color: #F97F51;
	border-radius: 5px;
}

.inscription_info_p{
	font-size: 1.3em;
	position: relative;
	left: 12%;
	top: 17px;
}

.p-titre-inscription{
	position: relative;
	font-size: 3em;
	color: white;
	left: 17%;
	top: 4%;
}

.p-titre-connexion{
	position: relative;
	font-size: 3em;
	color: white;
	left: 56%;
	bottom: 91%;
}


.inputt{
	float: left;
	margin: 10px;
	font-size: 1em;
	border-radius: 10px;
}

.formulaire{
	display: none;
}

.formulaire_inscription{
	display: none;
}

.p_inscription{
	position: relative;
	left: 5%;
}

#filiere-p{
	position: relative;
	left: 28%;
	font-size: 1.3em;
	bottom: 10px;
	text-transform : uppercase;
    letter-spacing : 0.01em;
    text-shadow: 2px 2px 5px black;
    color: white;
}

#groupe{
	position: relative;
	font-size: 1.5em;
	left: 41%;
	bottom: 30px;
}

#groupe-p{
	position: relative;
	left: 40%;
	font-size: 1.3em;
	bottom: 10px;
}


.formulaire.is-open{
	margin: 0;
	padding: 0;
	float: right;
	display: block;
	position: relative;
	top: 100px; left: 34%;
	width: 530px;
	height: 45px;
	background: #F97F51;
	border-radius: 5px;
}

.formulaire_inscription.is-open{
	margin: 0;
	padding: 0;
	float: right;
	display: block;
	position: relative;
	top: 150px; left: -80%;
	width: 220px;
	height: 360px;
	background: #F97F51;
	border-radius: 5px;
}

.toggle-connexion.is-open span.connexion-icon{
	transform-origin: center;
	transform: rotate(90deg);
	top: 0;
	transition: all 0.2s ease-in-out;
}

.toggle-inscription.is-open span.inscription-icon{
	transform-origin: center;
	transform: rotate(90deg);
	top: 0px;
	transition: all 0.2s ease-in-out;
}
.droite.is-open{
	transform: translateX(0);
}

.nav-toggle.is-open span.toggle-icons{
	background: transparent;
}

.nav-toggle.is-open span.toggle-icons:before, .nav-toggle.is-open span.toggle-icons:after{
	transform-origin: center;
	transform: rotate(90deg);
	top: 0;
}

.page-wrapper{
	min-height: 100%;
}

.grand_h1{
	font-size: 2.5em;
	position: relative;
	left: 30%;
	top: 40px;
	color: #0c2461;
	text-transform: uppercase;
}

.images1{
	width: 600px;
	height: 337px;
	text-align: center;
	position: relative;
	left: 34%;
	top: 20px;
	border-radius: 10px;
	background: #F97F51;
}

.form_images1{

}

.vols_images1{

}

.submit_images1{

}

.images2{
	width: 600px;
	height: 337px;
	text-align: center;
	position: relative;
	left: 34%;
	top: 50px;
	border-radius: 10px;
	background: #F97F51;
}

.h1-info{
	position: relative;
	font-size: 2.5em;
	left: 37%;
	bottom: 2%;
	text-transform : uppercase;
    letter-spacing : 0.01em;
    color: white;
}

.checkbox-info{
	width: 100%;
	height: 20px;
	position: relative;
	top: -50px;
	left: -22%;
}

.pp{
	position: relative;
	left: 12%;
	top: 95px;
	border-radius: 20px;
}

.pp-begin{
	position: relative;
	top: -79px;
	left: 19px;

}

#span-pp{
}

.p-infos{
	font-size: 1.5em;
	position: relative;
	left: 1%;

}

.p-info-prenom{
	font-size: 1.5em;
	position: relative;
	left: 12%;
	color: #192a56;
    letter-spacing : 0.01em;
    text-shadow: 1px 1px 3px black;
    color: #f7f1e3;
}

.p-info-nom{
	font-size: 1.5em;
	position: relative;
	left: 55%;
	top: -53px;
	color: #192a56;
    letter-spacing : 0.01em;
    text-shadow: 1px 1px 3px black;
    color: #f7f1e3;
}

.p-info-mail{
	font-size: 1.5em;
	position: relative;
	left: 12%;
	top: -50px;
	color: #192a56;
    letter-spacing : 0.01em;
    text-shadow: 1px 1px 3px black;
    color: #f7f1e3;
}

.p-info-numero{
	font-size: 1.5em;
	position: relative;
	left: 12%;
	top: -50px;
	color: #192a56;
    letter-spacing : 0.01em;
    text-shadow: 1px 1px 3px black;
    color: #f7f1e3;
}

.p-info-filiere{
	font-size: 1.5em;
	position: relative;
	left: 12%;
	top: -50px;
	color: #192a56;
    letter-spacing : 0.01em;
    text-shadow: 1px 1px 3px black;
    color: #f7f1e3;
}

.p-info-groupe{
	font-size: 1.5em;
	position: relative;
	left: 55%;
	top: -102px;
	color: #192a56;
    letter-spacing : 0.01em;
    text-shadow: 1px 1px 3px black;
    color: #f7f1e3;
}

.position-info{
	position: relative;
	left: 23%;
	top: 80px;
	background: #F97F51;
	width: 30%;
	border-radius: 20px;
}

input[type="file"]{
	display: none;
}

label{
	color: white;
	height: 50px;
	width: 240px;
	background-color: #e67e22;
	position: relative;
	margin: auto;
	font-size: 20px; 
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 7px 8px 20px 4px rgba(0, 0, 0, 0.5);
	padding: 10px;
	cursor: pointer;
	transition: 0.2s;

}

label:hover{
	box-shadow: 7px 8px 25px 4px rgba(0, 0, 0, 0.48);
	transform: scale(1.02);
}

label:active{
	box-shadow: 7px 8px 18px 2px rgba(0, 0, 0, 0.53);
	transform: scale(0.98);
}

.fa-direction{
	margin-right: 7px;
}

.modification-image-input{
	position: relative;
	font-size: 1.5em;
	bottom: 2%;
	left: 5%;
}

.modification-image-title{
	position: relative;
	font-size: 1.5em;
	left: 45%;
	letter-spacing : 0.01em;
    color: #f7f1e3;

}

.modification-image{
	position: relative;
	left: 45%;
}

.formulaire-changement{
	position: relative;
	bottom: 0%;
	left: 60%;
	width: 20%;
	height: 100%;
	bottom: 480px;
}

.change-photo{
	position: relative;
	top: 45%;
	right: 30%;
}

.direction-photo{
	position: relative;
	display: flex;
	flex-direction: wrap;
	left: 2%;
}

.change-info{
	letter-spacing : 0.01em;
    text-shadow: 1px 1px 3px black;
    color: #f7f1e3;
}

.new-form{
	position: relative;
	left: 5%;
	font-size: 1.5em;
	margin-bottom: 5px;
	position: relative;
	border-radius: 10px;
}


#chg-submit{
	font-size: 1.5em;
	position: relative;
	top: 50px;
	left: -40%;
}


.checkbox-style{
	padding: 10px;
}

.image-pre{
	width: 180px;
	min-height: 200px;
	border: 2px solid #dddddddd;
	margin-top: 15px;

	/*Texte par défaut*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #cccccc;
}

.image-preview__image{
	display: none;
	width: 100%;
}

.h1-key{
	position: relative;
	text-align: center;
	background: rgba(0,0,0,0.2);
	left: 35%;
	width: 30%;
	font-size: 3em;
	letter-spacing : 0.01em;
    color: #f7f1e3;
	border-radius: 100px;
}

.cle-radio-direction{
	position: relative;
	display: flex;
	flex-direction: wrap;
	justify-content: space-between;
}

.radio-direction{
	position: relative;
	top: 30px;
}

.demande-cle-label{
	letter-spacing : 0.01em;
    color: white;
    font-size: 1.5em;
    width: 230px;
}

.form-cle-api{
	font-size: 1.2em;
	border-radius: 10px;
	margin-top: 5px;
	text-align: center;
	position: relative;
	margin-top: 1%;
	top: 20px;
	left: 17%;
}

.form-cle-api-submit-demande{
	font-size: 1.2em;
	border-radius: 10px;
	margin-top: 5px;
	text-align: center;
	position: relative;
	margin-top: 1%;
	top: 20px;
	left: 30%;
	margin-bottom: 50px;
}

.form-cle-api-submit-voir{
	font-size: 1.2em;
	border-radius: 10px;
	margin-top: 5px;
	text-align: center;
	position: relative;
	margin-top: 1%;
	top: 20px;
	left: 40%;
	margin-bottom: 80px;
}

.inscription-cle-api{
	position: relative;
	left: 40%;
	top: 50px;
	background: #F97F51;
	width: 20%;
	height: 20%;
	text-align: center;
	border-radius: 20px;
}



.demande-cle-api{
	position: relative;
	font-size: 1.5em;
	left: 1%;
	top: 35px;
}

#formulaire-API{
	font-size: 1.5em;
	position: relative;
	left: 1%;
	top: 20px;
}

.message-cle{
	float: right;
	position: relative;
	right: 32%;
	bottom: 28%;
	text-align: center;
	width: 13%;
	font-size: 1.2em;
	color: #f7f1e3;

}

.documentation{
	position: relative;
	left: 20%;
	top: 50px;
	background: rgba(242, 250, 200,0.3);
	width: 60%;
	border-radius: 5px;
}

.h2-documentation{
	text-align: center;
	font-size: 2em;
	margin-bottom: 100px;
	margin-top: 50px;
	letter-spacing : 0.01em;
    text-shadow: 1px 1px 3px white;
}

.h3-documentation{
	position: relative;
	left: 5%;
	font-size: 1.8em;
	margin-top: 50px;
	margin-bottom: 50px;
	letter-spacing : 0.01em;
    text-shadow: 1px 1px 3px white;
}

.p-documentation{
	position: relative;
	left: 5%;
	font-size: 1.1em;
}

.p-documentation-end{
	position: relative;
	left: 5%;
	font-size: 1.1em;
}

table{
	table-layout: fixed;
  	width: 100%;
  	border-collapse: collapse;
  	border: 3px solid black;
}


.le_footer{
	background: #303036;
	color: #d3d3d3;
	height: 100px;
	position: relative;
	top: 100px;

}

.le_footer .contenue{
	height: 100px;
	display: flex;
}

.le_footer .contenue .footer-section{
	flex: 1;
	padding: 10px;
}

.p-footer-element{
	text-align: center;
	position: relative;
	border-bottom: 1px solid grey;
	font-size: 1.3em;
}

.p-footer-sous-element{
	font-size: 1.2em;
}


.le_footer .fond{
	background: #343a40;
	color: #686868;
	height: 50px;
	width: 100%;
	text-align: center;
	position: relative;
	bottom: 0px;
	left: 0px;
	padding-top: 7px;
}

.wrappersss{
	position: relative;
	bottom: 20%;
	left: 70%;
	transform: translate(-50%, -50%);
	width: 750px;
	display: flex;
	box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
}

.wrapper{
	position: relative;
	top: 9%;
	left: 30%;
	transform: translate(-50%, -50%);
	width: 650px;
	display: flex;
	box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
}

.wrapper .left{
	width: 20%;
	background: linear-gradient(to right, #eb2f06, #fa983a);
	padding: 30px 25px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	color: white;
}

.wrapper .left img{
	margin-bottom: 10px;
	border-radius: 100px;
}

.wrapper .left h4{
	margin-bottom: 10px;
}

.wrapper .left p{
	font-size: 14px;
}

.wrapper .right{
	width: 65%;
	background: white;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 30px 25px;
}

.wrapper .right .info,
.wrapper .right .projects{
	margin-bottom: 25px;
}

.wrapper .right .info h3,
.wrapper .right .projects h3{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #7f8c8d;
	color: #353c4e;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.wrapper .right .info_data,
.wrapper .right .projects_data{
	display: flex;
	justify-content: space-between;
}

.wrapper .right .info_data .data,
.wrapper .right .projects_data .data{
	width: 45%;
}

.wrapper .right .info_data .data h4,
.wrapper .right .projects_data .data h4{
	color: #353c4e;
	margin-bottom: 5px;
}

.wrapper .right .info_data .data p,
.wrapper .right .projects_data .data p{
	font-size: 15px;
	margin-bottom: 10px;
	color: #919aa3;
}

.boxess{
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	right: 30%;
}

.boxes{
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	right: 5%;
	/*min-height: 100vh;*/
}

.boxes-change{
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 4%;
	/*left: 5%;*/
}

.box{
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	left: 20%;
	/*min-height: 100vh;*/
}

.button{
	/*background-color: #03A9F4;*/
	background-color: #e67e22;
	border: none;
	border-radius: 5px;
	box-shadow: 7px 8px 20px 4px rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 2.8em;
	font-family: 'Roboto';
	outline: none;
	padding: 20px;
	cursor: pointer;
	transition: 0.2s;
}

.button:hover{
	box-shadow: 7px 8px 25px 4px rgba(0, 0, 0, 0.48);
	transform: scale(1.02);
}

.button:active{
	box-shadow: 7px 8px 18px 2px rgba(0, 0, 0, 0.53);
	transform: scale(0.98);
}

.buttonne{
	/*background-color: #03A9F4;*/
	background-color: #e67e22;
	border: none;
	border-radius: 5px;
	box-shadow: 7px 8px 20px 4px rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 1.8em;
	font-family: 'Roboto';
	outline: none;
	padding: 15px;
	cursor: pointer;
	transition: 0.2s;
}

.buttonne:hover{
	box-shadow: 7px 8px 25px 4px rgba(0, 0, 0, 0.48);
	transform: scale(1.02);
}

.buttonne:active{
	box-shadow: 7px 8px 18px 2px rgba(0, 0, 0, 0.53);
	transform: scale(0.98);
}


.wrapperssss{
	position: relative;
	top: 220px;
	transform: translateY(-50%);
	/*transform: translateX(-20%);*/
	width: 97%;
	padding: 0 20px;
}

.wrapperss{
	position: relative;
	/*top: 400px;*/
	transform: translateY(-50%);
	transform: translateX(-20%);
	width: 100%;
	padding: 0 20px;
}

.wrappers{
	position: relative;
	/*top: 250px;*/
	bottom: 95%;
	transform: translateX(20%);
	width: 100%;
	padding: 0 20px;
}

.contact-form{
	max-width: 550px;
	margin: 0 auto;
	background: rgba(0,0,0,0.3);
	padding: 30px;
	border-radius: 7px;
	display: flex;
	box-shadow: 0 0 10px rgba(0,0,0,0.13);

}

.contacts-form{
	max-width: 700px;
	margin: 0 auto;
	background: rgba(0,0,0,0.3);
	padding: 30px;
	border-radius: 7px;
	display: flex;
	box-shadow: 0 0 10px rgba(0,0,0,0.13);
}

input{
	outline: none;
}

.input-fields{
	display: flex;
	flex-direction: column;
	margin-right: 4%;

}

.input-fields{
	width: 80%;
}

.input-fields .input{
	font-size: 1.8em;
	margin: 10px 0;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #c5ecfd;
	padding: 10px;
	color: #fff;
	width: 100%;
}


::-webkit-input-placeholder{
	color: #fff;
}

::-moz-input-placeholder{
	color: #fff;
}

::-ms-input-placeholder{
	color: #fff;
}

.boite{
	position: relative;
	top: 75%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.boite select{
	background: #0563af;
	color: white;
	padding: 10px;
	width: 250px;
	height: 50px;
	border: none;
	font-size: 20px;
	box-shadow: 3px 4px 9px 4px rgba(0,0,0,0.5);
	-webkit-appearance: button;
	outline: none;
}

.boite:before{
	content: '';
	position: relative;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #007ce0;
	pointer-events: none;
}

.boite:hover:before{
	background: #0472ca;
}

@media only screen and (max-width: 1170px){
	.droite{
		position: absolute;
		top: 100px; right: 0;
		width: 200px;
		height: 100%;
		background: #F97F51;
		transform: translateX(100%);
		transition: all 0.2s ease-in-out;
	}

	.lien{
		display: block;
		text-align: center;
		padding: 0; margin: 0;
		height: 100px;
	}

	.nav-toggle{
		display: flex;
	}
}

