/* General */
body {
	font-family: Open Sans,Helvetica Neue,Helvetica,Arial, sans-serif;
	color: #333333;
	max-width: 100%;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Open Sans,Helvetica Neue,Helvetica,Arial, sans-serif;
}
h1 {
	font-size: 32px;
}
h2, .h2 {
	font-size: 32px; 
}
h1, .home_title, .products_title {
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 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;
}
.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%;
}

/* Header */
.bar_header {
	width: 100%;
	height: 6px;
	background: #535552 url("../images/bar_headerl.jpg") no-repeat top center;
	position: fixed;
	z-index:1000;
}
.navbar-header {
	margin-top:12px;
}
.main_menu {
	font-size: 18px;
}

#main_header .navbar-nav > li {
	padding: 0 15px 0 15px;
	min-height: 30px;
}

#main_header .navbar-nav > li > span,#main_header .navbar-nav > li > a {
	padding: 0;
	color: #333333;
	line-height: 24px;
}

#main_header .navbar-nav > li > a:hover {
	color: #CB411A !important;
	padding-bottom: 3px;
	border-bottom: 3px solid #CB411A;
}
#main_header .navbar-nav > li.menu_rub_11 > a:hover {
	color: #297daf !important;
	border-bottom: 3px solid #499dcf;
}
#main_header .navbar-nav > li.menu_rub_10 > a:hover {
	color: #72a400 !important;
	border-bottom: 3px solid #92c400;
}
#main_header .navbar-nav > li.menu_rub_13 > a:hover {
	color: #c7961d !important;
	border-bottom: 3px solid #e7b63d;
}
#main_header .navbar-nav > li.active > span, #main_header .navbar-nav > li.active > a, #main_header .navbar-nav > li.active > a:hover {
	border-bottom: 6px solid #333333;
	padding-bottom: 0px;
	color: #333333 !important;
}

.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);
}
.main_menu_wide {
	border-bottom: 1px solid #333333;
}

/* Blocs */
.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: 180px;
}
.module_login_submit {
	text-align: center;
}

/* Gestion de footer qui reste en bas de page avec astuces pour compatibilités avec tous navigateurs */
@media screen {
	html, body {
		height: 100%;
	}
	#total {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin-bottom: -400px;
	}
	#footer, .push {
		min-height: 400px;
		margin-top:10px;
	}
	#footer {
		clear:both;
		margin: 0 auto;
		text-align: center;
	}
	.footer {
		background-color: #333333;
		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:link {
	color: #FFF6E7;
}
.footer a:hover {
	color: #FFCCBB;
}
/* 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 h1 {
	margin-top: 0px;
}
.dropdown-menu > li:hover > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e5e5f5;
}
.dropdown-menu > li > a {
	white-space: normal;
}

/* Footer et Header */
.footer_bg {
	position: relative;
	height: 85px;
	width: 100%;
	overflow: hidden;
}
.footer_bg_1, .footer_bg_2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.footer_bg_1 img, .footer_bg_2 img {
	height: 85px;
	max-width: none;
}

.footer {
	padding-top: 40px;
	min-height: 300px;
	background-color:  #333333;
}

.footer_logo_line {
	height: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #444444;
	padding: 5px;
}

.footer_logo {
	display: inline-block;
	float: left;
	width: 220px;
	height: 75px;
}
.footer_logo img, .rss_bloc {
	margin-top:10px
}
#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 {
	display: inline-block;
	float: right;
}

.footer_subscribe_newsletter, .footer_col {
	text-align: left;
}

.footer_subscribe_newsletter .btn {
  padding-left: 8px;
  padding-right: 8px;
}
.footer_subscribe_newsletter label {
	display: block;
}

.footer_subscribe_newsletter #newsletter_email {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.footer_bottom p{
	text-align: right;
	color: #666666;
}

#footer ul, .header_basicblock > ul {
	list-style: none;
	padding: 0;
}
#footer  li, .header_basicblock > ul > li {
	border-left: 1px solid #DDDDDD;
	display: inline;
	padding: 0 0.5em 0 0.6em;
	white-space: nowrap;
}
#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;
}

