/****  SKINS SPECIFIC TBS BLUE ****/
/***** FONTS ****/
/*
@font-face {
    font-family: 'DinPro';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/DINPro-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'DinPro';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/DIN-Pro-Italic.ttf') format('truetype');
}
*/

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    src: url('../fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
}
@font-face {
    font-family: 'RobotoCondensed';
    font-style: italic;
    src: url('../fonts/RobotoCondensed-Italic-VariableFont_wght.ttf') format('truetype');
}

/*
@font-face {
    font-family: 'DinPro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/DINPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DinPro';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/DIN-Pro-Italic.ttf') format('truetype');
}
*/

body,
.footer-icons h3,
.footer-bottom h4,
.footer-bottom ul li a,
.footer-copyright
 {
    font-family: RobotoCondensed, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: RobotoCondensed, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*********************************************************/

/*********************************************************/
/***************** LOADER CHARGEMENT *********************/
/*********************************************************/

/* fond de page chargement */
#loadMessage {
	background-color : #fff;
}
/*rond exterieur*/
.loader-wrap {
    border: 1px solid #E7E7E7;
}
/*rond interieur fond*/
.loader-quart {
	border: 12px solid #E7E7E7;
}
/*rond interieur element tournant*/
.loader-quart::after {
	border-color : #562b75 transparent transparent;;
}

/*********************************************************/
/***************** FIN LOADER CHARGEMENT *****************/
/*********************************************************/




/*********************************************************/
/***************** PAGE ERREUR       *********************/
/*********************************************************/
/* colo fond de page */
._message {
    background-color: #E7E7E7;
}
/* image de fond */
._404 {
    background-image: url(../img/bg-4042.png);
}

/* colo texte */
._message ._message-text {
    color: #282828;
    font-size: 13px;
}
/* colo titre */
._message ._message-text h1 {
    color: #562b75!important;
}
/* colo lien */
._message ._message-text .back-home-link {
    color: #562b75;
}

/*********************************************************/
/***************** FIN PAGE ERREUR       *****************/
/*********************************************************/




/*********************************************************/
/********************* PARTIE HEADER *********************/
/*********************************************************/

/* fond header nav bar */
.navbar-default {
    background-color: #fff;
}

