/****  SKINS SPECIFIC TBS BLUE ****/
/*
@font-face {
    font-family: 'LibreFranklin';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/LibreFranklin-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'LibreFranklin';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/LibreFranklin-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'LibreFranklin';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/LibreFranklin-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'LibreFranklin';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/LibreFranklin-MediumItalic.ttf') format('truetype');
}
@font-face {
    font-family: 'LibreFranklin';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/LibreFranklin-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'LibreFranklin';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/LibreFranklin-BoldItalic.ttf') format('truetype');
}


@font-face {
    font-family: 'NotoSerif';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/NotoSerif-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'NotoSerif';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/NotoSerif-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'NotoSerif';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSerif-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSerif';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/NotoSerif-BoldItalic.ttf') format('truetype');
}
*/

body {
    font-family: "sole-serif-small-variable" ,Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-bottom ul li a,
.footer-copyright,
.footer-icons h3,
.footer-bottom h4 {
    font-family: "sole-sans-variable" ,Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "sole-serif-titling-variable" ,Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.h1, .h2, h1, h2 {
    font-variation-settings: "wght" 900;
}

.btn,
.btn-red,
.btn-primary {
	font-family: "sole-sans-variable", 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 : #f8bf4f transparent transparent;;
}

/*********************************************************/
/***************** FIN LOADER CHARGEMENT *****************/
/*********************************************************/




/*********************************************************/
/***************** PAGE ERREUR       *********************/
/*********************************************************/
/* colo fond de page */
._message {
    background-color: #fbfcff;
}
/* image de fond */
._404 {
    background-image: url(../img/bg-4042.png);
}

/* colo texte */
._message ._message-text {
    color: #000000;
    font-size: 13px;
}
/* colo titre */
._message ._message-text h1 {
    color: #f8bf4f!important;
}
/* colo lien */
._message ._message-text .back-home-link {
    color: #f8bf4f;
}

/*********************************************************/
/***************** FIN PAGE ERREUR       *****************/
/*********************************************************/




/*********************************************************/
/********************* PARTIE HEADER *********************/
/*********************************************************/

/* fond header nav bar */
.navbar-default {
    background-color: #fff;
}

.navbar-header {
    width: 100%;
}

/* ombre sous le header */
.headerlite.navbar-default {
    border-bottom: 1px solid #e7ebf2;
}

/* gestion position du logo */
@media (min-width: 768px) {
    .headerlite.navbar > .container-fluid .navbar-brand.accroche {
        float: none;
        width: 465px;
        height: 100px;
        display: block;
        margin: 0px auto;
        padding-top: 0px;
        margin-top: 5px;
    }
}

/* position logo borudure haut */
.navbar-default.navbar2 .navbar-brand .logo2{
	top: 1px;
    max-width: 465px;
}
/* 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-active.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;
    margin-top: -2px;
}

/* réduire espace du menu central */
@media (min-width:768px) {
	.navbar-default .nav-menu > li > a {
		padding: 10px 18px;
	}
}


/*ajout divider en mode non mobile
@media (min-width:768px) {
	.navbar-default .nav-menu > li:nth-child(n+2) {
		border-left: solid 1px #fff;
	}
}
*/

/* Liens menu nav centrale du header  */
.navbar-default .nav-menu > li > a {
    font-family: sole-sans-variable , Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #363a4a;
    opacity: 1;
	font-weight: 500;
	font-size: 17px;
    text-transform: uppercase;
}
/* 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: #f8bf4f ;
    opacity: 1;
}

/* sous-menu liens menu nav centrale */
.headerlite .dropdown-menu.dropdown-signin.submenu div.submenucontent > div a {
	color: #363a4a;
}
/* 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: #363a4a;
}
/* sous-menu liens menu nav centrale VERSION MOBILE */
@media (max-width:767px){
	.headerlite .dropdown-menu.dropdown-signin.submenu div.submenucontent > div a {
		color: #363a4a;
	}
	.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: #363a4a;
	}
}

/* utile pour coloriser un lien nav centrale - changer la valeur du nth-child
.navbar-default .nav-center > li:nth-child(4n) > 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:#fbfcff;
}
/* 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 {
	display: none;
	background-color: #fff;
}

/*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;
}

.navbar-default.navbar2 .user-dropdown .avatar {
  max-width: 19px;
  margin-top: -3px;
}

/* 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;
    width: 22px;
    height: 22px;
}

/* menu nav droite - couleur des liens connexion et panier */
.navbar-default.navbar2 .navbar-right > li > a {
    font-family: sole-sans-variable , Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #363a4a;
	font-size: 17px;
	text-transform: uppercase;
}
/* 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: #f8bf4f;
}
/* 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: #363a4a;
}

/* menu nav droite - colo bouton popup connexion */
.navbar-default .user-dropdown .dropdown-menu.dropdown-signin .dropdown-content .btn-yellow {
    background-color: #f8bf4f;
	border-color: #f8bf4f;
    color:#fff !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: #f8bf4f;
	border-color: #f8bf4f;
}
/* 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: #f8bf4f;
	color:#fff;
}

/* sous-menu nav droite CONNECTÉ - colo texte */
.navbar-default .user-dropdown .dropdown-menu li a {
    color: #363a4a;
}

/* sous-menu nav droite CONNECTÉ - colo fond */
.navbar-default .user-dropdown .dropdown-menu li a:hover {
    background:#f8bf4f;
	color: #fff;
}

/* sous-menu nav droite CONNECTÉ - colo liens  - MODE MOBILE */
@media (max-width:767px){
    .navbar-default .dropdown.open .dropdown-menu > li > a {
        color: #363a4a;
    }
}

/* bouton deroulement menu mode MOBILE */
.navbar-default .navbar-toggle .icon-bar {
    background: #f8bf4f;
}
/*  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: #f8bf4f;
}

/* ajout d'une icone au dessus du titre newsletter */
.navbar-default .nav-center.nav-menu > li:first-child > a{
	font-size: 0;
}
/*ajouter une icone en fond de menu */
.navbar-default .nav-center.nav-menu > li:first-child > a::before {
    content: "";
    display: block;
    width: 23px;
    height: 19px;
    background: url(../img/picto_accueil.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: -10px;
    top: 0px;
}
.navbar-default .nav-center.nav-menu > li:first-child > a:hover::before {
    background: url(../img/picto_accueil_hover.png) no-repeat center;
}

/* retravailler la positino en mode mobile */
@media (max-width:767px){
    .navbar-default .nav-center.nav-menu > li:first-child > a::before {
        top: 10px;
        left: 14px;
    }
}


@media (min-width: 768px) {
  .navbar-default.navbar2 .nav-center, .navbar-default.navbar2 .navbar-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* décaller le menu  de gauche */
@media (min-width: 768px) {
  .nav.navbar-nav.nav-center.nav-menu {
    padding-left: 50px;
  }
}

/* décaller le menu  de droite */
@media (min-width: 768px) {
  .nav.navbar-nav.navbar-right {
    padding-right: 50px;
  }
}


/**** FILTRE DROPDOWN ****/
.navbar-default .search .dropdown-menu {
    background: #fbfcff;
}

.navbar-default .search .dropdown-menu  input.form-control {
    background-color: #fbfcff;
}

/*liste déroulante du filtre */
.navbar-default .search .input-group select {
    background: #fbfcff;
    color: #adadad;
}


/**********************************************************/
/*******************FIN PARTIE HEADER *********************/
/**********************************************************/



/**********************************************************/
/******************* HOME CAROUSEL    *********************/
/**********************************************************/

/* si pas d'image de fond au carousel */
.slider {
    background: #fff no-repeat bottom center / cover ;
}

.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 indicateur rond exterieur ACTIF */
.carousel-indicators li.active {
	border-color : #f8bf4f;
    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:#f8bf4f;
    opacity: 1;
}
/* carousel indicateur INACTIF*/
.carousel-indicators li::before {
	background-color:#f8bf4f;
    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-slide.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: #fbfcff;
    padding-top: 20px;
}

.home-products .home-products-heading h2 {
    color: #000000;
    font-size: 30px;
}

/* cacher le filtre categorie home product */
.home-products-heading .dropdown > a {
    display: none;
}

.home-products .productlink {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.home-products .home-products-item p {
	text-align: center;
}

.home-products .product-prices {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

#categories-home .categories h2 {
    color: #000000;
	font-size: 30px;
}

.home-categorieslist {
    padding-top: 40px;
}

.home-categorieslist .container-fluid {
    padding: 10px 0px;
}


/**********************************************************/
/******************* FIN HOME PRODUIT     *****************/
/**********************************************************/


/**********************************************************/
/******************* CAT LIST   **********************/
/**********************************************************/
.home-products-heading h2 {
    color: #000000;
    font-size: 30px;
}

.categories .home-products-item {
    margin-bottom: 10px;
}

/**********************************************************/
/******************* CAT LIST     *****************/
/**********************************************************/


/**********************************************************/
/******************* FOOTER     ***************************/
/**********************************************************/

/* colo fond footer product
.footer-mid {
    background: #1d3c49;
}
/* colo titre produit footer product */
.footer-mid .media a.footer-title {
    color: #fff;
}

.footer-icons {
    background-color: #ffffff;
    border-top: 1px solid #e7ebf2;
}

/* si icone du bandeau secu différente */
.footer-icons .row div:nth-child(1) h3::before {
    width: 48px;
    height: 36px;
    background: url(../img/icon-footer1.png) no-repeat center;
        background-size: auto;
    background-size: 50%;
    position: absolute;
    top: -10px;
    left: 0;
}
.footer-icons .row div:nth-child(2) h3::before {
    width: 48px;
    height: 36px;
    background: url(../img/icon-footer2.png) no-repeat center;
        background-size: auto;
    background-size: 100%;
    position: absolute;
    top: -10px;
    left: 0;
}
.footer-icons .row div:nth-child(3) h3::before {
    width: 48px;
    height: 36px;
    background: url(../img/icon-footer3.png) no-repeat center;
        background-size: auto;
    background-size: 70%;
    position: absolute;
    top: -10px;
    left: 0;
}
.footer-icons .row div:nth-child(4) h3::before {
    width: 48px;
    height: 36px;
    background: url(../img/icon-footer4.png) no-repeat center;
        background-size: auto;
    background-size: 65%;
    position: absolute;
    top: -10px;
    left: 0;
}


/* colo fond footer bottom */
.footer-bottom {
    background: #000000;
}

/*  colo des titres footer bottom h4 */
.footer-bottom .footer-bottom-links h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
/* colo liens footer bottom */
.footer-bottom .footer-bottom-links ul li a {
    color: #fff;
    font-size: 14px;
}
/* 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: #000000;
    font-size: 12px;
    border-top: none;
}

/* colo lien copiright */
.footer-copyright a {
    color: #f8bf4f;
}
/* colo lien copiright - SURVOL */
.footer-copyright a:active,
.footer-copyright a:hover,
.footer-copyright a:focus {
    color: #f8bf4f;
	text-decoration: underline;
}

/* colo fond  newsletter */
.footer-bottom form .form-control {
    background: #fff;
}
/* colo bouton envoyer newsletter */
.footer-bottom form .btn {
	background: #f8bf4f;
	color : #fff;
	padding-right: 10px;
}
/* virer la flèche*/
.footer-bottom form .btn::after {
    display: none;
}

/* footer sur 4 colonnes sur toute la largeur */
.footer-bottom .col-sm-8 {
    width: 100%;
}

/**********************************************************/
/******************* FIN FOOTER     ***********************/
/**********************************************************/


/**********************************************************/
/******************* FIL D'ARIANNE  ***********************/
/**********************************************************/

/* colo fond fil d'arianne */
.breadcrumbs-wrap {
    background: #fff; none repeat scroll 0 0;
    color: #000000;
}

/* colo liens fil d'arianne */
.breadcrumb > li a {
    color: #000000;
}
/* colo liens fil d'arianne - SURVOL - ACTIF */
.breadcrumb > .active,
.breadcrumb > li a:hover {
    color: #000000;
}
.breadcrumb > li a:hover {
    text-decoration: underline;
}
/* colo >> fil d'arianne */
.breadcrumb > li + li::before {
    color: #000000;
}

/**********************************************************/
/******************* FIN FIL D'ARIANNE  *******************/
/**********************************************************/


/**********************************************************/
/******************* LISTE PRODUIT CAT    *****************/
/**********************************************************/
#the-products .productlink {
	text-align: center;
    font-weight: 700;
    font-size: 16px;
}
#the-products .product-prices {
	text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.products {
    background: #fff;
}

.affichage-etendu {
    height: 0px;
    max-height: 0px;
    overflow: hidden;
    max-width: 270px;
}


/*** FILTRE PA DATE ***/
.product-date-filter .form-date-filter label {
    font-size: 14px;
}

/**********************************************************/
/*******************FIN LISTE PRODUIT CAT    *****************/
/**********************************************************/



/**********************************************************/
/******************* PAGE PRODUIT  ************************/
/**********************************************************/

/* fond de 1er plan sur page produit gauche - SANS IMAGE */
.product-details-left {
    background: none;
}
/* fond global sur page produit gauche */
.product-details::before {
    background: #fff no-repeat scroll center bottom / cover;
}
.product-details-right h1 {
    font-size: 30px;
}

.product-details-right .product-details-text p {
    /*font-family: "NotoSerif",Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 16px;
    color: #000000;
}

/* colo selection engagement  */
.product-radios .radio .radio-red>input:checked+span {
	background-color: #f8bf4f;
}

/* colo selection support  */
.product-radios .radio .radio-black > input:checked + span {
	background: #000000;
	color: #fff;
}
/* colo typo élément non sélectionné */
.product-radios .radio span {
    color: #000000;
}

/* fond global sur page produit droite */
.product-details::after {
    background: #fff;
}

.product-details-right .ref-tarif {
    color: #000000;
}

/* fond glbal sur page produit - vous aimerez aussi */
.product-details2 {
    background: #fbfcff;
}

.product-details2 .you-also-like .productlink {
	text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.product-details2 .you-also-like .product-prices {
	text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

/* 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;
	}
}
*/

.product-quantity input {
    height: 37px;
}

/**********************************************************/
/******************* 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: #f8bf4f;
}

/* 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: #f8bf4f;
}

/* 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: #f8bf4f;
}

/* Colo des typo de formulaire */
input.form-control, select.form-control {
    border-color: #e7ebf2;
    color: #000000;
}
/* Colo des typo placeholder formulaires */
input.form-control::placeholder {
    color: #000000;
}

/* colo bordure elements divers */
.form-control:focus,
.product-details-right .out-of-stock,
.payment-types label>input:checked+img {
	border-color: #f8bf4f;
}

/* Produits non touvés */
div.noproductfound p {
    color: #f8bf4f;
}

/* 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: #f8bf4f;
    border-color: #f8bf4f;
}
/* 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: #f8bf4f;
	border-color: #f8bf4f;
}

/* border boton voir plus */
.btn-default.btn-rnd.btn-md{
	border-color: #f8bf4f;
}

/* colo typo des boutons si différent de blanc
.btn-red,
.btn-primary {
    color: #FF0000 !important;
}
/* colo du separateur dans boutons toutes pages si different de blanc
.btn-price-basket strong::after {
    background: #FF0000;
}
*/

/* sur tous les boutons */
.btn {
    font-size: 16px;
    font-weight: 500;
    text-transform : uppercase;
}

/* colo fond badge remise */
.slider-image .slider-discount-badge,
.product-listing-item .media-left .discount-badge.red {
	background-color: #f8bf4f;
	color:#FFFFFF !important;
}

/* colo bouton validatin code promo */
.promo-code .input-group .btn .caret{
	border-color: transparent transparent transparent #f8bf4f;
}

.btn-price-basket .basket {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/icon-basket-btn.png) no-repeat center;
  background-size: auto;
  background-size: 100%;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.btn-basket::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/icon-basket-btn.png) no-repeat center;
    background-size: auto;
  background-size: 100%;
  position: absolute;
  left: 15px;
  top: 10px;
}


/* fond des fomrulaires */
.form-control {
    background-color: #fbfcff;
    border-color: #e7ebf2;
}

.form-control.fake {
    background-color: #fff;
    border-color: #fff;
}

input.form-control, select.form-control {
    background-color: #fbfcff;
    border-color: #e7ebf2;
}

/* overlay sur les produits */
.home-products-item .product-item-img::before {
    background: rgba(0, 0, 0, .6);
}

/*PAGE PANIER*/
.basket-heading h1 {
    color: #000000;
    font-size: 30px;
}
.basket-total {
    background: #fbfcff;;
}
.basket-page .basket-buttons .pull-left .btn{
    min-width: 250px;
}

/*PAGE LOGIN*/
.identification {
    background: #fff;
}
.identification-heading {
    background: #fff;
}

/*PAGE PROFIL*/
.profile-heading h1 {
    color: #000000;
    font-size: 30px;
}
.profile-delivery-address {
    background: #fff;
}
.profile-details {
    background: #fff;
}
.profile .profil-lists h2 {
    color: #000000;
    font-size: 30px;
}

/* PAGE CONTACT et PAIEMENTSTATUS */
.contact {
    background: #fff;
}
.contact-heading h1 {
    color: #000000;
    font-size: 30px;
}

/*PAGE DELIVERY*/
.delivery {
    background: #fff;
}
.delivery-heading h1 {
    color: #000000;
    font-size: 30px;
}
.delivery-panel .well {
    background: #fbfcff;
}
/*PAGE PAIMENT*/
.payment {
    background: #fff;
}

.payment-heading h1 {
    color: #000000;
    font-size: 30px;
}
