﻿@charset "UTF-8";

div, a, input, textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, textarea, p, blockquote, th, td {
    margin: 0px;
    padding: 0;
}

html,body {
	font: 14px/1em 'Open Sans', Helvetica, Arial, sans-serif;
    background: #f1f1f1;
    height: 100%;
	text-rendering : optimizeLegibility;
	color: #28373c;
	overflow: hidden;
	/*background: url(../img/bg.jpg) no-repeat center top;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: rgba(125, 120, 120, 0.30);
  }
html,body.static {
	overflow:auto;
	background: #f1f1f1;
  }

html,body.static .row {
	margin-right: 0;
    margin-left: 0;
	clear: both;
  }
.hidden { display:none; }
.clear { clear:both; }
:focus { outline: 0; }
.marg0 { margin: 0; }
.marg_pict { margin: 2px; }
.marg_r { margin-right:10px; }
.marg_r5 { margin-right:5px; }
.marg_r20 { margin-right:20px; }
.marg_l { margin-left:10px; }
.marg_b { margin-bottom:10px; }
.marg_b5 { margin-bottom:5px; }
.marg_b15 { margin-bottom:15px; }
.marg_b20 { margin-bottom:20px; }
.marg_b40 { margin-bottom:40px; }
.marg_t { margin-top:10px; }
.marg_t5 { margin-top:5px; }
.marg_t15 { margin-top:15px; }
.marg_t20 { margin-top:20px; }
.marg_t30 { margin-top:40px; }
.relative { position: relative }
.over { overflow:hidden; }
.pad15 { padding:10px 15px; }
.pad0 { padding:0; }
.padl0 { padding-left:0; }

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background-color: #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: #147aa0;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #147aa0;
	cursor:pointer;
}
::scrollbar {
    width: 6px;
}
::scrollbar-track {
    background-color: #ccc;
}
::scrollbar-thumb {
    background-color: #147aa0;
}
::scrollbar-thumb:hover {
    background-color: #147aa0;
	cursor:pointer;
}

strong { font-weight: 600; }

.vert {
    color: #147aa0;
}
.success {
    color: #147aa0;
}
.danger {
    color: #d9534f;
}
.hr-dashed {
    background-color: transparent;
    border-top: 1px solid #eee;
    color: transparent;
    height: 1px;
    margin: 15px 0;
	clear: both;
}

a {
	color: inherit;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
	outline: 0;
}
a:hover, a:focus {
	color: #147aa0;
}

p {
	font-size: 1em;
    font-weight: 400;
    color: #28373c;
	margin: 0 0 10px;
    line-height: 16px;
}
body.static p {
	font-size: 0.9em;
    font-weight: 400;
    color: #d9dfe1;
	margin: 0;
    line-height: 16px;
}
h1 {
	margin: 10px 0;
	font-size: 2.6em;
    font-weight: 700;
    color: #28373c;
}
h2 {
	margin: 10px 0;
	font-size: 1.2em;
    font-weight: 400;
    color: #28373c;
    line-height: 140%;
}
h3 {
	font-size: 22px;
    font-weight: 400;
    color: #28373c;
    line-height: 30px;
}

h6 {
	font-size: 12px;
    font-weight: 400;
    color: #28373c;
    line-height: 20px;
	font-style:italic;
}

.slide {
	visibility: hidden;
}

.slide.scrollIncome {
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
	visibility: visible;
}
body.accueil {
	background: #28373c;
}
.contain-static {
    margin-right: auto;
    margin-left: auto;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    max-width: 1240px;
	}
#home {
	margin: 0 auto;
	position: relative;
	color:#fff;
	overflow-x: hidden;
    width: 100%;
    z-index: 5;
    height: 750px;
    background: url(../img/bg_home.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#home.log {
    height: 100%;
}
.baseline_h {
    text-align: left;
    font-size:32px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin: 160px 0 0 20%;
    line-height: 115%;
    text-transform:uppercase;
    text-shadow: 5px 0px 15px rgba(0, 0, 0, 1);
}
.baseline_h strong {
    color: #147aa0;
	font-size:36px;
	font-weight:600;
}
.half1 {
    padding: 40px 75px;
    text-align: right;
    background-color: #147aa0;
}
.half2 {
    padding: 40px 75px;
    text-align: left;
    background-color: #28373c;
}
.half1 h1, .half2 h1 {
    color: #FFF;
    margin-bottom: 5px;
    font-size: 2.2em;
	font-weight: 600;
    padding: 0;
    text-transform: uppercase;
}
.btn-home {
	display: inline-block;
    background-color: #28373c;
    color: #fff;
    font-size: 1.5em;
    font-weight: 600;
	height: 45px;
    line-height: 45px;
    padding: 0 25px;
	text-align: center;
    cursor: pointer;
	transition: all .3s;
	text-transform: uppercase;
}
.btn-home.bis {
    background-color: #147aa0;
}
.btn-home:hover {
	background-color: #243136;
	color: #fff;
}
.btn-home.bis:hover {
    background-color: #126e90;
	color: #fff;
}
footer {
    background: #28373c;
    width: 100%;
    padding: 60px;
	text-transform: uppercase;
}
footer img {
	margin-right: 15px;
	margin-top: 25px;
	opacity: 1;
}

footer img:hover {
    opacity:1;
}
footer p {
    text-align: left;
    font-size: 1em;
    color: #dcdcdc;
    font-weight: 400;
}
footer a {
    font-size: 0.9em;
    color: #dcdcdc;
    font-weight: 400;
    line-height: 18px;
}
footer a:hover {
    color: #fff;
}
footer .copyright {
    display:block;
    font-size: 0.9em;
    color: #dcdcdc;
    font-weight: 400;
	width:98%;
	margin: 50px 1% 0 1%;
	line-height: 1.2em;
    text-transform:uppercase;
}

#home header h1 {
    font-size: 1.4em;
	font-weight:300;
	color:#ccc;
	margin: 80px 0 0;
    text-shadow: 0 0 30px rgba(0,0,0,0.5);
	letter-spacing: 4px;
	text-transform: uppercase;
}

#home header h2 {
	color:#fff;
	margin: 10px 0 0;
    text-shadow: 0 0 30px rgba(0,0,0,0.5);
	letter-spacing: 4px;
	text-transform: uppercase;
    font-size: 2.6em;
    font-weight: 700;
}
#home header p {
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px;
}
#home header strong {
    color: #ccc;
    font-weight: 300;
}
#home header .separator {
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1em;
    margin: 5px 0 20px 0;
}
#home .logo {
    display: block;
	float:none;
}
#home .logo img {
    max-height: 100px;
}
#home.log .logo {
	width:100%;
	text-align:center;
	margin-top:120px;
	margin-bottom:60px;
	margin-left: 0;
	}
#home.log .logo img {
	max-height: 220px;
	}
#nav_overlay {
	background: #f1f1f1;
    width: 350px;
	height:100%;
	left: -280px;
	z-index:9900;
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	right: auto;
    top: 0;
    bottom: 0;
	-webkit-transition: all 350ms;
	 -moz-transition: all 350ms;
    transition: all 350ms;
	-o-transition: all 350ms;
    -ms-transition: all 350ms;
	margin: 0;
    padding: 0;
	border-right: 1px solid #e2e2e2;
}

#nav_overlay.show {
    width: 350px;
	left: 0;
    -webkit-transition: all 350ms;
	 -moz-transition: all 350ms;
    transition: all 350ms;
	-o-transition: all 350ms;
    -ms-transition: all 350ms;
}

#nav_overlay .boost {
	position: absolute;
    z-index: 9992;
	width: 47px;
    top: 90px;
    bottom: 90px;
    right: 0;
    -webkit-transition: color .45s ease-in-out,opacity 1s linear 1.6s;
    transition: color .45s ease-in-out,opacity 1s linear 1.6s;
    cursor: pointer;
	overflow:hidden;
}
#nav_overlay .boost img {
	position: absolute;
    text-align: center;
	top:48%;
}
#voile {
	position: fixed;
    z-index: 9899;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 1s;
	 -moz-transition: all 1s;
    transition: all 1s;
	-o-transition: all 1s;
    -ms-transition: all 1s;
	visibility:hidden;
}

#voile.show {
	opacity:1;
	-webkit-transition: all 1s;
	 -moz-transition: all 1s;
    transition: all 1s;
	-o-transition: all 1s;
    -ms-transition: all 1s;
	visibility:visible;
}
#burgerMenuIcon {
    pointer-events: all;
    position: fixed;
    left: 21px;
	bottom: 30px;
    z-index: 9992;
    cursor: pointer;
	text-align:center;
}
nav.static {
    z-index: 999;
    position: absolute;
    height: 100%;
    padding-left: 20px;
    display: table;
    table-layout: fixed;
    pointer-events: auto;
	box-sizing: border-box;
}
nav.static ul#mainNav {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
	width: 250px;
}

nav.static ul#mainNav li {
    position: relative;
    width: 100%;
	transition: all 300ms linear;
	margin: 25px 0;
	display: inline-block;
}

nav.static ul#mainNav li .tmenu {
	display: inline-block;
    color: #28373c;
    font-size: 1.4em;
    font-weight: 700;
    transition: all 200ms linear;
	text-transform:uppercase;
}
nav.static ul#mainNav li:hover .tmenu {
    color: #147aa0;
}
nav.static ul#mainNav li:hover a {
	text-decoration: none;
	color: #ff2020;
	
}
nav.static ul#subNav {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
	padding: 10px 0;
}

nav.static ul#subNav li {
    position: relative;
    width: 100%;
	transition: all 300ms linear;
	margin: 5px 0 5px 15px;
}
nav.static ul#subNav li a {
	text-decoration: none;
	color: #3c3b3a;
    font-size: 15px;
    font-weight: 400;
}
nav.static ul#subNav li:hover a {
	text-decoration: none;
	color: #ee8028;
}
nav.static ul#subNav li a.selected {
	text-decoration: none;
	color: #ee8028;
}
.headerForm {
    display: block;
    font-size: 1.4em;
    font-weight: 300;
    color: #fff;
    text-align: left;
    padding: 10px 20px;
    line-height: 35px;
    text-transform: uppercase;
    background: #147aa0;
}
.contentForm {
    display: block;
    text-align: left;
    padding: 20px 30px;
    background: rgba(40, 55, 60, 0.8);
	    margin-bottom: 20px;
}
.contentForm .form-group {
    margin-right: 0;
    margin-left: 0;
    padding: 0 0 8px;
	min-height: 44px;
}
.contentForm label {
    display: inline-block;
	float: left;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    color: #d9dfe1;
	padding: 8px 10px 0 0;
	width:37%;
	margin-top: 0;
}
.contentForm label.bis {
    display: block;
	float: none;
    max-width: 100%;
    margin-bottom: 7px;
	width:auto;
	text-align: left;
}
.contentForm label.option {
    margin: 0;
	width: auto;
	margin-right:30px;
}
.contentForm .form-control {
    border: 2px solid #d5d5d5;
    height: 30px;
    float: left;
    width: 63%;
	padding: 0 10px;
	margin-bottom:0;
}
.contentForm .form-control:hover {
	border: 2px solid #147aa0;
	background:#fff;
}
p.Form {
    font-size: 1em;
    font-weight: 400;
    color: #d9dfe1;
    margin-bottom: 5px;
    line-height: 18px;
	width: 63%;
	float: left;
	padding:7px 5px;
}
.contentForm .form-control.bis {
    display: block;
	float: none;
    max-width: 100%;
	width:auto;
}
.contentForm textarea.bis {
    display: block;
	float: none;
    width: 100%;
}
.contentForm textarea {
    overflow: auto;
    vertical-align: top;
        color: #666;
    outline: none;
    width: 100%;
    background: #eeeeee;
    border-radius: 5px;
    font-weight: 400;
    margin-bottom: 5px;
    height: auto;
    width: 63%;
	float: left;
	    border: 2px solid #d5d5d5;
		padding:0 10px;
		line-height: 15px;
}
.contentForm textarea:hover {
	    border: 2px solid #147aa0;
		background:#fff;
}
.stForm {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 600;
    color: #147aa0;
    text-align: left;
    padding: 0 20px;
    line-height: 25px;
    text-transform: uppercase;
    background: #fff;
	    margin-bottom: 20px;
}
#drop-target {
    border: 2px dashed #147aa0;
    color: #147aa0;
    font-size: 16px;
	font-weight:600;
    padding: 20px 40px;
	line-height:45px;
	background-color: #d9dfe1;
	width: 50%;
	float: left;
	margin: 7px 5px;
}

.login-content {
    position: relative;
    width: 380px;
    margin: 0 auto;
    -moz-transition: all 550ms ease-in-out;
    -webkit-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
	color: #28373c;
	font-size: 13px;
	line-height:20px;
	font-weight: 300;
	margin-top: 50px;
	background: rgba(255,255,255, 0.7);
    padding: 20px 20px 30px;
    border-radius: 3px;
}
.login-content p {
    color: #28373c;
	font-weight: 600;
}
header {
    z-index: 9999;
	margin-bottom: 0;
}
#content {
	position: absolute;
	top: 64px;
	bottom: 15px;
	left: 24%;
	width: 76%;
	z-index: 3;
	transition: all 0.2s ease-in-out;
}
.logo {
    display: inline-block;
    float: left;
    margin:12px 0 0 70px;
}
.logo.bvs {
    margin:20px 0 0 70px;
}
.logo img {
    max-height: 80px;
}
.logo.depot {
    margin:12px 0 12px 0;
}
.blc-fest {
    display: inline-block;
    float: left;
    margin-top: 23px;
	margin-left:15px;
	border-left: 1px solid #CCC;
	padding: 0 15px;
}
.blc-fest a {
    color:#fff;
	font-weight: 400;
    font-size: 1.2em;
}

.btn .fa {
  margin-right: 8px;
}
.language-selection {
    padding-left: 10px;
    position: relative;
    display: block;
    float: right;
	z-index: 500;
	cursor:pointer;
	margin-top: 21px;
}

.language-selection ul {
    float: left;
    list-style-type: none;
    padding-left: 0;
}

.language-selection li {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    overflow: hidden;
    float: left;
    max-width: 0
}
.language-selection span {
    display: block;
	font-size: 12px;
    padding: 1px 2px 0;
	margin: 0 3px;
    color: #fff;
    font-weight: 400;
	height: 20px;
	line-height:20px;
	border-radius: 3px;
}

.language-selection .active {
    max-width: 40px;
	background-color: #147aa0;
    /*border-radius: 50%;*/
}
.language-selection:hover .active span, .language-selection li:hover span {
	color: #fff;
	text-decoration:none;
}

