html, body {border: 0; margin: 0; padding: 0; height: 100%; overflow:hidden;}

#mCSB_1_container
{
	height: auto;
	min-height: 100%;
}

#connexion_error
{
	position: relative;
	display: block;
	top: 40px;
	height: 0px;
	width: 250px;
	background-color: #BC0E27;
	color: white;
	text-align: center;
	font-weight: bold;
	visibility: hidden;
}

#login_img
{
	position: absolute;
	display: block;
	height: 80px;
	width: 80px;
}

#view_error
{
	position: absolute;
	display: block;	
	height: 80px;
	width: 170px;
	left: 80px;
	font-size: 14px;
	font-family: SmallTypeWritingMedium;
	padding-top: 20px;
}

#btnCookieOK
{
	position: relative;
	left: 20px;
}

#LinkCookie
{
	position: relative;
	left: 5px;
	color: white;
	z-idex: 4;
}

#disclaimer__content
{
	position: relative;
	display: block;
	top: 0px;
	height: 30px;		
	text-align: center;
	font-weight: bold;
	background-color: #1283c5;
	color: white;
	padding-top: 7px;
}

.blur
{
	transition: text-shadow 2s;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6 ),0px 0px 30px rgba(255, 255, 255, 0.4), 0px 0px 50px rgba(255, 255, 255, 0.3), 0px 0px 180px rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0);
}