/* ombre sous le header */
.headerlite.navbar-default {
    /*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
    border-bottom: 1px solid #562b75;
}

/* gestion position du logo - NE PAS MODIFIER */
.headerlite.navbar > .container-fluid .navbar-brand.accroche {
    padding-top: 0px;
    margin-top: 0px;
}

/* position logo borudure haut */
.navbar-default.navbar2 .navbar-brand .logo2{
	top: 4px;
}
/* gestion position du logo version mobile */
/* utile pour réduire la taille et la position */
@media (max-width:767px){
	.navbar-default.navbar2 .navbar-brand .logo2 {
		max-width: 200px;
		max-height: 40px;
		top: 5px;
	}
}

/* gestion de la loupe icone de recherche */
.navbar-default .search > a {
    background-image:url(../img/search.png)!important;
}
/* changement d'icone au survol */
.navbar-default .search > a:active,
.navbar-default .search > a:focus,
.navbar-default .search > a:hover {
    background-image:url(../img/search.png)!important;
}
/* fond de l'icone search au survol */
.navbar-default .nav-search-lang .search.open .dropdown-toggle:active,
.navbar-default .nav-search-lang .search.open .dropdown-toggle:focus,
.navbar-default .nav-search-lang .search.open .dropdown-toggle:hover {
    background: #fff;
}
/* réduire espace entre logo et loupe
.navbar-default.navbar2 .search {
    margin-left: 10px !important;
}
*/

/* réduire espace du menu central et panier/connexion
@media (min-width:768px) {
	.navbar-default .nav-menu > li > a {
		padding: 10px 12px;
	}

	.navbar-default .navbar-right .user-dropdown a.dropdown-toggle {
		padding-left: 5px;
	}

	.navbar-default .navbar-right .basket-dropdown a.dropdown-toggle {
		padding-right: 5px;
	}

}*/


/*ajout divider en mode non mobile */
@media (min-width:768px) {
	.navbar-default .nav-menu > li:nth-child(n+2) {
		border-left: solid 1px #562b75;
	}
}

/* Liens menu nav centrale du header  */
.navbar-default .nav-menu > li > a {
	color: #562b75;
    opacity: 1;
	font-weight: normal;
	font-size: 18px;
}
/* couleur liens menu nav centrale du header au survol */
.navbar-default .nav-menu > li > a:active,
.navbar-default .nav-menu > li > a:focus,
.navbar-default .nav-menu > li > a:hover,
.navbar-default .nav-menu .open > a:active,
.navbar-default .nav-menu .open > a:focus,
.navbar-default .nav-menu .open > a:hover,
.navbar-default .nav-menu .open>a {
	color: #562b75;
    opacity: 1;
}

/* sous-menu liens menu nav centrale */
.headerlite .dropdown-menu.dropdown-signin.submenu div.submenucontent > div a {
	color: #562b75;
}
/* sous-menu liens menu nav centrale au survol */
.headerlite .dropdown-menu.dropdown-signin.submenu div.submenucontent > div a:active,
.headerlite .dropdown-menu.dropdown-signin.submenu div.submenucontent > div a:focus,
.headerlite .dropdown-menu.dropdown-signin.submenu div.submenucontent > div a:hover {
	color: #562b75;
}
/* sous-menu liens menu nav centrale VERSION MOBILE */
@media (max-width:767px){
	.headerlite .dropdown-menu.dropdown-signin.submenu div.submenucontent > div a {
		color: #562b75;
	}
	.headerlite .dropdown-menu.dropdown-signin.submenu div.submenucontent > div a:active,
	.headerlite .dropdown-menu.dropdown-signin.submenu div.submenucontent > div a:focus,
	.headerlite .dropdown-menu.dropdown-signin.submenu div.submenucontent > div a:hover
	{
	    color: #562b75;
	}
}

/* utile pour coloriser un lien nav centrale - changer la valeur du nth-child
.navbar-default .nav-center > li:nth-child(4) > a {
	color: #00ABE4;
}*/

/* menu nav droite
/* utile que pour coloriser le fond du menu connexion de nav droite
.headerlite.navbar-default.navbar2 .navbar-right.navbar-nav {
	margin-top:0px;
	padding-top: 26px;
    padding-bottom: 22px;
    padding-left: 40px;
    padding-right: 10px;
    background-color:#33b1eb;
}
/* sous-menu nav droite en mode mobile - enlever les padding
@media (max-width:767px){
	.headerlite.navbar-default.navbar2 .navbar-right.navbar-nav {
		margin-top: unset;
		padding-top: unset;
		padding-bottom: unset;
		padding-left: unset;
		padding-right: unset;
	}
}

/* menu nav droite - couleur du divider si différent de blanc */
.navbar-default.navbar2 .navbar-right .divider {
	background-color: #562b75;
}

/* menu nav droite - icone du panier si différente de blanc */
.navbar-default .basket .basket-nav-link::before {
    background: rgba(0, 0, 0, 0) url("../img/icon-basket.png") no-repeat scroll center center / 100% auto;
}

/*masquer le caret quand mode SSO - a déporter dans le HTML sur l'option disabledPopupLogin */
.navbar-default.navbar2 .navbar-right > li > a > .caret {
	display: none;
}

/* menu nav droite - couleur des liens connexion et panier */
.navbar-default.navbar2 .navbar-right > li > a {
	color: #562b75;
	font-size: 18px;
}
/* menu nav droite - couleur des liens connexion et panier - AU SURVOL */
.navbar-default.navbar2 .navbar-right > li > a:active,
.navbar-default.navbar2 .navbar-right > li > a:focus,
.navbar-default.navbar2 .navbar-right > li > a:hover,
#headersignin > a:active,
#headersignin > a:focus,
#headersignin > a:hover {
	color: #562b75;
}
/* menu nav droite - couleur des fonds de liens panier et connexion - A LA SELECTION */
/*agit aussi sur la couleur de fond A lA SELECTION en mode MOBILE */
.navbar-default .dropdown.open .dropdown-toggle:active,
.navbar-default .dropdown.open .dropdown-toggle:focus,
.navbar-default .dropdown.open .dropdown-toggle:hover {
    background: #fff;
    color: #562b75;
}