/* Menus latéraux */
.left_column li, .right_column li {
	background-image: none;
	display: block;
	font-size: 12px;
	list-style: none outside none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-bottom: 0px;
	position: relative;
}
.left_column li > span, .left_column li > a, .right_column li > span, .right_column li > a {
	display: block;
	min-height: 26px;
	line-height: 26px;
	vertical-align: middle;
	/*background: url(images/menu/menu_main_item.gif) center top no-repeat ;*/
	padding: 0px 4px 0px 10px;
	font-weight: bold;
	text-decoration: none;
}
.left_column .sousMenu, .right_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;
}
.left_column .sousMenu li, .right_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;
}
.left_column .sousMenu li span, .left_column .sousMenu li a, .right_column .sousMenu li span, .right_column .sousMenu li a {
	z-index: 105;
}
.left_column li:hover > a, .left_column li a:focus, .left_column li a:active, .left_column li.active > a, .right_column li:hover > a, .right_column li a:focus, .right_column li a:active, .right_column li.active > a {
	background-color: #DCE2FF;
	background-image: none;
	color: #000000;
}
.left_column li.plus:hover > ul.sousMenu, .right_column li.plus:hover > ul.sousMenu {
	display: block;
}
.left_column .sousMenu:hover > a, .right_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;
}

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%;
}
.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-info {
	background: url('../../../images/picto_aide_peel_03.png') no-repeat 10px 12px scroll #D9EDF7;
	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.2);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* 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-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;
}
.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 {
	color: #C16D00 !important;
	background-color: #FFFFFF !important;
	border: 0px solid transparent;
	border-color: #AAAAAA #AAAAAA #FFFFFF #AAAAAA;
} 
.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 3px 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 {
	width: 110px;
	text-align: center;
}
.lignecaddie_prix_unitaire {
	width: 135px;
}
.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;
}

/*
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 */
.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
  /*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: 20px 30px;
  *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;
}
@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;*/
  }
}

/* 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%;
	max-height: 200px;
	overflow-y: auto;
}
.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;
}
#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 li.input input {
	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: 15px;
}
.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: 10px;
	margin-bottom: 10px;
}
.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;
}
td.fc_titre_produit a {
	font-weight: bold;
	color: #000000;
}
td.fc_titre_produit {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	height: 60px;
}
td.fc_prix {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
td.fc_descriptif {
	font-size: 1em;
	text-align: justify;
	height: 25px;
}
.fc_image {
	text-align: center;
	vertical-align: middle;
}
.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 {
	width: 100%;
	margin: 5px auto 5px auto;
}
.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;
}
.notation_tab .progress{
	margin: 0px;
}
.td_avis {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted grey;
}

/* Divers */
.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 img {
	margin: 10px;
}
.contact_intro {
	padding-top: 4px;
	margin-bottom: 10px;
}
.page_warning {
	background-color: #220066;
	color: #EEEEEE; 
	text-align: center;
	margin-bottom: 5px;
}
.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 .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;
}
.references .fc_image {
	vertical-align: middle !important;
	height: 210px !important;
}
/* 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;
	color: #FF7E00;
}
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 {
	font-weight: bold;
	color: #59ACBD;
	font-size: 18px;
}
div.on_estimate_information{
	text-align: left;
}
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;
}


/* 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;
}

#carrousel_top_home {
	border-bottom: solid 1px #dddddd;
	margin-bottom: 30px;
}

.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;
}
.carousel-indicators li {
	border: 1px solid #AAAAAA;
}
a.carousel-control {
	color: #AAAAAA;
	outline: 0 !important;
}
a.carousel-control:hover, a.carousel-control:focus {
	color: #666666;
}
.carousel-control.left {
	min-width: 37px;
	background-image:none;
	left: 20px;
}
.carousel-control.right {
	min-width: 37px;
	background-image:none;
	right: 20px;
}
.carousel-control .glyphicon-chevron-left {
	left: 0px;
}
.carousel-control .glyphicon-chevron-right {
	right: 0px;
}
.image_ssl {
	width:78px; 
	height:70px; 
	margin-left:20px;
}

/* Styles responsive */
@media (max-width: 1199px) {
	.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) {
	.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;
	}
	.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;
	}
	.dropdown-submenu {
		border-bottom: 1px solid #EEEEFF;
	}
	.header_search {
		clear: left;
		float: left;
		width: 100%;
		padding: 0px 15px 10px 15px;
	}
	#header_signin, #header_login  {
		margin: 8px 8px 8px 0px;
	}
	#header_login .dropdown-menu {
		left: auto;
		right: 0;
	}
	.rss_bloc {
		float: left;
		margin-bottom: 20px;
		margin-left: 15px;
	}
	.footer_logo_line {
		margin-bottom: 20px;
	}
	.image_ssl {
		margin-left: 15px;
	}
	#footer li {
		display: inline-block;
		margin-bottom: 6px;
	}
}
@media (max-width: 419px) {
	.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;
	}
	#footer .link li {
	  border: medium none;
	  display: block;
	  padding: 0;
	}
	#footer .link li:first-child{
		padding: 0px;
	}
	.image_ssl {
		display: none;
	}
}
@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) {
	.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;
	}
	.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;
	}
}
@media (min-width: 992px) {
	.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;
	}
} 
@media (min-width: 1200px) {
	.formulaire-achat .form-control {
		width: 400px;
	}
	.navbar .nav > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact_form_table .form-control {
		width: 430px;
	}
	.image_ssl {
		margin-left: 60px;
	}
}
@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;
	}
}
@media print {
	/* On retire les URL entre parenthèse lors de l'impression */
	a[href]:after, abbr[title]:after{
		content:"";
	}
	.container {
		width: 100%;
	}
	.bar_header, .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;
	}
	h4.cgv {
		font-size:11px;
	}
}
.societe_detail {
	padding-bottom: 3px;
    padding-top: 3px;
}
.societe_detail_current {
}

