/**
 *	GENERAL
 */
 
h1 {
	margin-bottom:20px;
	font-size:24px;
	line-height: 22px
}
h2 {
	padding-bottom:20px;
	font-size:18px
}
h3 {
	padding-bottom:20px;
	font-size:16px
}
h3.page-subheading {
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: .5em;
}
h4 {
	padding-bottom:20px;
	font-size:14px
}
 
h1 {
	display:block;
}

i.icon-file-text {
	display: none;
}

/**
 *	Mise en forme des tables (copie Bootstrap)
 */
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 18px; }
  .table thead > tr > th,
  .table thead > tr > td,
  .table tbody > tr > th,
  .table tbody > tr > td,
  .table tfoot > tr > th,
  .table tfoot > tr > td {
    padding: 9px 8px 11px 18px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #d6d4d4; }
  .table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4; }
  .table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #d6d4d4; }
  .table .table {
    background-color: white; }

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #d6d4d4; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #d6d4d4; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #55c65e;
  border-color: #48b151; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #42c04c;
  border-color: #419f49; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f3515c;
  border-color: #d4323d; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #f13946;
  border-color: #c32933; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fe9126;
  border-color: #e4752b; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #fe840d;
  border-color: #da681c; }

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #d6d4d4; }
    .table-responsive > .table {
      margin-bottom: 0;
      background-color: #fff; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > thead > tr:last-child > th,
      .table-responsive > .table-bordered > thead > tr:last-child > td,
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
		

/**
 *	Hacks surcharges th�me d'origine
 */
 
/* Mon compte */
#my-account #left_column {
	display: block;
}
#my-account #center_column {
	width: auto;
}


/* *********************************************************************************************************************** */
 
/**
 *	Region : Header
 */
#header-wrapper {
	background: #E8DB87;
	height: 166px;
}

#header {
	background: url('../img/imprimetcom/header-bg.jpg') no-repeat;
	position:relative;
}

a#header_logo {
	margin-top: 0;
	line-height: 0.1em;
	height: 166px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Header Slogan */
#header-slogan {
	padding-top: 10px;
	line-height: 0em;
	height: 88px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Header Login */
#header-login {
	background: white;
	height: 24px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	/* padding-top: 8px; */
	padding-bottom: 8px;
	margin-bottom: 55px;
	text-align: right;
}

#header-login ul, #header-login li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header-login li {
	/* float: left; */
	font-size: 11px;
	padding-left: 20px;
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
}

#header-login li a {
	color: 837c4c;
}

#header-login-quisommesnous {
	background: url('../img/imprimetcom/header-login-quisommesnous-bg.png') no-repeat;
	padding-right: 25px !important;
	/* margin-left: 19px !important; */
	margin-top: 8px !important;
}

#header-login-faq {
	background: url('../img/imprimetcom/header-login-faq-bg.png') no-repeat;
	padding-right: 25px !important;
	margin-top: 8px !important;
	/*margin-left: 7px !important;*/
}

#header-login-contact {
	background: url('../img/imprimetcom/header-login-contact-bg.png') no-repeat;
	margin-right: 1.5em !important;
	margin-top: 8px !important;
}
#header-login #imprimvert {
	padding-left: 0;
	padding-top: 1px;
	padding-right: 9px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Header info (vous êtes, votre projet) */
#header-info {
	position: absolute;
	top: 100px;
	left: 240px;
}

.header-info-box {
	float: left;
	margin-right: 10px;
	color: #4c4c4c;
	font-size: 13px;
	font-weight: bold;
	margin-top: 14px;
}

.header-info-title {
	background: url('../img/imprimetcom/header-info-title-bg.png') no-repeat;
	width: 162px;
	height: 32px;
	line-height: 2.4em;
	padding-left: 15px;
	position: relative;
	display: block;
}
.header-info-menu {
	position: absolute;
	display: none;
	background: white;
	background: rgba(255,255,255,0.9);
	margin: 0;
	padding: 7px 0;
	list-style-type: none;
	width: 177px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); 
}
.header-info-menu li {
	font-weight: normal;
	font-size: 12px;
	padding: 0 12px;
}
.header-info-menu li a{
	line-height: 2em;
}

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Header Renseignements */
#header-renseignements-box {
	background: url('../img/imprimetcom/header-renseignements-bg.png') no-repeat;
	position: absolute;
	right: 10px;
	top: 100px;
	width: 315px;
	height: 52px;
	color: white;
	font-size: 11px;
}

#header-renseignements-box a {
	color: white;
}

#header-renseignements-box  p {
	text-align: center;
	line-height: 1em;
	margin: 0;
	padding: 6px 0 2px 0;
}

#header-renseignements-box ul, #header-renseignements-box li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.5em;
}

#header-renseignements-box li {
	float: left;
}

#header-renseignements-telephone {
	background: url('../img/imprimetcom/header-renseignements-telephone-bg.png') no-repeat;
	margin: 0 0 0 17px !important;
	padding: 0 13px 0 27px !important;
	font-size: 15px;
	font-weight: bold;
	border-right: 1px solid white;
}
#header-renseignements-tchat {
	background: url('../img/imprimetcom/header-renseignements-tchat-bg.png') no-repeat;
	margin: 3px 0 0 12px !important;
	padding: 0 0 0 31px !important;
}

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

/**
 *	Region : Navbar
 */
#navbar-wrapper {
	background: url('../img/imprimetcom/navbar-wrapper-bg.png') repeat-x #23799a;
	height: 43px;
}

#navbar {
	color: white;
	position: relative;
}
#navbar a {
	color: white;
	text-decoration: underline;
}
#navbar a:hover {
	text-decoration: none;
}
/* ----------------------------------------------------------------------------------------------------------------------- */

/* Navbar Titre "Nos produits et services" */

#navbar-title-prodservices {
	padding-right: 10px;
	background: url('../img/imprimetcom/navbar-title-nos-produits-et-services.png') no-repeat;
	text-align: center;
	height: 43px;
	font-family: 'LeagueGothicRegular';
	text-transform: uppercase;
	font-size: 23px;
	line-height: 2em;
}
#navbar-title-prodservices div {
	padding-left: 20px;
}


#navbar-main {
	background: url('../img/imprimetcom/navbar-main-bg.png') no-repeat;
	padding: 0 10px;
	height: 43px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Navbar Bienvenue */
#navbar #header_user_info {
	float: left;
	font-size: 11px;
	margin: 0;
	line-height: 3em;
}
#navbar #header_user_info a.login, #navbar #header_user_info a.logout {
	background: none;
	padding: 0;
	margin: 0;
	border-left: none;
}
#navbar #header_user_info a.account {
	text-decoration: none;
}
#navbar #header_user_info a.account:hover {
	text-decoration: underline;
}
#header_nav {
	display: none;
}

#nav-bar-buttons-panier {
	position: relative;
}
#nav-bar-buttons-panier .cart-badge {
	display: inline-block;
	background: #e39000;
	color: white;
	text-align: center;
	line-height: 12px;
	padding: 0 3px;
	border-radius: 10px;
	font-size: 11px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Navbar Boutons */
#navbar-buttons {
	position: absolute;
	right: 10px;
	top: 0;
	
}
#navbar-buttons ul, #navbar-buttons li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navbar-buttons ul {
	height: 29px;
	background: url('../img/imprimetcom/navbar-buttons-bg.png') repeat-x;
}

