/* GENERAL
================================================== */
html {
  position: relative;
  min-height: 100%;
}


body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; 
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    letter-spacing:normal;
    font-weight:400;
    background-color: #f5f5f5;
    color: #667;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    letter-spacing: -1px;
    margin: 0;
    color: #252525;
}

h1 {
    font-size: 42px;
    line-height: 44px;
    margin: 0 0 40px 0;
}

h2 {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 35px 0;
}

h3 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
    /*margin-bottom: 30px;*/
}

h4, h5, h6 {
    letter-spacing: normal;
    margin: 0 0 15px 0;
}

h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

p {
     margin: 0 0 20px;
}

.produits p {
     margin: 0 0 20px 20px;
}

a {
    color:#7dab00;
    text-decoration:none;
    -webkit-transition:all 0.2s linear; transition:all 0.2s linear;
}

a:hover,
a:focus, 
a:active,
.btn:hover,
.btn:focus, 
.btn:active,
button:hover,
button:focus, 
button:active  {
    text-decoration:none;
    color:#252525;
    outline:0;
    box-shadow:none;
    -webkit-transition:all 0.2s easeout; transition:all 0.2s ease-out;
}

::-moz-selection {
    text-shadow:none;
    color: #fff;
    background:#7dab00;
}

::selection {
    text-shadow:none;
    color: #fff;
    background:#7dab00;
}

/* Centrer */
.align-middle {
    position: absolute;
    left:0; right:0;
    top:50%;
    -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);
}


/* BOUTONS
================================================== */
.btn-success {
    background-color: #7dab00;
    border-color: #7dab00;
    color: #fff;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #729c00;
    border-color: #729c00;
    color: #000;
}

.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}

.btn-attention {
    background: #c8d046 none repeat scroll 0 0;
    border-color: #c8d046;
    color: #ffffff;
}

.btn-annule {
    background: #505460 none repeat scroll 0 0;
    border-color: #505460;
    color: #ffffff;
}


.btn-d {
    background-color:#505460;
    color:#fff;
    border-radius:2px;
    text-transform: uppercase;
    font-size:12px;
    letter-spacing: 1px;
    padding:9px 18px;
}

.btn-d:hover, .btn-d:focus, .btn-d:active, .btn-d.active {
    background-color:#7dab00;
    color:#fff;
}

.btn-historique {
    background-color:#505460;
    color:#fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}






/* HELPER CLASSES POUR AJUSTER BOOTSRAP
================================================== */
/* Borders */
.no-border { border:none !important; }

.br0 { border-radius: 0 !important; }
.br1 { border-radius: 1px !important; }
.br2 { border-radius: 2px !important; }
.br4 { border-radius: 4px !important; }
.br6 { border-radius: 6px !important; }
.br8 { border-radius: 8px !important; }

/* Opacite */
.op8 { opacity:0.8 !important; }
.op7 { opacity:0.7 !important; }
.op6 { opacity:0.6 !important; }
.op5 { opacity:0.5 !important; }
.op4 { opacity:0.4 !important; }
.op2 { opacity:0.2 !important; }

/* Marges */
.m0 { margin:0 !important; }
.mb0 { margin-bottom:0 !important; }
.mt0 { margin-top: 0 !important; }
.mr0 { margin-right: 0 !important; }
.ml0 { margin-left: 0 !important; }

.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb150 { margin-bottom: 150px !important }


.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt150 { margin-top: 150px !important }

.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr70 { margin-right: 70px !important; }
.mr80 { margin-right: 80px !important; }

.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml70 { margin-left: 70px !important; }
.ml80 { margin-left: 80px !important; }

/* Padding */
.p0 { padding: 0 !important; }
.pb0 { padding-bottom: 0 !important; }
.pt0 { padding-top: 0 !important; }
.pr0 { padding-right: 0 !important; }
.pl0 { padding-left: 0 !important; }

.pt5 { padding-top:5px !important; }
.pb5 { padding-bottom:5px !important; }
.pr5 { padding-right:5px !important; }
.pl5 { padding-left:5px !important; }

.py5 {padding-left:5px !important; padding-right:5px !important;}
.py10 {padding-left:10px !important; padding-right:10px !important;}
.py15 {padding-left:15px !important; padding-right:15px !important;}
.py20 {padding-left:20px !important; padding-right:20px !important;}

.pb10 { padding-bottom:10px !important; }
.pb20 { padding-bottom:20px !important; }
.pb30 { padding-bottom:30px !important; }
.pb50 { padding-bottom:50px !important; }
.pb150 { padding-bottom:150px !important; }

.pt20 { padding-top:20px !important; }
.pt30 { padding-top:30px !important; }
.pt50 { padding-top:50px !important; }

/* Texte */
.montserrat {
    font-family: "Montserrat",sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

.fs-small {
    font-size:80% !important;
}

.fs-large {
    font-size:120% !important;  
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.color-on-dark {
    color:#fff !important;   
}

.color-on-img {
    color:#e2e3e4 !important
}

/* Positionement */
.relative {
    position: relative;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.pull-center {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both;
    text-align:center;
}


/* TOP MENU
================================================== */
.topbar {
    padding:8px 0;
    background-color: #252525;
    color: #d2d6da;
}

.top-menu { 
    margin:0 -10px;
    padding:0;
    list-style: none;
}

.top-menu > li {
    padding: 0 10px; 
    display:inline-block;
}

@media (max-width: 768px) {
.top-menu > li {
    padding: 0 10px; 
    display:inline-block;
    font-size:12px;
    text-align:center;
}
}

.top-menu > li > a { 
    color:inherit; 
    font-size:13px;
    -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
}

.top-menu > li > a:hover,
.top-menu > li > a:focus,
.top-menu > li > a:active {
    color:#7dab00;
    -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
}

.top-menu li .fa { margin-right:5px; }


/* HEADER
================================================== */
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-right {
    /*float: right !important;
    margin-right: -15px;*/
    padding-top: 22px;
}

.navbar-default .navbar-nav > li > a {
    color: #252525;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #7dab00;
}

.navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
}

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.active > a:hover {
    background-color: #7dab00;
    color: #fff;
    border-radius:5px;
}

.navbar-right .dropdown-menu {
    right: 0;
    left:0;
}




@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}


.dropdown-menu {
    background-clip: padding-box;
    color:#7dab00;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 225px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.dropdown-menu > li > a {
    clear: both;
    color: #252525;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #7dab00;
    color: #fff;
    text-decoration: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #337ab7;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    text-decoration: none;
}

.dropdown-header {
    color: #fff;
    background:#7dab00;
    display: block;
    font-size: 14px;
    font-weight:bold;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.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:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.logoMobile {
    margin-left:20px;
}

/* SLIDER
================================================== */
/* Carousel base */
.carousel {
  /*height: 475px;*/
  margin-bottom: 60px;
}

/* Fix hauteur */
.h-wrapper {
    position: absolute;
    left:0;
    right:0;
    top:0;
    /*z-index:99999;*/
}

.push-top {
    margin-top:130px;
}


.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    height: auto;
    /*max-height: 475px;*/
    max-width: 100%;
    width:100%;
}

/* POPUP MODAL 
================================================== */
.popup-modal
{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background:#000;
	background:rgba(0,0,0,0.6);
	z-index:9000;
}
.popup-modal .popup-content
{
	position:fixed;
	top:50%;
	left:50%;
	max-height:90%;
	text-align:center;
	transform: translate(-50%, -50%);
	padding:20px;
	border:solid #fff 5px;
	width:60%;
	max-width:90%;
	overflow: auto;
	background-color:#fff;
	text-align:center;
	color:#575757;
	-moz-box-shadow: 0px 0px 5px 0px #000000;
	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	-o-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=5);
}
.popup-modal .popup-content .popup-close
{
	position:absolute;
	top:0px;
	right:0px;
}

.popup-modal50
{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background:#000;
	background:rgba(0,0,0,0.6);
	z-index:1000;
}
.popup-modal50 .popup-content50
{
	position:fixed;
	top:50%;
	left:50%;
	max-height:90%;
	text-align:center;
	transform: translate(-50%, -50%);
	padding:20px;
	border:solid #fff 5px;
	width:30%;
	max-width:90%;
	overflow: auto;
	background-color:#fff;
	text-align:center;
	color:#575757;
	-moz-box-shadow: 0px 0px 5px 0px #000000;
	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	-o-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=5);
}
.popup-modal50 .popup-content50 .popup-close50
{
	position:absolute;
	top:0px;
	right:0px;
}

