div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,td{outline:none;margin:0;padding:0;}
body {
	font-size: 14px;
	font-family: Arial;
	background-color: #F9F9F9;
	margin: 0 auto;
	color: #212121;
}
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;
}
.VAT {
	vertical-align: top;
}
.VAM {
	vertical-align: middle;
}
.VAB {
	vertical-align: bottom;
}
.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; }
.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: #00BB00;
}
.Vert2 {
	color: #007700;
}
.Vert3 {
	color: #00DD00;
}
.Rouge {
	color: #DD0000;
}
.Rouge2 {
	color: #EE0000;
}
.Orange, .ORANGE {
	color: #FF8C00;
}
.Gris {
	color: #006666;
}
.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 #BBBBBB;
}
.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);
}
.cardfiltre {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.cardstd {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.carddialogstd {
	background-color: #FEFEFE;
	text-align: left;
	margin: 0 auto;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.cardtitle {
	text-align: left;
	margin: 0 auto;
	width: 99%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #B6B6B6;
	background-color: #FDFDFD;
}
.cardtitle > SPAN {
	padding-left: 20px;
	color: #727272;
}
.cardtitle.Lien { cursor: pointer; }
.cardtitle.Lien:hover > SPAN { color: #212121; }
.cardtitledialog {
	text-align: left;
	margin: 0 auto;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #B6B6B6;
	background-color: #FDFDFD;
}
.cardtitledialog > SPAN {
	color: #000;
	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; }
DIV.lgn {
	display: block;
	min-height: 60px;
	margin-top: 20px;
	overflow-x: hidden;
}
DIV.lgn.cbn {
	margin-bottom: 12px;
}
DIV.lgn2 {
	display: block;
	min-height: 60px;
	margin-top: 12px;
}
DIV.lgn2.cbn {
	margin-bottom: 12px;
}
SPAN.lgn {
	display: block;
	min-height: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}
DIV.lgn._V_A_B_, DIV.lgn._V_B_G_, DIV.lgn._V_A_G_, DIV.lgn._M_V_I_, DIV.lgn._ALERTE_, DIV.lgn2._V_A_B_, DIV.lgn2._V_B_G_, DIV.lgn2._V_A_G_, DIV.lgn2._M_V_I_, DIV.lgn2._ALERTE_ {
	font-size: 0.95em;
}
DIV.lgn .bottle, DIV.lgn2 .bottle {
	padding-top: 4px;
}
SPAN.lgn.cs { margin-top: 16px; }
SPAN.lgn.cs2 { margin: 0; margin-top: 8px; }
SPAN.lgn.cs3 { margin: 0; margin-top: 2px; }
.c1_of_2_cs SPAN.lgn.cs2 { margin-top: 20px; }

.triable { cursor: pointer; }
.triasc > SPAN:after { content: "\00A0\025B2"; }
.tridesc > SPAN:after { content: "\00A0\025BC"; }
#zoneGlobaleRecherche {
	position: fixed;
	width: 100%;
	max-width: 400px;
	left: 50%;
    transform: translateX(-50%);
	display: none;
	z-index: 1;
}
#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; }
.cardlist.filtreHide { display: none; }
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: 24px;
	height: 24px;
	background-image: url('../../images/trash-24.png');
	display: inline-block;
}
.zoom {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	border: 3px solid #666;
	border-radius: 50%;
	transform: translateY(-5px);
}
.zoom::before { content: 'i'; }
.actions {
	width: 28px;
	height: 28px;
	display: inline-block;
	border-radius: 50%;
	background-image: radial-gradient(circle, #000 2px, transparent 3px);
    background-size: 100% 33.33%;
	transform: translateY(1px);
}
.actions.gen {
	width: 32px;
	height: 32px;
	background-image: radial-gradient(circle, #00897b 4px, transparent 4px);
	transform: rotate(90deg);
	margin-right: 3px;
}
.actionspopup {
	color: #00897b !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%;
}
.zoom:hover, .actions:hover { background-color: #DDD; }
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;
}
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 { color: #212121; }
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;
}
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;
}
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;
	background-color: #009688;
}
DIV.menuhor {float: left; width: 100%; height: 100%; }
DIV.menuhor > span {
	font-weight: bold;
	color: #FFFFFF;
    float: left;
    font-size: 1.1em;
    padding: 0px 20px 0px 20px;
    text-decoration: none;
    text-shadow: none;
	line-height: 50px;
	height: 50px;
	text-transform: uppercase;
	cursor: pointer;
}
.lienMenu.lienActif {color: #000000 !important; background-color: #00897b;}
.lienMenu:hover { opacity: 0.8; }
.lienMenu:focus { opacity: 1; }
#menuup {
	border: solid #000;
	border-width: 0 6px 6px 0;
	display: block;
	float: right;
	padding: 8px;
	margin: 21px 14px 0 4px;
	cursor: pointer;
    transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#membreconnecte {
	float: right;
	margin: 9px 10px 0 0;
}
#M {
	float: left;
	cursor: pointer;
	margin: 4px 0px 0px 0px;
}
#M > DIV {
	width: 35px;
    height: 4px;
    background-color: #FFFFFF;
    margin: 8px 6px;
}
#menuem {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#contenu {
	max-width: 1920px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-top: 52px;
}
h1.bandeau {
	font-size: 1em;
	color: #FFFFFF;
	padding-top: 2px;
}
h1.contenu {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	background-color: #FEFEFE;
	padding: 8px 0 0 0;
	margin-bottom: 1px;
	text-transform: uppercase;
}
#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: #FEFEFE;
	width: 100%;
	max-width: 1000px;
	height: 98%;
	border-radius: 10px;
	text-align: center;
	font-size: 15px;
	overflow-y: auto;
	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: 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%;
	margin-top: 8px;
}
.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: 310px;
	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;
	font-weight: bold;
	text-transform: uppercase;
	color: #777777;
	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: #222222;
}
.tabs button.active, .tabs a.active {
	background-color: #00695c;
	color: #FFFFFF;
	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 */
.c3_1_of_2 { width: 50%; margin: 0; text-align: left; height: 290px; }
.c3_2_of_2 { width: 50%; margin: 0; text-align: right; height: 290px; }
.c5_1_of_2 { width: 50%; margin: 0; text-align: left; height: 300px; margin-top: 16px; }
.c5_2_of_2 { width: 50%; margin: 0; text-align: right; height: 300px; margin-top: 16px; }
.c_1_of_3 { width: 36%; margin: 0; text-align: left; }
.c_2_of_3 { width: 28%; margin: 0; text-align: center; }
.c_3_of_3 { width: 36%; margin: 0; text-align: right; }

.c1_of_9_cbhead { width: 6%; margin: 0; text-align: center; }
.c2_of_9_cbhead { width: 25%; margin: 0; text-align: left; }
.c3_of_9_cbhead { width: 24%; margin: 0; text-align: left; }
.c4_of_9_cbhead { width: 9%; margin: 0; text-align: center; }
.c5_of_9_cbhead { width: 8%; margin: 0; text-align: center; }
.c6_of_9_cbhead { width: 7%; margin: 0; text-align: center; }
.c7_of_9_cbhead { width: 6%; margin: 0; text-align: center; }
.c8_of_9_cbhead { width: 6%; margin: 0; text-align: center; }
.c9_of_9_cbhead { width: 9%; margin: 0; text-align: right; }
.c1_of_9_cb { width: 6%; margin: 0; text-align: center; }
.c2_of_9_cb { width: 25%; margin: 0; text-align: left; }
.c3_of_9_cb { width: 24%; margin: 0; text-align: left; }
.c4_of_9_cb { width: 9%; margin: 0; text-align: center; }
.c5_of_9_cb { width: 8%; margin: 0; text-align: center; }
.c6_of_9_cb { width: 7%; margin: 0; text-align: center; }
.c7_of_9_cb { width: 6%; margin: 0; text-align: center; }
.c8_of_9_cb { width: 6%; margin: 0; text-align: center; }
.c9_of_9_cb { width: 9%; margin: 0; text-align: right; }

.c1_of_10_cjhead { width: 3%; margin: 0; text-align: center; }
.c2_of_10_cjhead { width: 8%; margin: 0; text-align: center; }
.c3_of_10_cjhead { width: 3%; margin: 0; text-align: center; }
.c4_of_10_cjhead { width: 23%; margin: 0; text-align: left; }
.c5_of_10_cjhead { width: 16%; margin: 0; text-align: left; }
.c6_of_10_cjhead { width: 8%; margin: 0; text-align: center; }
.c7_of_10_cjhead { width: 9%; margin: 0; text-align: center; }
.c8_of_10_cjhead { width: 6%; margin: 0; text-align: center; }
.c9_of_10_cjhead { width: 15%; margin: 0; text-align: left; }
.c10_of_10_cjhead { width: 9%; margin: 0; text-align: right; }
.c1_of_10_cj { width: 3%; margin: 0; text-align: center; }
.c2_of_10_cj { width: 8%; margin: 0; text-align: center; }
.c3_of_10_cj { width: 3%; margin: 0; text-align: center; }
.c4_of_10_cj { width: 23%; margin: 0; text-align: left; }
.c5_of_10_cj { width: 16%; margin: 0; text-align: left; }
.c6_of_10_cj { width: 8%; margin: 0; text-align: center; }
.c7_of_10_cj { width: 9%; margin: 0; text-align: center; }
.c8_of_10_cj { width: 6%; margin: 0; text-align: center; }
.c9_of_10_cj { width: 15%; margin: 0; text-align: left; }
.c10_of_10_cj { width: 9%; margin: 0; text-align: right; }
.c1_of_6_crhead { width: 28%; margin: 0; text-align: left; }
.c2_of_6_crhead { width: 15%; margin: 0; text-align: left; }
.c3_of_6_crhead { width: 10%; margin: 0; text-align: center; }
.c4_of_6_crhead { width: 25%; margin: 0; text-align: center; }
.c5_of_6_crhead { width: 10%; margin: 0; text-align: center; }
.c6_of_6_crhead { width: 12%; margin: 0; text-align: right; }
.c1_of_6_cr { width: 28%; margin: 0; text-align: left; }
.c2_of_6_cr { width: 15%; margin: 0; text-align: left; }
.c3_of_6_cr { width: 10%; margin: 0; text-align: center; }
.c4_of_6_cr { width: 25%; margin: 0; text-align: center; }
.c5_of_6_cr { width: 10%; margin: 0; text-align: center; }
.c6_of_6_cr { width: 12%; margin: 0; text-align: right; }
.c1_of_4_cbnhead { width: 8%; margin: 0; text-align: center; }
.c2_of_4_cbnhead { width: 10%; margin: 0; text-align: center; }
.c3_of_4_cbnhead { width: 78%; margin: 0; text-align: left; }
.c4_of_4_cbnhead { width: 4%; margin: 0; text-align: right; }
.c1_of_4_cbn { width: 8%; margin: 0; text-align: center; }
.c2_of_4_cbn { width: 10%; margin: 0; text-align: center; }
.c3_of_4_cbn { width: 78%; margin: 0; text-align: left; }
.c3_of_4_cbn .lgn.cbn { margin-top: 10px; }
.c4_of_4_cbn { width: 4%; margin: 0; text-align: right; }

.c1_of_7_cbnhead { width: 18%; margin: 0; text-align: center; }
.c2_of_7_cbnhead { width: 6%; margin: 0; text-align: center; }
.c3_of_7_cbnhead { width: 25%; margin: 0; text-align: left; }
.c4_of_7_cbnhead { width: 25%; margin: 0; text-align: left; }
.c5_of_7_cbnhead { width: 10%; margin: 0; text-align: center; }
.c6_of_7_cbnhead { width: 10%; margin: 0; text-align: center; }
.c7_of_7_cbnhead { width: 6%; margin: 0; text-align: right; }
.c1_of_7_cbn { width: 18%; margin: 0; text-align: center; }
.c2_of_7_cbn { width: 6%; margin: 0; text-align: center; }
.c3_of_7_cbn { width: 25%; margin: 0; text-align: left; }
.c4_of_7_cbn { width: 25%; margin: 0; text-align: left; }
.c5_of_7_cbn { width: 10%; margin: 0; text-align: center; }
.c6_of_7_cbn { width: 10%; margin: 0; text-align: center; }
.c7_of_7_cbn { width: 6%; margin: 0; text-align: right; }

.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; }
.c1_of_2_cardtitledialog { width: 50%; float: left; }
.c2_of_2_cardtitledialog { width: 50%; float: right; }
.c1_of_4_cs { width: 45%; margin: 0; text-align: left; }
.c2_of_4_cs { width: 20%; margin: 0; text-align: center; }
.c3_of_4_cs { width: 30%; margin: 0; text-align: center; }
.c4_of_4_cs { width: 5%; margin: 0; text-align: center; }
.c1_of_4_cshead { width: 45%; margin: 0; text-align: left; }
.c2_of_4_cshead { width: 20%; margin: 0; text-align: center; }
.c3_of_4_cshead { width: 30%; margin: 0; text-align: center; }
.c4_of_4_cshead { width: 5%; margin: 0; text-align: center; }
.c1_of_2_cs { width: 30%; margin: 0; margin-bottom: 4px; text-align: left; }
.c2_of_2_cs { width: 70%; margin: 0; margin-bottom: 1px; text-align: center; }
.c1_of_2_cshead { width: 30%; margin: 0; text-align: left; }
.c2_of_2_cshead { width: 70%; margin: 0; text-align: center; }
.cardlist.cs2 { margin-bottom: 1px; height: auto; min-height: 55px; }
.c1_of_4_cs2 .lgn { margin-top: 40px; }
.c1_of_3_cs { width: 20%; margin: 0; margin-bottom: 2px; text-align: left; }
.c2_of_3_cs { width: 20%; margin: 0; margin-bottom: 2px; text-align: left; }
.c3_of_3_cs { width: 60%; margin: 0; margin-bottom: 2px; text-align: left; }
.c1_of_3_cshead { width: 20%; margin: 0; text-align: left; }
.c2_of_3_cshead { width: 20%; margin: 0; text-align: left; }
.c3_of_3_cshead { width: 60%; margin: 0; text-align: center; }
.c1_of_3_cs .lgn { margin-top: 25px !important; }
.cardlist.cs3 { margin-bottom: 1px; height: auto; min-height: 55px; }

