/* Compatibilite editeurs HTML */
.cke_dialog *, .cke_dialog *:before, .cke_dialog *:after {
  -webkit-box-sizing: initial; -moz-box-sizing: initial; box-sizing: initial;
}
.cke_button__exportpdf {
	display: none !important;
}
/* General */
h1 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
}
.home_title, .products_title {
    padding: 10px;
}
h3, .h3 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
p.center {
	text-align: center !important;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
.bold {
	font-weight: bold;
}
.main_table {
	width: 100%;
	/* Pour permettre à des div larges à l'intérieur de déclencher leur overflow:scroll */
	table-layout: fixed;
}
.full_width {
	width: 100%;
}
input.form-control[type="file"] {
	height: auto;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #fff9f5;
	color: #888888 !important;
	-webkit-text-fill-color: #888888;
	opacity: 1;
	-webkit-opacity: 1;
}
.form-inline .form-control {
	width: 100%;
}
.inline-block {
	display: inline-block;
}
/* Header */
.main_logo {
	position: relative;
	text-align: left;
	margin: 7px 7px 7px 7px;
	width: 300px;
	height: 77px;
}
#flags, #flags_xs {
	padding: 4px 0px 4px 0px;
	margin: 10px 0px 4px 10px;
}
#flags img, #flags_xs img {
	max-width: none;
	width: 26px;
	height: 26px;
}
.flag_not_selected a {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.flag_not_selected a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.div_hidden_by_default {
	display: none;
}
.report_header, .report_footer {
	margin: 10px;
	text-align: center;
}

/* Blocs */
.sideblocktitle, .sideblock, .right_basicblock, .left_basicblock {
	margin-bottom: 15px;
}
.sideblocktitle select#brand, .sideblock select#brand {
	width: 200px;
	margin: 2px;
}
.sideblocktitle #recherche fieldset, .sideblock #recherche fieldset {
	border: 0px;
}
.sideblocktitle input#search, .sideblock input#search {
	width: 140px;
}

/* currency */
#currencies, #currencies_xs {
	margin: 10px 0px 5px 10px;
}
.select_currency select {
	width: 100px;
	padding-left: 6px;
	padding-right: 6px;
}

/* Signin */
#header_signin {
	margin: 10px 0px 6px 10px;
}
#header_login {
	margin: 10px 0px 7px 10px;
	/* Compatibilité IE8 */
	min-width: 46px;
}
.module_login {
	width: 100%;
}
.module_login td {
	padding: 3px;
	vertical-align: middle;
}
.module_login_email {
	width: 175px;
}
.module_login_submit {
	text-align: center;
}
.multipage_selected_field {
	color: #FF9600;
}
/* Champ d'inscription à la newsletter, module optionnel subscribe_newsletter */
.header_subscribe_newsletter, .footer_subscribe_newsletter {
	margin: 10px 0 7px 10px;
}

/* iframe socolissimo, la taille correspond à la hauteur maximale de l'iframe sur la page de choix de point relais. */
#SOLivraison {
	width:100%;
	height: 1100px;
	border:none;
}

/* Affichage des adresses de livraion du module TNT */
.relaydetail_dialog {
	height:300px;
	padding-left: 30px;
}
.red_background{
	background-color: rgba(255, 0, 0, 0.25);
}
.popover-content {
    text-align: left;
}
.popover {
	max-width: 390px;
}
/* Gestion de footer qui reste en bas de page avec astuces pour compatibilités avec tous navigateurs */
@media screen {
	html:not(.light), body:not(.light) {
		height: 100%;
	}
	#total {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin-bottom: -219px;
	}
	#footer, .push {
		min-height: 219px;
		margin-top:10px;
	}
	#footer {
		clear:both;
		margin: 0 auto;
		text-align: center;
	}
	.footer {
		background-color: #555566;
		color: #FFFFFF;
		padding-bottom: 10px;
	}
	span.fcb {
		background: url('../images/fcb.png') no-repeat scroll center center rgba(0, 0, 0, 0);
		color: #FFFFFF;
		display: block;
		font-size: 14px;
		font-weight: bold;
		height: 17px;
		padding-right: 75px;
	}
	@media (max-width: 991px) {
		#total {
			margin-bottom: 0px;
		}
	}
}

.main_footer, .under_footer {
	margin: 10px;
}
.footer a, .footer .link a, .footer a:visited, .footer a:hover, .footer a:link {
	color: #FFFFFF;
}
.footer .dropdown-menu a, .footer .dropdown-menu a:visited, .footer .dropdown-menu a:hover, .footer .dropdown-menu a:link {
	color: #333333;
}

/* Top menu */
.main_header_wide {
	background-color: #CCDDEE;
	margin-top: 0px;
	line-height: 60px;
	width: auto;
	margin-bottom: 15px;
}
.brand {
	padding-top: 4px !important;
	padding-bottom: 5px !important;
}
.brand img {
	height: 35px;
}
.dropdown-menu {
	margin-top: 0px;
	min-width: 200px;
}
#main_content {
	margin-top: 15px;
}
#main_content h1 {
	margin-top: 0px;
}
.dropdown-menu > li:hover > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li a.list-group-item:not(.active):hover,
.dropdown-menu > li a.list-group-item:not(.active):focus {
	background-color: #e5e5f5;
}
.dropdown-menu > li a.list-group-item.active,
.dropdown-menu > li a.list-group-item.active span {
	color: #fff !important;
}
.dropdown-menu > li a.list-group-item {
    border-radius: 8px !important; 
	border: none;
	margin-bottom: 0px;
	padding: 7px 2px 6px 8px;
	color: #333333;
}
.dropdown-menu > li .col-md-3 {
	padding-left: 7px;
	padding-right: 7px;
} 
.dropdown-menu > li > a {
	white-space: normal;
}

/* Footer et Header */
#footer .affiche_contenu_html_footer {
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}
#footer p {
	padding: 2px 0 2px 0;
	margin: 0px;
}
.rss_bloc {
	margin-top: 10px;
}
#footer ul, .header_basicblock > ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 2px 0 2px 0;
}
#footer li, .header_basicblock > ul > li {
	border-left: 1px solid #DDDDDD;
	display: inline;
	padding: 0 0.5em 0 0.6em;
}
#footer li.first, #footer li:first-child, .header_basicblock li.first, .header_basicblock li:first-child {
	border-left: 0px;
}
#footer li.last, .header_basicblock li.last {
	border-left: 1px solid #DDDDDD;
}

.bottom_fixed_callback {
	position: fixed;
	bottom: 5px;
	right: 80px;
	width: 300px;
	height: 110px;
	background-image: url('../images/bg_bottom_fixed_callback.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	z-index: 1000;
	-webkit-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.25);
}
.bottom_fixed_callback > div {
	font-family: calibri,"Lucida Sans Unicode","Lucida Grande",sans-serif;
	padding: 10px;
	width: 60%;
	float: right;
	text-align: center;
}
.bottom_fixed_callback a {
	font-family: calibri,"Lucida Sans Unicode","Lucida Grande",sans-serif;
	color: #ffffff;
}
.bottom_fixed_callback a > span {
	margin-right: 5px;
}


/* Menus latéraux */
.side_column ul {
	padding-left: 0px;
}
.side_column li {
	background-image: none;
	display: block;
	list-style: none outside none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
}
.side_column li > span, .side_column li > a {
	min-height: 26px;
	line-height: 26px;
	vertical-align: middle;
	/*background: url('images/menu/menu_main_item.gif') center top no-repeat ;*/
	padding: 10px 0px 10px 0px;
	text-decoration: none;
}
.side_column .sousMenu {
	background-color: #F3FBFE;
	display: none;
	clear: both;
	list-style-type: none;
	position: absolute;
	text-align: left;
	width: 195px;
	z-index: 103;
	top: -2px;
	clear: both;
	padding: 0px;
	margin: 0px;
	border: 2px solid #1E82D8;
}
.left_column .sousMenu {
	left: 195px;
}
.right_column .sousMenu {
	left: -199px;
}
.side_column .sousMenu li {
	z-index: 104;
	border: 0px;
	display: block;
	margin: 0px;
	background-image: url('../images/sideblocktitle_content.jpg');
	background-repeat: repeat-y;
	background-position: center;
}
.side_column .sousMenu li span, .side_column .sousMenu li a {
	z-index: 105;
}
.side_column li:hover > a, .side_column li a:focus, .side_column li a:active, .side_column li.active > a {
	background-color: #DCE2FF;
	background-image: none;
	color: #000000;
}
.side_column li.plus:hover > ul.sousMenu {
	display: block;
}
.side_column .sousMenu:hover > a {
	color: #FFFFFF;
}
.middle_column_header {
	display: none;
}
.well h1, .well h2 {
	margin-top: 0px;
}
.middle_column_repeat {
	margin-bottom: 10px;
}
.bottom_middle {
	clear: both;
}

/* Modifications et corrections de Bootstrap */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: inherit;
}
.label_checkbox input[type=checkbox] {
	margin-right: 7px;
}
p > label, div > label {
	/* Eviter problème lié à inline-block => il n'y plus de place pour checkbox ou donnée autre */
	max-width: 80%;
}
p > input + label , div > input + label {
	vertical-align: top;
}
.input-group-addon label {
	margin: 0px;
}
iframe {
	max-width: 100%;
	border: 0px;
}
.navbar-toggle {
	/* Correction float right en mode xs sur 2 lignes */
	margin-bottom: 7px;
}
.table-responsive {
	min-width: 50px;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
	white-space: normal;
	vertical-align: middle;
}
.table-responsive > .table {
	/* sécurité générale sur largeur de la table */
	max-width: 1600px;
}
.table table tr > td {
	/* inner table styles */
	border-top-width: 0px;
	padding: 2px;
}
img {
	/* images responsive par défaut */
	height: auto;
	max-width: 100%;
}
.zoomWindow img {
	/* Evite incompatibilité avec jqzoom */
	max-width:none
}
.alert {
	word-wrap: break-word;
}
.alert .close {
	margin-left: 7px;
}
.alert-info {
	background: url('../../../images/picto_aide_peel_03.png') no-repeat 10px 12px scroll #E2F4FA;
	padding-left: 40px;
}

/* Gestion de sous-menus */
.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{
	border-left-width:0;
	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;
}
.dropdown-menu {
	margin-top: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); 
}

/* Ombres pour les blocs de page d'accueil */
.panel {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
/* Menu */
.navbar {
	margin-bottom:0px;
}
.navbar-nav {
	float: none;
}
.navbar-inverse .navbar-nav > li > a {
	color: #CCCCCC;
}
.navbar-static-top {
	border-bottom-width: 0px;
}
.navbar-inverse .nav-pills {
	margin-top: 5px;
}
.navbar-inverse .nav-pills > li > a {
	color: #CCCCCC;
}
.navbar-inverse .nav-pills > li > a:hover, .navbar-inverse .nav-pills > li > a:focus {
	color: #000000;
}
.navbar-header {
	width: auto;
	float: none;
}
.navbar .nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid transparent;
	margin-bottom: 0px;
	z-index: 101;
	color: #555555;
}
.nav-list > li.active > a,
.nav-list > li.open > a,
.nav-list > li > a:hover,
.nav-list > li > a:focus {
	color: #C16D00 !important;
	background-color: #FFFFFF !important;
} 
.navbar .nav > li.active > a,
.navbar .nav > li.open > a,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
	background-color: #FFFFFF !important;
	border: 0px solid transparent;
	border-bottom:1px solid #dddddd;
} 
.navbar .nav li.active > a .badge {
	background-color: #FFFFFF;
	color: #428BCA;
}
.navbar-default {
	background-color: #FFFFFF;
}
.navbar-brand {
	font-size: 14px;
	text-align: center;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right: 8px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FF9600;
}

.header_caddie {
	margin: 8px 8px 8px 0px;
	float: right;
}
.caddie-button {
	font-size: 20px; 
	padding: 2px 6px 1px 6px;
	color: #FF9600 !important;
	/* Compatibilité IE8 */
	min-width: 62px;
}
.header_caddie .dropdown-menu {
	padding: 5px;
}
.minicaddie {
	width: 290px;
}
.minicaddie td {
	padding: 3px;
}
.minicaddie .product_price {
	width: 85px;
	text-align: right;
}
.minicaddie_badge_xs {
	font-size:12px; 
	margin-right: 1px;
}
.minicaddie_md {
	font-size: 30px; 
	color: #FF9600;
	text-decoration: none !important;
}
a:hover .minicaddie_md {
	color: #FFBB00;
}
.minicaddie_badge_md {
	position:relative; 
	left: -24px; 
	top:-11px; 
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF !important;
}
#header_login .dropdown-menu {
	padding:5px;
	width: 300px;
}
#header_login a.dropdown-toggle {
	vertical-align: middle;
	padding: 4px 6px 2px 6px;
}
.header_user {
	font-size: 20px; 
	color: #FF9600 !important;
	margin-right: 4px;
	display: inline-block;
}
.header_user_text {
	position: relative;
	top: -3px;
	color: #555555;
}
.header_user_text span {
	color: #000000;
}