#navbar-buttons li {
	float: left;
	padding: 0 20px;
	border-left: 1px solid #4689a3;
	font-size: 10px;
	height: 29px;
}
#navbar-buttons li.last {
	border-right: 1px solid #4689a3;
}

#navbar-buttons li a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	display: block;
	padding: 10px 0 0 25px;
	height: 19px;
}
#navbar-buttons li a:hover {
	text-decoration: underline;
}

#nav-bar-buttons-devis {
	background: url('../img/imprimetcom/navbar-buttons-devis.png') no-repeat;
}
#nav-bar-buttons-panier {
	background: url('../img/imprimetcom/navbar-buttons-panier.png') no-repeat;
}
#nav-bar-buttons-espaceclient {
	background: url('../img/imprimetcom/navbar-buttons-espaceclient.png') no-repeat;	
}

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

/**
 *	Region : Columns
 */
#columns-wrapper-bg {
	background: url('../img/imprimetcom/columns-wrapper-bg-bg.png') repeat-y #f6f1cf top center;
}
 
#columns-wrapper {
	background: url('../img/imprimetcom/columns-wrapper-bg.jpg') no-repeat top center;
}

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

/**
 *	Region : Left Column
 */

#left_column {
	min-height: 930px;
	width: 230px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Bloc recherche rapide */

#search_block_left {
	margin-bottom: 0;
}

#search_block_left input[type=submit] {
	/*display: none !important;*/
	display: block !important;
	background: url('../img/imprimetcom/sidebar-search-bg.png') no-repeat 1px 1px white;
	position: absolute;
	top: 20px;
	right: 5px;
	border: none;
	text-indent: -9999px;
	width: 25px;
	height: 20px;
}
#search_block_left input[type=text] {
	border: 1px solid #cfcdbd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	padding: 5px 38px 4px 10px;
	line-height: 1em;
	margin-top: 10px;
	width: 180px;
	background: white;
}

.ac_over {
	background-color: #23799A;
}

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Bloc cat�gories */

#categories_block_left li,
#ietc_sidebarservices li {
	margin: 0;
	border-bottom: none;
	font-size: 12px;
	
}
#categories_block_left ul li ul li a,
#ietc_sidebarservices ul li ul li a {
	background: none;
	padding: 0 0 0 26px;
}

#categories_block_left li ul,
#ietc_sidebarservices li ul {
	margin: 0 0 20px 0;
}
#categories_block_left li h3,
#ietc_sidebarservices li h3 {
	padding: 0 0 10px 0;
	background: none;
	margin: 0;
}
#categories_block_left li h3 a,
#ietc_sidebarservices li h3 a {
	display: block;
	color: white;
	padding: 6px 11px;
	text-shadow: 0 1px 1px #454545;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
#categories_block_left li h3 a:hover,
#ietc_sidebarservices li h3 a:hover {
	text-decoration: none;
}
#categories_block_left li.categorie-2,
#categories_block_left li.categorie-3,
#categories_block_left li.categorie-30,
#categories_block_left li.categorie-169,
#ietc_sidebarservices li.categorie-0 {
	margin-bottom: 10px;
}

#categories_block_left li.categorie-2 h3 a{
	background: #eb657f;
}
#categories_block_left li.categorie-3 h3 a{
	background: #4cbbe7;
}
#categories_block_left li.categorie-30 h3 a{
	background: #b4ad29;
}
#categories_block_left li.categorie-169 h3 a{
	background: #c68bd0;
}
#ietc_sidebarservices li.categorie-0 h3 a{
	background: #fabb00;
}
#categories_block_left li.categorie-2 a {
	background: url('../img/imprimetcom/sidebar-categories-objets-li-bg.png') 11px 4px no-repeat;
}
#categories_block_left li.categorie-3 a {
	background: url('../img/imprimetcom/sidebar-categories-impression-li-bg.png') 11px 4px no-repeat;
}
#categories_block_left li.categorie-30 a {
	background: url('../img/imprimetcom/sidebar-categories-textile-li-bg.png') 11px 4px no-repeat;
}
#categories_block_left li.categorie-169 a {
	background: url('../img/imprimetcom/sidebar-categories-pressage-li-bg.png') 11px 4px no-repeat;
}
#ietc_sidebarservices li.categorie-0 a {
	background: url('../img/imprimetcom/sidebar-categories-services-li-bg.png') 11px 4px no-repeat;
}

li.categorie-418 {
	display: none;
}

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

/**
 *	Region : Footer
 */
 
#footer-wrapper {
	background: url('../img/imprimetcom/footer-wrapper-bg.png') repeat-x;
	clear: both;
}
#footer {
	background: url('../img/imprimetcom/footer-bg.png') no-repeat top center;
	padding: 70px 0 10px 0;
	font-size: 12px;
	line-height: 1.5em;
	position: relative;
}

#footer p{
	padding-bottom: 0;
}

#footer-contact {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0FFFFFFF,endColorstr=#0FFFFFFF)";
	/* IE8 */    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0FFFFFFF,endColorstr=#0FFFFFFF);
	/* IE6 & 7 */      zoom: 1;
	background: hsla(0, 0%, 100%, .06);
	margin-right: 20px;
}
#footer-contact-content {
	padding: 10px 10px;
}
#footer-contact-social {
	font-size: 11px;
}
#footer-contact-social img {
	margin-right: 5px;
}
#footer-contact-content p {
	margin: 0 0 10px 0;
}
#footer-contact-content ul, #footer-contact-content li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer-sitemap h3 {
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'LeagueGothicRegular';
	padding: 0;
	background: none;
}
#footer-sitemap ul, #footer-sitemap li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}
#footer-sitemap li.main {
	float: left;
	width: 170px;
	margin-right: 10px;
	margin-top: 5px;
}
#footer-sitemap li.last {
	margin-right: 0;
}
#copyright {
	font-size: 11px;
	text-align: center;
	color: #accdd9;
}

#copyright a {
	color: #accdd9;
	text-decoration: underline;
}


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

/**
 *	Region : center column
 */

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Breadcrumb */

#center_column .breadcrumb {
	font-size: 11px;
}

#center_column .breadcrumb .navigation-pipe {
	color: #4cbbe7;
}



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

/**
 *	Rubrique : cat�gories
 */

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Cat�gories Heaader */
#category-header {
	position: relative;
	min-height: 222px;
	line-height: 1.5em;
}

#category-description {
	float: left;
	width: 620px;
	background: #4a96b4;
	color: white;
	
}

#category-description h1 {
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-size: 30px;
	border-bottom: 1px dashed white;
	margin: 10px;
	padding-bottom: 7px;
	padding-top: 4px;
	text-transform: uppercase;
}

#category-description-content {
	width: 470px;
}

#category-image img {
	position: absolute;
	right: 0;
	top: 28px;
	width: 184px;
	height: 184px;
	border: #4a96b4 5px solid;
	background: white;
}

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Sous-cat�gories */

#subcategories h3 {
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-size: 18px;
	background: none;
	background: #4A96B4;
	color: white;
	text-shadow: none;
	text-transform: uppercase;
	padding: 3px 10px;
	margin-bottom: 0;
	line-height: 1.5em;
}

#subcategories .cat_desc {
	margin-bottom: 0;
	color: #666666;
	font-size: 11px;
}

#subcategories .subcategory-more-link {
	font-size: 11px;
}

