div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,td{outline:none;margin:0;padding:0;}
BODY { width: 100%; margin: 0 auto; }
HTML, BODY {
	font-size: 14px;
	font-family: Arial;
	margin: 0 auto;
	color: #212121;
	min-height: 100%;
  	background-color:#f1eae1;
}
textarea {
	font-family: inherit;
	font-size: inherit;
	resize: none;
}
FORM.std INPUT[type=text], FORM.std INPUT[type=search], FORM.std INPUT[type=password], INPUT[type=text].std, INPUT[type=search].std, INPUT[type=password].std {
	background-color: #FEFEFE;
	font-size: 1em;
	color:  #212121;
	line-height: 24px;
	height: 24px;
	border: 1px solid #B6B6B6;
	padding-left: 3px;
}
FORM.std INPUT[type=file], INPUT[type=date] {
	font-family: Arial;
}
FORM.std INPUT[type=text]:disabled, FORM.std INPUT[type=search]:disabled, FORM.std TEXTAREA:disabled, INPUT[type=text].std:disabled, INPUT[type=search].std:disabled, TEXTAREA.std:disabled  {
	background-color: #EEEEEE;
}
FORM.std TEXTAREA, TEXTAREA.std, INPUT[type=search].std {
	background-color: #FEFEFE;
	font-size: 1em;
	color: #212121;
	border: 1px solid #B6B6B6;
	padding-left: 3px;
}
FORM.std SELECT, SELECT.std {
	height: 26px;
}

