/*tfoot {
    display: table-header-group;
}*/
/************************************************************************
* Fonts
************************************************************************/
.font-regular {
    font-family: Roboto;
    font-weight: 400;
}
.font-medium {
    font-family: Roboto;
    font-weight: 500;
}
.font-bold {
    font-family: Roboto;
    font-weight: 700;
}
/************************************************************************
* Default styles
************************************************************************/

body, table, table td, table th, input, select, button {
    font-family: "Roboto", Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
    text-align: left;
}
body {
    background-color: white;
    margin:0;
    padding: 0;
    font-size: 16px;
}
textarea {
    font-size: 90%;
}
a {
    /*color: #0074B4;*/
	color: #000;
    text-decoration: none;
}
img {
    border: 0;
}
ul, li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
table:not(.table) {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}
.clear{
    clear: both;
}
.glyphicon{
	/*font-size: 20px;*/
}
h2{
	color: #777;
}
hr {
	margin: 0;
	color: black;
	border-top: solid 1px black;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

@media (min-width: 992px) {
	.flex, .flex > div[class*='col-'] {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex:1 0 auto;
	}
	.flex .panel {
	   display: flex;
	   flex-direction:column;
	   align-content:stretch; 
	   flex:1 0 100%;
	}

	.flex .panel-body {
	   flex-grow:1;
	}
}

 .affix {
	top: 0;
	width: 100%;
}
.affix + .container-fluid {
	padding-top: 56px!important;
}

/*
@media (min-width: 768px) and (max-width: 979px) {
    body, table, table td, table th, input, select, button {
        font-size: 13px;
    }    
}

@media (max-width: 767px) {
    body, table, table td, table th, input, select, button {
        font-size: 14px;
    } 
}

@media (min-width: 1200px) {
    body, table, table td, table th, input, select, button {
        font-size: 16px;
    } 
}*/

/************************************************************************
* Text styles
************************************************************************/
.titre {
    font-size: 95%;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.right {
    text-align: right;
}
.error {
    color: red;
    font-weight: bold;
}
.message {
    color: #008800;
    font-weight: bold;
}

/****************************************************************************************************************** 
    le defaut de bootstrap modal-lg est de 900px de large, lorsqu'on tommbe en français 900px n'est pas assez 
******************************************************************************************************************/
/* Temporairement mis en commentaire pour voir si on peut avoir une autre solution. */
/*.modal-lg {
    width: 1000px;
}*/

#modal_fiche{
	background-color: #d1d3da;
}
#modal_fiche .td_nom{
	font-weight: bold;
	width: 220px;
}
#modal_fiche .td_valeur{
	color: #53587d;
	text-align: right;
}

#modal_fiche .table_promo th{
	color: #53587d;
	font-size: 11px;
	font-weight: bold;
}
#modal_fiche .table_promo th:first-child{
	font-size: 16px;
}
#modal_fiche .table_promo td{
	background-color: #eaeaea;
	border: #000 1px solid;
	font-weight: bold;
	padding: 3px;
}

.uppercase{
	text-transform: uppercase;
}

/************************************************************************
* Couleur arrière-plan
************************************************************************/
.bleupale{
	background-color: #ABD9F2;
}
.bleufonce{
	background-color: #0074B4;
}
.grisfonce{
	background-color: #797979;
	color: #FFF;
}
.vert{
	background-color: #008E23;
	color: white;
}

