/*tfoot {
    display: table-header-group;
}*/
/************************************************************************
* Default styles
************************************************************************/

body, table, table td, table th, input, select, button {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    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 {
    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: 980px) {
	.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;
}

#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;
}
.orange{
	background-color: #FF8A00;
	color: white;
}
.vert{
	background-color: #008E23;
	color: white;
}


/************************************************************************
* ALIGNEMENT
************************************************************************/
.textalignright{
	text-align: right;
}

/************************************************************************
* BOOTSTRAP OVERRIDE
************************************************************************/
.navbar-default{
	background-color: #fff;
	border: 0;
}
.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;

}

.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;
}

.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*/
    height: 70px;/*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;
}
#header a:hover{
	color: #033956;
}
#header .zone{
    padding: 0 10px;
}

#headImage{
	background: transparent url('../images/header.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*/
	}
}

.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 #0074B4;
}

.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 #0074B4;
    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;
}

.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;
}

.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;
}

.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;
}

/**
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);
}

.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;
}

/* AJUSTEMENT CUSTOM BOOTSTRAP */
dt,dd {
  line-height: 1.92857143;
}

/* 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;
    }
}




.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666666666666%;
}
.col-md-10 {
  width: 83.33333333333334%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666666666666%;
}
.col-md-7 {
  width: 58.333333333333336%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666666666667%;
}
.col-md-4 {
  width: 33.33333333333333%;
 }
 .col-md-3 {
   width: 25%;
 }
 .col-md-2 {
   width: 16.666666666666664%;
 }
 .col-md-1 {
  width: 8.333333333333332%;
 }

  