#contact_title {
	margin-top: 50px;
}
#contact_form h3 {
	margin-bottom: 20px;
}
#contact_info p {
    margin: 0px;
}
#contact_info .adresse {
    margin-top: 10px;
}
#contact_info .societe_horaire {
    clear: both;
	text-align: center;
	margin: auto;
    padding-bottom: 5px;
    padding-top: 5px;
}
.societe_maps {
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}
#map1 {
    display: none;
}
.block_text_contact {
	margin-top: 8px;
	margin-bottom: 25px;
	max-width: 100%;
}
.home-12:not(.home-12-last-child), .services-12:not(.services-12-last-child):not(.services-12-first-child) {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 1px #dddddd;
}

.agence-12:not(.agence-12-first-child):not(.agence-12-last-child), .technologies-12:not(.technologies-12-last-child):not(.technologies-12-first-child), .solutions-12:not(.solutions-12-first-child):not(.study-case):not(.study-case-description) {
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.contact-12.contact-12-first-child, .technologies-12.technologies-12-first-child, .services-12.services-12-first-child, .solutions-12.solutions-12-first-child, .agence-12.agence-12-first-child {
	margin-bottom: 40px;
}

.agence-12:not(.agence-12-last-child):not(.agence-12-first-child), .solutions-12.study-case:not(.solutions-12-last-child), .technologies-12:not(.technologies-12-first-child):not(.technologies-12-last-child) {
	border-bottom: solid 1px #dddddd;
}

.advistofr-banner {
	height: 300px;
    overflow: hidden;
    position: relative;
}

.scrolled-banner-image {
	margin-top: 0;
	max-width: none;
	min-width: 100%;
}

.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;
}

.home-12 > div:not(.clearfix), .agence-12 > div:not(.clearfix), .services-12 > div:not(.clearfix), .solutions-12 > div:not(.clearfix) {
	height: 100%;
}

h1, .home-12 h2, .home-12 .h2, .agence-12 h2, .services-12 h2, .solutions-12 h2, .technologies-12 h2 {
	margin: 0 0 36px 0;
}
.home-12 h3, .agence-12 h3, .services-12 h3, .solutions-12 h3, .technologies-12 h3 {
	margin: 0 0 20px 0;
}

.h2-with-icon {
	padding-left: 40px;
}

.h2-with-icon.hebergement {
	background: url('../images/hebergement.png') no-repeat left 4px;
}

.h2-with-icon.maintenance {
	background: url('../images/maintenance.png') no-repeat left 4px;
}

.h2-with-icon.developpement_specifique {
	background: url('../images/developpement_specifique.png') no-repeat left 4px;
}

.h2-with-icon.design {
	background: url('../images/design.png') no-repeat left 4px;
}

.h2-with-icon.gestion {
	background: url('../images/gestion.png') no-repeat left 4px;
}

.h2-with-icon.referencement {
	background: url('../images/referencement.png') no-repeat left 4px;
}

.h2-with-icon.conseil {
	background: url('../images/conseil.png') no-repeat left 4px;
}

.h2-with-icon.dossier_red {
	background: url('../images/dossier_red.png') no-repeat left 7px;
	color: #CB411A;
}

.h2-with-icon.dossier_blue {
	background: url('../images/dossier_blue.png') no-repeat left 4px;
	color: #499DCF;
}