/* menu nav droite - colo bouton popup connexion */
.navbar-default .user-dropdown .dropdown-menu.dropdown-signin .dropdown-content .btn-yellow {
    background-color: #feca22;
	border-color: #feca22;
    color:#562b75 !important;
}
/* menu nav droite - colo bouton popup connexion - AU SURVOL */
.navbar-default .user-dropdown .dropdown-menu.dropdown-signin .dropdown-content .btn-yellow:hover,
.navbar-default .user-dropdown .dropdown-menu.dropdown-signin .dropdown-content .btn-yellow:focus {
    background-color: #feca22;
	border-color: #feca22;
}
/* menu nav droite - colo footer popup connexion */
.navbar-default .user-dropdown .dropdown-menu.dropdown-signin .dropdown-footer,
.navbar-default .user-dropdown .dropdown-menu.dropdown-signin .dropdown-footer a {
    background-color: #feca22;
	color:#562b75;
}

/* sous-menu nav droite CONNECTÉ - colo texte */
.navbar-default .user-dropdown .dropdown-menu li a {
    color: #562b75;
}

/* sous-menu nav droite CONNECTÉ - colo fond */
.navbar-default .user-dropdown .dropdown-menu li a:hover {
    background:#562b75;
	color: #fff;
}

/* sous-menu nav droite CONNECTÉ - colo liens  - MODE MOBILE */
@media (max-width:767px){
    .navbar-default .dropdown.open .dropdown-menu > li > a {
        color: #562b75;
    }
		.navbar-default .dropdown.open .dropdown-menu > li > a:hover {
				color: #562b75;
		}
}

/* bouton deroulement menu mode MOBILE */
.navbar-default .navbar-toggle .icon-bar {
    background: #562b75;
}
/*  bouton deroulement menu - mode MOBILE - au CLICK */
.navbar-default .navbar-toggle:active .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background: #562b75;
}

@media (min-width: 768px) {
  .navbar-default .user-dropdown .avatar {
    margin-top: -5px;
  }
}

/**********************************************************/
/*******************FIN PARTIE HEADER *********************/
/**********************************************************/



/**********************************************************/
/******************* HOME CAROUSEL    *********************/
/**********************************************************/
#section-accroche-slider-haut {
    background-color: #F8E8FF;
    text-align: center;
    color: #562b75;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}


/* si pas d'image de fond au carousel */
.slider {
    background: #fff no-repeat bottom center / cover ;
}

.slider-text h1 {
  font-size: 35px;
  color: #562b75;
}

/* enlever la marge haute du titre du slider */
.slider-text {
  padding-top: 0px;
}
/* pour ajouter une image de fond au carousel
.slider {
    background: #fff url(../img/slider-bg-lt.jpg) no-repeat bottom center / cover ;
}*/
/* enlever la borudre autour du visuel */
.slider-image{
	border: none;
}

.carousel.product-slider .btn-price-basket strong {
  display: none;
}

.carousel-indicators-wrap {
    display : none;
    bottom: 20px;
}

/* carousel indicateur rond exterieur ACTIF */
.carousel-indicators li.active {
	border-color : #562b75;
    opacity: 1;
}
/* carousel indicateur rond interieur ACTIF*/
.carousel-indicators li:active:before,
.carousel-indicators li:focus:before,
.carousel-indicators li:hover:before,
.carousel-indicators li.active:before {
	background-color:#562b75;
    opacity: 1;
}
/* carousel indicateur INACTIF*/
.carousel-indicators li::before {
	background-color:#562b75;
    opacity: .5;
}