.language-selection .open {
    display: block;
    float: left;
	margin-right:0;
    position: relative;
    -webkit-transition: -webkit-transform ease-in-out .25s;
    transition: transform ease-in-out .25s;
	color: #fff;
}
.language-selection:hover .open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.language-selection:hover li {
    max-width: 40px
}
/*==================================================================
  Input Icons
===================================================================*/
.append-icon,
.prepend-icon {
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.append-icon .field-icon,
.prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 40px;
  height: 31px;
  color: #28373c;
  line-height: 31px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}

.append-icon .field-icon span,
.prepend-icon .field-icon span {
  position: relative;
  font-size: 14px;
}
.prepend-icon .field-icon {
  left: 0;
}
.append-icon .field-icon {
  right: 0;
}
.prepend-icon > input,
.prepend-icon > textarea {
  padding-left: 36px;
  margin-bottom: 0;
}
.append-icon > input,
.append-icon > textarea {
  padding-right: 36px;
  padding-left: 10px;
}
.append-icon > textarea {
  padding-right: 36px;
}
.field-icon span {
  color: #28373c;
  position: relative;
}
.field-icon.loupe {
  width: 50px;
  height: 50px;
  color: #147aa0;
  line-height: 50px;
  top: 1px;
}
.field-icon.loupe span {
  font-size: 22px;
  color: #147aa0;
}

