:root {

	--color-1: #12182C;
	--color-2: #A6C85D;

	--white: #FFF;

	--color-save: #95BF3F;
	--color-warning: #FFA113;
	--color-danger: #E3382C;

}

/* Box */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
div,
span,
label,
input,
textarea {
	font-family: Ubuntu, Arial, sans-serif;
	line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {

}
p {
	font-size: 1.0rem;
	color:var(--color-1)
}
body {
	margin: 0;
	background-color: #e9f0ff4d;
}

.var_dump_powered_by{
	display: none;
	bottom: 0;
	font-size: 1rem;
}

.logo{
	padding: 23px;
	width: 30%;
	margin: 3% auto;
}
.logo img{
	
}
.logo img.white_mark{
	
}

.none {
	display: none !important;
}
.disabled {
    cursor: inherit !important;
    color: var(--gray-ligth);
}
.container {
    display: grid;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-image: url(/r-img-ressources/background-espace-eleve.jpg);
    background-size: contain;
}
.container_2{
	grid-template-columns: 1fr;
	width: 100%;
	background-image: url(/r-img-ressources/background-espace-eleve.jpg);
    background-size: 100%;
}
.box {
	padding: 0 0 0 0;
	width: 100%;
	max-width: 600px;
	height: 90%;
	text-align: center;
	background-image: url(/r-img-ressources/background-page-connexion.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: cover;
	border-radius: 10px;
}
.box .logo img {
	/* display: none; */
	width: 100%;
	margin: 0;
}
.box .logo .logo_img{
	width: 100%;
	margin: 0;
}
.box .title {
	padding: 10px 2%;
	color: #ffffff;
	background-color: #206485;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	letter-spacing: 1px;
}
.box .title h1 {
	margin: 0px;
	font-size: 1.1rem;
	font-weight: 500;
}
.box .content {
	padding: 10px 5%;
	height: calc(100% - 66px);
	text-align: center;
	background-color: #ffffff7d;
	border-radius: 0px 0px 10px 10px;
}
.box .content a,
.box .content p a {
	font-size: 1rem;
}
.box .content p.information_relative {
	margin-top: 50px;
}
.box .content .step-text {
	display: block;
}

.box .content a.passe-oublie {
	display: block;
	margin: 30px 0px 20px;
	color: #12182c;
}
.page_connexion_btn_action .create_account{
	
}
.box .content a.passe-oublie,
.box .content a.create_account{
	transition: all ease .5s;
}
.box .content a.passe-oublie:hover,
.box .content a.create_account:hover{
	color: var(--color-1);
}
.box .content form > div {
	position: relative;
	margin: 10% 0%;
}
.box .content form div .zone_compte{
	margin: 5% 0%;
}
.box .content form div label {
    margin-right: 10px;
	font-size: 1.0rem;
    font-weight: 500;
    color: #12182c;
}
.box .content form div input {
	width: 100%;
	margin-top: 15px;
	padding: 7px;
	font-size: 0.9rem;
	text-align: center;
	background: #e8f0fe;
	border: 1px solid #e9f0ff;
	border-radius: 20px;
	outline: none;
	transition: all 0.5s;
}
/*
.box .content form div input:focus {
	color: var(--white);
	background-color: var(--color-1);
}
*/


.box .content form div.zone_remember_me{
	display: flex;
	grid-gap:10px;
	align-items: center;
	justify-content: center;
	margin:1% 0 !important;
}
.box .content form div.zone_remember_me input{
	width: auto;
	margin: 0;
}
.box .content form div.notification p {
	margin: 30px auto;
}
.box .content form div.notification p.error {
	color: var(--color-danger);
}
.box .content form div.notification p.notif {
	color: #e48800;
}
.box .content form div.notification p.ok {
	color: #16b954;
}
.box .content form div.resultat p {
	margin-bottom: 30px;
	font-weight: bold;
}
.box .content form div.resultat p.success {
	color: var(--color-save);
}
.box .content form div.resultat p.error {
	color: var(--color-danger);
}
*.box .content form div.notification p {
	margin-bottom: 30px;
	font-weight: 400;
}
.box .content form div.notification p.success {
	color: var(--color-save);
}
.box .content form div.notification p.error {
	color: var(--color-danger);
}
.box .content form button,
.box .content form input[type=submit],
.btn{
	margin-top: 0px;
	padding: 10px 40px;
	font-family: Ubuntu, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 50px;
	outline: none;
	transition: all 0.5s;
}
.box .content form button.valid,
.box .content form button.connexion,
.box .content form input[type=submit],
.btn{
	padding: 8px 30px;
	color: #fff;
	background-color: var(--color-save);
	border: 2px solid #fff;
	cursor: pointer;
}
.box .content form button.valid:hover,
.box .content form button.connexion:hover,
.box .content form input[type=submit]:hover,
.btn:hover{
	padding: 8px 30px;
	color: #ffffff;
	background-color: var(--color-save);
	border: 2px solid transparent;
}
/* create_account */
.page_connexion_btn_action {
	display: flex;
	justify-content:space-around;
}
.page_connexion_btn_action .create_account,
.page_connexion_btn_action .connexion {
	display: block;
	margin: 30px 0px 100px;
	color: var(--color-1);
}
.content_input.code_parrain input.input.code_parrain {
	width: 50%;
	margin: 0px 25% 20px;
	padding: 10px 10px;
	font-size: 0.9rem;
	color: #666;
	border: none;
	outline: none;
	background-color: #e8f0fe;
	border-radius: 30px;
	text-align: center;
}
.content_input_choice {
	display: flex;
	margin-top: 15px;
	flex-direction: row;
	justify-content: space-evenly;
}
.content_input_choice .input {
	display: inline-block;
	padding: 7px 30px;
	color: #206485;
	background-color: var(--white);
	border-radius: 30px;
	border: 2px solid !important;
	cursor: pointer;
	outline: none;
	border: none;
	transition: all 0.5s;
}
.content_input_choice .input:hover {
	color: var(--white);
	background-color: #206485;
	border: 2px solid #206485!important;
}
form.form {
	position: relative;
}
.form-control:focus {
	box-shadow: 0 0 0 0.25rem rgb(128 128 128 / 25%) !important;
}
.zone_notif {
	color: #c60000;
}
.block_feedback {
	position: absolute !important;
	top: 120px;
	box-shadow: 0px 0px 3px black;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}
.loader {
	border: 7px solid #f3f3f3;
	border-radius: 50%;
	border-top: 7px solid var(--color-1);
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: auto;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg);
}
100% { -webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
/* Popup */
.popup {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.popup .background {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/r-img-ressources/background-espace-eleve.jpg);
    background-size: 100%;
}
.popup .window {
	position: absolute;
	left: calc(50% - 300px);
	top: calc(30% - 150px);
	width: 600px;
	background-color: var(--white);
	border-radius: 10px;
}
.popup .window.aff_document {
	display: grid;
	left: calc(50% - 500px);
	max-width: 1000px;
	width:inherit !important;
}
.popup .window.aff_document .texte {
	overflow-y: scroll;
}
.popup .window .title {
	position: relative;
	padding: 10px 0px;
	color: var(--white);
	padding: 10px 2%;
	color: #ffffff;
	background-color: #206485;
	animation-name: backgroundColorPalette;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
}
.popup .window .title h3 {
	margin: 0px;
	font-size: 1.1rem;
}
.popup .window .close {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
}
.popup .window .close i {
	font-size: 1.25rem;
	color: var(--white);
}
.popup .window .texte {
	display: block;
	padding: 40px 40px;
	height: 87%;
}
.popup .window .texte p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
body.espace.eleve .popup .window .texte b.select select {
	padding: 5px 10px;
	font-family: Quicksand, Arial, sans-serif;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
}
/* Conteneur des champs */
.popup .window .conteneur.champs {
	padding: 5px 10% 25px;
	text-align: center;
}
.popup .window .conteneur.champs .champ label {
	display: inline-block;
	width: 40%;
	font-size: 1.25rem;
}
.popup .window .conteneur.champs .champ input,
.popup .window .conteneur.champs .champ select {
	display: inline-block;
	width: 50%;
	padding: 5px;
	font-size: 1rem;
}
.popup .window .btn-cont {
	text-align: center;
}
.popup .window .btn-cont .btn {
	display: inline-block;
	padding: 7px 20px;
	color: var(--white);
	background-color: #c60000;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.5s;
}
.popup .window .btn-cont .btn:hover {
	background-color: #c60000;
}
/* Commentaires moniteurs */
.popup .window .champs .champ textarea.commentaire,
.popup .window .texte div.commentaire {
	width: 100%;
	height: 200px;
	margin: 20px 0%;
	padding: 10px;
	font-size: 1rem;
	border: none;
	background-color: #f1f1f1;
	outline: none;
}

.popup .window .texte .container {
	padding: 20px;
	text-align: center;
}
.popup .window .texte .container input {
	outline: none;
	font-size: 1rem;
}
.popup .window .texte .error {
	color: #e40000;
	text-align: center;
}
.popup .window .texte .progress {
	color: #00c688;
	text-align: center;
}
.popup .window .btn-cont .btn.invalid {
	background-color: #bfbfbf;
	border-radius: 5px;
	cursor: default;
}


.appellation_interne{
	display: none;
}

.zone_compte{
	height: 70px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: var(--white);
	border-radius: 10px;
	cursor: pointer;
	font-size: .875rem;
	border: 1px solid #f3f3f3;
}
.zone_compte img{
	/* max-height: 100%;
	width: 6em; */
	max-height: 80%;
    width: 4em;
}
.content_mp i{
	position: absolute;
	top: 46px;
	right: 15px;
	cursor: pointer;
}



.selected{
	box-shadow: inset 0em -.3em 0em 0em #E91E63 !important;
	transition: .4s all ease;
}


@media screen and (max-width: 1280px) {

	html {
		width: 100%;
	}
	body {
		width: 100%;
	}
	.container {
		width: 100%;
		height: 100%;
		grid-template-rows: 1fr 60px;
		align-items: start;
	}
	.box {
		margin: initial;
		border-radius: 0px 0px 0px 0px;
	}
	.popup .window {
		left:inherit !important;
		width: 100% !important;
	}
	.box .title {
		border-radius: 0px 0px 0px 0px;
	}
	.box .content {
		border-radius: 0px 0px 0px 0px;
	}
}