﻿@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: #333;
    overflow: hidden;
}

.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: #7aad21;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #7aad21;
    cursor: pointer;
}

::scrollbar {
    width: 6px;
}

::scrollbar-track {
    background-color: #ccc;
}

::scrollbar-thumb {
    background-color: #7aad21;
}

::scrollbar-thumb:hover {
    background-color: #7aad21;
    cursor: pointer;
}

strong {
    font-weight: 700;
}

.vert {
    color: #7aad21;
}

.success {
    color: #7aad21;
}

.danger {
    color: #d9534f;
}

.hr-dashed {
    background-color: transparent;
    border-top: 1px solid #eee;
    color: transparent;
    height: 1px;
    margin: 15px 0;
    clear: both;
}

a {
    color: #333;
    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: #7aad21;
}

p {
    font-size: 1em;
    font-weight: 400;
    color: #333;
    margin: 0 0 10px;
    line-height: 18px;
}

h1 {
    margin: 10px 0;
    font-size: 2.6em;
    font-weight: 700;
    color: #333;
}

h2 {
    margin: 10px 0;
    font-size: 1.2em;
    font-weight: 400;
    color: #333;
    line-height: 140%;
}

h3 {
    font-size: 22px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
}

h6 {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    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;
}

#home {
    width: 100%;
    margin: 0 auto 0 auto;
    height: 450px;
    position: relative;
}

#home header {
    position: relative;
    height: 450px;
    z-index: 5;
    color: #fff;
    overflow-x: hidden;
    background-color: transparent;
}

#home.login-caret:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    margin-left: -12px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
    bottom: -10px;
    -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;
}

#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;
    margin-top: 60px;
    text-align: center;
    float: none;
}

.login-content {
    position: relative;
    width: 380px;
    margin: 0 auto;
    padding: 20px 0;
    -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: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 50px;
}

.login-content p {
    color: #ccc;
}

header {
    background: #333;
    height: 60px;
    z-index: 9999;
    margin-bottom: 15px;
}

#content {
    position: absolute;
    top: 79px;
    bottom: 15px;
    left: 22%;
    width: 78%;
    z-index: 3;
    transition: all 0.2s ease-in-out;
}

.logo {
    display: inline-block;
    float: left;
    margin-top: 18px;
}

.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;
}

.language-selection,
.skin-selection {
    padding-left: 10px;
    position: relative;
    display: block;
    float: right;
    z-index: 500;
    cursor: pointer;
}

.language-selection ul,
.skin-selection ul {
    float: left;
    list-style-type: none;
    padding-left: 0;
}

.language-selection li,
.skin-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: 11px;
    padding: 1px 6px 0;
    margin: 0 3px;
    color: #fff;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    margin-top: 19px;
    border-radius: 4px;
}

.skin-selection span {
    display: block;
    font-size: 12px;
    text-transform: none;
    margin: 0 3px;
    min-height: 15px;
    width: 15px;
    line-height: 15px;
    padding: 0 2px;
    border: 0;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    margin-left: 3px;
    margin-top: 22px;
}

.skin-selection span.vert {
    background-color: #7aad21;
}

.skin-selection span.orange {
    background-color: #e8780c;
}

.skin-selection span.bleu {
    background-color: #039bd9;
}

.skin-selection span.rouge {
    background-color: #bf190a;
}

.skin-selection span.jaune {
    background-color: #e9c800;
}

.skin-selection span.fuschia {
    background-color: #c60272;
}

.language-selection .active,
.skin-selection .active {
    max-width: 40px
}

.language-selection:hover .active span,
.language-selection li:hover span {
    color: #fff;
    text-decoration: none;
}

.language-selection .open,
.skin-selection .open {
    display: block;
    float: left;
    margin-right: 0;
    position: relative;
    top: 22px;
    -webkit-transition: -webkit-transform ease-in-out .25s;
    transition: transform ease-in-out .25s;
    color: #fff;
}

.language-selection:hover .open,
.skin-selection:hover .open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.language-selection:hover li,
.skin-selection:hover li {
    max-width: 40px
}

