html {
	margin: 0;
	padding: 0;
	}
body {
   	margin: 0;
	padding: 0;
	/*font-family: arial, verdana, sans-serif;*/
	font-family:"Lato",sans-serif;
	background-image: url(../images/theme/bg_body1.png);
   	background-repeat: repeat-x;
	filter:alpha(opacity=80);
	background-color: rgba(32,32,32, 0.8);
	}
a {
	text-decoration: none;
	}
img {
   	border: 0px;
	}
/*//////////////////////////////////////////////////*/
#header {
	position: relative;
	margin: 0px auto;
	width: 1220px;
	/*width: 980px; +240*/
	height: 190px;
	color: #ccc;
	margin-bottom: 20px;
	}

#logo {
   	float: left;
	margin-top: 25px;
	margin-left: 10px;
	}
#menu_lg {
	position: absolute;
	right: 10px;
	top: 125px;
	margin: 0;
   	padding: 0;
	/*margin:0px;
	padding:15px 0px 0px 0px;
	text-align:right;
	border: 1px solid red;*/
	}
#menu_lg li{
	display:inline-block;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	padding-right:6px;
	}
#menu_lg li a,#menu_lg li p{
	color:white;
	padding-bottom:3px;
	border-bottom:2px solid transparent;
	text-decoration:none !important;
	}
#menu_lg li a:hover{
	color:#00afeb;
	text-decoration:none !important;
	}
#menu_lg li .on{
	border-bottom:2px solid #00afeb;
	}
/* ---------------------------------------------------*/

#menu {
    position: absolute;
	left: 10px;
	top: 152px;
	width: 1200px;
	/*width: 960px; +240*/
    margin: 0;
    padding: 0;
    list-style: none;
	/*background-color: #111;
    background-image: linear-gradient(#444, #111);
    border-radius: 50px;
    box-shadow: 0 2px 1px #9c9c9c;*/
}

#menu li {
    float: left;
    position: relative;
	padding: 0 20px 15px 0;
}
#menu li .on {
    border-bottom:3px solid #00afeb;
}
#menu ul li .on {
    border-bottom:none;
}

#menu a {
    float: left;
    height: 20px;
    /*color: #999;*/
	color: #fff;
    /*text-transform: uppercase;*/
    font-size: 13px;
	font-weight: normal;
	/*font: bold 12px/25px Arial, Helvetica;*/
    text-decoration: none;
    /*text-shadow: 0 1px 0 #000;*/
}

#menu li:hover > a {
    border-bottom: 3px solid #00afeb;
}

*html #menu li a:hover { /* IE6 */
    border-bottom: 3px solid #00afeb;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0 10px;    
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99999;
	background-color: #000;
	filter :alpha(opacity=60);
	background-color: rgba(32,32,32, 0.8);
    /*background-color: #444;   
    background-image: linear-gradient(#444, #111);   
    -moz-border-radius: 5px;
    /*border-radius: 5px;*/
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    box-shadow: 0 1px 0 #111111, 
                0 2px 0 #777777;
}

#menu ul li:last-child { 
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px 0;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
	}

*html #menu ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}

*:first-child+html #menu ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
    /*background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);*/
	color: #00afeb;
	border-bottom: none;
	
}

#menu ul li:first-child a {
    border-radius: 5px 5px 0 0;
	
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    /*border-bottom-color: #00afeb;
	color: #00afeb;*/
}

#menu ul li:last-child a {
    /*border-radius: 0 0 5px 5px;*/
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/*//////////////////////////////////////////////////////////////////////////
				           Partie centrale
//////////////////////////////////////////////////////////////////////////*/

#container_center {
	width: 100%;
	/*filter:alpha(opacity=80);
	background-color: rgba(32,32,32, 0.8);*/
	}	

#container_main {
	width: 1180px;
	/*width: 940px;+240*/
	margin: 0px auto;
	padding: 5px 10px 10px 10px;
	background-color: #ffffff;
	min-height: 550px;
	overflow: auto;
}

/*-------------- Partie centrale principale -------------------------------*/

#contenu_article {
	margin:0px;
	padding:0px;
}
#contenu_page {
	margin:0px;
	padding:0px 20px;
}
#contenu_page p{
	font-size: 1.1em;
}

.corps_article {
	clear: both;
	margin: 5px 0px;
	text-align: justify;
	font-size: 0.8em;
	color:#666;
	/*color:#52585a;*/
}