/* MODIFICATIONS NON STANDARD */
/* colo du titre du produit
.slider-text h1 {
	color: #FF0000 !important;
}
/* colo du texte du produit
.slider-text p {
	color: #FF0000 !important;
	font-weight: 700;
}
/* colo bouton du slider
.carousel.product-slider .btn-red,
.carousel.product-slider .btn-red:hover,
.carousel.product-slider .btn-red:focus
{
	color: #000 !important;
	background-color: #FF0000;
	border-color: #FF0000;
}
/* colo boton barre de séparation
.carousel.product-slider .btn-price-basket strong::after
{
	background-color: #000;
}
/* icone basket du bouton - si différent de blanc */
.carousel.product-slider .btn-price-basket .basket {
    background: url(../img/icon-basket.png) no-repeat center;
    background-size: 100%;
}
/* icone wihlist non cochée
.slider .checkbox.wishlist .save-wishlist span {
    background: #d51317 url("../img/icon-wishlist-slide.png") no-repeat scroll center center;
    height: 41px;
    width: 41px;
}
/* icone wishlist cochée
.slider .checkbox.wishlist .save-wishlist input:checked+span
{
	background:#d51317 url("../img/icon-wishlist-saved-slide.png") no-repeat center
}

.carousel.product-slider .carousel-control .arrow-right {
	background: url(../img/icon-arrow-right3.png) no-repeat center;
}

.carousel.product-slider .carousel-control .arrow-left {
	background: url(../img/icon-arrow-left3.png) no-repeat center;
}
.carousel-control {
    opacity: 1;
}
*/

/**********************************************************/
/******************* FIN CAROUSEL    **********************/
/**********************************************************/

/**********************************************************/
/******************* HOME PRODUIT    **********************/
/**********************************************************/

/* colo fond home product */
.home-products {
    background: #f4f4f4;
}

/* cacher le filtre categorie home product */
.home-products-heading .dropdown > a {
    display: none;
}

/* désactiver les liens des produits du mois
.home-products .productcontainer .product-item-img a.fakelink,
.home-products .productcontainer a.productlink {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}
/* supprimer le bouton
.home-products .productcontainer .product-item-img a.btn {
    display: none;
}
/*desactiver le grisage onhover sur le visuel
.home-products .productcontainer .product-item-img::before {
    background: none;
}
*/

#section-accroche-home-bas .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

/* maquer les prix sur ls offres d'abonnement de la catégorie Abo de la home */
.home-categorieslist .categories.cat1 .product-prices{
    display: none;
}
/* redimensionner le boutn du produit 3 */
.home-categorieslist .categories.cat1 .product-item-img[data-refproduit="3"] a.btn {
    max-width: 185px;
}

.home-products .productlink {
    text-align: center;
}
.home-products .home-products-item p {
	text-align: center;
}

.home-products .product-prices {
	text-align: center;
}

.home-categorieslist .categories {
    text-align: center;
}



/*ajouter css couleur de font et en version Mobile */

/**********************************************************/
/******************* FIN HOME PRODUIT     *****************/
/**********************************************************/


/**********************************************************/
/******************* CATEGORIE    *****************/
/**********************************************************/

#the-products .productlink {
	text-align: center;
}
#the-products .product-prices {
	text-align: center;
}

#the-products .abonnements .product-prices {
    display: none;
}


/**********************************************************/
/******************* CATEGORIE    *****************/
/**********************************************************/


/**********************************************************/
/******************* FOOTER     ***************************/
/**********************************************************/

/* colo fond footer product
.footer-mid {
    background: #1d3c49;
}
*/
.footer-icons {
  border-top: 1px solid #562b75;
}

/* colo titre produit footer product */
.footer-mid .media a.footer-title {
    color: #fff;
}

/* colo fond footer bottom
.footer-bottom {
    background: #112c38;
}

/*  colo des titres footer bottom h4 */
.footer-bottom .footer-bottom-links h4 {
    color: #fff;
}
/* colo liens footer bottom */
.footer-bottom .footer-bottom-links ul li a {
    color: #fff;
}
/* colo liens footer bottom - SURVOL */
.footer-bottom .footer-bottom-links ul li a:active,
.footer-bottom .footer-bottom-links ul li a:hover,
.footer-bottom .footer-bottom-links ul li a:focus {
	color: #fff;
}

/* colo fond footer copy
.footer-copyright {
    background: #112c38;
    border-top: none;
}

/* colo lien copiright */
.footer-copyright a {
    color: #fff;
}
/* colo lien copiright - SURVOL */
.footer-copyright a:active,
.footer-copyright a:hover,
.footer-copyright a:focus {
    color: #fff;
	text-decoration: underline;
}

/* colo fond  newsletter */
.footer-bottom form .form-control {
    background: #fff;
}
/* colo bouton envoyer newsletter */
.footer-bottom form .btn {
	background: #feca22;
	color : #562b75;
	padding-right: 10px;
}
/* virer la flèche*/
.footer-bottom form .btn::after {
    display: none;
}