.roll2 {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    margin: 0;
    line-height: 30px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 0 2px;
    -webkit-perspective: 275px;
    -moz-perspective: 275px;
    -ms-perspective: 275px;
    perspective: 275px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

.roll2 span {
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 0;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    color: #fff;
    background: #5c5c5c;
    letter-spacing: 1px;
}

.roll2:hover span {
    -webkit-transform: translate3d( 0px, 0px, -55px) rotateX( 90deg);
    -moz-transform: translate3d( 0px, 0px, -55px) rotateX( 90deg);
    -ms-transform: translate3d( 0px, 0px, -55px) rotateX( 90deg);
    transform: translate3d( 0px, 0px, -55px) rotateX( 90deg);
}

.roll2 span:after {
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    border-radius: 0;
    content: attr(data-hover);
    height: 100%;
    left: 0;
    position: absolute;
    top: 110%;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.roll2 span.selected {
    color: #fff;
}

.btn .fa {
    margin-right: 8px;
}


/*==================================================================
  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: #333;
    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: #333;
    position: relative;
}

.field-icon.loupe {
    width: 50px;
    height: 50px;
    color: #7aad21;
    line-height: 50px;
    top: 1px;
}

.field-icon.loupe span {
    font-size: 22px;
    color: #7aad21;
}


/*==================================================================
  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: rgba(255, 255, 255, 0.2);
    display: inline-block;
    border: 2px solid #ccc;
    height: 18px;
    width: 18px;
    top: 4px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.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 #7aad21;
}

.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: #7aad21;
}


/*==================================================================
  Radio/Checkboxes:focus state 
-===================================================================*/

input:focus+.checkbox,
input:focus+.radio {
    border-color: #7aad21;
}

input:focus+.radio:before {
    background: #7aad21;
}

input:focus+.checkbox:before {
    border-color: #7aad21;
}


/*==================================================================
  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: #7aad21;
}

input:checked+.checkbox,
input:focus+.checkbox,
input:checked+.radio,
input:focus+.radio {
    border-color: #7aad21;
}

input:checked+.radio:before,
input:focus+.radio:before {
    background: #7aad21;
}

input:checked+.checkbox:before,
input:focus+.checkbox:before {
    border-color: #7aad21;
}

.sidebar {
    padding: 0;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    bottom: 15px;
    z-index: 5;
    width: 20%;
    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 li {
    float: none;
    display: block;
}

.sidebar .navbar li a.anav {
    overflow: hidden;
    color: #333;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
}

.sidebar .navbar li a.anav:hover {
    background-color: #7aad21;
    border-left: 3px solid #333;
}

.sidebar .nav-list {}

.sidebar .nav-list li a.anav {
    color: #333;
    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: #333;
    border-left: 3px solid #e7e7e7;
}

.sidebar .nav-list li a.anav.selected {
    background-color: #e7e7e7;
    color: #333;
    border-left: 3px solid #333;
}

.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: #7aad21;
}*/

.sidebar .navbar-nav>li>a.anav {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #333;
    border-bottom: 2px solid #e2e2e2;
    color: #fff;
    border-left: 3px solid #7aad21;
}

.tri-title {
    padding: 10px 15px;
    margin: 0;
    border-bottom: 2px solid #e2e2e2;
    color: #fff;
    background-color: #333;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-left: 3px solid #7aad21;
}

.sidebar .option {
    position: relative;
    display: block;
    vertical-align: middle;
    margin: 0;
    border-bottom: 1px solid #eee;
    line-height: 32px;
    padding: 0 15px;
    text-align: left;
    cursor: pointer;
}

.sidebar .option:hover,
.sidebar .option:focus {}

.sidebar .tri-content {
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
    overflow: hidden;
    color: #333;
}

.sidebar .filter-item {
    padding: 0;
    font-size: 13px;
    line-height: 32px;
    color: #2c2524;
    background-color: #fff;
    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 #fff;
}

.filter-item .badge {
    margin-top: 6px;
}

.sidebar .filter-item.selected,
.sidebar .filter-item:hover {
    background-color: #e7e7e7;
    border-color: transparent;
    border-left: 3px solid #333;
}

.menu-icon {
    position: fixed;
    top: 92px;
    left: 20.3%;
    z-index: 5;
    cursor: pointer;
    width: 40px;
    transition: all 0.3s ease;
}

.menu-icon:hover {
    margin-left: 7px;
}

.menu-icon label {
    cursor: pointer;
}

.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%;
    background: #fff;
    border: 1px solid #e2e2e2;
}

#col-fiche {
    float: left;
    width: 58%;
    height: 100%;
    padding: 0;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    background: #fff;
    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;
}

.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;
    -webkit-transition: all .3s;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
}

#showcase>div:hover {
    background: #e7e7e7;
    transition: all .3s;
    -webkit-transition: all .3s;
}

#showcase>div h1 {
    /*font-size: 1.2em;*/
    font-size: 1em;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.1em;
}

#showcase>div p {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: -0.04em;
    margin: 2px 0;
    color: #333;
}

#showcase>div .image {
    display: table-cell;
    float: left;
    height: 100px;
    width: 25%;
    max-width: 178px;
    overflow: hidden;
    text-align: center;
}

#showcase>div .image img {
    height: 100%;
}

#showcase>div .text {
    display: table-cell;
    float: left;
    padding: 10px 2%;
    width: 75%;
    height: 100px;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
    vertical-align: middle;
    right: 0;
}

#showcase>div:hover .text {
    background: #e7e7e7;
    right: 10%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

#showcase>div .text a {
    color: #333;
}

#showcase>div .text a:hover {
    color: #7aad21;
}

#showcase>div.selected {
    background: #7aad21;
    color: #FFF;
}

#showcase>div:hover.selected {
    background: #7aad21;
}

#showcase>div:hover.selected .text {
    right: 0;
    background: #7aad21;
}

#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: #5c5c5c;*/
    background-color: #DCDCDC;
    margin: 2px 0;
    min-height: 20px;
    width: 20px;
    line-height: 20px;
    padding: 0 2px;
    border: 0;
    /*color: #fff;*/
    color: #5c5c5c;
    text-align: center;
    border-radius: 100%;
}

.pict.pict-table {
    display: inline-block;
    margin-left: 0;
}

.table-scroll {
    height: 807px;
    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: 700;
    letter-spacing: -0.02em;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.1em;
}

.ref {
    display: block;
    background-color: #5c5c5c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e2e2e2;
    border-right: 3px solid #7aad21;
    margin-top: 6px;
}

.stitre {
    /*font-size: 14px;*/
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
    padding-bottom: 5px;
    border-bottom: 2px dotted #e2e2e2;
}

.stitre .fa {
    font-size: 12px;
    margin-right: 9px;
}

.puce {
    padding: 0 20px;
    list-style: none;
    text-align: left;
}

.puce li {
    font-size: 1em;
    color: #333;
    line-height: 18px;
    margin-bottom: 6px;
}

.puce li:before {
    font-family: 'FontAwesome';
    content: '\f192';
    margin: 0 5px 0 -20px;
    color: #7aad21;
    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);
    }
}