.close {
    opacity: 0.5;
}



/* SECTIONS
================================================== */
/*.section {
    padding: 50px 0;
}*/

.section-bg {
    margin: 40px 0;9
    padding: 50px 0;
    position: relative;
}

.section-dark {
    background-color: #7dab00;
}

.section-caption {
    left: 0;
    position: absolute;
    top: 0;
    /*transform: translateY(-50%);*/
    width: 100%;
}

/* Bandes Accueil */
.bgBandeAccueil {
    background-image: url("/images/accueil/bg1.jpg");
    background-position:center !important;
}

.bg-img {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-overlay {
    background: #424252 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}


/* Ligne sous titres */
.br-bottom::after {
    border-top: 2px solid #7dab00;
    content: "";
    display: block;
    height: 1px;
    margin: 6px 0 10px;
    width: 35px;
}
.br-bottom-center::after {
    border-top: 2px solid #7dab00;
    content: "";
    display: block;
    height: 1px;
    margin: 8px auto 10px;
    width: 35px;
}
.br-bottom-center.large::after {
    border-top: 5px solid #7dab00;
    width: 50px;
}

/* FIXE Scrolling Bootstrap Row horizontal */
.row.col-p0 {
    margin-left: 0;
    margin-right: 0;
}

.row.col-p0 [class*="col-"] {
    padding: 0;
}

/* Titres */
.title-small {
    color: #556;
    font-family: "Montserrat",sans-serif;
    font-size: 17px;
    margin: 0 0 15px;
}

.title-smalls5 {
    color: #556;
    font-family: "Montserrat",sans-serif;
    font-size: 17px;
    margin: 0 0 15px;
    text-align:center;
}

.title-small-Vendeur {
    color: #7dab00;
    font-family: "Montserrat",sans-serif;
    font-size: 17px;
    margin: 0 0 15px 15px;
}

.title-small-VendeurChoix {
    color: #7dab00;
    font-family: "Montserrat",sans-serif;
    font-size: 17px;
    margin: 0 0 15px 0;
}


.title-small-Avis {
    color: #7dab00;
    font-family: "Montserrat",sans-serif;
    font-size: 17px;
}

.title-small-a {
    font-size: 16px;
}

.title-large {
    color: #556;
    font-family: "Montserrat",sans-serif;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 0 0 40px;
}


@media (max-width: 990px) {
.title-large {
    color: #556;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 0 0 40px;
}
}



.title-large .title-larger {
    font-size: 32px;
    line-height: 36px;
}

.title-medium {
    color: #556;
    font-family: "Montserrat",sans-serif;
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0 0 20px;
}

.title-mediumProduits {
    color: #556;
    font-family: "Montserrat",sans-serif;
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0 0 20px 20px;
}

@media (max-width: 568px) {
.title-medium {
    font-size: 16px;
}
.title-mediumProduits {
    font-size: 16px;
}
} 

.title-medium.small {
    font-size: 19px;
}

.title-uppercased {
    color: #58585c;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.title-uppercased.small {
    font-size: 16px;
}

.title-shadow-a {
    text-shadow: 2px 2px 6px rgba(10, 10, 15, 0.2);
}

.title-shadow-b {
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}

/* 3 BOITES ACCUEIL
================================================== */
.shadow-cercle {
    box-shadow:2px 2px 8px rgba(10,10,10,0.4);
}    

.box-services-accueil .fa-style3 {
    background-color: #7dab00;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    height: 60px;
    margin-top: 10px;
    padding-top: 15px;
    transition: all 0.3s ease-out 0s;
    width: 60px;
}

.box-services-accueil {
    text-align: center;
}
.box-services-accueil .fa {
    margin-bottom: 15px;
}

.br-box {
    border-right: 1px solid #99a2a2;
}

.br-box.last {
    border-right: medium none;
}

.section-darkLongue {
    background-color: #303236;
}

/* FORMULAIRES // LOG IN
================================================== */
.form-control {
    background-color: #e8e8e8;
    border: medium none;
    border-radius: 2px;
    box-shadow: none;
    height: 40px;
    font-size:14px;
    font-weight:normal;
}
.form-control:focus {
    background-color: #ebebeb;
    border: medium none;
    box-shadow: none;
    outline: 0 none;
}
.form select.form-control {
    background-color: #e8e8e8;
    border: medium none;
    border-radius: 2px;
    color: #556;
    margin-top: 5px;
    padding: 5px;
}

.form-group { 
	position:relative;
}

.form-icon:after {
	content:"\f140";
	font-family:"FontAwesome";
	font-size:15px;
	position:absolute;
	right:14px;
	top:7px;
	color:#99a;
}

.form-icon.icon-user:after { content:"\f007"; }
.form-icon.icon-email:after { content:"\f0e0"; }
.form-icon.icon-message:after { content:"\f039"; }
.form-icon.icon-lock:after { content:"\f023"; }


.form-iconZ:after {
	content:"\f140";
	font-family:"FontAwesome";
	font-size:15px;
	position:absolute;
	right:14px;
	top:35px;
	color:#99a;
}

.form-iconZ.icon-user:after { content:"\f007"; }
.form-iconZ.icon-email:after { content:"\f0e0"; }
.form-iconZ.icon-message:after { content:"\f039"; }
.form-iconZ.icon-lock:after { content:"\f023"; }

.form-remember {
	display:inline-block;
    margin-top: 15px;
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    margin-left: 10px;
    max-width: 100%;
}


/* FOOTER
================================================== */
.footer-wrapper {
    background-color: #303236;
    color: #d8dade;
    position:relative;
    padding:60px 0 40px;
}

.footer-widget {
    margin-bottom:50px;
}

.footer-widgetAdresse {
    float:right;
    margin-bottom:50px;
}


@media (min-width: 326px) and (max-width: 568px) {
.footer-widgetAdresse 
{
    float:left;
    margin-bottom:50px;
    background:red;
}
}

@media (max-width: 320px) {
.footer-widgetAdresse 
{
    float:left;
    margin-bottom:50px;
}
}

.footer-widgetCentre {
    /*text-align:center;*/
    margin-bottom:50px;
}


/* Footer titre */
.footer-title {
    font-family:"Montserrat",sans-serif;
    font-size: 16px;
    margin-bottom:30px;
    color: #d8dade;
    letter-spacing: 1px;
}
	
.footer-title:after {
    content:"";
    display:block;
    height:1px;
    width:22px;
    border-top:2px solid #7dab00;
    margin:5px 0 0;
}

/* Adresse */
.footer-wrapper .sidebar-adresse .fa {
    color:#c2c6ca;
    display: block;
    float: left;
    font-size:19px;
    padding-top: 8px;
}

.footer-wrapper .sidebar-adresse2 .fa {
    color:#c2c6ca;
    display: block;
    float: left;
    font-size:19px;
    padding-top: 4px;
}

.footer-wrapper .adresse-content {
    margin-left:35px;
}

@media (min-width: 326px) and (max-width: 568px) {
.footer-wrapper .adresse-content {
    margin-left:0;
}
}

@media (max-width: 320px) {
.footer-widgetAdresse 
{
    float:left;
    margin-bottom:0;
}
}

.footer-wrapper .adresse-content a {
    color:#c2c6ca;
}

.footer-wrapper .adresse-content a:hover {
    color:#7dab00;
}

/* Footer Menu */
.footer-links {
    margin:0;
    padding:0;
}

.footer-links > li {
    margin:0 20px 15px 0;
    display:inline-block;
    list-style:none;
}

.footer-links > li > a {
    color:#d8dade;
    -webkit-transition:all 0.6s ease-out; transition:all 0.6s ease-out;
}

.footer-links > li > a:hover,
.footer-links > li > a:focus,
.footer-links > li > a:active {
	color: #7dab00;
	-webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out;
}

/* Copyright */
.copyright {
	font-size:13px;
	color:#d4d8db;
	font-style: italic;
	margin-bottom:0;
	padding-top:8px;
}

@media (max-width: 568px) {
.copyright {
	font-size:11px;
	text-align:center;
}
} 

.copyright a {
    color:#c2c6ca;
}

.copyright a:hover {
    color:#7dab00;
}

/* Map Background Footer */
#map {
    background-image:url("/images/accueil/map.png");
    display:block;
    height:220px;
    text-indent:-9999px;
    width:265px;
}


@media (max-width: 768px) {
#map {
    background-image:url("/images/accueil/mapsm.png");
    display:block;
    height:165px;
    text-indent:-9999px;
    width:200px;
}
}


