@font-face {
    font-family: "TitleBold";
    src: url("font/NotoSans-Bold.ttf");
}
@font-face {
    font-family: "TextRegular";
    src: url("font/NotoSans-Regular.ttf");
}
*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
}
html,
body{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    float: left;
}
.container{
    width: 100%;
	min-height: calc(100% - 400px);
    background-color: #d1d1d1;
	padding-top: 200px;
	padding-bottom: 100px;
}
.containerFlex{
    width: 100%;
	min-height: calc(100% - 400px);
    background-color: #d1d1d1;
	padding-top: 200px;
	padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
a{
    text-decoration: none;
}
.presTitle{
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 30px;
	display: inline-block;
	color: #385080;
    margin-left: 10%;
}
/*================================================ USER MENU START*/
#userMenu{
    width: 200px;
    height: 300px;
    background-color: #385080;
    margin-right: 5%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    margin-top: 50px;
    text-align: center;
    display: none;
    padding-top: 10px;
    border: solid 2px #ffffff;
    border-radius: 20px;
}
#userMenu ul {
    list-style:none;
    text-align:center;
    margin-top:20px;
    font-weight: bold;
    color: #ffffff;
}
#userMenu li {
    position:relative;
    margin-top: 30px;
    margin-bottom: 10px;
}
#userMenu li a {
    text-decoration:none;
    color: #ffffff;
    display:inline-block;
    padding:10px;
    font-weight: bold;
}
.underline{
    display: block;
    margin-left: 15%;
    width: calc(70% - 23px);
    height: 2px;
    background: rgba(255,255,255,0);
    position: absolute;
    left: 10px;
    bottom: 0;
}
#userMenu ul li a:hover {
    color: #bdd3ff;
}
#userMenu ul li a:hover ~ .underline {
    animation:ulUser 0.3s ease-out;
    background: #bdd3ff;
}
@keyframes ulUser {
    0%{ 
        width:0;
    }
    100% { 
        width:calc(70% - 23px);
    }
}
/*================================================ USER MENU END*/
/*================================================ HEADER START*/
.header{
    width: 100%;
    height: 100px;
    background-color: #385080;
    position: fixed;
	z-index: 2;
}
#user{
    height: 50px;
    width: 90%;
    margin-left: 5%;
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
}
.menu{
    height: 50px;
    width: 100%;
    margin-left: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.menu a, #user a{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.menu ul {
    list-style: none;
    text-align: center;
    font-weight: bold;
    margin-top: -60px;
}
.menu li {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 30px;
	height: 80px;
}
.menu ul li a {
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
}
#user a p{
    color: #ffffff;
    font-weight: bold;
}
#user a:hover p{
    color: #bdd3ff;
}
.underlineMenu{
    display: block;
    width: 100%;
    height: 2px;
    background: #385080;
    position: absolute;
    left: 10px;
	top: 35px;
}
.menu ul li a:hover {
    color: #bdd3ff;
}
.menu ul li a:hover ~ .underlineMenu {
    animation:ulMenu 0.3s ease-out;
    background: #bdd3ff;
}
@keyframes ulMenu {
    0%{ 
        width: 0;
    }
    100% { 
        width: 100%;
    }
}
span{
    display: block;
    width: 30px;
    height: 15px;
    margin-right: 10px;
    margin-top: 30px;
    background-size: contain;  
    background-repeat: no-repeat;
    background-position: center bottom;
}
#userPicto{
    background-image: url(picto/compte.png);
}
#user a:hover #userPicto{
    background-image: url(picto/compteActif.png);
}
.homePicto{
    background-image: url(picto/accueil.png);
}
.menu a:hover .homePicto{
    background-image: url(picto/accueilActif.png);
}
.presencePicto{
    background-image: url(picto/presences.png);
}
.menu a:hover .presencePicto{
    background-image: url(picto/presencesActif.png);
}
.seePicto{
    background-image: url(picto/consulter.png);
}
.menu a:hover .seePicto{
    background-image: url(picto/consulterActif.png);
}
.managePicto{
    background-image: url(picto/gestion.png);
}
.menu a:hover .managePicto{
    background-image: url(picto/gestionActif.png);
}
.statsPicto{
    background-image: url(picto/stats.png);
}
.menu a:hover .statsPicto{
    background-image: url(picto/statsActif.png);
}
.archivesPicto{
    background-image: url(picto/archives.png);
}
.menu a:hover .archivesPicto{
    background-image: url(picto/archivesActif.png);
}
.menu a p, #user a p{
    margin-top: 30px;
    font-size: 15px;
}
/*================================================ HEADER END*/
/*================================================ FOOTER START*/
.footer{
    width: 100%;
    height: 50px;
    background-color: #385080;
    display: block;
	z-index: 2;
}
.footerInf{
    height: 50px;
    width: 90%;
    margin-left: 5%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.footerInf p{
    margin-top: 17.5px;
    font-size: 15px;
    color: #ffffff;
}
.footerInf a{
    margin-top: 17.5px;
    font-size: 15px;
    color: #ffffff;
    text-align: right;
    margin-left: 20px;
}
.footerInf a:hover{
    color: #bdd3ff;
}
/*================================================ FOOTER END*/
/*================================================ LOGIN PAGE START*/
.connectionContainer{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #385080;
}
.connection{
    width: 400px;
    height: 500px;
    background-color: rgba(0,0,0,0);
    border: solid 1px #ffffff;
    border-radius: 15px;
    margin-top: 100px;
    padding-top: 50px;
}
.connectionTitle{
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 30px;
}
.connectionSubTitle{
    text-align: center;
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 16px;
}
.connectionLabel{
    color: #ffffff;
    margin-left: 75px;
    font-size: 15px;
}
.connectionInput{
    width: 250px;
    margin-left: 75px;
    margin-bottom: 50px;
    margin-top: 15px;
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: solid 2px #bdd3ff;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}
.connectionInput:focus{
    outline: none; 
    border-bottom-width: 2px;
    border-bottom-color: #ffffff;
    transition: 1s ease all;
}
.connectionImput:valid{
    border-bottom-width: 2px;
    border-bottom-color: #ffffff;
}
.connectionSubmit{
    width: 150px;
    padding: 10px;
    background-color: RGBA(0,0,0,0);
    border: solid 2px #ffffff;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bolder;
    margin-left: 180px;
    font-size: 15px;
    text-transform: uppercase;
    
}
.connectionSubmit:hover{
    cursor: pointer;
    background-color: #ffffff;
    color: #385080;
}
.connectionAlert{
    margin-top: 50px;
    margin-left: 75px;
}
.connectionAlert p{
    color: #ffffff;
    font-size: 12px;
    margin-bottom: -15px;
}
/* ================================================ LOGIN PAGE END */
/*================================================ GESTION PAGE START*/
.section{
    width: 80%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 10%;
    border: solid 1px #385080;
    border-radius: 45px;
    margin-bottom: 100px;
}
.section h2{
	font-size: 30px;
	display: inline-block;
	color: #385080;
    padding-left: 100px;
}
.section h3{
	font-size: 20px;
    padding-left: 100px;
	color: #385080;
    margin-top: 30px;
}
.section p{
	font-size: 15px;
    padding-left: 100px;
	color: #385080;
    display: inline;
}
.section a{
    float: right;
    display: inline;
    padding-right: 100px;
    color: #385080;
}
.section a:hover{
    color: #5A80CC;
}
.section .tot:hover ~ #tot{
    border-color: #5A80CC;
}
.section .form:hover ~ #form{
    border-color: #5A80CC;
}
.section .use:hover ~ #use{
    border-color: #5A80CC;
}
.section .stud:hover ~ #stud{
    border-color: #5A80CC;
}
.section .classL:hover ~ #classL{
    border-color: #5A80CC;
}
.section .class:hover ~ #class{
    border-color: #5A80CC;
}
.section span{
    width: calc(100% - 200px);
    height: 0px;
    background-color: #385080;
    border: solid 1px #385080;
    border-radius: 15px;
    margin: auto;
    margin-top: 10px;
    display: block;
}
.section .gen:hover ~ #gen{
    border-color: #5A80CC;
}
.section .genSat:hover ~ #genSat{
    border-color: #5A80CC;
}
.section .classSat:hover ~ #classSat{
    border-color: #5A80CC;
}
.section .consStudents:hover ~ #consStudents{
    border-color: #5A80CC;
}
.section .consFormer:hover ~ #consFormer{
    border-color: #5A80CC;
}
.section .consClass:hover ~ #consClass{
    border-color: #5A80CC;
}