.bleu{
	/*background-color: #337AB7;
	color: white;*/
	border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.grischarcoal{
	color:#343741;
}
.bg-grischarcoal{
	background-color:#343741;
	color: white;
}
.grismoyen{
	color:#878A8F;
}
.grispale{
	color:#878A8F;
}
.bg-grispale{
	background-color:#f5f5f5;
}
.orange{
	color:#F09100;
}
.bg-orange{
	background-color:#F09100 !important;
	color: white;
}

.bleumaibec{
	color:#008EB3;
}
.bg-bleumaibec{
	background-color:#008EB3;
	color: white;
}

.panel-title{
	color:#343741;
}
/************************************************************************
* ALIGNEMENT
************************************************************************/
.textalignright{
	text-align: right;
}

/************************************************************************
* BOOTSTRAP OVERRIDE
************************************************************************/
.navbar-default{
	background-color: #fff;
	border: 0;
}
.navbar-default .navbar-nav > li > a{ 
	color: #343741;
}
.navbar-default .navbar-nav > li > a:hover{ 
	color: #008EB3;
}
.navbar{
	margin-bottom: 0;
}

/************************************************************************
* Editeur
************************************************************************/
.Editeur_Ligne {
    background-color: #d6d6d6;
}
.Editeur_Ligne td {
    padding: 3px;
}
.Editeur_Ligne a {
    color: #0074B4;
}
.Editeur_Ligne2 {
    background-color: #C3CCD9;
}
.Editeur_Ligne2 td {
    padding: 3px;
}
.Editeur_Titre {
    background-color: #96a934;
    color: #ffffff;
}
.Editeur_Titre td {
    padding: 3px;
}
.Editeur_Titre a {
    color: #FFFFFF;
}
.Editeur_Label {
    font-weight: bold;
}

/****************
editions visuels 
****************/
.align_all_center {
    text-align: center;
    margin:0 auto;
}
.align_text_center {
    text-align: center;
}
.align_center {
    margin:0 auto;
}
.align_all_left {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}
.align_text_left {
    text-align: left;
}
.align_left {
    margin-left: 0;
    margin-right: auto;
}
.align_all_right {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}
.align_text_right {
    text-align: right;
}
.align_right {
    margin-left: auto;
    margin-right: 0;
}


/************************************************************************
* Onglets
************************************************************************/
.ongletOff {
    background-color: #0074B4;
    color: #ffffff;
    font-size: 95%;
    font-weight: bold;
    width: 170px;
    height: 25px;
    text-align: center;
    border: 1px solid #2B4071;
}
.ongletOff a {
    color: #ffffff;
    text-decoration: none;
}
.ongletOn {
    background-color: #D3DCE9;
    color: #000000;
    font-size: 95%;
    font-weight: bold;
    width: 170px;
    height: 25px;
    text-align: center;
    border: 1px solid #2B4071;
}
.ongletOn a {
    color: #000000;
    text-decoration: none;
}
.ongletOff2 {
    background-color: #95A9C6;
    color: #000000;
    font-size: 95%;
    font-weight: bold;
    width: 170px;
    height: 25px;
    text-align: center;
    border: 1px solid #2B4071;
}
.ongletOff2 a {
    color: #000000;
    text-decoration: none;
}

/************************************************************************
* Champs
************************************************************************/
.form_input {
    color: red;
}
.form_textarea {
    color: green;
}
.form_select {
    color: blue;
}
.form_checkbox {
    color: orange;
}
.form_radio {
    color: grey;
}

/************************************************************************
* LISTE
************************************************************************/
ul.ul-striped > li:nth-child(2n+1){
	background-color: #F9F9F9;
}
ul.ul-striped > li:nth-child(2n){
	background-color: #e3e3e3;
}
ul.ul-medium > li{
	padding: 5px;
}
ul.ul-bordered > li{
	border: 1px solid #757575;
	border-width: 0 1px 1px 1px;
}
ul.ul-bordered > li:first-child{
	border: 1px solid #757575;
}
ul.ul-hover > li:hover{
	background-color: #EFF7DF;
}

li:nth-child(2n+1).info{
	background-color: #DFE8AE!important;
}
li:nth-child(2n).info{
	background-color: #F1F7CD!important;
}


/************************************************************************
* TABLEAU
************************************************************************/
table{
    width: 100%;
    text-align: left;
}

table.table.table-non-fluid {
	width: auto !important;
}

.td-noir {
    /*background:#000 !important;*/
	background:#0074B4 !important;
    color:#fff;
    padding: 4px;
    vertical-align: top;
}
.td-grispale {
    background:#f9f9f9;
    padding: 4px;
    vertical-align: top;
    color:#000;
}
.td-grisfonce {
    background:#c9c9c9 !important;
    padding: 4px;
    vertical-align: top;
    color:#000;
}
.td-vertpale {
    background:#e5eeb7;
    padding: 4px;
    vertical-align: top;
    color:#000;
}
.tr-grispale td{
	background-color: #f9f9f9!important;
}

.isInfoAtCreation td{
	background-color: #8DD682!important;
}

.isInfoAvantDateDebut td{
	background-color: #C19A6C!important;
}

table.fiche_pdf{
	/*border: #0074B4 1px solid;*/
}

table.fiche_pdf td.field_info{
	background-color: #f9f9f9 !important;
	/*font-weight: bold;*/
}

td.isFiltre, th.isFiltre{
	background-color: #c1dd2f !important;
}

td.isDifferent{
	background-color: #EA98EA !important;
}

td:nth-child(2n+1).info{
	background-color: #DFE8AE!important;
}
td:nth-child(2n).info{
	background-color: #F1F7CD!important;
}
/************************************************************************
* Interface
************************************************************************/
.contentSeparatorTop{
	border-bottom: 10px solid #D6D6D6;
	display: block;
	margin-bottom: 5px;
	padding: 5px 5px 5px 15px;
}
.contentSeparatorBottom{
	border-top: 10px solid #D6D6D6;
	display: block;
	margin-top: 5px;
	padding: 5px 5px 5px 15px;
}

.containerCategorieEnfant{
	border-top: 1px solid #D6D6D6;
	display: block;
	margin-top: 0px;
	padding: 5px 5px 5px 15px;
}

.form_title{
	background:#0074B4 !important;
	color: #FFF;
	font-weight: bold;
	margin: 2px;
	padding:5px 10px;
	text-transform: uppercase;
}
.logo{
	/*background: transparent url('../images/logo.svg') top left no-repeat;*/
    float: left;
    /*width: 90px;*//*113*//*141*/
    max-height: 60px;/*88*//*97*/
	display: block;
}

#bg_login_form{
	margin: auto;
	max-width: 100%;
}
@media (min-width: 768px) {
	#bg_login_form_fr{
		background: transparent url('../images/bg_connexion_fr.jpg') top center no-repeat;
		background-size: contain;
		height: 460px;
		padding-top: 50px;
		padding-top: 7%;
	}
}
@media (min-width: 992px) {
	#bg_login_form_fr{
		height: 700px;
	}
}