#subcategories .btn-category {
	background: #4A96B4;
	border: 1px solid #4A96B4;
	padding: 1px 15px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: white;
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-size: 16px;
	padding: 4px 0 3px 0px;
	line-height: 1em;
	width: 100px;
	display: block;
	text-align: center;
}

#subcategories ul {
	margin-bottom: 0;
	margin-top: 0;
	border: 1px solid #4A96B4;
	padding: 10px;
}

#subcategories li .subcategories_img,
#subcategories li .subcategories_description {
	float: left;
}
#subcategories li .subcategories_description {
	width: 600px;
}
.inline_list li:last-child {
	border: none;
}
/* ----------------------------------------------------------------------------------------------------------------------- */

/* Liste de produits */

#product_list {
	position: relative;
}

#category-products {
	margin-top: 15px;
	clear: both;
}

#category-products h2 {
	background: #4cbbe7;
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	color: white;
	padding: 3px 10px;
	font-size: 18px;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 18px;	
}



#product_list li {
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0;
}
#product_list li.last_item {
	border-bottom: none;
}
#product_list .product_list_description {
	float: left;
	width: 500px;
}

#product_list li h3 {
	margin-bottom: 0;
}

#product_list li p {
	margin-bottom: 15px;
}
#product_list li .lnk_view {
	background: none;
	margin: 0;
	box-shadow: none;
	color: white;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: block;
	padding: 4px 0 3px 0 ;
	/*border: 1px solid #4cbbe7;*/
	line-height: 1em;
	background: #4CBBE7;
	width: 100px;
	text-align: center;
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-size: 16px;
}

/* -> produit gobelet */

.more_info_sheets_grid_4 {
	margin-bottom: 2em;
}
#product #more_info_sheets ul#gobelets-couleurs li {
	/*width: 70px;*/
	text-align: center;
	/* float: left; */
	display: inline-block;
	margin: 0 30px 10px 0;
	
}
#product #more_info_sheets ul#gobelets-couleurs li img {
	display: block;
	margin: 0 auto;
}


ul.gobelets-couleurs-impression {
	/* width: 140px; */
	/* margin-right: 20px; */
	/* float: left; */
}

ul.gobelets-couleurs-impression br {
	display: none;
}
ul.gobelets-couleurs-impression {
	column-count: 2;
	column-gap: 20px;
}

#product #more_info_sheets ul.last {
	margin-right: 0;
}

ul.gobelets-couleurs-impression li {
	clear: both;
	/* width: 140px; */
	line-height: 1.5em;
	padding-bottom: 7px !important;
}

ul.gobelets-couleurs-impression li .pastille {
	/* float: left; */
	width: 20px;
	height: 20px;
	margin-right: 15px;
	border-radius: 20px;
	display: inline-block;
	vertical-align: text-top;
	
	-webkit-transition: all .2s ;
	-moz-transition: all .2s ;
	-ms-transition: all .2s ;
	-o-transition: all .2s ;
	transition: all .2s ;
}
ul.gobelets-couleurs-impression li .pastille:hover {
	cursor: pointer;
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

/* -> produit hand-spinner */
#product .product-hand-spinner h3 {
	font-size: 14px;
	clear: both;
	margin-top: 1em;
	padding-bottom: .5em;
}
#product .product-hand-spinner h3.first {
	margin-top: 0;
}
#product .product-hand-spinner .product-hand-spinner-couleurs li {
	float: left;
	text-align: center;
	margin: 0 1em 1em 0;
	
}
#product .product-hand-spinner .product-hand-spinner-couleurs li img {
	display: inline-block;
	height: auto;
	width: 60px;
}
#product .product-hand-spinner .product-hand-spinner-couleurs li span {
	display: block;
}

#product .product-hand-spinner .product-hand-spinner-autres-caracteristiques {
	float: left;
	margin-right: 1em;
}
#product .product-hand-spinner .product-hand-spinner-delai-expedition {
	float: left;
	margin-bottom: 1em;
}
#product .product-hand-spinner .product-hand-spinner-delai-expedition table {
	margin-bottom: 10px;
}
#product .product-hand-spinner .product-hand-spinner-delai-expedition table th,
#product .product-hand-spinner .product-hand-spinner-delai-expedition table td {
	padding: 5px;
	font-size: 11px;
}

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Assistance */

#category-help {
	background: url('../img/imprimetcom/category-help-bg.png') no-repeat;
	height: 70px;
	font-size: 14px;
	margin-top: 1em;
}

#category-help-title {
	font-family: 'LeagueGothicRegular';
	font-size: 27px;
	text-transform: uppercase;
	color: #333;
	line-height: 1.5em;
	width: 100%;
	text-align: center;
	
}
#category-help-content {
	width: 100%;
	text-align: center;
}
#category-help-content span{
	background: white;
	padding: 2px 10px;
	border-radius: 10px;
	border: #efefef solid 1px;
}



/* Super parent : Gestion des couleurs selon les cat�gories */
.super_parent_category_2 #category-products h2,
.super_parent_category_2 #product_list li .lnk_view {
	background-color: #EB657F;
}

.super_parent_category_3 #category-products h2,
.super_parent_category_3 #product_list li .lnk_view {
	background-color: #4CBBE7;
}

.super_parent_category_30 #category-products h2,
.super_parent_category_30 #product_list li .lnk_view {
	background-color: #B4AD29;
}

.super_parent_category_169 #category-products h2,
.super_parent_category_169 #product_list li .lnk_view {
	background-color: #c68bd0;
}


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

/**
 *	Rubrique : fiche produit
 */

/* ----------------------------------------------------------------------------------------------------------------------- */

/* Titre */

#center_column #primary_block h1 {
	background: #4cbbe7;
	color: white;
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-size: 24px;
	margin: 0 -10px 10px -10px;
	padding: 7px 10px 4px 10px;
	text-transform: uppercase;
}

/* Override des colonnes du th�me original */
#center_column #primary_block #pb-right-column,
#center_column #primary_block #pb-left-column {
	width: auto;
	padding-bottom: 0;
	float: none;
	
}

/* -----------------------------------------------------------------------------------------------------------------------
	Colonne de gauche
   ----------------------------------------------------------------------------------------------------------------------- */

#center_column #pb-right-column {
	width: auto;
}
   
/* Region #pb-imgdescription */

/* Image principale */
#center_column #primary_block #pb-right-column #pb-imgdescription #image-block  img{
	border: none;
}

#center_column #primary_block #pb-right-column #image-block #view_full_size .span_link {
	font-size: 11px;
}

/* Description courte */
#center_column #primary_block #pb-right-column #pb-description {
	padding: 0 0 0 0;
}

#center_column #short_description_block .button {
	font-family: 'LeagueGothicRegular';
	background: url('../img/imprimetcom/btn-en-savoir-plus-bg.png') 7px center no-repeat #4cbbe7;
	padding: 4px 0 3px 7px ;
	color: white;
	font-weight: normal;
	font-size: 16px;
	line-height: 1em;
	width: 98px;
	text-align: center;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: none;
	/*-moz-transition: all 0.2s ease;*/
}

#center_column .button:hover {
	/*-moz-transform: translate(0px,1px);*/
	text-decoration: underline;
	/*opacity: 0.9;*/
}

/* More images */
#center_column #primary_block #pb-right-column #more-images {
	clear: both;
}
#center_column #thumbs_list {
	width: 175px;
	margin-left: 0;
}

