
/* Body */

body {
	position: relative;
	margin: 0px;
}

.none{
	display: none !important;
}

body.espace.moniteur .t1 {
	color:#00c679;
}
body.espace.moniteur .t2{
	color: #FFC107;
}
body.espace.moniteur .t3{
	color:#c60000;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
div,
span,
label,
input,
select,
textarea {
	font-family: Ubuntu, Arial, sans-serif;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.0em;
}
p {
	font-size: 1.1em;
	margin-bottom: 0;
}

.visible{
	display: block !important;
}

.not_visible{
	display: none !important;
}

.change_version{
	color: #c60000;
}


/* Box */

.box {
	width: 600px;
	margin: 3% auto;
	padding: 0px;
	background-color: #f9f9f9;
	/* border: 2px solid #ff54ac; */
	border-radius: 20px;
	text-align: center;
}
.box .logo {
    background: #FFF;
}
.box .logo img {
	width: 30%;
	margin: 3% auto;
}
.box .title {
	padding: 3% 5%;
	font-size: 0.9rem;
	font-weight: 300;
	color: #fff;
	background-color: #FF54AC;
	border-radius: 20px 20px 0 0;
}
.box .title h1 {
	margin: 0px;
	font-size: 1.3rem;
	font-weight: 500;
}
.box.error .title {

}
.box .content {
	padding: 5% 5%;
	color: #595959;
	text-align: center;
}
.box .content p {

}
.box .content a,
.box .content p a {
	color: #62BFC6;
	font-size: 0.95em;
}
.box .content a.passe-oublie {
	display: block;
	margin: 30px 0px 20px;
}
.box .content form {

}
.box .content form div {
	margin: 6% 0%;
}
.box .content form div {

}
.box .content form div label {
	font-size: 1.1rem;
	margin-right: 10px;
}
.box .content form div input {
	padding: 7px;
	text-align: center;
	font-size: 1.0em;
	border: none;
	border-radius: 50px;
	outline: none;
	transition: all 0.5s;
}
.box.connexion .content form div input {
	width: 50%;
}
.box .content form div input:focus {
	color: #4d4d4d;
}
.box .content form div.notification p {
	margin: 30px auto;
}
.box .content form div.notification p.error {
	color: #b91e16;
}
.box .content form div.notification p.notif {
	color: #e48800;
}
.box .content form div.notification p.ok {
	color: #16b954;
}
.box .content form div.resultat {

}
.box .content form div.resultat p {
	margin-bottom: 30px;
	font-size: 0.9rem;
	font-weight: 500;
}
.box .content form div.resultat p.success {
	color: #16b954;
}
.box .content form div.resultat p.error {
	color: #b91e16;
}
.box .content form button,
.box .content form input[type=submit] {
	padding: 7px 30px;
	color: #cccccc;
	background-color: transparent;
	font-family: Ubuntu, Arial, sans-serif;
	font-size: 1rem;
	border: 2px solid #cccccc;
	border-radius: 50px;
	outline: none;
	transition: all 0.5s;
}
.box .content form button.valid,
.box .content form input[type=submit] {
	color: #62bfc6;
	border: 2px solid #62bfc6;
	cursor: pointer;
}
.box .content form button.valid:hover,
.box .content form input[type=submit]:hover {
	color: #ffffff;
	background-color: #62bfc6;
}

/*-----------------------------------------------------------------------------------------
---------------------  VERSION ECRANS SMARTPHONES
-----------------------------------------------------------------------------------------*/

@media screen and (max-width:1280px) {

	/* Box */

	.box {
		width: 100%;
		margin: 0%;
		
	}
	.box .logo img {
		width: 40%;
		margin: 8% auto;
	}
	.box .title {
		border-radius: 0px;
	}
	.box .title h1 {
		font-size: 0.95rem;
		font-weight: 500;
	}
	.box .content p {
		margin: 10% auto;
		font-size: 0.95rem;
	}
	.box .content form {
		margin-bottom: 40px;
	}
	.box .content form div label {
		font-size: 0.95rem;
	}
		
	.box .content form div input {
		margin: 10px auto 20px;
	}
	.box.connexion .content form div input {
		width: 90%;
	}

	/* ////////////////////////////// ESPACE ELEVE ////////////////////////////// */

	body.espace {
		width: 100%;
	}

}