.banner{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.banner .myImage{
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 100%;
	height: 100%;
	z-index: -5;
}
.headaccueil{
}
.logo{
	width: 80px;
	margin: auto;
}
.rowhead{
	align-items: center;
	height: 10vh;
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
}
.black_div{
	background-color: rgb(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: -1;
	right: 0px;
}
.burger1{
	cursor: pointer;
	width: 300px;
	display: none;
}
.burger1 .line1{
	background-color: #0044ff;
	width: 40px;
	height: 4px;
	margin: 5px auto;
	border-radius: 5px;
}
.burger1 .line2{
	background-color: #0044ff;
	width: 50px;
	height: 4px;
	margin: 5px auto;
	border-radius: 5px;
}
.myNav{
	width: 500px;
	justify-content: space-between;
	padding: 10px;
	margin: auto;
}
@media(max-width: 600px){
	.myNav a span{
		display: none;
	}
}
.myNav a{
	background: #fff;
	margin: 0px;
	box-shadow: 0px 0px 5px #707070;
	padding: 10px 10px;
	border-radius: 5px;
}
.rowhead2{
	width: 100%;
	align-items: center;
	height: 90vh;
	justify-content: space-between;
	z-index: 10;
}
.myText{
	color: #fff;
	z-index: 10;
}
.conBox{
	z-index: 10000;
	background-color: #fff;
	box-shadow: 0px 0px 5px #707070;
	padding: 30px 15px;
	width: 400px;
	max-width: 100%;
	border-radius: 10px;
	float: right;
	margin: auto;
}
.con{text-align:left;
	padding:15px;
	position:relative;
	padding-bottom:30px
}
.con .email{
	height:50px;
	position:relative
}
.email .u-ctrl{
	width:100%;
	height:50%;
	background:0 0;
	vertical-align:bottom;
	border:none;
	border-bottom:1px solid #0092e9;
	color:#170221
}
.email .lab{
	border:none}
.email .in{
	font-size:20px
}
.password .c-ctrl{
	width:100%;
	height:50%;
	background:0 0;
	vertical-align:bottom;
	border:none;
	border-bottom:1px solid #0092e9;
	color:#170221
}
.con .password{
	height:50px;
	position:relative;
	margin-top:15px
}
.password .c-ctrl{
	width:100%;
	height:50%;
	background:0 0;
	vertical-align:bottom;
	border:none;
	border-bottom:1px solid #0092e9;
	color:#170221
}
.password .lab{
	border:none
}
.password .in{
	font-size:20px
}
input[type=submit]{
	float:right;
	border-radius:5px;
	border:none;
	background:#00f;
	border:1px solid #00f;
	font-size:20px;
	padding:5px;
	color:#f5f5f5;
	cursor:pointer
}
.erreur{
	color:red;
	font-size:12px;
	margin-bottom:20px
}
a{
	color:#170221;
	text-decoration:none;
	font-size:15px
}
