/**********************************/
/* CSS de la fenêtre de connexion */
/**********************************/
@font-face {
	font-family: "Nexinet";
	src: url('../fonts/Rubik-Regular.ttf');
}
@font-face {
	font-family: "Nexinet";
	font-weight: bold;
	src: url('../fonts/Rubik-Medium.ttf');
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset!important;
}
/*******************/
/* fenêtre globale */
/*******************/
html
{
	font-family: 'Nexinet';
	font-size: 0px; /* Obligé sinon j'ai des espaces entre les divs */
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	height: 100%;
	box-sizing: border-box;
}
body
{
	/* background-color: #53a9be; */
	/* background-image: linear-gradient(#1d6273, #d5f2fa); */
	/* background-image: linear-gradient(#1d6273, #53a9be); */
	background-image: linear-gradient(#53A9BE, #D5F2FA);
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	/*height: 100%;*/
}
/* Div de la fenêtre blanche de connexion */
#container
{
	display: block;
    width:673px;
    margin:0 auto;
    margin-top:30px;
	font-size: 14px;
	max-height: 800px;
	overflow-y: scroll;
}
::placeholder
{
	color: #bbbbbb;
	font-size: 14px;
}
#idform
{
    width:100%;
	padding: 0px;
	margin: 0px;
    background: #fefefe;
    /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); */
	background-color: #fefefe;
	color: #fefefe;
	padding-bottom: 24px;
	/* border: 4px solid #fefefe; */
	border-radius: 2px;
	font-size: 14px;
	max-height: 900px;
}
/************************/
/* Zone supérieure logo */
/************************/
#divbandeau
{
	border:0;
	margin:0px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
/***********************************/
/* texte de bienvenue sous le logo */
/***********************************/
/* div */
#idDivAboText
{
	border:0;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
}
/* zone de texte */
#iddtexte1
{
	color: black;
	line-height: 32px;
	font-weight: bold;
}
.classcontent
{
	background-color: #FFFFFF;
	color: #111111;
	padding-left: 30px;
	padding-right: 30px;
}
h1, h2, h3, p
{
	font-family: "Nexinet";
}
h1
{
	font-size: 30px;
	font-weight: normal;
	margin-top:30px;
}
h2
{
	font-size: 22px;
	font-weight: 500;
	margin-top:30px;
}
h3
{
	font-size: 18px;
	font-weight: 500;
	margin-top:30px;
}
p
{
	font-size: 14px;
	font-weight: normal;
	margin-top:10px;
}
li
{
	font-size: 14px;
	font-weight: normal;
	margin-top:10px;
}
img
{
	margin-top: 20px;
	max-width: 100%;
	height: auto;
}