#center_column #thumbs_list li {
	width: 60px;
	margin-right: 5px;
}

/* Boutons de partage */
#center_column #share-buttons {
	margin-top: 10px;
}

#center_column #btn-imprimer {
	padding: 0 9px 12px 0;
	float: left;
}

#center_column #btn-imprimer a {
	display: block;
	width: 85px;
	height: 21px;
	background: url('../img/imprimetcom/btn-imprimer-bg.png') no-repeat;
	text-indent: 34px;
	line-height: 24px;
	font-size: 11px;
}

#center_column #product-addthis {
	text-align: center;
	font-size: 11px;
	padding: 2px 0 9px 35px;
}


/* More info tabs */
#more_info_tabs {
	background-image: none;
	background: none;
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-size: 18px;
	color: #4cbbe7;
	padding: 0px 0px;
	line-height: 46px;
	border-top: 1px solid #4cbbe7;
	border-bottom: 1px solid #4cbbe7;
	height: 47px;
	margin: 0;
}

#more_info_tabs.idTabs a {
	font-weight: normal;
	background: none;
	color: #4cbbe7;
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	
	/*background-image: url("../img/imprimetcom/more-info-tabs-icon-calendar22.png") !important;*/
	background-position: 5px center !important;
	background-repeat: no-repeat !important;
	padding-left: 36px !important;
}
#more_info_tabs.idTabs .selected {
	background: none;
	background: #4cbbe7;
	color: white;
}

#more_info_block img {
	max-width: 100%;
}

#more_info_sheets {
	clear: both;
	padding: 10px 0 0 0;
	font-size: 11px;
}

#more_info_sheets h2 {
	font-size: 13px;
	color: #4cbbe7;
	margin-bottom: 10px;
	padding-bottom: 0;
}

#more_info_sheets ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 15px;
}

#more_info_attachments_title span {
	background: #4cbbe7;
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-size: 22px;
	color: white;
	padding: 3px 20px;
	line-height: 1.3em;
}
#more_info_attachments_content {
	border: 1px solid #4cbbe7;
	padding: 10px 0 0 0;
	font-size: 11px;
}
#more_info_attachments_content ul{
	margin-left: 10px;
}

#more_info_tab_deliverydate {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-calendar.png') !important;
}
.super_parent_category_2 #more_info_tab_deliverydate {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-calendar-2.png') !important;
}
.super_parent_category_30 #more_info_tab_deliverydate {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-calendar-30.png') !important;
}
.super_parent_category_164 #more_info_tab_deliverydate {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-calendar-164.png') !important;
}
.super_parent_category_169 #more_info_tab_deliverydate {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-calendar-169.png') !important;
}

#more_info_tab_attachments {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-file.png') !important;
}
.super_parent_category_2 #more_info_tab_attachments {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-file-2.png') !important;
}
.super_parent_category_30 #more_info_tab_attachments {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-file-30.png') !important;
}
.super_parent_category_164 #more_info_tab_attachments {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-file-164.png') !important;
}
.super_parent_category_169 #more_info_tab_attachments {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-file-169.png') !important;
}

#more_info_tab_more_info {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-info.png') !important;
}
.super_parent_category_2  #more_info_tab_more_info {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-info-2.png') !important;
}
.super_parent_category_30  #more_info_tab_more_info {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-info-30.png') !important;
}
.super_parent_category_164  #more_info_tab_more_info {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-info-164.png') !important;
}
.super_parent_category_169  #more_info_tab_more_info {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-info-169.png') !important;
}

#more_info_tab_deliverydate.selected {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-calendar-selected.png') !important;
}
#more_info_tab_attachments.selected {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-file-selected.png') !important;
}
#more_info_tab_more_info.selected {
	background-image: url('../img/imprimetcom/more-info-tabs-icon-info-selected.png') !important;
}

/* gabarit */
#product #more_info_sheets ul#idTab9 li {
	float: left;
	margin-right: 20px;
	width: 210px;
}
#product #more_info_sheets ul#idTab9 li a {
	background: url('../img/imprimetcom/icon-pdf-16.png') 10px center no-repeat #efefef;
	display: block;
	width: 160px;
	padding: 10px 20px 10px 40px;
	border-radius: 3px;
	border: 1px solid #d5d5d5;
}

#product #more_info_sheets ul#idTab9:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}

/* prix d�gressif */

#quantityDiscount .title {
	background: #4CBBE7;
	color: white;
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-size: 25px;
	line-height: 1em;
	padding: 9px 0;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0 0 0;
	border-bottom: 1px dashed white;
	
}

#quantityDiscount table {
	border: none;
}

#quantityDiscount th {
	background: #4CBBE7;
	color: white;
	text-shadow: none;
	font-size: 11px !important;
	text-align: center;
	padding: 8px 12px;
}
#quantityDiscount td {
	border-right: none;
	padding: 7px 20px 7px 12px;
	text-align: right;
}
#quantityDiscount tr:hover {
	background: #A5DDF3;
	cursor: default;
	color: white;
}

#quantityDiscount tr:hover strong {
	color: white;
}

.super_parent_category_2 #quantityDiscount .title,
.super_parent_category_2 #quantityDiscount th{
	background-color: #EB657F;
}

.super_parent_category_3 #quantityDiscount .title,
.super_parent_category_3 #quantityDiscount th {
	background-color: #4CBBE7;
}

.super_parent_category_30 #quantityDiscount .title,
.super_parent_category_30 #quantityDiscount th {
	background-color: #B4AD29;
}

.super_parent_category_169 #quantityDiscount .title,
.super_parent_category_169 #quantityDiscount th {
	background-color: #c68bd0;
}

.super_parent_category_2 #quantityDiscount tr:hover {
	background-color: #F5B2BF;
}

.super_parent_category_3 #quantityDiscount tr:hover {
	background-color: #A5DDF3;
}

.super_parent_category_30 #quantityDiscount tr:hover {
	background-color: #D9D694;
}

.super_parent_category_169 #quantityDiscount tr:hover {
	background-color: #E2C5E7;
}


/* -----------------------------------------------------------------------------------------------------------------------
	Colonne de droite
   ----------------------------------------------------------------------------------------------------------------------- */
   
#center_column #pb-left-column {
	margin-left: 0;
	width: auto;
}

.buttons_bottom_block {
	padding-top: 0;
}

/* Blocs panier et demande de devis */
#bloc-panier,
#bloc-demande-devis {
	background: #a5ddf3;
	margin-bottom: 25px;
}

.product_attributes {
	border: none;
	padding: 0;
}

#center_column #pb-left-column.panier #bloc-panier .info-pao,
#center_column #pb-left-column.devis #bloc-demande-devis .info-pao {
	/*width: 200px;*/
	font-size: 11px;
	text-align: left;
	color: #3a3a3a;
	background: url('../img/imprimetcom/bloc-panier-info-pao-bg.png') 10px 0 no-repeat;
	padding: 0 10px 0 40px;
	margin: 10px 0;
}

/* Bloc panier */



#bloc-panier {
	padding-top: 10px;
}

#bloc-panier h2,
#bloc-demande-devis h2 {
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	line-height: 1em;
	text-shadow: 1px 1px 0px #4cbbe7;
	border-bottom: #fff 1px solid;
	background: url('../img/imprimetcom/bloc-panier-h2-bg.png') 15px 2px no-repeat;
	padding-left: 30px;
	padding-bottom: 4px;
	margin-bottom: 15px;
}