@media (min-width: 768px) {
	#bg_login_form_en{
		background: transparent url('../images/bg_connexion_en.jpg') top center no-repeat;
		background-size: contain;
		height: 460px;
		padding-top: 50px;
		padding-top: 7%;
	}
}
@media (min-width: 992px) {
	#bg_login_form_en{
		height: 700px;
	}
}

.login_form{
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*margin: auto;*/
	padding: 10px;
	/*width: 350px;*/
}
.login_form .logo{
	float: none;
	margin: auto;
}

#header{
    /*background: transparent url('../images/bg_degrade.png') top left repeat-x;*/
    display: block;
    width: 100%;
    margin-top: 10px;
}
#header a{
	/*color: #0074B4;*/
	text-transform: uppercase;
}
#header a:hover{
	color: #008EB3;
}
#header .zone{
    padding: 0 10px;
}

#headImage{
	background: transparent url('../images/headerChaise.jpg') top no-repeat;
	background-size: contain;
	display: block;
	height: 141px;
	margin: auto;
	width: 100%;
	position:  absolute;
	top: 0;
	left: 0;
	right: 0;
}
@media (min-width: 768px) {
	.headImage_box{
		position: relative;
		width: 100%;
	}
	.headImage_box:before{
		content: "";
		display: block;
		padding-top: 7%; 	/* initial ratio of 1:1*/
	}
}
.smp{
	margin:5px 0;
	padding-top: 5px;
}

.smp + .smp{
	border-top: 3px solid #D6D6D6; 
}

.userBanner{
    float: right;
	/*width: 45%;*/
	min-width: 300px;
	padding: 8px;
}

.userBanner .welcome{
	float: right;
}

.userBanner ul, .userBanner ul li{
	float: right;
	padding-left: 10px;
}
.userBanner ul li .current{
	border-top: 4px solid #008EB3;
	color:#008EB3;
}

.gradient_line{
    height: 15px;
    background: #64fd65; /* Old browsers */
    background: -moz-linear-gradient(left,  #64fd65 0%, #008040 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#64fd65), color-stop(100%,#008040)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #64fd65 0%,#008040 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #64fd65 0%,#008040 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #64fd65 0%,#008040 100%); /* IE10+ */
    background: linear-gradient(to right,  #64fd65 0%,#008040 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64fd65', endColorstr='#008040',GradientType=1 ); /* IE6-9 */
}

div#main-nav {
    /*background-color: #0074B4;*/
    text-align: left;
	z-index: 10;
	/*padding-left: 130px;*/
}

nav ul {
    position: relative;
}
nav ul:after {
    content: ""; clear: both; display: block;
}
nav ul li{
    /*float: left;*/
    font-weight: bold;
}
nav ul li a {
	border-top: 5px solid #fff;
    color: #000;
    padding: 8px 20px;
    display:block;
	white-space: nowrap;
}
nav ul li a:hover {
	border-top: 5px solid #000!important;
    color: #000;
}
nav ul li a.current {
    background-color: #D6D6D6;
	border-top: 5px solid #008EB3;
    color: #000;
}
nav.subnav ul li a {
    background-color: #D6D6D6;
	border-top: 5px solid #D6D6D6;
}
nav.subnav ul li a.current {
    background-color: #FFF;
	border-top: 5px solid #008EB3;
    color: #000;
}

nav ul li:hover > ul {
    /*display: block;*/
}
nav ul ul {
    display: none;
    padding: 0;
    position: absolute; 
    top: 100%;
	z-index: 2;
}
nav ul ul li {
    float: none; 
    position: relative;
}
nav ul ul ul {
    position: absolute; left: 100%; top:0;
}


ul#export-nav{
	/**/
}

