@charset "utf-8";
/* CSS Document */
.error {
    color:red;
}
.tu-promo-50ans{
	background-color:white;
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 20px;
	}

.tu-red{
	background-color:red;
	color:white;
	padding:15px;
	width:80%;
	}
	
.tu-red-point{
	border-bottom:3px dotted red;
	padding:15px;
	width:80%;
	font:bold;
	}
	
.tu-left{
	float:left;
	}
	
.tu-blue{
	color:#005089;
	font-size:30px;
	font:bold;
	}
	
.tu-yellow{
	color:#fbb900;
	font-size:30px;
	font:bold;
	}
	
.bloc-principal{
	padding-top:25px;
	clear:both;
	}

.tu-bloc-image{
	float:left;
	box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.5);
	margin-right:30px;
	background: linear-gradient(45deg, #f4ab02 1%, #f4ab02 25%, #fabd2f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color:white;
	text-align:center;
	padding: 10px;
	font-size: 16px;
	}
	
.tu-bloc-images{
	float:left;
	
	text-align:center;
	padding: 10px;

	}
	
.tu-bloc-images ul{
	display:flex;
	flex-wrap:wrap;
	list-style:outside none none;
	margin:0;
	}
	
.tu-bloc-images li{
	margin-right:20px;
	margin-right:30px;
	background: linear-gradient(45deg, #f4ab02 1%, #f4ab02 25%, #fabd2f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size: 16px;
	color:white;
	}
	
.tu-bloc-images a{	
	color:white;
    text-decoration:none;
	}	
	
.tu-bloc-images li:hover{	
	color:white;
    text-decoration:none;
	box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.5);
	background: linear-gradient(45deg, #f4ab02 1%, #f4ab02 25%, #fabd2f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}	
	
.tu-bloc-image a{	
	color:white;
    text-decoration:none;
	}
	
.tu-clear{
	clear:both;
	}
	
.tu-text-left{
	float:left;
	padding-top:40px;
	padding-right:20px;
	padding-left:20px;
	}
	
.tu-text{
	float:left;
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:20px;
	}
	
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:28px;
	font-weight:bold;
	padding:10px 15px;
	text-decoration:none;
	text-shadow:0px 2px 50px #cc9f52;
	margin-right:20px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
	background-color:#fb9e25;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButtongreen {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
	background:-moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:21px;
	font-weight:bold;
	padding:20px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #86ae47;
}
.myButtongreen:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
	background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
	background-color:#a5cc52;
}
.myButtongreen:active {
	position:relative;
	top:1px;
}

h2.testx87 {
	background-color:#003359;
	line-height: 1em!important;
	color: white;
}

#faac-navbar-collapse {
	background-color:#003359;
}

/* Faac styles additionnels ou correction des styles existants */

@media print {
    a[href]:after {
        content: none;
    }

    #alert_placeholder {
        display:none;
    }

    .dont-break { page-break-inside:avoid; }

    .container {
        padding:0;
        margin:0;
    }
    .table th, .table tr, .table td {
        border-top: none !important;
    }

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 0px;
        vertical-align: top;
    }

    .panel {
        border: 0;
    }
}

@media only screen and (max-width:780px)
{
    .faacpagetitle img{
        display: none;
    }
    .faacpagetitle h1 {
        font-size: 14px;
    }

    th{
        display:none;
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .faaccontent h2 {
        font-size: 16px;
        background-color: #2d6ca2;
    }

    .logo{
        margin-left:auto;
        margin-right: auto;
        width:200px;
        height: 80px;
        margin-bottom: 5px;
    }

    .separator{
        border-right:none;
    }

    .navbar-nav{
        margin-left:15px;
        margin-right: 15px;
    }

    div .faacloginbox {
        padding-left:0px;
        margin:10px;
    }
    div .faacloginbox input[type="text"],.faacloginbox input[type="password"] {
        background-color: #80CFF2;
        border: 1px solid #FFF;
        color : black;
        font-size: 16px;
        font-weight: 400;
        height:22px;
    }

}

body {
	padding-top: 0;
	background:url('vhs-assets-css-a0fbd51243c5d129a1f9b685f4eba922.jpg') repeat;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	/* 16 * 0.0625 = 1px */
    letter-spacing: 0.0200em;
}

h1,h2,h3,h4,h5 {
    padding:0;
    margin:0;
}

a {
    color: #009FE4;
    text-decoration: none;
}

.barre{
    text-decoration:line-through;
}

input {
    margin-bottom: 5px;
}

.tx-faac table {
    border-collapse: separate;
    border-spacing: 2px;
}

#alert_placeholder {
    margin-top:10px;
    margin-bottom:10px;
}