#pb-left-column #buy_block {
	margin-top: 0;
}
#pb-left-column #buy_block label {
	width: 100%;
	display: block;
	text-align: left;
}
#pb-left-column #buy_block p {
	margin-bottom: 0px;
}
#quantity_wanted_p {
	display: none !important;
}

#show_price_button {
	display: none;
}

#bloc-panier #attributes {
	font-size: 11px;
	padding: 0 10px;
}
#bloc-panier #attributes label {
	font-size: 11px;
}
#bloc-panier #attributes select {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 200px;
	padding: 2px 3px;
}

#bloc-panier .price {
	background: url('../img/imprimetcom/bloc-panier-price-bg.png') right top no-repeat #bde6f6;
	height: 66px;
	font-family: 'LeagueGothicRegular';
	overflow: hidden;
	position: relative;
	clear: both;
}

#bloc-panier #our_price_display_title {
	position: absolute;
	left: 0;
	right: 0;
	text-transform: uppercase;
	text-align: center;
	width: 76px;
	font-size: 17px;
	text-shadow: 1px 1px 0 #fff;
	color: #4cbbe7;
	padding-top: 13px;
	padding-left: 10px;
	line-height: 1.2em;
}
#bloc-panier .our_price_display,
#bloc-panier .our_price_display_online_only {
	color: #f38c06;
	font-weight: normal;
	font-size: 32px;
	padding: 8px 10px 0 0;
	line-height: 26px;
	margin-bottom: 0 !important;
}
#bloc-panier .our_price_display .tax,
#bloc-panier #our_price_display_no_tax .tax,
.our_price_display_online_only .tax {
	font-size: 14px;
}
#bloc-panier #our_price_display_no_tax,
#our_price_display_no_tax_online_only  {
	font-size: 20px;
	color: #808080;
	line-height: 1em;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

#bloc-panier #buy_block p#old_price {
	text-decoration: none;
}
#bloc-panier #buy_block p#old_price {
	background: white;
	height: 11px;
	font-size: 12px;
}
#bloc-panier #buy_block p#old_price span.bold {
	padding-left: 10px;
	line-height: 1.5em;
	color: #808080;
}
#bloc-panier #buy_block p#old_price span#old_price_display_without_reduction {
	color: #F38C06;
	text-decoration: line-through;
}
#bloc-panier #buy_block p#old_price span#old_price_display {
	text-decoration: line-through;
}

.content_prices {
	margin-top: 0;
	border: none;
	position: relative;
	clear: both;
}
.content_prices #add_to_cart span {
	display: none;
}

.content_prices #add_to_cart .exclusive, .content_prices #add_to_cart .exclusive_disabled {
	padding: 0;
}

.content_prices #group-reduction-label {
	background: #777; 
	color: white; 
	font-weight: normal; 
	padding: 2px 7px; 
	position: absolute; 
	right: 8px; 
	top: -8px;
	border-radius: 5px 5px 0 0;
	opacity: .8;
}

#add_to_cart {
	float: none !important;
}

#add_to_cart input,
#btn-demande-devis a,
#btn-demande-devis-no-login a,
#customization_popup_btn {
	color: white;
	display: block;
	width: 200px;
	height: 36px;
	background: url('../img/imprimetcom/btn-ajouter-au-panier-bg.png') no-repeat #4cbbe7;
	padding-left: 20px;
	line-height: 37px;
	text-align: center;
	font-family: 'LeagueGothicRegular';
	font-size: 22px;
	font-weight: normal;
	border: 1px solid #4cbbe7;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px;
	padding-left: 44px !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#add_to_cart input {
	line-height: inherit;
}

#add_to_cart input:hover,
#bloc-demande-devis a:hover {
	opacity: 0.9;
	text-decoration: none;
}

/* Bloc demande de devis */
#bloc-demande-devis {
	padding-bottom: 10px;
}

#center_column #pb-left-column.devis #bloc-demande-devis h2{
	background: url('../img/imprimetcom/bloc-demande-devis-h2-bg.png') 40px 10px no-repeat;
	padding-top: 10px;
}

#btn-demande-devis a,
#btn-demande-devis-no-login a {
	width: 154px;
	background-image: url('../img/imprimetcom/btn-ajouter-au-devis-bg.png');
}

/* Bloc contact */
#center_column #product-contact {
	width: 142px;
	height: 66px;
	background: url('../img/imprimetcom/product-contact-bg.png') no-repeat;
	padding: 3px 0 15px 78px;
	font-size: 11px;
	color: #988f58;
}
#center_column #product-contact #product-contact-title {
	font-family: 'LeagueGothicRegular';
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
	line-height: 1.1em;
	/*color: #988f58;*/
}
#center_column #product-contact ul {
	margin-left: 18px;
	line-height: 14px;
}

/* Bloc produits dans la m�me cat�gorie */
.blockproductscategory {
	margin-top: 10px;
}
.blockproductscategory h2.productscategory_h2 {
	margin: 0;
	padding: 0;
	border: none;
	background: #808080;
	color: white;
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-size: 16px;
	line-height: 1em;
	padding: 3px 0 1px 0;
	text-transform: uppercase;
	text-align: center;
}

.blockproductscategory ul {
	margin: 10px 0 10px 0;
}

#productscategory {
	height: 130px;
	margin: 0;
	overflow: visible;
}
#productscategory_list {
	width: 220px;
	padding-top: 10px;
}
#productscategory_scroll {
	clear: both;
	position: relative;
	height: 20px;
	padding-top: 5px;
	background: url('../img/imprimetcom/productscategory_scroll_bg.png') 0 17px repeat-x;
}
#productscategory_scroll_left,
#productscategory_scroll_right {
	position: absolute;
	bottom: 0;
	height: 15px;
	width: 15px;
	-moz-transition: all 0.2s ease;
}
#productscategory_scroll_left {
	left: 0;
	background: url('../img/imprimetcom/productscategory_scroll_left.png') no-repeat top left #fff;
	padding-right: 5px;
}
#productscategory_scroll_right {
	right: 0;
	background: url('../img/imprimetcom/productscategory_scroll_right.png') no-repeat top right #fff;
	padding-left: 5px;
}
#productscategory_list li {
	width: 220px;
	text-align: left;
	font-size: 11px;
	margin: 0;
	margin-bottom: 5px;
	
}
#productscategory_list li p.product_name {
	text-align: left;
}
.blockproductscategory a.lnk_img  img{
	width: 58px;
	height: 58px;
	border: 1px solid #eee;
	float: left;
	margin-right: 10px;
}

/* -----------------------------------------------------------------------------------------------------------------------
	Gestion des couleurs selon les cat�gories
   ----------------------------------------------------------------------------------------------------------------------- */

/* Objets personnalis�s */
#center_column #primary_block.super_parent_category_2 h1,
#center_column .super_parent_category_2 #short_description_block .button,
.super_parent_category_2 #more_info_tabs.idTabs .selected {
	background-color: #EB657F;
}

.super_parent_category_2 #more_info_tabs {
	color: #EB657F;
	border-color: #EB657F;
}

.super_parent_category_2 #more_info_tabs.idTabs a {
	color: #EB657F;
}

.super_parent_category_2 #more_info_tabs.idTabs .selected {
	color: white;
}