#listenav ul{
	}
#listenav li{
	margin-bottom:5px;
	list-style-type: square;
	font-size: 1.2em;
}
.listereglementation ul{
	}
.listereglementation li{
	margin:0px 0px 6px 15px;
	list-style-type: square;
	font-size: 1.1em;
}
.titrereglementation {
	margin-top: 15px;
	font-size: 1.3em;
}
p::first-letter{
	text-transform: capitalize;
}
.corps_article p{
	margin-bottom: 15px;
}
.corps_article p.datebeforetitle{
	margin-top: 30px;
	margin-bottom: -7px;
	color:#123660;
	font-size: 0.8em;
	/*border-top:1px solid #e5e9ec;
	border-right:1px solid #e5e9ec;
	border-left:1px solid #e5e9ec;
	border-bottom:2px solid #e5e9ec;*/
	border-bottom:2px solid #f4f6f7;
	/*background-color: #f4f6f7;*/
}
.corps_article p.beforeliste{
	margin-bottom: -7px;
}
#listehome ul{
	}
#listehome li{
	margin-bottom:5px;
	list-style-type: square;
	font-size: 1.1em;
}
.corps_article p.beforeunderliste{
	margin-bottom: 4px;
}
.corps_article p.beforetable{
	margin-bottom: 0px;
}
.corps_article p.center{
	text-align: center;
}
.colnumtable{
	width: 30px;
	text-align: right;
	vertical-align:top;
}
.colmdtable{
	width: 60px;
	text-align: left;
	vertical-align:top;
}
.corps_article a {
	/*color:#123660; Modif couleur lien page*/
	color:#00afeb;
}

.corps_article a:hover {
	color:#006699;
}

.corps_article h1{
	font-family: arial, verdana, sans-serif;
	color:#656B6D;
	text-align: left;
	font-size: 1.6em;
	font-weight:normal;
	margin-top:15px;
}
.corps_article h2{
	font-family: arial, verdana, sans-serif;
	color:#00afeb;
	/*color:#808285;*/
	font-size: 1.3em;
	font-weight:normal;
	margin-top:15px;
}
.corps_article h3{
	font-family: arial, verdana, sans-serif;
	/*color:#00afeb;*/
	color:#656B6D;
	font-size: 1.1em;
	/*font-size: 1.0em;*/
	/*font-weight:normal;*/
	font-weight:bold;
}
.corps_article h4{
	clear:both;
	font-family: arial, verdana, sans-serif;
	color:#00afeb;
	font-size: 1.1em;
	font-weight:bold;
	line-height: 1.4em;
}
.corps_article h5{
	color:#656B6D;
	font-size: 1.0em;
	font-weight: bold;
	}
.corps_article h6{
	font-family: arial, verdana, sans-serif;
	color:#00afeb;
	font-size: 11px;
	margin: 20px 0px 5px 0px;
	}
	
/* DIV de RECHERCHE  */
/* --- Barre de recherche --- */
#filterbox { 
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	font-size: 11px;
	background-color: #eeeeee;
	}
	
#recherche select {
	height: 22px;
	margin: 0px 5px 0px 0px;
	padding: 0;
	}
#recherche input {
	height: 22px;
	margin-left:10px;
	}
  
#filterbox img { 
	margin: 0px 0px 0px 10px;
	padding: 0;
}

/* TOOLS */
table.tools{border:0; padding:0; margin:0; width: 100%;}
table.tools td{padding:0px; /*width:120px;*/ border:none;}
table.tools th{padding:0px; border:none; text-align:right;}
.icone {
	margin-left: 6px;
	width: 16px; /* 22 */
	height: 17px; /* 26 */
	}