/* PRODUITS
================================================== */
.gallery {
    display: inline-block;
    margin-top: 20px;
}
.thumbnail
{
	height:120px;
}
.thumbnail a > img, .thumbnail > img {
    margin-left: auto;
    margin-right: auto;
    max-height: 110px;
    
   /* max-width: 100px;*/
    width:auto !important;
    position: relative;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color:#7dab00;
}

/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  
   .sidebar-nav .navbar li .active {
    clear: both;
    color: #fff;
    background-color:#b9d07a;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
  }
  
  
  .activeSerie {
    clear: both;
    color: #fff;
    background-color:#b9d07a;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
  }
  
  
  /*.sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }*/
  
    .sidebar-nav .dropdown-header {
        background: #7dab00 none repeat scroll 0 0;
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.42857;
        /*padding: 3px 20px;*/
        margin-top: -10px;
        white-space: nowrap;
    }

    .sidebar-nav .dropdown-header2 {
        background: #7dab00 none repeat scroll 0 0;
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.42857;
        padding: 3px 20px;
        white-space: nowrap;
    }  
}

.faFolder {
    display: inline-block;
    font: 24px/1 FontAwesome;
    padding-right: 10px;
    text-rendering: auto;
    transform: translate(0px, 0px);
}


.faPdf {
    display: inline-block;
    font: 24px/1 FontAwesome;
    text-rendering: auto;
    transform: translate(0px, 0px);
}


