@import url('https://fonts.googleapis.com/css?family=Oswald|Raleway');

body {
    font-family: 'Raleway', sans-serif;
}
html {
    height: 100%;
    box-sizing: border-box;
}
  *,
  *:before,
  *:after {
    box-sizing: inherit;
}
a:hover, 
a:active,
a:visited {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .Oswald, .prix {
    font-family: 'Oswald', sans-serif;
}
h1 {
    margin: 0;
}
h1 span {
    position:relative;
    font-size: 0.6em;
    top: -1.6rem;
    left: 1rem;
    color: #999;
}
.filter_label {
    color: #eeeeee;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(150,200,256);
    border-bottom: 1px solid rgba(150,200,256,.3);
}
.filter_number {
    font-size: .6em;
}
.site_label,
.admin_label {
    border-top: 1px solid #333333;
}
.site_label,
.site_label_p,
.admin_label {
    border-bottom: 1px solid #dddddd;
    padding: 6px 0 4px 0;
}
.gogogo {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}
.red {
    color: #f00;
    font-weight: bold;
}
.mHr {
    margin: 6px;
}
.adresse {
    padding: 8px;
    margin: 10px 20px;
}
#pAjax3 {
    display: none;
}
.modalAjax {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
    min-width:250px;
    max-height:95vh;
    /* overflow: auto; */
}
.modalAjax h2 {
    margin:0 0 10px 0;
    padding: 2px;
    font-size: 1em;
    border-bottom: 1px solid #777;
}
.modalAjax .ferme_modal {
    position: absolute;
    color: black;
    font-size: 1.1em;
    background: white;
    border-radius: 25px;
    border: 2px solid black;
    padding: 3px 1px 0 2px;
    right: -12px;
    top: -12px;
}
.listeAjax {
    padding: 4px;
}
.listeAjax div {
    font-size: 1.4em;
    padding: 4px;
}
.listeAjax ul {
    list-style-type: none;
    font-size: 0.5em;
}
#autocomplete_field, 
#cherche_autocomplete_field {
    position: relative;
}
#autocomplete_panel, 
#cherche_autocomplete_panel {
    position: absolute;
    min-width: 300px;
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    border-radius: 5px;
    max-height: 200px;
    overflow: auto;
}
#autocomplete_panel {
    background: #f8f8f8;
}
#cherche_autocomplete_panel {
    top: 30px;
    background: #353535;
}
#autocomplete_panel div, 
#cherche_autocomplete_panel div {
    cursor: pointer;
    margin: 0 2px;
}
#autocomplete_panel div:hover, 
#cherche_autocomplete_panel div:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
}
#autocomplete_panel div:hover {
    background: lightgray;
}
#cherche_autocomplete_panel div:hover {
    background: #454545;
}
#cherche_autocomplete_panel a {
    color: white;
    text-decoration: none;
}
.img_icon {
    max-height: 16px;
}
.img_32 {
    max-width: 32px;
}
.img_16 {
    max-width: 24px;
}
.retireCroix {
    font-size: 0.5em;
    padding: 0 2px;
}
/************************/
footer, .container-footer {
    background-color:#333;
	color: #fff;
}
.container-footer {
    margin-top: 20px;
}
.container-main {
    background-color:#fefefe;
    color: #111111;
    padding-top: 60px;
}
footer {
    text-align: center;
    padding: 10px 0 60px 0;
    margin-top: 10px;

    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 0.7em;
}
footer a {
    color: #fff;
}
/************************/
.bCommentaire {
    border-top: 1px solid #eeeeee;
}
.bCommentaire h5 {
    margin: 4px;
    padding: 2px;
}
.bCommentaire h5 span {
    font-size: .9em;
    padding-left: 10px;
    border-bottom: 1px solid #eeeeee;
}
.bCommentaire p {
    border-left: 1px solid #eeeeee;
    padding: 10px 20px;
}
/************************/
.table-facture {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}
.table-facture tr:nth-child(2n-1) td {
    background: #F5F5F5;
}
.table-facture th,
.table-facture td {
    text-align: right;
}
.table-facture th {
    padding: 5px 20px;
    color: #5D6975;
    border-bottom: 1px solid #C1CED9;
    white-space: nowrap;        
    font-weight: normal;
}
.table-facture .article_video {
    text-align: left;
}
.table-facture td {
    padding: 20px;
    text-align: right;
}
.table-facture td.article_video {
    vertical-align: top;
}
.table-facture td.unitaire,
.table-facture td.quantite,
.table-facture td.total {
    font-size: 1.2em;
}
.table-facture td.ttc {
    border-top: 1px solid #5D6975;
}
.table-facture td.ht{
    border-top: 1px solid #C1CED9;
}
.sous_titrage {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.remarque {
    margin: 0 6px 6px 4px;
    padding: 2px;
    text-align: justify;
}
.bloc_technique td {
    padding-right: 4px;
    text-align: right;
}
.table-100 {
    width: 100%;
}
.tableau td {
    padding: 1px 4px;
}
.tableau th {
    padding: 2px 4px;
    background-color: #333333;
    color: white;
}
.td80 {
    min-width: 60px;
    text-align:center;
}
.tableau .tdPrix, {
    padding: 0 10px;
}
.tableau tr {
    transition: .6s;
}
.tableau .ligne:hover {
    background: #eee;
    border-radius: 25px;
}
.tableau col:nth-child(even) {
    background: #dddddd
}
.tQuantite {
    min-width: 100px;
    width: 100px;
    text-align: center;
}
/************************/
.gestimage {
    float:left;
}
.gestimage img {
    max-width: 110px;
}
/************************/
.bloc_film, 
.bloc_support {
    position: relative;
    margin: 2px;
}
.bloc_support, 
.bloc_film {
    width: 112px;
    height: 158px;
    margin: 0 auto;
    margin-top: 10px;
    transition: .6s;
}
.bloc_film img, 
.bloc_support img {
    max-width: 110px;
    max-height: 156px;
    overflow: hidden;
}
.bloc_film div.icon, 
.bloc_support div.icon {
    position: absolute;
    color: lightgrey;
    top: 20%;
    width: 100%;
    font-size: 4em;
    text-align: center;
}
.bloc_film span.titre, 
.bloc_support span.titre {
    position:absolute;
    width: 100%;
    text-align:center;
    left: 0px;
    bottom: 0px;
    background: black;
    color: lightgrey;
    text-transform: uppercase;
}
.bloc_support span.titre {
    font-size: .8em;
}
.main_bloc {
    position: relative;
    border: 1px solid lightgrey;
    width: 236px;
    height: 260px;
    padding: 8px;
    margin: 2px;
    text-align: justify;
    transition: .6s;
    float: left;
    overflow: hidden;
}
@media (min-width:700px) {
    .main_bloc {
        width: 180px;
    }
}   
.main_bloc 
.titrep {
    margin: 0;
    padding: 6px 0 0 0;
    text-align: center;
    height: 100%;
    vertical-align: middle;
}
.emprunte,
.wanted {
    position: absolute;
    top: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 4px;
    border-radius: 10px;
    text-transform: uppercase;
    border: 2px solid white;
    box-shadow: 2px 2px 2px black;
}
.emprunte {
    left: 20px;
    color: white;
    background-color: red;
    transform: rotate(-15deg);
}
.wanted {
    right: 28px;
    color: white;
    background-color: #ff00ff;
    background-color: #333333;
    transform: rotate(15deg);
}
.main_bloc h5 {
    margin: 0;
    padding: 0;
    text-align: center;
}
.main_bloc:hover {
    	box-shadow: 0 8px 15px -5px black;
    	box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 1);
}
/************************/
.side_bar {
    position: relative;
    background-color: #333;
    transition: .5s;
    overflow: hidden;
    padding: 4px;
    margin: 0 4px 4px 4px;
    box-shadow: -10px 0 15px -10px black;
    box-shadow: -10px 0 15px -10px rgba(0, 0, 0, .9);
    border-radius: 10px 0 0 10px;
    background: #333333;  
    background: -webkit-linear-gradient(left, #333333, #333333, #333333, #3A3A3A, #FEFEFE); 
    background: -o-linear-gradient(right, #333333, #333333, #333333, #3A3A3A, #FEFEFE); 
    background: -moz-linear-gradient(right, #333333, #333333, #333333, #3A3A3A, #FEFEFE); 
    background: linear-gradient(to right, #31538D, #31538D, #31538D, #31538D, #FEFEFE);
}
.side_bar ul,
.cherche_result {
    list-style-type: none;
    padding: 4px;
    margin: 0px 2px 4px 6px;
    transition: .6s;
}
/************************/
.category_container {
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.owned_container_myself,
.owned_container {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 1.5em;
    height: 1.5em;
    color: white;
    font-size: 1em;
    line-height: 1.5em;
    text-align: center;
    background-color: #F64506;
}
.owned_container_myself {
    background-color: #068506;
}
.notOwned {
    opacity: 0.4;
    filter: alpha(opacity=40);
    transition: .8s;
}
.notOwned:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.bImage {
    cursor: pointer;
    transition: .8s;
}
#bImage2 {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,.8);
    text-align:center;
    transition: .5s;
    opacity: 0;
    z-index: 9999;
}
#bImage2 img {
    max-height: 100%;  
    max-width: 100%; 
    padding: 10px;
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
/************************/
.sticker {
    position: absolute;
    border-radius: 100px;
    z-index: 3;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    line-height: 8px; 
    box-shadow: 0 0 0 2px white;
    box-sizing: border-box;
     height: 35px;
    width: 35px; 
    transform: rotate(-30deg);
     padding-top: 12px; 
}
.sticker.import, 
.sticker.preco {
    top: -10px;
    color: white;
    font-family: 'Oswald', sans-serif;
}
.sticker.import {
    left: -16px;
    background-color: #FF3030;
    background-color: rgba(255,50,50,.8);
}
.sticker.preco {
    left: -10px;
    background-color: #303030;
    background-color: rgba(50,50,50,.8);
}
.sticker.nouveau {
    top: -5px;
    left: -5px;
    background-color: #068506;
    color: white;
}
.bloc_jaquette {
    position: absolute;
}
/************************/

.tabs {
    display: none;
}
#tab1:checked ~ #tabs_contenu1,
#tab2:checked ~ #tabs_contenu2 {
    display: block;
}
#tab1:checked + #tabs_label1,
#tab2:checked + #tabs_label2 {
    background: white;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid white; 
    transition: .5s;
}
#tabs_label1,
#tabs_label2 {
    background: lightgrey;
    border-bottom: 1px solid black;
    border-top: 1px solid white;
} 
.tabs_label {
    display: block;
    float: left;
    width: 20%;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-weight: lighter;
}
.tabs_contenu {
    display: none;
}
.prixBig {
    font-size: 2em;
}
.contBig {
    line-height: 2em;
}
/************************/
.centreImage {
    margin: 0 auto;
}
.headerBlack {
    background-color: #31538D;
    /* color: #fff; */
}
.pellicule {
    position:relative;
    top: -12px;
    height: 46px;
    line-height: 40px;
    padding: 2px 10px;
    background-image: url('../images/ui/pellicule.png');
    -ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
    box-shadow: 0 0 10px black;
}
.pellicule span {
    display:block;
    -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);    
}
.mlueur, 
.carousel-caption-br {
    text-shadow:
      0 0 5px #ddd,
      0 0 10px #ddd,
      0 0 20px #ddd,
      0 0 40px #ddd,
      0 0 60px #00ffff;

}
.lueur {
    text-shadow:
      0 0 5px #888,
      0 0 10px #888,
      0 0 20px #00ffff;
}
.mlueur, 
.lueur {
    font-size: 1.1em;
    color: #fff;
    transition: .8s;
}
.mlueur:hover, 
.lueur:hover {
    font-size: 1.1em;
    color: #fff;
    text-shadow:
    0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 20px #00ffff,
    0 0 40px #00ffff,
    0 0 60px #00ffff;
}
.lueur a:active,
.lueur a:visited {
    color: #fff;
    text-decoration: none;
}
.carousel-caption-br {
    position: absolute;
    bottom: 4px;
    right: 16px;
    font-size: 1.3em;
    text-transform: uppercase;
    color: white;
}
.navbar-nav > li > .dropdown-menu {
    background-color: #dddddd;
    color: #000;
}
.navbar-nav > li > .dropdown-menu a {
    color: #000;
}
/************************/
.blocTrailer {
    position: relative;
    max-width: 120px;
}
.blocTrailer span {
    position: absolute;
    top: .5em;
    left: 1em;
    font-size: 3em;
    color: white;
    color: rgba(255,255,255,.5);
    text-shadow: 2px 2px 2px black;
    text-shadow: 2px 2px 2px rgba(0,0,0,.6);
    transition: .8s;
}
.blocTrailer img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5;
    transition: .7s;
}
.blocTrailer a div:hover > img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.blocTrailer a div:hover > span {
    opacity: .6;
    font-size: 3.5em;
    top: .375em;
    left: .75em;
}
/************************/
.prix_container {
    position: absolute;
    bottom: 8px;
    right: -20px;
}
.prix {
    font-size: 1.5em;
    background: red;
    background: rgba(180,0,0,.7); 
    color: white;
    border: 2px solid white;
    text-shadow: 2px 2px 2px black;
    box-shadow: 2px 2px 2px black;
    border-radius: 25px;
    padding: 6px 10px;
}
.prix .sigleEuro {
    font-size: .6em;
    vertical-align: baseline;
    line-height: 0;
    position: relative;
    top: -.4em;
}
.prix .centimes {
    font-size: .5em;
    vertical-align: baseline;
    line-height: 0;
    position: relative;
    top: -.7em;
}
/***************************************/
.red {
    color: red;
}
.green {
    color: green;
}
.mBouton {
    background-color: #333;
    padding: 10px;
    line-height: 2em;
    color: white;
}
.cPanier {
    border: 1px solid #dddddd;
    padding: 2px;
    margin: 0;
    position: relative;
}
.aPanier, 
.vPanier {
    background-color: #dddddd;
    margin: 0;
}
.aPanier h3 {
    margin: 0;
}
.iPanier {
    max-height: 110px;
    float: left;
}
.panier-prod {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    padding: 8px;
    font-family: 'Oswald', sans-serif;
}
.vPanier {
    text-align: right;
    line-height: 3em;
}
/***************************************/
.clear {
    clear: both;
}
/* Le style de ma version d'un Modal */
#lFenetre {
    position: fixed;
    padding:6px;
    z-index: 9999;
    background: rgba(256,256,256);
    background: rgba(250, 250, 250, 1.0);
    top: 50%;
    left: 50%;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height:100%;
    transition:.2s;
    opacity: 0;
}
.sAffiche {
    opacity: 1 !important;
}
#lFenetreConteneur {
    display:none;
    background: rgba(0,0,0);
    background: rgba(0,0,0,0.8);
}
#lFenetreConteneur {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 9998;
    text-align:center;
    opacity: 0;
    transition: .4s;
}
/**********************************/
.masque_etoiles {
    background-image: url('../images/ui/etoiles0.png');
    margin-left: 5px;
}
.etoiles {
    background-image: url('../images/ui/etoiles.png');
}
.masque_etoiles, .etoiles {
    display: block;
    width:75px;
    height:15px;
}
/* TABLE ET CALENDRIER */
.arioch_calendrier th {
    text-align: center;
}
.arioch_calendrier th {
    background-color: #333;
    color: #fff;
}
#calendrier {
    position:absolute;
    top:24px;
    left:0;
    z-index: 9999;
    box-shadow: 2px 2px 2px #000;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    /*opacity: .5;*/
}
.arioch_calendrier {
    width:290px;
    background-color:#fff;
    border: 1px solid #000;
    text-align:center;
    border-spacing:1px;
    border-collapse: separate;
    empty-cells: hide;
    border-collapse:collapse;
}
.arioch_calendrier td {
    margin:2px;
    border: 1px solid #000;
    transition: .8s;
}
.arioch_calendrier td.ndate:hover, 
#fermerCalendar:hover
{
    background-color:#333;
    color:#fff;
}
.arioch_calendrier td.ndate:hover, 
#moisprecedent:hover, 
#moissuivant:hover, 
#fermerCalendar:hover
{
    cursor: pointer;
}
.tddebut {
    border: 0px solid #000;        
}
.arioch_calendrier td.ndateselect {
    background-color: #afa;
}
.olddate {
    background-color: #aaa;
    color: #777;
}