/* DETAILS */
table.details{border:0; padding:0; margin:0; width: 100%;}
table.details td{padding:5px; /*width:120px;*/ border:solid 1px #cccccc; font-size:12px;}
table.details th{padding:5px; border:solid 1px #cccccc;}
table.details thead{background:#ffffff; color:#333333; text-align:center;font-size:11px;}
table.details tfoot{font-weight:bold; }
table.details tfoot td{border:none;}
table.details dfn{font-style:normal;}

/* SORTTABLE */
table.sortable{border:0; padding:0; margin:0; width: 100%; }
table.sortable td{padding:3px; /*width:120px;*/ border:solid 1px #cccccc; font-size:12px;}
table.sortable th{padding:3px; border:solid 1px #cccccc;}
table.sortable thead{background:#e1e1e1; color:#333333; text-align:center;font-size:11px;}
table.sortable tfoot{font-weight:bold; }
table.sortable tfoot td{border:none;}
table.sortable dfn{font-style:normal;}

.dt-page-shell {
	background: #f3f3f3;
	min-height: 520px;
	padding: 16px;
}
.dt-page {
	background: transparent;
	color: #44546a;
	font-size: 14px;
	line-height: 1.45;
	padding: 0;
	text-align: left;
}
.dt-page p::first-letter {
	text-transform: none;
}
.dt-page h2 {
	border-bottom: 1px solid #e5eef5;
	color: #123660;
	font-size: 24px;
	font-weight: normal;
	margin: 4px 0 12px 0;
	padding-bottom: 10px;
}
.dt-page h3 {
	color: #123660;
	font-size: 18px;
	margin-top: 24px;
}
.dt-notice {
	background: #f4fbfe;
	border: 1px solid #b9e6f7;
	border-left: 4px solid #00afeb;
	border-radius: 4px;
	color: #31475f;
	margin: 0 0 18px 0;
	padding: 12px 14px;
}
.dt-card {
	background: #f3f3f3;
	border: 1px solid #dce7ef;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(18, 54, 96, 0.08);
	margin: 18px 0;
	padding: 16px;
}
.dt-page table.tools {
	border-collapse: separate;
	border-spacing: 0 10px;
	margin: 0;
	width: 100%;
}
.dt-page table.tools th {
	color: #123660;
	font-size: 12px;
	font-weight: bold;
	padding: 0 12px 0 0;
	text-align: left;
	vertical-align: top;
	width: 180px;
}
.dt-required-marker {
	color: #c0392b;
	cursor: help;
	font-weight: bold;
}
.dt-required-marker:hover {
	color: #8b2417;
}
#dt-back-to-top,
#dt-scroll-down {
	align-items: center;
	background: #123660;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(18, 54, 96, 0.35);
	color: #ffffff;
	cursor: pointer;
	display: none;
	font-size: 22px;
	font-weight: bold;
	height: 48px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: fixed;
	right: 24px;
	transition: background 0.15s ease, transform 0.15s ease;
	width: 48px;
	z-index: 9000;
}
#dt-back-to-top { bottom: 24px; }
#dt-scroll-down { bottom: 80px; }
/* Article column - give it enough room so values like 21.01 don't wrap. */
.dt-page table.dt-results-table thead th:nth-child(2),
.dt-page table.dt-results-table tbody td:nth-child(2) {
	min-width: 80px;
}
.dt-page table.dt-results-table tbody td:nth-child(2) .dt-chip {
	white-space: nowrap;
}
/* Paragraph/sentence column - wider so words like "penultimate" don't break
   mid-word. Word-break is reset so wrapping only happens at whitespace. */
.dt-page table.dt-results-table thead th:nth-child(3),
.dt-page table.dt-results-table tbody td:nth-child(3) {
	min-width: 110px;
}
.dt-page table.dt-results-table tbody td:nth-child(3) .dt-chip {
	overflow-wrap: normal;
	word-break: normal;
}
/* Date columns (First certificate before = col 6, Deadline = col 8) -
   constrain so they don't steal space from the Comments column. A
   DD/MM/YYYY pill fits in ~85px; we add a bit of headroom for the Filter
   button below the header text. */
.dt-page table.dt-results-table thead th:nth-child(6),
.dt-page table.dt-results-table tbody td:nth-child(6),
.dt-page table.dt-results-table thead th:nth-child(8),
.dt-page table.dt-results-table tbody td:nth-child(8) {
	width: 100px;
	min-width: 100px;
	max-width: 110px;
}
/* Give Comments column priority for the remaining width. */
.dt-page table.dt-results-table thead th:nth-child(7),
.dt-page table.dt-results-table tbody td:nth-child(7) {
	min-width: 220px;
}
/* Justify the long-text columns (Subject = col 4, Comments = col 7).
   Browsers only justify lines that wrap naturally; lines ending in <br>
   (like bullet-list items) stay left-aligned, so the dash list keeps its
   shape. Hyphens help avoid huge inter-word gaps on narrow lines. */
.dt-page table.dt-results-table tbody td:nth-child(4),
.dt-page table.dt-results-table tbody td:nth-child(7) {
	hyphens: auto;
	text-align: justify;
}
#dt-back-to-top:hover,
#dt-scroll-down:hover {
	background: #00afeb;
	transform: translateY(-2px);
}
.dt-page table.tools td {
	padding: 0 20px 0 0;
	vertical-align: top;
}
.dt-page input[type="text"],
.dt-page input[type="date"],
.dt-page select {
	background: #ffffff;
	border: 1px solid #b7c7d6;
	border-radius: 4px;
	color: #334e68;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	min-height: 32px;
	padding: 6px 8px;
}
.dt-page input[type="text"]:focus,
.dt-page input[type="date"]:focus,
.dt-page select:focus {
	border-color: #00afeb;
	box-shadow: 0 0 0 3px rgba(0, 175, 235, 0.14);
	outline: none;
}
/* Localized date field: masked text input + calendar button that opens the
   language-specific JS calendar popup (.dt-cal). */
.dt-date-field {
	display: inline-flex;
	align-items: stretch;
	gap: 4px;
}
.dt-page .dt-date-visible {
	width: 130px;
}
.dt-page .dt-date-visible.dt-date-invalid {
	border-color: #e04a4a;
	box-shadow: 0 0 0 3px rgba(224, 74, 74, 0.14);
}
.dt-date-calendar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	width: 36px;
	border: 1px solid #b7c7d6;
	border-radius: 4px;
	background: #eef4fa;
	color: #334e68;
	cursor: pointer;
	padding: 0;
}
.dt-date-calendar:hover {
	background: #dfeaf4;
}
.dt-date-calendar-icon {
	font-size: 15px;
	line-height: 1;
	pointer-events: none;
}
/* Localized calendar popup (appended to <body>). */
.dt-cal {
	position: absolute;
	z-index: 9999;
	width: 250px;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #b7c7d6;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #334e68;
}
.dt-cal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}
.dt-cal-selects {
	display: flex;
	flex: 1;
	gap: 4px;
	justify-content: center;
	margin: 0 4px;
}
.dt-cal-month,
.dt-cal-year {
	font-family: inherit;
	font-size: 12px;
	color: #334e68;
	background: #ffffff;
	border: 1px solid #b7c7d6;
	border-radius: 4px;
	padding: 2px 4px;
	cursor: pointer;
}
.dt-cal-month {
	flex: 1 1 auto;
	min-width: 0;
}
.dt-cal-nav {
	border: 0;
	background: transparent;
	color: #00afeb;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	padding: 2px 8px;
	border-radius: 4px;
}
.dt-cal-nav:hover {
	background: #eef4fa;
}
.dt-cal-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 2px;
}
.dt-cal-wd {
	text-align: center;
	font-size: 11px;
	color: #8aa0b4;
	padding: 2px 0;
}
.dt-cal-day {
	border: 0;
	background: transparent;
	color: #334e68;
	cursor: pointer;
	font-size: 12px;
	padding: 6px 0;
	border-radius: 4px;
}
.dt-cal-day:hover {
	background: #eef4fa;
}
.dt-cal-oom {
	color: #c2ccd6;
}
.dt-cal-today-day {
	font-weight: bold;
	box-shadow: inset 0 0 0 1px #b7c7d6;
}
.dt-cal-sel,
.dt-cal-sel:hover {
	background: #00afeb;
	color: #ffffff;
}
.dt-cal-foot {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}
.dt-cal-clear,
.dt-cal-today {
	border: 0;
	background: transparent;
	color: #00afeb;
	cursor: pointer;
	font-size: 12px;
	padding: 4px 6px;
	border-radius: 4px;
}
.dt-cal-clear:hover,
.dt-cal-today:hover {
	background: #eef4fa;
}
.dt-page label {
	display: inline-block;
	margin: 2px 0 6px 0;
}
.dt-page input[type="checkbox"] {
	margin-right: 6px;
	vertical-align: middle;
}
.dt-page input[type="submit"],
.dt-button {
	background: #00afeb;
	border: 1px solid #00afeb;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	min-height: 34px;
	padding: 8px 14px;
	text-decoration: none;
}
.dt-page input[type="submit"]:hover,
.dt-button:hover {
	background: #008fc0;
	border-color: #008fc0;
	color: #ffffff;
	text-decoration: none;
}
.dt-page .dt-clear-btn,
.dt-clear-btn {
	background: #00afeb;
	border: 1px solid #00afeb;
	border-radius: 4px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin-right: 8px;
	min-height: 34px;
	padding: 8px 14px;
	text-decoration: none;
	vertical-align: middle;
}
.dt-page .dt-clear-btn:hover,
.dt-clear-btn:hover {
	background: #008fc0;
	border-color: #008fc0;
	color: #ffffff;
	text-decoration: none;
}
.dt-help {
	background: #f7fafc;
	border: 1px solid #e0e8f0;
	border-radius: 0;
	color: #52687a;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 9px 10px;
}
.dt-small-note {
	background: #f7fafc;
	border: 1px solid #e0e8f0;
	border-radius: 0;
	color: #52687a;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 9px 10px;
}
.dt-error {
	background: #fff4f4;
	border: 1px solid #f2b8b5;
	border-left: 4px solid #d64545;
	border-radius: 4px;
	color: #8a1f1f;
	margin: 16px 0;
	padding: 10px 12px;
}
.dt-page table.details {
	background: #f3f3f3;
	border: 1px solid #dce7ef;
	border-collapse: separate;
	border-radius: 6px;
	border-spacing: 0;
	box-shadow: 0 1px 3px rgba(18, 54, 96, 0.08);
	overflow: hidden;
}
.dt-page table.details th,
.dt-page table.details td {
	border: 0;
	border-bottom: 1px solid #e7eef4;
	font-size: 13px;
	padding: 9px 10px;
	text-align: left;
}
.dt-page table.details th {
	background: #e9eef2;
	color: #123660;
	width: 180px;
}
.dt-export-bar {
	margin: 12px 0 16px 0;
	text-align: right;
}
.dt-results-wrap {
	overflow-x: auto;
}
.dt-page table.dt-results-table {
	background: transparent;
	border: 0;
	border-collapse: separate;
	border-spacing: 0 9px;
	box-shadow: none;
	margin-top: 8px;
}
.dt-page table.dt-results-table thead th {
	background: #eef7fb;
	border: 1px solid #cfe1eb;
	color: #123660;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 9px 10px;
	position: sticky;
	text-align: left;
	text-transform: none;
	top: 0;
	vertical-align: top;
}
.dt-page table.dt-results-table thead th:first-child {
	border-radius: 6px 0 0 0;
}
.dt-page table.dt-results-table thead th:last-child {
	border-radius: 0 6px 0 0;
}
.dt-page table.dt-results-table tbody tr {
	box-shadow: 0 1px 4px rgba(18, 54, 96, 0.09);
}
.dt-page table.dt-results-table tbody td {
	background: #ffffff;
	border: 0;
	border-bottom: 1px solid #e4edf4;
	border-left: 1px solid #e4edf4;
	border-top: 1px solid #e4edf4;
	color: #44546a;
	font-size: 12px;
	padding: 12px 10px;
	vertical-align: top;
}
.dt-page table.dt-results-table tbody td:first-child {
	border-radius: 6px 0 0 6px;
}
.dt-page table.dt-results-table tbody td:last-child {
	border-radius: 0 6px 6px 0;
	border-right: 1px solid #e4edf4;
}
.dt-page table.dt-results-table tbody tr:hover td {
	background: #f7fcff;
	border-color: #bde7f6;
}
.dt-chip,
.dt-date-pill {
	background: #eaf7fc;
	border: 1px solid #c8eaf6;
	border-radius: 999px;
	color: #123660;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	padding: 4px 8px;
	white-space: nowrap;
}
.dt-chip-light {
	background: #f6f8fa;
	border-color: #dce7ef;
	color: #52687a;
	white-space: normal;
	overflow-wrap: break-word;
	word-break: normal;
}
.dt-page table.dt-results-table tbody td {
	overflow-wrap: break-word;
	word-break: normal;
}
.dt-chip-rhine {
	background: #eef9f1;
	border-color: #ccebd5;
	color: #23653b;
}
.dt-chip-rhine-r {
	background: #e6f0fb;
	border-color: #b8d6f5;
	color: #1d3a78;
}
.dt-chip-rhine-nor {
	background: #fdecec;
	border-color: #f6c2c2;
	color: #8a2828;
}
.dt-date-pill {
	background: #ffffff;
	border-color: #dce7ef;
	color: #52687a;
	font-weight: normal;
}
.dt-filter-toolbar {
	border-bottom: 1px solid #eef3f7;
	display: flex;
	justify-content: flex-end;
	margin: -2px -4px 6px -4px;
	padding-bottom: 6px;
}
.dt-filter-reset {
	background: #0b63ce !important;
	border: 1px solid #0b63ce !important;
	border-radius: 4px;
	color: #ffffff !important;
	cursor: pointer;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	padding: 4px 10px !important;
}
.dt-filter-reset:hover {
	background: #084b9a !important;
	border-color: #084b9a !important;
	color: #ffffff !important;
}
.dt-date-filter-panel {
	background: #ffffff;
	border: 1px solid #cfe1eb;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(18, 54, 96, 0.22);
	color: #334e68;
	font-weight: normal;
	max-height: 40vh;
	max-width: 92vw;
	min-width: 230px;
	overflow: auto;
	padding: 8px 10px;
	position: fixed;
	text-align: left;
	width: 260px;
	z-index: 99999;
}
.dt-filter-option {
	align-items: center;
	border-radius: 4px;
	display: flex;
	gap: 6px;
	justify-content: space-between;
	margin: 0;
	min-height: 28px;
	padding: 4px 6px;
	white-space: nowrap;
}
.dt-filter-option:hover {
	background: #f4fbfe;
}
.dt-filter-option label {
	cursor: pointer;
	flex: 1;
	margin: 0;
}
.dt-filter-option input[type="checkbox"] {
	margin: 0 4px 0 0;
}
.dt-filter-year {
	background: #f7fafc;
	border: 1px solid #e6eef5;
	border-radius: 5px;
	color: #123660;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	margin: 3px 0;
	min-height: 28px;
	padding: 5px 8px;
}
.dt-filter-year:hover {
	background: #eef4fa;
}
.dt-month-group {
	margin: 2px 0 4px 14px;
	padding: 0;
}
.dt-month-group > .dt-filter-option {
	background: #fbfcfe;
	border: 1px solid #eaf1f7;
	border-radius: 5px;
	color: #243b53;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	margin: 2px 0;
	min-height: 28px;
	padding: 5px 8px;
}
.dt-month-group > .dt-filter-option:hover {
	background: #f1f6fb;
}
.dt-day-group {
	margin: 2px 0 2px 14px;
	padding: 0;
}
.dt-filter-date {
	background: #ffffff;
	border: 1px solid #f1f5f9;
	border-radius: 4px;
	color: #334e68;
	font-family: inherit;
	font-size: 13px;
	margin: 3px 0;
	min-height: 28px;
	padding: 5px 8px;
}
.dt-filter-date:hover {
	background: #f7fafc;
}
.dt-tree-toggle {
	background: #ffffff !important;
	border: 1px solid #b8d6f5 !important;
	border-radius: 4px;
	color: #0b63ce;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	height: 28px;
	line-height: 1;
	margin-left: 8px;
	min-width: 36px;
	padding: 0 8px !important;
	text-align: center;
	text-indent: 0;
	width: auto;
}
.dt-tree-toggle::before {
	content: "\25B8";
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	transition: transform 0.15s ease;
}
.dt-tree-toggle[data-expanded="1"]::before {
	transform: rotate(90deg);
}
.dt-tree-toggle:hover {
	background: #e6f0fb !important;
	border-color: #0b63ce !important;
	color: #123660;
}
.dt-filterable-heading {
	min-width: 120px;
	position: relative;
}
.dt-filterable-heading span {
	display: block;
	margin-bottom: 5px;
}
.dt-filter-toggle {
	background: #ffffff !important;
	border: 1px solid #cfe1eb !important;
	border-radius: 3px;
	color: #006699;
	cursor: pointer;
	float: none !important;
	font-size: 11px !important;
	font-weight: bold;
	line-height: 1.1;
	padding: 4px 7px !important;
	text-align: center;
}
.dt-filter-toggle:before {
	content: "";
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #00afeb;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.dt-filter-toggle:hover {
	background: #f4fbfe !important;
	border-color: #00afeb !important;
	color: #123660;
}
@media (max-width: 900px) {
	.dt-page table.tools,
	.dt-page table.tools tbody,
	.dt-page table.tools tr,
	.dt-page table.tools th,
	.dt-page table.tools td {
		display: block;
		width: 100%;
	}
	.dt-page table.tools th {
		padding: 6px 0 4px 0;
	}
	.dt-page table.tools td {
		padding: 0 0 8px 0;
	}
	.dt-page input[type="text"],
	.dt-page input[type="date"],
	.dt-page select {
		width: 100%;
	}
	.dt-date-field {
		display: flex;
		width: 100%;
	}
	.dt-page .dt-date-visible {
		flex: 1 1 auto;
		width: auto;
	}
	.dt-date-calendar {
		flex: 0 0 auto;
	}
}

.gauche{
	text-align:left;
	}
.droite{
	text-align:right;
	}
.centre{
	text-align:center;
	}
.coche {
	color: #00a648;
	font-weight:bold;
	text-align:center;
}

.wordwrap130{
	word-wrap: break-word;
	max-width: 130px;
	}
.wordwrap50{
	word-wrap: break-word;
	max-width: 50px;
	}

/* ALPHA SEARCH CONTAINER */
#searchcontainer {
	margin: 0px;
	padding: 6px;
	/*background-color:#00afeb;*/
	border:solid 1px #00afeb;
	}
