
@font-face {

    font-family: 'MaPolice';

    src: url('Myriad-Pro.ttf')format('truetype');

}


body {
	
	color: #181818;
	background: url('../IMAGE/fg.png');
	
}
#bloc_page{
	width: 1000px;
	margin: auto;
	display: flex;
	flex-direction: column;
}
.login_texte{
	margin-top: 25px;
  width: 100%;
  height: 315px;
  display: flex;
  
}
.login{
width: 300px;
	height: 290px;
	
	
	
	background : linear-gradient(to bottom,#0e4378,#5ab6e7);
	background-size: cover;
	border-radius: 10px 10px;
	
box-shadow: 0px 6px 6px #1c1a19;
}
.form {
	margin-top: 10px;
	margin-left: 15px;
}
#login {
	background-image: url("../IMAGE/login2.png");
	background-repeat: no-repeat;
	background-size: 30px;
	margin-right: 50px;

}
#mdpe {
	background-image: url("../IMAGE/mdp.png");
	background-repeat: no-repeat;
	background-size: 26px;
	margin-right: 50px;
}
.input-txt {
	width: 67%;
	height: 30px;
	margin-left: 5px;
	padding-left: 35px;
	font-size: 1em;
font-family: Arial;
color: #004388;
} 

.form-check-label{
	margin-left: 5px;
	color: #fff;
}
.lab {
	margin-left: 5px;
	color: #fff;
}
#lgg{
	width: 75px;
	height:50px;
	margin-left: 80px;
}

.texte{
	font-family: 'MaPolice';
width: 680px;
	height: 290px;
	margin-left: 20px;

	
	background : linear-gradient(to bottom,#0e4378,#5ab6e7);
	border-radius: 10px 10px;
	
box-shadow: 0px 6px 6px #1c1a19;
	background-size: cover;
}
.t1_h2, .t2_h2{
color: white;
text-align: center;
font-size: 40px;
font-family: 'MaPolice', Arial, serif;
}
.t1_h2_sp, .t2_h2_sp{
color: #92c250;
}
.t1_p, .t2_p{
	color: white;
text-align: center;
font-size: 15px;
font-family: 'MaPolice', Arial, serif;

}

.div_3 {
	margin-left: 145px;
	
	width: 700px;
	height: 400px;

}
.item {
	width: 700px;
	height: 400px;
	
}
.carousel-inner{
	box-shadow: 0px 6px 6px #1c1a19;
}

#lgg:hover { opacity: 0.85;  
	box-shadow-bottom: 0px 0px 10px #333;
	border-bottom:2px solid red;  
}