/*colo footer contact infos si footer.json->contactInfos actif
.footer-contact-infos li {
	font-size: 16px;
	color: #fff;
}
.footer-contact-infos .contact-infos-titre {
	font-weight: bold;
	font-size: 16px;
	color: #e62e2f;
}*/


/**********************************************************/
/******************* FIN FOOTER     ***********************/
/**********************************************************/


/**********************************************************/
/******************* FIL D'ARIANNE  ***********************/
/**********************************************************/

/* colo fond fil d'arianne */
.breadcrumbs-wrap {
    background: #fff; none repeat scroll 0 0;
    color: #282828;
}
/* colo liens fil d'arianne */
.breadcrumb > li a {
    color: #282828;
}
/* colo liens fil d'arianne - SURVOL - ACTIF */
.breadcrumb > .active,
.breadcrumb > li a:hover {
    color: #562b75;
}
/* colo >> fil d'arianne */
.breadcrumb > li + li::before {
    color: #282828;
}

/**********************************************************/
/******************* FIN FIL D'ARIANNE  *******************/
/**********************************************************/



/**********************************************************/
/******************* PAGE PRODUIT  ************************/
/**********************************************************/

/* fond de 1er plan sur page produit gauche - SANS IMAGE */
.product-details-left {
    background: none;
}
/* bordure à droite */
.product-details-left:after {
	content: '';
    position: absolute;
    right: 0px;
    top: 10%;
    height: 80%;
    border-right: 1px solid #562b75;
}

.product-details-right .form-group {
  margin-bottom: 15px;
}

.product-details-right h1 {
    color: #562b75;
}

/* fond global sur page produit gauche */
.product-details::before {
    background: #fff no-repeat scroll center bottom / cover;
}

/* colo selection engagement  */
.product-radios .radio .radio-red>input:checked+span {
	background-color: #562b75;
}

/* colo selection support  */
.product-radios .radio .radio-black > input:checked + span {
	background: #282828;
	color: #fff;
}
/* colo typo élément non sélectionné */
.product-radios .radio span {
    color: #282828;
}

/* fond global sur page produit droite */
.product-details::after {
    background: #fff;
}

/* fond glbal sur page produit - vous aimerez aussi */
.product-details2 {
    background: #fff;
}

/* fond sur page produit gauche - AVEC IMAGE */
/* ATTENTION - SI IMAGE IL FAUT RETRAVAILLER LE FIL D'ARIANNE
.product-details::before {
    background: #133646 url("../img/slider-bg-product.jpg") no-repeat scroll center bottom / cover;
}
/*version mobile
@media (max-width:1000px){
	.product-details-left {
		background: #d92128 url("../img/slider-bg-product.jpg") no-repeat scroll center bottom / cover;
	}
}

/** desactiver le lien PDF sur l'image
.modal-pdf-link {
    pointer-events: none;
    cursor: none;
}
*/

/*cacher le choix du support*/
.product-radios.terms {
	width: 100%
}
.product-radios.support {
	display: none;
}

/* bouton de commande */
.btn-bon-cmd a {
    text-decoration: none;
}

/**********************************************************/
/******************* FIN PAGE PRODUIT  ********************/
/**********************************************************/


/**********************************************************/
/******************* GLOBAL  ******************************/
/**********************************************************/

/* icone wishlist NON COCHEE */
.checkbox.wishlist .save-wishlist span {
    background: #fff url("../img/icon-wishlist.png") no-repeat scroll center center;
    height: 41px;
    width: 41px;
}
/* icone wishlist COCHEE */
.checkbox.wishlist .save-wishlist input:checked+span
{
	background:#fff url("../img/icon-wishlist-saved.png") no-repeat center
}
.payment .basket-promo-code::before {
    background: url("../img/icon-promo-code.png") no-repeat center;
}