#searchcontainer p{
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif, Verdana;
	font-size : 11px;
	}
#searchcontainer ul {
	padding: 0;
	margin: 0;
	}
#searchcontainer li {
	display: inline;
	margin-right: 15px;
	font-size:17px;
	}
#searchcontainer li a {
	text-decoration:none;
	color:#000000;
	}
#searchcontainer li a:hover {
	text-decoration:underline;
	color:#00afeb;
	}
#searchcontainer li a.on,#searchcontainer li a.on:hover {
	text-decoration:underline;
	color:#00afeb;
	}
.nolink {
	text-decoration:none;
	color:#cccccc;
	}
	
/* MULTI SEARCH */
.input_container {
	float: left;
}
.input_container input {
	height: 20px;
	width: 200px;
	padding: 3px;
	border: 1px solid #cccccc;
	border-radius: 0;
}
.input_container ul {
	width: 206px;
	border: 1px solid #eaeaea;
	position: absolute;
	z-index: 9;
	background: #f3f3f3;
	list-style: none;
}
.input_container ul li {
	padding: 2px;
}
.input_container ul li:hover {
	background: #eaeaea;
}
#search_list_id {
	display: none;
}

/*///////////////////////////  ADMIN Form  ///////////////////////////////*/
#monForm
{
	margin: auto; 
   	margin-top: 100px;
   	padding: 0px;
   	text-align: center ;
	width: 50%;
}
#monForm p
{
	margin: 4px 0;
	font-size: 0.9em;
	color:#000;
	
	
}
.msg_err {
	margin: 20px;
	font-size: 0.8em;
	color:red;
	}