.faPdfDocu {
    color: #7dab00;
    display: inline-block;
    font: 24px/1 FontAwesome;
    padding-right: 10px;
    text-rendering: auto;
    transform: translate(0px, 0px);
}

.faPdfDownload {
    display: inline-block;
    font: 18px/1 FontAwesome;
    text-rendering: auto;
    transform: translate(0px, 0px);
}

.faDownload {
    display: inline-block;
    font: 24px/1 FontAwesome;
    text-rendering: auto;
    transform: translate(0px, 0px);
    padding-left:50px;
    float:right;
}

.faTube {
    display: inline-block;
    font: 24px/1 FontAwesome;
    text-rendering: auto;
    transform: translate(0px, 0px);
}

.navbar-toggle {
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}

.navbar-static-top {
  margin-bottom: 19px;
}

.jumbotron {
    background-color: #7dab00;
    color: inherit;
    margin-bottom:0;
    padding:0;
}
.hp-table
{
}
.hp-table td
{
	padding:5px !important;
	border:solid 1px #fff !important;
	text-align:center;
	vertical-align:middle !important;
}
.hp-table td:first-child
{
	text-align:left;
}
.hp-table thead td
{
	background-color:#58595b;
	color:#fff;
	font-size:12px;
	
}

.hp-table thead tr:first-child td
{
	background-color:#000;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	text-transform:uppercase;
}
.hp-table .sep td
{
	background-color:#72bf44;
	padding:0px !important;
	height:5px;
}
.hp-table tbody td
{
	background-color:#a7a9ac;
	color:#000;
}
.hp-table tbody tr:nth-child(2n+2) td
{
	background-color:#d1d3d4;
}
/* ADMINISTRATION
================================================== */

.notice-box {
    background: #7dab00 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
    margin: 0 0 20px;
    min-height: 250px;
    padding: 30px 20px;
    text-align: center;
}

.notice-box:hover {
    background: #252525 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
    margin: 0 0 20px;
    min-height: 250px;
    padding: 30px 20px;
    text-align: center;
}

.notice-boxAdmin {
    background: #014576 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
    margin: 0 0 20px;
    min-height: 250px;
    padding: 30px 20px;
    text-align: center;
}

.notice-boxAdmin:hover {
    background: #252525 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
    margin: 0 0 20px;
    min-height: 250px;
    padding: 30px 20px;
    text-align: center;
}


.title-dashboard {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    margin: 0 0 20px;
}

.faVendeurs,
.faNouvelles,
.faConcessionnaires,
.faCommandes,
.faReclamations,
.faCodes,
.faCalendar,
.faPencil,
.fa-envelope-o  {
    display: inline-block;
    font: 48px/1 FontAwesome;
    text-rendering: auto;
    transform: translate(0px, 0px);
    color:#fff;
}

.gestion {
    color:#fff;
    margin-top:15px;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
}

.faGestion {
    display: inline-block;
    font: 24px/1 FontAwesome;
    text-rendering: auto;
    transform: translate(5px, 3px);
    color:#fff;
}

.footer-Admin {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #303236;
  color: #d8dade;
}


/* TABLES ADMINISTRATION
================================================== */
/* -- Concessionnaires -- */
table.concessionnaire {
    width: 100%;
}

table.concessionnaire {
    border-collapse: separate;
    border-spacing: 2px;
}

table.concessionnaire th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.concessionnaire th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.concessionnaire th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.concessionnaire td {
    border-color: #ddd;
}


table.concessionnaire td:nth-child(1) {
    text-align:left;
}

table.concessionnaire th:nth-child(5) {
    width: 20%;
}


.checkConcessionnaire {
    padding-right:10px;
}

/* -- Modifier Concessionnaires -- */
table.modifier {
    width: 100%;
}

table.modifier {
    border-collapse: separate;
    border-spacing: 2px;
}

table.modifier th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.modifier th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.modifier th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.modifier td {
    border-color: #ddd;
}


