/**********************************************************/
/***** VARIABLES *****/
/**********************************************************/
/*
$CouleurPincipale: #2499CE;
$CouleurPrincipaleClaire: #D3EAF5;
$CouleurPrincipaleTresClaire: #E0F0F5;

$CouleurSecondaire: #D02251;
$CouleurSecondaireClaire: #E8A0B2;
$CouleurSecondaireTresClaire: #F7D6E0;

$GrisFonce: #404041;
$GrisMoyen: #898989;
$GrisClair: #D6D6D6;
$GrisTresClair: #F3F3F4;

$BleuGroupeRM: #077EB2;
$BleuNuitRM: #050831
$CouleurTransport: #21A0DB;
$CouleurLots: #CD3E85;
$CouleurInter: #23448C;
$CouleurLocation: #3CA249;
$CouleurLogistique: #663E92;
$CouleurCoordination: #DC7C29;

$VertElico: #195975;
$VertElicoClair: #A2C6D3;
$RoseElico: #A63481;
$RoseElicoClair: #F0ADDB;

$Violet: #6E6AB0;
$Bleu: #409BDB;
$Jaune: #FCB53B;
$Orange: #DB6838;
$Rose: #A63481;
$Rouge: #DB3B3B;
$Vert: #3EDB67;
*/
/*************************************************************************/
/***** CLASSES PERSO *****/
/*************************************************************************/
.txtalign-center{
	text-align: center !important;
}

.mobileonly{
	display: none;
}

.cacher{
	display: none;
}

.FlexContent{
	display: flex;
	justify-content: center;
}

.FlexContent table{
	margin: 2em;
	width: 30%; 
}

#ListeInscription td,
#ListeInscription th{
	text-align: center;
	padding: 0.2rem;
	vertical-align: middle;
}

#resultatRecherche{
	font-size: 1.3rem
}

#resultatRecherche th{
	text-align: right;
	padding: 0.5rem;
}

#resultatRecherche td{
	text-align: left;
	padding: 0.5rem;
}

.ui-menu-item{
	line-height: 1.5rem !important;
	font-size: 0.8rem !important;
	text-align: left;
}

.ui-menu-item .bold-text {
	font-weight: bold;
	text-decoration: underline;
}

.capitalize{
	text-transform: capitalize;
}

.majuscule{
	text-transform: uppercase;
}

a{
	text-decoration: none;
}

.Allees-OUI{
	background: #B9D3ED;
}

.ADIPHAC-OUI{
	background: #ADDEA5;
}

.Present-OUI{
	text-decoration: line-through;
	background: #F7D642;
}

.AttentePaiement-OUI{
	background: #E08080;
}

.Present-OUI a{
	display: none;
}

.Ouverture-NON{
	display: none;
}

/*************************************************************************/
/***** DESIGN GENERAL  - STRUCTURE ET BALISES DE BASE HTML *****/
/*************************************************************************/
html{
	font-family: 'Roboto', sans-serif;
	font-size: 10pt;
}

body{
	margin: 0;
	padding: 0;
	background: #F3F3F4;
	text-align: center;
}

body.suivi{
	background: none;
}

header{
	position: fixed;
	width: 100vw;
	z-index: 2;
	padding: 0.4rem;
	background: #53BBEA;
}

#contenuPage:not(.suivi){
	width: 80vw;
	min-height: 80vh;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	margin: auto;
	background: white;
	padding: 10px;
	padding-top: 5rem;
	box-sizing: border-box;
}

footer{
	color: black;
	text-align: center;
	margin: auto;
	margin-top: 1rem;
	opacity: 0.5;
	display: block;
	max-width: 1800px;
}

input[readonly]{
	background: #999999;
	color: white;
	pointer-events: none;
}


/*************************************************************************/
/***** DESIGN GENERAL - MESSAGES D'ERREUR *****/
/*************************************************************************/
.flash{
	width: 80%;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	position: absolute;
	top: 3rem;
	right: 0;
	max-width:750px;
}

.flash-success{
	background: #3EDB67;
	padding: 0 !important;
}

.flash-notice{
	background: #409BDB;
	padding: 0 !important;
}

.flash-warning{
	background: #DB6838;
	padding-bottom: 1em !important;
	padding-top: 1em !important;
}

.flash-error{
	background: #DB3B3B;
	padding-bottom: 1em !important;
	padding-top: 1em !important;
}

.flash a{
	color: inherit;
	text-decoration: inherit;
}