.super_parent_category_2 #more_info_sheets h2,
.super_parent_category_2 #bloc-panier #our_price_display_title {
	color: #EB657F;
}

.super_parent_category_2 #add_to_cart input,
.super_parent_category_2 #btn-demande-devis a,
.super_parent_category_2 #btn-demande-devis-no-login a {
	border-color: #EB657F;
	background-color: #EB657F;
}

.super_parent_category_2 #bloc-panier, 
.super_parent_category_2 #bloc-demande-devis {
	background-color: #f5b2bf;
}

.super_parent_category_2 #bloc-panier h2,
.super_parent_category_2 #bloc-demande-devis h2 {
	text-shadow: 1px 1px 0 #EB657F;
}

.super_parent_category_2 #bloc-panier .price {
	background-color: #f8c7d0;
}

#center_column .super_parent_category_2 #pb-left-column.panier #bloc-panier .info-pao,
#center_column .super_parent_category_2 #pb-left-column.devis #bloc-demande-devis .info-pao {
	background-image: url('../img/imprimetcom/bloc-panier-info-pao-bg-2.png');
}


   
/* Produits textile */

#center_column #primary_block.super_parent_category_30 h1,
#center_column .super_parent_category_30 #short_description_block .button,
.super_parent_category_30 #more_info_tabs.idTabs .selected {
	background-color: #B4AD29;
}

.super_parent_category_30 #more_info_tabs {
	color: #B4AD29;
	border-color: #B4AD29;
}

.super_parent_category_30 #more_info_tabs.idTabs a {
	color: #B4AD29;
}

.super_parent_category_30 #more_info_tabs.idTabs .selected {
	color: white;
}

.super_parent_category_30 #more_info_sheets h2 {
	color: #B4AD29;
}

.super_parent_category_30 #add_to_cart input,
.super_parent_category_30 #btn-demande-devis a,
.super_parent_category_30 #btn-demande-devis-no-login a {
	border-color: #B4AD29;
	background-color: #B4AD29;
}

.super_parent_category_30 #bloc-panier, 
.super_parent_category_30 #bloc-demande-devis {
	background-color: #d9d694;
}

.super_parent_category_30 #bloc-panier h2,
.super_parent_category_30 #bloc-demande-devis h2 {
	text-shadow: 1px 1px 0 #B4AD29;
}

#center_column .super_parent_category_30 #pb-left-column.panier #bloc-panier .info-pao,
#center_column .super_parent_category_30 #pb-left-column.devis #bloc-demande-devis .info-pao {
	background-image: url('../img/imprimetcom/bloc-panier-info-pao-bg-30.png');
}

/* Produits pressage */

#center_column #primary_block.super_parent_category_169 h1,
#center_column .super_parent_category_169 #short_description_block .button,
.super_parent_category_169 #more_info_tabs.idTabs .selected {
	background-color: #c68bd0;
}

.super_parent_category_169 #more_info_tabs {
	color: #c68bd0;
	border-color: #c68bd0;
}

.super_parent_category_169 #more_info_tabs.idTabs a {
	color: #c68bd0;
}

.super_parent_category_169 #more_info_tabs.idTabs .selected {
	color: white;
}

.super_parent_category_169 #more_info_sheets h2,
.super_parent_category_169 #bloc-panier #our_price_display_title {
	color: #c68bd0;
}

.super_parent_category_169 #more_info_sheets h2 {
	color: #c68bd0;
}

.super_parent_category_169 #add_to_cart input,
.super_parent_category_169 #btn-demande-devis a,
.super_parent_category_169 #btn-demande-devis-no-login a {
	border-color: #c68bd0;
	background-color: #c68bd0;
}

.super_parent_category_169 #bloc-panier, 
.super_parent_category_169 #bloc-demande-devis {
	background-color: #e2c5e7;
}

.super_parent_category_169 #bloc-panier h2,
.super_parent_category_169 #bloc-demande-devis h2 {
	text-shadow: 1px 1px 0 #c68bd0;
}

.super_parent_category_169 #bloc-panier .price {
	background-color: #ead5ed;
}

#center_column .super_parent_category_169 #pb-left-column.panier #bloc-panier .info-pao,
#center_column .super_parent_category_169 #pb-left-column.devis #bloc-demande-devis .info-pao {
	background-image: url('../img/imprimetcom/bloc-panier-info-pao-bg-169.png');
}


/* Service */

#center_column #primary_block.super_parent_category_164 h1,
#center_column .super_parent_category_164 #short_description_block .button,
.super_parent_category_164 #more_info_tabs.idTabs .selected {
	background-color: #FABB00;
}

.super_parent_category_164 #more_info_tabs {
	color: #FABB00;
	border-color: #FABB00;
}

.super_parent_category_164 #more_info_tabs.idTabs a {
	color: #FABB00;
}

.super_parent_category_164 #more_info_tabs.idTabs .selected {
	color: white;
}


.super_parent_category_164 #more_info_sheets h2 {
	color: #FABB00;
}

.super_parent_category_164 #add_to_cart input,
.super_parent_category_164 #btn-demande-devis a,
.super_parent_category_164 #btn-demande-devis-no-login a {
	border-color: #FABB00;
	background-color: #FABB00;
}

.super_parent_category_164 #bloc-panier, 
.super_parent_category_164 #bloc-demande-devis {
	background-color: #FCDD7F;
}

.super_parent_category_164 #bloc-panier h2,
.super_parent_category_164 #bloc-demande-devis h2 {
	text-shadow: 1px 1px 0 #FABB00;
}

#center_column .super_parent_category_164 #pb-left-column.panier #bloc-panier .info-pao,
#center_column .super_parent_category_164 #pb-left-column.devis #bloc-demande-devis .info-pao {
	background-image: url('../img/imprimetcom/bloc-panier-info-pao-bg-164.png');
}

   

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

/**
 *	Rubrique : Homepage
 */

/* Slideshow */
.bx-wrapper {
	margin-top: 10px !important;
	margin-bottom: 15px !important;
	height: 280px;
	position: relative;
}

#homeslider li a img {
	-webkit-border-radius: 10px;
	border-radius: 10px;
 }
.bx-wrapper .bx-pager {
	position: absolute;
	right: 0px !important;
	bottom: 5px !important;
	width: auto !important;
}
.bx-pager .bx-pager-item {
	float: left;
}
.bx-wrapper .bx-pager a.bx-pager-link {
	display: inline-block;
	background-image: none;
	background: white;
	opacity: 0.5;
	font-weight: normal;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	color: #333;
	padding: 0px;
	font-size: 10px;
	line-height: 1.5em;
	display: block;
	width: 18px;
	height: 16px;
	margin-right: 5px;
	margin-left: 0;
	text-align: center;
	text-indent: 0;
}

.bx-pager .bx-pager-link:hover,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	color: black;
	text-decoration: underline;
	
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	opacity: 0.9;
	color: #333;
	background: white;
}

.homeslider-description {
	display: none;
}

#homepage-slider .bx-controls-direction {
	display: none;
}

#homepage-slider .bx-wrapper .bx-viewport .bx-controls {
	display: none;
}

 

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

/**
 *	Rubrique : processus de commande
 */

/* ----------------------------------------------------------------------------------------------------------------------- */

/* G�n�ral */

#order #left_column,
#order-confirmation #left_column,
#module-cheque-payment #left_column,
#module-bankwire-payment #left_column,
#module-paypal-submit #left_column,
#module-ietc_cashondelivery-validation #left_column,
#module-ietc_administrativemandate-validation #left_column,
#module-ietc_laterpayment-validation #left_column {
	display: block;
}

