/* @charset "windows-1252"; */

/* (c) Xavier SURGET 2018 */
/* Reproduction ou utilisation interdite */	   


/* Class Menu */

html {
  max-height: 100%;
}

body{
	max-height: 100%;
	font-family: "Arial";
	margin: 0px;
	padding: 0px;
}

.copyright{
	float: right;
	color: #FFFFFF;
	font-size: 0.6em;
	font-style: italic;
	padding : 25px 20px;
}
.copyright2{
	color: #000000;
	font-size: 0.6em;
	font-style: italic;
}

.gestion{
	float: right;
	color: #00ff00;
	font-size: 1em;
	padding : 20px 40px;
}
.session{
	float: right;
	color: #00ff00;
	font-size: 1em;
	padding : 20px 50px;
}

nav  > ul{
	margin: 0px;
	padding: 0px;
}
nav > ul::after{
	content: "";
	display: block;
	clear: both;
}
nav > ul > li{
	float: left;
	position: relative;
}

nav > ul > li:hover a{
	padding: 15px 30px 20px 30px;
}
nav > ul > li > a{
	padding : 20px 30px;
	color: #FFFFFF;
}
.sub-menu{
	display: none;
}
.sub-menu li{
	border-bottom: 1px solid #CCC;
}
.sub-menu li a{
		padding: 0px;
		font-size: 0.8em;
		color: #2EFEF7;
		width: 100px;
}
.sub-menu li:hover a{
	color: #2EFEF7;
	font-weight: bold;
}
nav{
	width: 100%;
	background-color: #424558;
	position: fixed;	

}
nav a{
	display: inline-block;
	text-decoration: none;
}
nav li{
	list-style-type: none;
}
nav   li:hover .sub-menu {
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 0px;
	z-index: 1000000;
}
.menu-accueil:Hover {
	border-top: 5px solid #2E2EFE;
	background-color: RGBa(228, 77, 38 , 0.15);
}
.menu-mois:Hover {
	border-top: 5px solid #2E2EFE;
	background-color: RGBa(228, 77, 38 , 0.15);
}
.menu-bimensuel:Hover {
	border-top: 5px solid #2E2EFE;
	background-color: RGBa(228, 77, 38 , 0.15);
}
.menu-trimestre:Hover {
	border-top: 5px solid #2E2EFE;
	background-color: RGBa(228, 77, 38 , 0.15);
}
.menu-annuel:Hover {
	border-top: 5px solid #2E2EFE;
	background-color: RGBa(228, 77, 38 , 0.15);
}
.menu-gestion:Hover {
	border-top: 5px solid #2E2EFE;
	background-color: RGBa(228, 77, 38 , 0.15);
}
.menu-mois .sub-menu{
		background-color: #2E2EFE;
}
.menu-bimensuel .sub-menu{
		background-color: #2E2EFE;
}
.menu-trimestre .sub-menu{
		background-color: #2E2EFE;
}
.menu-gestion .sub-menu{
		background-color: #2E2EFE;
}
.dessousmenu{
	display: block;
	height: 60px;
	margin: 0 auto;
	width: 100%;
}
/* Tableau du planning */

TABLE.Calendar {
	border:0px solid #000000;
	width:95%;
	margin:auto;
	border-spacing:0;
	border-collapse:collapse;
}
/* tr.Calendar {border: 1px;} */
td.Calendar {
	border: 1px solid #000000;
	/* border-top: 1px solid #000000;*/
	border-bottom : 2px solid #000000;
	text-align:center;
	height: 1.5em;
}
td.Notice {
	border: 1px solid #000000;
	/* border-top: 1px solid #000000;*/
	border-bottom : 2px solid #000000;
	text-align:center;
	height: 1.5em;
}


/* ------------------------ class gestion ------------------------ */

/* --> A.	*/
.seltech {
	color: #0174DF;
	text-decoration: none;
	font-weight: normal;
	margin-left: 10px;
}	
.seltech:hover {
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
	text-shadow: #0040FF 1px 1px;
}

/* --> TD.	*/
.selection {border: 1px solid #000000; background-color: #0174DF; }

/* --> FONT.	*/
.techselect {margin-left: 50%; font-weight: bold; color: #FFFFFF;}
.notselect {margin-left: 10px; font-style: italic; color: #D8D8D8;}

/* --> DIV.	*/

#formulaire{
	height: auto;
	display: flex;
	padding: 1%;
	border-radius: 5px;
	margin: 0 auto;
	width: auto%;
	background-color: #0174DF;
	text-align: center;
	color: #FFFFFF;

}
#triangleup {
	
 display : fixed;
 height : 0;
 width : 0;
 border-right : 10px solid transparent;
 border-bottom : 17px solid #0174DF;
 border-left : 10px solid transparent;
 margin: 0 10%;
}

input, textarea, select {
	
	padding:3px;
	border:1px solid #000000;
	border-radius:5px;
	width:auto;
	box-shadow:1px 1px 2px #E6E6E6 inset;
	margin-left: 5px;
	margin-right: 5px;
}
#Visible, #Rsp {
	border: 0;
	border-radius:0;
	box-shadow:0;
}
 input.bp{
	 
	background-color: #FAFAFA;
	padding:5px;
	border:1px solid #000000;
	border-radius:5px;
	margin-left: 5px;
	margin-right: 5px;
	float: right;
}
input.bpsup{
	 
	background-color: #FAFAFA;
	padding:5px;
	border:1px solid #000000;
	border-radius:5px;
	margin-left: 5px;
	margin-right: 5px;
	float: right;
}