/*==================================================================
  Radio/Checkboxes
-===================================================================*/
.option {
  position: relative;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  margin: 5px 0;
  font-size: 13px;
}
.option > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0;
}
.checkbox,
.radio {
  cursor: pointer;
  position: relative;
  margin-right: 6px;
  background: #f8f8f8;
  display: inline-block;
  border: 2px solid #d5d5d5;
  height: 18px;
  width: 18px;
  top: 4px;
  -webkit-border-radius: 0;
  border-radius: 2px;
}
.checkbox:before,
.radio:before {
  content: '';
  display: none;
}
input:checked + .checkbox:before,
input:checked + .radio:before {
  display: block;
}
.checkbox:before {
  position: absolute;
  top: 3px;
    left: 3px;
    width: 5px;
    height: 3px;
    border: solid #888;
    border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input:checked + .checkbox,
input:checked + .radio {
  border: 2px solid #147aa0;
}
.radio {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
.radio:before {
  margin: 4px;
  width: 6px;
  height: 6px;
  background: #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/*==================================================================
  Radio/Checkboxes:hover state 
===================================================================*/
input:not([disabled]):hover + .checkbox,
input:not([disabled]):hover + .radio {
  border-color: #147aa0;
}
/*==================================================================
  Radio/Checkboxes:focus state 
-===================================================================*/
input:focus + .checkbox,
input:focus + .radio {
  border-color: #147aa0;
}
input:focus + .radio:before {
  background: #147aa0;
}
input:focus + .checkbox:before {
  border-color:#147aa0;
}
/*==================================================================
  Checkbox/Radio Confliction fixes
===================================================================*/
.radio,
.checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  top: -2px;
  vertical-align: middle;
}
.checkbox:after,
.checkbox:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
input:hover + .checkbox,
input:hover + .radio {
  border-color: #147aa0;
}
input:checked + .checkbox,
input:focus + .checkbox,
input:checked + .radio,
input:focus + .radio {
  border-color: #147aa0;
}
input:checked + .radio:before,
input:focus + .radio:before {
  background: #147aa0;
}
input:checked + .checkbox:before,
input:focus + .checkbox:before {
  border-color: #147aa0;
}

.sidebar {
    padding:0; 
    border: 0;
    border-radius: 0;
	/*background: rgba(255,255,255, 0.9);*/
	position: absolute;
    top: 64px;
    left: 80px;
    bottom: 15px;
    z-index: 5;
    width: calc(22% - 80px);
    overflow-y: auto;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.2s ease-in-out;
	margin: 0 1%;
  }
  
.sidebar .navbar {
    margin-bottom: 0;
    border: 0;
    border-bottom: 0;
}
.navbar-default {
    background-color: transparent;
}

/*.sidebar .navbar ul {
    float: none;
    display: block;
}*/

.sidebar .navbar ul:not(.dropdown-menu){
    float: none;
    display: block;
 }

.sidebar .navbar li {
    float: none;
    display: block;
	margin-top: 5px;
  }
  
.sidebar .navbar li a.anav {
    overflow: hidden;
	color:#28373c;
	cursor:pointer;
	font-weight:600;
	font-size: 12px;
  }
.sidebar .navbar li a.anav:hover {
    background-color: #147aa0;
    border-left: 5px solid #28373c;
  }
.sidebar .nav-list {

}
.sidebar .nav-list li a.anav {
	color: #28373c;
	font-weight:normal;
	letter-spacing:0;
	cursor:pointer;
	background-color: #fff;
	border-bottom: 1px solid #eee;
    line-height: 32px;
	padding: 3px 15px;
	font-size: 13px;
	border-left: 3px solid #fff;
}
.sidebar .nav-list li a.anav:hover, .sidebar .nav-list li a.anav:focus {
	background-color: #e7e7e7;
	color: #28373c;
	border-left: 3px solid #e7e7e7;
}
.sidebar .nav-list li a.anav.selected {
	background-color: #e7e7e7;
	color: #28373c;
	border-left: 3px solid #28373c;
}

.sidebar .nav-list li a .badge {
    float:right;
    padding: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f1f1f1;
	font-size: 12px;
	border: 1px solid #e2e2e2;
    border-radius: 100%;
	min-width:22px;
	text-align:center;
	margin-top: 5px;
}
.sidebar .nav-list li a .badge .fa {
    margin-right: 0;
	font-size:12px;
	font-weight: 600;
  } 
.panel-title .badge {
    float:right;
	width:33px;
	height:33px;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f1f1f1;
	font-size: 12px;
	border: 1px solid #e2e2e2;
    border-radius: 100%;
	text-align:center;
	cursor:pointer;
}
.panel-title .badge .fa {
    font-size: 18px;
    font-weight: 600;
    padding-top: 2px;
  } 
.sidebar .sidebar-label {
    text-transform: uppercase;
    color: #908885;
    font-weight: 400;
    padding-left: 15px;
    padding-bottom: 5px;
	padding-top: 20px;
    font-size: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.06);
}
.navbar-collapse {
    padding: 0;
  }

.sidebar .navbar li a > .caret {
    margin-top: 8px;
  } 

.sidebar .fa {
    margin-right: 8px;
	font-size:16px;
	width: 20px;
    text-align: center;
  } 
/*.sidebar .navbar li.active > a > span:nth-child(1) {
    color: #147aa0;
}*/
.sidebar .navbar-nav > li > a.anav {
    padding-top: 10px;
    padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #28373c;
	border-bottom: 0;
	color: #fff;
	border-left: 5px solid #147aa0;
  }
.tri-title {
    padding: 10px 15px;
	margin: 0;
	border-bottom: 2px solid #e2e2e2;
	color: #fff;
	background-color: #28373c;
	font-weight: 600;
    font-size: 12px;
	letter-spacing: 1px;
	text-transform:uppercase;
	border-left: 3px solid #147aa0;
  }
.sidebar .option {
        position: relative;
    display: block;
    vertical-align: middle;
    margin: 0;
    line-height: 32px;
    padding: 0 15px;
    text-align: left;
    cursor: pointer;
}

.sidebar .option:hover, .sidebar .option:focus  {
	background-color: #fff;
}
.sidebar .tri-content {
    padding: 10px 20px;
	margin: 0;
	background-color: #fff;
	overflow: hidden;
	color: #28373c;
  }
.sidebar .filter-item {	
	padding: 0;
    font-size:13px;
    line-height: 32px;
	color: #2c2524;
    text-shadow: none;
	background-image: none;
    border: 0;
    border-radius: 0;
	font-weight: normal;
    text-transform: none;
	width:100%;
	display:block;
	cursor:pointer;
	border-left: 3px solid rgba(255,255,255, 0);
	border-top: 1px solid #eee;
}

.filter-item .badge {	
	margin-top:6px;
}
.sidebar .filter-item.selected, .sidebar .filter-item:hover {
    background-color: #e7e7e7;
    border-color: transparent;
	border-left: 3px solid #28373c;
}
.menu-icon {
    cursor: pointer;
	z-index:9000;
	padding: 8px 3px;
    position: fixed;
    top: 64px;
    left: 23%;
    z-index: 5;
    cursor: pointer;
    transition: all 0.3s ease;
	border-radius: 0;
}
.menu-icon2 {
    cursor: pointer;
	z-index:9000;
	padding: 8px 3px;
	position: fixed;
    top: 64px;
    left: 70px;
    z-index: 5;
    cursor: pointer;
    transition: all 0.3s ease;
	border-radius: 0;
}
.menu-icon:hover {
}
.menu-icon label {
    cursor:pointer;
}
.menu-icon .fa, .menu-icon2 .fa  {
    margin-right: 0;
    font-size: 16px;
    width: 18px;
    text-align: center;
}
.menu-toggle {
    display: none;
	transition: all 0.3s ease;
}
#menu-toggle:checked ~ .sidebar {
	transition: all 0.3s ease;
	left: -25%;
}
#menu-toggle:checked ~ #content {
    left: 1%;
	transition: all 0.3s ease;
	width: calc(100% - 1%);
}
#menu-toggle:checked ~ .menu-icon {
    left: -10px;
	transition: all 0.3s ease;
	
}