FORM.std INPUT[type=text]:focus, FORM.std INPUT[type=search]:focus, FORM.std INPUT[type=password]:focus, FORM.std TEXTAREA:focus, FORM.std SELECT:focus,
INPUT[type=text].std:focus, INPUT[type=search].std:focus, INPUT[type=password].std:focus, TEXTAREA.std:focus, SELECT.std:focus { 
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
INPUT[type=text]:-ms-input-placeholder, INPUT[type=search]:-ms-input-placeholder {color: #919191;}
TEXTAREA:-ms-input-placeholder {color: #919191;}

INPUT[type=search].std {
	height: 30px;
	border-radius: 15px;
	padding: 0 10px 0 10px;
}

.AC {
	text-align: center; 
}
.AL {
	text-align: left;
}
.AR {
	text-align: right;
}
.Txt4 {
	font-size: 0.3em;
}
.Txt7 {
	font-size: 0.7em;
}
.Txt8 {
	font-size: 0.8em;
}
.Txt9 {
	font-size: 0.85em;
}
.Txt10 {
	font-size: 0.9em;
}
.Txt11 {
	font-size: 1.05em;
}
.Txt12 {
	font-size: 1.15em;
}
.Txt13 {
	font-size: 1.23em;
}
.Txt14 {
	font-size: 1.25em;
}
.T07 { font-size: 0.7em; }
.T075 { font-size: 0.75em; }
.T08 { font-size: 0.8em; }
.T85 { font-size: 0.85em; }
.T09 { font-size: 0.9em; }
.T095 { font-size: 0.95em; }
.T11 { font-size: 1.1em; }
.T105 { font-size: 1.05em; }
.T12 { font-size: 1.2em; }
.T13 { font-size: 1.3em; }
.T14 { font-size: 1.4em; }
.T15 { font-size: 1.5em; }
.T16 { font-size: 1.6em; }
.T18 { font-size: 1.8em; }
.color1 { color: #000000; }
.color2 { color: #525252; }
.color3 { color: #D7CCC8; }
.Bleu {
	color: #0000FF;
}
.Bleu2 {
	color: #0095FF;
}
.Vert {
	color: #009900;
}
.Vert3 {
	color: #00DD00;
}
.Rouge {
	color: #DD0000;
}
.Rouge2 {
	color: #EE0000;
}
.Orange, .ORANGE {
	color: #FF8C00;
}
.Gris {
	color: #006666;
}
.Gris2 {
	color: #222;
}
.Gras {
	font-weight: bold;
}
.Maj {
	text-transform: uppercase;
}
.DN {
	display: none;
}
.MC {
	margin: 0 auto;
}
.fade:hover { opacity: 0.6; }
.fade2:hover { opacity: 0.4; }
.Pointeur {
	cursor: pointer;
}
.BordSimple {
	border-top:1px solid #DDD;
}
.erreur {
	color: #FF0000;
}
span.succes {
	color: #00CC00;
}
TABLE.contenu {
	font-size: 0.9em;
	font-family: Arial;
	border-spacing: 10px;
	margin: 0 auto;
}
TABLE.contenu2 {
	font-size: 1em;
	font-family: Arial;
	border-spacing: 10px;
	margin: 0 auto;
}
.card {
	background-color: #FEFEFE;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.toolbar {
	margin: 12px 16px;
	padding: 16px 18px;
	border: 1px solid rgba(28, 24, 20, 0.1);
	border-radius: 22px;
	background: rgba(255,255,255,0.72);
}
.toolbar-content {
	display: grid;
	grid-template-columns: 96% 4%;
}
.toolbar-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.toolbar-actionsgen {
	display: flex;
	justify-content: flex-end;
}
.content-card {
	margin: 12px 16px;
    padding: 18px;
    border: 1px solid rgba(28, 24, 20, 0.1);
    background: rgba(255, 255, 255, 0.84);
    border-radius: 28px;
    box-shadow: 0 22px 60px rgba(56, 41, 25, 0.12);
}
.c-head {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
	font-size: 0.85em;
	color: #6e655d;
	padding: 0 8px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.c-liste {
	display: flex;
    flex-wrap: wrap;
    gap: 0;
	color: #231f1b;
	border-radius: 22px;
	padding: 16px 8px;
	margin: 14px 0;
	background: rgba(250,248,245,0.96);
	border: 1px solid rgba(28, 24, 20, 0.06);
}
.c-liste:hover {
	border-color: rgba(143,99,64,0.28);
}
.c-liste.filtreHide { display: none; }
.c-liste.triko { background-color: #DEDEDE; }

.c-head > #col1.cb-head-col, .c-liste .cbcol1 { width: 6%; }
.c-head > #col2.cb-head-col, .c-liste .cbcol2 { width: 25%; }
.c-head > #col3.cb-head-col, .c-liste .cbcol3 { width: 24%; }
.c-head > #col4.cb-head-col, .c-liste .cbcol4 { width: 9%; }
.c-head > #col5.cb-head-col, .c-liste .cbcol5 { width: 8%; }
.c-head > #col6.cb-head-col, .c-liste .cbcol6 { width: 7%; }
.c-head > #col7.cb-head-col, .c-liste .cbcol7 { width: 6%; }
.c-head > #col8.cb-head-col, .c-liste .cbcol8 { width: 6%; }
.c-head > #col9.cb-head-col, .c-liste .cbcol9 { width: 9%; }
.c-liste .cbcol1, .c-liste .cbcol2 { gap: 6px; }
.c-liste .cbcol1, .c-liste .cbcol4, .c-liste .cbcol5, .c-liste .cbcol6, .c-liste .cbcol7, .c-liste .cbcol8 {
	display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column;
}
.c-liste .cbcol2, .c-liste .cbcol3 {
	display: flex; align-items: left; justify-content: center; text-align: left; flex-direction: column;
}
.c-liste .cbcol9 { display: flex; align-items: end; justify-content: flex-end; text-align: right; gap: 4px; }

.c-head > #col1.cj-head-col, .c-liste .cjcol1 { width: 3%; }
.c-head > #col2.cj-head-col, .c-liste .cjcol2 { width: 8%; }
.c-head > #col3.cj-head-col, .c-liste .cjcol3 { width: 3%; }
.c-head > #col4.cj-head-col, .c-liste .cjcol4 { width: 23%; }
.c-head > #col5.cj-head-col, .c-liste .cjcol5 { width: 16%; }
.c-head > #col6.cj-head-col, .c-liste .cjcol6 { width: 8%; }
.c-head > #col7.cj-head-col, .c-liste .cjcol7 { width: 9%; }
.c-head > #col8.cj-head-col, .c-liste .cjcol8 { width: 6%; }
.c-head > #col9.cj-head-col, .c-liste .cjcol9 { width: 15%; }
.c-head > #col10.cj-head-col, .c-liste .cjcol10 { width: 9%; }
.c-liste .cjcol4 { gap: 6px; }
.c-liste .cjcol1, .c-liste .cjcol2, .c-liste .cjcol3, .c-liste .cjcol6, .c-liste .cjcol7, .c-liste .cjcol8 {
	display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column;
}
.c-liste .cjcol4, .c-liste .cjcol5, .c-liste .cjcol9 {
	display: flex; align-items: left; justify-content: center; text-align: left; flex-direction: column;
}
.c-liste .cjcol10 { display: flex; align-items: end; justify-content: flex-end; text-align: right; gap: 4px; }

.c-head > #col1.cr-head-col, .c-liste .crcol1 { width: 28%; }
.c-head > #col2.cr-head-col, .c-liste .crcol2 { width: 15%; }
.c-head > #col3.cr-head-col, .c-liste .crcol3 { width: 10%; }
.c-head > #col4.cr-head-col, .c-liste .crcol4 { width: 25%; }
.c-head > #col5.cr-head-col, .c-liste .crcol5 { width: 10%; }
.c-head > #col6.cr-head-col, .c-liste .crcol6 { width: 12%; }
.c-liste .crcol1 { gap: 6px; }
.c-liste .crcol3, .c-liste .crcol4, .c-liste .crcol5 {
	display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column;
}
.c-liste .crcol1, .c-liste .crcol2 {
	display: flex; align-items: left; justify-content: center; text-align: left; flex-direction: column;
}
.c-liste .crcol6 { display: flex; align-items: end; justify-content: flex-end; text-align: right; gap: 4px; }

.c-head > #col1.cbn1-head-col, .c-liste .cbn1col1 { width: 10%; }
.c-head > #col2.cbn1-head-col, .c-liste .cbn1col2 { width: 14%; }
.c-head > #col3.cbn1-head-col, .c-liste .cbn1col3 { width: 72%; }
.c-head > #col4.cbn1-head-col, .c-liste .cbn1col4 { width: 4%; }
.c-liste .cbn1col1, .c-liste .cbn1col2 {
	display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column;
}
.c-liste .cbn1col3 {
	display: flex; align-items: left; justify-content: center; text-align: left; flex-direction: column;
}
.c-liste .cbn1col4 { display: flex; align-items: center; justify-content: flex-end; text-align: right; gap: 4px; }

.c-head > #col1.cbn2-head-col, .c-liste .cbn2col1 { width: 18%; }
.c-head > #col2.cbn2-head-col, .c-liste .cbn2col2 { width: 6%; }
.c-head > #col3.cbn2-head-col, .c-liste .cbn2col3 { width: 25%; }
.c-head > #col4.cbn2-head-col, .c-liste .cbn2col4 { width: 25%; }
.c-head > #col5.cbn2-head-col, .c-liste .cbn2col5 { width: 10%; }
.c-head > #col6.cbn2-head-col, .c-liste .cbn2col6 { width: 10%; }
.c-head > #col7.cbn2-head-col, .c-liste .cbn2col7 { width: 6%; }
.c-liste .cbn2col2, .c-liste .cbn2col3 { gap: 6px; }
.c-liste .cbn2col1, .c-liste .cbn2col2, .c-liste .cbn2col5, .c-liste .cbn2col6 {
	display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column;
}
.c-liste .cbn2col3, .c-liste .cbn2col4 {
	display: flex; align-items: left; justify-content: center; text-align: left; flex-direction: column;
}
.c-liste .cbn2col7 { display: flex; align-items: end; justify-content: flex-end; text-align: right; gap: 4px; }

.c-head > #col1.cbn3-head-col, .c-liste .cbn3col1 { width: 8%; }
.c-head > #col2.cbn3-head-col, .c-liste .cbn3col2 { width: 3%; }
.c-head > #col3.cbn3-head-col, .c-liste .cbn3col3 { width: 20%; }
.c-head > #col4.cbn3-head-col, .c-liste .cbn3col4 { width: 15%; }
.c-head > #col5.cbn3-head-col, .c-liste .cbn3col5 { width: 8%; }
.c-head > #col6.cbn3-head-col, .c-liste .cbn3col6 { width: 8%; }
.c-head > #col7.cbn3-head-col, .c-liste .cbn3col7 { width: 8%; }
.c-head > #col8.cbn3-head-col, .c-liste .cbn3col8 { width: 26%; }
.c-head > #col9.cbn3-head-col, .c-liste .cbn3col9 { width: 4%; }
.c-liste .cbn3col3 { gap: 6px; }
.c-liste .cbn3col1, .c-liste .cbn3col2, .c-liste .cbn3col5, .c-liste .cbn3col6, .c-liste .cbn3col7 {
	display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column;
}
.c-liste .cbn3col3, .c-liste .cbn3col4, .c-liste .cbn3col8 {
	display: flex; align-items: left; justify-content: center; text-align: left; flex-direction: column;
}
.c-liste .cbn3col9 { display: flex; align-items: center; justify-content: flex-end; text-align: right; gap: 4px; }

.c-head > #col1.cs1-head-col, .c-liste .cs1col1 { width: 45%; }
.c-head > #col2.cs1-head-col, .c-liste .cs1col2 { width: 20%; }
.c-head > #col3.cs1-head-col, .c-liste .cs1col3 { width: 30%; }
.c-head > #col4.cs1-head-col, .c-liste .cs1col4 { width: 5%; }
.c-liste .cs1col2 {
	display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column;
}
.c-liste .cs1col1, .c-liste .cs1col3 {
	display: flex; align-items: left; justify-content: center; text-align: left; flex-direction: column;
}
.c-liste .cs1col4 { display: flex; align-items: end; justify-content: flex-end; text-align: right; gap: 4px; }

.c-head > #col1.cs2-head-col, .c-liste .cs2col1 { width: 30%; }
.c-head > #col2.cs2-head-col, .c-liste .cs2col2 { width: 70%; }
.c-liste .cs2col1, .c-liste .cs2col2 {
	display: flex; align-items: left; justify-content: center; text-align: left; flex-direction: column;
}

.c-head > #col1.cs3-head-col, .c-liste .cs3col1 { width: 20%; }
.c-head > #col2.cs3-head-col, .c-liste .cs3col2 { width: 20%; }
.c-head > #col3.cs3-head-col, .c-liste .cs3col3 { width: 60%; }
.c-liste .cs3col1, .c-liste .cs3col2, .c-liste .cs3col3 {
	display: flex; align-items: left; justify-content: center; text-align: left; flex-direction: column;
}

.cardtitledialog {
	text-align: left;
	margin: 0 auto;
	width: 99%;
	padding: 4px;
	border-bottom: 1px solid #B6B6B6;
	background-color: #FEFEFE;
}
.cardtitledialog > SPAN {
	color: #444;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}
.cardlisthead {
	cursor: default;
	color: #727272;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 2px;
	background-color: #F4F4F4;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.cardlisthead SPAN {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cardlisthead.fixe {
	position: fixed;
	margin: 0;
	z-index: 99;
}
.cardlist {
	position: relative;
	font-size: 0.9em;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
	width: 100%;
	min-height: 60px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.cardlist:hover { background-color: #FAFAFA; }

.tiles-container {
	font-size: 0.95em;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tile {
    flex: 1 0 300px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 8px 10px 8px 10px;
    border-radius: 10px;
}
.tileLight {
    flex: 1 0 200px;
    background: transparent;
    padding: 8px 10px 8px 10px;
    border-radius: 10px;
	border: 1px solid #d2e7d2;
}
.tileLight > SPAN {
	color: #525252;
	font-size: 0.85em;
	text-transform: uppercase;
}
.tileToolbar {
    flex: 1 0 120px;
	text-align: left;
    padding: 8px 12px;
	border-radius: 14px;
  	background: rgba(255,255,255,0.7);
  	border: 1px solid rgba(28, 24, 20, 0.1);
}
.tileToolbar > SPAN {
	color: #6e655d;
}
.tileContent {
    flex: 1 0 300px;
    padding: 8px 12px;
	border-radius: 14px;
  	background: rgba(255,255,255,0.7);
  	border: 1px solid rgba(28, 24, 20, 0.1);
}
.tileContent > SPAN {
	color: #6e655d;
}
.tileContent > HR {
	color: #EEE;
}
.tile > P, .tileLight > P, .tileLight > TABLE, .tileToolbar > P, .tileContent > P {
	margin: 6px 0 0 0;
}
.tile.tileListe > P {
	line-height: 1.4em;
	margin: 0;
}
.tileUnique {
	background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 6px 6px 6px 6px;
    border-radius: 10px;
}
.tileCenter {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}
.tileT1 { max-width: 70px; }
.tileT2 { max-width: 120px; }

.progress-circle{
	position: relative;
	box-sizing: border-box;
	font-size: 3em; /* dimension jauge */
	width: 1em;
	height: 1em;
	border-radius: 50%;
	border: .15em solid #CDE;
	background-color: #FFF;
}
.progress-masque {
	position: absolute;
	width: 1em;
	height: 1em;
	left: -.15em;
	top: -.15em;
	clip: rect(0, 1em, 1em, .5em);
}
.progress-circle[data-value^='5']:not([data-value='5']):not([data-value^='5.']) .progress-masque,
.progress-circle[data-value^='6']:not([data-value='6']):not([data-value^='6.']) .progress-masque,
.progress-circle[data-value^='7']:not([data-value='7']):not([data-value^='7.']) .progress-masque,
.progress-circle[data-value^='8']:not([data-value='8']):not([data-value^='8.']) .progress-masque,
.progress-circle[data-value^='9']:not([data-value='9']):not([data-value^='9.']) .progress-masque,
.progress-circle[data-value^='100'] .progress-masque {
	clip: rect(auto, auto, auto, auto);
}
.progress-barre,
.progress-sup50 {
	position: absolute;
	box-sizing: border-box;
	border-width: .15em; /* largeur bordure de la gauge */
	border-style: solid;
	border-color: #069;
	border-radius: 50%;
	width: 1em;
	height: 1em;
	clip: rect(0, .5em, 1em, 0);
}
.progress-sup50 {
	display: none;
	clip: rect(0, 1em, 1em, .5em);
}
.progress-circle[data-value^='5']:not([data-value='5']):not([data-value^='5.']) .progress-sup50,
.progress-circle[data-value^='6']:not([data-value='6']):not([data-value^='6.']) .progress-sup50,
.progress-circle[data-value^='7']:not([data-value='7']):not([data-value^='7.']) .progress-sup50,
.progress-circle[data-value^='8']:not([data-value='8']):not([data-value^='8.']) .progress-sup50,
.progress-circle[data-value^='9']:not([data-value='9']):not([data-value^='9.']) .progress-sup50,
.progress-circle[data-value^='100'] .progress-sup50 {
	display:block;
}
.progress-circle:after {
	content: attr(data-value2);
	font-weight: bold;
	font-size: 0.43em; /* taille de la font */
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.timeline {
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 0.95em;
}
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #777;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}
.timeline > .container {
  padding: 10px 30px 10px 30px;
  position: relative;
  background-color: inherit;
  width: 50%;
  box-sizing: border-box;
}
/* The circles on the timeline */
.timeline > .container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.timeline > .container.left {
  left: 0;
  padding-left: 5px;
}
.timeline > .container.right {
  left: 50%;
  padding-right: 5px;
}
/* Add arrows to the left container (pointing right) */
.timeline > .container.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 20px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ccc;
}
/* Add arrows to the right container (pointing left) */
.timeline > .container.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 20px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ccc transparent transparent;
}
.timeline > .container.right::after {
  left: -16px;
}
.timeline > .container > .content {
  padding: 8px 10px 8px 10px;
  border: 1px solid #ccc;
  position: relative;
  border-radius: 6px;
  box-sizing: border-box;
}
.timeline > .container > .content > P {
	margin: 6px 0 0 0;
}

DIV.lgn {
	display: block;
	min-height: 60px;
	margin-top: 20px;
	overflow-x: hidden;
}
SPAN.lgn {
	display: block;
	min-height: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.JaugeMaturite {
	width: 100%;
	font-size: 0.85em;
	display: flex;
	cursor: default;
}
.JaugeMaturite > .ZoneMaturite1 {
	flex: 1;
	background-color: #e74c3c;
	color: #fff;
	text-align: left;
	padding: 0;
	opacity: 0.5;
}
.JaugeMaturite > .ZoneMaturite2 {
	flex: 1;
	background-color: #b6e7a6;
	color: #000;
	text-align: left;
	padding: 0;
	opacity: 0.5;
}
.JaugeMaturite > .ZoneMaturite3 {
	flex: 1;
	background-color: #333;
	color: #fff;
	text-align: left;
	padding: 0;
	opacity: 0.5;
}
.JaugeMaturite > .ZoneMaturite1.ZoneMaturiteActive, .JaugeMaturite > .ZoneMaturite2.ZoneMaturiteActive, .JaugeMaturite > .ZoneMaturite3.ZoneMaturiteActive { opacity: 1; }
.JaugeMaturite > .ZoneMaturite1 > .JaugeMaturiteAnnee, .JaugeMaturite > .ZoneMaturite2 > .JaugeMaturiteAnnee, .JaugeMaturite > .ZoneMaturite3 > .JaugeMaturiteAnnee {
	color: #fff;
	text-align: right;
	font-weight: bold;
	background-color: #00F;
	height: 16px;
	line-height: 16px;
	font-size: 10px;
}
.JaugeMaturite > .ZoneMaturite1.ZoneMaturiteActive > .JaugeMaturiteAnnee, .JaugeMaturite > .ZoneMaturite2.ZoneMaturiteActive > .JaugeMaturiteAnnee, .JaugeMaturite > .ZoneMaturite3.ZoneMaturiteActive > .JaugeMaturiteAnnee {
	padding-right: 6px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px; 
}

.triable { cursor: pointer; }
.triasc:after { content: "\00A0\025B2"; }
.tridesc:after { content: "\00A0\025BC"; }
#zoneGlobaleRecherche {
	position: fixed;
	width: 100%;
	max-width: 500px;
	left: 50%;
    transform: translateX(-50%);
	display: none;
	z-index: 1;
	margin-top: 16px;
}
#zoneRecherche {
	width: 100%;
	margin: 0 auto;
	padding-top: 12px;
	background-color: #F9F9F9;
	box-shadow: 0 4px 8px rgba(0,0,0,0.16), 0 4px 8px rgba(0,0,0,0.23); 
	text-align: center;
	border-radius: 5px;
}
#zoneRecherche > A {
	text-decoration: none;
	position: absolute;
	top: -6px;
	right: 6px;
	font-size: 36px;
	color: #212121;
}
#zoneRecherche > A:hover { opacity: 0.6 };
#zoneRecherche > INPUT, #zoneRecherche > SELECT {
	display: block;
	height: 24px;
	line-height: 24px;
	margin-bottom: 16px;
}
#infoFiltreHtml {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	font-size: 0.85em;
}
#btnRecherche.rechActive { background-color: #0095FF; }

SPAN.TV1 {
	font-size: 1em;
	display: table;
	margin: 0 auto;
	width: 67px;
	height: 28px;
	line-height: 28px;
	text-align: center; 
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #B03A3A;
	color: #FFFFFF;
}
SPAN.TV1-2 { padding: 0px; font-size: 1em; height: 1.2em; line-height: 1.2em; }
SPAN.TV2 {
	font-size: 1em;
	display: table;
	margin: 0 auto;
	width: 67px;
	height: 28px;
	line-height: 28px;
	text-align: center; 
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffff7c;
	color: #222;
}
SPAN.TV2-2 { padding: 0px; font-size: 1em; height: 1.2em; line-height: 1.2em; }
SPAN.TV3 {
	font-size: 1em;
	display: table;
	margin: 0 auto;
	width: 67px;
	height: 28px;
	line-height: 28px;
	text-align: center; 
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #FF9191;
	color: #222;
}
SPAN.TV3-2 { padding: 0px; font-size: 1em; height: 1.2em; line-height: 1.2em; }
SPAN.TV4 {
	font-size: 0.85em;
	display: table;
	margin: 0 auto;
	width: 67px;
	height: 28px;
	text-align: center; 
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #FFCC33;
	color: #222;
}
SPAN.TV4-2 { padding: 0px; font-size: 1em; width: 195px; height: 1.2em; line-height: 1.2em; }
SPAN.TV5 {
	font-size: 0.8em;
	display: table;
	margin: 0 auto;
	width: 67px;
	height: 28px;
	text-align: center; 
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffff7c;
	color: #222;
}
SPAN.TV5-2 { padding: 0px; font-size: 1em; width: 140px; height: 1.2em; line-height: 1.2em; }
SPAN.TV6 {
	font-size: 0.8em;
	display: table;
	margin: 0 auto;
	width: 67px;
	height: 28px;
	text-align: center; 
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #FF9191;
	color: #222;
}
SPAN.TV6-2 { padding: 0px; font-size: 1em; width: 135px; height: 1.2em; line-height: 1.2em; }
SPAN.TV7 {
	font-size: 0.8em;
	display: table;
	margin: 0 auto;
	width: 67px;
	height: 28px;
	text-align: center; 
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #B03A3A;
	color: #FFFFFF;
}
SPAN.TV7-2 { padding: 0px; font-size: 1em; width: 140px; height: 1.2em; line-height: 1.2em; }
SPAN.TV99 {
	font-size: 1em;
	display: table;
	margin: 0 auto;
	width: 67px;
	height: 28px;
	line-height: 28px;
	text-align: center; 
	vertical-align: middle;
	padding: 4px 0px 4px 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #000077;
	color: #FFFFFF;
}
SPAN.TV99-2 { padding: 0px 8px 0px 8px; font-size: 1em; width: auto; height: 1.2em; line-height: 1.2em; }

div.EnCave {
	background-color: #00DD00;
	height: 13px;
	width: 13px;
	margin: 0 auto; 
	border-radius: 50%;
}
div.PasEnCave {
	background-color: #EE0000;
	height: 13px;
	width: 13px;
	margin: 0 auto; 
	border-radius: 50%;
}
.Photo {
	width: 24px;
	height: 24px;
	background-image: url('../../images/baseline_photo_camera_black_24dp.png');
	display: inline-block;
}
.trash {
	width: 20px;
	height: 20px;
	background-image: url('../../images/trash_20dp.png');
	display: inline-block;
}
.im_search {
	width: 20px;
	height: 20px;
	background-image: url('../../images/search_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(3px);
}
.im_edit {
	width: 20px;
	height: 20px;
	background-image: url('../../images/edit_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(3px);
}
.im_delete {
	width: 20px;
	height: 20px;
	background-image: url('../../images/delete_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(3px);
}
.im_delete_forever {
	width: 20px;
	height: 20px;
	background-image: url('../../images/delete_forever_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(3px);
}
.im_add {
	width: 20px;
	height: 20px;
	background-image: url('../../images/add_2_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(3px);
}
.im_remove {
	width: 20px;
	height: 20px;
	background-image: url('../../images/remove_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(3px);
}
.im_download {
	width: 20px;
	height: 20px;
	background-image: url('../../images/download_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(4px);
}
.im_move_item {
	width: 20px;
	height: 20px;
	background-image: url('../../images/move_item_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(3px);
}
.im_place_item {
	width: 20px;
	height: 20px;
	background-image: url('../../images/place_item_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(3px);
}
.im_location_on {
	width: 20px;
	height: 20px;
	background-image: url('../../images/location_on_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(3px);
}
.im_star {
	width: 20px;
	height: 20px;
	background-image: url('../../images/star_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(3px);
}
.im_bookmark {
	width: 20px;
	height: 20px;
	background-image: url('../../images/bookmark_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(3px);
}
.im_photo_camera {
	width: 20px;
	height: 20px;
	background-image: url('../../images/photo_camera_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(3px);
}
.im_print {
	width: 20px;
	height: 20px;
	background-image: url('../../images/print_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(3px);
}
.im_info {
	width: 20px;
	height: 20px;
	background-image: url('../../images/info_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(3px);
}
.im_sort {
	width: 20px;
	height: 20px;
	background-image: url('../../images/sort_20dp.png');
	display: inline-block;
	margin-right: 4px;
	transform: translateY(3px);
}
.visibility {
	width: 20px;
	height: 20px;
	background-image: url('../../images/visibility_20dp.png');
	display: inline-block;
}
.icon-btn {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	border: 1px solid rgba(28, 24, 20, 0.1);
	background: rgba(255,255,255,0.88);
	cursor: pointer;
}
.icon-btn:hover {
	background: rgba(143, 99, 64, 0.1);
	border-color: rgba(143, 99, 64, 0.24);
}
.menu3P {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: radial-gradient(circle, #231f1b 1px, transparent 2px);
    background-size: 100% 33.33%;
}
.actionsgen > .menu3P {
	width: 24px;
	height: 24px;
	background-image: radial-gradient(circle, #00897b 2px, transparent 3px);
	transform: rotate(-90deg);
}
.actionspopup {
	color: #00897b !important;
	font-size: 1em !important;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
.actionspopup::after {
	content: "\00A0\025BC";
}
.help {
	width: 14px;
	height: 14px;
	line-height: 14px;
	display: inline-block;
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 50%;
}
.help::before { content: '?'; }
.help-L {
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
}
.arrow-left {
	width: 28px;
	height: 28px;
	display: inline-block;
	position: relative;
	border-radius: 50%;
}
.arrow-left::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	border-style: solid;
	border-color: #000;
	border-width: 4px 4px 0 0;
	position: absolute;
	transform-origin: 50% 50%;
	transform: rotate(-135deg);
	margin: -10px 0 0 -10px;
	box-sizing: border-box;
}
.arrow-left::after {
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-color: #000;
    position: absolute;
    transform-origin: 50% 50%;
	width: 24px;
    height: 0;
    border-width: 4px 0 0 0;
    transform: translate(-10px, -2px);
	box-sizing: border-box;
}
.arrow-left.debug { outline: 1px solid darkblue; }
.arrow-left.debug::before { outline: 1px solid red; box-sizing: border-box; }

.notenum {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border: 0;
	border-radius: 50%;
}
.notenum.N5 { background-color: #008800; }
.notenum.N4 { background-color: #00AA00; }
.notenum.N3 { background-color: #00CC00; }
.notenum.N2 { background-color: #FF8C00; }
.notenum.N1 { background-color: #EE0000; }
.typecjA {
	font-size: 15px;
	font-weight: bold;
	border-radius: 50%;
	color: #FFFFFF;
	background-color: #00DD00;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.typecjR {
	font-size: 15px;
	font-weight: bold;
	border-radius: 50%;
	color: #FFFFFF;
	background-color: #0000FF;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.note {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .9em;
	margin-right: .9em;
	margin-bottom: 1.2em;
	border-right:  .3em solid transparent;
	border-bottom: .7em  solid #000;
	border-left:   .3em solid transparent;
	font-size: 12px;
}
.note::before, .note::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: .6em;
	left: -1em;
	border-right:  1em solid transparent;
	border-bottom: .7em  solid #000;
	border-left:   1em solid transparent;
	transform: rotate(-35deg);
}
.note::after { transform: rotate(35deg); }
.bottle {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
.bottle1 {
	position: relative;
	width: 30%;
	height: 80%;
	margin: 0 auto;
	margin-top: 20%;
	margin-left: 35%;
	background-color: #254636;
	border-top-left-radius: 2.1875em 4.875em;
	border-top-right-radius: 2.1875em 4.875em;
	border-bottom-left-radius: 0.625em 1.25em;
	border-bottom-right-radius: 0.625em 1.25em;
}
.bottle2 {
	position: relative;
	width: 10%;
	height: 25%;
	margin: 0 auto;
	margin-top: -100%;
	margin-left: 45%;
	background-color: #254636;
}
.bottle.b_V_A_B_ { transform: rotate(0deg); }
.bottle.b_V_B_G_ { transform: rotate(45deg); }
.bottle.b_V_A_G_ { transform: rotate(90deg); }
.millNote1 {
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 4px;
	margin: 0 auto;
	border: 1px solid #CCC;
	border-radius: 50%;
}
.millNote2 {
	width: 40px;
	height: 40px;
	line-height: 20px;
	padding: 4px;
	margin: 0 auto;
	border: 1px solid #CCC;
	border-radius: 50%;
}
td.KO {
	color: #FF0000;
	font-weight: bold;
}
td.WARN {
	color: orange;
	font-weight: bold;
}
td.ligneKO {
	border-left: 3px solid #FF0000;
}
SPAN.Filtre {
	cursor: pointer;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	padding: 3px 3px 3px 6px;
	margin: 0;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #555;
	color: #FFF;
	display: inline-block;
}
SPAN.Filtre:hover {
	background-color: #999;
	color: #FFF;
}
TABLE.table {
	color: #212121;
	border: none !important;
}
TABLE.table TH { border-bottom: 1px solid #A6A6A6; }
A, A:focus {outline: none;}
a.Lien {
	text-decoration: none;
	color: #607D8B;
	font-weight: bold;
	padding: 0 10px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 0.9em;
	display: inline-block;
}
a.Lien2 {
	text-decoration: none;
	color: #212121;
	cursor: pointer;
	display: inline-block;
}
a.Lien3 {
	text-decoration: none;
	color: #525252;
	cursor: pointer;
	display: inline-block;
}
button.Lien {
    background: none;
    border: none;
	color: #00897b;
	outline: none;
    display: inline-block;
	font-family: Arial;
	cursor: pointer;
	font-size: 1em;
	padding: 0 10px;
	height: 28px;
    vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	border-radius: 4px;
}
a.Lien:hover, a.Lien3:hover { color: #212121; }
a.Lien2:hover { color: #607D8B; }
button.Lien:hover {
	background-color: #26a69a22;
	transition: 0.3s;
}
button.Lien:focus, a.Lien:focus { outline:none; }
button.Lien.Dft {
	background-color: #26a69a;
	color: #FFF;
	transition: 0.3s;
}
button.Lien.Dft::-moz-focus-inner { border: none; }
button.Lien.Dft:hover, button.Lien.Dft:focus { background-color: #00897b; }
button.std {
	height: 40px;
	min-width: 200px;
	padding: 0 20px;
	background-image: none;
	background-color: #26a69a;
	border-width: 0;
	color: #FFF;
	outline: none;
  	border-radius: 20px;
	text-transform: uppercase;
	cursor: pointer;
}
button.std:hover {
	background-color: #00897b;
	transition: 0.3s;
}
button.std:disabled { background-color: #EEEEEE; }
DIV.account {
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-top: 2px;
	background-color: #004d40;
	color: #FFFFFF;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
}
.btnfloat {
	z-index: 99;
	position:fixed;
	width:60px;
	height:60px;
	bottom: 30px;
	right: 40px;
	background-color: #26a69a;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0,0,0,0.16), 0 4px 8px rgba(0,0,0,0.23);
  	transition: all 0.3s;
	margin: auto;
	font-size: 54px;
	cursor: pointer;
}
.btnfloat2 {
	bottom: 110px !important;
}
.btnfloat3 {
	bottom: 196px !important;
}
.btnfloat4 {
	bottom: unset !important;
	top: 200px !important;
}
IMG.btnfloat2 {
	margin-bottom: 6px;
}
.btnfloat:hover {
	background-color: #00897b;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transition: all 0.3s;
}
.btnfloat4 > I {
	display: block;
	margin: 21px 14px 0 21px;
	border: solid #FFF;
	border-width: 0 6px 6px 0;
	padding: 10px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	translate: -3px 2px;
}
TEXTAREA.infocbn {
	width: 99%;
	height: auto;
	background-color: #FFF;
	border: 1px solid #CCC;
	line-height: 1.7em;
}
#blockui {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: rgba(0,0,0,0.4);
}
#pleasewait {
    display: none;
    position: fixed;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -45px;
	z-index: 9999;
}
.loader {
	border: 10px solid #00897b;
	border-radius: 50%;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 0.8s linear infinite;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/* Effet click */
.ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity 1s;
}
.ripple:active:after {
  transform: scale(0, 0);
  opacity: .2;
  transition: 0s;
}
DIV.menubandeau {
	margin: 0 auto;
	width: 100%;
	height: 50px;
}

.lienMenu.lienActif {color: #FFFFFF !important; background-color: #8f6340; }
.lienMenu:hover { opacity: 0.8; }
.lienMenu:focus { opacity: 1; }

#membreconnecte {
	margin: 9px 10px 0 0;
}
#M {
	cursor: pointer;
	margin: 4px 0px 0px 0px;
}
#M > DIV {
	width: 35px;
    height: 4px;
    background-color: #8f6340;
    margin: 8px 6px;
}
#menuem {
	margin: 0 auto;
	width: 100%;
	z-index: 99;
	display: flex;
	align-items: center;
	background: #ffffff;
	border-bottom: 1px solid rgba(28, 24, 20, 0.1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
#menuem.fixe {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
DIV.menuhor {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 16px;
	padding: 10px 0;
}
DIV.menuhor > span {
	font-weight: bold;
	letter-spacing: 0.10em;
	color: #231f1b;
    font-size: 1.2em;
    padding: 0px 16px 0px 16px;
    text-decoration: none;
    text-shadow: none;
	line-height: 50px;
	height: 50px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 12px;
}
DIV.menuhor > span:hover {
	color: #8f6340;
}

#contenu {
	max-width: 1600px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
h1.contenu {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	background-color: #FEFEFE;
	padding: 2px 0;
	margin-bottom: 1px;
	text-transform: uppercase;
	min-width:350px;
	max-width: 500px;
	margin: 0 auto;
}
#footer {
	margin: 0 auto;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #004d40;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
/* DEBUT UI */
/* Side navigation menu */
.sidenav {
	display: none;
	height: 100%;
	width: 100%;
	max-width: 360px;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	padding-top: 40px;
	-webkit-animation-name: animatesidenav;
	-webkit-animation-duration: 0.4s;
	animation-name: animatesidenav;
	animation-duration: 0.4s
}
@-webkit-keyframes animatesidenav {
	from {left:-310px; opacity:0} 
	to {left:0; opacity:1}
}
  
@keyframes animatesidenav {
	from {left:-310px; opacity:0} 
	to {left:0; opacity:1}
}
.sidenav a, .sidenav .dropdown-btn, .sidenav .dropdown-btn:active, .sidenav .dropdown-btn:focus {
	padding: 8px 8px 8px 16px;
	text-decoration: none;
	font-size: 1.3em;
	color: #AAAAAA;
	display: block;
	transition: 0.3s;
}
.sidenav a.lienActif, .sidenav a.lienActif:active, .sidenav a.lienActif:focus, .sidenav a:hover {
	color: #FFFFFF;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 0px;
	padding-top: 0px;
	font-size: 42px;
	margin-left: 50px;
}
.sidenav .dropdown-btn.main, .sidenav .dropdown-btn.main:active, .sidenav .dropdown-btn.main:focus {
	color: #009900 !important;
}
.sidenav .dropdown-btn.lienActif {
	background-color: #009900 !important;
	color: #FFFFFF !important;
}
.sidenav .dropdown-container {
	display: none;
	background-color: #262626;
	padding-left: 28px;
}
.sidenav .dropdown-btn .fa-caret-down {
	float: right;
	padding-right: 8px;
	font-size: 1.3em;
	line-height: 1em;
}
.sidenav hr {
	border-color: #555555;
	width: 99%;
}
/* Modaldialog */
.modaldialog {
	display: none;
	position: fixed;
	z-index: 99999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
}
.modaldialog-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	border-radius: 10px;
	width: 99%;
	max-width: 500px;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
} 
@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
} 
.modaldialog-close {
	color: #000;
	float: right;
	font-size: 38px;
	font-weight: bold;
}
.modaldialog-close:hover, .modaldialog-close:focus {
	color: #777;
	text-decoration: none;
	cursor: pointer;
}
.modaldialog-success {
	width: 98px;
	height: 98px;
	background-image: url('../../images/success_98px.png');
	display: inline-block;
	margin: 20px 0 15px 25px;
	-webkit-animation-name: animatesuccess;
	-webkit-animation-duration: 6s;
	animation-name: animatesuccess;
	animation-duration: 6s
}
.modaldialog-error {
	width: 98px;
	height: 98px;
	background-image: url('../../images/error_98px.png');
	display: inline-block;
	margin: 20px 0 15px 25px;
}
@-webkit-keyframes animatesuccess {
	from {opacity:0} 
	to {opacity:1}
}  
@keyframes animatesuccess {
	from {opacity:0}
	to {opacity:1}
}
.modaldialog-body {padding: 2px 16px;}
/* Snackbar */
#snackbar {
	width: 100%;
	position: fixed;
	z-index: 999999;
	left: 0px;
	top: 50px;
}
DIV.snackbarwarning {
	display: none;
	margin: 0 auto;
	width: 95%;
	color: #FEFEFE;
	background-color: #BB0000;
	text-align: left;
	padding: 8px;
	border-radius: 20px;
	margin-bottom: 4px;
	line-height: 24px;
}
DIV.snackbarinfo {
	display: none;
	margin: 0 auto;
	width: 95%;
	color: #FEFEFE;
	background-color: #31708f;
	text-align: left;
	padding: 8px;
	border-radius: 20px;
	margin-bottom: 4px;
	line-height: 24px;
}
.snackbar-error {
	padding: 10px 20px 10px 10px;
	background-repeat: no-repeat;
	background-position: 0px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII='); background-color:#BB0000; color:#FEFEFE; border-color:#FEFEFE;
}
.snackbar-info {
	padding: 10px 20px 10px 10px;
	background-repeat: no-repeat;
	background-position: 0px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII='); background-color:#31708f; color:#FEFEFE; border-color:#FEFEFE;
}
/* Tooltip text */
.TT + .TTC, .TT-L + .TTC {
	display: none;
	width: auto;
	min-width: 100px;
	max-width: 200px;
	background-color: #444;
	color: #eee;
	text-align: center;
	padding: 5px;
	border-radius: 6px;
	font-size: 13px;
	position: absolute;
	z-index: 100;
}
.TT-L + .TTC {
	max-width: 800px;
	text-align: left;
}
.TT:hover + .TTC, .TT-L:hover + .TTC {
	display: inline-block;
}

/* Popup Modale */
.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	position: relative;
	margin: 0 auto;
	padding-bottom: 14px;
	background-color: #F0F0F0;
	width: 100%;
	max-width: 1000px;
	height: 98%;
	text-align: center;
	font-size: 15px;
	overflow-y: auto;
	border-radius: 28px;
  	border: 1px solid rgba(28, 24, 20, 0.1);
  	box-shadow: 0 34px 90px rgba(56, 41, 25, 0.18);
	-webkit-animation-name: animatemodal;
	-webkit-animation-duration: 0.4s;
	animation-name: animatemodal;
	animation-duration: 0.4s
}
@-webkit-keyframes animatemodal {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes animatemodal {
	from { opacity: 0; }
	to { opacity: 1; }
}
.modal-title {
	position: relative;
	width: 100%;
	min-height: 54px;
	background-color: #F0F0F0;
	color: #111;
	border-bottom: 1px solid #B6B6B6;
}
.modal-title-txt {
	float: right;
	width: 85%;
	margin: 16px 8px 0 0;
	text-align: left;
	font-weight: bold;
}
.modal-content-body {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.modal-body {
	position: relative;
	width: 98%;
	margin: 0 auto;
	height: 100%;
}
.modal-body a.lienmodal {
	font-size: 1.2em;
	color: #111;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.modal-body a.lienmodal:hover {background-color: #DDDDDD;}
.modal-close {
	float: left;
	margin: 10px 0 0 10px;
}
.modal-close:hover, .modal-close:focus {
	text-decoration: none;
	cursor: pointer;
}
.modal-close-btn {
	text-transform: uppercase;
}

/* Menu contextuel */
.menu-c {
	display: none;
	position: absolute;
	z-index: 500;
	width: 100%;
	max-width: 320px;
	background-color: #FEFEFE;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.menu-c a {
	color: black;
	text-decoration: none;
	display: block;
	text-align: left;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	padding: 0px 0px 0px 8px;
}
.menu-c hr {
	opacity: 0.2;
	width: 99%;
}
.menu-c a:hover {background: #F4F4F4;}
.menu-c.show {display:block;}

/* Onglets */
.tabs {
	overflow: hidden;
	background: #e0f2f1;
	border-radius: 20px;
}
.tabs button, .tabs a {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 16px;
	font-size: 0.9em;
	font-family: Arial;
	text-transform: uppercase;
	color: #01423b;
	text-align: center;
	border-left: 6px transparent;
	border-right: 6px transparent;
}
.tabs button.tablinkoff, .tabs a.tablinkoff {
	cursor: default;
}
.tabs button:hover, .tabs a:hover {
	color: #00695c;
}
.tabs button.active, .tabs a.active {
	background-color: #00695c;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 20px;
}
.tabcontent {
	display: none;
}
/* FIN UI */

/* RD */
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0;
	margin: 0 auto;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0;
	
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
/* GRIDS */

.c1_of_4_rechapphead { width: 40%; margin: 0; text-align: left; }
.c2_of_4_rechapphead { width: 20%; margin: 0; text-align: center; }
.c3_of_4_rechapphead { width: 30%; margin: 0; text-align: left; }
.c4_of_4_rechapphead { width: 10%; margin: 0; text-align: center; }
.c1_of_4_rechapp { width: 40%; margin: 0; text-align: left; }
.c2_of_4_rechapp { width: 20%; margin: 0; text-align: center; }
.c3_of_4_rechapp { width: 30%; margin: 0; text-align: left; }
.c4_of_4_rechapp { width: 10%; margin: 0; text-align: center; }

.rdv1, .rdv2 {display: none !important;}

/*Material form*/
.form-group, .form-group2 {
	position: relative;
	margin-top: 2em;
	margin-bottom: 2.1em;
	font-family: Arial;
}
.form-inline > .form-group,
.form-inline > .form-group2,
.form-inline > .btn {
	display: inline-block;
	margin-bottom: 0;
}
.form-help {
	margin-top: 0.125em;
	margin-left: 0.125em;
	color: #b3b3b3;
	font-size: 0.8em;
}
.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
	position: absolute;
	width: 100%;
}
.checkbox .form-help {
	position: relative;
	margin-bottom: 1em;
}
.form-radio .form-help {
	padding-top: 0.25em;
	margin-top: -1em;
}
.form-group input {
	height: 1.9em;
}
.form-group select {
	width: 100%;
	font-size: 1em;
	height: 2.1em;
	padding: 0.125em 0.125em 0.0625em;
	background-color: #F2F2F2;
	border: none;
	line-height: 2.1;
	box-shadow: none;
}
.form-group select.selected {
	background-color: #555;
	color: #FFF;
}
.form-group .control-label {
	position: absolute;
	top: 0.25em;
	pointer-events: none;
	padding-left: 0.125em;
	z-index: 1;
	color: #b3b3b3;
	font-size: 1em;
	font-weight: normal;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
}
.form-group2 .control-label {
	position: absolute;
	pointer-events: none;
	padding-left: 0.125em;
	z-index: 1;
	font-size: 1em;
	font-weight: normal;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	color: #222;
	top: -1.1em;
	left: 0;
}
.form-group .bar, .form-group2 .bar {
	position: relative;
	border-bottom: 0.0625em solid #999;
	display: block;
}
.form-group .bar::before, .form-group2 .bar::before {
	content: '';
	height: 0.125em;
	width: 0;
	left: 50%;
	bottom: -0.0625em;
	position: absolute;
	background: #0C9;
	-webkit-transition: left 0.28s ease, width 0.28s ease;
	transition: left 0.28s ease, width 0.28s ease;
	z-index: 2;
}
.form-group input, .form-group textarea {
	display: block;
	background-color: #F2F2F2;
	padding: 0.125em 0.125em 0.0625em;
	font-size: 1em;
	border-width: 0;
	border-color: transparent;
	line-height: 1.9em;
	width: 100%;
	color: transparent;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	box-shadow: none;
}
.form-group2 input {
	background-color: #F2F2F2;
	padding: 0.125em 0.125em 0.0625em;
	font-size: 1em;
	border-width: 0;
	border-color: transparent;
	height: 1.9em;
	line-height: 1.9em;
	width: 100%;
	color: transparent;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	box-shadow: none;
}
.form-group2 input.selected {
	background-color: #555;
	color: #FFF;
}
.form-group input[type="file"] {
	line-height: 1;
}
.form-group input[type="file"] ~ .bar {
	display: none;
}
.form-group select,
.form-group input:focus,
.form-group input,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value,
.form-group2 input:focus,
.form-group2 input,
.form-group2 input.form-file,
.form-group2 input.has-value {
	color: #333;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
	font-size: 1em;
	color: #222;
	top: -1.1em;
	left: 0;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus,
.form-group2 input:focus {
	outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group2 input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
	color: #337ab7;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group2 input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
	width: 100%;
	left: 0;
}
.checkbox label,
.form-radio label {
	position: relative;
	cursor: pointer;
	padding-left: 2em;
	text-align: left;
	color: #333;
	display: block;
}
.checkbox input,
.form-radio input {
	width: auto;
	opacity: 0.00000001;
	position: absolute;
	left: 0;
}
.radio {
	margin-bottom: 1em;
}
.radio .helper {
	position: absolute;
	top: -0.25em;
	left: -0.25em;
	cursor: pointer;
	display: block;
	font-size: 1em;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	color: #999;
}
.radio .helper::before, .radio .helper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 0.25em;
	width: 1em;
	height: 1em;
	-webkit-transition: -webkit-transform 0.28s ease;
	transition: -webkit-transform 0.28s ease;
	transition: transform 0.28s ease;
	transition: transform 0.28s ease, -webkit-transform 0.28s ease;
	border-radius: 50%;
	border: 0.125em solid currentColor;
}
.radio .helper::after {
	-webkit-transform: scale(0);
			transform: scale(0);
	background-color: #337ab7;
	border-color: #337ab7;
}
.radio label:hover .helper {
	color: #337ab7;
}
.radio input:checked ~ .helper::after {
	-webkit-transform: scale(0.5);
			transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
	color: #337ab7;
}
.checkbox {
	margin-top: 1em;
	margin-bottom: 2em;
}
.checkbox .helper {
	color: #999;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	z-index: 0;
	border: 0.125em solid currentColor;
	border-radius: 0.0625em;
	-webkit-transition: border-color 0.28s ease;
	transition: border-color 0.28s ease;
}
.checkbox .helper::before, .checkbox .helper::after {
	position: absolute;
	height: 0;
	width: 0.2em;
	background-color: #337ab7;
	display: block;
	-webkit-transform-origin: left top;
			transform-origin: left top;
	border-radius: 0.25em;
	content: '';
	-webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
	transition: opacity 0.28s ease, height 0s linear 0.28s;
	opacity: 0;
}
.checkbox .helper::before {
	top: 0.65em;
	left: 0.38em;
	-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
	box-shadow: 0 0 0 0.0625em #fff;
}
.checkbox .helper::after {
	top: 0.3em;
	left: 0;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.checkbox label:hover .helper {
	color: #337ab7;
}
.checkbox input:checked ~ .helper {
	color: #337ab7;
}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
	opacity: 1;
	-webkit-transition: height 0.28s ease;
	transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
	height: 0.5em;
}
.checkbox input:checked ~ .helper::before {
	height: 1.2em;
	-webkit-transition-delay: 0.28s;
			transition-delay: 0.28s;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-top: 1em;
}
.has-error .legend.legend, .has-error.form-group .control-label.control-label {
	color: #d9534f;
}
.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
	color: #d9534f;
}
.has-error .bar::before {
	background: #d9534f;
	left: 0;
	width: 100%;
}

/*rd1*/
@media screen and (max-width: 768px) {
	BODY { padding: 0; }
	.rdi1, .rdi2 {display: none !important;}
	.rdv1, .rdv2 {display: block !important;}

	DIV.menuhor { padding: 6px 0px 6px 0px; margin-left: 4px; margin-right: 4px; }
	DIV.menuhor > span { font-size: 1.1em; padding: 0px 12px 0px 12px; }
	.toolbar, .content-card { margin-left: 0px; margin-right: 0px; border-radius: 4px; padding: 4px; }
	.toolbar-content { grid-template-columns: 88% 12%; }

	.c-liste { border-radius: 8px; }
	.cb-head-col, .cj-head-col,.cr-head-col, .cbn1-head-col, .cbn2-head-col, .cbn3-head-col, .c-liste-col { padding: 12px 0; }
	.cs1-head-col, .cs2-head-col, .cs3-head-col { padding-top: 12px; }
	.c-liste-col{ font-size: 0.9em; }

	.c-head > #col1.cb-head-col, .c-liste .cbcol1 { width: 15%; }
	.c-head > #col2.cb-head-col, .c-liste .cbcol2 { width: 45%; }
	.c-head > #col3.cb-head-col, .c-liste .cbcol3 { width: 40%; }
	.c-head > #col4.cb-head-col, .c-liste .cbcol4 { width: 30%; }
	.c-head > #col5.cb-head-col, .c-liste .cbcol5 { width: 30%; }
	.c-head > #col6.cb-head-col, .c-liste .cbcol6 { width: 18%; }
	.c-head > #col7.cb-head-col, .c-liste .cbcol7 { display: none; }
	.c-head > #col8.cb-head-col, .c-liste .cbcol8 { display: none; }
	.c-head > #col9.cb-head-col, .c-liste .cbcol9 { width: 22%; }
	.c-liste .cbcol6 { font-size: 0.8em; }

	.c-head > #col1.cj-head-col, .c-liste .cjcol1 { width: 8%; }
	.c-head > #col2.cj-head-col, .c-liste .cjcol2 { width: 20%; }
	.c-head > #col3.cj-head-col, .c-liste .cjcol3 { width: 8%; }
	.c-head > #col4.cj-head-col, .c-liste .cjcol4 { width: 64%; }
	.c-head > #col5.cj-head-col, .c-liste .cjcol5 { width: 34%; }
	.c-head > #col6.cj-head-col, .c-liste .cjcol6 { width: 22%; }
	.c-head > #col7.cj-head-col, .c-liste .cjcol7 { width: 22%; }
	.c-head > #col8.cj-head-col, .c-liste .cjcol8 { display: none; }
	.c-head > #col9.cj-head-col, .c-liste .cjcol9 { display: none; }
	.c-head > #col10.cj-head-col, .c-liste .cjcol10 { width: 22%; }

	.c-head > #col1.cr-head-col, .c-liste .crcol1 { width: 50%; }
	.c-head > #col2.cr-head-col, .c-liste .crcol2 { width: 30%; }
	.c-head > #col3.cr-head-col, .c-liste .crcol3 { width: 20%; }
	.c-head > #col4.cr-head-col, .c-liste .crcol4 { width: 50%; }
	.c-head > #col5.cr-head-col, .c-liste .crcol5 { width: 30%; }
	.c-head > #col6.cr-head-col, .c-liste .crcol6 { width: 20%; }

	.c-head > #col1.cbn1-head-col, .c-liste .cbn1col1 { width: 20%; }
	.c-head > #col2.cbn1-head-col, .c-liste .cbn1col2 { width: 80%; }
	.c-head > #col3.cbn1-head-col, .c-liste .cbn1col3 { width: 90%; }
	.c-head > #col4.cbn1-head-col, .c-liste .cbn1col4 { width: 10%; }

	.c-head > #col1.cbn2-head-col, .c-liste .cbn2col1 { width: 25%; }
	.c-head > #col2.cbn2-head-col, .c-liste .cbn2col2 { width: 15%; }
	.c-head > #col3.cbn2-head-col, .c-liste .cbn2col3 { width: 60%; }
	.c-head > #col4.cbn2-head-col, .c-liste .cbn2col4 { width: 50%; }
	.c-head > #col5.cbn2-head-col, .c-liste .cbn2col5 { width: 20%; }
	.c-head > #col6.cbn2-head-col, .c-liste .cbn2col6 { width: 20%; }
	.c-head > #col7.cbn2-head-col, .c-liste .cbn2col7 { width: 10%; }

	.c-head > #col1.cbn3-head-col, .c-liste .cbn3col1 { width: 15%; }
	.c-head > #col2.cbn3-head-col, .c-liste .cbn3col2 { width: 10%; }
	.c-head > #col3.cbn3-head-col, .c-liste .cbn3col3 { width: 75%; }
	.c-head > #col4.cbn3-head-col, .c-liste .cbn3col4 { width: 60%; }
	.c-head > #col5.cbn3-head-col, .c-liste .cbn3col5 { width: 20%; }
	.c-head > #col6.cbn3-head-col, .c-liste .cbn3col6 { width: 20%; }
	.c-head > #col7.cbn3-head-col, .c-liste .cbn3col7 { width: 14%; }
	.c-head > #col8.cbn3-head-col, .c-liste .cbn3col8 { width: 80%; }
	.c-head > #col9.cbn3-head-col, .c-liste .cbn3col9 { width: 6%; }

	.c-head > #col1.cs1-head-col, .c-liste .cs1col1 { width: 50%; }
	.c-head > #col2.cs1-head-col, .c-liste .cs1col2 { width: 20%; }
	.c-head > #col3.cs1-head-col, .c-liste .cs1col3 { width: 20%; }
	.c-head > #col4.cs1-head-col, .c-liste .cs1col4 { width: 10%; }
	.c-liste .cs1col2, .c-liste .cs1col3 {
		display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column;
	}

	.c-head > #col1.cs3-head-col, .c-liste .cs3col1 { width: 25%; }
	.c-head > #col2.cs3-head-col, .c-liste .cs3col2 { width: 40%; }
	.c-head > #col3.cs3-head-col, .c-liste .cs3col3 { width: 35%; }
	
	.cardlist { margin-bottom: 2px; }
	
	.c1_of_4_rechapphead { width: 70%; margin: 0; text-align: left; }
	.c2_of_4_rechapphead { width: 30%; margin: 0; text-align: center; }
	.c3_of_4_rechapphead { width: 70%; margin: 0; text-align: left; }
	.c4_of_4_rechapphead { width: 30%; margin: 0; text-align: center; }
	.c1_of_4_rechapp { width: 70%; margin: 0; text-align: left; }
	.c2_of_4_rechapp { width: 30%; margin: 0; text-align: center; }
	.c3_of_4_rechapp { width: 70%; margin: 0; text-align: left; }
	.c4_of_4_rechapp { width: 30%; margin: 0; text-align: center; }

	TEXTAREA.infocbn { width: 97%; }

	.tiles-container.dialog { font-size: 0.8em; gap: 5px; }
	.tiles-container.dialog .tile { flex: 1 0 140px; }
	.tiles-container.dialog .tile.tileT1 { max-width: 40px; }
	.tiles-container.dialog .tile.tileT2 { max-width: 80px; }

	.timeline { font-size: 0.8em; }

	.btnfloat { width: 50px; height: 50px; right: 10px; font-size: 44px; }
	.btnfloat2 { bottom: 100px !important; }
	.btnfloat3 { bottom: 174px !important; }
	.btnfloat4 > I { padding: 8px; translate: -6px -2px; }
	IMG.btnfloat2 { margin-bottom: 2px; }
	IMG.btnfloat3 { margin-top: 8px; }

	.tabs {border-radius: 0;}
	.tabs button, .tabs a { width: 100%; padding: 14px 0px;}
	.tabs button.active, .tabs a.active { border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-left: 6px solid #009688; }
	.menu-c a { height: 46px; line-height: 46px; font-size: 20px; }
	.menu-c.filtrergt a { font-size: 18px; }
	.modaldialog-content, .modal-content { border-radius: 0px; }
	
	#zoneRecherche { border-radius: 0px; }

	.form-group.stats { width: 100% !important; margin-top: 0.5em !important; }
	SPAN.Filtre { margin-top: 4px; }
}
/*rd2*/
@media screen and (min-width: 768px) and (max-width: 999px) {
	BODY { padding: 0; }
	.rdi2 {display: none !important;}
	.rdv1 {display: none !important;}
	.rdv2 {display: block !important;}

	DIV.menuhor { padding: 8px 0px 8px 0px; width: 100%; margin-left: 8px; margin-right: 8px;}
	.toolbar, .content-card { margin-left: 8px; margin-right: 8px; padding: 10px; }
	.toolbar-content { grid-template-columns: 94% 6%; }

	.cb-head-col, .cj-head-col, .cbn1-head-col, .cbn2-head-col, .cbn3-head-col { padding: 6px 0; }
	.cs1-head-col, .cs2-head-col, .cs3-head-col { padding-top: 6px; }
	.c-liste-col { padding: 6px 0; }

	.c-head > #col1.cb-head-col, .c-liste .cbcol1 { width: 15%; }
	.c-head > #col2.cb-head-col, .c-liste .cbcol2 { width: 45%; }
	.c-head > #col3.cb-head-col, .c-liste .cbcol3 { width: 40%; }
	.c-head > #col4.cb-head-col, .c-liste .cbcol4 { width: 15%; }
	.c-head > #col5.cb-head-col, .c-liste .cbcol5 { width: 15%; }
	.c-head > #col6.cb-head-col, .c-liste .cbcol6 { width: 30%; }
	.c-head > #col7.cb-head-col, .c-liste .cbcol7 { width: 12%; }
	.c-head > #col8.cb-head-col, .c-liste .cbcol8 { width: 12%; }
	.c-head > #col9.cb-head-col, .c-liste .cbcol9 { width: 16%; }

	.c-head > #col1.cj-head-col, .c-liste .cjcol1 { width: 6%; }
	.c-head > #col2.cj-head-col, .c-liste .cjcol2 { width: 12%; }
	.c-head > #col3.cj-head-col, .c-liste .cjcol3 { width: 5%; }
	.c-head > #col4.cj-head-col, .c-liste .cjcol4 { width: 40%; }
	.c-head > #col5.cj-head-col, .c-liste .cjcol5 { width: 37%; }
	.c-head > #col6.cj-head-col, .c-liste .cjcol6 { width: 23%; }
	.c-head > #col7.cj-head-col, .c-liste .cjcol7 { width: 24%; }
	.c-head > #col8.cj-head-col, .c-liste .cjcol8 { width: 15%; }
	.c-head > #col9.cj-head-col, .c-liste .cjcol9 { width: 24%; }
	.c-head > #col10.cj-head-col, .c-liste .cjcol10 { width: 14%; }

	.c-head > #col1.cbn1-head-col, .c-liste .cbn1col1 { width: 20%; }
	.c-head > #col2.cbn1-head-col, .c-liste .cbn1col2 { width: 80%; }
	.c-head > #col3.cbn1-head-col, .c-liste .cbn1col3 { width: 94%; }
	.c-head > #col4.cbn1-head-col, .c-liste .cbn1col4 { width: 6%; }

	.c-head > #col1.cbn2-head-col, .c-liste .cbn2col1 { width: 25%; }
	.c-head > #col2.cbn2-head-col, .c-liste .cbn2col2 { width: 15%; }
	.c-head > #col3.cbn2-head-col, .c-liste .cbn2col3 { width: 60%; }
	.c-head > #col4.cbn2-head-col, .c-liste .cbn2col4 { width: 50%; }
	.c-head > #col5.cbn2-head-col, .c-liste .cbn2col5 { width: 22%; }
	.c-head > #col6.cbn2-head-col, .c-liste .cbn2col6 { width: 22%; }
	.c-head > #col7.cbn2-head-col, .c-liste .cbn2col7 { width: 6%; }

	.c-head > #col1.cbn3-head-col, .c-liste .cbn3col1 { width: 10%; }
	.c-head > #col2.cbn3-head-col, .c-liste .cbn3col2 { width: 5%; }
	.c-head > #col3.cbn3-head-col, .c-liste .cbn3col3 { width: 48%; }
	.c-head > #col4.cbn3-head-col, .c-liste .cbn3col4 { width: 37%; }
	.c-head > #col5.cbn3-head-col, .c-liste .cbn3col5 { width: 10%; }
	.c-head > #col6.cbn3-head-col, .c-liste .cbn3col6 { width: 10%; }
	.c-head > #col7.cbn3-head-col, .c-liste .cbn3col7 { width: 10%; }
	.c-head > #col8.cbn3-head-col, .c-liste .cbn3col8 { width: 64%; }
	.c-head > #col9.cbn3-head-col, .c-liste .cbn3col9 { width: 6%; }

	.cardlist { min-height: 114px; margin-bottom: 1px; }

	TEXTAREA.infocbn { width: 98%; }

	.btnfloat { width: 50px; height: 50px; right: 20px; font-size: 44px; }
	.btnfloat2 { bottom: 100px !important; }
	.btnfloat3 { bottom: 174px !important; }
	.btnfloat4 > I { padding: 8px; translate: -6px -2px; }
	IMG.btnfloat2 { margin-bottom: 2px; }
	IMG.btnfloat3 { margin-top: 8px; }

	.tabs.tabsL {border-radius: 0;}
	.tabs.tabsL button, .tabs.tabsL a { width: 100%; padding: 14px 0px; }
	.tabs.tabsL button.active, .tabs.tabsL a.active { border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-left: 6px solid #009688; }
	.menu-c a { height: 46px; line-height: 46px; font-size: 20px; }
	.menu-c.filtrergt a { font-size: 18px; }
	.modal-content { border-radius: 0px; }

	.form-group.stats { width: 100% !important;  margin-top: 0.5em !important; }
}