table.modifier td:nth-child(1) {
    text-align:left;
    width: 20%;
    padding-left:2%;
}


/* -- Inventaire -- */
table.inventaire {
    width: 100%;
}

table.inventaire {
    border-collapse: separate;
    border-spacing: 2px;
    font-size: 14px;
}

table.inventaire th, td {
    border-width: 1px;
    padding: 0 !important;
    position: relative;
    text-align: center;
}

table.inventaire th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.inventaire th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.inventaire td {
    border-color: #ddd;
}


/*table.inventaire td:nth-child(1) {
    text-align:left;
}

table.inventaire th:nth-child(5) {
    width: 20%;
}*/


.checkConcessionnaire {
    padding-right:10px;
}
.btnInventrory {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.popup-gallery
{

}
.popup-gallery:after
{
	content:"";
	display:block;
	clear:both;
}
.popup-gallery>div
{
	padding-top:15px;
	padding-bottom:15px;
}
.popup-gallery .img
{
	margin-bottom:10px;
	height:175px;
}
.popup-gallery .img img
{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height:175px;
	max-width:100%;
}
/* -- Historique -- */
table.history {
    width: 100%;
}

table.history {
    border-collapse: separate;
    border-spacing: 2px;
}

table.history th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.history th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.history th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.history td {
    border-color: #ddd;
}




/* -- Commandes -- */
table.commande {
    width: 100%;
}

table.commande {
    border-collapse: separate;
    border-spacing: 2px;
}

table.commande th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.commande th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.commande th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.commande td {
    border-color: #ddd;
}

table.commande  td:nth-child(1) {
    text-align: center;
}

table.commande  td:nth-child(4) {
    text-align: center;
}

table.commande  td:nth-child(5) {
    text-align: center;
}

table.commande  td:nth-child(6) {
    text-align: center;
}

/* -- Messages Membre -- */
.message-membre
{
	
}

/* -- Commandes Membre -- */
table.commandeMembre {
    width: 100%;
}

table.commandeMembre {
    border-collapse: separate;
    border-spacing: 2px;
}

table.commandeMembre th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.commandeMembre th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.commandeMembre th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.commandeMembre td {
    border-color: #ddd;
}

table.commandeMembre  td:nth-child(1) {
    text-align: center;
}

table.commandeMembre  td:nth-child(2) {
    text-align: center;
}


table.commandeMembre  td:nth-child(3) {
    text-align: right;
}

table.commandeMembre  td:nth-child(4) {
    text-align: center;
}

table.commandeMembre  td:nth-child(5) {
    text-align: center;
}

table.commandeMembre  td:nth-child(6) {
    text-align: center;
}



/* -- Rapport -- */

table.rapport {
    width: 100%;
}

table.rapport {
    border-collapse: separate;
    border-spacing: 2px;
}

table.rapport th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.rapport th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.rapport th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.rapport td {
    border-color: #ddd;
    text-align:center;
}


/* -- Documentation -- */
table.docu {
    width: 100%;
}

table.docu {
    border-collapse: separate;
    border-spacing: 2px;
}

table.docu th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.docu th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.docu th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.docu td {
    border-color: #ddd;
}

table.docu td:nth-child(3) {
    text-align:center;
}

table.docu td:nth-child(4) {
    text-align:center;
}

table.docu td:nth-child(5) {
    text-align:center;
}



/* -- vendeurs -- */
table.vendeurs {
    /*table-layout: fixed;*/
    width: 100%;
}

table.vendeurs {
    border-collapse: separate;
    border-spacing: 2px;
}

table.vendeurs th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.vendeurs th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.vendeurs th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.vendeurs td {
    border-color: #ddd;
}

table.vendeurs th:nth-child(5) {
    width: 20%;
}


/* -- Codes -- */
table.codes {
    width: 100%;
}

table.codes {
    border-collapse: separate;
    border-spacing: 2px;
}

table.codes th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.codes th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.codes th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.codes td {
    border-color: #ddd;
}

table.codes td:nth-child(1) {
    text-align:center;
}

table.codes td:nth-child(2) {
    text-align:left;
}

table.codes td:nth-child(3) {
    text-align:left;
}

table.codes th:nth-child(4) {
    width: 20%;
}


/* -- Claims -- */
table.claims {
    /*table-layout: fixed;*/
    width: 100%;
}

table.claims {
    border-collapse: separate;
    border-spacing: 2px;
}

table.claims th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.claims th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.claims th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.claims td {
    border-color: #ddd;
}

table.claims  td:nth-child(7) {
    text-align: center;
}



/* -- Enregistrement -- */
table.enregistrement {
    width: 100%;
}

table.enregistrement {
    border-collapse: separate;
    border-spacing: 2px;
}

table.enregistrement th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.enregistrement th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.enregistrement th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.enregistrement td {
    border-color: #ddd;
}

table.enregistrement td:nth-child(5) {
    text-align: center;
}

table.enregistrement td:nth-child(6) {
    text-align: center;
}

table.enregistrement td:nth-child(7) {
    text-align: center;
}


/* -- Avis -- */
table.avis {
    width: 100%;
}

table.avis {
    border-collapse: separate;
    border-spacing: 2px;
}

table.avis th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.avis th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.avis th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.avis td {
    border-color: #ddd;
}


/* -- Cart -- */
table.cart {
    width: 100%;
}

table.cart  {
    border-collapse: separate;
    border-spacing: 2px;
}

table.cart  th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.cart  th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.cart  th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.cart  td {
    border-color: #ddd;
}

table.cart  td:nth-child(1) {
    text-align: center;
}

table.cart  td:nth-child(3) {
    text-align: right;
}

table.cart td:nth-child(4) {
    text-align: center;
}

table.cart  td:nth-child(5) {
    text-align: right;
}


/* -- Soustotal -- */
table.sous {
    width: 100%;
}

table.sous  {
    border-collapse: separate;
    border-spacing: 2px;
}

table.sous  th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.sous  th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.sous  th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.sous  td {
    border-color: #ddd;
}

table.sous td:nth-child(2) {
    text-align: right;
    width: 65%;
}


/* -- Details -- */

.detailsTopTout{
    border:none;
}

table.detailsTop {
    display:inline-block;
}

table.detailsTop th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.detailsTop  th, td {
    border-radius: 0;
    border-style: solid;
}

table.detailsTop  th {
    background: none repeat scroll 0 0 #eee;
    border-color: #fff;
}

table.detailsTop  td {
    border-color: #fff;
}


table.detailsTop2 {
    float:right;
    display:inline-block;
}

table.detailsTop2 th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.detailsTop2  th, td {
    border-radius: 0;
    border-style: solid;
}

table.detailsTop2  th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.detailsTop2  td {
    border-color: #ddd;
}


table.detailsCompany {
    width: 100%;
}

table.detailsCompany th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.detailsCompany  th, td {
    border-radius: 0;
    border-style: solid;
}

table.detailsCompany  th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.detailsCompany  td {
    border-color: #ddd;
}


table.details {
    width: 100%;
}

table.details th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.details  th, td {
    border-radius: 0;
    border-style: solid;
}

table.details  th {
    /*background: none repeat scroll 0 0 #eee;*/
    border-color: #bbb;
}

table.details  td {
    border-color: #ddd;
}



table.detailsJob {
    width: 100%;
}

table.detailsJob th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.detailsJob  th, td {
    border-radius: 0;
    border-style: solid;
}

table.detailsJob  th {
    /*background: none repeat scroll 0 0 #eee;*/
    border-color: #bbb;
}

table.detailsJob  td {
    border-color: #ddd;
}



table.detailsTracteur {
    width: 100%;
}

table.detailsTracteur th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.detailsTracteur  th, td {
    border-radius: 0;
    border-style: solid;
}

table.detailsTracteur  th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.detailsTracteur  td {
    border-color: #ddd;
}


table.detailsCodes {
    width: 100%;
}

table.detailsCodes th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.detailsCodes  th, td {
    border-radius: 0;
    border-style: solid;
}

table.detailsCodes  th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.detailsCodes  td {
    border-color: #ddd;
}


table.detailsAutres {
    width: 100%;
}

table.detailsAutres th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: center;
}