/* ================================================ GESTION PAGE END */
/*================================================ STATS PAGE START*/
#selection{
	width: 80%;
	height: auto;
	max-height: 500px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	border: solid 1px #385080;
    border-radius: 15px;
}
.statsLabel{
	width: 100%;
	height: 40px;
	padding-top: 10px;
	border: solid 1px rgba(255,255,255,0.3)
}
.statsLabel h2{
	padding-left: 20px;
	font-size: 20px;
	display: inline-block;
	color: #385080;
	opacity: 50%;
}
.statsLabel h2 span{
	font-size: 20px;
	display: inline-block;
	margin: 0;
	margin-left: 10px;
}
.statsLabel h2:hover{
	opacity: 100%;
	cursor: pointer;
}
.statsSelect{
	width: 90%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	display: none;
	margin-left: 5%;
}
.statsSelect ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style-type: none;
}
.statsSelect ul li{
	color: #385080;
	font-family: "TitleBold";
	font-weight: bold;
	display: block;
	min-width: 30%;
	margin-right: 3%;
	margin-top: 30px;
}
.statsCheck{
	margin-left: 20px;
	background-color: #d1d1d1;
}
.statsSubmit{
    width: 150px;
    padding: 10px;
	margin-top: 20px;
	margin-bottom: 100px;
    background-color: RGBA(0,0,0,0);
    border: solid 2px #385080;
    border-radius: 20px;
    color: #385080;
    font-weight: bolder;
	float: right;
    margin-right: 10%;
    font-size: 15px;
    text-transform: uppercase;
}
.statsSubmit:hover{
    cursor: pointer;
    background-color: #385080;
    color: #ffffff;
}
.label {
    width: 100%;
    border-collapse: collapse;
    background-color: #385080;
    color: white;
}
.label td {
    height: 50px;
}
.stats {
    width: 100%;
    border-collapse: collapse;
    margin-top: 50px;
    text-align: center;
}
.stats tr td {
    width: 33.33%;
    margin: 0;
    height: 40px;
}
.don:nth-child(odd) td {
    background-color: #c1c1c1;
}
.alertBox{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(255,255,255,0.5);
	z-index: 3;
}
.alert{
	display: block;
	width: 50%;
	margin-left: 25%;
	height: auto;
	position: fixed;
	background-color: #d1d1d1;
	margin-top: 200px;
	padding-bottom: 30px;
}
.alertHeader{
	width: 100%;
	height: 50px;
	background-color: #385080;
}
.alertHeader h2{
	color: #ffffff;
	font-family: "TitleBold";
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
}
.alertHeader h2 a{
	color: #ffffff;
	font-family: "TitleBold";
	font-size: 20px;
	float: right;
	padding-right: 30px;
}
.alertHeader h2 a:hover{
	color: #bdd3ff;
}
.alert p{
	display: block;
	margin-top: 30px;
	width: 90%;
	margin-left: 5%;
	color: #385080;
	font-family: "TitleBold";
	font-size: 15px;
}