#module-cheque-payment #left_column div,
#module-bankwire-payment #left_column div,
#module-paypal-submit #left_column div,
#module-ietc_cashondelivery-validation #left_column div,
#module-ietc_administrativemandate-validation #left_column div,
#module-ietc_laterpayment-validation #left_column div {
	display: none;
}

#order #center_column,
#order-confirmation #center_column,
#module-cheque-payment #center_column,
#module-bankwire-payment #center_column,
#module-paypal-submit #center_column,
#module-ietc_cashondelivery-validation #center_column,
#module-ietc_administrativemandate-validation #center_column,
#module-ietc_laterpayment-validation #center_column {
	width: 700px;
}

ul.step {
	width: auto;
}

ul.step li {
	width: 140px;
}

ul.address {
	width: 332px !important;
}
ul#delivery_address {
	margin-right: 36px;
}


/* Etape 3 */
#ordermsg {
	margin-top: 20px;
}

#ordermsg p.txt {
	width: 165px;
}

/* Etape 4 */
#order .delivery_option label > table.resume, #order-opc .delivery_option label > table.resume {
	width: 615px;
}

#order .delivery_option_logo,
#order-opc .delivery_option_logo {
	text-align: center;
}

#order .delivery_option_logo img,
#order-opc .delivery_option_logo img {
	max-width: 150px;
	max-height: 100px;
}

p.payment_module a.oyst {
	border: none !important;
	padding-left: 0 !important;
}
p.payment_module a.oyst span {
	font-weight: normal !important;
	font-size: 12px !important;
	letter-spacing: 0 !important;
}
p.payment_module a.oyst::after {
	display: none !important;
}
p.payment_module a.oyst img {
	max-width: 30% !important;
}
p.payment_module a.oyst span {
	/*padding-left: 23%;*/
	padding-left: 1%;
}


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

/**
 *	Rubrique : Mon compte
 */
 
#history #left_column,
#order-slip #left_column,
#addresses #left_column,
#address #left_column,
#identity #left_column,
#discount #left_column {
	display: block;
}
#history #center_column,
#order-slip #center_column,
#addresses #center_column,
#address #center_column,
#identity #center_column,
#discount #center_column {
	width: 700px;
}


i.icon-user-secret {
	background: url(../img/icon/user-secret.png) no-repeat;
	display: inline-block;
	width: 26px;
	height: 26px;
}

/* Historique des commandes */
.adresses_bloc .item {
	margin-right: 36px;
}

#history #block-history .order-container {
	padding: 1em; 
	border-radius: 5px; 
	border: solid #cfcfcf 1px; 
	margin-bottom: 1em;
}

#history #block-history .order-top {
	background: #efefef; 
	margin: -1em -1em 1em -1em; 
	padding: 1em; 
	overflow:hidden;
}

#history #block-history .order-state {
	float: right;
	width: 50%;
}

#history #block-history .order-products {
	clear: both;
	margin-bottom: 2em;
}

#history #block-history .order-product {
	font-size: 13px;
	border-bottom: 1px solid #dfdfdf; 
	margin-bottom:.5em;
	padding-bottom: .5em
}
#history #block-history .history-button {
	background: #fbd358; 
	padding: .5em 1em; 
	border-radius: .3em; 
	margin-right: .5em;
}
#history #block-history .order-first-message {
	border-left: #eee 1em solid;
	border-radius: 3em;
	font-size: 11px;
	margin-bottom: 2em;
	padding: 0.5em 1em;
}

/* Adresses */
.addresses ul.address {
	width: 318px !important;
}

#address #add_adress span.form_info,
#address #add_adress span.inline-infos {
	margin-left: 0px;
}

#address_delivery {
	margin-right: 32px;
}

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

/**
 *	Rubrique : identification
 */
 
#authentication #left_column {
	display: block;
}
#authentication #center_column {
	width: 700px;
}
#authentication #center_column #account-creation_form p {
	clear: both;
}

#authentication .inline-infos {
	display: block;
}

#authentication input.customer_type {
	width:40px !important;
	margin-left:200px !important;
}
#authentication label.customer_type_label {
	float: right !important;
	text-align: left !important;
	width: 420px !important;
}

#authentication label[for=psgdpr-consent] {
	display: inline-block;
	margin-left: .5em;
}

/* ietc table : copie d'un th�me plus r�cent *********************************************** */

table {
  max-width: 100%;
  background-color: transparent;
  font-size: 12px;  }

table.table-bordered {
	border-collapse: collapse;
	border-top-color: #d6d4d4;
}
table.table-bordered th {
	text-shadow: none;
	text-transform: none;
	color: #333;
	border-bottom: none;
	font-size: 13px;
}

th {
  text-align: left; }
  
tr.alternate_item {
	background-color: #fafafa;
}

.table {
  width: 100%;
  margin-bottom: 18px; }
  .table thead > tr > th,
  .table thead > tr > td,
  .table tbody > tr > th,
  .table tbody > tr > td,
  .table tfoot > tr > th,
  .table tfoot > tr > td {
    padding: 9px 8px 11px 18px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #d6d4d4; }
  .table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4; }
  .table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #d6d4d4; }
  .table .table {
    background-color: white; }

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #d6d4d4; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #d6d4d4; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #55c65e;
  border-color: #48b151; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #42c04c;
  border-color: #419f49; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f3515c;
  border-color: #d4323d; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #f13946;
  border-color: #c32933; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fe9126;
  border-color: #e4752b; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #fe840d;
  border-color: #da681c; }

 .table {
  margin-bottom: 30px; }
  .table > thead > tr > th {
    background: #fbfbfb;
    border-bottom-width: 1px;
    color: #333333;
    vertical-align: middle;
	font-weight: 700 }
  .table td a.color-myaccount {
    color: #777777;
    text-decoration: underline; }
    .table td a.color-myaccount:hover {
      text-decoration: none; }
  .table tfoot tr {
    background: #fbfbfb; }

	
.table thead > tr > th, .table thead > tr > td, .table tbody > tr > th, .table tbody > tr > td, .table tfoot > tr > th, .table tfoot > tr > td {
	padding: 7px 5px 9px 10px;
}




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

/**
 *	Pages CMS
 */
 
#cms .rte ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

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

/**
 *	Block newsletter
 */
#newsletter_block_left {
	background: none !important;
	border: none !important;
}

#newsletter_block_left h4 {
	background-image: none !important;
	font-family: 'LeagueGothicRegular' !important;
	font-weight: normal !important;
	font-size: 21px !important;
	color: #a8a27c !important;
	text-shadow: none !important;
	padding:0 10px 10px 10px !important;
	text-align: center;
	background: url('../img/imprimetcom/block-newsletter-title-bg.png') 0 3px no-repeat !important;
}

#newsletter_block_left input.inputNew {
	width: 174px !important;
}


#configurateur {
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:1px;
	background-color:#FFF;
	z-index:100;
	text-align:center;
	line-height: normal!important;
	min-height:540px;
	overflow:auto;
}

/************
/**
 *	Configurateur
 */
 