/* Tableau caddie et historique des commandes */
.caddie th {
	text-align: center;
}
.lignecaddie {
	vertical-align: middle;
}
.lignecaddie_suppression {
	text-align: center;
	vertical-align: middle;
	width: 30px;
}
.lignecaddie_produit_details {
	vertical-align: middle;
	text-align: center;
}
.lignecaddie_produit_details .product_name {
	font-weight: bold;
}
.lignecaddie_produit_image img {
	margin: 5px;
	border: 1px solid #EEEEEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.lignecaddie_quantite {
	width: 120px;
	min-width: 100px;
}
.lignecaddie_prix, .lignecaddie_prix_unitaire {
	text-align: center;
}
.reminder_array {
}
.listeprod {
	text-align: left;
}

/*caddie.php */
div.totalcaddie h2 {
	padding: 0px;
}
div.totalcaddie h2 span {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 50px;
	display: block;
}
div.totalcaddie h2 img {
	float: left;
}
div.totalcaddie li.premier {
	border-left: 0px;
	padding: 0 0.5em 0 0.6em;
}
div.totalcaddie li.dernier {
	border-left: 1px solid #DDDDDD;
	padding: 0 0.5em 0 0.6em;
}
ul.caddie {
	text-align: center;
}
.caddie_red {
	color: #ff0000;
	font-weight: bold;
}
p.caddie_bold {
	font-weight: bold;
	text-align: left;
}
.caddie_net_to_pay {
	font-weight: bold;
	font-size: 24px;
}
.caddie_net_to_pay label {
	font-size: 18px;
}
div.code_promo {
	margin-top: 15px;
}
.livraison {
	margin-top: 5px;
	padding: 10px;
}
.livraison select {
	margin-top: 5px;
}
a.caddie_link, a.cart_preservation_link{
	width: 100%;
}
.step2 {
	margin: 0.2em 0 0.5em 0;
	padding: 0.2em 0 0.2em 0;
	width: 100%;
}
#step2caddie {
	margin-top: 10px;
}
#step2caddie p {
	text-align: right;
	margin-bottom: 2px;
}
table.table_order {
	text-align: center;
	margin-top: 15px;
	display: inline-block;
}
table.table_order .btn-primary {
	margin-bottom: 20px;
}
#choix_zone {
	text-align: left;
}
#entryformstep fieldset div {
	text-align: left;
	clear:both;
	padding-top:5px;
}
.formulaire-achat .form-control {
	float: right;
	width: 250px;
}
.formulaire-achat legend, .order_step1_form legend {
	padding-top:20px;
}
#ariane_panier .visited_before a {
	background-color: #EEFFEE;
	color: #5CB85C;
}
#ariane_panier .visited_before a:hover,
#ariane_panier .visited_before a:focus {
	background-color: #DDFFDD;
	color: #449d44;
}
.pager li a {
	margin-bottom: 5px;
}
/* formulaire d'ajout au panier par référence */
.add_cart_by_reference {
	border-collapse: separate;
	border-spacing: 15px;
	margin: auto;
	width: 50%;
}
.add_cart_by_reference td {
	text-align: center;
}
/*
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 */
.yamm .yamm-fullwidth {
	position: static;
}
.yamm .navbar-inner,
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	/*left: auto;*/
}
.yamm .dropdown-menu > li {
	display: block;
}
.yamm .nav.pull-right .dropdown-menu {
	right: 0;
}
.yamm .yamm-content {
	padding: 12px 10px;
	*zoom: 1;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
	display: table;
	content: "";
	line-height: 0;
}
.yamm .yamm-content:after {
	clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
	display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
	width: 100%;
	left: 0;
	right: 0;
	border-top-color: #dddddd;
}
.yamm-content ul {
	background-image: none;
	display: block;
	list-style: none outside none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	padding-left: 0px;
}
@media (max-width: 969px) {
	.yamm .dropdown.yamm-fullwidth .dropdown-menu {
		width: auto;
	}
	.yamm .yamm-content {
		padding-left: 0;
		padding-right: 0;
	}
	.yamm .dropdown-menu > li > ul {
		/*display: block;*/
	}
}

.contains_draggable .field_draggable {
	background-color: #688f96;
}
#div_correspondance {
	min-height:360px;
	max-height:75vh;
	overflow-y:auto;
}
/* Autocomplete jquery UI */
.ui-autocomplete-loading {
	background: white url('../../../images/fineuploader-processing.gif') right center no-repeat;
}
.ui-autocomplete { 
	text-align: left;
	cursor: pointer;
	z-index:2000 !important;
	max-width: 100%;
	min-width: 110px;
	max-height: 137px;
	overflow-y: auto;
}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
	border: none;
	margin: 0px;
}
.ui-menu .ui-menu-item a {
	padding-left: 2px;
	padding-right: 2px;
}
.ui-menu .ui-menu-item a:hover {
	color: #FFFFFF !important;
	background-color: #428BCA !important;
	background-image: none !important;
}
.autocomplete_reference_result {
	color: #999999;
}
.autocomplete_image {
	float: left; 
	width: 45px; 
	height: 45px; 
	margin-right:5px; 
	text-align: center;
}
.autocomplete_image img {
	max-width: 45px;
	max-height: 45px;
}
span.search_tag {
	font-weight: bold;
}
#faq span.search_tag {
	background-color: #FFFF00;
}
#recherche .btn {
	height: 34px;
	background-color: #FF9600;
	color:#FFFFFF;
}
#recherche .btn:hover, #recherche .btn:focus {
	color:#FFFFFF;
	background-color:#C16D00;
	border-color:#d58512;
}
#recherche .input-group-addon {
	padding: 0px;
	border: 0px;
}
#recherche .input-group-addon select {
	width: 100px; 
	padding-left: 2px; 
	padding-right: 5px;
	border-left: 0px;
	border-right: 0px;
}
#recherche .input-group-btn input {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-left: 0px;
}
#search {
	/* Correction à cause de champ ui-helper rajouté auto qui fait que #search n'est pas le premier fils */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.input-group-btn > .btn {
	padding-left: 8px;
	padding-right: 8px;
}

/* Timepicker Jquery UI */
.ui-timepicker-div dl dd {
	margin-left: 80px;
}

/* Search */
ul.attribute_select_search {
	padding-left:10px;
}
.attribute_select_search li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 2px;
	margin-top: 5px;
}
.attribute_select_search select {
	width: 300px;
}
.attribute_select_search input[type=text] {
	width: 300px;
}

/* Onglets */
.nav-tabs > li {
	padding-top: 2px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #FFFFFF;
	background-color: #0088CC;
	border: 1px solid #0088CC;
}
.nav-tabs > li > a {
	border: 1px solid #DDDDDD;
	border-top-left-radius: 5px;
	border-top-right-radius: 10px;
}
.tab-pane {
	border-color: #C1C1C1;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	background-color: #F5F5FF;
	padding:10px;
}
.tabbable {
	clear: both;
}

/* multipage */
.multipage {
	font-size: 12px;
	padding: 5px;
	vertical-align: middle;
	font-weight: normal;
	width: 100%;
}
.multipage > ul {
	margin: 5px;
}
.multipage a {
	color: #000000;
}
.multipage .current_page_number, .multipage b {
	font-weight: bold;
}
.multipage_left, .multipage_right {
	width: 110px;
}
.multipage_right {
	padding-right: 10px;
	text-align: right;
}
.multipage_left img, .multipage_right img {
	margin-left: 10px;
	margin-right: 10px;
}
.multipage-area {
	width: 100%;
	text-align: center;
	padding-top: 5px; 
	padding-bottom: 5px;
	color: #000000;
}

/* Page produit */
.affiche_critere_stock {
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.item-column .affiche_critere_stock {
	width: 100%;
}
.affiche_critere_stock input[type=text], .affiche_critere_stock input[type=email] {
	border: 1px solid #9e9d9c;
	max-width: 300px;
}
.affiche_critere_stock del {
	color: #000000;
}
.affiche_critere_stock .form-control {
	margin-left: 5px;
}
.product_order {
	margin-left: 5px;
	margin-top: 2px;
}
.addtocart_from_giftlist .affiche_critere_stock {
	width: 100%;
}
.attribut-cell select{
}
.price_in_product_title {
	float: right;
	margin-right: 10px;
	text-align: right;
	white-space: nowrap;
}
.price_in_product_title del {
	margin-right: 10px;
}
.articles_count{
	text-align: right;
	padding-right: 10px;
	color: red; 
	font-size: 18px; 
	font-weight: bold;
}
.articles_count a:hover{
	text-decoration: underline;
	color: red;
}
.breadcrumb {
	border: 1px solid #dcdcdc;
}
.breadcrumb_buttons {
	float: right;
}
.associated_product {
	clear: both;
}
.title-details-product {
	padding-left: 0px;
}
.fc_titre_produit a {
	font-weight: bold;
	color: #000000;
}
.fc_titre_produit {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	height: 55px;
	padding-top: 5px;
}
.fc_prix {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.fc_descriptif {
	font-size: 1em;
	text-align: justify;
	height: 25px;
}
.fc_image, .fc_link_description {
	text-align: center;
	vertical-align: middle;
}
.fc_link_description {
	height: 43px;
	word-wrap: break-word;
}
.fc_add_to_cart .fc_prix {
	text-align: center;
}
a.col_description {
	color: #888888 !important;
	text-decoration: none;
}
a.col_description:hover {
	color: #777777;
}
.image_zoom {
	display: inline-block;
	position: relative;
}
.image_zoom .fc_zoom a {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #000000 !important;
	font-size: 18px;
	height: 22px;
} 
.image_zoom:hover .fc_zoom a, .image_zoom .fc_zoom a:hover {
	display: inline-block;
}
.description_text a {
	color: #666666 !important;
}
a.zoom:link, a.zoom:visited, a.zoom:active, a.lightbox:link, a.lightbox:visited, a.lightbox:active {
	text-decoration: none;
}
a.zoom:hover, a.lightbox:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.fc_more_detail a {
	display: block;
	background-color: #FF7E00;
	color: #FFFFFF;
	line-height: 22px;
	height: 22px;
	width: 100%;
}
td.fc_detail {
	text-align: center;
	vertical-align: bottom;
	height: 30px;
	width: 80px;
}
.fc_detail a {
	background-color: #6A4A3D;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	display: block;
	width: auto;
	padding: 6px;
}
.lot_explanation_table {
	border: 1px solid grey;
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
	padding: 10px;
}
.lot_explanation_table h3 {
	margin-top: 0px;
}

/* Links on product pages */
.product_link_to_modules {
	margin: 5px auto 5px auto;
}
.product_link_to_modules_container {
	text-align: center;
}
.addthis_32x32_style {
	border-collapse: separate;
	border-spacing: 10px;
	margin: auto;
	height: 54px;
}
.picto-tell_friends {
}
.img-tell_friends {
	width:35px;
}
.txt-tell_friends {
	text-align: left;
	padding-left: 10px;
}
.picto-avis {
}
.img-avis {
	width:35px;
}
.txt-avis {
	text-align: left;
	padding-left: 10px;
}
.picto-tous_avis {
}
.img-tous_avis {
	width:35px;
}
.txt-tous_avis {
	text-align: left;
	padding-left: 10px;
}
.picto-pensebete {
}
.img-pensebete {
	width:35px;
}
.txt-pensebete {
	text-align: left;
	padding-left: 10px;
}
.picto-print {
}
.img-print {
	width:35px;
}
.txt-print {
	text-align: left;
	padding-left: 10px;
}
.qrcode img {
	padding: 20px;
	text-align: center;
}

/* Avis utilisateurs */
.notation_tab {
	margin-bottom: 20px;
	margin-top: 20px;
}
.notation_tab td {
	padding:3px;
}
.notation_tab .bar_contener {
	width:150px;
}
.progress {
	margin: 0px;
}
.td_avis {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted grey;
}

/* Divers */
.produit_thumbnail_promotion {
	background-image: url("../images/thumbnail_promotion.png");
	background-repeat: no-repeat;
	position: absolute;
	top:0px;
	left:0px;
	width:106px;
	height:106px;
	z-index:1;
}
.produit_thumbnail_promotion > span {
    color: #ffffff;
    float: left;
    font-size: 18px;
	font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
}
.etoile {
	color: #990000;
	font-weight: bold;
	font-size: 1em;
}
.social_link {
	text-align: center;
}
.fc_image img, .sub_category img, img.product_image, div.image_grande a, .categorie_accueil img {
	border: 1px solid #EEEEEE;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.fc_image img:hover, .sub_category img:hover, img.product_image:hover, div.image_grande a:hover, .categorie_accueil img:hover {
	border: 1px solid #AAAAAA;
}
.categorie_accueil a, a.sub_category_title, .module_product_title a {
	color: #000000;
	font-weight: bold;
	font-size: 16px; 
}
.sub_category_title {
	margin-bottom:15px;
	display: inline-block;
}
.sub_category img {
	margin: 10px;
}
.contact_intro {
	margin-top: 10px;
	margin-bottom: 10px;
}
.page_warning {
	background-color: #220066;
	color: #EEEEEE; 
	text-align: center;
}
.page_warning a {
	background-color: #220066;
	color: #EEEEEE !important; 
	padding-top: 5px;
	padding-bottom: 5px; 
}
.page_warning > div > div > div {
	padding-top: 5px;
	padding-bottom: 5px; 
}
.page_warning p {
	margin: 0px; 
	display: inline-block;
}
.page_warning .close {
	opacity: 0.5; 
}
#lightbox img {
	/* Correction compatibilité lightbox */
	max-width: none !important;
}
.pausescroller_container {
	position: relative; 
	overflow: hidden; 
	width:96%; 
	height: 250px; 
	padding: 5px 3px;
}
.form-control.compteur {
	width: 55px !important;
}
.map_canva {
	min-width: none;
}
#map img {
	max-width: none;
}
#map a:focus, #side_bar a:focus {
	outline: 0;
}
.references .fc_image {
	vertical-align: middle !important;
	height: 204px !important;
}
.rubrique {
	width: 100%;
}
.inside_rubrique {
	margin-top: 10px;
}
.image_ssl {
	width:78px; 
	height:70px; 
	margin-left:20px;
}
.account_icons a.btn-default {
	margin-bottom: 10px;
	min-height: 130px;
	width: 100%;
	padding-top:10px;
	white-space: normal;
}
#pwd_level_image {
	height: 20px;
}