.faac_minibasket {
     margin-right: 10px;
}

.faacpanier {
    width: 150px;
}

.faacpagetitle img {
    float:left;
    margin:5px;
}

.faacpage-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    /* border-bottom: 1px solid #eee; */
}
.faacpagetitle h1 {
   margin: 0px;
   padding-bottom: 12px;
   border-bottom: 2px solid #009fe4;
}

.faacservice:target ~ .faacservice {
    display:none;
}

.faacservice {
    display: inline-block;
    height: 150px;
    width:180px;
    padding: 5px;
    margin-bottom: 10px;
    line-height: 1.5em;

    background: #a7a7a7;
    background: -moz-linear-gradient(45deg, #a7a7a7 1%, #a7a7a7 25%, #c7c7c7 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(1%,#a7a7a7), color-stop(25%,#a7a7a7), color-stop(100%,#c7c7c7));
    background: -webkit-linear-gradient(45deg, #a7a7a7 1%,#a7a7a7 25%,#c7c7c7 100%);
    background: -o-linear-gradient(45deg, #a7a7a7 1%,#a7a7a7 25%,#c7c7c7 100%);
    background: -ms-linear-gradient(45deg, #a7a7a7 1%,#a7a7a7 25%,#c7c7c7 100%);
    background: linear-gradient(45deg, #a7a7a7 1%,#a7a7a7 25%,#c7c7c7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a7a7', endColorstr='#c7c7c7',GradientType=1 );
    color: #2a2a2a;
    font-weight: 700;
    text-align: center;
    overflow:hidden;
    word-wrap: break-word;
    cursor: pointer; 
}

.thumbnail { min-height:300px; height:300px; width:auto; border: 1px solid #a9a9a9; background-color: white; }
.thumbnail:hover { border: 3px solid #009fe4;}
.thumbnail img { min-height:150px; height:150px; width:auto; border: none; }

.faacservice:hover {

    background-image:  url('vhs-assets-css-188a47a4bb742d8fe547ffcfc967f44c.png');
    background-repeat: no-repeat;
    background-position: bottom center;

    background: #009fe4;
    background: -moz-linear-gradient(45deg,  #009fe4 0%, #009fe4 50%, #7dcde4 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#009fe4), color-stop(50%,#009fe4), color-stop(100%,#7dcde4));
    background: -webkit-linear-gradient(45deg,  #009fe4 0%,#009fe4 50%,#7dcde4 100%);
    background: -o-linear-gradient(45deg,  #009fe4 0%,#009fe4 50%,#7dcde4 100%);
    background: -ms-linear-gradient(45deg,  #009fe4 0%,#009fe4 50%,#7dcde4 100%);
    background: linear-gradient(45deg,  #009fe4 0%,#009fe4 50%,#7dcde4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe4', endColorstr='#7dcde4',GradientType=1 );
}

.faacservice img {
    display: block;
    margin: 0 auto;
}

.faacservice:hover img {
     display: none;
 }

.faacservice h3 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.faacservice:hover h3 {
     color:white;
}

.faacserviceico p {
    height:150px;
    line-height:150px;
    text-align:center; /* centrage horizontal d'un élément en-ligne */
}

.faacserviceico img {
    vertical-align:middle;
}

.shadow {
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.5);
    box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.5);
}


.inner_shadow {
    -webkit-box-shadow: 1px 2px 10px 3px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 1px 2px 10px 3px rgba(0,0,0,0.3) inset;
    box-shadow: 1px 2px 10px 3px rgba(0,0,0,0.3) inset;
}

.debug {
    display:none; /* retirer pour afficher les traces de test */
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 5px;
}

.hspace {
     margin-left: 5px;
     margin-right: 5px;
 }

.vspace {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bold {
    font-weight:bold;
}

.orange {
    color: #ea8e1e;
}

.blanc {
    color:#FFF;
}

.bleu {
    color:#009FE4;
}

.vert {
    color:#a4bb1f;
}

.rouge {
    color:#cd2023;
}

.s {
    width:10px;
    height:10px;
}
.xs {
    width:5px;
    height:5px;
}
.row {
	margin-right: 0;
	margin-left: 0;
    margin-bottom : 10px;
}
.modal {
    z-index: 2050;
}
.overflow {
    overflow: auto;
    height: 800px;
}

.hiddenRow {
    padding: 0 !important;
}

.topmenu {
	height:20px;
	font-size: 11px;
	margin:0;
	padding:0;
	background: #FFF;
}
.topmenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.topmenu li {
	color:#000;
 	margin-left:2px;
 	float:left; /*pour IE*/
}
.topmenu ul li a {
 	display:block;
 	float:left;   
 	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	color:#3d3d3d;
}
.topmenu ul li a:hover {
 	color:#009FE4;
}	 
.topmenu .coeur	{
	color:#009FE4;
	background: url('vhs-assets-css-ae49b5e6a9780d41b8d9464a212f38e1.jpg') #FFF no-repeat right;
	padding-right:20px;
}
.topmenu .enveloppe {
	color:#009FE4;
	background: url('vhs-assets-css-6846cb6d0f5433279fc018da40048eef.jpg') #FFF no-repeat right;
	padding-right:20px;
}

.truck	{
    color:#009FE4;
    background: url('vhs-assets-css-e1233c2866b7ef8e84aac9a4649bf363.png') #FFF no-repeat right;
    padding-right:20px;
}

.menuseparator
{
    border-right: 1px solid #525252;
}


.dropdown-menu {
    list-style: none outside none;
    font-size: 12px;
    z-index: 2020;
}
.dropdown-menu ul {
    font-size: 11px;
    list-style-type: none;
    -webkit-column-count:2;
    -moz-column-count: 2;
    column-count: 2;
}
.dropdown-menu-1col ul {
    font-size: 11px;
    list-style-type: none;
    -webkit-column-count:1;
    -moz-column-count: 1;
    column-count: 1;
}
.dropdown-menu h3 {
    font-size: 16px;
}

/* dropdown sub menu */

.dropdown-submenu {
    position:relative;
    left:auto;
}

.dropdown-submenu {
    /* position: relative; */
    left: auto;
}

.dropdown-submenu > .dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}


.dropdown-submenu:hover > .dropdown-menu {
    display:block;
}

.dropdown-submenu > a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color:#ffffff;
}

.dropdown-submenu .pull-left {
    float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}

.menuitem {
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    width: 100px;
    padding-right: 5px;
}

/* -------------- */
input.qte {
    width:58px;
}

p.infocompte {
    background: url('vhs-assets-css-6b0116dba3b23bbf6f2152edc3e4da3e.png') no-repeat bottom left #FFF;
    height:25px;
    padding-left: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    vertical-align: middle;
}

p.infopanier {
    background: url('vhs-assets-css-f41bc2c7d96283b7357061fc61632746.png') no-repeat bottom left #FFF;
    height:25px;
    padding-left:30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    vertical-align: middle;
}

h1.infopaniergreybox {
    background: url('vhs-assets-css-f41bc2c7d96283b7357061fc61632746.png') no-repeat bottom left #c5c5c5;
    height:25px;
    padding-left:30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    vertical-align: middle;
}

p.infocommander {
    background: url('vhs-assets-css-4cd014e25f1398292ef2b53e1cea3ba0.png') no-repeat bottom left #FFF;
    height:25px;
    padding-left:20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    vertical-align: middle;
}

.fixedtop {
    position: fixed;
    top:0;
    z-index: 2000;
    width:960px;
}
.scrollablecontent {
    position:relative;
    margin-top:250px;
    top:0px;
    left:0px;
    width:960px;
}

.icon-truck{
    background-image: url('vhs-assets-css-e1233c2866b7ef8e84aac9a4649bf363.png');
    margin-left: 10px;
}
.icon-collapse{
    background-image: url('vhs-assets-css-dcefdb4cb6e08473470e737371f04463.png');
    margin-left: 10px;
}

.scrollbox{
    max-height:300px;
    overflow-y:auto;
}

.faacheader {
    background: url('vhs-assets-css-44b44a064f50ec9f8318cb9f73467083.png') no-repeat top #fff;
    background-color: rgba(255,255,255);
    margin: 0;
    font-size: 11px;
    line-height: 1.5;
}

/*
.faacheader  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}*/

.panel {
    margin: 5px;
    padding: 5px;
}

.faacheader .blockhaut {
    padding-top:10px;
    min-height: 80px;
    @media (min-width: @screen-md-min) {height:95px;}
}
.faacheader .blockbas {
    padding-top:5px;
    min-height: 60px;
    @media (min-width: @screen-md-min) {height:60px;}
}
#mainmenu {
    margin:0;
    padding: 0;
    margin-top:2px;
}

#mainmenu .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.faacheader > .innerblock {
    padding:2px;
}

.faacheader h1 {
	font-size: 18px;
    text-transform: uppercase;
	color: #3d3d3d;
}

.faacheader h2 {
	font-size: 13px;
	color: #3d3d3d;
}

.faacheader p{
	font-size: 11px;
	color: #3e3e3e;
    margin:0;
}

.faacheader a{
    border:none;
}


.faacheader .tt-dropdown-menu {
    z-index: 2000;
    min-width: 300px;
    margin-top: 2px;
    padding: 5px 0px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.ui-autocomplete {
    max-width: 300px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 5000;
}

.lr_label{
    color:#4D4D4D;
    font-size: 11px;
    font-weight: normal;
    word-wrap: break-word;
}

.cadreimage{
    margin:10px;
    height: 160px;
    width:auto;
    -o-object-fit: contain;
    border:1px solid #4D4D4D;
}
.cadreimage{
    height: auto;
    width:200px;
}
.cadreimagekit{
     margin:2px;
     height: 40px;
     width:auto;
     -o-object-fit: contain;
     border:1px solid #4D4D4D;
 }
.cadreimagekit{
    height: auto;
    width:50px;
}
.cadreimagesmall{
     margin:2px;
     height: 80px;
     width:auto;
     -o-object-fit: contain;
     border:1px solid #4D4D4D;
 }

.cadreimagesmall{
    height: auto;
    width:100px;
}
.rechercheimagecontainer {
    height:140px;
    margin-bottom: 5px;
}

.rechercheimagecontainer img {
    max-height: 100%;
    max-width: 100%;
    margin-left:auto;
    margin-right: auto;
}
.faaccontent{
    background:url('vhs-assets-css-a0fbd51243c5d129a1f9b685f4eba922.jpg') repeat;
    margin-bottom: 0;
    padding: 0;
}
.faaccontent h1,h2,h3,h4,h5{
    text-transform: uppercase;
    color:#4D4D4D;
}

.faaccontent p{
    font-size: 12px;
    font-weight: 300;
    color:#4D4D4D;
}

.faaccontent h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin-top: 40px;
    margin-bottom: 20px;
}
.faaccontent p.commentaire
{
    color:#2a2a2a;
    font-size: 14px;
    font-weight: 500;
}

.faaccontent h2 span {
    background:url('vhs-assets-css-a0fbd51243c5d129a1f9b685f4eba922.jpg') repeat;
    padding: 0 30px;
}

.bkwhite h2 span {
    background:#FFF;
}

.faacactualite{
    margin:5px;
    border-bottom: #525252 solid 10px;
    text-align: center;
    height:260px
}
.faacactualite:hover{
    border-bottom: #009fe4 solid 10px;
}

.faacactualite img{
    width:100%;
    height:auto;
}

.faacactualite h3{
    text-transform: none;
    font-size: 22px;
    color: #2a2a2a;
    font-weight: 600;
    margin-bottom: 8px;
}
.faacactualite h4{
    text-transform:none;
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 700;
    margin-top:3px;
}
.faacactualite h5{
    text-transform:none;
    font-size: 12px;
    color: #2a2a2a;
    font-weight: 500;
}
.faacactualite p{
    text-transform:none;
    font-size: 11px;
    color: #2a2a2a;
    font-weight: 400;
}

h5.info_system {
    font-size: 11px;
    font-weight: 600;
    color: #009fe4;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.50);
}

.faacfooter {
    z-index: 2500;
    background: url('vhs-assets-css-44b44a064f50ec9f8318cb9f73467083.png') no-repeat top #FFF;
    margin:0;
    font-size: 11px;
    line-height: 1.3;
}
.faacfooter .row {
    padding-top:20px;
}
.faacfooter ul {
    list-style-type:none;
    padding: 0;
    margin-top:2px;
}
.faacfooter ul>li {
    color: #a7a7a7;
    font-size: 12px;
    font-weight: 500;
}
.faacfooter ul>li a{
    color: #a7a7a7;
    font-size: 12px;
    font-weight: 500;
}
.faacfooter h2 {
    color: #525252;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #525252;
    margin-bottom: 3px;
}
.faacfooter .colfooter {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 30px;
}
div .compteclient
{
    padding-left:25px;
    background: url('vhs-assets-css-6b0116dba3b23bbf6f2152edc3e4da3e.png') no-repeat top left;
}

div .faacloginbox {
    padding-left:5px;
    margin:10px;
}

div .faacloginbox header{
    display:none;
}

div .faacloginbox input[type="text"],.faacloginbox input[type="password"] {
    background-color: #80CFF2;
    border: 1px solid #FFF;
    color : black;
    font-size: 11px;
    font-weight: 300;
    height: 18px;
    color:black;
    vertical-align: middle;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    padding: 0;
    margin: 0;
}

div .faacloginbox input[type="submit"] {
    padding: 0 2px 0 2px;
    margin-bottom: 0;
    font-size: 11px;
    color: #FFF;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
    background-color: #3d3d3d;
    background-image: -moz-linear-gradient(top,#3d3d3d,#616161);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#3d3d3d),to(#616161));
    background-image: -webkit-linear-gradient(top,#3d3d3d,#616161);
    background-image: -o-linear-gradient(top,#3d3d3d,#616161);
    background-image: linear-gradient(to bottom,#3d3d3d,#616161);
    background-repeat: repeat-x;
    border: 1px solid #3d3d3d;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3d3d',endColorstr='#ff616161',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height:17px;
}

.panel-primary>.panel-heading {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#009FE4));
    background-image: -webkit-linear-gradient(top,#428bca,0%,#009FE4,100%);
    background-image: -moz-linear-gradient(top,#428bca 0,#009FE4 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#009FE4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0);
}

.btn-primary {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#009FE4));
    background-image: -webkit-linear-gradient(top,#428bca,0%,#009FE4,100%);
    background-image: -moz-linear-gradient(top,#428bca 0,#009FE4 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#009FE4 100%);
    background-repeat: repeat-x;
    border-color: #2d6ca2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
}

.carousel-indicators {
    display:none;
}

.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;

    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor:progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}

.faacinfobox{
    background-color:#F5F6F9;
    width:100%;
    height:75px;
    margin-bottom:5px;
    padding:10px;
}

.faacinfobox h1{
    color:black;
    font-size: 14px;
    font-stretch:semi-condensed;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.faacinfobox p{
    color:black;
    font-size: 11px;
    line-height: 16px;
}

.faacheader .row{
    margin:0 0 5px 0;
}

.faaccontent .row{
    margin:0;
}

.faacheader .btn,.blackbtn, .greybox .btn,.prodbox .btn,.doc .btn, .nav-tabs .btn{
    padding: 0px 10px;
    margin-bottom: 0px;
    font-size: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    display: inline;
    cursor: pointer;
    background-color: rgb(61, 61, 61);
    background-image: linear-gradient(to bottom, rgb(61, 61, 61), rgb(97, 97, 97));
    background-repeat: repeat-x;
    border: 1px solid rgb(61, 61, 61);
    border-radius: 0px;
    box-shadow: none;
   text-transform: uppercase;
}

.bigbtn
{
    font-size: 18px;
    padding: 0 5px;
    margin-bottom: 1px;
    text-align: center;
    width:200px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn:hover,.blackbtn:hover,.bigbtn:hover{
    color:#009FE4;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    border: 3px solid #555;
    padding: 0;
}
.nav-tabs .btn {
    color: rgb(173, 173, 173);
}

.nav-tabs{
    color: #9E9B9B;
    padding-bottom: 1px;
    border-bottom: 3px solid #555;
}


.nav-tabs > a:hover{
    color: #009fe4;
    border: 1px solid #7dcde4;
    padding-bottom: 1px;
    border-bottom: 3px solid #555;
}

/* Faac sidebar */


/* Faac menu */
.navbar {
    position: relative;
    border: 1px solid transparent;
    min-height: 0;
    background-color: #333;
    border-radius: 0;
}

.navbar .nav > li {
    z-index: 2015;
}

.navbar-nav > li > a {
    padding:0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px;
    font-size: 12px;
}

/* ----------------------- */
.blockhaut .col-md-6{
    margin:0px;
    padding:0px;
}
.blockbas .col-md-6{
    margin:0px;
    padding:0px;
}

.blockbas img {
    width: auto;
    max-width: 100%;
    padding-right:5px;
}

.blockbas form{
	height:25px;
	margin-top:0px;
}

.logo img{
   width: auto;
   max-width: 100%;
   max-height: 70px;
}

.bluebox{
    background: #009FE4;
    margin-bottom: 2px;
    width:100%;
    height: 27px;
    vertical-align: middle;
    float:left;
    padding-top: 2px;
}

.bluebox .bloc-wrapper {
    position:absolute;
    top:50%;
    /* margin-top = -(height/2) */
    margin-top:-9px;
    height: 18px;
    line-height: 9px;
}

.bluebox input,.quantite{
    background-color: #80CFF2;
    border: 1px solid #FFF;
    color : black;
    font-size: 11px;
    font-weight: 300;
    height: 18px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    padding: 0;
    margin: 0;
}

.quantite{
    background-color: #80CFF2;
    height:15px;
    width: 15px;
    border: 1px solid #2a2a2a;
    color : black;
    padding: 0;
    margin-right: 5px;
    float:left;
    vertical-align: middle;
    text-align: center;
}

.titrecommande{
    color:#009FE4;
    font-size: 21px;
    font-weight: 200;
    line-height: 1.4;
}

.media:first-child {
    margin-top: 10px;
}

li.media{
    border-bottom: 1px solid #c7c7c7;
}

.blockarticle
{
    border-bottom: 1px solid #3E4C5D;
    padding:5px;
    margin-bottom: 5px;
}

.greybox
{
    margin:10px;
    width:200px;
    background-color: #c5c5c5;
    padding:5px;
}

.greybox h1
{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 0 8px;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}
.greybox h5
{
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin: 0 0 8px;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.greybox p
 {
     font-size: 11px;
     line-height: 12px;
     text-transform: uppercase;
     -o-text-overflow: ellipsis;   /* Opera */
     text-overflow:    ellipsis;   /* IE, Safari (WebKit) */
     overflow:hidden;              /* don't show excess chars */
     white-space:nowrap;           /* force single line */
 }

.greybox a
{
    color: #3d3d3d;
    font-weight: 400;
}

.greybox a:hover
{
    color: #009FE4;
}

p.tag
{
 color:#555;
 font-size:11px;
 font-weight: 300;
 margin-left:5px;
}

.doc img
{
    vertical-align: middle;
}
.doc a
{
    font-size: 11px;
    line-height: 12px;
    vertical-align:middle;
    color:#660000;
    -o-text-overflow: ellipsis;   /* Opera */
    text-overflow:    ellipsis;   /* IE, Safari (WebKit) */
    overflow:hidden;              /* don't show excess chars */
    white-space:nowrap;           /* force single line */
}
.panierproduit
{
    margin:5px;
    background-color: #c5c5c5;
}


.clear {
    clear: both; 
}


.textbig,.textsmall	{
	color:white;
	font-weight: 300;
	margin-left: 2px;
 	vertical-align: middle;
}

.textbig {
	font-size: 18px;
}

.textsmall {
	font-size: 12px;
}

.big {
	width:250px;
}

.small	{	
	width:140px;
}

.tiny	{	
	width:20px;
}
/* -------------------------------- Toolbox ------------------------- */

.separator{
    /*border-right:1px solid #bdbdbd;*/
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;

	border-bottom: 5px solid black;
}
.arrow-up .blue{
	color:#009FE4;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;

	border-top: 20px solid #f00;
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;

	border-left: 60px solid green;
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;

	border-right:10px solid blue;
}

label {
    margin: 0px;
}


/* ------------------------------------- Scrollable array ---------------------------------- */
.bodycontainer { max-height: 450px; width: 100%; margin: 0; overflow-y: auto; }
.table-scrollable { margin: 0; padding: 0; }