/* colo globale liens et libelles */
a,
a:active,
a:hover,
a:focus,
.error-page .error-page-foot .btn,
.coming-soon .coming-soon-foot .btn,
.coming-soon .coming-soon-foot .social-links li a:hover,
.home-products-item .old-price .taux-remise,
.products-heading ul li a:hover,
.product-details-right .out-of-stock,
.product-listing-item .media-body .price,
.product-listing-item .media-body .price2,
.profile-delivery-address h2,
.profile-details h2,
.payment-methods h2,
.subscription-table tbody tr td .price,
.profiltable .profiltr .price,
.invoices-table tbody tr td .id,
.profiltr span.cadeau-icon,
.profiltable .profiltr .id,
.basket-price .the-price p.old-price,
.basket-total .total-price .the-total-price p,
.delivery-address h2,
.delivery-address .cadeau-checkbox label,
.delivery-panel .panel-item .price span,
.delivery-panel .panel-item .old-price,
.delivery-panel .panel-item.piecejointe .add-pj-ok,
.payment-total .the-total,
.styling h2,
.yamm .yamm-dropdown .dropdown-menu ul li a:hover,
.yamm .basket-dropdown .yamm-content .added-cart,
.delivery-total .the-total, .basket-total .the-total
{
	color: #562b75;
}

/* colo icones éditions adresses */
.delivery-address .address-item .address-content .plus:active,
.delivery-address .address-item .address-content .plus:hover,
.addresses .address-item .address-content .plus:active,
.addresses .address-item .address-content .plus:hover {
	text-decoration: none;
	color: #562b75;
}

/* icone ajout d'adresse +  */
.profile-delivery-address form .form-group a::before {
    background: url(../img/icon-plus.png) no-repeat center;
}
.delivery-address form .form-group a::before {
    background: url(../img/icon-plus.png) no-repeat center;
}

/* colo fond types adresse */
.addresses .address-item .address-content .address-b {
	background-color: #562b75;
}

/* Colo des typo de formulaire */
input.form-control, select.form-control {
    color: #282828;
}
/* Colo des typo placeholder formulaires */
input.form-control::placeholder {
    color: #282828;
    opacity: .4;
}

/* colo bordure elements divers */
.form-control:focus,
.product-details-right .out-of-stock,
.payment-types label>input:checked+img {
	border-color: #562b75;
}

/* Produits non touvés */
div.noproductfound p {
    color: #562b75;
}

/* icone basket dans les boutons - hors carsouel et header */
.product-details .btn-price-basket .basket,
.btn-basket::before {
	background: url(../img/icon-basket.png) no-repeat center;
	background-size : 100%;
}


/* colo des boutons toutes pages */
.btn-primary,
.btn-red,
.btn-red-hollow {
	background-color: #feca22;
    border-color: #feca22;
}
/* colo des boutons toutes pages - AU SURVOL */
.btn-primary:hover,
.btn-primary:focus,
.btn-red:hover,
.btn-red:focus,
.btn-red-hollow:hover,
.btn-red-hollow:focus {
	background-color: #feca22;
	border-color: #feca22;
}

/* border boton voir plus */
.btn-default.btn-rnd.btn-md{
	border-color: #562b75;
}

/* colo typo des boutons si différent de blanc */
.btn-red,
.btn-primary {
    color: #562b75 !important;
}
/* colo du separateur dans boutons toutes pages si different de blanc */
.btn-price-basket strong::after {
    background: #562b75;
}


/* colo fond badge remise */
.slider-image .slider-discount-badge,
.product-listing-item .media-left .discount-badge.red {
	background-color: #feca22;
	color:#562b75 !important;
}

/* colo bouton validatin code promo */
.promo-code .input-group .btn .caret{
	border-color: transparent transparent transparent #562b75;
}

/** BANDEAU CUSTOM **/

/**#custommessagetbs {
	background-color:red;
	color:white;
	text-align:center;
	font-size:2em;
	position:relative;
	z-index:5;
}

@media (max-width:767px){
	#custommessagetbs {
		font-size:1em
	}
}*
*/

/* PAGE PANIER */
.basket-page .basket-detail .media {
  padding-top: 20px;
}

.basket-buttons {
  padding-top: 20px;
  padding-bottom: 20px;
}

.basket-total {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.basket-total .total-price h3 {
  margin-top: 5px;
}


/*PAGE DELIVERY*/
.delivery {
    background: #fff;
}
/*PAGE PAIMENT*/
.payment {
    background: #fff;
}