/* Page catalogue */
div.fp_produit del {
	font-size: 14px;
	color: #000000;
	float: left;
	font-size: 14px;
}
div.fp_produit h4 {
	color: #5c5758;
}
div.fp_produit .prix, .sideblocktitle .prix, .sideblocktitle .prix {
	font-size: 20px;
	font-weight: bold;
}
div.fp_image_grande {
	float: left;
	text-align: center;
	vertical-align: top;
	margin-bottom: 20px;
	margin-right: 10px;
	width: 302px;
}
div.image_grande {
	text-align: center;
	margin: auto;
	display: inline-block;
	z-index: 10;
}
div.image_grande a {
	display: inline-block;
	margin: auto;
}
td.fp_image_petite {
	width: 75px;
	text-align: center;
	vertical-align: top;
}
table.fp_descriptif {
	font-size: 1em;
	text-align: justify;
}
td.fp_image {
	width: 556px;
	text-align: center;
	vertical-align: middle;
}
#files {
	padding: 0px;
	margin: 0px;
	text-align: center;
	list-style-type: none;
}
#files li {
	display: inline;
}
#files img {
	border: 1px solid #EEEEEE;
	margin: 5px;
}
td.fp_ami {
	border: 1px solid #C7C7C7;
	text-align: left;
	padding-left: 5px;
}
.titre_produit {
	border-bottom: 0px;
	margin-bottom: 20px;
}
p.prix {
	font-weight: bold;
	color: #cc0000;
	font-size: 16px;
}
p.notice {
	color: #cc0000;
	font-size: 1em;
	text-decoration: none;
}
a.notice:link, a.notice:visited, a.notice:active {
	color: #cc0000;
}
a.notice:hover {
	color: #992200;
}
span.prix, div.on_estimate_information, .title_price_free {
	font-weight: bold;
	color: #59ACBD;
	font-size: 18px;
}
div.on_estimate_information{
	text-align: right;
}
span.ecotaxe {
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
}
.item-column {
	width: 100%;
}
.module_product_image {
	height: 165px;
	vertical-align: middle;
	padding-bottom: 5px;
}

/* Cart popup */
.popup_cart_title{
	font-size: 18px;
	text-align: center;
}
.popup_cart_content{
	text-align: center;
}
.popup_cart_content table{
	width: 300px;
	margin: auto;
}
.popup_cart_content table td{
	padding: 5px;
}

/* Interstitiel de publicité welcome_ad */
#welcome_ad_container_background {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 4000;
	width: 0px;
	height: 0px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-color: #666666;
}
#welcome_ad_container {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5000;
	width: 0px;
	height: 0px;
}
.welcome_ad {
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
}

/* Module publicité */
#publicite {
	text-align: center;
	margin-top: 3px;
	margin-left: -3px;
}

/* Module nuage de tags */
#nuage {
	text-align: justify;
	position: relative;
	line-height: 25px;
	padding: 0.5em;
}
#nuage a {text-decoration: none; margin:8px; display: inline-block;}
#nuage a.level0 {font-size: 14px; color: #BFBFBF;}
#nuage a.level1 {font-size: 14px; color: #B8C9D6;}
#nuage a.level2 {font-size: 14px; color: #668AA8;}
#nuage a.level3 {font-size: 15px; color: #47657B;}
#nuage a.level4 {font-size: 15px; color: #E76300;}
#nuage a.level5 {font-size: 15px; color: #685C65;}
#nuage a.level6 {font-size: 16px; color: #8C524D;}
#nuage a.level7 {font-size: 16px; color: #B44732;}
#nuage a.level8 {font-size: 16px; color: #E53A11;}
#nuage a.level9 {font-size: 17px; color: #E76300; font-weight: bold;}
#nuage a.level10 {font-size: 17px; color: #FF3300; font-weight: bold;}
#nuage a:hover {color: white; background-color: #668AA8;}

/* Module best-seller */
#carousel_best_seller {
	overflow: hidden;
}
.carousel-inner>.item{
	-webkit-transition:.6s ease-in-out left;
	transition:.6s ease-in-out left
}
.carousel .module_product_title {
	height: 60px;
	vertical-align: middle;
}
a.carousel-control {
	color: #AAAAAA;
	font-size: 30px;
	width: 26px;
	outline: 0 !important;
}
a.carousel-control:hover, a.carousel-control:focus {
	color: #666666;
}
.carousel-control.left {
	background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(255, 255, 255,0.3)),to(rgba(255, 255, 255,0.0001)));
	background-image:-webkit-linear-gradient(left,color-stop(rgba(255, 255, 255,0.3) 0),color-stop(rgba(255, 255, 255,0.0001) 100%));
	background-image:-moz-linear-gradient(left,rgba(255, 255, 255,0.3) 0,rgba(255, 255, 255,0.0001) 100%);
	background-image: linear-gradient(to right,rgba(255, 255, 255,0.3) 0,rgba(255, 255, 255,0.0001) 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80FFFFFF',endColorstr='#00FFFFFF',GradientType=1);
}
.carousel-control.right {
	background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(255, 255, 255,0.0001)),to(rgba(255, 255, 255,0.3)));
	background-image:-webkit-linear-gradient(left,color-stop(rgba(255, 255, 255,0.0001) 0),color-stop(rgba(255, 255, 255,0.3) 100%));
	background-image:-moz-linear-gradient(left,rgba(255, 255, 255,0.0001) 0,rgba(255, 255, 255,0.3) 100%);
	background-image: linear-gradient(to right,rgba(255, 255, 255,0.0001) 0,rgba(255, 255, 255,0.3) 100%);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF',endColorstr='#80FFFFFF',GradientType=1);
}


/* Bouton de retour vers le haut */
.scroll_to_top {
	position: fixed;
	opacity: 0.6;
	display: none;
	right: 10px;
	bottom: 5px;
	z-index: 1100;
}
.scroll_to_top a:focus {
	outline: 0;
}
.scroll_to_top span.glyphicon {
	font-size:48px;
}
.web_container_block:hover, .web_pro_container_block:hover {
	background-color: #ebffeb !important;
}
.web_container_block a.btn:hover {
	background-color: #7fa078 !important;
}
.web_pro_container_block a.btn:hover {
	background-color: #63885c !important;
}
/* Contenu issu d'un fichier XML parsé */
.xml_file_content {
	padding-left: 0px;
}
.xml_file_content li {
	overflow: hidden; 
	white-space: nowrap;
	text-overflow: ellipsis;
}
.col-xs-12 {
	/* Patch overlap */
	float: left;
}

#header_message a{
	display: inline-block;
	height: 34px;
	padding-top: 6px;
	text-align: center;
}
#header_message {
    margin: 10px 0px 7px 10px;
    min-width: 46px;
}
.produit_catalogue {
	border: 2px solid #e4e4e4;
	border-radius: 7px;
	height: 340px;
	margin-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.haut_contenu {
    position: absolute;
    right: 17px;
    top: 17px;
    z-index: -10;
}
.block_fact_calc1 h3{
	background-color: white;
	margin: 0px;
	padding: 10px;
}
.block_fact_calc1 hr, .block_fact_calc2 hr{
	margin: 0px;
}
.block_fact_calc1 {
	border-right:1px solid #999999;
}
/* Styles responsive */
@media (max-width: 1199px) {
	.block_fact_calc1 {
		border-bottom:1px solid #999999;
		border-right:none;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.table-responsive {
		/* On étend aux tablettes les fonctionnalités de table-responsive prévues en standard pour les mobiles */
		width: 100%;
		/* Si scrolling pas nécessaire on ne veut pas la barre => on met auto et non pas scroll */
		overflow-x: auto;
	}
	#nuage a {
		margin:6px;
	}
}
@media (max-width: 767px) {
	#header_message {
		margin: 8px 10px 7px 10px;
	}
	.table-responsive {
		/* Sécurité en complément de width:100% */
		max-width: 738px;
		/* Si scrolling pas nécessaire on ne veut pas la barre => on met auto et non pas scroll */
		overflow-x: auto;
	}
	.table thead > tr > th,
	.table tbody > tr > th,
	.table tfoot > tr > th,
	.table thead > tr > td,
	.table tbody > tr > td,
	.table tfoot > tr > td {
		padding: 3px;
	}
	table.admin_commande_details {
		min-width: 1140px;
	}
	.form-control {
		padding-left: 3px;
		padding-right: 3px;
		margin: auto;
		display: inline-block;
	}
	select.form-control {
		padding-right: 7px;
		margin-bottom: 5px;
	}
	.btn {
		/* Evite boutons qui dépassent en largeur */
		max-width: 100%;
		white-space: normal;
	}
	.multipage_left, .multipage_right {
		width: 60px;
	}
	.multipage_left img, .multipage_right img {
		margin-left: 2px;
		margin-right: 2px;
	}
	.navbar-brand {
		padding-top: 5px;
		padding-left: 15px;
		padding-right: 5px;
	}
	.navbar-brand img {
		max-height: 40px;
	}
	.pagination > li > a, .pagination > li > span {
		padding-left: 8px;
		padding-right: 8px;
	}
	.navbar-inverse .nav-pills {
		margin-top: 0px;
	}
	.navbar .nav > li {
		margin: 2px 15px 2px 15px;
	}
	.navbar .nav a {
		text-align: center !important;
	}
	.navbar .nav > li > a,
	.navbar .nav > li.active > a,
	.navbar .nav > li.open > a,
	.navbar .nav > li > a:hover,
	.navbar .nav > li > a:focus {
		padding-top: 2px;
		padding-bottom: 2px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		border: 1px solid #AAAAAA;
	}
	.navbar .nav > li > a {
		border: 1px solid #CCCCCC;
	}
	.navbar .nav > li.open > a {
		background-color: #EEEEEE !important;
	}
	.navbar .nav > li.open li > a:hover {
		background-color: #F2F2EE !important;
	}
	.navbar .nav > li.active > a {
		border: 1px solid #CCCCCC;
		background-color: #FFFFEE !important;
	}
	.navbar-collapse {
		border-bottom: 1px solid #E7E7E7;
	}
	.dropdown-submenu {
		border-bottom: 1px solid #EEEEFF;
	}
	.header_search {
		clear: left;
		float: left;
		width: 100%;
		padding: 0px 15px 10px 15px;
	}
	#header_signin, #header_login, .navbar-header .pull-right {
		margin: 8px 8px 8px 0px;
	}
	#header_login .dropdown-menu {
		left: auto;
		right: 0;
	}
	.image_ssl {
		margin-left: 15px;
	}
	#footer li {
		display: inline-block;
		margin-bottom: 6px;
	}
	.footer{
		padding-bottom:30px;
	}
}
@media (max-width: 419px) {
	h1, .home_title, .products_title {
		padding-left:10px;
	}
	.navbar-toggle {
		margin-right: 5px;
	}
	.navbar-brand {
		padding-left: 5px;
	}
	#top_search .input-group-addon select {
		width: 80px;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) { 
		/* Pour éviter zoom par iphone => nécessiterait de dézommer manuellement */
		select:focus, textarea:focus, input:focus {
			font-size: 16px !important;
		}
	}
	.fp_produit .affiche_critere_stock {
		max-width: 100%;
		clear: both;
	}
	.image_ssl {
		display: none;
	}
	.attribute_select_search input[type=text] {
		width: 100%;
	}
	.attribute_select_search select {
		width: 100%;
	}
}
@media (max-width: 279px) {
	#top_search .input-group-addon select {
		width: 60px;
	}
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 18px;
	}
}
@media (min-width: 420px) {
	.fp_produit .affiche_critere_stock {
		min-width: 330px;
	}
}
@media (min-width: 768px) {
	.col-sm-12 {
		/* Patch overlap */
		float: left;
	}
	.navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;
	}
	/* Formulaire enregistrement */
	div.enregistrement {
		padding: 5px;
	}
	div.enregistrement span.enregistrement {
		display: inline-block;
		margin: 0px;
	}
	div.enregistrement span.enregistrementgauche {
		display: inline-block;
		margin: 0px;
		width: 300px;
		padding-right: 10px;
		vertical-align: top;
	}
	div.enregistrement span.enregistrementdroite {
		display: inline-block;
		margin: 0px;
		width: 400px;
	}
	div.enregistrement .alert {
		margin-top: 10px;
	}
	.main_menu_wide {
	}
	.navbar-nav > li > a {
		padding-bottom: 6px;
		padding-top: 6px;
	}
	.header_search {
		width: 390px;
		margin: 10px 0px 13px 10px;
		float: right !important;
	}
	.header_caddie {
		/* Si version pas bouton : margin: 8px 0px 8px 10px; */
		margin: 10px 0px 8px 10px;
	}
	.page_warning span.hidden-xs {
		display: inline !important;
	}
	#footer .footer_col li {
		border-left: 0px;
		display: block;
	}
	#footer .li_separated {
		padding-top:10px;
	}
	.side_column .well {
		padding: 10px;
	}
}
@media (min-width: 992px) {
	.col-md-12 {
		/* Patch overlap */
		float: left;
	}
	.left_column > .row > div > .well, .right_column > .row > div > .well {
		min-height: 324px;
	}
	.formulaire-achat .form-control {
		width: 310px;
	}
	.fp_produit .affiche_critere_stock {
		max-width: 350px;
	}
	div.enregistrement span.enregistrementgauche {
		width: 400px;
	}
	div.enregistrement span.enregistrementdroite {
		width: 500px;
	}
} 
@media (min-width: 1200px) {
	.col-lg-12 {
		/* Patch overlap */
		float: left;
	}
	.formulaire-achat .form-control {
		width: 400px;
	}
	.navbar .nav > li > a {
		padding-left: 19px; 
		padding-right: 18px;
	}
	.image_ssl {
		margin-left: 60px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar .nav > li > a {
		font-size: 13px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.table-responsive {
		/* On étend aux tablettes les fonctionnalités de table-responsive prévues en standard pour les mobiles */
		width: 100%;
		/* Si scrolling pas nécessaire on ne veut pas la barre => on met auto et non pas scroll */
		overflow-x: auto;
	}
	.navbar-inner .container {
		margin: auto;
	}
	.navbar .nav > li > a {
		padding-left: 4px;
		padding-right: 4px;
	}
	.navbar .nav > li > a > .caret {
		margin-left: -2px;
	}
	.navbar .nav > li > a {
		font-size: 11px;
	}
	.navbar-header .get-demo {
		margin: 2px 0px 8px 0px !important;
	}
}
@media print {
	/* On retire les URL entre parenthèse lors de l'impression */
	a[href]:after, abbr[title]:after{
		content:"";
	}
	.container {
		width: 100%;
	}
	.bottom_middle, .right_column, .scroll_to_top, .navbar-header .pull-right, .push, #footer, .main_menu_wide {
		display:none !important;
	}
	#main_header {
		background: none !important;
	}
	.navbar {
		display:block !important;
	}
	.navbar-brand {
		margin: 0px;
	}
	[class*="col-sm-"]{
		float: left;
	}
	h1, .h1 {
		font-size: 24px;
	}
	h2, h2.cgv, .h2 {
		font-size: 16px;
	}
	h3, .h3 {
		font-size: 14px;
	}
	p, li, span, div, td {
		font-size: 11px;
	}
	.page_cgv p {
		margin-bottom: 5px;
	}
	.page_cgv h1, .page_cgv .h1 {
		font-size: 18px;
	}
	.page_cgv h2, .page_cgv h2.cgv, .page_cgv .h2 {
		font-size: 13px;
	}
	.page_cgv h3, .page_cgv .h3 {
		font-size: 12px;
	}
	.page_cgv p, .page_cgv li, .page_cgv span, .page_cgv div, .page_cgv td {
		font-size: 10px;
	}
}

