#page{
	width: 100vw;
	padding: 0px;
	
	margin-right: auto;
	margin-top: 0px;
	margin-left: auto;
}
#head{
	width: 90%;
	height: 20vh;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: pink;

}
#nav{
	width: 90%;
	height: 10vh;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: ;

}
#corps{
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;


}
#pied{
	width: 90%;
	height: 30vh;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ea47ea;
	font-size: 2vw;


}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
#nav ul li{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#nav ul li a{
	text-decoration: none;
	color: white;
	background-color: #de47ea;
	padding: 10px;
	margin: 10px;
	
	font-family: arial,helvetica,sans-serif;
	border: 1px solid white;
	height: 100%;
	width: 22%;
	font-weight: bold;
	display: block;
	float: left;
	border-radius: 5px;
	font-size: 1.2;


}

h1{
	text-align: center;
	color: greenyellow;
	font-weight: bold;
	font-size: 3vw;
	font-family: algerian;
}
#corps form{
	width: 85%;
	height: 60%;
	border-radius: 5px;
	border: 1px solid #ea47ea;
	background: transparent;
	display: flex;
	flex-direction: column;
	padding: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	justify-content: center;
	align-items: center;
	opacity: 50%;


}
#corps form input{
	width: 80%;
	height: 8%;
	padding-top:1% ;
	padding-left:5% ;
	padding-right:5% ;
	padding-bottom: 1%;
	margin-top:1% ;
	margin-left:auto ;
	margin-right:auto ;
	/*border-radius: 5px;*/
	border: none;
	border-bottom: 2px solid #de47ea;
	background: none;
	border-top: 0px;
	border-radius: 0px;outline: 0;
	margin-bottom: 20px;
	color: black;

}

.enregi{
	width: 55%;
	height: 50px;
	border-radius: 15px;
	cursor: pointer;
	border-color: #0db8de!important;
	color: #0db8de;
	margin-top: 30px;
	background: transparent;
}

.enregi:hover{
	background-color:#de47ea;
}

form input[type="submit"]{
	cursor: pointer;
    background-color: greenyellow;
    color: #fff;
    border: ;
}

#nav ul li a:hover{
	background-color: greenyellow;
	transform: scaleX(1.2);
}

.imhead{
	width: 10%;
	height: 30%;
	float: left;


}

.clear{
	clear: both;
}

.poppop {
	width: 10%;
	height: 30%;
	float: right;
	animation: 0.2s infinite popi;


}

@keyframes popi{
	0%{
		opacity: 0;
		transform: scale(0);
		
	}
	100%{
		opacity: 100%;
		transform:scale(1.2);
	}
}

.part_slide{
	position: relative;
	display: inline-flex;
	flex-wrap: nowrap;
	width: 100%;
	height: 50%;
	
	margin: 5px;
	padding:0px;
	
	

}
.sli{
	 

	
	width: 48%;
	height: 40vw%;
	border-radius: 5px;
	border: none;
	box-shadow: ;
	padding: 0px;
	font-size: 1.5vw;
	
	left: 0%;
	background-color: white;
	display: inline;

	
}
p{
	font-size: 2vw;
	margin: 5px;
	padding: 5px;
	text-align:justify

}

h2{
	color: #ea47ea;
	text-align: center;
	font-size:2.5 vw;
	font-family: ;
	font-weight: bold;
}
label{
	color: black;
	font-weight: bold;
	font-size:17px ;
	font-family:algerian;
}

fieldset{
	width: 80%;
}

.langue{

	position: relative;
	top: 0px;
	left: 0px;
	height: 10%;
	width: 25%;
	background: transparent;
	border: 1px solid #e6c511;
	margin: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	font-size: 2vw%;
	justify-content: center;

}
.langue:hover{
	background:greenyellow;
}