#col-result {
	float:left;
	width: 38%;
    height: 100%;
	padding: 0;
    z-index: 5;
    transition: all 0.2s ease-in-out;
    margin: 0 1%;
    border: 0;
}

#col-fiche {
	float:left;
	width: 58%;
    height: 100%;
	padding: 0;
    border: 0;
    border-radius: 2px;
    z-index: 5;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.2s ease-in-out;
    margin: 0 1%;
}

#col-result.listeDetail {
    width: 65%;
}

#col-result.listeDetail.filtreShowing {
    width: 98%;
}

#col-fiche.listeDetail {
    width: 35%;
}

#col-fiche.listeDetail.filtreShowing {
    width: 0%;
	border: 0;
}

.nbr-films {
    font-size: 1em;
    font-weight: 400;
    line-height: 24px;
	color: #fff;
}
.action {
	display:inline-block;
	float:right;    
	max-width:40px;
	padding: 5px 0 0;
	text-align: center;
	color:#28373c;
}
#showcase {
	height: calc(100% - 72px);
	overflow-y: auto;
    overflow-x: hidden;
}

#showcase>div {
	display: table;
	float: left;
    width: 100%;
	padding:0;
	position: relative;
	cursor:pointer;
	margin: 0;
	transition: all .3s;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
	cursor: pointer;
	/*background: #28373c;
	margin-bottom: 5px;
	border-radius: 3px;*/
}
#showcase>div:hover {
	background: #147aa0;
	transition: all .3s;
}
#showcase>div h1 {
   font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    /*color: #fff;*/
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.1em;
}