.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) {
	.rdi1, .rdi2 {display: none !important;}
	.rdv1, .rdv2 {display: block !important;}

	DIV.menuhor > span { padding: 0px 12px 0px 12px; }

	.c3_1_of_2, .c3_2_of_2, .c5_1_of_2, .c5_2_of_2 { width: 100%; height: auto; margin-top: 0; }
	.c_1_of_3 { width: 100%; text-align: center; }
	.c_2_of_3, .c_3_of_3 { display: none; }
	.c1_of_6_crhead { width: 50%; margin: 0; text-align: left; }
	.c2_of_6_crhead { width: 30%; margin: 0; text-align: center; }
	.c3_of_6_crhead { width: 20%; margin: 0; text-align: center; }
	.c4_of_6_crhead { width: 50%; margin: 0; text-align: left; }
	.c5_of_6_crhead { width: 30%; margin: 0; text-align: center; }
	.c6_of_6_crhead { width: 20%; margin: 0; text-align: right; }
	.cardlist { margin-bottom: 2px; }
	
	DIV.lgn.cb, DIV.lgn.cj, DIV.lgn.cr { min-height: 90px; margin-top: 10px; margin-bottom: 0px; }
	DIV.lgn.cbn { min-height: 10px; margin-top: 10px; margin-bottom: 0px; }
	DIV.lgn2 { min-height: 90px; margin-top: 13px; margin-bottom: 0px; }
	SPAN.lgn.cb, SPAN.lgn.cj, SPAN.lgn.cr { min-height: 90px; margin-top: 10px; margin-bottom: 0px; }
	SPAN.lgn.cs { margin-top: 20px; }

	.c1_of_6_cr { width: 50%; margin: 0; text-align: left; }
	.c2_of_6_cr { width: 30%; margin: 0; text-align: center; }
	.c3_of_6_cr { width: 20%; margin: 0; text-align: center; }
	.c4_of_6_cr { width: 50%; margin: 0; text-align: center; }
	.c5_of_6_cr { width: 30%; margin: 0; text-align: center; }
	.c6_of_6_cr { width: 20%; margin: 0; text-align: right; }
	.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; }
	.c1_of_9_cbhead { width: 15%; margin: 0; text-align: center; }
	.c2_of_9_cbhead { width: 45%; margin: 0; text-align: left; }
	.c3_of_9_cbhead { width: 40%; margin: 0; text-align: left; }	
	.c4_of_9_cbhead { width: 30%; margin: 0; text-align: center; }
	.c5_of_9_cbhead { width: 30%; margin: 0; text-align: center; }
	.c6_of_9_cbhead { width: 18%; margin: 0; text-align: center; }
	.c7_of_9_cbhead { display: none; }
	.c8_of_9_cbhead { display: none; }
	.c9_of_9_cbhead { width: 22%; margin: 0; text-align: right; }
	.c1_of_9_cb { width: 15%; margin: 0; text-align: center; }
	.c2_of_9_cb { width: 45%; margin: 0; text-align: left; }
	.c3_of_9_cb { width: 40%; margin: 0; text-align: left; }
	.c4_of_9_cb { width: 30%; margin: 0; text-align: center; }
	.c5_of_9_cb { width: 30%; margin: 0; text-align: center; }
	.c6_of_9_cb { width: 18%; margin: 0; text-align: center; }
	.c7_of_9_cb { display: none; }
	.c8_of_9_cb { display: none; }
	.c9_of_9_cb { width: 22%; margin: 0; text-align: right; }
	.c1_of_10_cjhead { width: 8%; margin: 0; text-align: center; }
	.c2_of_10_cjhead { width: 20%; margin: 0; text-align: center; }
	.c3_of_10_cjhead { width: 8%; margin: 0; text-align: center; }
	.c4_of_10_cjhead { width: 64%; margin: 0; text-align: left; }
	.c5_of_10_cjhead { width: 34%; margin: 0; text-align: left; }
	.c6_of_10_cjhead { width: 22%; margin: 0; text-align: center; }
	.c7_of_10_cjhead { width: 22%; margin: 0; text-align: center; }
	.c8_of_10_cjhead { display: none; }
	.c9_of_10_cjhead { display: none; }
	.c10_of_10_cjhead { width: 22%; margin: 0; text-align: right; }
	.c1_of_10_cj { width: 8%; margin: 0; text-align: center; }
	.c2_of_10_cj { width: 20%; margin: 0; text-align: center; }
	.c3_of_10_cj { width: 8%; margin: 0; text-align: center; }
	.c4_of_10_cj { width: 64%; margin: 0; text-align: left; }
	.c5_of_10_cj { width: 34%; margin: 0; text-align: left; }
	.c6_of_10_cj { width: 22%; margin: 0; text-align: center; }
	.c7_of_10_cj { width: 22%; margin: 0; text-align: center; }
	.c8_of_10_cj { display: none; }
	.c9_of_10_cj { display: none; }
	.c10_of_10_cj { width: 22%; margin: 0; text-align: right; }

	.c1_of_4_cbnhead { width: 20%; margin: 0; text-align: center; }
	.c2_of_4_cbnhead { width: 80%; margin: 0; text-align: center; }
	.c3_of_4_cbnhead { width: 90%; margin: 0; text-align: center; }
	.c4_of_4_cbnhead { width: 10%; margin: 0; text-align: right; }
	.c1_of_4_cbn { width: 20%; margin: 0; text-align: center; }
	.c2_of_4_cbn { width: 80%; margin: 0; text-align: center; }
	.c3_of_4_cbn { width: 90%; margin: 0; text-align: center; }
	.c4_of_4_cbn { width: 10%; margin: 0; text-align: right; }
	.c1_of_7_cbnhead { width: 25%; margin: 0; text-align: center; }
	.c2_of_7_cbnhead { width: 15%; margin: 0; text-align: center; }
	.c3_of_7_cbnhead { width: 60%; margin: 0; text-align: left; }
	.c4_of_7_cbnhead { width: 50%; margin: 0; text-align: left; }
	.c5_of_7_cbnhead { width: 20%; margin: 0; text-align: center; }
	.c6_of_7_cbnhead { width: 20%; margin: 0; text-align: center; }
	.c7_of_7_cbnhead { width: 10%; margin: 0; text-align: right; }
	.c1_of_7_cbn { width: 25%; margin: 0; text-align: center; }
	.c2_of_7_cbn { width: 15%; margin: 0; text-align: center; }
	.c3_of_7_cbn { width: 60%; margin: 0; text-align: left; }
	.c4_of_7_cbn { width: 50%; margin: 0; text-align: left; }
	.c5_of_7_cbn { width: 20%; margin: 0; text-align: center; }
	.c6_of_7_cbn { width: 20%; margin: 0; text-align: center; }
	.c7_of_7_cbn { width: 10%; margin: 0; text-align: right; }

	.c1_of_2_cardtitledialog { width: 100%; float: left; }
	.c2_of_2_cardtitledialog { width: 100%; float: left; }

	TEXTAREA.infocbn { width: 97%; }

	.c1_of_4_cs { width: 50%; margin: 0; text-align: left; }
	.c2_of_4_cs { width: 20%; margin: 0; text-align: center; }
	.c3_of_4_cs { width: 20%; margin: 0; text-align: center; }
	.c4_of_4_cs { width: 10%; margin: 0; text-align: center; }
	.c1_of_4_cshead { width: 50%; margin: 0; text-align: left; }
	.c2_of_4_cshead { width: 20%; margin: 0; text-align: center; }
	.c3_of_4_cshead { width: 20%; margin: 0; text-align: center; }
	.c4_of_4_cshead { width: 10%; margin: 0; text-align: center; }
	.c1_of_2_cs { width: 30%; margin: 0; margin-bottom: 4px; text-align: left; }
	.c2_of_2_cs { width: 70%; margin: 0; margin-bottom: 1px; text-align: center; }
	.c1_of_2_cshead { width: 30%; margin: 0; text-align: left; }
	.c2_of_2_cshead { width: 70%; margin: 0; text-align: center; }
	.cardlist.cs2, .cardlist.cs3 { min-height: 55px; height: auto; }

	.c1_of_3_cs { width: 25%; margin: 0; margin-bottom: 8px; text-align: left; }
	.c2_of_3_cs { width: 30%; margin: 0; margin-bottom: 8px; text-align: left; }
	.c3_of_3_cs { width: 45%; margin: 0; margin-bottom: 8px; text-align: left; }
	.c1_of_3_cshead { width: 25%; margin: 0; text-align: left; }
	.c2_of_3_cshead { width: 30%; margin: 0; text-align: left; }
	.c3_of_3_cshead { width: 45%; margin: 0; text-align: center; }

	.btnfloat { width: 50px; height: 50px; right: 10px; font-size: 44px; }
	.btnfloat2 { bottom: 100px !important; }
	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; }
	.filtrergt .menu-c 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) {
	.rdi2 {display: none !important;}
	.rdv1 {display: none !important;}
	.rdv2 {display: block !important;}
	.c3_1_of_2, .c3_2_of_2, .c5_1_of_2, .c5_2_of_2 { width: 100%; height: auto; margin-top: 0; }
	.cardlist { min-height: 114px; margin-bottom: 1px; }
	.cardlist.cs { min-height: 60px; }
	.cardlist.cs2, .cardlist.cs3 { min-height: 55px; height: auto; }

	DIV.lgn.cb, DIV.lgn.cj { min-height: 50px; margin-top: 10px; margin-bottom: 0px; }
	DIV.lgn.cbn { min-height: 10px; margin-top: 10px; margin-bottom: 0px; }

	DIV.lgn2 { min-height: 50px; margin-top: 13px; margin-bottom: 0px; }
	SPAN.lgn.cb, SPAN.lgn.cj { min-height: 50px; margin-top: 10px; margin-bottom: 0px; }

	.c1_of_9_cbhead { width: 15%; margin: 0; text-align: center; }
	.c2_of_9_cbhead { width: 45%; margin: 0; text-align: left; }
	.c3_of_9_cbhead { width: 40%; margin: 0; text-align: left; }
	.c4_of_9_cbhead { width: 15%; margin: 0; text-align: center; }
	.c5_of_9_cbhead { width: 15%; margin: 0; text-align: center; }
	.c6_of_9_cbhead { width: 30%; margin: 0; text-align: center; }
	.c7_of_9_cbhead { width: 12%; margin: 0; text-align: left; }
	.c8_of_9_cbhead { width: 12%; margin: 0; text-align: center; }
	.c9_of_9_cbhead { width: 16%; margin: 0; text-align: right; }
	.c1_of_9_cb { width: 15%; margin: 0; text-align: center; }
	.c2_of_9_cb { width: 45%; margin: 0; text-align: left; }
	.c3_of_9_cb { width: 40%; margin: 0; text-align: left; }
	.c4_of_9_cb { width: 15%; margin: 0; text-align: center; }
	.c5_of_9_cb { width: 15%; margin: 0; text-align: center; }
	.c6_of_9_cb { width: 30%; margin: 0; text-align: center; }
	.c7_of_9_cb { width: 12%; margin: 0; text-align: left; }
	.c8_of_9_cb { width: 12%; margin: 0; text-align: center; }
	.c9_of_9_cb { width: 16%; margin: 0; text-align: right; }
	.c1_of_10_cjhead { width: 6%; margin: 0; text-align: center; }
	.c2_of_10_cjhead { width: 12%; margin: 0; text-align: center; }
	.c3_of_10_cjhead { width: 5%; margin: 0; text-align: center; }
	.c4_of_10_cjhead { width: 40%; margin: 0; text-align: left; }
	.c5_of_10_cjhead { width: 37%; margin: 0; text-align: left; }
	.c6_of_10_cjhead { width: 23%; margin: 0; text-align: center; }
	.c7_of_10_cjhead { width: 24%; margin: 0; text-align: left; }
	.c8_of_10_cjhead { width: 15%; margin: 0; text-align: center; }
	.c9_of_10_cjhead { width: 24%; margin: 0; text-align: left; }
	.c10_of_10_cjhead { width: 14%; margin: 0; text-align: right; }
	.c1_of_10_cj { width: 6%; margin: 0; text-align: center; }
	.c2_of_10_cj { width: 12%; margin: 0; text-align: center; }
	.c3_of_10_cj { width: 5%; margin: 0; text-align: center; }
	.c4_of_10_cj { width: 40%; margin: 0; text-align: left; }
	.c5_of_10_cj { width: 37%; margin: 0; text-align: left; }
	.c6_of_10_cj { width: 23%; margin: 0; text-align: center; }
	.c7_of_10_cj { width: 24%; margin: 0; text-align: left; }
	.c8_of_10_cj { width: 15%; margin: 0; text-align: center; }
	.c9_of_10_cj { width: 24%; margin: 0; text-align: left; }
	.c10_of_10_cj { width: 14%; margin: 0; text-align: right; }

	.c1_of_4_cbnhead { width: 20%; margin: 0; text-align: center; }
	.c2_of_4_cbnhead { width: 80%; margin: 0; text-align: center; }
	.c3_of_4_cbnhead { width: 94%; margin: 0; text-align: center; }
	.c4_of_4_cbnhead { width: 6%; margin: 0; text-align: right; }
	.c1_of_4_cbn { width: 20%; margin: 0; text-align: center; }
	.c2_of_4_cbn { width: 80%; margin: 0; text-align: center; }
	.c3_of_4_cbn { width: 94%; margin: 0; text-align: center; }
	.c4_of_4_cbn { width: 6%; margin: 0; text-align: right; }
	.c1_of_7_cbnhead { width: 25%; margin: 0; text-align: center; }
	.c2_of_7_cbnhead { width: 15%; margin: 0; text-align: center; }
	.c3_of_7_cbnhead { width: 60%; margin: 0; text-align: left; }
	.c4_of_7_cbnhead { width: 50%; margin: 0; text-align: left; }
	.c5_of_7_cbnhead { width: 22%; margin: 0; text-align: center; }
	.c6_of_7_cbnhead { width: 22%; margin: 0; text-align: center; }
	.c7_of_7_cbnhead { width: 6%; margin: 0; text-align: right; }
	.c1_of_7_cbn { width: 25%; margin: 0; text-align: center; }
	.c2_of_7_cbn { width: 15%; margin: 0; text-align: center; }
	.c3_of_7_cbn { width: 60%; margin: 0; text-align: left; }
	.c4_of_7_cbn { width: 50%; margin: 0; text-align: left; }
	.c5_of_7_cbn { width: 21%; margin: 0; text-align: center; }
	.c6_of_7_cbn { width: 21%; margin: 0; text-align: center; }
	.c7_of_7_cbn { width: 8%; margin: 0; text-align: right; }

	.c1_of_2_cardtitledialog { width: 100%; float: left; }
	.c2_of_2_cardtitledialog { width: 100%; float: left; }

	TEXTAREA.infocbn { width: 98%; }

	.btnfloat { width: 50px; height: 50px; right: 20px; font-size: 44px; }
	.btnfloat2 { bottom: 100px !important; }
	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; }
	.filtrergt .menu-c a { font-size: 18px; }
	.modal-content { border-radius: 0px; }

	.form-group.stats { width: 100% !important;  margin-top: 0.5em !important; }
}