/***** PEEL 9 - Css spécifique *****/
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: roboto, sans-serif;
}
.navbar-brand {
	padding-bottom: 30px;
}
.main_menu_wide {
	background-color: #0b3142;
}
.navbar .nav > li > a {
	color: #ffffff;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #0b3142;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
	border-bottom-color: #ffffff;
	border-top-color: #ffffff;
}
.navbar-default .navbar-nav > .dropdown.active > a .caret, .navbar-default .navbar-nav > .dropdown.open > a .caret {
	border-bottom-color: #0b3142;
	border-top-color: #0b3142;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
	border-bottom-color: #0b3142;
	border-top-color: #0b3142;
}
.home_title, .products_title {
		padding-left: 0px;
		text-transform: uppercase;
		border-bottom: 1px solid;
		padding-bottom: 5px;
}
.home_title.special {
	border-color: #ff6600;
}
.home_title.nouveaute {
	border-color: #44af69;
}
.products_title {
	border-color: #0543c3;
}
.btn, .dropdown .btn {
	border-radius: 8px;
}
.btn:focus {
	outline-color: rgba(0,0,0,0.2) !important; 
}
.btn-group .btn-default, .btn-group .btn-default:hover {
	border-color: rgba(255,255,255,0.65);
}
.dataTables_wrapper .dataTables_paginate {
	height: 39.5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	border-radius: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #ffffff !important;
	background: #5566ee;
}
.dtsp-searchPane.dtsp-columns-4.dtsp-smallGap {
	height: 145px;
	overflow-y:hidden;
}
.btn-lg {
	font-size: 16px;
	padding: 8px 18px;
}
.btn.btn-primary {
	background-color: #0543c3;
	border-color: #0543c3;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #2b64d8;
}
.full_size_background_section {
	background-color: #e5e5e5;
	padding-bottom: 30px;
	margin-top: 60px;
}
.fc_image img, .sub_category img, img.product_image, div.image_grande a, .categorie_accueil img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.fc_image img, img.product_image, .fc_image img:hover, img.product_image:hover {
	border: none;
}
.produit_catalogue {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0px;
	border: none;
	height: auto;
	background-color: #ffffff;
	padding-bottom: 10px;
}
.produit_catalogue:hover, .product_in_container:hover {
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.36);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.36);
}
.description_text {
	min-height: 40px;
}
.module_product_title a {
	font-size: 18px;
}
#carousel_best_seller, .carousel-inner {
	overflow: initial;
	height: auto;
	padding-bottom: 15px;
}
#carousel_best_seller {
	margin-top: 25px;
}
.best_seller {
	overflow: hidden;
}
.well {
	border-radius: 0px;
}
.module_product_image {
	padding-bottom: 0px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	font-size: 18px;
}
.carousel-control {
	text-shadow: none;
}
.scrollerdiv_news_class, .scrollerdiv_news_class .innerDiv, .scrollerdiv_last_views_class, .scrollerdiv_last_views_class .innerDiv {
	margin: 0 auto;
}
.breadcrumb {
	background-color: transparent;
	border: none;
	margin-top: 20px;
}
h1.products_list_brief {
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #ff6600;
	margin-bottom: 14px;
}
.fc_image img, .fp_image_grande img {
	width: 100%; /* Nécessaire pour IE qui ne comprend pas max-width: 100%, il a besoin qu'une width soit paramétrée */
}
#main_content h1 {
	margin-top: 10px;
}
.products_title.category {
	border-color: #ff6600;
}
.products_list_brief_block {
	background-color: #e5e5e5;
	padding: 20px;
	margin-bottom: 10px;
}
.head-image-container > img {
	position: relative;
	bottom: 9px;
}
.subcategories_table {
	margin: 0 auto;	
	margin-bottom: 10px;
}
.subcategories_table tr, .subcategories_table td {
	padding: 0px;
}
.sub_category .subcategories_table img {
	margin: 0px;
}
.subcategories_title_block {
	background-color: #ffffff;
}
.subcategories_table .sub_category_title {
	margin-bottom: 0px;
	display: block;
	padding: 10px 0px;
}
.titre_produit {
	padding-bottom: 5px;
	border-bottom : 1px solid #000000;
}
.produit_catalogue .affiche_critere_stock { /*Pour ne cibler qu'en cas d'affichage sur la home et pas sur la page détail produit*/
	margin: 10px 10px 0px 10px;
	width: auto;
}
.fp_produit .affiche_critere_stock {
	min-width: 0px;
	border-radius: 0px;
}
.fp_produit .affiche_critere_stock .product_affiche_prix .prix { /*Pour ne cibler que sur la page détail produit et pas en cas d'affichage en home*/
	font-size: 32px;
}
.attribut-cell {
	text-align: left;
}
span.prix, div.on_estimate_information, .title_price_free {
	color: #428bca;
}
.affiche_critere_stock .btn-primary, .affiche_critere_stock .form-control {
	border-radius: 0px;
}
div.fp_image_grande {
	width: auto;
}
.product_link_to_modules {
	margin: inherit;
}
.affiche_critere_stock {
	margin-left: 0px;
}
.affiche_critere_stock table {
	width: 100%;
}
.product_order {
	margin-left: 0px;
}
.product_order .btn-primary {
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	text-transform: uppercase;
}
.filtre {
	margin-bottom: 10px;
}
a.lightbox:hover {
	color: inherit;
}
.qrcode img {
	padding-left: 0px;
}
.nav-tabs > li > a {
	color: #113377;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #428bca;
}
.tab-pane {
	background-color: #ffffff;
}
.product_link_to_modules i.fa {
	font-size: 24px;
	color: #ff6600;
}
.product_link_to_modules a.title_label {
	color: #000000;
}
#footer {
	text-align: initial;
}
.footer {
	background-color: #0b3142;
	padding-bottom: 30px;
}

/* Blocs zones personnalisés Home PEEL 9 site ecommerce */