#showcase>div p {
   font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0;
	/*color: #d9dfe1;*/
    color: #000000;
}

#showcase>div .image {
	display:table-cell;
	float:left;
	height: 108px;
	width:30%;
	max-width:138px;
	overflow:hidden;
	text-align:center;
	margin-left:0;
	transition: all .3s;
	/*border-radius: 3px 0 0 3px;*/
}
#showcase>div:hover .image {
    margin-left: -10%;
	transition: all .3s;
}
#showcase>div .image img {
	height:100%;
}

#showcase>div .text {
	display:table-cell;
	float:left;
    padding: 10px 2%;
	width:70%;
	height:108px;
    overflow: hidden;
    transition: all .3s;
    position: relative;
	vertical-align:middle;
	right:0;
}

#showcase>div:hover h1, #showcase>div:hover p {
	color: #fff;
	}
#showcase>div:hover .text a {
	color: #fff;
}


#showcase>div:hover .text {
}
#showcase>div .text a {
}
#showcase>div .text a:hover {
	color: #147aa0;
}

#showcase>div.selected {
	background: #147aa0;
}
#showcase>div:hover.selected {
	background: #147aa0;
}
#showcase>div:hover.selected .text {
	right:0;
}
#showcase>div.selected h1, #showcase>div.selected p {
	color: #fff;
	}