#configurateurCache {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	z-index:99;
}
#configurateurStart {
	background-color:#4cbbe7;
	background-image: url("/themes/imprimetcom_theme/img/imprimetcom/btn-configurateur-start-bg.png");
	background-repeat:no-repeat;
	cursor: pointer;

	border: 1px solid #4cbbe7;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-family: "LeagueGothicRegular";
	font-size: 22px;
	font-weight: normal;
	height: 36px;
	line-height: 37px;
	margin: 10px;
	padding-left: 44px !important;
	text-align: center;
	width: 200px;
	width: auto;
}


/************
/**
 *	jQuery UI
 */
.jqueryui-tabs .ui-tabs-hide {
	display: none;
}

/*****
 TEMP 1.6
*/
div#adminbarTEMP {
	background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */


}

/**
 *	CONFIGURATEUR
 */
/* -- ACCUEIL --- */
/*
#configurateur #configurateurPart1 .configurateurPart1_button {
	color: white;
	display: block;
	font-family: 'LeagueGothicRegular';
	border: 1px solid #4cbbe7;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #4cbbe7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#configurateur #configurateurPart1_1_explanation button {
	color: white;
	font-family: 'LeagueGothicRegular';
	border: 1px solid #4cbbe7;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #4cbbe7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	font-size: 22px;
}
#configurateur #configurateurPart1_1_explanation button:hover {
	opacity: .9;
}
#configurateur #configurateurPart1 .configurateurPart1_button_label {
	font-size: 30px;
	font-weight: normal;
}
#configurateur #configurateurPart1 .configurateurPart1_button_legend {
	font-family: Helvetica, Arial, sans-serif;
}
*/
/**
 *	IETC DEVIS
 */
#module-ietc_devis-detaildevis #center_column .addresses_block .row,
#module-ietc_devis-default #center_column .addresses_block .row {
	margin: -10px;
}
#module-ietc_devis-detaildevis #center_column .addresses_block .row::after {
	clear: both;
}
#module-ietc_devis-detaildevis #center_column .addresses_block .row::before, 
#module-ietc_devis-detaildevis #center_column .addresses_block .row::after {
	display: table;
	box-sizing: border-box;
}

#quote-detail .col-md-6,
#quote-detail-content .col-md-6 {
	width: 47%;
	float: left;
	min-height: 1px;
	position: relative;
	display: table-cell;
	padding: 0 10px;
	
}
#quote-detail ul.address,
#quote-detail-content ul.address {
	font-size: 13px;
	line-height: 1.3em;
	margin-bottom: 2em;
	width: auto !important;
}

#quote-detail input[type=text],
#quote-detail-content input[type=text] {
	padding: 3px 5px;
	box-shadow: none;
}

#quote-detail input[type=text]::before,
#quote-detail input[type=text]::after,
#quote-detail textarea::before,
#quote-detail textarea::after {
	box-sizing: border-box;
}

.box {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px; }
  .box p {
    margin-bottom: 0; }
  .box.box-small {
    padding: 9px 10px 9px 20px; }
    .box.box-small .dark {
      padding-top: 10px;
      padding-right: 20px;
      margin-bottom: 0;
      width: auto; }


#block-to-my-quotes {
	float: left; 
	margin-left: 10px; 
	width: 200px; 
}
#mon-devis-introduction {
	font-size: 12px;
	float: left;
	width: 490px;
}

#devis-detail-content h2,
#quote-detail h2 {
	border-bottom: 1px solid #d6d4d4;
	padding-bottom: .5em;
	margin-bottom: 1em;
}
	  
/**
 *	OLEAQUOTEMODULE
 */
/* -- shopping_cart --- */
#cart_olea_quote_name {
	background: #f3f3f3;
	border: 1px solid #dfdfdf;
	padding: 10px;
	margin: 1.5em 0;
}
#cart_olea_quote_name label {
	font-size: 13px;
}
#cart_olea_quote_name input[type=text],
#id_oleaquote_list input[type=text] {
	font-size: 13px;
	padding: 2px 5px;
}
#cart_olea_quote_name input[type=submit] {
	margin-top: 1em;
}
/* -- fomngt --- */
#my-account #center_column.grid_9 {
	width: 700px;
}
#id_oleaquote_list table#order-list {
	width: 100%;
}
#id_oleaquote_list img.oleaquote.icon:hover {
	cursor: pointer;
}
#id_oleaquote_list .oleaquoteordernumber {
	display: block;
	font-size: 11px;
}
#id_oleaquote_list .history_invoice {
	width: 54%;
	text-align: center;
}
#order-list .priceProductUnavailable {
	font-size: 11px;
}
#id_oleaquote_list .wrongshop {
	font-size: 11px;
	margin-top: 7px;
}

/* Alert message bottom */
#alertmessagebottom {
	background: rgba(246,179,0,.9);
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	padding: 1em 0;
	z-index: 10;
	color: #222;
}
#alertmessagebottom a {
	color: #222;
	text-decoration: underline;
}
#alertmessagebottom #closealertmessagebottom {
	text-align: center;
}
#alertmessagebottom #closealertmessagebottom:hover {
	cursor: pointer;
}

/* Deliverydate */
#deliverydate_countdown_content {
	background: #bde6f6;
	padding: 10px;
	/*border: 2px solid #bde6f6;*/
	background: #d3ecf6;
	text-align: center;
}
#deliverydate_countdown_content .shipping_date {
	font-family:"LeagueGothicRegular";
	font-size: 25px;
	line-height:1.5em;
	background: white;
	color: #4cbbe7;
	display: block;
	text-align: center;
	margin: .5em 0 .1em;
	padding: 0 0.5em;
	border-radius: .2em;
	
}
#deliverydate_countdown_content .shipping_date:hover {
	cursor: pointer;
}
#deliverydate_countdown_content .shipping_date::before {
	content: "\f073";
	font-family: "FontAwesome";
	font-size: 18px;
	padding-right: 10px;
	vertical-align: 17%;
	line-height: 1em;
}
#deliverydate_countdown_content .shipping_date::after {
	content: "**";
}
#deliverydate_countdown_content .shipping_date_comment {
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
}

#deliverydate_countdown_content .tooltip_link {
	text-decoration: underline;
	font-weight: bold;
}

#deliverydate_countdown_content .countdown {
	text-align: center;
	border: 1px solid #4cbbe7;
	padding: 0.3em;
	margin-top:  1em;
	border-radius: .2em;
}
#deliverydate_countdown_content .countdown .clock {
	font-size: 1.3em;
	font-weight:  bold;
	padding-top: .1em;
	display: inline-block;
}
#lhc_need_help_container {
	display: none !important;
}

/* Addressbook : hack pour pas de retour à la ligne */
.algolia-places:first-of-type {
	width: 430px;
}

/****
 *	 Loading spinner
 */

/* Absolute Center Spinner */
.loading-spinner {
	display:none;
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
.loading-spinner:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading-spinner:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading-spinner:not(:required) span.legend {
	/* hide "loading..." text */
	font-size: 20px;
	font-family: Helvetica, Arial, "sans-serif";
	color: #333;
	line-height: 1em;
	position: absolute;
	top: 1.5em;
	width: 370px;
	left: -8.5em;
	text-align: center;
}
.loading-spinner:not(:required) span.popup-background {
	background: #ffffff;
	border-radius: 0.3em;
	box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.5);
	font-size: 20px;
	height: 8em;
	left: -9.9em;
	line-height: 1em;
	opacity: 0.95;
	position: absolute;
	top: -3em;
	width: 21em;
}

.loading-spinner:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}