.btn_personnalized_two_lines {
	font-size: 16px;
	line-height: 18px;
	padding: 6px 20px 10px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.36);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.36);
}
.btn_personnalized_two_lines .glyphicon.glyphicon-pencil {
	top: 10px;
	padding-right: 10px;
}
.btn_personnalized_two_lines .btn_personnalized_second_line {
	padding-left: 28px;
}
.eshopping_home_welcome_zone_personnalized_banner {
	background-image: url('../../../upload/Image_accueil_craies.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -10px;
}
.eshopping_home_welcome_zone_white_block {
	background-color: rgba(245, 245, 245, 0.6);
	margin: 5% 0%;
	min-height: 291px;
	padding-top: 30px;
	padding-bottom: 45px;
}
.eshopping_home_middle_zone {
    margin-top: 45px;
    margin-bottom: 25px;
}
.eshopping_home_welcome_zone_white_block p {
	margin-bottom: 45px;
}
.eshopping_home_middle_zone_left_block_image {
	display: flex;
	align-items: center;
	background-image: url('../../../upload/image_bloc_central_soldes.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 442px;
}
.eshopping_home_middle_zone_left_block_image p {
	text-align: left;
	padding-left: 15px;
	width: 50%;
}
.eshopping_home_middle_zone_right_block_image {
	background-image: url('../../../upload/image_bloc_central_droite.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 319px;
	margin-bottom: 30px;
}
.eshopping_home_middle_zone_right_block_button_banner {
	padding: 19px 0px;
	background-color: #e5e5e5;
}
.eshopping_home_prefooter_zone {
    margin-bottom: 25px;
}
.eshopping_home_prefooter_zone_left_block_image {
	display: flex;
	align-items: flex-end;
	background-image: url('../../../upload/image_bloc_bas_bureau.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 360px; /* Nécessaire pour que le centrage vertical des enfants fonctionne avec flex-box sur IE, en mettant juste une min-height IE n'aligne pas correctement verticalement avec flexbox */
}
.eshopping_home_prefooter_zone_button_banner {
	flex: 1 100%;
	background-color: rgba(124, 165, 149, 0.6);
	padding: 10px 0px;
}
.eshopping_home_prefooter_zone_button_banner p {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
.eshopping_home_prefooter_zone_right_block_image {
	background-image: url('../../../upload/image_bloc_bas_droite.jpg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 360px;
}
.btn-personnalized-newsletter {
	background-color: #ff6600;
	
}
.personnalized_footer_block_1, .personnalized_footer_block_2, .personnalized_footer_block_3, .personnalized_footer_block_4 {
	padding-top: 44px;
	text-align: center;
}
.personnalized_footer_block_2 > div:first-child {
	display: inline-block;
	text-align: left;
}
.personnalized_footer_block_1 .input-group-addon {
	background-color: #f5f5f5;
}
.input-group-btn .btn-personnalized-newsletter {
	background-color: #ff6600;
	color: #ffffff;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 4px;
}
.input-group-btn > .btn-personnalized-newsletter:hover, .input-group-btn > .btn-personnalized-newsletter:active {
	background-color: #C16D00;
}
.personnalized_footer_company_logo {
	padding-top: 20px;
}
.footer_copyright {
	text-align: left;
}
.personnalized_footer_links_block {
	text-align: center;
}
.personnalized_footer_block_4 a:hover, .personnalized_footer_block_4 a:active, .personnalized_footer_block_4 a:focus {
	text-decoration: none;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/* Media queries additionelles */

@media screen and (max-width: 991px) {
	.head-image-container > img {
		bottom: 18px;
	}
	.eshopping_home_middle_zone_left_block_image, .eshopping_home_prefooter_zone_left_block_image {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar .nav > li > a > .caret {
		margin-left: 2px;
	}
	
	.order_line_field {
		text-align: left;
	}
}
@media screen and (min-width: 768px) {
	.navbar .nav > li.active > a, .navbar .nav > li.open > a, .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
		border-bottom: none;
	}
}
@media screen and (max-width: 767px) {
	.produit_catalogue {
		padding: 20px 0px;
		height: auto;
	}
	.personnalized_footer_block_1 {
		align-items: center;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
}
/***** Css Spécifique PEEL 9 Vitrine *****/

#simplified_header_html .navbar-brand {
	margin: 0 auto;
	float: none;
	padding-right: 0px;
}
#simplified_header_html #flags, #flags_xs {
	position: absolute;
	top: 0px;
	right: 0px;
}
.showcase_home_personnalized_hr {
	margin-top: 0px;
	width: 25%;
	border-color: #333333;
	margin-top: 8px;
}
.showcase_home_middle_zone_block .showcase_home_personnalized_hr {
	border-color: #124e78;
}
.showcase_home_welcome_zone_personnalized_banner {
	height: 450px;
	background-image: url('../images/vitrine_image_zone_accueil.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: -10px;
}
.showcase_home_middle_zone_personnalized_banner {
	height: 400px;
	background-image: url('../images/vitrine_image_bandeau_bas.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 40px;
}
.showcase_home_welcome_zone_block, .showcase_home_contact_zone_text_block, .showcase_home_middle_zone_block {
	margin: 30px 0px 60px 0px;	
}
.btn_personnalized_contact_block {
	display: flex;
	justify-content: center;
}
.btn_personnalized_contact {
	display: flex;
	align-items: center;
	padding: 6px 20px;
}
.btn.btn_personnalized_contact {
	background-color: #44af69;
	border-color: #44af69;
	color: #ffffff;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.36);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.36);
}
.btn.btn_personnalized_contact:hover, .btn.btn_personnalized_contact:focus {
	background-color: #55b676;
	border-color: #55b676;
}
.btn_personnalized_contact_container {
	background-image: url('../images/logo_btn_contact.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 48px;
	height: 48px;
	margin-right: 5px;
}
.showcase_home_contact_zone_img_block_left img, .showcase_home_contact_zone_img_block_right img {
	height: 440px;
}
.showcase_home_contact_zone_learn_more_single_block1 img, .showcase_home_contact_zone_learn_more_single_block2 img, .showcase_home_contact_zone_learn_more_single_block3 img {
	margin-bottom: 10px;
}
.showcase_home_bottom_zone_single_block1 p, .showcase_home_bottom_zone_single_block2 p, .showcase_home_bottom_zone_single_block3 p {
	margin-bottom: 0px;
}
.showcase_home_contact_zone_learn_more_single_block1 .btn_personnalized_learn_more {
	background-color: #124e78;
	border-color: #124e78;
	color: #ffffff;
}
.showcase_home_contact_zone_learn_more_single_block1 .btn_personnalized_learn_more:hover, .showcase_home_contact_zone_learn_more_single_block1 .btn_personnalized_learn_more:focus {
	background-color: #275e84;
	border-color: #275e84;
}
.showcase_home_contact_zone_learn_more_single_block2 .btn_personnalized_learn_more {
	background-color: #44af69;
	border-color: #44af69;
	color: #ffffff;
}
.showcase_home_contact_zone_learn_more_single_block2 .btn_personnalized_learn_more:hover, .showcase_home_contact_zone_learn_more_single_block2 .btn_personnalized_learn_more:focus {
	background-color: #55b676;
	border-color: #55b676;
}
.showcase_home_contact_zone_learn_more_single_block3 .btn_personnalized_learn_more {
	background-color: #e33e12;
	border-color: #e33e12;
	color: #ffffff;
}
.showcase_home_contact_zone_learn_more_single_block3 .btn_personnalized_learn_more:hover, .showcase_home_contact_zone_learn_more_single_block3 .btn_personnalized_learn_more:focus {
	background-color: #e54f27;
	border-color: #e54f27;
}
.showcase_page_who_are_we_welcome_zone_personnalized_banner {
	background-image: url('../../../upload/vitrine_image_zone_accueil_qui_sommes_nous.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	margin-bottom: 20px;
}
.showcase_page_our_job_welcome_zone_personnalized_banner {
	background-image: url('../../../upload/vitrine_image_zone_accueil_notre_metier.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	margin-bottom: 20px;
}
.showcase_page_our_partners_welcome_zone_personnalized_banner {
	background-image: url('../../../upload/vitrine_image_zone_accueil_partenaires.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	margin-bottom: 20px;
	
}
.showcase_page_our_structure_welcome_zone_personnalized_banner {
	background-image: url('../../../upload/vitrine_image_zone_accueil_notre_structure.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	margin-bottom: 20px;
}
.less-content {
	max-height: 8em; 
	overflow: hidden;
	position: relative;
}
.alert-info .less-content::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 4em;
	background-image: linear-gradient(
		rgba(217, 237, 247, 0) 0%,
		rgba(217, 237, 247, 1) 100%
	);
}
	
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.showcase_home_contact_zone_img_block_left img, .showcase_home_contact_zone_img_block_right img {
		height: 280px;
	}
}
@media screen and (max-width: 991px) {
	.showcase_home_contact_zone_img_block_left img, .showcase_home_contact_zone_img_block_right img {
		height: auto;
		margin-top: 20px;
	}
}	
@media screen and (max-width: 767px) {
	.showcase_home_contact_zone_learn_more_single_block1, .showcase_home_contact_zone_learn_more_single_block2, .showcase_home_contact_zone_learn_more_single_block3 {
		margin-top: 20px;
	}
	.showcase_home_contact_zone_learn_more_single_block1 img, .showcase_home_contact_zone_learn_more_single_block2 img, .showcase_home_contact_zone_learn_more_single_block3 img {
		width: 100%;
	}
	#simplified_header_html #flags, #flags_xs {
		position: initial;
	}
	.footer_copyright {
		text-align: center;
	}
}

/* Tempolia Web */

.qq-upload-button {
	border-radius: 8px;
}
.navbar-brand {
	padding-bottom: 5px;
}
.navbar-default .navbar-toggle {
	background-color: #FFFFFF;
}
.navbar-default {
	background: linear-gradient(#fcfcfc,#ffffff);
}
.footer {
	padding-top: 20px;
	min-height: 319px;
}
.footer {
	background-color: #0068b4;
	background-image: url('../images/background_footer.png');
	background-repeat: no-repeat;
	background-position: top center;
}
.footer_logo_line {
	height: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #444444;
	padding: 5px;
}

.footer_logo {
	float: left;
	width: 220px;
	height: 75px;
}
.footer_logo img, .rss_bloc {
	margin-top:10px
}
.footer_logo_line {
	border-color: #ffffff;
}
.rss_bloc {
	float: right;
}

/***** Module de temps *****/

#customForm_t2 fieldset legend, .form_legend {
    padding: 3px 10px;
    border: 1px solid #aaa;
	font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background-color: #428bca;
}
.form_legend {
    padding: 7px 10px;
	font-size: 22px;
}

.labels_customform {
    font-weight: bold;
    color: #428bca;
}

.framed_labels_customform {
    padding: 5px 20px;
    border: 1px solid #aaa;
    color: #000000;
}

.dropdown-menu {
    margin-top: 0px;
    min-width: 280px;
}
.dropdown-menu .divider {
    margin: 5px 0 7px 0;
}
.dropdown-menu .yamm-content .divider {
    margin: 5px auto 7px auto;
	width: 120px; 
}
@media (min-width: 992px) and (max-width: 1199px) {
	.yamm .yamm-content {
		font-size: 12px; 
	}
	.dropdown-menu > li .col-md-3 {
		padding-left: 2px;
		padding-right: 2px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.yamm .yamm-content {
		font-size: 14px; 
	}
	.dropdown-menu > li .col-md-3 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.dropdown-menu .yamm-content .divider {
		margin: 5px 180px 7px auto;
		width: 120px;
	}
	.dropdown-menu .yamm-content hr {
		margin-top: 7px;
		margin-bottom: 7px;
	}
}
@media (max-width: 767px) {
	.yamm .yamm-content {
		background-color:#ffffff; 
	}
	.dropdown-menu > li a.list-group-item {
		text-align: left !important; 
	}
}

.del_row {
    cursor: pointer;
	color: #FF0000; 
	font-size:20px;
}
.del_row_disabled {
    cursor: pointer;
	color: #999999; 
	font-size:20px;
}

/* Pivottable */
td:has(.pvtRenderer) {
	padding-right:5px;
}
.ui-sortable-helper .pvtAttr {
	background: #dd7700 !important;
}
table.pvtTable tbody tr th, table.pvtTable thead tr th {
    background-color: #eafafa;
}
.pvtAxisContainer, .pvtVals {
    border-color: #bbbbbb;
}
.pvtTriangle {
	color: #ffffff;
}
.pvtAxisContainer li span.pvtAttr {
    background: #009900;
    color: #ffffff;
}
.pvtAxisContainer.pvtUnused li span.pvtAttr {
    background: #688f96;
}
.pvtUnused {
	background-color: #ffffff;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	max-width: 400px;
}
.pvtAggregator {
	display: inline-block;
}
.pvtAxisContainer li {
   display: inline-block;
}
.pvtRendererArea {
	padding: 0px;
}
.pvtCheckContainer {
	padding-top: 10px;
	padding-bottom: 5px;
}
.pvtFilterBox p, .pvtFilterBox label, .pvtFilterBox .pvtFilter {
	margin-top: 0px;
	margin-bottom: 0px;
}
.pvtFilterBox button {
	margin: 8px;
}

/* Datatables */
div.DTE_Field_Name_clt_or_tnf div.DTE_Field_Input > div > div > div, div.DTE_Field_Name_radio_collab_multiple div.DTE_Field_Input > div > div > div {
	display: inline-block;
	padding-right: 40px;
	white-space: nowrap;
}
.explain_Field {
	font-style: italic;
}
.ui-menu .ui-menu-item a {
    display: inline-block;
    width: 100%;
	text-decoration: none;
}
.DTED .tab-pane {
	min-height: 280px;
}
.query-builder-container {
	background-color: #fffaf8;
	border: 1px solid #eedddd;
	border-radius: 5px;
	padding: 5px;
	min-height: 140px;
}
.query-builder .rules-group-container {
	background: rgba(200,80,0,0.05);
	border: 1px solid #f7e0d0;
	margin-left: -1px;
	padding: 10px 10px 0px 10px;
}
.query-builder > .rules-group-container {
	background: none;
	border: none;
	margin-left: -1px;
	padding: 0px 6px;
}
.query-builder .rules-group-container .rules-group-container > .rules-group-header .btn:not(.disabled) {
	opacity: 0.85;
}
.query-builder .rule-container, .query-builder .rule-placeholder {
	background: none;
	border: none;
	padding: 2px;
}
.query-builder .rule-value-container {
	border-left: none;
	padding-left: none;
}
.query-builder .group-actions {
	padding-left: 20px;
}
.query-builder .btn[data-delete="rule"] {
	padding: 0px;
}
.query-builder .btn-primary:not(.active) {
	background: #aaaaaa;
}
.query-builder .rules-group-header{
	margin-bottom: 8px;
}
.query-builder .rules-list>:first-child::before {
    top: -9px;
    height: calc(50% + 12px);
}
.querybuilder_actions .btn {
	font-size: 13px;
	padding: 5px 10px;
}
.query-builder .rule-operator-container select.form-control {
    width: 170px;
}
.rules-group-container button[data-add=rule] {
	background-color:#009955;
}
.rules-group-container button[data-add=rule]:active, .rules-group-container button[data-add=rule]:hover, .rules-group-container button[data-add=rule]:focus {
	background-color:#007744;
}
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close:after {
	font-size: 28px;
	line-height: 25px;
}
div.DTED_Lightbox_Wrapper div.DTED_Lightbox_Container div.DTED_Lightbox_Content_Wrapper div.DTED_Lightbox_Content div.DTED_Lightbox_Close {
    width: 28px;
    height: 28px;
	top: -8px;
    right: -8px;
}
.DTED .col-lg-1, .DTED .col-lg-10, .DTED .col-lg-11, .DTED .col-lg-12, .DTED .col-lg-2, .DTED .col-lg-3, .DTED .col-lg-4, .DTED .col-lg-5, .DTED .col-lg-6, .DTED .col-lg-7, .DTED .col-lg-8, .DTED .col-lg-9, .DTED .col-md-1, .DTED .col-md-10, .DTED .col-md-11, .DTED .col-md-12, .DTED .col-md-2, .DTED .col-md-3, .DTED .col-md-4, .DTED .col-md-5, .DTED .col-md-6, .DTED .col-md-7, .DTED .col-md-8, .DTED .col-md-9, .DTED .col-sm-1, .DTED .col-sm-10, .DTED .col-sm-11, .DTED .col-sm-12, .DTED .col-sm-2, .DTED .col-sm-3, .DTED .col-sm-4, .DTED .col-sm-5, .DTED .col-sm-6, .DTED .col-sm-7, .DTED .col-sm-8, .DTED .col-sm-9, .DTED .col-xs-1, .DTED .col-xs-10, .DTED .col-xs-11, .DTED .col-xs-12, .DTED .col-xs-2, .DTED .col-xs-3, .DTED .col-xs-4, .DTED .col-xs-5, .DTED .col-xs-6, .DTED .col-xs-7, .DTED .col-xs-8, .DTED .col-xs-9 {
	padding-left: 2px;
	padding-right: 2px;
}
div.DTE_Body div.DTE_Body_Content div.DTE_Field {
	padding: 2px 5px !important;
}
div.DTE_Field_Type_select div.DTE_Field_Input {
  padding-top: 0px !important;
}
div.DTE_Body .DTE_Field_Type_checkbox .DTE_Field_Input {
	padding-top: 2px;
	min-height: 28px;
}
div.DTE_Body .DTE_Field_Type_checkbox .DTE_Field_Input label {
	margin-bottom: 4px;
}
div.DTE_Inline div.DTE_Field_Type_select div.DTE_Field_Input {
    padding-top: 0px;
}
div.DTE_Inline .DTE_Field input {
	vertical-align: middle;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}
div.DTE_Body div.DTE_Form_Content {
	padding-left: 20px;
	padding-right: 20px;
	min-height: 220px;
}
div.DTE_Body {
	padding-top: 40px;
	padding-bottom: 48px;
}
div.DTE div.DTE_Header {
	height: 40px;
	padding-top: 8px;
	background-color: #d7e4ff;
}
div.DTE div.DTE_Footer {
	height: 48px;
	padding-top: 6px;
}
div.DTE_Form_Content .tooltip-inner {
    max-width: 100%;
	text-align: left;
}
div.DTE button.btn {
	border-radius: 8px !important;
}

.datayes a:link, .datayes a:visited {
	color: #0db10d !important;
}
.datayes a:hover {
	color: #0d910d !important;
}
.datano a:link, .datano a:visited {
	color: #999999 !important;
}
.datano a:hover {
	color: #777777 !important; 
}
.dataTables_filter {
	margin-bottom: 10px;
}
.dataTables_filter label {
	max-width: 100%;
}
.dataTables_filter input {
	display: inline-block;
	width: auto;
}
.dataTables_filter input:not(:placeholder-shown), #faq_search:not(:placeholder-shown) {
  background-color: #DDFFFF;
}
.dataTables_wrapper {
	margin-bottom: 5px;
}
.dataTables_wrapper input[type="checkbox"].disabled, .dataTables_wrapper input[type="checkbox"][disabled] {
	cursor: inherit;
}
.dataTables_wrapper .dataTables_info {
	font-style: italic;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding-top: 0px;
	height: 20px;
}
div.DTE_Field div.multi-value {
	margin-top: 1px;
	margin-bottom: 1px;
}
.DTED div.DTE_Field input {
	padding-left: 6px !important;
}
.DTED fieldset { 
	margin: 0px 0px 10px 0px;
}
.DTED legend { 
	margin-top: 0px;
	margin-bottom: 10px;
}
table.dataTable {
    border-collapse: collapse;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 7px 17px 7px 5px;
}
table.dataTable tbody th, table.dataTable tbody td, table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 4px 5px 4px 5px;
}
table.dataTable.no-footer {
	border-bottom: 1px solid #eeeeee;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #cccccc;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #eeeeee;
}
.grip{
	width:8px;
	height:6px;
	margin-top:-2px;
	background-image:url('../../../modules/datatables/images/grip2.png');
	margin-left:-4px;
	position:relative;
	z-index:88;
	cursor:e-resize;
    background-repeat: no-repeat;
}
.grip:hover{
	background-position-x:-8px;
}
.dragging .grip{
	background-position-x:-16px;
}
.JCLRLastGrip .grip{
    background-position-y:-7px;
    left:-2px;
}
div.dtsp-searchPanes {
    overflow-y: auto;
    height: 250px;
}
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_scrollBody {
    max-height: 100px;
}
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dtsp-topRow div.dtsp-searchCont input.dtsp-search {
    background-color: #FFFFFF;
    cursor: text;
}
@media print {
	.grip {
		display: none;
	}
	.pvtCols, .pvtVals, .pvtRows, .pvtRenderer, .pvtVertList, .query-builder-container .btn-group, .query-builder-container button {
		display:none !important;
	}
	.query-builder-container .form-control, table.pvtTable td, table.pvtTable th { 
		padding: 2px !important;
		font-size: 8px !important;
		height: auto;
	}
	.query-builder-container {
		min-height: 0px;
	}
	#total.page_temps_data_report h1 {
		display:none !important;
	}
	#total.page_temps_data_report .navbar-brand img {
		max-height: 40px !important;
	}
}
@media only screen and (max-width: 580px) { 
	div.DTE_Body div.DTE_Body_Content div.DTE_Field > label:has(+ div.DTE_Field_Input input[type="checkbox"], + div.DTE_Field_Input input[type="radio"]) {
	  display:none;
	}
}
tr.no_inline_edit td {
	color: #000000 !important;
	background-color: #CCEEFF !important;
}
.dt-buttons .btn-default {
	background-color: #797676;
}
.dt-buttons .btn-default:hover {
	background-color: #595656;
}
.dt-buttons .buttons-create {
	background-color: #183cea;
	font-weight: bold;
}
.dt-buttons .buttons-create:hover {
	background-color: #081cca;
	font-weight: bold;
}
.dt-buttons .buttons-copy, .dt-buttons .buttons-csv, .dt-buttons .buttons-excel {
	background-color: #3ea1b7;
}
.dt-buttons .buttons-copy:hover, .dt-buttons .buttons-csv:hover, .dt-buttons .buttons-excel:hover {
	background-color: #1e8197;
}
.dt-buttons .buttons-pdf, .dt-buttons .buttons-print {
	background-color: #1f8c64;
}
.dt-buttons .buttons-pdf:hover, .dt-buttons .buttons-print:hover {
	background-color: #0f6c44;
}
.dt-buttons .buttons-selected-single {
	background-color: #0733ab;
}
.dt-buttons .buttons-selected-single:hover {
	background-color: #07138b;
}
.dt-buttons .buttons-selected {
	background-color: #313673;
}
.dt-buttons .buttons-selected:hover {
	background-color: #111653;
}
.dt-buttons .buttons-edit, .dt-buttons .buttons-lettrage-auto {
	background-color: #138413;
}
.dt-buttons .buttons-edit:hover, .dt-buttons .buttons-lettrage-auto:hover {
	background-color: #036403;
}
.dt-buttons .buttons-remove {
	background-color: #c70404;
}
.dt-buttons .buttons-remove:hover {
	background-color: #a70404;
}
.dt-buttons .unselectall {
	background-color: #832a9e;
}
.dt-buttons .unselectall:hover {
	background-color: #630a7e;
}
.dt-buttons .select_lines {
	background-color: #463ec7;
}
.dt-buttons .select_lines:hover {
	background-color: #261ea7;
}
.dt-buttons .bill_prepare, .dt-buttons .quote_prepare, .dt-buttons .order_prepare, .dt-buttons .expensesheet_add, .dt-buttons .timesheet_add {
	background-color: #14986c
}
.dt-buttons .bill_prepare:hover, .dt-buttons .quote_prepare:hover, .dt-buttons .order_prepare:hover, .dt-buttons .expensesheet_add:hover, .dt-buttons .timesheet_add:hover {
	background-color: #04885c
}
.dt-buttons.btn-group {
	margin-right: 10px;
	margin-bottom: 8px;
} 
.dt-buttons.btn-group .btn {
	font-size: 13px;
	color: #ffffff;
	padding: 6px 8px;
} 
/* si icones : .dt-buttons.btn-group .btn.buttons-html5, .dt-buttons.btn-group .btn.buttons-print {
	padding: 4px 10px 3px 10px;
	height: 32px;
} */
.dt-buttons .btn.disabled {
    opacity: .35;
}
.dt-buttons.btn-group .dt-button-collection .btn {
    width: 100%;
    margin-bottom: 2px;
	background-color: #b2b2b3;
	padding: 1px;
}
.dt-buttons.btn-group .dt-button-collection .btn.active {
	background-color: #0f900d;
}
div.dt-button-collection {
	width: 220px;
}
.page_temps_data_group_modify_clients .select-item, .page_temps_data_group_modify_affaires .select-item, .page_temps_data_fact_prepare .select-item, .page_temps_data_relances_clients .select-item, .page_temps_data_group_affaires_by_code .select-item {
	font-size: 18px;
	font-weight: bold;
}
div.DTE button.btn.buttons-cancel {
	color: #ffffff;
	background-color: #fb8622;
	background-image: none;
}
div.DTE button.btn.buttons-cancel:hover, div.DTE button.btn.buttons-cancel:focus {
	background-color: #db6602;
	background-image: none;
}
div.DTE button.btn.buttons-create, div.DTE button.btn.buttons-modify {
	color: #ffffff;
	background-color: #13b92f;
	background-image: none;
}
div.DTE button.btn.buttons-create:hover, div.DTE button.btn.buttons-create:focus, div.DTE button.btn.buttons-modify:hover, div.DTE button.btn.buttons-modify:focus {
	background-color: #03990f;
	background-image: none;
}
div.DTE button.btn.buttons-send {
	color: #ffffff !important;
	background-color: #1c52c0 !important;
	background-image: none !important;
}
div.DTE button.btn.buttons-send:hover, div.DTE button.btn.buttons-send:focus{
	background-color: #1c52c0 !important;
	background-image: none !important;
}
.buttons-add-header {
	color: #ffffff ;
	background-color: #268984 ;
	border: 1px solid #adadad;
}
.buttons-add-header:hover, buttons-add-header:focus{
	background-color: #268984 ;
	background-image: none ;
	border: 1px solid #adadad;
}

div.DTE button.btn.buttons-remove {
	color: #ffffff;
	background-color: #b50808;
	background-image: none;
}
div.DTE button.btn.buttons-remove:hover, div.DTE button.btn.buttons-remove:focus {
	background-color: #950808;
	background-image: none;
}
div.DTE button.btn.buttons-duplicate {
	color: #ffffff;
	background-color: #0508b8;
	background-image: none;
}
div.DTE button.btn.buttons-duplicate:hover, div.DTE button.btn.buttons-duplicate:focus {
	background-color: #050898;
	background-image: none;
}
div.DTE div.DTE_Form_Error {
    max-width: 70%;
    background-color: #E8E9EB;
}
.datatable_for_filter_wrapper .dataTables_filter input.form-control {
	width: auto;
}
.datatable_for_filter_wrapper table.dataTable tbody td {
    padding: 1px 5px 1px 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 220px;
}
.datatable_for_filter_wrapper table.dataTable tbody td img {
    max-height: 20px !important;
}
.dataTables_wrapper {
    margin-bottom: 0px;
}
.datatable_for_filter_wrapper.well {
    padding: 15px;
}
.datatable_for_filter_wrapper h3 {
    margin-top: 0px;
}
.datatable_for_filter_wrapper .dt-buttons button.btn.buttons-selected {
	background-color: #c16d24;
}
.datatable_for_filter_wrapper .dt-buttons button.btn.buttons-selected:hover {
	background-color: #ad5910;
}
.datatable_for_filter_wrapper .dt-buttons button.btn:not(.buttons-selected) {
	background-color: #5d8f5d;
}
.datatable_for_filter_wrapper .dt-buttons button.btn:not(.buttons-selected):hover {
	background-color: #4a844a;
}
.datatable_for_filter_wrapper .query-builder-container button:not(.buttons-selected) {
	background-image:none !important;
}
.datatable_for_filter_wrapper {
	font-size: 12px;
	overflow: hidden;
}
.datatable_for_filter {
	max-height: 200px; 
	overflow: scroll; 
	white-space: nowrap; 
}
.datatable_for_filter_wrapper .dataTables_filter {
    margin-bottom: 0px;
}
table.dataTable tr.today.even:not(.selected):not(.color_verrou) td {
	background-color: #e7eaff !important;
}
table.dataTable tr.today.odd:not(.selected):not(.color_verrou) td {
	background-color: #d0d8f7 !important;
}
table.dataTable tr.today:hover:not(.selected):not(.color_verrou) td {
	background-color: #c8e8f0 !important;
}
table.dataTable tr.today.even:not(.selected):not(.color_verrou) > .sorting_1 {
	background-color: #dfe3f8 !important; 
}
table.dataTable tr.today.odd:not(.selected):not(.color_verrou) > .sorting_1 {
	background-color: #c8d0ef !important; 
}
table.dataTable tr.today:hover:not(.selected):not(.color_verrou) > .sorting_1 {
	background-color: #c0e0e8 !important; 
}
table.dataTable tr.even:not(.selected) td.cell_blue, table.dataTable tr th.cell_blue {
	background-color: #eeeeff !important;
}
table.dataTable tr.odd:not(.selected) td.cell_blue {
	background-color: #e0e0f7 !important;
}
table.dataTable tr:hover:not(.selected) td.cell_blue {
	background-color: #d8d8ee !important;
}
table.dataTable tr.even:not(.selected) td.cell_yellow, table.dataTable tr th.cell_yellow {
	background-color: #ffffee !important;
}
table.dataTable tr.odd:not(.selected) td.cell_yellow {
	background-color: #f7f7e0 !important;
}
table.dataTable tr:hover:not(.selected) td.cell_yellow {
	background-color: #eeeed8 !important;
}
table.dataTable tr.even:not(.selected) td.cell_green, table.dataTable tr th.cell_green {
	background-color: #eeffee !important;
}
table.dataTable tr.odd:not(.selected) td.cell_green {
	background-color: #e0f7e0 !important;
}
table.dataTable tr:hover:not(.selected) td.cell_green {
	background-color: #d8eed8 !important;
}
table.dataTable tr.even:not(.selected) td.cell_red, table.dataTable tr th.cell_red {
	background-color: #ffeeee !important;
}
table.dataTable tr.odd:not(.selected) td.cell_red {
	background-color: #f7e0e0 !important;
}
table.dataTable tr:hover:not(.selected) td.cell_red {
	background-color: #eed8d8 !important;
}
table.dataTable tr.even:not(.selected) td.cell_grey, table.dataTable tr th.cell_grey {
	background-color: #eeeeee !important;
}
table.dataTable tr.odd:not(.selected) td.cell_grey {
	background-color: #e0e0e0 !important;
}
table.dataTable tr:hover:not(.selected) td.cell_grey {
	background-color: #d8d8d8 !important;
}

/* Fin datatables */

/* Page formulaire facture/devis */
#dynamic_order_lines select {
	padding:0px !important;
}
#dynamic_order_lines input {
	padding-left:5px !important;
}
#dynamic_order_lines hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Fin page formulaire facture/devis */

div.suggestions ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	cursor: pointer;
	text-align: left;
}
.entete {
	background-color: #5c5859;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #F4F4F4;
	padding-left: 2px;
	text-transform: uppercase;
	padding: 5px;
	clear: both;
	width: 100%;
}
.personnalized_bloc_home_gestion_temps {
	background-color: lightblue;
	background-image: url('../../../upload/visuel_ordi_bandeau.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}
.personnalized_bloc_home_gestion_temps div {
	margin-bottom: 0px;
}
.bloc_home_gestion_temps_container {
	position: relative;
}
.bloc_home_gestion_temps_container img {
	position: relative;
	z-index: 4;
}
.bloc_home_gestion_temps {
	position: absolute;
	top: 80px;
	left: 130px;
	z-index: 2;
	padding: 30px 150px 30px 300px;
	background-color: rgba(0,0,0,0.5);
}
.bloc_home_gestion_temps .btn {
	border-color: #FFFFFF;
	font-size: 24px;
}
.gest_tps_title_1 {
	font-family: lato, sans-serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.gest_tps_title_2 {
	font-family: lato, sans-serif;
	font-weight: 900;
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
	.bloc_home_gestion_temps_container img {
		width: 300px;
	}
	.gest_tps_title_1 {
		font-size: 24px;
		line-height: 24px;
	}
	.gest_tps_title_2 {
		font-size: 34px;
		line-height: 34px;
	}
	.bloc_home_gestion_temps {
		padding: 20px 50px 25px 150px;
	}
	.bloc_home_gestion_temps .btn {
		font-size: 16px;
	}
}
@media screen and (max-width: 615px) {
	.bloc_home_gestion_temps_container {
		position: relative;
		height: 200px;
	}
	.gest_tps_title_1 {
		font-size: 14px;
		line-height: 14px;
	}
	.gest_tps_title_2 {
		font-size: 24px;
		line-height: 24px;
	}
	.bloc_home_gestion_temps .btn {
		font-size: 14px;
		padding-left:8px;
		padding-right:8px;
	}
	.bloc_home_gestion_temps {
		padding: 15px 15px 15px 15px;
		z-index: 5;
		left: 110px;
		top: 55px;
	}
	.bloc_home_gestion_temps_container img {
		width: 150px;
		position: absolute;
		bottom: 0px;
	}
}

.personnalized_bloc_home_presentation {
	background-color: #F5F5F5;
	padding: 25px 0px 15px 0px;
}
.bloc_home_presentation hr {
	border-color: #0543C3;
	width: 50%;
}
.pres_use_tps_title_1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.pres_use_tps_title_2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.pres_use_tps_title_2::after {
	width: 80%;
	height: 1px;
	background-color: black;
}
.home_btn_offers_container {
	padding: 20px 0px;
	background-color: F5F5F5;
}
#total.page_index #main_content > .container:first-child {
	height: 0px;
}
#total.page_index #main_content {
	margin-top: 0px;
}
.middle_column_footer {
	height: 0px;
}
.home_mini_picto_win {
	position: relative;
	top: 4px;
	margin: 0px 4px;
	background-image: url('../../../upload/mini_picto_windows.png');
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	display: inline-block;
}
.home_mini_picto_cloud {
	position: relative;
	top: 4px;
	margin: 0px 4px;
	background-image: url('../../../upload/mini_picto_cloud.png');
	width: 30px;
	height: 18px;
	background-repeat: no-repeat;
	display: inline-block;
}
#main_content {
	margin-top: 8px;
}
#main_content.in_login {
	margin-top: 0px;
}
.page_temps_action_login {
	background-image: url('../../../upload/visuel_fond_login.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.in_login .login_fields_container {
	background-color: rgba(0,0,0,0.65);
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	padding: 80px 0px 20px 0px;
	background-image: url('../../../upload/logo_temps2000_blanc_login.png');
	background-repeat: no-repeat;
	background-position: center 10px;
}
.in_login .login_label {
	text-transform: uppercase;
	color: #FFFFFF;
	max-width: 100%;
}
@media screen {
	#total {
		margin-bottom: -319px;
	}
	#footer, .push {
		min-height: 319px;
	}
	.page_temps_action_login #footer, .page_temps_action_login .push {
		margin-top: 0px;
	}
	.temps2000_login_text {
		text-shadow: 0px 0px 10px #ffffff, 0px 0px 20px #ffffff, 0px 0px 30px #ffffff;
	}
}
.accueil_log_bloc_temps, .accueil_log_bloc_frais, .accueil_log_bloc_factures, .accueil_log_bloc_reglements, .accueil_log_bloc_resultats {
	margin-top: 20px;
}
.accueil_log_bloc_titre {
	margin-bottom: 10px;
}
.accueil_log_bloc_temps {
	border: 1px solid #02B38A;
	background-color: #f7fff7;
	border-radius: 10px;
}
.accueil_log_bloc_temps > .accueil_log_bloc_titre {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #02B38A;
	border-radius: 9px 9px 0px 0px;
}
.accueil_log_bloc_frais {
	border: 1px solid #DF566A;
	background-color: #fff8fa;
	border-radius: 10px;
}
.accueil_log_bloc_frais > .accueil_log_bloc_titre {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #DF566A;
	border-radius: 9px 9px 0px 0px;
}
.accueil_log_bloc_factures {
	border: 1px solid #A7A022;
	background-color: #fffff7;
	border-radius: 10px;
}
.accueil_log_bloc_factures > .accueil_log_bloc_titre {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #A7A022;
	border-radius: 9px 9px 0px 0px;
}
.accueil_log_bloc_reglements {
	border: 1px solid #EF7C51;
	background-color: #fffcf5;
	border-radius: 10px;
} 
.accueil_log_bloc_reglements > .accueil_log_bloc_titre {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #EF7C51;
	border-radius: 9px 9px 0px 0px;
}
.accueil_log_bloc_resultats {
	border: 1px solid #6D6AAC;
	background-color: #f7f7ff;
	border-radius: 10px;
}
.accueil_log_bloc_resultats > .accueil_log_bloc_titre {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #6D6AAC;
	border-radius: 9px 9px 0px 0px;
}
.accueil_log_bloc_liens {
	margin-top: 10px;
}
.accueil_log_bloc_liens p {
	margin-bottom: 0px;
	margin: 7px 0px;
}
.accueil_log_bloc_liens a {
	font-weight: bold;
	color: #000000; 
}
.accueil_log_bloc_temps, .accueil_log_bloc_frais, .accueil_log_bloc_factures, .accueil_log_bloc_reglements, .accueil_log_bloc_resultats {
	opacity:0.85;
}
.accueil_log_bloc_temps:hover, .accueil_log_bloc_frais:hover, .accueil_log_bloc_factures:hover, .accueil_log_bloc_reglements:hover, .accueil_log_bloc_resultats:hover {
	opacity:1;
}
.well .progress {
	background-color: #ffffff; 
}
.well hr {
	border-top: 1px solid #ddd;
}

/* CSS issu de admin.css, utile pour l'affichage de la création de commande depuis le front office */
.add_line_order {
	border: 1px #000000 dotted; 
	background-color: #FAFAFA; 
	padding:5px;
	min-height: 50px;
}
/* Lignes de tables */
tr.classe1 {
	background-color: #EBE7E8;
	color : #000000;
	font-weight : normal;
	font-size : 13px;
	text-decoration: none;
}
tr.classe2 {
	background-color: #D6D4D5;
	color : #000000;
	font-weight : normal;
	font-size : 13px;
	text-decoration: none;
}
tr.classe3 {
	background-color: #CCFFFF;
	color : #000000;
	font-weight : normal;
	font-size : 13px;
	text-decoration: none;
}
/* suggestions search */
div.suggestions {
	background-color: white;
	margin: 0px;
	padding: 0px;
}
div.suggestions ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.suggestions ul li:hover {
	background-color: #ffffbb;
}
div.suggestions ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	text-align:left;
}