table.detailsAutres  th, td {
    border-radius: 0;
    border-style: solid;
}

table.detailsAutres  th {
    background: none repeat scroll 0 0 #eee;
    border-color: #bbb;
}

table.detailsAutres  td {
    border-color: #ddd;
}


.fondTitreDetails {
    background-color:#252525;
    color:#fff;
    text-align: center !Important;
}

.fondTitreDetails2 {
    background-color:#555;
    color:#fff;
    text-align: center !Important;
}

textarea {
    overflow: auto;
    width: 100%;
}

/* CONTACT
================================================== */
.contact-wrapper {
    padding:0;
}

.contact-widget {
    margin-bottom:50px;
}

.contact-widgetAdresse {
    margin-bottom:50px;
}

@media (min-width: 326px) and (max-width: 568px) {
.contact-widgetAdresse 
{
    margin-bottom:50px;
}
}

@media (max-width: 320px) {
.contact-widgetAdresse 
{
    float:left;
    margin-bottom:0;
}
}

.contact-widgetCentre {
    /*text-align:center;*/
    margin-bottom:50px;
}

/* Adresse */
.contact-wrapper .sidebar-adresse .fa {
    color:#c2c6ca;
    display: block;
    float: left;
    font-size:19px;
    padding-top: 8px;
}

.contact-wrapper .sidebar-adresse2 .fa {
    color:#c2c6ca;
    display: block;
    float: left;
    font-size:19px;
    padding-top: 4px;
}

.contact-wrapper .adresse-content {
    margin-left:35px;
}

@media (min-width: 326px) and (max-width: 568px) {
.contact-wrapper .adresse-content {
    margin-left:0;
}
}

.contact-wrapper .adresse-content a {
    color:#7dab00;
}

.contact-wrapper .adresse-content a:hover {
    color:#c2c6ca;
}

.contact-title h3 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
    margin-bottom:0;
}

.adresse-content {
    margin-left:35px;
}

.adresse-contentPrint {
    margin-left:0;
}


/* SEARCH
================================================== */
input.search-query {
    padding-left:36px;
}

.form-search {
    position: relative;
}

.form-search:before {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    left: 25px;
    opacity: 0.5;
    position: relative;
    top: 5px;
    z-index: 99;
}

.input-group .form-control {
    /*float: none;*/
    height: 35px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    border-width: 1px;
    border-radius: 0.25em;
    border-style: solid;
    border-color: #bbb;
}

.btn-search {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
    margin-left: 2px;
}


.sousMenu {
    padding-left:25px;
}

.dropdown-menu .dividerLast {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px;
    overflow: hidden;
}

.lastDropdown {
    padding-bottom:8px;
}

.firstDropdown {
    padding-top:8px;
}

.firstDropdownAdmin {
    padding-bottom: 8px;
    padding-top: 8px;
}

.faDropdown {
    color: #7dab00;
    display: inline-block;
    font: 18px/1 FontAwesome;
    padding-left: 5px;
    text-rendering: auto;
    transform: translate(5px, 2px);
}