.h2-with-icon.dossier_green {
	background: url('../images/dossier_green.png') no-repeat left 7px;
	color: #92C400;
}

.h2-with-icon.dossier_yellow {
	background: url('../images/dossier_yellow.png') no-repeat left 7px;
	color: #E8A330;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.btn-blue, .btn-green, .btn-yellow, .btn-red, .btn-grey {
	margin: 5px 0;
	border: none;
	font-weight: bold;
}
.btn-blue {
	background-color: #4A9DCF;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
	background-color: #3388BB;
}
.btn-green {
	background-color: #92C400;
}
.btn-green:hover, .btn-green:focus, .btn-green:active {
	background-color: #88BB00;
}
.btn-yellow {
	background-color: #E7B63D;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
	background-color: #DDAA22;
}
.btn-red {
	background-color: #CB411A;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
	background-color: #BB3311;
}

.btn-grey {
	background-color: #555555;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey:active {
	background-color: #444444;
	border: none;
}

li.li-content {
	margin-bottom: 8px;
	padding-left: 2px;
}

li.li-blue {
	list-style-image: url(../images/li_blue.png);
}

li.li-green {
	list-style-image: url(../images/li_green.png);
}

li.li-red {
	list-style-image: url(../images/li_red.png);
}

li.li-yellow {
	list-style-image: url(../images/li_yellow.png);
}

li.li-white {
	list-style-image: url(../images/li_white.png);
}

.img-wrap-left {
	float: right;
	margin-left: 30px;
}

.img-wrap-right {
	float: left;
	margin-right: 30px;
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.home-schema-container {
	display: inline-block;
    height: 395px;
    position: relative;
    width: 374px;
	max-width: 100%;
	overflow-x: auto;
}

#home_schema_1 {
	position: absolute;
	top: 0;
	left: 0;
}

#home_schema_2 {
	position: absolute;
	top: 37px;
	right: 0px;
}

#home_schema_3 {
	position: absolute;
	top: 200px;
	left: 120px;
}

#home_schema_4 {
	position: absolute;
	top: 170px;
	left: 60px;
}

.home-rencontre-container {
	display: inline-block;
    height: 175px;
    position: relative;
    width: 175px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

#rencontre {
	position: absolute;
	top: 0;
	left: 0;
}

#rencontre_over {
	position: absolute;
	top: 0;
	left: 0;
}

.study-case-description {
	margin: 0 0 30px;
}
.study-case {
	padding: 0 0 50px;
	margin: 0 0 40px;
}
.study-case > div {
	margin-bottom: 5px;
	padding: 0 2px;
}
.study-case div.study-case-box {
	color: #ffffff;
}
.study-case h3 {
	margin: 10px 0 10px 20px;
	padding-left: 25px;
	background: url('../images/loupe.png') no-repeat 0px 3px;
}
.study-case h4 {
	background-color: #ffffff;
	margin: 0 0 20px;
	padding: 20px;
	font-size: 24px;
}
.study-case p {
	padding: 0 20px;
}
.study-case ul {
	padding-right: 20px;
}

.study-case-red div.study-case-box {
	background-color: #CB411A;
	border: 1px solid #CB411A;
}
.study-case-red h4 {
	color: #CB411A;
}

.study-case-blue div.study-case-box {
	background-color: #499DCF;
	border: 1px solid #499DCF;
}
.study-case-blue h4 {
	color: #499DCF;
}

.study-case-green div.study-case-box {
	background-color: #92C400;
	border: 1px solid #92C400;
}
.study-case-green h4 {
	color: #92C400;
}

.study-case-yellow div.study-case-box {
	background-color: #E8A330;
	border: 1px solid #E8A330;
}
.study-case-yellow h4 {
	color: #E8A330;
}

.banner-technology img {
	max-height: 150px;
	width: auto;
	margin: 10px;
}

.content_carrousel_realisation {
	position:absolute;
	overflow:hidden;
	width: 100%;
}
.content_carrousel_realisation .cache {	
	top:0;
	left:0;
}
.middle_column {
	margin-top: 40px;
}
#carrousel_realisation {
	overflow: hidden;
	position: relative;
	margin: 0px;
}
#carrousel_top_home {
	margin-top: -40px;
}
h2.cgv {
	font-size: 24px;
}
.rubrique_title h3 a {
	color: #000000 !important;
}
.breadcrumb {
	display:none;
}
.scroll_to_top {
	position: fixed;
	opacity: 0.6;
	display: none;
	right: 10px;
	bottom: 35px;
	z-index: 1100;
}
.scroll_to_top a:focus {
	outline: 0;
}
.scroll_to_top span.glyphicon {
	font-size:48px;
}