/*******************************/

.login-container {
    max-width: 350px;
    padding: 10px;
    background-color: #F7F7F7;
    margin: 0 auto;
}

.mdp-oublie {
    color: rgb(104, 145, 162);
}

.mdp-oublie:hover,
.mdp-oublie:active,
.mdp-oublie:focus{
    color: rgb(200, 0, 0);
}

.img-thumbnail-menu {
    width: 30px;
}

iframe {
    width: 100%;
}
/* Multi-range */
@supports (--css: variables) {
	input[type="range"].multirange {
		padding: 0;
		margin: 0;
		display: inline-block;
		vertical-align: top;
	}

	input[type="range"].multirange.original {
		position: absolute;
	}

		input[type="range"].multirange.original::-webkit-slider-thumb {
			position: relative;
			z-index: 2;
		}

		input[type="range"].multirange.original::-moz-range-thumb {
			transform: scale(1); /* FF doesn't apply position it seems */
			z-index: 1;
		}

		input[type="range"].multirange::-moz-range-track {
			border-color: transparent; /* needed to switch FF to "styleable" control */
		}

	input[type="range"].multirange.ghost {
		position: relative;
		background: var(--track-background);
		--track-background: linear-gradient(to right,
				transparent var(--low), var(--range-color) 0,
				var(--range-color) var(--high), transparent 0
			) no-repeat 0 45% / 100% 40%;
		--range-color: hsl(200, 80%, 40%);
	}

		input[type="range"].multirange.ghost::-webkit-slider-runnable-track {
			background: var(--track-background);
		}

		input[type="range"].multirange.ghost::-moz-range-track {
			background: var(--track-background);
		}
}