/*** pagination ***/

.pagination>li>a {
    background: none repeat scroll 0 0 #F7F7F7;
    color: #111111;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background: none repeat scroll 0 0 #fcc813 ;
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	background: none repeat scroll 0 0 #7dab00 ;
	border-color:#7dab00 ;
	color:#fff;


}

.pagination>li>span {
    background: none repeat scroll 0 0 #F7F7F7;
    color: #111111;
}

.pagination>li>span:hover {
    background: none repeat scroll 0 0 #F7F7F7;
    color: #111111;
}



.navigationProduits {
	float:right;
	margin-right:10px;
	font-size:12px;
	font-weight:bold;

}

.navProduits{
	color: #fff;
	font-weight: bold;
	text-align: center;
    background: none repeat scroll 0 0 #F7F7F7;
    color: #111111;
	display: inline-block;
	padding: 0 5px;
	border:1px solid #ddd;
}


.navProduits:hover {
	background: none repeat scroll 0 0 #7dab00 ;
	border-color:#7dab00 ;
	color:#fff;
}


.navProduitsActive {
	color: #eeeeee;
	font-weight: bold;
	text-align: center;
	display: inline-block;
    padding:0 5px;
}


.navProduits[disabled=disabled] {
	color: #ddd;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	background: #b8b8b8;
	display: inline-block;
    padding:0 5px;
	border-color:#ddd ;
}


.navTitre{
    color: #667;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 26px;
}

.faProduits {
    display: inline-block;
    font: 28px/1 FontAwesome;
    text-rendering: auto;
    transform: translate(10px, 5px);
    padding-right:5px;
}


p.bg-warning {
    font-size: 14px;
    padding: 15px;

} 

h2.title-small {
    color: #556;
    font-family: "Montserrat",sans-serif;
    font-size: 17px;
    margin: 0 0 15px;
    line-height:17px;
    margin:0;
}

/* Tabs */

.tab-content {
    padding:20px 5px;
}

.tab-content.vertical {
    padding:5px 5px 20px 20px;
}

.nav-tabs {
    border:none;
}
.nav-tabs-title {
    border-bottom:solid #555557 2px;
    padding:6px 20px;
    font-weight:bold;
    font-size:18px;
    text-transform:uppercase;
}
li + .nav-tabs-title 
{
	margin-top:10px;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	border: none;
	border-radius: 0;
	font-family:"Montserrat",sans-serif;
	font-size:12px;
	color:#606063;
	border-top:2px solid #555557;
	background-color:transparent;
	padding:12px 20px;
	margin-right:0;
}

.nav-tabs > li > a .fa {
    margin-right:10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #7dab00;
	border:none;
	border-top:2px solid #555557;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	color: #7dab00;
	background-color: transparent;
	border: none;
	border-top:2px solid #555557;
}

/* nav-tabs vertical */
.nav-tabs.vertical > li {
	float:none;
	margin-bottom:0;
}

.nav-tabs.vertical > li > a {
	border-radius:0;
	border-top:none;
	border-left:2px solid #555557;
}

.nav-tabs.vertical > li.active > a,
.nav-tabs.vertical > li.active > a:hover,
.nav-tabs.vertical > li.active > a:focus {
	border-top:none;
	border-left:2px solid #555557;
}

@media (max-width:767px) {
.tab-content.vertical { padding:20px 5 }
.nav-tabs > li {
	float:none;
	margin-bottom:0;
}

.nav-tabs > li > a {
	border-radius:0;
	border-top:none;
	border-left:2px solid #555557;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-top:none;
	border-left:2px solid #555557;
}
}

.clear {
  clear: both;
}

.noteCart {
    float:left;
}


hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #7dab00 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.dateNouvelles {
    float:left; 
}

.dateNouvellesAdmin {
    text-align:center; 
}

.textes {
    text-align:left;
    
}


/* PopUp Produits
====================================*/
.close:link,.close:visited {
  position:relative;
  padding:0;
  font:bold large/1 arial, sans-serif; text-align:center; text-decoration:none;
  background:#000; border:3px solid #fff; color:#fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 1px 1px #3a3a3a;
  -webkit-box-shadow: 0 0 1px 1px #3a3a3a;
  box-shadow: 0 0 1px 1px #3a3a3a;
}

.close:before {
	content:"X"
}

.close:hover, .close:active, .close:focus {
	box-shadow:0 0 1px 1px #c00;
	background:#c00;
	color:#fff
}

.close span {
	text-indent:-200em;
	display:block;
}


table.inventoryInfo {
    clear: both;
    width: 100%;
    margin-bottom:10px;
}
table.inventoryInfo th {
    font-weight: bold;
    text-align: center;
    padding: 1em;
}

/*table.inventoryInfo th:nth-child(1) {
    width: 16%;
}
table.inventoryInfo th:nth-child(2) {
    width: 17%;
}
table.inventoryInfo th:nth-child(3) {
    width: 16%;
}
table.inventoryInfo th:nth-child(4) {
    width: 17%;
}
table.inventoryInfo th:nth-child(5) {
    width: 17%;
}
table.inventoryInfo th:nth-child(6) {
    width: 17%;
}

table.inventoryInfo td:nth-child(1) {
    text-align:center;
    width: 15%;
}
table.inventoryInfo td:nth-child(2) {
    text-align:center;
    width: 15%;
}
table.inventoryInfo td:nth-child(3) {
    text-align:center;
    width: 40%;
}
table.inventoryInfo td:nth-child(4) {
    text-align:center;
    width: 15%;
}
table.inventoryInfo td:nth-child(5) {
    text-align: center;
    width: 15%;
}
table.inventoryInfo td:nth-child(6) {
    text-align: right;
    width: 17%;
}*/