.table_soc_prep_fact td{
	padding:5px;
	border:1px solid #aaaaaa;
}
.table_soc_prep_fact {
	text-align:center;
	margin-top: 15px;
}

#detail_frais_form, #detail_tps_tps_form, #detail_tps_qte_form {
	margin-top:10px;
}
#detail_frais_form > div, #detail_tps_tps_form > div, #detail_tps_qte_form >div {
	background-color:#FFFFFF;
	padding:8px;
}
.circulation_fact_container {
	margin:auto;
}

.circulation_fact_link {
	display:inline-block;
	width:40px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
.circulation_fact_link_disable {
	display:inline-block;
	width:40px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color:#999999;
}
.options_communes tr td, .autres_options tr td,.facture_budgete tr td, .frais_e_non_f tr td, .frais_e_non_f_tps tr td, .frais_e_non_f_qte tr td {
	padding:5px;
}
.facture_ponctuelle a {
	margin:5px;
}
.get_advancement_info {
	margin:auto;
}
.get_advancement_info .first_line{
	text-align:center;
	border-left:1px solid #FFFFFF;
}
.get_advancement_info td:first-child{
	border-left: none;
}
.get_advancement_info td:last-child{
	border-right: none;
}
.get_advancement_info .second_line{
	text-align:center;
	border: 1px solid black;
	border-bottom: none;
	border-top: none;
}
.get_advancement_info td{
	padding:5px;
}
.get_advancement_info_societe td {
	padding:5px;
	border:1px solid #FFFFFF;
}
.get_advancement_info_societe {
	margin:auto;
	background-color:#e9e9e9;
}
.ligne_envoi_email_groupe {
	margin: 10px;
	margin-left: 0px;
}
.titre_envoi_email_groupe h3 {
	margin-top: 0px;
}
.collabor_change_attribution td {
	padding: 5px;
}
.collabor_change_collabor td {
	padding: 5px;
}
#prev_nex_rum {
	color: #999999;
}
#exceptionnel_text {
	color: #999999;
}
#car_param_text {
	color: #000000;
}
.collapse_important {
	display: none !important;
}
.renumber_info {
	margin: 10px;
}
.templates_output td {
	padding: 5px;
}
@media (min-width: 768px) {
	.navbar-brand img {
		height: 74px;
		width: 318px;
	}
	.footer_logo img {
		width: 220px;
		height: 57px;
	}
	.tarif-block {
		padding-left:10px;
		padding-right:10px;
	}
	.tarif-block:first-child {
		padding-left:15px;
		padding-right:5px;
	}
	.tarif-block:last-child {
		padding-left:5px;
		padding-right:15px;
	}
}
@media (min-width: 992px) {
	.navbar-brand img {
		height: 87px;
		width: 379px;
	}
}
.red {
	color: #ff0000;
}
.grey {
	color: #cccccc;
}
.color_closed {
	color: #a64d0d;
}
table.dataTable tr.color_verrou.even:not(.selected) td {
	background-color: #fff5f5 !important;
}
table.dataTable tr.color_verrou.odd:not(.selected) td {
	background-color: #f5eaea !important;
}
table.dataTable tr.color_verrou:hover:not(.selected) td {
	background-color: #eee3e3 !important;
}
table.dataTable tr.color_vt2.even:not(.selected):not(.color_verrou) td {
	background-color: #f5fffa !important;
}
table.dataTable tr.color_vt2.odd:not(.selected):not(.color_verrou) td {
	background-color: #eaf5ef !important;
}
table.dataTable tr.color_vt2:hover:not(.selected):not(.color_verrou) td {
	background-color: #e3eee7 !important;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color: #e5fbfb;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
	background-color: #ace3e3;
}  
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
	background-color: #dcf7f7;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
	background-color: #ecfcfc;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
	background-color: #efffff;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
	background-color: #9dd7d7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
	background-color: #a3dada;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
	background-color: #a5dddd;
}
tr.color_verrou2.even:not(.selected) td {
	color: #b7b7b7;
}
tr.color_verrou2.odd:not(.selected) td {
	color: #b7b7b7;
}
.green {
	color: #009900;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.50) url('../images/loading.gif') no-repeat center center;
  z-index: 10000;
  text-align:center;
}
.dataTables_wrapper .dataTables_filter {
	margin-left: 30px;
}
.dataTables_wrapper .dataTables_processing {
	display: block;
	float: right;
	margin: 4px -25px 5px 0px;
	width: 25px;
	height: 25px;
	position: inherit !important;
	top: auto !important;
	left: auto !important;
	background: transparent url('../../../images/fineuploader-processing.gif') center bottom no-repeat;
}
.datatable_height_wrapper { 
	min-height: 142px;
}
.datatable_height_wrapper > table.display {
	display: none;
}
table.dataTable.display .bill_taken:not(.selected) {
    background-color: #ffe6ff;
}
.query-builder .rule-filter-container select {
	max-width: 200px;
}
.form-control {
	padding: 6px;
}
.query-builder .rule-container input[type=number], .query-builder .rule-container input[type=text], .query-builder .rule-container select{
	padding: 4px !important;
	height: 30px !important;
}