/*================================================ STATS PAGE START*/
/*================================================ HOME START*/
.space{
    width: 100%;
    height: 200px;
    display: block;
}
.newsContainer{
    width: 100%;
    height: auto;
    background-color: #d1d1d1;
    padding-top: 30px;
    margin-top: 50px;
    overflow: hidden;
}
.newsBorder{
    height: 2px;
    width: 60%;
    margin-left: 25%;
    display: block;
    background-color: #385080;
    margin-top: 20px;
    
}
.newsUser{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #385080;
    background-image: url(picto/compte.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% 60%;
    margin-left: 15%;
    float: left;
    position: absolute;
    
}
.userName{
    display: inline;
    font-size: 17px;
}
.newsDate{
    display: inline;
    float: right;
    font-size: 12px;
}
.newsText{
    margin-top: 20px;
    color: #515151;
    text-align: justify;
}
.newsSee{
    border: none;
    overflow: hidden;
    background-color: rgba(0,0,0,0);
    outline: none;
    resize: none;
    width: calc(60% - 10px);
    padding-bottom: 10px;
    color: #385080;
    margin-left: 25%;
    float: left;
}
.newsMore{
    width: 150px;
    padding: 10px;
    background-color: RGBA(0,0,0,0);
    border: solid 2px #385080;
    border-radius: 20px;
    color: #385080;
    font-weight: bolder;
    float: right;
    margin-right: 15%;
    margin-top: 20px;
    font-size: 15px;
    text-transform: uppercase;
}
.newsMore:hover{
    cursor: pointer;
    background-color: #385080;
    color: #d1d1d1;
}
/*============================ ADD NEWS START*/
.addNewsTitle{
    color: #385080;
    font-weight: bold;
    font-size: 20px;
    margin-left: 15%;
    margin-bottom: 30px;
}
.addNews{
    width: 90%;
    margin-left: 5%;
    position: fixed;  
    margin-top: 100px;
    background-color: #d1d1d1;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;
}
.newsAddUser{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #385080;
    background-image: url(picto/compte.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% 60%;
    margin-left: 15%;
    float: left;
    position: absolute; 
}
.news{
    border: none;
    overflow: hidden;
    background-color: rgba(0,0,0,0);
    padding: 0;
    outline: none;
    resize: none;
    border-bottom: solid 2px #919191;
    width: calc(60% - 10px);
    padding-bottom: 10px;
    color: #385080;
    margin-left: 25%;
    float: left;
}
.news:focus{
    outline: none;
    border-bottom: 2px solid #385080;
}
.cancel{
    display: none;
}
.news:not(:placeholder-shown) ~ .cancel{
    display: block;
    color: #919191;
    text-decoration: none;
    float: right;
    margin-right: 30px;
    margin-top: 35px;
    font-size: 20px;
}
.news:not(:placeholder-shown) ~ .cancel:hover{
    cursor: pointer;
    color: #385080;
    cursor: pointer;
}
.newsSubmit{
    width: 150px;
    padding: 10px;
    background-color: RGBA(0,0,0,0);
    border: solid 2px #919191;
    border-radius: 20px;
    color: #919191;
    font-weight: bolder;
    float: right;
    margin-right: 15%;
    margin-top: 20px;
    font-size: 15px;
    text-transform: uppercase;
}
.news:not(:placeholder-shown) ~ .newsSubmit{
    color: #385080;
    border: solid 2px #385080;
}
.news:not(:placeholder-shown) ~ .newsSubmit:hover{
    cursor: pointer;
    background-color: #385080;
    color: #d1d1d1;
    border: #385080;
}
/*============================ ADD NEWS END*/
/*================================================ HOME END*/
/*================================================ NEW FORMER START*/
.profileContainer{
    width: 100%;
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
	background-color: #d1d1d1;
	z-index: 4;
    padding-bottom: 200px;
}
.profileContainer h2{
    color: #385080;
	font-family: "TitleBold";
	font-size: 20px;
    width: 70%;
    margin-bottom: 50px;
}
.profile{
    width: 70%;
    height: auto;
    background-color: rgba(0,0,0,0);
    border: solid 1px #385080;
    border-radius: 15px;
    margin-top: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.profile form{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.part{
    display: block;
    width: 400px;
}
.profileContainer p{
    display: block;
    width: 70%;
    margin-top: 35px;
    color: red;
}
.fileLabel{
    margin-top: 15px;
    margin-left: 75px;
    font-size: 15px;
    color: #919191;
    width: 160px;
    display: inline-block;
    margin-bottom: 60px;
}
.fileLabel:hover{
    cursor: pointer;
    color: #385080;
}
.file{
    display: none;
}
.profile .connectionLabel{
    float: left;
    color: #385080;
    margin-left: 75px;
    font-size: 15px;
}
.profile .connectionInput{
    width: 250px;
    margin-left: 75px;
    margin-bottom: 50px;
    margin-top: 15px;
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: solid 2px #919191;
    padding-bottom: 10px;
    color: #385080;
    font-size: 15px;
    font-weight: bold;
}
.profile .connectionInput:focus{
    outline: none; 
    border-bottom-width: 2px;
    border-bottom-color: #385080;
    transition: 1s ease all;
}
.profile .connectionImput:valid{
    border-bottom-width: 2px;
    border-bottom-color: #385080;
}
.profile .connectionSubmit{
    width: 150px;
    padding: 10px;
    background-color: RGBA(0,0,0,0);
    border: solid 2px #385080;
    border-radius: 20px;
    color: #385080;
    font-weight: bolder;
    margin-left: 180px;
    font-size: 15px;
}
.profile .connectionSubmit:hover{
    cursor: pointer;
    background-color: #385080;
    color: #d1d1d1;;
}
.part .connectionSubmit{
    margin-top: 20px !important; 
}
/*================================================ NEW FORMER END*/
/*================================================ NEW USER START*/
.profileUser{
    width: 30%;
    height: auto;
    background-color: rgba(0,0,0,0);
    border: solid 1px #385080;
    border-radius: 15px;
    margin-top: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.profileUser form{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.profileUser .connectionLabel{
    float: left;
    color: #385080;
    margin-left: 75px;
    font-size: 15px;
}
.profileUser .connectionInput{
    width: 250px;
    margin-left: 75px;
    margin-bottom: 50px;
    margin-top: 15px;
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: solid 2px #919191;
    padding-bottom: 10px;
    color: #385080;
    font-size: 15px;
    font-weight: bold;
}
.profileUser .connectionInput:focus{
    outline: none; 
    border-bottom-width: 2px;
    border-bottom-color: #385080;
    transition: 1s ease all;
}
.profileUser .connectionImput:valid{
    border-bottom-width: 2px;
    border-bottom-color: #385080;
}
.profileUser .connectionSubmit{
    width: 150px;
    padding: 10px;
    background-color: RGBA(0,0,0,0);
    border: solid 2px #385080;
    border-radius: 20px;
    color: #385080;
    font-weight: bolder;
    margin-left: 180px;
    font-size: 15px;
}
.profileUser .connectionSubmit:hover{
    cursor: pointer;
    background-color: #385080;
    color: #d1d1d1;;
}
/*================================================ NEW USER END*/
/*================================================ PROFILE GESTION ELEVES START*/
.formTab{
	width: 80%;
	margin-left: 10%;
}
.formTab td{
	padding-bottom: 40px;
	width: 50%;
}
.formTab tr td h2{
	color: #385080;
	font-family: "TitleBold";
	font-size: 20px;
}
.formLabels{
	font-family: "TitleBold";
	margin-right: 50px;
	color: #385080;
}
.radioLabel{
	margin-right: 10px;
	font-family: "TextRegular";
	color: #385080;
}
.radio{
	margin-right: 20px;
}
.inputText{
	font-family: "TitleBold";
	width: 250px;
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: solid 2px #385080;
    color: #385080;
    font-size: 15px;
    font-weight: bold; 
}
.inputText:focus{
    outline: none; 
    border-bottom-width: 2px;
    border-bottom-color: #ffffff;
    transition: 1s ease all;
}
#date{
	width: 150px;
}
.formTab2{
	width: 80%;
	margin-left: 10%;
}
.formTab2 tr td:nth-child(2n){
	padding-bottom: 40px;
	width: 20%;
}
.formTab2 tr td:nth-child(2n + 1){
	padding-bottom: 40px;
	width: 30%;
}
.formTab2 tr td h2{
	color: #385080;
	font-family: "TitleBold";
	font-size: 20px;
}
.objectifs{
    padding-top: 50px;
}
.formBack{
    width: 150px;
    padding: 10px;
	margin-top: 20px;
	margin-bottom: 100px;
    background-color: RGBA(0,0,0,0);
    border: none;
    border-radius: 20px;
    color: #919191;
    font-weight: bolder;
	float: right;
    margin-right: 20px;
    font-size: 15px;
    text-transform: uppercase;
}
.formBack:hover{
    cursor: pointer;
    color: #385080;
}
.formCancl{
    width: 150px;
    padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
    background-color: RGBA(0,0,0,0);
    border: none;
    border-radius: 20px;
    color: #919191;
    font-weight: bolder;
	float: right;
    margin-right: 10%;
    font-size: 15px;
    text-transform: uppercase;
}
.formCancl:hover{
    cursor: pointer;
    color: #385080;
}
.addLang{
    border: none;
    background-color: RGBA(0,0,0,0);
    font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
    color: #919191;

}
.addLang:hover{
    cursor: pointer;
    color: #385080;
}
.supLang{
    border: none;
    background-color: RGBA(0,0,0,0);
    font-weight: bold;
    font-size: 15px;
    margin-left: 10px;
    color: #919191;

}
.supLang:hover{
    cursor: pointer;
    color: #385080;
}
.radioLang{
    margin-right: 10px;
    margin-left: 5px;
}
/*================================================ PROFILE GESTION ELEVES END*/
/*================================================ GESTION CLASSES START*/
.classDesc{
    border: none;
    overflow: hidden;
    background-color: rgba(0,0,0,0);
    margin-left: 75px;
    margin-bottom: 50px;
    margin-top: 15px;
    padding: 0;
    outline: none;
    resize: none;
    border-bottom: solid 2px #919191;
    width: 250px;;
    padding-bottom: 10px;
    color: #385080;
    float: left;
}
.classDesc:focus{
    outline: none; 
    border-bottom-width: 2px;
    border-bottom-color: #385080;
    transition: 1s ease all;
}
/*================================================ GESTION CLASSES END*/
/*================================================ GESTION LISTE CLASSES START*/
.classSelect{
    width: 30%;
    height: 130px;
    background-color: rgba(0,0,0,0);
    border: solid 1px #385080;
    border-radius: 15px;
    margin-top: 150px;
}
.classSelect form{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 25px;
}
.classSelect .connectionLabel{
    float: left;
    color: #385080;
    margin-left: 75px;
    font-size: 15px;
}
.classSelect .connectionInput{
    width: 250px;
    margin-left: 75px;
    margin-bottom: 50px;
    margin-top: 15px;
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: solid 2px #919191;
    padding-bottom: 10px;
    color: #385080;
    font-size: 15px;
    font-weight: bold;
}
.classSelect .connectionInput:focus{
    outline: none; 
    border-bottom-width: 2px;
    border-bottom-color: #385080;
    transition: 1s ease all;
}
.classSelect .connectionImput:valid{
    border-bottom-width: 2px;
    border-bottom-color: #385080;
}
.classSelect .connectionSubmit{
    width: 150px;
    padding: 10px;
    background-color: RGBA(0,0,0,0);
    border: solid 2px #385080;
    border-radius: 20px;
    color: #385080;
    font-weight: bolder;
    margin-left: 180px;
    font-size: 15px;
}
.classSelect .connectionSubmit:hover{
    cursor: pointer;
    background-color: #385080;
    color: #d1d1d1;;
}
.addStudent{
    width: 80%;
    margin-top: 0px;
    border-collapse: collapse;
}
.addStudent tr td{
    width: 40%;
    height: 40px;
    padding-left: 20px;
    font-weight: bold;
    color: #385080;
}
.addStudent tr td a{
    font-size: 25px;
    color: #919191;
    text-align: center;
}
.addStudent tr td a:hover{
    color: #385080;
}
.addStudent tr td:nth-child(2n + 3){
    width: 20%;
    text-align: center;
}
.addStudent tr:nth-child(2n + 1){
    background-color: #c1c1c1;
}
.studentFirst{
    height: 70px !important;
    border-bottom: solid 20px #d1d1d1;
    background-color: #385080 !important; 
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    height: auto;
}
.studentFirst td{
    color: #ffffff !important;
}
.searchForm{
    background-color: #d1d1d1 !important;
}
.addStudentSearch{
    width: 80%;
    margin-top: 50px;
    border-collapse: collapse;
}
.addStudentSearch tr td{
    width: 40%;
    height: 40px;
    padding-left: 20px;
    font-weight: bold;
    color: #385080;
}
.addStudentSearch tr td:nth-child(2n + 3){
    width: 10%;
    text-align: center;
}
.addStudentSearch tr td:nth-child(2n + 4){
    width: 10%;
    text-align: center;
}
.addStudentSearch .connectionLabel{
    float: left;
    color: #385080;
    margin-left: 0px;
    font-size: 15px;
}
.addStudentSearch .connectionInput{
    width: 250px;
    margin-left: 0px;
    margin-bottom: 50px;
    margin-top: 15px;
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: solid 2px #919191;
    padding-bottom: 10px;
    color: #385080;
    font-size: 15px;
    font-weight: bold;
}
.addStudentSearch .connectionInput:focus{
    outline: none; 
    border-bottom-width: 2px;
    border-bottom-color: #385080;
    transition: 1s ease all;
}
.addStudentSearch .connectionImput:valid{
    border-bottom-width: 2px;
    border-bottom-color: #385080;
}
.addStudentSearch .connectionSubmit{
    width: 150px;
    padding: 10px;
    background-color: RGBA(0,0,0,0);
    border: solid 2px #385080;
    border-radius: 20px;
    color: #385080;
    font-weight: bolder;
    margin-left:0px;
    margin-top: -20px;
    font-size: 15px;
}
.addStudentSearch .connectionSubmit:hover{
    cursor: pointer;
    background-color: #385080;
    color: #d1d1d1;;
}
.addSudent{
    width: 100%;
}
.noSearch{
    border: none;
    color: #919191;
    font-weight: bolder;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    background-color: RGBA(0,0,0,0);
}
.noSearch:hover{
    cursor: pointer;
    color: #385080;
}

/*================================================ GESTION LISTE CLASSES END*/
/*================================================ USER CHANGE START*/
.imgContainer{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
}
.img-div{
    width: 125px;
    height: 125px;
    margin-top: 15px;
    border-radius: 50%;
    overflow: hidden;
}
.img-div img{
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.img-placeholder{
    width: 125px;
    color: white;
    height: 125px;
    background: #ffffff;
    opacity: 0.7;
    border-radius: 50%;
    display: none;
    position: absolute;
}
.img-placeholder h4 {
    width: 125px;
    text-align: center;
    margin-top: 50px;
    font-size: 25px;
    color: #385080;
    font-size: bold;
  }
  .img-div:hover .img-placeholder {
    display: block;
    cursor: pointer;
  }
  /*================================================ USER CHANGE END*/
  /*================================================ CONSULT START*/
  .back{
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(picto/back.png);
    background-size: contain;
    position: static;
    margin-top: -75px;
    margin-left: 25px;
  }
  .back:hover{
    background-image: url(picto/backActif.png);
}
.show{
    width: 80%;
    margin-left: 10%;
    border: solid 2px #385080;
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
}
.show tr td h2{
	color: #385080;
	font-family: "TitleBold";
	font-size: 20px;
}
.show tr{
    margin-bottom: 100px;
}
.show tr td{
    padding-left: 10px;
    padding-bottom: 30px;
}
.show tr td:nth-child(2n + 1){
    width: 20%;
}
.show tr td:nth-child(2n){
    color: #385080;
    width: 30%;
}
.studentChange{
    text-align: right;
    margin-right: 50px;
    color: #919191;
    font-family: "TitleBold";
}
.studentChange:hover{
    color: #385080;
}
.half{
    width: 30%;
}
/*================================================ CONSULT END*/
/*================================================ PRESENCE START*/
.pres{
    width: 80%; 
    margin-left: 10%;
    padding-left: 20px;
    border-collapse: collapse;
}
.pres tr:nth-child(2n + 1){
    background-color: #c1c1c1;
}
.pres tr:first-child{
    background-color: #d1d1d1;
}
.pres tr:last-child{
    background-color: #d1d1d1;
}
.pres tr td{
    min-width: 5%;
    max-width: 10%;
    height: 50px;
    color: #385080;
}
.pres tr td .formLabels:hover{
    color: #919191;
}
.pres tr td .inputText{
    max-width: 40px;
    min-width: 30px;
}
.pres tr td:first-child{
    max-width: 30%;
    min-width: 30%;
    text-align: left !important;
    padding-left: 10px;
}
.pres tr td:last-child{
    max-width: 20%;
    min-width: 20%;
    text-align: right;
}
.pres td:last-child .inputText{
    width: 50px;
}
.pres tr td .date{
	font-family: "TitleBold";
	width: 250px;
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: solid 2px #385080;
    color: #385080;
    font-size: 15px;
    font-weight: bold; 
}
.pres tr td .date:focus{
    outline: none; 
    border-bottom-width: 2px;
    border-bottom-color: #ffffff;
    transition: 1s ease all;
}
.pay{
    width: 80%; 
    margin-left: 10%;
    padding-left: 20px;
    border-collapse: collapse;
    color: #385080;
    text-align: center;
}
.pay tr td{
    height: 50px;
    width: 7%;
}
.pay tr:nth-child(2n + 1){
    background-color: #c1c1c1;
}
.pay tr:first-child{
    background-color: #d1d1d1;
}
.pay tr td:first-child{
    text-align: left;
    width: 16%;
}
.quarter{
    width: 10%;
}
.hideA{
    color: #d1d1d1;
    font-size: 0px;
    height: 0px;
}
/*================================================ PRESENCE END*/
.inf_sup{
    width: 80%;
    margin-left: 10%;
    border-collapse: collapse;
}
.inf_sup tr:first-child{
    width: 100%;
    border-collapse: collapse;
    background-color: #385080;
    height: 50px;
}
.inf_sup tr:first-child td{
    color: white;
}
.inf_sup tr td{
    padding-left: 30px;
    height: 30px;
    color: #385080;
}
.inf_sup tr:nth-child(2n){
    background-color: #c1c1c1;
}

.total{
    width: 80%;
    margin-top: 0px;
    border-collapse: collapse;
}
.total tr td{
    width: 33%;
    text-align: right;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    color: #385080;
}