@media (min-width: 768px) {
	.home-12:not(.without-separator) > div:first-child, .agence-12:not(.without-separator):not(.border-on-right) > div:first-child {
		border-right: 1px solid #dddddd;
		padding-right: 40px;
	}
	
	.agence-12.border-on-right > div:first-child {
		padding-right: 40px;
	}
	
	.agence-12.border-on-right > div:last-child {
		border-left: 1px solid #dddddd;
	}
	.contact_form_table td {
		padding-bottom: 6px;
		padding-right: 5px;
	}
}
@media (min-width: 992px) {
	.services-12:not(.without-separator) > div:first-child, .solutions-12:not(.without-separator) > div:first-child, .technologies-12:not(.without-separator) > div:first-child {
		padding-right: 40px;
		border-right: 1px solid #dddddd;
		padding-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.study-case-red div.study-case-box:not(.study-case-title) {
		min-height: 550px;
	}
	
	.study-case-blue div.study-case-box:not(.study-case-title) {
		min-height: 335px;
	}
	
	.study-case-green div.study-case-box:not(.study-case-title) {
		min-height: 332px;
	}
	
	.study-case-yellow div.study-case-box:not(.study-case-title) {
		min-height: 443px;
	}
}
@media (max-width: 1199px) {
	.study-case-red div.study-case-box:not(.study-case-title) {
		min-height: 650px;
	}
	
	.study-case-blue div.study-case-box:not(.study-case-title) {
		min-height: 370px;
	}
	
	.study-case-green div.study-case-box:not(.study-case-title) {
		min-height: 300px;
	}
	
	.study-case-yellow div.study-case-box:not(.study-case-title) {
		min-height: 450px;
	}
	.scrolled-banner-image {
		max-width: 1400px;
	}
	.bar_header {
		background-size: 90% 6px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.main_menu_wide .container {
		padding-left: 0px;
		padding-right: 0px;
		width: 980px;
	}
	#main_header .navbar-nav > li {
		padding-left: 4px;
		padding-right: 4px;
	}
}
@media (max-width: 991px) {
	.services-12:not(.without-separator) > div:first-child, .solutions-12:not(.without-separator) > div:first-child, .technologies-12:not(.without-separator) > div:first-child {
		padding-right: 0;
		border: none;
		padding-bottom: 40px;
	}
	.scrolled-banner-image {
		max-width: 1200px;
	}
	.study-case-red div.study-case-box:not(.study-case-title), .study-case-blue div.study-case-box:not(.study-case-title), .study-case-yellow div.study-case-box:not(.study-case-title), .study-case-green div.study-case-box:not(.study-case-title) {
		min-height: 0;
	}
	#carrousel_top_home {
		margin-left: -15px;
		margin-right: -15px;
	}
	.contact_form_table {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.home-12:not(.without-separator) > div:first-child, .agence-12:not(.without-separator):not(.border-on-right) > div:first-child {
		border-bottom: 1px solid #dddddd;
		margin-bottom: 40px;
	}
	.home-12 > div:first-child {
		padding-bottom: 40px;
	}
	.scrolled-banner-image {
		max-width: 900px;
	}
	.advistofr-banner {
		height: 200px;
	}
	.banner-text-big {
		font-size:	28px;
	}
	.banner-text p {
		font-size:	20px;
	}
	.carousel-indicators{
		display: none;
	}
	.home-schema-container {
		display: inline-block;
		height: 395px;
		position: relative;
		width: 320px;
		max-width: 100%;
		overflow-x: auto;
	}
	#home_schema_4 {
		left: 20px;
	}
	#home_schema_3 {
		left: 80px;
	}
	.navbar-brand img {
		max-height: 52px;
	}
	.societe_detail {
		text-align: center;
	}
	.footer {
		padding-bottom: 60px;
	}
	.scroll_to_top {
		bottom: 70px;
		right: 20px;
	}
}
.inside_middle_logos_references_home {
	margin-right:25px;
	margin-left:25px;
}
.middle_logos_references_home span {
	font-family: Open Sans,Helvetica Neue,Helvetica,Arial, sans-serif;
	text-align:center;
	color:#333333;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
} 