/*********************************************
 GLOBAL
*********************************************/
html { height: 100%; }
body { margin: 0; padding: 0; color: #333; font-size: 13px; font-family: "Open Sans", Verdana, sans-serif; background: #F2F2F2 url('/assets/img/bande_menu.jpg') repeat-y left top; }
h1 { font-size: 28px; line-height: 1.6em; font-weight: normal; margin: 0.5em 0; color: #333; }
h2 { font-size: 20px; line-height: 1.6em; font-weight: normal; margin: 0.5em 0; color: #00802F; }
h3 { font-size: 16px; line-height: 1.6em; font-weight: normal; margin: 0.5em 0; color: #333; }
h4 { font-size: 11px; line-height: 1.6em; font-weight: bold; }
p { line-height: 1.6em; color: #333; margin: 0.5em 0; }
a { color: #333; text-decoration: none; transition: all 0.3s ease-out;}
b, strong { font-weight: 600; }
em { font-style: italic; }
hr { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.3); border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
select { font: 11px Tahoma, sans-serif; border: 1px solid #ddd; padding: 5px 4px; color: #333; }

/*********************************************
 STRUCTURE
*********************************************/
#top { background: #2C2C2C; color: #FFF; border-bottom: solid 3px #79A867; line-height: 34px; text-transform: uppercase; font-weight: 600; white-space: nowrap; overflow:hidden; }
#top #titre { float: left; }
#top #copyright { float: right; }
#top .top_menu_block { display: inline-block; border-right: 1px solid #555; border-left: 1px solid #111; }
#top .top_menu_block > * { padding: 0 17px; }
#top .top_menu_block i { font-size:18px; vertical-align: text-top;}
#top .top_menu_block a { display: block; color: #FFF; }
#top .top_menu_block a:hover { background-color: #555; }
#top .toggle_menu { display:none; cursor: pointer; }
#menu { width: 240px; float: left; padding-bottom: 34px; position:absolute;}
#menu h2 { color: #FFF; font-weight: 600; background: #2C2C2C; margin: 0; padding: 0 20px; line-height: 34px; font-size: 13px; text-align: center; text-transform: uppercase; border-bottom: solid 3px #79A867; cursor: pointer; }
#menu h3 { color: #666; font-weight: 600; background: #E0E0E0; margin: 0; padding:0; line-height: 34px; font-size: 13px; text-align: center; border-bottom: 1px solid #ccc; cursor: pointer; }
#menu h2::after, #menu .accordion h3::after { content: "+"; right: 10px; position: absolute; }
#menu h2.active::after, #menu .accordion h3.active::after { content: "-"; opacity:0.5; }
#menu p { margin: 0; padding: 0; background: #f7f7f7; background: linear-gradient(#f9f9f9, #f5f5f5); }
#menu a { color: #444; font-weight: 600; text-decoration: none; display: block; line-height: 20px; padding: 7px 7px 7px 10px; border-bottom: 1px solid #CCC; overflow: hidden; white-space: nowrap; }
#menu a:hover { background-color: #DDD; padding-left: 20px; }
#menu a.active { background-color: #C2D8BA; padding-left: 10px; }
#menu i.fa { margin: 0 5px; color: #666; font-size: 14px; width: 15px; text-align: center; }
#menu .ss_menu { display: none; position: relative;}
#menu .ss_menu .list{ max-height: calc(100vh - 220px); overflow-x: hidden; overflow-y: auto; }
#menu .clean_search { background: url('/assets/img/admin/cross.png') no-repeat center center; height: 38px; width: 38px; position: absolute; right: 0; cursor: pointer; display: none; }
#menu .search { color: #666; width: 100%; background: #FFF url('/assets/img/admin/search.png') no-repeat 15px center; border-width: 0; border-style: none; outline: none; padding: 10px 10px 10px 40px; margin: 0; border-bottom: 1px solid #CCC; box-sizing: border-box; appearance: none; -webkit-appearance: none; border-radius: 0;}
#contenu { margin-left: 260px; margin-top: 20px; margin-right: 20px; }
#deconnexion { position: fixed; bottom: 0px; left: 0px; width: 240px; }
#deconnexion a { cursor: pointer; color: #555; background-color: #BBBBBB; text-decoration: none; display: block; line-height: 34px; border-top-width: 1px; border-top-style: solid; border-top-color: #999999; text-align: center; font-weight: bold; font-size: 11px; text-transform: uppercase; transition: all 0.3s ease-out; }
#deconnexion a:hover { color: #FFFFFF; background-color: #555; }

/*********************************************
 FORMLOG
*********************************************/
#form_log { height: auto; width: 380px; margin-top: -115px; margin-left: -190px; position: absolute; left: 50%; top: 50%; -webkit-border-radius: 15px; border-radius: 15px; background: #ffffff; background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%); background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%); background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0 );-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.75); box-shadow: 0 0 4px 0 rgba(0,0,0,0.75); }
#form_log h2 { font-size: 14px; font-weight: 600; text-transform: uppercase; margin: 0px; padding: 0px; color: #79A867; }
#form_log label { width: 100%; margin: 0px; padding: 10px 0 3px; }
#form_log #formulaire { width: 90%; margin: 0 auto; padding-bottom: 15px; }
#form_log #form_log_inputs { background-image: url(/assets/img/lock.png); background-repeat: no-repeat; background-position: left center; color: #999999; margin: 0px; padding: 20px 0px 20px 130px; }
#form_log #forget_pwd { text-align: center; margin: 8px 0; }
#form_log #forget_pwd a { color: #AAA; text-decoration: none; font-size: 10px; }
#form_log #forget_pwd a:hover { color: #888; text-decoration: underline; }

/*********************************************
 BOXES
*********************************************/
.box { border: 1px solid #CCC; margin-bottom: 10px; background-color: #FBFBFB; }
.box i { width:25px; text-align:center; }
.box h1 { padding: 2px 10px; margin:0; }
.box h2 { padding: 2px 10px; margin:0; }
.box h3 { padding: 2px 10px; margin:0; }
.box > div { border-top: 1px solid #DADADA; padding: 10px; }

/*********************************************
 MICRO BOXES
*********************************************/
.microbox { display:block; position:relative; width:100%; height:100px; padding:15px; overflow:hidden; margin-bottom:10px; border:1px solid #FFF; }
.microbox .microbox_title { display:block; z-index:2; font-family: "Open Sans", Verdana, sans-serif; line-height: 1.6em; margin:0.5em 0; color:#FFF; font-size:18px; font-weight:600; margin: 0 0 5px; white-space: nowrap; }
.microbox .microbox_text { display:block; z-index:2; font-size: 12px; line-height: 1.6em; margin:0.5em 0; color:#FFF; white-space: nowrap; }
.microbox .fs40 { font-size:40px; line-height:32px; }
.microbox .button { display:block; z-index:2; overflow:hidden; white-space: nowrap; margin:0.5em 0; color:#FFF; background:rgba(0,0,0,0.25); border:1px solid rgba(0,0,0,0.1); -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }
.microbox .canvas { display:block; position:absolute; z-index:1; width:100%; height:95%; top:5%; left:0; right:0; bottom:0; }
.microbox i { display:block; position:absolute; z-index:1; font-size:110px; right:-10px; bottom:-20px; color:rgba(255,255,255,0.4); pointer-events: none; }

/*********************************************
 BOXES - ACCORDION
*********************************************/
.box.accordion h2 {  white-space: nowrap; overflow: hidden; cursor: pointer; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.box.accordion h2:hover { background-color: #F2F2F2; }
.box.accordion > div { display: none; }

/*********************************************
 TABLES .LIST
*********************************************/
table.list { border-collapse: collapse; border-spacing: 0; }
table.list th { padding: 10px; text-align: left; font-weight: 600; vertical-align: middle;}
table.list td { padding: 10px; vertical-align: middle; white-space: nowrap; }
table.list tr:nth-child(odd) { background-color: #EEEEEE; }
table.list tr[data-statut="0"] *{ color: #CCC!important; }
table.list tr.separator{ border-top: 8px solid #CCC; }

/*********************************************
 FORMS
*********************************************/
form label { display: block; cursor: pointer; font-weight: 700; color: #555; padding: 4px 2px; }
form input[type="text"], form input[type="email"], form input[type="password"], form select, form textarea { font: 11px/16px Tahoma, sans-serif; border: 1px solid #ddd; padding: 8px; width: 100%; box-sizing: border-box; color: #333; appearance: none; border-radius: 0; transition: all 0.3s ease-out; background: #FFF; outline: none; }
form input.success { background: #FFF url(/assets/img/tick.png) no-repeat 99% center; }
form input.error { background: #FFF url(/assets/img/cross.png) no-repeat 99% center; }
form input:focus, textarea:focus { border: 1px solid #999; }
form input[disabled], form select[disabled], form textarea[disabled]{ opacity:0.5; }

/*********************************************
 BUTTONS
*********************************************/
.button { color: #fff; font: 600 12px "Open Sans"; text-transform: uppercase; display: inline-block; outline: none; cursor: pointer; text-align: center; padding: 7px 8px; -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4); -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4); box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4); appearance: none; border-radius: 0;}
.button:hover { color: #fff; opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); }
.button:active { opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); }
.button[disabled] {pointer-events: none; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); }
.button.green { color: #FFF!important; background: #75ae5c; border: 1px solid #3b6e22; background: -webkit-gradient(linear, 0 0, 0 bottom, from(#75ae5c), to(#649552)); background: -moz-linear-gradient(#75ae5c, #649552); background: linear-gradient(#75ae5c, #649552); }
.button.blue { color: #FFF!important; background: #5681AE; border: 1px solid #476091; background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5681AE), to(#485E8F)); background: -moz-linear-gradient(#5681AE, #485E8F); background: linear-gradient(#5681AE, #485E8F); }
.button.red { color: #FFF!important; background: #A90329; border: 1px solid #990000; background: -webkit-gradient(linear, 0 0, 0 bottom, from(#A90329), to(#6D0019)); background: -moz-linear-gradient(#A90329, #6D0019); background: linear-gradient(#A90329, #6D0019); }
.button.white { color: #333!important; background: #FFF; border: 1px solid #ddd; }
.button.large { width: 100%; }

/*********************************************
 HR STYLES
*********************************************/
hr.one { border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc); }
hr.two { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }
hr.three { border: 0; border-bottom: 1px dashed #ccc; background: #999; }
hr.four { height: 12px; border: 0; box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5); }
hr.five { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

/*********************************************
 INFOBOX
*********************************************/
.infobox { z-index: 1500; border: 2px solid; padding: 20px; -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.25); box-shadow: 0 0 3px 0 rgba(0,0,0,0.25); font-size: 16px; margin-bottom: 15px; line-height: 25px; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%); }
.infobox::before { font-family: FontAwesome; font-weight: normal; font-style: normal; font-size: 30px; display: inline-block; text-decoration: inherit; margin-right: 15px; vertical-align: top; }
.infobox.success::before { content: '\f058'; color: #8fad3d; }
.infobox.warning::before { content: '\f071'; color: #e6a700; }
.infobox.error::before { content: '\f057'; color: #ad3f2e; }
.infobox.info::before { content: '\f05a'; color: #4381cc; }
.infobox.success { border-color: #8fad3d; color: #586c25; background-color: #eff4d4; }
.infobox.warning { border-color: #e6a700; color: #796101; background-color: #ffea97; }
.infobox.error { border-color: #ad3f2e; color: #923725; background-color: #efcec9; }
.infobox.info { border-color: #4381cc; color: #5d57b9; background-color: #c6d8f0; }

/*********************************************
 HELP POPUP
*********************************************/
.magnific_popup { position: relative; background: #F8F8F8; padding: 25px; width: auto; max-width: 600px; margin: 0 auto; }
.magnific_popup h1 { font-family: "Open Sans", Verdana, sans-serif; font-size: 2.4em; line-height: 1.6em; font-weight: normal; margin: 0.5em 0; color: #333; }
.magnific_popup h2 { font-family: "Open Sans", Verdana, sans-serif; font-size: 1.8em; line-height: 1.6em; font-weight: normal; margin: 0.5em 0; color: #00802F; }
.magnific_popup h3 { font-family: "Open Sans", Verdana, sans-serif; font-size: 1.4em; line-height: 1.6em; font-weight: normal; margin: 0.5em 0; color: #333; }
.magnific_popup p { font-size: 12px; line-height: 1.6em; color: #333; margin: 0.5em 0; }

/*********************************************
 CKEDITOR
*********************************************/
.cke_button__source_label, .cke_button__sourcedialog_label { display: none !important; }
.cke_button__templates .cke_button__templates_label { display: inline !important; }

/*********************************************
 HOME ACTIONS
*********************************************/
.home_action { display:block; width: 100%; background-color: #F8F8F8; text-align: center; text-shadow: 1px 1px 1px #FFFFFF; padding: 15px; margin: 5px 0; border: 1px solid #CCC; overflow: hidden; box-sizing: border-box; transition: all 0.3s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.home_action a { color: #999; }
.home_action a:hover { color: #79A867; }
.home_action a > i { display: flex; font-size: 44px; margin: 8px 0; justify-content: center; width: 100%; }
.home_action a > img { max-width:100%; display: flex; margin: 0 auto; }
.home_action a > span { display: flex; font-weight: 400; font-size: 14px; height: 36px; line-height: 18px; align-items: center; justify-content: center; }
.home_action:hover { background-color: #FFF; border: 1px solid #CCC; box-shadow: 0 0 2px 0 rgba(0,0,0,0.25); }

/*********************************************
 CLASSES
*********************************************/
.show_desktop { display: inherit!important; }
.show_mobile { display: none!important; }
/* DISPLAYS */
.float_left { float: left }
.float_right { float: right }
.clear { clear: both; }
.hidden { display: none; }
.block { display: block; }
.inline_block { display: inline-block; }
/* ALIGNS */
.align_left { text-align: left }
.align_right { text-align: right }
.align_center { text-align: center }
.align_justify { text-align: justify }
.align_middle { vertical-align: middle }
.align_bottom { vertical-align: bottom }
/* SPACES */
.p0 { padding: 0px!important }
.p4 { padding: 4px }
.p7 { padding: 7px }
.m0 { margin: 0px!important }
.mt10 { margin-top: 10px }
.mb5 { margin-bottom: 5px }
.mb10 { margin-bottom: 10px }
.mb15 { margin-bottom: 15px }
/* COLORS */
.green { color: #090!important }
.dark_green { color: #00802F!important }
.light_green { color: #79A867!important }
.blue { color: #5681AE!important }
.red { color: #F00!important }
.orange { color: #F60!important }
.grey { color: #999!important }
.light_grey { color: #BBB!important }
.bronze { color: #D2945B!important }
.silver { color: #AAA!important }
.gold { color: #E3AB35!important }
/* BG COLORS */
.bg_red { background-color:#F35958; }
.bg_blue { background-color: #3598DC; }
.bg_purple { background-color: #8E44AD; }
.bg_cyan { background-color: #32C5D2; }
.bg_green { background-color: #0AA699; }
/* FONT SIZE */
.fs16 { font-size: 16px!important; }
.fs24 { font-size: 24px!important; }
/* OTHERS */
.note { font-size: 11px!important; color: #999999!important; font-style: italic; font-weight: normal; }
.animate {-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.action { display:inline-block; padding: 0px 3px; }
.action * { vertical-align: middle; }
.blur { filter: blur(3px); }
.pointer { cursor: pointer; }
.overflowX { overflow-x: auto; }

/*********************************************
 MEDIA QUERIES
*********************************************/
@media only screen and (max-width: 1024px) {
	.show_desktop{display:none!important}
	.show_mobile{display:inherit!important}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {
	/* FORMLOG */
	#form_log { width:90%; margin-left:-45%; background-image:none; -webkit-box-shadow: none; box-shadow: none; }
	#form_log #form_log_inputs { background-image: none; padding-left:0px; }
	/* ADMIN */
	body{background-image:none;}
	#menu {display:none; width:100%;}
	#deconnexion {display:none; width:100%;}
	#contenu {margin: 10px;}
	#top .toggle_menu { display:inline-block; }
	#top #copyright { display: none; }
}