#main-title, #main-content {
    text-align: left;
}

.containerProduit{
	border: 1px solid transparent;
	padding: 2px;
	margin: 2px;
}
.border-bleu{
	border: 1px solid #337AB7;
}

.btn_add{
	background: transparent url('../images/glyphicons/glyphicons_190_circle_plus.png') top left no-repeat;
	cursor: pointer;
	padding-left: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
}

.btn_add_white{
	background: transparent url('../images/glyphicons/glyphicons_190_circle_plus_white.png') top left no-repeat;
	cursor: pointer;
	padding-left: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
}

.btn_delete{
	background: transparent url('../images/glyphicons/glyphicons_191_circle_minus.png') top left no-repeat;
	cursor: pointer;
	padding-left: 26px;
	height: 26px;
	display: block;
	float: left;
}

.btn_delete_white{
	background: transparent url('../images/glyphicons/glyphicons_191_circle_minus_white.png') top left no-repeat;
	cursor: pointer;
	padding-left: 26px;
	height: 26px;
	display: block;
	float: left;
}

.btn_voir{
	background: transparent url('../images/glyphicons/glyphicons_027_search.png') top left no-repeat;
	cursor: pointer;
	padding-left: 26px;
	height: 26px;
	display: block;
	float: left;
}

.btn_checked{
	background: transparent url('../images/glyphicons/glyphicons_152_check.png') top left no-repeat;
	padding-left: 22px;
	height: 18px;
	display: block;
	float: left;
}

.btn_unchecked{
	background: transparent url('../images/glyphicons/glyphicons_153_unchecked.png') top left no-repeat;
	padding-left: 18px;
	height: 18px;
	display: block;
	float: left;
}

.btn-borderless {
	border: 0;
}

.logo_warning{
	background: transparent url('../images/glyphicons/glyphicons_078_warning_sign.png') top left no-repeat;
	padding-left: 31px;
	height: 26px;
	display: block;
	float: left;
}

.drag_sort{
	background: transparent url('../images/drag_sort.png') top left no-repeat;
	width: 24px;
	height: 24px;
}

.ui-sortable .drag_sort{
	background: transparent url('../images/drag_sort.png') top left no-repeat;
	width: 24px;
	height: 24px;
}

.ui-sortable .ui-sortable-helper .drag_sort{
	background: transparent url('../images/drag_sort.png') bottom left no-repeat;
	width: 24px;
	height: 24px;
}

.ui-tooltip{
	font-size: 12px;
}