.datatable_paddle {
	top: 0px;
	position: fixed;
	z-index: 20;
	visibility: hidden;
	height: 48px;
	font-size: 48px;
	opacity: 0.75;
	color: #337ab7;
}
.datatable_paddle:hover {
	cursor: pointer;
}
.datatable_paddle .glyphicon {
	display: block;
}
.datatable_left_paddle {
	left: 0;
}
.datatable_right_paddle {
	right: 0;
}
th.select-checkbox {
	padding-left: 13px !important;
	width: 0.01px !important;
}
table.fixedHeader-floating th.select-checkbox, table.fixedHeader-locked th.select-checkbox {
	padding: 0px !important;
	width: 30px !important;
}
table.fixedHeader-floating {
	visibility: hidden;
}
table.fixedHeader-locked {
    position: inherit !important;
	background: #ffffff;
	display: none;
}
@media screen and (max-width: 640px) {
	.dataTables_wrapper .dataTables_processing {
		margin: 10px -25px 5px 0px; 
	}
	.dataTables_wrapper .dataTables_filter {
		float: right !important;
	}
}
/* Agenda */
.fc .fc-refresh-button {
	margin-left: 41.75px;
}
.fc .fc-resource .fc-icon {
	width: 0px !important;
}
.fc .fc-button {
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.43;
}
.fc-button-group {
    position: relative;
	display: inline-block;
	vertical-align: middle;
}
.fc-button-primary {
    background-color: #3078bf !important;
	margin-bottom: 5px !important;
}
.fc .fc-button-primary {
	border-color: rgba(255,255,255,0.65) !important;
}
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
	background-color: #1a252f !important;
	border-color: rgba(255,255,255,0.65);
}
.fc .fc-button-primary:hover {
	background-color: #60a8cf !important;
	border-color: rgba(255,255,255,0.65);
}
.fc-dayGridMonth-button, .fc-multiMonthYear-button, .fc-timeGridWeek-button, .fc-timeGridDay-button {
    background-color: #4fc772 !important;
	border-color: rgba(255,255,255,0.65);
}
.fc .fc-dayGridMonth-button:hover, .fc .fc-multiMonthYear-button:hover, .fc .fc-timeGridWeek-button:hover, .fc .fc-timeGridDay-button:hover {
	background-color: #76e797 !important;
}
.fc-add_time-button, .fc-add_event-button, .fc-add_case-button {
    background-color: #e3801f !important;
	border-color: rgba(255,255,255,0.65);
}
.fc .fc-add_time-button:hover, .fc .fc-add_event-button:hover, .fc .fc-add_case-button:hover {
	background-color: #ed9e51 !important;
}
.fc-listMonth-button, .fc-listWeek-button, .fc-listDay-button {
    background-color: #808080 !important;
	border-color: rgba(255,255,255,0.65);
}
.fc .fc-listMonth-button:hover, .fc .fc-listWeek-button:hover, .fc .fc-listDay-button:hover {
	background-color: #bbbbbb !important;
}
.fc-resourceTimelineMonth-button, .fc-resourceTimelineWeek-button, .fc-resourceTimelineDay-button {
    background-color: #8a55b5 !important;
	border-color: rgba(255,255,255,0.65);
}
.fc .fc-resourceTimelineMonth-button:hover, .fc .fc-resourceTimelineWeek-button:hover, .fc .fc-resourceTimelineDay-button:hover {
	background-color: #a97bcf !important;
}
.fc-timegrid-axis-frame {
	height: auto !important;
}
.fc-timeGrid-view .fc-day-grid-event .fc-content {
	white-space: normal;
}
.fc .fc-popover {
    z-index: 1005;
}
.fc .fc-more-popover .fc-popover-body {
    overflow: scroll;
    max-height: 300px;
	max-width: 92vw;
}
.fc .fc-timegrid-slot-minor {
    border-color: #e9e9e9;
}
/* Bouton de retour vers le haut */
.fc-stop-scroll {
	position: absolute;
	opacity: 0.6;
	right: 15px;
	top: 0px;
	z-index: 100;
}
.fc-stop-scroll a:focus {
	outline: 0;
}
.fc-stop-scroll span.glyphicon {
	font-size: 24px;
}
.fc-event {
	border-left: 2px rgb(0,0,0,30%) solid !important;
}
@media print {
	.fc .fc-scroller-liquid-absolute {
		position: relative;
	}
	.fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business, .fc .fc-view-harness-active>.fc-view {
		position: relative;
	}
	.fc-view-harness {
		height: auto !important;
	}
}