#showcase>div.selected .text a {
	color: #fff;
}
#showcase>div.selected .text a:hover {
	color: #fff;
}

#showcase>div .extra {
	display:table-cell;
	vertical-align:middle;
    padding: 0;
    width: 5%;
	height: 100%;
    transition: all .3s;
	-webkit-transition: all .3s;
	min-width:30px;
	text-align:center;
}

.pict {
	font-size: 12px;
    text-transform: none;
	background-color: #d9dfe1;
	margin:2px 0;
	min-height: 20px;
	width: 20px;
    line-height: 20px;
	padding: 0 2px;
	border: 0;
    color: #28373c;
    text-align: center;
	border-radius: 100%;
	margin-left:3px;
}
.pict.pict-table {
	display:inline-block;
	margin-left: 0;
	background-color: #28373c;
    color: #d9dfe1;
}

.table-scroll {
    height: 750px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
}
.table-scroll .t-head {
    position:relative;
	top:0;
	left:0;
	z-index: 999;
}
table h1 {
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #28373c;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.1em;
}

table > tbody > tr.active{
	color: #fff;
}

table > tbody > tr.active h1{
	color: #fff;
}

.table-hover > tbody > tr:hover h1 {
    color: #fff;
}

.ref {
    display: block;
    background-color: rgba(255,255,255, 0.8);
    color: #28373c;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    text-transform: uppercase;
	letter-spacing: 0.5px;
	border-right: 3px solid #147aa0;
	margin-top: 8px;
	border-radius: 3px;
}
.stitre {
    font-size: 14px;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing: 0.02em;
	margin: 0 0 10px;
}
.stitre .fa {
    font-size: 12px;
	margin-right: 9px;
}
.puce {
	padding: 0 20px;
    list-style: none;
	text-align:left;
	}