.warning-tooltip + .tooltip.top .tooltip-inner {background-color: #8a6d3b;}
.warning-tooltip + .tooltip.top .tooltip-arrow {border-top-color: #8a6d3b;}

.toggle{
	cursor: pointer;
}

.btn_pdf{
	background: transparent url('../images/pdf_icon.png') top left no-repeat;
	cursor: pointer;
	height: 26px;
	min-width: 26px;
	width: auto;
	margin: 10px;
	padding-left: 30px;
	display: inline-block;
	/*float: left;*/
	line-height: 26px;
}

.btn_excel{
	background: transparent url('../images/excel_icon.png') top left no-repeat;
	cursor: pointer;
	height: 26px;
	min-width: 26px;
	width: auto;
	margin: 10px;
	padding-left: 30px;
	display: inline-block;
	/*float: left;*/
	line-height: 26px;
}

.legende{
	border: #000 1px solid;
	padding: 2px;
	display:block;
	margin: 3px 0;
}
.legende ul li{
	display: block;
	float: left;
	margin-right: 10px;
	/*padding: 1px;*/
}
.legende ul li div{
	border: #000 1px solid;
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.legende ul li span{
	display: block;
	float: left;
}
.legende ul li div.vert{
	background-color: #8DD682;
}
.legende ul li div.brun{
	background-color: #C19A6C;
}
.legende ul li div.mauve{
	background-color: #EA98EA;
}

.champNoEchantillon{
	font-size: 10px;
	padding: 6px;
}

/**
Pour que l'autorecherche soit pas dégeulassement grosses
*/
.ui-autocomplete {
    font-size: 80%;
}

.display-none{
	display: none;
}

/************************************************************************
* HACK DHTMLX TREE
************************************************************************/
.selectedTreeRow{font-size: 14px!important; height: 14px!important;}
.standartTreeRow{font-size: 14px!important;}
.dhx_tree_textSign{
	font-size: 14px;
}

/************************************************************/

.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #0F0F0F;
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 25px 20px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
	
	display: flex; /* contexte sur le parent */
	flex-direction: column; /* direction d'affichage verticale */
	justify-content: center; /* alignement vertical */
}

.hovereffect .imgovereffect {
	display: block;
	position: relative;
	max-width: none;
	width: calc(100% + 20px);
	/*max-width: calc(100% + 20px);
	max-height: calc(100% + 20px);
	width: auto;
	height: auto;*/
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hovereffect:hover .imgovereffect {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect .heTitle {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}


.hovereffect .heTitle:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover .heTitle:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  text-transform: uppercase;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* AJUSTEMENT POUR DATATABLES */
.table tr.even td.sorting_1 {
	background-color: #EDEDED;
}

.table tr.even td.sorting_2 {
	background-color: #EDEDED;
}

.table tr.even td.sorting_3 {
	background-color :#EDEDED;
}


.table tr.odd td.sorting_1 {
	background-color: #E8E8E8;
}

.table tr.odd td.sorting_2 {
	background-color: #E8E8E8;
}

.table tr.odd td.sorting_3 {
	background-color: #E8E8E8;
}

.rougepale td{
	background-color: #F78F8F !important;
}
.jaunepale td{
	background-color: #EDEAA3 !important;
}
.jauneTresPale td{
	background-color: #f9f7de !important;
}
.mauveTresPale td{
	background-color: #337AB7 !important;
}
.dataTable thead th {border-right:1px solid #eee !important;}
.dataTable thead th:last-child {border-right:0px !important;}

/* AJUSTEMENT CUSTOM BOOTSTRAP */
dt,dd {
  line-height: 1.92857143;
}
.has-feedback .form-control-feedback {
	left: -15px;
	font-size: 11px;
}
.has-feedback-div {
	position: relative;
}
.has-feedback-div .form-control-feedback {
	font-size: 11px;
	right: auto;
	top: -5px;
	z-index: auto;
	display: inline-block;
}

/* AJUSTEMENT POUR LA SECTION COULEURPRODUIT*/
@media (max-width: 767px) {
	#listeCouleur>.toClear:nth-child(4n+4)::before {
		content: '';
		display: table;
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    #listeCouleur>.toClear:nth-child(6n+6)::before {
      content: '';
      display: table;
      clear: both;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #listeCouleur>.toClear:nth-child(8n+8)::before {  
      content: '';
      display: table;
      clear: both;
    }
}
@media (min-width: 1200px) {
    #listeCouleur>.toClear:nth-child(12n+12)::before {  
      content: '';
      display: table;
      clear: both;
    }
}

/* HACK DE BOOSTRAP 3*/
@media (max-width: 767px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/* ANIMATION */
@keyframes glowing {
  0% { box-shadow: 0 0 -10px #F60000; }
  40% { box-shadow: 0 0 20px #F60000; }
  60% { box-shadow: 0 0 20px #F60000; }
  100% { box-shadow: 0 0 -10px #F60000; }
}

.glowing-red {
  animation: glowing 1000ms infinite;
}

/************************************************************************
* Ajustement autre
************************************************************************/
.produitPrixTotal{
    position: relative;
}
.toggleEscompteDetaillant{
    cursor: pointer;
    position: absolute;
    right: -14px;
}

.icon_discontinued-22{
	color: red;
	cursor: pointer;
	position: absolute;
	left: -22px;
}
.icon_discontinued{
	color: red;
	cursor: pointer;
	position: absolute;
	left: -8px;
	margin-top: 10px;
}

.unitEscDetTotal{
    position: absolute;
    right: -8px;
    top: 0;
}
.minusEscDetTotal{
    position: absolute;
    left: -3px;
    top: 0;
}


@media (max-width: 991px) {
    .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 {
      position: relative;
      min-height: 1px;
      padding-right: 4px;
      padding-left: 4px;
    }
}
@media (min-width: 992px) {
    .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 {
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
}


.produitPrixTotalAvecEscompte{
	display:none;
}