.glowIntro
{
	font-family: lobster;
	animation-name: glowAnim;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@keyframes glowAnim
{
	from {
		text-shadow: 0px 0px 10px rgba(255, 255, 255, 0 ),0px 0px 30px rgba(255, 255, 255, 0.3), 0px 0px 50px rgba(255, 255, 255, 0.6), 0px 0px 180px rgba(255, 255, 255, 0.9);
	color: #fff;
	}
	
	to {
		text-shadow: 0 0 5px rgba(0, 5px, 5px, 1);
	}
}

.cursor
{
	cursor: pointer;
}

.cursor_move
{
	cursor: move;
}

.app_title
{
  position: absolute;
  -webkit-box-shadow: 0 4px 1px -3px #808080;
  -moz-box-shadow: 0 4px 1px -3px #808080;
  box-shadow: 0 4px 1px -3px #808080;
  width:100%; 
  height:50px;   
  left:0px;
  z-index: 1;
}

#GoHome
{
	position: fixed;
	float: right;
	right: 15px;
	bottom: 5px;
	height: 50px;
	width: 50px;
	z-index: 3;
	
	-webkit-filter: drop-shadow(2px 5px 5px black);
    filter: drop-shadow(2px 5px 5px black);
	-moz-filter: drop-shadow(2px 5px 5px black);
    -ms-filter: drop-shadow(2px 5px 5px black);
    -o-filter: drop-shadow(2px 5px 5px black);
}

#principale
{
  position: relative;  
  width: 100%; 
  height: calc(100% - 50px);
  display: block;	 
  z-index: 0;
  top: 50px;	
  overflow-y: auto;
  overflow-x: hidden;	
}

.P_Centered
{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

#zone_widgets
{	
	position: relative;
	display: block;
	width: 100%;
	height: auto;	
	margin-bottom: 15px;	
}

#bandeau_menu
{
	position: absolute;
	box-shadow: 0px 2px 3px #808080;
	background: #1283c5;
	left: 0px;
	width: 0px;
	top: 0px;
	height: 100%;
	z-index: 1;
}

.asmpsp_Lg
{
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centered
{
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;  	
}

#btn_menu
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 50px;
	background: #1283c5;	
}

#user_Logo
{
	position: absolute;
	display: block;
	left: 130px;
	top: 8px;
}

#label_menu
{
	position: absolute;
	display: block;
	font-size: 18px;
	font-family: SmallTypeWritingMedium;
	top: 15px;
	color: white;
	vertical-align: middle;
	left: 50px;
}

#label_connect
{
	position: absolute;
	display: block;
	font-size: 18px;
	font-family: SmallTypeWritingMedium;
	top: 15px;
	color: silver;	
	left: 170px;
	width: 200px;
}

#menu
{
	position: absolute;
	height: calc(100% - 150px);
	width: 100%;
	top: 150px;
	background: white;	
}

#label_login
{
	position: relative;	
	display: block;
	width: 100%;
	float: right;
	top: 5px;
	color: white;
	font-size: 26px;
	font-family: SmallTypeWritingMedium;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#info_login
{
	position: relative;	
	display: block;
	float: right;
	top: 5px;
	right: 15px;
	width: 230px;
	color: white;
	font-size: 14px;
	font-family: SUSANNA;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#button_login
{
	position: relative;
	display: none;
	float: right;
	background-color: #F0F0F0; 
    border: none;
    color: #1283c5;    
    text-align: center;
    text-decoration: none;    
    font-size: 16px;
    cursor: pointer;
	border-radius: 4px;	
	top: 30px;	
	right: 20px;
	padding: 10px 40px;	
	visibility: visible;
}

#photo_info
{
	position:absolute;
	top: 10px;
	right: 180px;
	height: 50px;
	width: 50px;
}

#label_info
{
	position: relative;	
	display: block;
	width: 200px;
	float: right;
	top: 5px;
	color: white;
	font-size: 26px;
	font-family: SmallTypeWritingMedium;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#label_disconnect
{
	position: relative;	
	display: block;
	width: 230px;
	float: right;
	top: 30px;
	color: white;
	font-size: 16px;
	font-family: SmallTypeWritingMedium;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#user_info
{
	position: relative;	
	display: block;
	float: right;
	top: 5px;
	right: 15px;
	width: 170px;
	color: white;
	font-size: 18px;
	font-family: SUSANNA;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#button_info
{
	position: relative;
	display: block;
	float: right;
	background-color: #F0F0F0; 
    border: none;
    color: #1283c5;    
    text-align: center;
    text-decoration: none;    
    font-size: 12px;
    cursor: pointer;
	border-radius: 4px;	
	top: 20px;	
	right: 10px;
	width: 190px;
	padding: 10px 20px;	
	visibility: visible;
}

#button_connect
{
	position: relative;
	display: none;
	float: right;
	background-color: #F0F0F0; 
    border: none;
    color: #1283c5;    
    text-align: center;
    text-decoration: none;    
    font-size: 16px;
    cursor: pointer;
	border-radius: 4px;	
	top: 85px;	
	right: 20px;
	padding: 10px 40px;	
	visibility: visible;
}

#email_login
{
	position: relative;	
	float: right;
	top: 45px;
	width: 200px;
	height: 20px;
	right: 20px;
	font-size: 20px;
	font-family: SUSANNA;
	color: white;
	padding: 8px 5px;	
	background: #1283c5;
	line-height: 26px;
  	border-radius: 3px;
    border: 1px solid #FFFFFF;
	box-sizing: content-box;
	-webkit-appearance: none;
}

#password_login
{
	position: relative;	
	float: right;	
	top: 60px;
	width: 200px;
	height: 20px;	
	right: 20px;
	font-size: 20px;
	font-family: SUSANNA;
	color: white;
	padding: 8px 5px;	
	background: #1283c5;
	line-height: 26px;
  	border-radius: 3px;
    border: 1px solid #FFFFFF;
	box-sizing: content-box;
	-webkit-appearance: none;
}

#label_psw_lost
{
	position: relative;	
	float: left;
	top: 70px;
	width: 200px;
	height: 20px;	
	left: 20px;
	font-size: 14px;
	font-family: SUSANNA;	
	color: white;
	text-decoration:underline;
}

#remember_login
{
	position: relative;
	float: right;
}

#label_remember
{
	position: relative;	
	float: right;
	top: 100px;
	width: 200px;
	height: 20px;	
	right: 35px;
	font-size: 16px;
	font-family: SUSANNA;	
	color: white;	
}

lu, li
{
	list-style-type: none; 
	list-style-image : none;
	margin : 0;
  	padding : 0;
}

.arrow_box 
{
	position: relative;
	float: right;
	border-bottom-style: solid;
    border-bottom-width: 1px;		
	border-bottom-color: silver;
	margin-right: 20px;
	margin-left: 20px;	
	top: 0px;
	left: 10px;
}

.arrow_box:hover 
{
	/*border-top-color: #F7F7F7;*/
}

.arrow_box:after, 
.arrow_box:before 
{	
	top: 40px;
	left: 115px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after 
{
	border-color: rgba(136, 183, 213, 0);
	border-top-color: white;
	border-width: 7px;
	margin-left: -7px;
	z-index: 1;
}

.arrow_box_h:hover:after
{
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #F7F7F7;
	border-width: 7px;
	margin-left: -7px;
	z-index: 1;
}

.arrow_box:before 
{
	border-color: rgba(245, 0, 0, 0);
	border-top-color: Silver;
	border-width: 8px;
	margin-left: -8px;
	z-index: 1;
}

#menu_title
{
	position: relative;		
	float: right;
	width: 230px;
	height: 20px;
	font-family: SUSANNA;
	font-size: 16px;	
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;		
	background: rgba(245, 0, 0, 0);	
}

.menu_ico
{
	position: absolute;
	float: right;
	left: 15px;
	top: 10px;
	height: 25px;	
}

.menu_ico_h
{
	position: absolute;
	float: right;
	left: 15px;
	top: 10px;
	height: 25px;
	visibility: hidden;
}

.menu_fond:hover
{
	background: #F7F7F7;
}

.menu_fond
{
	position: relative;	
	float: right;
	width: 250px;
	background: white;
	height: 46px;
}

.menu_item
{
	position: relative;		
	float: right;
	width: 230px;
	font-family: SUSANNA;
	font-size: 16px;	
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom-style: solid;
    border-bottom-width: 1px;		
	border-bottom-color: silver;
	margin-right: 10px;
	margin-left: 10px;	
	top: 0px;
	height: 25px;
}

.title_fond
{
	position: relative;		
	float: right;
	width: 250px;
	background: white;
	height: 42px;
}

.title_fond:hover
{
	background: #F7F7F7;
}

.menu_next
{
	position: relative;
	float: right;
	font-family: Consolas, Andale Mono, Lucida Console, Lucida Sans Typewriter, Monaco, Courier New, monospace;
	font-size: 32px;	
	color: gray;
	left: -10px;
	top: -45px;
}

.menu_prior
{
	position: relative;
	float: right;
	font-family: Consolas, Andale Mono, Lucida Console, Lucida Sans Typewriter, Monaco, Courier New, monospace;
	font-size: 32px;	
	color: gray;
	left: -220px;
	top: -43px;
}

#remember_login:not(old)
{
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

#remember_login:not(old) + label,
{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

#remember_login:not(old) + label > span
{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 1px solid white;
  border-radius    : 2px;
  background       : #1283c5;
  background-image : #1283c5;
  vertical-align   : bottom;
}

#remember_login:not(old):checked + label > span
{
  background-image :    -moz-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image :     -ms-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image :      -o-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image : -webkit-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image :         linear-gradient(rgb(255,255,255),rgb(255,255,255));
}

#remember_login:checked + label > span:before
{
  content     : '✓';  
  display     : block;
  width       : 1em;
  color       : #1283c5;
  font-size   : 14px;
  line-height : 1em;
  text-align  : center;  
  font-weight : bold;
}

*
{
    -webkit-tap-highlight-color: transparent;
}

*, :after, :before
{
    box-sizing: inherit;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #D5D5D5;
	font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #D5D5D5;
   opacity:  1;
   font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #D5D5D5;
   opacity:  1;
   font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #D5D5D5;
   font-style: italic;
}

#btnModify
{
	position: absolute;
	display: block;
	float: right;
	top:  10px;
	height: 20px;
	right: 5px;
	z-index: 999;
}

input.switch:empty {
    margin-right: -999px;
}
input.switch:empty ~ label {
    position: relative;
    float: right;
    line-height: 1.6em;
    text-indent: 4em;
    margin: 0.2em 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input.switch:empty ~ label:before, input.switch:empty ~ label:after {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:' ';
    width: 3.6em;
    background-color: #c33;
    border-radius: 0.3em;
    box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
input.switch:empty ~ label:after {
    width: 1.4em;
    top: 0.1em;
    bottom: 0.1em;
    margin-left: 0.1em;
    background-color: #fff;
    border-radius: 0.15em;
    box-shadow: inset 0 -0.2em 0 rgba(0, 0, 0, 0.2);
}
input.switch:checked ~ label:before {
    background-color: #334E99;
}
input.switch:checked ~ label:after {
    margin-left: 2em;
}
