@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,700&display=swap');



body{
   background-color: #15475F;
	font-family: "Lato";
	
}
.retour{
	text-align: center;
	color: aliceblue;
	font-size: 18px;
	background-color:wheat;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
	
.menulog{

	position: relative;
	left:0px;
	top: 0px;
	background-color:#15475F;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	z-index: 3		;
}

.logolog{
	
	margin-right: 50px;
	margin-left: 15px;
	color: aliceblue;
	text-transform:  uppercase;
	font-size: 19px;
	font-weight: 100px;
	font-style: italic;
	letter-spacing: 2px;
	position: relative;
	text-align:center;
	text-shadow: 2px 2px 5px black;
}
.imagelog{
position: relative;
	text-align: center;
	
}


.logo
{
    width: 100%;
    text-align: center;
	background-color: white;
    padding:  20 0 20 0;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    -moz-border-radius:10px 0;
-webkit-border-radius:10px 0;
border-radius:15px 15px 15px 15px;
}


#container-serv{
   
	 
	display: flex;
  align-items: center;
    justify-content: center;
	position: relative;
	margin: auto;
	top: 10px;
	width:500px;
    margin-top:0%;
	font-size: 23px;
	color:darkgray;
	
	
	
}

#container-serv h1{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
	font-size: 18px;
	text-align: center;
	color:aliceblue;
	text-shadow: 1px 1px 1px black;
	
}


#container-serv h2{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
	font-size: 28px;
	text-align: center;
	color:aliceblue;
	text-shadow: 2px 2px 2px black;
	
}
#container{
   display: flex;
  align-items: center;
  justify-content: center;
	position: relative;
	margin: auto;
	top:50px;
	width:500px;
    margin-top:0%;
	font-size: 23px;
	background-color: darkgray;
	-moz-border-radius:10px 0;
    -webkit-border-radius:10px 0;
	border-radius:30px 30px 30px 30px;
	
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	
	 
}

#container-flou{
   display: flex;
  align-items: center;
  justify-content: center;
	position: relative;
	margin: auto;
	top: 10px;
	width:500px;
    margin-top:0%;
	font-size: 23px;
	color:darkgray;
	-moz-border-radius:10px 0;
-webkit-border-radius:10px 0;
border-radius:30px 30px 30px 30px;
	 -webkit-filter: blur(1px);
	background-image: url("../images/login.png");
    background-position:center center;
	background-repeat:no-repeat;
	z-index:-1 ;
	 
}


/* Bordered form */
form {
    width:100%;
    padding: 35px;
    -moz-border-radius:10px 0;
    -webkit-border-radius:10px 0;
	border-radius:30px 30px 30px 30px;
	
}
#container h1{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
	font-size: 18px;
	text-align: center;
	color:#15475F;
	
	
}

#container h10{
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
	text-align: center;
	color:aliceblue;
	text-shadow: 2px 2px 2px black;
	
}
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	font-size: 20px;
	-moz-border-radius:10px 0;
-webkit-border-radius:10px 0;
border-radius:15px 15px 15px 15px;
}








/* Full-width inputs */



input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	font-size: 20px;
	-moz-border-radius:10px 0;
-webkit-border-radius:10px 0;
border-radius:15px 15px 15px 15px;
}

/* Set a style for all buttons */
input[type=submit] {
    background-color: #15475F;
    color: aliceblue;
    padding: 14px 20px;
    margin: 8px 0;
    border: 2px solid #ccc;
    cursor: pointer;
    width: 100%;
	font-size: 20px;
	border-radius: 20px;
	text-align: center;
}
input[type=submit]:hover {
    background-color: aliceblue;
    color: #15475F ;
	font-size: 22px;
	letter-spacing: 1px;
	border: 2px solid aliceblue;
	transition: all 0.2s ease-in-out;
	
}

.footer{

position:relative;
bottom:0;
width:100%;
padding-top:5px;
height:30px;
	
    margin: 0 auto;
    font-size: 16px;
	text-align: center;
	color:aliceblue;
	text-shadow: 2px 2px 2px black;
	
	
}