.editor_upload .rendered {
	word-wrap: break-word;
    max-width: 200px;
	font-size: 12px;
}
#faq h3 {
	font-size: 17px;
	font-weight: bold;
	color: #328626;
	margin-bottom: 15px;
}
#faq .answer_text {
	border: 1px solid #eeeeee;
	background-color: #fcfcfc;
	padding: 10px;
	border-radius: 10px;
}
#entete_order_lines {
	z-index:1;
}
.sortable h3 {
	margin-top: 10px;
}
#customForm_Temps #DTE_Field_tmppasse-Datel, #customForm_Temps #DTE_Field_budtemps-Datel, #customForm_Frais #DTE_Field_fraiseng-Datel, #customForm_Frais #DTE_Field_budfrais-Datel { 
    font-size: 18px;
    background-color: #f7faff;
}
#customForm_Temps #DTE_Field_tmppasse-Temps, #customForm_Temps #DTE_Field_budtemps-Temps, #customForm_Frais #DTE_Field_fraiseng-PR, #customForm_Frais #DTE_Field_fraiseng-PV, #customForm_Frais #DTE_Field_budfrais-PR, #customForm_Frais #DTE_Field_budfrais-PV {
    font-size: 20px;
    background-color: #f7faff;
}
#customForm_Temps #DTE_Field_tmppasse-Quantite, #customForm_Temps #DTE_Field_budtemps-Quantite {
    font-size: 18px;
}
#customForm_Temps .panelcode, #customForm_Temps .paneltemps, #customForm_Temps .panelvalo {
    padding: 15px;
}
#customForm_Temps .panelvalo .DTE_Field_Type_checkbox .DTE_Field_Input {
	float: none;
}
#customForm_Temps .panelvalo .DTE_Field_Type_checkbox .DTE_Label {
	display: none;
}
#customForm_Temps .panelvalo p > label, #customForm_Temps .panelvalo div > label {
	max-width: 100%;
}
#customForm_Temps .panelvalo p > label.DTE_Label, #customForm_Temps .panelvalo div > label.DTE_Label {
	max-width: 80%;
	float: left;
    padding-top: 6px;
    width: 30%;
}
#customForm_Temps .panelvalo .colsm2_field {
	max-width:145px;
}
#customForm_Temps .panelvalo .time_or_quantity {
	max-width:50px;
	min-width:40px;
}
#customForm_Temps .panelvalo .coefficient {
	width:40px;
}
#customForm_Temps .panelvalo .alert_calculation {
	color: #b11f1f;	
	font-size: 11px;
	line-height: 1em;
	margin-top: 5px;
	font-style: italic;
}
#customForm_Temps #explain_Collaborateur_multiple {
	max-height: 185px;
	overflow: auto;
}
.payment_creation_groupe .row {
	margin-bottom:5px;
}
.payment_creation_groupe input[type=text] {
	width:150px;
	display:inline-block;
}
.payment_creation_groupe select {
	width:200px;
	display:inline-block;
}
@media screen and (max-width: 767px) {
	#customForm_Temps .panelvalo .DTE_Field_Type_text {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#customForm_Temps .panelvalo .time_or_quantity {
		max-width:145px;
		width:145px;
	}
	#customForm_Temps .panelvalo .coefficient {
		width:145px;
	}
	#customForm_Temps .panelvalo .colsm2_field {
		width:145px;
	}
	#customForm_Temps .panelvalo div.DTE_Field_Input {
		float:left;
		width:145px;
	}
	#customForm_Temps .panelvalo  .Opt_Recalc_Aut_Valorisation div.DTE_Field_Input {
		width:100%;
	}
	.fc .fc-toolbar {
		flex-wrap: wrap;
	}
	.query-builder.form-inline .form-control {
		max-width: 150px;
	}
	.dt-buttons.btn-group .btn {
		padding: 4px 6px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#customForm_Temps .panelvalo div.DTE_Field > div.DTE_Field_Input {
		width: 60%;
	}
	#customForm_Temps .panelvalo p > label.DTE_Label, #customForm_Temps .panelvalo div > label.DTE_Label {
		width: 40%;
	}
	#customForm_Temps .panelvalo .colsm2_field {
		width: 70px;
		margin-left: 15px;
	}
}

@media only screen and (min-width: 768px) {
	div.DTE_Body div.DTE_Body_Content div.col-sm-6 section.row div.DTE_Field > div.DTE_Field_Input {
	  padding-left: 5px;
	  width: 60%;
	}
}
.pager {
	text-align: center;
	list-style: none;
}
.pager li {
	display: inline;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}
.pager li a {
	margin-bottom: 5px;
}
.well {
	border-radius: 4px;
}
#main_content h1 {
	margin-bottom: 20px;
}
.ui-autocomplete { 
	min-width: 310px;
}
#clt_tnf_table .form-control { 
	height: 32px;
}
div.editor_4cols .DTE_Field_InputControl > div { columns:4 }
div.editor_3cols .DTE_Field_InputControl > div { columns:3 }
div.editor_2cols .DTE_Field_InputControl > div { columns:2 }
@media screen and (max-width: 1199px){
	div.editor_4cols .DTE_Field_InputControl > div { columns:3 }
}
@media screen and (max-width: 991px){
	div.editor_4cols .DTE_Field_InputControl > div, div.editor_3cols .DTE_Field_InputControl > div  { columns:2 }
}
@media screen and (max-width: 767px){
	div.editor_4cols .DTE_Field_InputControl > div, div.editor_3cols .DTE_Field_InputControl > div, div.editor_2cols .DTE_Field_InputControl > div { columns:1 }
}
@media screen and (max-width: 500px) {
	div.DTE button.btn, div.DTE div.DTE_Form_Buttons button {
		padding-left:7px !important;
		padding-right:7px !important;
	}
}

.query-builder .rule-container .rule-value-container {
   max-width: 800px;
}
.cke_button__maximize.cke_button_off {
	background-color: #99FFCC !important;
}
.cke_bottom {
	border-top: none !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.cke_top {
	padding-top:2px !important;
	padding-bottom:0px !important;
}
.modal-body {
    max-height: 500px;
    overflow-y: auto;
}
.pieLabelBackground {
	border-radius: 4px;
}


.advistofr-banner {
	height: 300px;
    overflow: hidden;
    position: relative;
}
.scrolled-banner-image {
	margin-top: 0;
	max-width: none;
}
.banner-text {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
    height: 100%;
    width: 100%;
	color: #FFFFFF;
	overflow: hidden;
}
.banner-text-big {
	font-size:	78px;
}
.banner-text p {
	display: table-cell;
	vertical-align: middle;
	font-size: 32px;
	text-shadow: 1px 1px 5px #333333,1px 1px 10px #000000,1px 1px 20px #000000;
}
@media (max-width: 767px) {
	.scrolled-banner-image {
		max-width: 900px;
	}
	.advistofr-banner {
		height: 200px;
	}
	.banner-text-big {
		font-size:	28px;
	}
	.banner-text p {
		font-size:	20px;
	}
}
@media (min-width: 768px) {
	.contact_form_table .form-control {
		width: 450px;
	}
	.contact_form_table td {
		padding-bottom: 6px;
		padding-right: 5px;
	}
}
@media (min-width: 1200px) {
	.contact_form_table .form-control {
		width: 650px;
	}
	.image_ssl {
		margin-left: 60px;
	}
}
@media (max-width: 991px) {
	.contact_form_table {
		width: 100%;
	}
}
.minicaddie_badge_xs.badge {
	padding:3px 5px;
}
.fa-bell {
  &:hover, &:focus {
    animation: bellshake .8s cubic-bezier(.36,.07,.19,.97) both;
    backface-visibility: hidden;
    transform-origin: top right;
  }
}

@keyframes bellshake {
  0% { transform: rotate(0); }
  15% { transform: rotate(10deg); }
  30% { transform: rotate(-10deg); }
  45% { transform: rotate(8deg); }
  60% { transform: rotate(-8deg); }
  75% { transform: rotate(4deg); }
  85% { transform: rotate(-4deg); }
  92% { transform: rotate(2deg); }
  100% { transform: rotate(0); }
}

#total.page_temps_data_quote_prepare h1, #total.page_temps_data_order_prepare h1 {
	margin-bottom: -30px;
}