table.inventoryFiche {
    clear: both;
    margin-bottom: 0;
    width: 100%;
}

table.inventoryInfo {
    clear: both;
    margin-bottom: 10px;
    width: 100%;
}

table.balance {
    float: right;
    width: 41%;
}

table.balance::after {
    clear: both;
    content: "";
    display: table;
}

.bg-successProduits {
    background-color: #dff0d8;
    padding:20px;
}

.bg-successMontant {
    background-color: #dff0d8;
    padding:20px;
    text-align:center;
    font-weight:600;
    font-size:18px;
}

.bg-detailMontant {
    background-color: #fff;
    padding:10px;
    text-align:center;
    font-weight:500;
    font-size:16px;
}

.successMontant {
    text-align:center;
    font-weight:600;
    font-size:16px;
}

.montantAdmin {
    text-align:center;
    font-weight:500;
    font-size:14px;
}

/* Documentation
====================================*/

table.documentation {
    width: 100%;
    text-align:left;
    border-spacing: 5px;
}

table.documentation th a {
    color:#fff
}

table.documentation th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: left;
    padding-left:25px;
}

table.documentation  th, td {
    border-radius: 0.25em;
    border-style: solid;
}

table.documentation  th {
    background: none repeat scroll 0 0 #014576;
    border-color: #fff;
}

table.documentation  th:hover {
    background: none repeat scroll 0 0 #7dab00;
    border-color: #fff;
    cursor:pointer;
}

table.documentation  td {
    border-color: #fff;
}

table.documentation th:nth-child(1) {
    width: 30%;
}
table.documentation th:nth-child(2) {
    width: 17%;
}

table.documentation td:nth-child(1) {
    text-align:left;
}
table.documentation td:nth-child(2) {
    border-color: #bbb;
    text-align:center;
    width: 15%;
}


table.documentationDown {
    width: 100%;
    text-align:left;
}

table.documentationDown th, td {
    border-width: 1px;
    padding: 0.5em;
    position: relative;
    text-align: left;
    padding-left:25px;
}

table.documentationDown  th, td {
    border-radius: 0;
    border-style: solid;
}

table.documentationDown  th {
    background: none repeat scroll 0 0 #eee;
    border-color: #f5f5f5;
}

table.documentationDown  td {
    border-color: #f5f5f5;
    border-left: 1px solid #b5b5b5;
    padding-left: 45px;
}

table.documentationDown th:nth-child(1) {
    width: 60%;
}

table.documentationDown th:nth-child(2) {
    width: 30%;
}

table.documentationDown td:nth-child(1) {
    text-align:left;
}

table.documentationDown td:nth-child(2) {
    border-color: #f5f5f5;
    text-align:center;
    width: 30%;
}
.documentation-list .item-documentation .item-documentation .toggleSub
{
	background-color:#2573ab;
}
.documentation-list .item-documentation .item-documentation .toggleSub:hover
{
	background-color:#98c61c;
}
.documentation-list .item-documentation .item-documentation .item-documentation .toggleSub
{
	background-color:#64a3d1;
}
.documentation-list .item-documentation .item-documentation .item-documentation .toggleSub:hover
{
	background-color:#b1dc3c;
}
@media screen 
{
    .screen1
    {
        display:none;
    }
}

table {
    border-collapse: inherit;
}

.faFace {
    color: #fff;
    display: inline-block;
    font: 24px/24px FontAwesome;
    transform: translate(0px, 2px);
}
.table-code-list td
{
	padding:5px !important;
	line-height:1em;
}

.code-list
{
	
}

.code-list .list
{
padding-bottom:4px;
}
.code-list .add
{
	display:inline-block;
	margin:4px;
	margin-right:0px;
	margin-bottom:0px;
	float:left;
}
.code-list .add .btn
{
	padding:5px;
}
.code-list .list:after
{
	content:"";
	display:block;
	clear:both;
}
.code-list .list .item
{
	display:inline-block;
	line-height:1em;
	float:left;
	position:relative;
	cursor:default;
	margin:4px;
	margin-right:0px;
	margin-bottom:0px;
}
.code-list .list .item .desc
{
	display:none;
	border:solid gray 1px;
	position:absolute;
	z-index:2;
	padding:5px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	top:100%;
	margin-top:5px;
	left:5px;
	width:200px;
	background-color:#fff;
}
.code-list .list .item .desc:before
{
	content:"";
	display:block;	
	position:absolute;
	top:-12px;
	left:4px;
	width: 0;
	height: 0;
	z-index:2;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #fff;
}
.code-list .list .item .desc:after
{
	content:"";
	display:block;	
	position:absolute;
	top:-13px;
	left:4px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 12px solid gray;
}
.code-list .list .item .desc b
{
	display:block;
	margin-bottom:4px;
}
.code-list .list .item:hover .code
{
	background-color:#fff;
}
.code-list .list .item:hover .desc
{
	display:block;
}
.code-list .list .item .code
{
	border:solid #667 2px;
	padding:5px;
	font-weight:bold;
}
.code-list .list .item .code .btn-danger
{
	padding:4px;
	line-height:1em;
	margin-left:5px;
	font-size:10px;
	margin-top:-13px;
	margin-bottom:-10px;
	font-weight:bold;
}
.inventory-gallery
{
	z-index:1001;
}

.correction-calendrier td
{
	border:0px !important;
	
}
.correction-calendrier *
{
	line-height:1em !important;
}

.hauteurFix 
{
    height:180px;
}