.ind_ok {
	margin: 20px;
	font-size: 0.8em;
	color:green;
	}
/* Label */
#monForm label
{
	display: block;
	width: 35%;
	float: left;
	padding-right: 1%;
	text-align: right;
}
#monForm .form_label_nostyle
{
	background: none;
}
/* Input */
#monForm input, #monForm select
{
	margin-right: 12%;
	width: 50%;
	border: #656b6d 1px solid;
}

#monForm input:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus
{
	background-color: #e5e8eb;
}

/* button submit */
#monForm input[type="submit"]
{
	border: #00afeb 1px solid;
	width: 27%;
	margin-top: 10px;
	margin-left: 37%;
	font-size : 11px;
	background-color: #00afeb;
	color: #ffffff;
}

#monForm input[type="submit"]:hover
{
	background-color: #ffffff;
	font-size : 11px;
	color: #00afeb;
	cursor: pointer;
}
/*//////////////////////////////////////////////////////////////////////////
				               Footer - Copyright
//////////////////////////////////////////////////////////////////////////*/
#footer {
	width: 100%;
	height: 250px;
	/*background-color: #000000;
	filter:alpha(opacity=80);
	background-color: rgba(32,32,32, 0.8);*/
	}
#footer_content {
	width: 1220px;
	/*width: 980px;+240*/
	height: 250px;
	margin: 0 auto;
   	padding: 0px;
	}
.footer_text {
	float: left;
	width: 520px;
	margin: 0;
   	padding: 80px 0px 0px 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	}
.footer_text a:link{
	text-decoration: none;
	color: #fff;
	}
.footer_text a:visited{
	text-decoration: none;
	color: #fff;
	}
.footer_text a:hover{
	text-decoration: none;
	color: #00afeb;
	}
.logos{
	float: right;
	width: 400px;
	margin: 0;
   	padding: 30px 10px 0px 0px;
	text-align: right;
	}
.logos img{
	margin-left: 10px;
	}
