.app
{
	background-color: #F2F2F2;
	position: absolute;
	top: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow-x: hidden;
	z-index: 0;
}

.haut
{
	background-color: #B0E0E6;
	border-bottom: thin solid #000066;
	height: 80px;
	z-index: 10;
	font-size: 14pt;
	font-weight: bold;
}

.haut-contenu
{
	width: 100%;
	margin: 0px;
	padding: 0 2% 0 2%;
}

.app-logo
{
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.logo-icon
{
	float: left;
	max-width: 80px;
	max-height: 80px;
}

.logo-icon img
{
	width: auto;
	height: auto;
}

.logo-texte
{
	float: left;
	height: 100%;
	color: #000099;
	font-size: 14pt;
	font-weight: bold;
	text-align: justify;
	text-justify: inter-word;
}

#menu
{
	clear: both;
	position: sticky;
	top: 0;
	background-color: #000066;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 2px 0 2px 0;
	color: #B0E0E6;
	z-index: 100;
}

#menu-vertical
{
	position: absolute;
	width: 210px;
	background-color: #000066;
	display: none;
}

#menu-top:hover > ul, #menu-top:hover > div ul
{
	display: block;
}

#menu-setup
{
	clear: both;
	position: sticky;
	top: 80px;
	margin: 0;
	padding: 0;
}

#menu-setup a
{
	color: inherit;
	text-decoration: none;
}

#menu-setup p
{
	display: block;
	height: 30px;
}

#menu-setup a:hover
{
	color: #000066;
}

.nav-option, #link-menu-vertical
{
	color: #0d6efd;
	color: #6085ff;
	color: #A9D0F5;
}

.nav-link.active, .nav-link.active:hover
{
	color: #FFFFFF;

	.nav-icon-selection
	{
		color: #FFFFFF;
	}
	/*
	border-left: 2px solid #FFFFFF;
	*/
}

.nav-link:hover, #link-menu-vertical:hover
{
	color: #FFFFFF;

	.nav-icon-selection
	{
		color: #FFFFFF;
	}
	/*
	border-left: 2px solid #B0E0E6;
	*/
}

.nav-icon
{
	display: inline-block;
	width: 25px;
	font-size: 14pt;
}

/*
@media only screen and ( min-width: 1081px )
{
*/
	.nav-link-text
	{
		display: inline-block;
		text-align: left;
	}
	.nav-link-text-vertical
	{
		display: inline-block;
		text-align: left;
	}
	.nav-icon-selection
	{
		display: inline-block;
		width: 25px;
		font-size: 14pt;
		color: #000066;
	}
/*	
}
*/

.table-height
{
	min-height: 600px;
	max-height: 600px;
}

@media only screen and ( max-width: 375px )
{

	.table-height
	{
		min-height: 150px;
		max-height: 150px;
	}

}

@media only screen and ( max-width: 768px )
{

	.table-height
	{
		min-height: 300px;
		max-height: 300px;
	}

}

@media only screen and ( max-width: 1080px )
{
	.nav-link:hover
	{
		.nav-icon
		{
			color: #FFFFFF;
		}
	}
	.nav-link-text
	{
		display: none;
	}
	.nav-icon-selection
	{
		display: none;
	}

	.table-height
	{
		min-height: 400px;
		max-height: 400px;
	}

}

.nav-saison
{
	width: 210px;
	padding-top: 3px;
	padding-right: 10px;
}

.contenu
{
	padding: 20px 2% 0 2%;
}

.titre
{
	letter-spacing: 10px;
}

.titre_box
{
	letter-spacing: 5px;
}

.cm_box
{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	border: solid thin;
	border-radius: 10px;
	padding: 0 1% 0 1%;
}

.cm_box-header
{
	min-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid thin;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.cm_box-subheader
{
	min-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid thin;
}

.cm_box-body
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.cm_box-footer
{
	min-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid thin;	
}

table
{
	width: 100%;
	font-size: 10pt;
	border-collapse: collapse;
	border: 0px;
}

tr
{
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	cursor: pointer;
}

.tableon tr:hover, .tableon tr:nth-child(even):hover
{
	background-color: #CEECF5;
	cursor: pointer;
}

.tableon tr:nth-child(even)
{
	background-color: #EEEEEE;
	cursor: pointer;
}

th, td
{
	padding-left: 3px;
	padding-right: 3px;
}

input
{
	background-color: transparent;
}