/*************************************************************************/
/***** DESIGN GENERAL - JAUGE *****/
/*************************************************************************/
#jauge{
	width:100%;
	text-align: left;
	border: 1px solid #999999;
}

#jauge div{
	width: 100%;
	text-align: center;
}

#jaugeRemplissage{
	background-color: #53BBEA;
	height: 1em;
	display: inline-block;
}

/*************************************************************************/
/***** DESIGN GENERAL - TITRES *****/
/*************************************************************************/
h1{
	font-family: Comfortaa, sans-serif;
	font-weight: normal;
	font-size: 2rem;
	margin: 0;
	color: #404041;
	margin-bottom: 0;
}

h1 img{
	height: 1em;
}

h2{
	font-family: Comfortaa, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid black;
	font-size: 1.5rem;
	margin: 0;
	text-align: left;
	color: #404041;
}

h2 img{
	height: 1em;
	width: auto;
}

h2 a{
	color: inherit;
	text-decoration: none;
}

.titreSaisie{
	width: 35rem;
	margin: auto;
}


/*************************************************************************/
/***** DESIGN GENERAL - TABLES *****/
/*************************************************************************/
table{
	width: 100%;
	border-collapse: collapse;
}

table tr, table td, table th{
	color: inherit;
	font-size: inherit;
	vertical-align: top;
	border: 1px solid #D3EAF5;
}

table tr th{
	color: #2499CE;
	font-family: "Roboto Medium", sans-serif;
	font-weight: normal;
}

table caption{
	font-size: 1.2em;
	color: #2499CE;
	border-bottom: 1px solid #2499CE;
	margin: auto;
	padding-bottom: 0.1em;
	width: 80%;
	margin-bottom: 1em;
}

#SaisieInscription{
	width: 35rem;
	margin: auto;
}

td img{
	height: 1em;
	width: auto;
}

td.Commentaire{
	font-style: italic;
	background: #F0F0F0;
}

/*************************************************************************/
/***** DESIGN GENERAL - ELEMENTS DE FORMULAIRES *****/
/*************************************************************************/
input, select, button, textarea{
	font-size: inherit;
	/*border-radius: 5px;*/
	border: 1px solid white;
	font-family: inherit;
	width: 100%;
}

input[type="search"]{
	text-align: center;
}

input:required, select:required, textarea:required{
	background-color: #D3EAF5;
}

input:focus, select:focus, textarea:focus{
	border: 1px solid black;
	outline: none;
}

input[type="submit"], button {
	padding: 5px;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: 1em;
	margin-right: 1em;
	background: #53BBEA;
	color: white;
	width: auto;
	border: none;
	/*box-shadow: 0 0 20px 5px rgba(0,0,0,0.3);*/
	cursor: pointer;
}

input[type="checkbox"],input[type="date"],input[type="time"]{
	width: auto;
}

.bigField{
	font-size: 3rem;
	width: 30rem;
	text-align: center;
}

/*********************************************************************************************************************/

/*************************************************************************/
/***** MODIFICATIONS POUR AFFICHAGE DESKTOP - RESPONSIVE DESIGN *****/
/*************************************************************************/

/*** Petites résolutions desktop ***/
@media screen and (min-width: 1245px) and (max-width: 1600px) {
	html{
		font-size: 8pt;
	}

	.liste{
		width: 100%;
	}

	#contenuPage:not(.suivi){
		width: auto;
		box-shadow: none;
		min-height: 80vh;
	}

	#raccourcis {
		display: none;
	}
}

/*************************************************************************/
/***** MODIFICATIONS POUR AFFICHAGE MOBILE - RESPONSIVE DESIGN *****/
/*************************************************************************/
@media screen and (max-height: 599px), screen and (max-width: 1244px) {
	html{
		font-size: 8pt;
	}
	
	#contenuPage{
		width: 100vw !important;
	}
	
	h1{
		font-size: 1.6rem;
	}

	.mobileonly.block{
		display: block !important;
	}
	
	caption.mobileonly{
		display: table-caption;
	}

	.mobile-w100{
		width: 100% !important;
	}
	
	.nomobile{
		display: none;
	}
}

/*************************************************************************/
/***** MODIFICATIONS POUR AFFICHAGE IMPRESSION *****/
/*************************************************************************/
@media print {	
	body:not(.print) *,
	.noprint{
		display: none !important;
	}

	body{
		width: 19cm;
		background: none;
	}

	#contenuPage{
		box-shadow: none !important;
		width: 100vw;
		padding-top: 0;
	}

	header,
	footer{
		display: none;
	}
}