input.bp:hover {
	background-color: #80FF00;
	border:1px solid #0B610B;
	}
input.bpsup:hover {
	background-color: #FF0000;
	border:1px solid #0B610B;
	color: #FFFFFF;
	}

form {
	margin: auto;
}

#Horaire {
	visibility: hidden;
	position: absolute;
	}

#Typecong {visibility: hidden;}

p.divform { height: 1px;}
span.textform {margin-left: 20px;}
span.jours { font-size: 0.7em; font-weight: bold;}
span.indic { font-size: 0.65em; margin: auto; font-weight: bold;}
span.notice { font-size: 0.65em; margin: auto; font-family: "Arial black";}

/* --------------------- Fenetre erreur --------------------- */

#erreur{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.popup_block{
    background: #fff;
    padding: 20px;
    border: 2px solid #FE2E2E;
    position: relative;
    margin: 10% auto;
    width: 40%;
    box-shadow: 0px 0px 10px #fff;
    border-radius: 10px;
}
img.btn_close {
    float: right;
    margin: -55px -55px 0 0;
}

#errdate{display: none; text-align: center; margin-top: 10px;}
#errdate2{display: none; text-align: center; margin-top: 10px;}
#errtype{display: none; text-align: center; margin-top: 10px;}
#errhor{display: none; text-align: center; margin-top: 10px;}
#errcong{display: none; text-align: center; margin-top: 10px;}

/* --------------------- Fenetre login --------------------- */

#login{
    display: block;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.popup_login{
    background: #EFEFFB;
    padding: 20px;
    border: 2px solid #0000FF;
    position: relative;
    margin: 10% auto;
    width: 350px;
    box-shadow: 0px 0px 10px #fff;
    border-radius: 5px;
} 

#bpconnect{text-align: center; margin-top: 20px;}

#affsessiontxt{
	width: 90%;
	margin-top: 20px;
	margin-left: 40px;
}
#affsessioninput{
	float: right;
	margin-right: 25px;
}

#errlogin{display: none; text-align: center; color: red; font-size: 15px; margin-top: 10px;}
#errpass{display: none; text-align: center; color: red; font-size: 15px; margin-top: 10px;}
#errconnect{display: block; text-align: center; color: red; font-size: 15px; margin-top: 10px;}

/* --------------------- Mon Compte --------------------- */

#moncompte_a{
	text-decoration: none;
	font-weight: normal;
	margin-left: 10px;
	color: #FFFFFF;	
}
#moncompte_a:hover{
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
	text-shadow: #0040FF 2px 1px 1px;

}

#moncompte_div_titre{
	display: block;
	text-align: center;
	background: #585858;
	width: 95%;
	Height: 40px;
	border: 1px solid #000000;
	border-radius: 5px 5px 0 0;
	margin: 10px auto 0;
}
#moncompte_div_cont_newuser, #moncompte_div_cont_suppr{
	display: none;
	width:95%;
	height: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: auto;
	padding: 10px 0 0 0;
	border-radius: 0 0 5px 5px;
}
#moncompte_div_cont_mdp{
	display: block;
	width:95%;
	height: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: auto;
	padding: 10px 0 0 0;
	border-radius: 0 0 5px 5px;
}
#moncompte_div_obj{
	margin: 0 0 10px 10px;
}
#moncompte_div_alert{
	margin: 0 0 10px 10px;
	color: red;
	display: inline;

}
#moncompte_span {margin: 5% auto;
}
#mcpt_nom, #mcpt_prenom, #mcpt_pass, #mcpt_v_pass,
 #mcpt_len_pass, #chgmdp_actuel_err, #chgmdp_v_err, #chgmdp_len_err, #chgmdp_err{
	display: none;
	color: red;
	font-size: 0.8em;
}
#mcpt_align {width: 50px;}
#indications{font-size: 0.8em;}
#chmdpabort {
	color: red;
	font-size: 1em;
	text-align: center;
}
#changez{display: none;}

/* ------------------------- Logo ------------------------ */

div.Adate{
	position: absolute;
	top: 1em;
	margin-right: 20%;
	margin-left: 20%;
	/*height: 6em;*/
	width: 60%;
	font-family: "Comic sans MS";
	text-shadow: 2px 2px #4444; 
	text-align: center;
	font-size: 1.5em;
	font-style: bold;
}
	
div.logosxo{
	position: absolute;
	top: 0.3em;
	right: 0.3em;
	height: 6em;
	width: 20%;
	margin-left: 0.5em;
/*	box-shadow: 8px 8px 5px #444; */
	background: no-repeat right/100% url("../gestion/img/Sodexo.png");
}


div.logonxp{
	position: absolute;
	top: 0.3em;
	left: 0.3em;
	height: 6em;
	width: 20%;
	margin-right: 0.5em;
/*	box-shadow: 8px 8px 5px #444; */
	background: no-repeat right/100% url("../gestion/img/Nexter.png");
}

span.affichage {
	position: absolute;
	top: 4.3em;
	right: 0.3em;
	left: 0.3em;
	/*height: 6em;
	/*width: 20%;
	margin-left: 0.5em; */

	

img{
	max-height:100%;		
	display: block;
}