.puce li {
    font-size: 1em;
    color: #28373c;
    line-height: 18px;
    margin-bottom: 6px;
}
.puce  li:before {    
    font-family: 'FontAwesome';
    content: '\f192';
    margin:0 5px 0 -20px;
	color: #147aa0;
    font-size: 11px;
}

@media (max-width: 1024px)
  {



}

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


}

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

/* Navicon */
.navicon {
  width: 100%;
  background: transparent;
  position: relative;
  width: 25px;
  height: 25px;
  display: block;
  z-index: 99;
  -webkit-transition: linear 0.5s all;
  transition: linear 0.5s all;
  float: right;
	margin: 0;
    top: 30%;
    right: 5%;
    margin-left: 10px;
	cursor:pointer;
}

.navicon:before, .navicon:after {
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  height: 4px;
  left: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  width: 20px;
}

.navicon:before {
    box-shadow: #fff 0 8px 0 0;
    position: absolute;
    top: 0;
}

.navicon:after {
  position: absolute;
  top: 16px;
}

.navicon--active {
  top: 30%;
  -webkit-transition: linear 0.5s all;
  transition: linear 0.5s all;
}

.navicon--active:before {
  box-shadow: transparent 0 0 0 0;
  top: 15px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.navicon--active:after {
  top: 15px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.menu {
	display:block;
	position:absolute;
	top:-200px;
    float: none;
    margin-right: 0;
	width:100%;
	opacity: 0;
  -webkit-transition: ease-in 0.5s all;
  transition: ease-in 0.5s all;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  
}
.menu--active {
  opacity: 1;
  top:100%;
  -webkit-transition: ease-in 0.5s all;
  transition: ease-in 0.5s all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
  }
