<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&amp;family=Maven+Pro:wght@400;600;700;900&amp;display=swap');


* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-size: 17px;
	font-weight: 300;
	text-decoration: none;
}

html {
	margin-top: 0 !important;
	overflow-x:  hidden;
	min-height: 100%;
	height: auto;
}

body {
	font-family: 'Josefin Sans', sans-serif;
	background-repeat: no-repeat;
	background-color: #fff;
	line-height: 1.4;
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: auto;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

body.overlay::before {
	z-index: 9999;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px -4px 8px #000;
}






/* //////////// */
/*              */
/*    HEADER    */
/*              */
/* //////////// */


#header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px -3px 8px #aaa;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

#header .container {
	padding: 0;
	position: static !important;
}





/* Header banner */
#header .header-banner {
	background: #4d4a45;
	font-size: 0;
}

#header .header-banner .container {
	display: flex;
}

#header .header-banner .left {
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	width: 70%;
}

#header .header-banner .right {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 30%;
}

#header .header-banner .left p,
#header .header-banner .right ul {
	margin-bottom: 0;
}

#header .header-banner * {
	color: #fff !important;
	font-weight: 300;
	font-size: 15px !important;
}

#header .header-banner .right &gt; a,
#header .header-banner .social-menu {
	display: inline-flex;
	vertical-align: top;
}

#header .header-banner .right &gt; a {
	font-size: 16px;
	color: #fff;
	height: 100%;
	align-items: center;
	margin-right: 15px;
}

#header .header-banner .social-menu {
	font-size: 0;
}

#header .header-banner .social-menu li {
	display: inline-block;
	vertical-align: top;
}

#header .header-banner .social-menu li:not(:last-of-type) {
	margin-right: 15px;
}

#header .header-banner .social-menu a {
	font-size: 0 !important;
}

#header .header-banner .right a::before {
	font-family: "FontAwesome";
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#header .header-banner .right a:hover::before {
	color: #c8af6d;
}

#header .header-banner .right a[href*="facebook"]::before {
	content: "\f082";
}

#header .header-banner .right  a[href*="instagram"]::before {
	content: "\f16d";
}











/* Header top */
#header .header-top {
	padding: 25px 0 0 !important;
}

#header .header-top #_desktop_logo + .position-static {
	text-align: right;
}

#header .header-top #_desktop_logo {
	display: flex;
	flex-wrap: wrap;
}

#header .header-top #_desktop_logo &gt; a {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto 25px;
	width: 250px;
}

#header .header-top #_desktop_logo,
#header .header-top #_desktop_logo + .position-static {
	/*float: none;
	display: inline-block;
	vertical-align: top;*/
	/*height: 100%;*/
}







/* Search Block */
#header #search_widget {
	position: absolute;
	top: 0;
	left: 0;
	top: 58.6px;
	left: calc((100% - 1140px) * 1/2);
}

#search_widget input {
	outline: none;
	padding: 5px 10px;
	border: none;
	background: #f8f8f8;
	color: #4d4a45;
	border-radius: 2px;
	font-size: 15px;
}
#search_widget input::placeholder {
	color: #4d4a45;
}

#search_widget button {
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background: transparent;
	cursor: pointer;
	display: block;
	height: 24px;
 }
#search_widget button i {
	color: #4d4a45 !important;
}









/* Header nav + Right nav */
#header .header-nav {
	border: none;
	margin-bottom: 0;
	padding: 0 !important;
}

#header .header-nav .container {
	position: relative;
}

#header .header-nav .col-md-5 {
	display: none;
}

#header .header-nav .right-nav {
	display: inline-block;
	width: auto;
	position: absolute !important;
	right: calc(((100% - 1140px) * 1/2) + 25px);
	top: 58.6px;
	z-index: 9;
	font-size: 0;
}

#header .header-nav .user-info,
#header .header-nav .blockcart {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 0;
}

#header .header-nav #_desktop_user_info,
#header .header-nav #_desktop_cart,
#header .header-nav #_desktop_contact,
#header .header-nav #_desktop_blog {
	display: inline-block;
	vertical-align: bottom;
}

#header .header-nav .right-nav &gt; div:not(:last-of-type) {
	margin-right: 15px;
}

/*#_desktop_user_info,
#_desktop_cart,
#_desktop_contact {
	margin-right: 15px;
}*/

#header .header-nav .blockcart .header {
	margin-top: 0;
}

#_desktop_user_info .user-info i,
#header .header-nav .blockcart i {
	display: none;
}

#_desktop_user_info .user-info a {
	font-size: 0;
	color: #4d4a45;
	display: inline-block;
	vertical-align: bottom;
}

#header .header-nav .user-info .account {
	margin-left: 0 !important;
}

#_desktop_user_info .user-info:hover .hidden-sm-down,
#_desktop_cart .blockcart:hover .hidden-sm-down {
	margin-left: 5px;
}

#_desktop_cart .blockcart:hover .cart-products-count {
	margin-left: 2px;
}

#_desktop_user_info .user-info span,
#_desktop_cart .blockcart span {
	font-size: 0;
	display: inline-block;
	vertical-align: bottom;
	height: 18px;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#_desktop_user_info .user-info:hover span,
#_desktop_cart .blockcart:hover span {
	font-size: 17px;
}

/*#_desktop_user_info .user-info a {
	color: #4d4a45;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}*/

#_desktop_user_info .user-info::before,
#_desktop_cart .blockcart .header::before {
	content:'';
	height: 18px;
	width: 18px;
	display: inline-block;
	vertical-align: bottom;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#_desktop_user_info .user-info::before {
	background: url(pictos/account-black.png) no-repeat center center;
	background-size: contain;
	font-size: 17px;
}

#header #_desktop_cart .blockcart {
	background: none;
}

#_desktop_cart .blockcart .header,
#_desktop_cart .blockcart .header a {
	font-size: 0;
}

#_desktop_cart .blockcart .header::before {
	background: url(pictos/cart-black.png) no-repeat center center;
	background-size: contain;
}

#_desktop_cart .blockcart span {
	color: #4d4a45;
	display: inline-block;
	vertical-align: bottom;
	height: 18px;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;	
}




/*#_desktop_contact a,
#_desktop_blog a {
	color: #7a7a7a;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#_desktop_contact a::before {
	content:'\f0e0';
    font-family: "FontAwesome";
	font-size: 17px;
	color: #7a7a7a;
	margin-right: 5px;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#_desktop_blog a::before {
	content:'\f1ea';
    font-family: "FontAwesome";
	font-size: 17px;
	color: #7a7a7a;
	margin-right: 5px;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#_desktop_contact a:hover,
#_desktop_contact a:hover::before,
#_desktop_blog a:hover,
#_desktop_blog a:hover::before {
	color: #975a58;
}
*/


/* Lien Whishlist */

#block_wishlist_top {
    position: absolute;
    right: 0;
    top: 0;
    top: 58.6px;
	right: calc((100% - 1140px) * 1/2);
}

#block_wishlist_top #login_wish,
#block_wishlist_top .wish_link {
	padding: 0 0 10px !important;
}

#block_wishlist_top i {
	font-style: initial;
}

#block_wishlist_top i::before {
	margin: 0 !important;
}

#block_wishlist_top .wishlist_count {
	top: 12px !important;
	background: #c8af6d;
	font-weight: 400;
	font-size: 14px;
	color: #000 !important;
	left: 50%;
	transform: translateX(-50%);
}

#block_wishlist_top:hover .wishlist_count {
	background: #b09755;
}

#mywishlist .icon-check-square::before {
    color: #c8af6d;
}



/* Popup alert lien wishlist */
#header .allert_note {
	right: 0;
}

.allert_note {
	font-size: 14px !important;
	width: auto;
	min-width: 300px;
}
.allert_note * {
	font-size: 14px !important;
}











/* Menu principal */
/*#header .header-top #_desktop_logo + .position-static {
	padding-bottom: 15px;
}*/

#header .header-top #_desktop_top_menu {
	padding-left: 0;
	margin-bottom: 0;
	height: auto;
	width: 100%;
	text-align: center;
}

#header .header-top #_desktop_top_menu #top-menu {
	display: block;
	margin-bottom: 0;
	margin: 0;
	font-size: 0;
	/*position: relative;*/
	width: 100%;
}

/*#header .header-top #_desktop_top_menu li#category-3 {
	position: relative;
	margin: 0 5px 0 11px;
}*/

#header .header-top #_desktop_top_menu #top-menu &gt; li#lnk-idees-cadeaux,
#header .header-top #_desktop_top_menu #top-menu &gt; li#lnk-nouveautes {
	margin: 0 5px;
}

#header .header-top #_desktop_top_menu #top-menu &gt; li &gt; a {
	color: #4c4a44;
	font-weight: 400;
	padding: 12px 7px 24px;
	font-size: 13px;
	line-height: 1;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}




#header .header-top #_desktop_top_menu #top-menu &gt; li &gt; a:hover {
	color: #000;
}

/*#header .header-top #_desktop_top_menu #top-menu &gt; li#category-3:hover &gt; a {
	background: #975a58;
}*/

#header .header-top #_desktop_top_menu #top-menu &gt; li#lnk-idees-cadeaux &gt; a:hover,
#header .header-top #_desktop_top_menu #top-menu &gt; li#lnk-nouveautes &gt; a:hover {
	color: #975a58;
	border-color: #975a58;
}






/* Sous menu */
#header .header-top #_desktop_top_menu .sub-menu {
	width: 100%;
	position: absolute;
	/*padding: 30px;*/
	padding: 30px calc((100% - 1140px) / 2);
	/*top: 100% !important;*/
	top: 0;
	right: 30px;
	left: auto;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	margin: 0;
	background: #fff;
	min-width: auto;
	box-sizing: border-box;
	z-index: 9;
	overflow: hidden;
	font-size: 0;
	box-shadow: none; /*0 5px 20px -10px #c8c8c8*/
	margin: 0 -30px 0 0 !important;
}

#header .header-top #_desktop_top_menu .sub-menu::before {
	content: '';
	/*height: 100%;*/
	height: 0;
	width: calc((100% - 30px) * 1/4);
	background-color: #eee;
	position: static;
	margin-right: 30px;
	border: none;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#header .header-top #_desktop_top_menu li.category .sub-menu {
    /*border-top: solid 16px #fff;*/
    border-top: solid 1px #efefef;
    display: flex !important;
}

#header .header-top #_desktop_top_menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

#header .header-top #_desktop_top_menu li:hover .sub-menu::before {
	height: 180px;
}

#header .header-top #_desktop_top_menu .sub-menu ul {
	width: calc((100% - 30px) * 3/4);
	margin: 0 !important;
}

#header .header-top #_desktop_top_menu li#category-126 .sub-menu ul,
#header .header-top #_desktop_top_menu li#category-24 .sub-menu ul,
#header .header-top #_desktop_top_menu li#category-6 .sub-menu ul,
#header .header-top #_desktop_top_menu li#category-26 .sub-menu ul,
/*#header .header-top #_desktop_top_menu li#category-30 .sub-menu ul,*/
#header .header-top #_desktop_top_menu li#category-3 .sub-menu ul {
	column-count: 3;
	column-gap: 60px;
	column-rule: 1px solid #efefef;
}

#header .header-top #_desktop_top_menu li#category-30 .sub-menu ul {
	column-count: 2;
	column-gap: 60px;
	column-rule: 1px solid #efefef;
}

#header .header-top #_desktop_top_menu .sub-menu::before,
#header .header-top #_desktop_top_menu .sub-menu ul {
	display: inline-block;
	vertical-align: top;
}

/*#header .header-top #_desktop_top_menu li:not(#category-3) .sub-menu ul:not(.visual-links) {
	width: calc(100% * 1/4);
	position: relative;
}

#header .header-top #_desktop_top_menu li:not(#category-3) .sub-menu ul:not(.visual-links)::before {
	content: '';
	width: 0;
	height: calc(100% - 40px);
    border-right: solid 1px #ccc;
    position: absolute;
    top: 20px;
    right: 0;
}*/

#header .header-top #_desktop_top_menu .sub-menu ul li:first-of-type {
	color: #b09755;
	font-weight: 400;
	margin-bottom: 15px;
    text-transform: uppercase;
}

#header .header-top #_desktop_top_menu .sub-menu li {
	display: none;
	margin: 0;
	float: none;
	box-sizing: border-box;
}

#header .header-top #_desktop_top_menu .sub-menu a {
	color: #666;
    display: inline-block;
    padding: 0;
    font-weight: 300;
    font-size: 17px;
    padding: 0;
    width: auto !important;
    margin-bottom: 2px;
    word-wrap: break-word;
	white-space: normal;
	text-transform: none;
	text-align: left;
	position: relative;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#header .header-top #_desktop_top_menu .sub-menu ul a::before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: solid 1px #c8af6d;
	/*opacity: 0;*/
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#header .header-top #_desktop_top_menu .sub-menu a:hover::before {
	/*opacity: 1;*/
	width: calc(100% - 2px);
}

#header .header-top #_desktop_top_menu .sub-menu a:hover {
	color: #4d4a45;
}

#header .header-top #_desktop_top_menu li#category-126 .sub-menu::before {
	background-image: url('sous-menu/canapes.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu li#category-24 .sub-menu::before {
	background-image: url('sous-menu/mobilier.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu li#category-6 .sub-menu::before {
	background-image: url('sous-menu/decoration.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu li#category-25 .sub-menu::before {
	background-image: url('sous-menu/luminaires.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu li#category-26 .sub-menu::before {
	background-image: url('sous-menu/art-de-la-table.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu li#category-27 .sub-menu::before {
	background-image: url('sous-menu/salle-de-bain.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu li#category-28 .sub-menu::before {
	background-image: url('sous-menu/linge-de-maison.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu li#category-29 .sub-menu::before {
	background-image: url('sous-menu/mode.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu li#category-30 .sub-menu::before {
	background-image: url('sous-menu/kids.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu li#category-80 .sub-menu::before {
	background-image: url('sous-menu/abeillus.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu li#category-3 .sub-menu::before {
	background-image: url('sous-menu/nos_marques.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*#header .header-top #_desktop_top_menu li#category-91 .sub-menu::before {
	background-image: url('sous-menu/lifestyle.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}*/










#togglenav,
#respnav,
#header .header-top #_resp_logo {
	display: none;
}
















/* //////////// */
/*              */
/*    CONTENT   */
/*              */
/* //////////// */


#index #wrapper {
	padding: 0;
}

#wrapper {
	padding: 210px 0 70px;
	background: #fff /*#f5f5f5*/;
}

.bandeau-header #wrapper {
	padding: 180px 0 70px;
}

#wrapper .container {
	font-size: 0;
	padding: 0;
}

#wrapper #content {
	padding: 0;
	background: none;
}




#wrapper .page-header {
	padding: 80px 0;
	background: #efefef;
	margin-bottom: 50px;
	background: url('../../../../img/accueil/circles-2.jpg') no-repeat top center;
	background-size: cover;
	position: relative;
}

#wrapper .page-header::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}

#wrapper .page-header h1 {
	margin-bottom: 0;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

#wrapper .page-header h1 + p {
	margin-top: 20px;
}

#wrapper .page-header p {
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 400 !important;
}

#wrapper .page-header * {
	max-width: 800px;
	text-align: center;
	position: relative;
}




/* Fil d'Ariane */
.breadcrumb {
	margin-bottom: 20px;
	width: 100%;
}

.breadcrumb ol,
.breadcrumb ul {
	font-size: 0;
}

.breadcrumb li {
	margin: 0 !important;
}

.breadcrumb li a {
	color: #c8af6d !important;
}

.breadcrumb li a:hover {
	border-color: #c8af6d !important;
}

.breadcrumb li:first-of-type {
	padding-left: 0 !important;
}

.breadcrumb li::after {
    margin: 0 0 0 10px !important;
}




/* ---------- CONTENT ---------- */

h1,
h1 a {
	font-size: 18px;
	font-weight: 400 !important;
	color: #000;
	margin-bottom: 20px;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
}

h2,
h2 a {
  font-size: 16px;
  color: #4d4a45;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
}

h3,
h3 a {
	font-size: 18px;
	color: #666 !important;
	font-family: 'Josefin Sans', sans-serif;
  	font-weight: 400 !important;
}

h4,
h4 a {
	color: #4d4a45 !important;
	font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 14px !important;
}

h2,
h3 {
	margin-bottom: 15px;
}



#wrapper .titre-section {
	display: table;
	text-align: center;
	padding: 0 50px;
	position: relative;
	text-transform: uppercase;
	font-size: 22px !important;
	color: #000 !important;
	font-weight: 400 !important;
	margin: 0 auto 40px !important;
	font-family: 'Josefin Sans', sans-serif !important;
}

/*#wrapper .titre-section span {
	display: block;
    text-transform: none;
    line-height: 1;
    margin-bottom: 2px;
    font-style: italic;
    font-size: 20px;
}*/

p {
	color: #666 !important; /*#505050;*/
	font-size: 17px !important;
	line-height: 1.4;
	font-weight: 300 !important;
	font-family: 'Josefin Sans', sans-serif;
	margin-top: 0;
}

strong {
	color: #444;
	font-weight: 500;
}

ul {
	padding-left: 0;
	margin: 0;
}

#wrapper #content ul {
	display: flow-root;
}

#wrapper ul[style*="list-style-type:square;"],
#wrapper ul[style*="list-style-type: square;"] {
	padding: 30px;
	/*border: solid 1px #dac4b0;*/
	background: #f2ede5;
	box-shadow: 1px 1px 8px #dac4b0;
}

#wrapper ul[style*="list-style-type:square;"] li::before,
#wrapper ul[style*="list-style-type: square;"] li::before {
	content:'\f054';
    font-family: "FontAwesome";
	width: 8px;
	height: 8px;
	font-size: 10px;
	color: #b09755;
	top: 6px;
	background: none;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#wrapper ul[style*="list-style-type:square;"] li:hover::before {
	color: #b09755;
}


#wrapper ul,
#wrapper p {
  margin-bottom: 15px !important;
  font-family: 'Josefin Sans', sans-serif;
}

#wrapper ul li {
  position: relative;
  text-align: left;
  font-size: 17px;
  padding-left: 20px;
  font-weight: 300;
  color: #666;
}

#wrapper ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: 5px;
  width: 5px;
  background: #c8af6d;
  display: block;
  border-radius: 50%;
}

#wrapper ul li &gt; ul li {
  position: relative;
  font-size: 17px;
  padding-left: 18px;
}

#wrapper ul li &gt; ul li::before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	height: 0;
	width: 10px;
	/*background: #c8af6d;*/
	display: block;
	border-radius: 0;
	border-top: solid 2px #c8af6d;
}

#wrapper ol li {
  text-align: left;
  list-style: decimal;
  margin-left: 45px;
  padding-left: 10px;
}

#wrapper ol li::marker {
  font-weight: 600;
}

/*#wrapper blockquote {
font-size: 20px;
font-style: italic;
font-weight: 400;
color: #000;
  padding-left: 20px;
  margin: 30px 0;
  border-left: solid 3px #000;
}

#wrapper blockquote p {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: #000;
}

#wrapper blockquote p strong {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    color: #000;
}*/


/* Encarts */
blockquote {
    background: #fff;
    margin-top: 30px;
    padding: 30px 30px 20px 110px !important;
    border: none !important;
    box-shadow: 1px 1px 8px #ddd;
    min-height: 110px;
    position: relative;
}

blockquote * {
    font-style: italic !important;
}

blockquote::before {
    content: "\f0eb";
    font-family: "FontAwesome";
    font-size: 18px;
    background: #c8af6d;
    color: #fff;
    text-align: center;
    font-style: normal;
    height: 40px !important;
    width: 40px !important;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 2;
}

blockquote::after {
    content: '';
    display: block;
    border: solid 1px rgba(200, 175, 109, 0.5);
    height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}






a {
	text-decoration: none;
}

.btn:not(.btn-touchspin),
.bouton,
.button {
	display: inline-block;
	font-size: 14px;
	font-weight: 400 !important;
	background: #4d4a45;
	padding: 12px 24px 8px !important;
	border-radius: 3px;
	color: #fff !important;
	cursor: pointer;
	border: none !important;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.4 !important;
	font-family: 'Josefin Sans', sans-serif !important;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

.btn span,
.bouton span {
  font-weight: inherit;
  font-size: inherit;
}

.btn i::before,
.bouton i::before {
	color: #fff !important;
}

.btn i,
.bouton i {
	margin-right: 8px;
}

.btn:not(.btn-touchspin) {
	border: none !important;
}

.btn:hover,
.bouton:hover,
.button:hover {
	background: #c8af6d;
}

.btn .material-icons,
.btn-primary .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
	display: inline;
    vertical-align: text-bottom;
    line-height: normal !important;
    font-style: normal;
    font-size: 14px;
}

li {
	list-style: none;
}

#wrapper a {
  color: #000;
  font-weight: inherit;
  border-bottom: solid 1px transparent;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}
#wrapper p a {
	font-weight: 400;
}

#wrapper a span {
  font-weight: inherit;
  font-size: inherit;
}
#wrapper p a span {
	font-weight: 400;
}

#wrapper a:hover {
	color: #b09755;
	border-color: #b09755;
}

img {
	max-width: 100%;
	height: auto;
}

img.alignleft {
  float: left;
  margin: 0 25px 20px 0;
}

img.alignright {
  float: right;
  margin: 0 0 20px 25px;
}

iframe {
  max-width: 100%;
}




.label,
.form-group &gt; label {
	font-size: 17px !important;
}




/* Alertes */
#wrapper .alert {
	background-color: rgba(200, 175, 109, 0.25) !important;
    border-color: rgba(200, 175, 109) !important;
    color: #4c4a44 !important;
}

#wrapper .alert::before,
#wrapper .alert ul li::before,
.ps-alert-success .item::before {
	display: none;
}
#wrapper .alert ul li {
	padding-left: 0;
}
#wrapper .alert ul {
	margin-bottom: 0 !important;
}
.ps-alert-success .item {
    border-color: #c8af6d;
    background-color: #c8af6d;
}
.ps-alert-success .item i {
    border-color: #c8af6d;
}
.ps-alert-success .item i svg {
    background-color: #c8af6d;
}





.forward {
	position: relative;
	z-index: 9;
}





/* Formulaires en gÃ©nÃ©ral + quelques rÃ¨gles pour personal shopper */
.formulaire {
	font-size: 0;
	margin-top: 50px;
	border: solid 1px rgba(200, 175, 109, 0.5) !important;
	padding: 30px;
	overflow: hidden;
}

.formulaire .form-group,
.formulaire .form-fat-group {
	margin-bottom: 15px;
}

.formulaire .form-group {
	/*width: calc((100% - 50px) * 1/2);
	display: inline-block;*/
	font-size: 0;
}

.formulaire label {
	font-size: 17px !important;
	color: #4d4a45 !important;
	font-weight: 400;
}

.formulaire label .star {
	font-weight: 400 !important;
	color: #c8af6d !important;
}

.formulaire .form-group label {
	width: calc((100% - 20px) * 1/4);
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 0;
}

/*.formulaire .form-group:nth-of-type(odd) {
	margin-right: 50px;
}*/

.formulaire input:not([type='submit']),
.formulaire select,
.formulaire textarea {
	border: solid 1px #ddd;
	padding: 6px 10px;
	font-size: 17px;
}

.formulaire .form-group input:not([type='submit']),
.formulaire .form-group .profil,
.formulaire .form-group select,
.formulaire .form-group textarea {
	width: calc((100% - 20px) * 3/4);
	display: inline-block;
	vertical-align: middle;
	color: #666 !important;
}

.formulaire .form-group .profil input {
	width: auto;
	cursor: pointer;
}

.formulaire .form-group .profil label {
	width: auto;
	margin-right: 0;
	margin-left: 20px;
}

.formulaire .form-group .profil input,
.formulaire .form-group .profil label {
	vertical-align: middle;
}

.formulaire .form-group .profil .radiogroup {
	margin-bottom: 5px;
	font-size: 0;
}

.formulaire .form-fat-group label,
.formulaire .form-fat-group textarea {
	width: 100%;
	text-align: left;
}

.formulaire .form-fat-group p {
	color: #4d4a45 !important;
	font-weight: 400 !important;
	margin-top: 50px;
}

.formulaire input[type='submit'] {
	float: right;
}




/* RÃ©ponse du formulaire */
.reponse-form {
	border: solid 1px rgba(200, 175, 109, 0.5) !important;
	padding: 30px;
	margin-top: 30px;
}

.reponse-form p {
	color: #4d4a45 !important;
	font-weight: 400 !important;
}






/* Module Parrainage : popup */
.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
	z-index: 99999;
	max-width: 1200px;
}

/* + Parcours d'achat : encart avec le coupon pour rappel */
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
	color: #b09755 !important;
	font-weight: 400 !important;
}








/* Pagination */
.pagination .page-list {
	box-shadow: none !important;
}


#wrapper .pagination li {
	padding-left: 0;
}

#wrapper .pagination li::before {
	display: none;
}






/* FenÃªtre Chat */
.chat-window .ochat-title,
.chat-window .msg_receive * {
	color: #fff !important
}

.chat-window .msg_sent * {
	color: #4d4a45 !important;
}

.chat-window .ochat-panel-heading {
	padding: 15px 10px 8px;
}

.chat-window .ochat_advisor_img .fa-user {
    background: #c8af6d;
}





#wrapper .page-footer {
	margin: 0;
}

#wrapper .page-footer a {
    font-weight: 400;
}

#wrapper .page-footer li {
	padding-left: 0;
}
#wrapper .page-footer li::before {
	display: none;
}







/* //////////// */
/*              */
/*    ACCUEIL   */
/*              */
/* //////////// */

body#index #wrapper &gt; .container {
	width: 100%;
	padding: 0;
}

body#index #wrapper {
	padding-top: 180px;
}


/* Slider */
#carousel {
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	height: auto !important;
}

#carousel .carousel-inner {
	height: calc(100vh - 180px) !important;
	margin-bottom: 0 !important;
}

#carousel a {
	border: none;
}

#carousel .direction .carousel-control:hover i {
	color: #975a58;
}
#carousel .carousel-inner {
	margin-bottom: 0;
}

#carousel .carousel-item {
	width: 100%;
}

#carousel .caption {
	position: absolute;
	top: calc(50% - 43px);
	right: calc((100% - 1140px) * 1/2);
	transform: translateY(-50%);
	background: #fff;
	width: 320px;
	padding: 30px 40px;
	max-width: none;
	left: auto;
	bottom: auto;
}

#carousel .caption h2 {
	margin: 0;
}

#carousel .caption p {
	color: #4d4a45;
	text-align: center;
	font-weight: 300;
}

#carousel .caption p:last-of-type {
	margin-bottom: 0 !important;
}

#carousel .caption p strong {
	font-size: 20px;
}

#carousel .caption p a:last-of-type {
	background: #4d4a45;
	padding:  10px 20px 8px;
	margin: 18px auto 0;
	display: table;
	color: #fff;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#carousel .caption p a:last-of-type:hover {
	background: #222;
}


/*#carousel {
	height: 100vh;
	position: relative;
}

#carousel figure {
	position: relative;
}

#carousel figure::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #888888;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#carousel .caption {
	position: relative;
	z-index: 2;
}

#carousel,
#carousel .carousel-inner {
	margin-bottom: 0;
}

#carousel .direction {
	display: none;
}

#carousel .carousel-inner,
#carousel .carousel-inner li,
#carousel .carousel-inner li a,
#carousel .carousel-inner li a figure {
	height: 100% !important;
	display: block;
}*/

#carousel .carousel-inner li {
	padding-left: 0;
	position: absolute;
}

#carousel .carousel-inner li::before {
	display: none;
}

/*#carousel .carousel-inner li a figure &gt; img {
    width: 109%;
    max-width: none;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#carousel .carousel-inner li a figure .caption {
	max-width: 250px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: calc(50% + 20px);
}*/




/*#carousel .arrow-down {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 30px;
	z-index: 2;
	line-height: 50px;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#carousel .arrow-down::before {
	content: "\f107";
    font-family: "FontAwesome";
    font-size: 32px;
    color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#carousel .arrow-down::after {
	content: '';
	border: solid 2px rgba(218, 196, 176, 1);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#carousel .arrow-down:hover::after {
	border-color: rgba(218, 196, 176, 0.5);
	width: 55px;
	height: 55px;
}*/



/* Featured products */
#wrapper .featured-products {
	width: 1140px;
	margin: auto;
}






#titre-accueil {
	background: rgba(77, 74, 69, 0.85);
	padding: 25px 0 20px;
	height: 73px;
	margin-top: -73px;
	position: relative;
	z-index: 9;
}

#titre-accueil h1 {
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	font-weight: 300 !important;
	font-size: 24px;
	text-transform: none;
}











/* Produits */

#produits {
	padding: 60px 0 40px;
	position: relative;
	overflow: hidden;
}

/*#produits::before {
	content: '';
	height: 600px;
	width: 600px;
	background: url('harmo-circles.svg') no-repeat top center;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(-45%, 20%);
	z-index: 0;
}

#produits::after {
	content: '';
	height: 1000px;
	width: 1000px;
	background: url('harmo-circles.svg') no-repeat top center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(65%, -50%);
	z-index: 0;
}*/

#produits .produits {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

#produits .produits .produit {
	background: #efefef;
	position: relative;
	width: calc(25% - 15px);
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
	background: #000;
	height: 200px;
}

#produits .produits .produit:not(:nth-of-type(4n)) {
	margin-right: 20px;
}

#produits .produit p {
	margin-bottom: 0;
}

#produits .produit p:first-of-type {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	opacity: 1;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#produits .produit:hover p:first-of-type {
	opacity: 0.4;
}

#produits .produit p:last-of-type {
	color: #fff !important;
	height: 50%;
	box-sizing: border-box;
	border: solid 1px #fff;
	line-height: 100px;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 40px);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	margin-bottom: 0 !important;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#produits .produit:hover p:last-of-type {
	opacity: 1;
	visibility: visible;
}












/* NouveautÃ©s */
#nouveautes {
	padding: 60px 0 40px;
	background: #4d4a45;
	/*rgba(236, 200, 173, 0.75)*/
}

/*#nouveautes .nouveautes {
	display: flex;
	flex-wrap: wrap;
}*/

#nouveautes .titre-section {
	color: #fff !important;
}

#nouveautes .nouveautes {
	overflow: hidden;
}

#nouveautes .nouveautes + a {
	display: table;
    margin: 20px auto 0;
    color: #4d4a45 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    border: solid 2px #fff !important;
    padding: 12px 24px 8px;
    margin: 20px auto 20px;
    border-radius: 4px;
    background: #fff;
    font-weight: 400;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

#nouveautes .nouveautes + a {
	display: table;
    margin: 20px auto 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    text-transform: uppercase;
    border: solid 2px #b09755 !important;
    padding: 12px 24px 8px;
    margin: 20px auto 20px;
    border-radius: 4px;
    background: #b09755;
    font-weight: 400;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

#nouveautes .nouveautes + a:hover {
	background: #c8af6d;
	border-color: #c8af6d !important;
}

#nouveautes .nouveaute {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#nouveautes .nouveaute:nth-of-type(1),
#nouveautes .nouveaute:nth-of-type(2),
#nouveautes .nouveaute:nth-of-type(4),
#nouveautes .nouveaute:nth-of-type(5) {
	width: calc(25% - 15px);
	margin-right: 30px;
	float: left;
}

#nouveautes .nouveaute:nth-of-type(3) {
	width: calc(50% - 30px);
	float: right;
}

#nouveautes .nouveaute &gt; a {
	display: block;
	width: 100%;
	/*height: 100%;*/
	border: none;
}

#nouveautes .nouveaute .nouveaute-img {
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

/*#nouveautes .nouveaute .nouveaute-img::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}*/

#nouveautes .nouveaute:nth-of-type(1) .nouveaute-img,
#nouveautes .nouveaute:nth-of-type(2) .nouveaute-img,
#nouveautes .nouveaute:nth-of-type(4) .nouveaute-img,
#nouveautes .nouveaute:nth-of-type(5) .nouveaute-img {
	height: 270px;
}

#nouveautes .nouveaute:nth-of-type(3) .nouveaute-img {
	height: 608px;
}

#nouveautes .nouveaute img {
	opacity: 1;
	display: block;
	/*min-height: 100%;*/
	max-width: none;
	width: calc(100% - 50px);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	/*max-width: 300px;*/
	transform: translate(-50%, -50%);
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#nouveautes .nouveaute:hover .nouveaute-img {
	opacity: .5;
}

#nouveautes .nouveaute .nouveaute-in {
	padding: 15px 0 0;
	box-sizing: border-box;
	height: 38px;
}

#nouveautes .nouveaute .nouveaute-in p {
	color: #fff !important;
	font-size: 13px !important;
	text-transform: uppercase;
	margin-bottom: 0;
}

#nouveautes .nouveaute .nouveaute-in span {
	color: #c8af6d !important;
	font-weight: 500;
	font-size: 16px;
}








/* SERVICES */

#services {
	padding: 60px 0 20px;
	z-index: 0;
}

/*#services .services {
	display: flex;
	flex-wrap: wrap;
}
*/
#services .service {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	font-size: 0;
	overflow: hidden;
	position: relative;
}

#services .service &gt; a {
	display: block;
	height: 100%;
	width: 100%;
	padding: 30px;
	border: none !important;

	background: rgba(0, 0, 0, 0.5);
	position: relative;
}

#services .service:nth-of-type(1) a {
	background: rgba(0, 0, 0, 1);
}

#services .service:nth-of-type(1) {
	height: 530px;
	/*width: calc((100% - 60px) / 3);*/
	width: calc(33.3% - 20px);
	float: left;
}

#services .service:nth-of-type(2),
#services .service:nth-of-type(3),
#services .service:nth-of-type(4) {
	height: 250px;
}

#services .service:nth-of-type(2),
#services .service:nth-of-type(3),
#services .service:nth-of-type(4) {
	margin-left: 30px;
}

#services .service:nth-of-type(2) {
	background: url('../../../../img/accueil/insta-miffy.jpg') no-repeat top center;
	background-size: cover;
}
#services .service:nth-of-type(3) {
	background: url('../../../../img/accueil/cadeau-ideal.jpg') no-repeat top center;
	background-size: cover;
}
#services .service:nth-of-type(4) {
	background: url('../../../../img/accueil/actualites.jpg') no-repeat top center;
	background-size: cover;
}

#services .service:nth-of-type(2),
#services .service:nth-of-type(3) {
	/*width: calc((100% - 60px) / 3);*/
	width: calc(33.3% - 20px);
}

#services .service:nth-of-type(4) {
	/*width: calc(((100% - 60px) * 2/3) + 30px);*/
	width: calc((66.6% - 40px) + 30px);
	float: right;
}

#services .service:nth-of-type(5) {
	width: 100%;
	clear: both;
	margin-bottom: 0;
	padding: 30px;
}

#services .service.cms p:first-of-type {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 30px;
	opacity: .5;
	transform: translate(-50%, -50%);
	max-width: none;
	width: 125%;
	z-index: 0;
}

#services .service.cms p:first-of-type img {
	width: 100%;
}

#services .service &gt; a::before,
#services .service:nth-of-type(5)::before {
	content: '';
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	border-width: 1px;
	border-style: solid;
	position: absolute;
	top: 30px;
	left: 30px;
	background: transparent;
	z-index: 1;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#services .service:hover &gt; a::before {
	width: 100%;
	height: 100%;
	border-width: 0;
	top: 0;
	left: 0;
}

#services .service:nth-of-type(1) a::before {
	border-color: #f6c708;
}
#services .service:nth-of-type(2) a::before {
	border-color: #0d4c81;
}
#services .service:nth-of-type(3) a::before {
	border-color: #965a59;
}
#services .service:nth-of-type(4) a::before {
	border-color: #306e45;
}
#services .service:nth-of-type(5)::before {
	border-color: #fff;
}

#services .service p {
	margin-bottom: 0;
}

#services .service:not(:nth-of-type(5)) p:last-of-type {
	color: #fff !important;
	font-size: 22px !important;
	position: absolute;
	text-align: center;
	line-height: 1.2;
	text-transform: uppercase;
	top: 50%;;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

#services .service.cms p:last-of-type {
	font-size: 32px !important;
}




/* Bloc personnal shopper */
#services .service:nth-of-type(5) {
	background: #000 /*rgba(0, 0, 0, 0.5)*/;
}

#services .service:nth-of-type(5)::after {
	content: '';
	width: 100%;
	height: 100%;
	background: url('../../../../img/accueil/circles-2.jpg') no-repeat top center;
	background-size: cover;
	display: block;
	position: absolute;
	opacity: .5;
	top: 0;
	left: 0;
	z-index: 0;
}

#services .service:nth-of-type(5) .left,
#services .service:nth-of-type(5) .right {
	display: inline-block;
	vertical-align: top;
	padding: 40px 30px;
	width: 50%;
	position: relative;
	z-index: 3;
}

#services .service:nth-of-type(5) .left p {
	color: #fff !important;
	font-weight: 300;
}

#services .service:nth-of-type(5) .left p strong {
	color: #fff !important;
	margin-bottom: 20px;
	display: block;
}

#services .service:nth-of-type(5) .right strong {
	color: #c8af6d !important;
	font-size: 32px !important;
	text-transform: uppercase;
	font-weight: 300;
}

#services .service:nth-of-type(5) .right a {
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 400;
	text-transform: uppercase;
	/*border: solid 2px #c8af6d !important;*/
	padding: 12px 24px 8px;
	display: table;
	margin: 20px 0 0;
	border-radius: 4px;
	background: #c8af6d;
	position: relative;
	/*z-index: 3;*/
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#services .service:nth-of-type(5) .right a:hover {
	background: #b09755;
}












/* MARQUES */

#marques {
	padding: 50px 0 40px;
	background: #ffff; /*#f8f9fa*/
	/*box-shadow: 1px 0px 12px #ccc;*/
	position: relative;
	z-index: 1;
}

#marques .marque {
	display: inline-block;
	height: 270px;
	vertical-align: top;
	background: #000;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#marques .marque a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#marques .marque::before {
	content: '';
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: .5;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

/*#marques .marque:nth-of-type(1)::before {
	background: url('../../../../img/accueil/insta-abeillus.jpg') no-repeat top center;
	background-size: cover;
}*/
#marques .marque:nth-of-type(1)::before {
	background: url('marques-accueil/abeillus.jpg') no-repeat top center;
	background-size: cover;
}
#marques .marque:nth-of-type(2)::before {
	background: url('marques-accueil/yvonne-ellen.jpg') no-repeat top center;
	background-size: cover;
}
#marques .marque:nth-of-type(3)::before {
	background: url('marques-accueil/lifestyle.jpg') no-repeat top center;
	background-size: cover;
}
#marques .marque:nth-of-type(4)::before {
	background: url('marques-accueil/italtrike.jpg') no-repeat top center;
	background-size: cover;
}
#marques .marque:nth-of-type(5)::before {
	background: url('marques-accueil/miffy.jpg') no-repeat top center;
	background-size: cover;
}
#marques .marque:nth-of-type(6)::before {
	background: url('marques-accueil/pip-studio.jpg') no-repeat top center;
	background-size: cover;
}
/*#marques .marque:nth-of-type(7)::before {
	background: url('marques-accueil/yuko-b.jpg') no-repeat top center;
	background-size: cover;
}*/
#marques .marque:nth-of-type(7)::before {
	background: url('marques-accueil/wwf.jpg') no-repeat top center;
	background-size: cover;
}
#marques .marque:nth-of-type(8)::before {
	background: url('marques-accueil/actualites.jpg') no-repeat top center;
	background-size: cover;
}
#marques .marque:nth-of-type(9)::before {
	background: url('marques-accueil/playforever.jpg') no-repeat center center;
	background-size: cover;
}

#marques .marque:nth-of-type(10)::before {
	background: url('marques-accueil/classic-world.jpg') no-repeat center center;
	background-size: cover;
}
#marques .marque:nth-of-type(11)::before {
	background: url('marques-accueil/schrodel.jpg') no-repeat center center;
	background-size: cover;
}

#marques .marque::after {
	content: '';
	height: calc(100% - 60px);
	width: calc(100% - 60px);
	box-sizing: border-box;
	padding: 30px;
	border: solid 1px #fff;
	position: absolute;
	text-align: center;
	top: 30px;
	left: 30px;
	bottom: 30px;
	right: 30px;
	z-index: 1;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#marques .marque:hover::after {
	height: calc(100% - 122px);
	width: calc(100% - 120px);
	top: 60px;
	left: 60px;
	bottom: 60px;
	right: 60px;
}

#marques .marque:nth-of-type(1) {
	height: 570px;
	/*width: calc((100% - 30px) * 1/2);*/
	width: calc(50% - 15px);
	float: left;
}

#marques .marque:nth-of-type(2),
#marques .marque:nth-of-type(3) {
	margin-left: 30px;
	float: right;
	/*width: calc((100% - 30px) * 1/2);*/
	width: calc(50% - 15px);
}

#marques .marque:nth-of-type(4),
#marques .marque:nth-of-type(5),
#marques .marque:nth-of-type(6) {
	clear: both;
	/*width: calc((100% - 60px) * 1/3);*/
	width: calc(33% - 20px);
}

#marques .marque:nth-of-type(5),
#marques .marque:nth-of-type(6) {
	margin-left: 30px;
}

#marques .marque:nth-of-type(7) {
	float: left;
	/*width: calc((100% - 30px) * 1/3);*/
	width: calc(33% - 10px);
}

#marques .marque:nth-of-type(8) {
	float: right;
	/*width: calc((100% - 30px) * 2/3);*/
	width: calc(66% - 20px);
}

#marques .marque:nth-of-type(9) {
	clear: both;
	width: 100%;
}


#marques .marque:nth-of-type(10) {
	width: calc(50% - 15px);
	float: left;
}
#marques .marque:nth-of-type(11) {
	margin-left: 30px;
	float: right;
	width: calc(50% - 15px);
}

#marques .marque p {
	font-size: 0 !important;
	height: calc(100% - 120px);
	width: calc(100% - 120px);
	box-sizing: border-box;
	margin-bottom: 0 !important;
	padding: 40px;
	background: #fff;
	position: absolute;
	text-align: center;
	top: 60px;
	left: 60px;
	z-index: 2;
}

#marques .marque p img {
	display: block;
	max-width: calc(100% - 100px);
	height: auto;
	max-height: calc(100% - 60px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#marques .marque:nth-of-type(1) p img,
#marques .marque:nth-of-type(2) p img,
#marques .marque:nth-of-type(11) p img {
	max-width: 60%;
}

#marques .marque:nth-of-type(3) p img,
#marques .marque:nth-of-type(8) p img,
#marques .marque:nth-of-type(9) p img,
#marques .marque:nth-of-type(10) p img {
	max-width: 40%;
}













/* AMBASSADEUR */

#ambassadeur {
	position: relative;
	padding: 60px 0 40px;
	overflow: hidden;
}

#ambassadeur::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#ambassadeur p {
	color: #fff !important;
	text-align: center;
	position: relative;
	font-weight: 300;
	z-index: 2;
	display: table;
	width: 50%;
	margin: 0 auto 20px;
}

#ambassadeur p:first-of-type {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 0;
}

#ambassadeur p strong {
	color: #fff !important;
	font-weight: 300;
	font-size: 40px !important;
	text-transform: uppercase;
	line-height: 1.2;
}

#ambassadeur p a {
	color: #4d4a45 !important;
	font-size: 13px !important;
	text-transform: uppercase;
	border: solid 2px #fff !important;
	padding: 12px 24px 8px;
	display: table;
	margin: 20px auto 0 !important;
	border-radius: 4px;
	background: #fff;
	font-weight: 400;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#ambassadeur p a:hover {
	color: #fff !important;
	background: transparent;
}









/* INSTA */

#insta {
	padding: 60px 0 50px;
}

#insta iframe {
	width: 100% !important;
	background: #fff;
	height: 575px;
}

#csinstagramfeed {
	padding-top: 0;
}

#csinstagramfeed .bx-viewport {
	/*width: 1140px !important;*/
	height: auto !important;
	overflow: initial !important;
	margin: auto;
}

#csinstagramfeed .bx-controls {
	display: none !important;
}

#csinstagramfeed .bx-viewport ul {
	width: 100% !important;
	transform: none !important;
	font-size: 0;
}

#csinstagramfeed .bx-viewport li {
	padding: 0 !important;
	margin: 0 !important;
	width: calc(100% / 4) !important;
}

#csinstagramfeed .bx-viewport li &gt; a &gt; span {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 25px;
	text-align: center;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	border-bottom: 0;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#csinstagramfeed .bx-viewport li:hover  &gt; a &gt; span {
	opacity: 1;
	visibility: visible;
}

#csinstagramfeed .bx-viewport li &gt; a &gt; img {
	margin: 0;
    width: 100%;
}

#csinstagramfeed .bx-viewport .picture.item.bx-clone {
	display: none !important;
}

#csinstagramfeed .bx-viewport li::before {
	display: none;
}










/* Texte-SEO */

#texte-seo {
	padding: 50px 0 50px;
	background: ;
	position: relative;
    background-image: url('/img/coffee-moment.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*#texte-seo .container::before {
	content: "";
	height: 0;
	width: 100%;
	opacity: .5;
	border-top: solid 1px #c8af6d;
	position: absolute;
	top: -70px;
	left: 0;
	z-index: 0;
}*/

#texte-seo .container {
	position: relative;
	column-count: 1;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#texte-seo .container.open {
	column-count: 2;
	column-gap: 50px;
}

#texte-seo h2 {
	display: inline-block;
	/*font-family: 'Kenarock', sans-serif !important;*/
	/*text-transform: none;
	font-size: 28px;*/
}

/*#texte-seo  a:hover {
	border-color: #fff;
}*/

#texte-seo .suite {
	padding: 12px 30px 8px;
	border-radius: 2px;
	color: #fff;
	background: #c8af6d;
	cursor: pointer;
	float: right;
	font-weight: 600;
	font-size: 13px;
	outline: none;
    box-shadow: none;
	border: none;
	clear: both;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#texte-seo .suite:hover {
	background: #b09755;
}

#texte-seo .suite.open {
	margin-top: 20px;
}

/*#texte-seo .suite:hover,
#texte-seo .suite:active,
#texte-seo .suite:focus {
	background: #b09755;
	outline: none;
    box-shadow: none;
	border: none;
}
*/













/* ----------------- */
/* --             -- */
/* --    PAGES    -- */
/* --             -- */
/* ----------------- */



/* Page 404 */

#content.page-not-found {
	max-width: none !important;
	box-shadow: none !important;
	border: solid 1px rgba(200, 175, 109, 0.5) !important;
	margin: 30px 0 20px !important;
	padding: 30px !important;
}




/* COMPTE CLIENT */

/* Authentication */

#authentication #login-form .btn {
	display: table;
	margin: auto;
}





/* Page rÃ©sultat de recherche */

#search .sort-by-row {
	display: none;
}







/* Mot de passe oubliÃ© */

#password .send-renew-password-link {
	text-align: center;
	margin-bottom: 30px !important;
}

#password .center-email-fields {
	display: table;
	margin: auto;
}

#password .center-email-fields label,
#password .center-email-fields div,
#password .center-email-fields button {
	float: none;
	width: 100%;
	text-align: center;
}

#password .center-email-fields button {
	margin-top: 15px;
}


/* Step 2 */
#password .renew-password &gt; .email {
	text-align: center;
}








/* Tableau de bord */

#my-account #order-slips-link,
#my-account #discounts-link {
	display: none;
}

#my-account #content .links &gt; a {
	width: calc(50%);
	border: none;
}

#my-account #content .links a i {
	font-size: 28px;
}

#my-account #content .links a span.link-item {
	background: #bbb;
	padding: 30px !important;
	box-shadow: none !important;
	font-weight: 400 !important;
	color: #fff;
}
#my-account #content .links &gt; a:hover span.link-item {
	background: #b09755;
}

#my-account #content .links a i {
	color: #fff;
}



/* Adresses */
#addresses #main {
    margin-right: -15px;
    margin-left: -15px;
}

#addresses .address .address-footer {
	background: #f5f5f5;
	border: none;
}

#addresses .address .address-body h4 {
	font-size: 18px !important;
    margin-bottom: 15px !important;
}

#addresses .address .address-body address {
    color: #666;
    margin-bottom: 0;
}

#addresses .addresses-footer a {
	display: table;
    border: none;
    background: #876d5d;
    color: #fff !important;
    padding: 6px 10px;
    margin: 2px 0 4px;
    border-radius: 2px;
    line-height: 1;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
#addresses .addresses-footer a:hover {
    background: #c8af6d;
}

#addresses .addresses-footer a i,
#addresses .addresses-footer a span {
	vertical-align: top;
}

#addresses .address .address-footer a span {
	font-size: 1em !important;
}

#addresses .address .address-footer a {
	border: none !important;
}




.page-footer .account-link span {
    font-size: 1em !important;
}









/* Programme parrainage */
#module-referralbyphone-program #referralbyphone-program-content {
	margin-left: -15px;
	margin-right: -15px;
}

#module-referralbyphone-program .profile-usermenu .nav-item {
	padding-left: 0;
}
#module-referralbyphone-program .profile-usermenu .nav-item::before {
	display: none;
}
#module-referralbyphone-program .profile-usermenu .nav-item a {
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-top: solid 1px #ddd;
	border-bottom: none;
	font-weight: 300;
	color: #4d4a45;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#module-referralbyphone-program .profile-usermenu .nav-item a:hover,
#module-referralbyphone-program .profile-usermenu .nav-item a.active {
	background: #efefef;
	color: #b09755;
}

#module-referralbyphone-program .profile-usermenu .nav-item a:hover/*,
#module-referralbyphone-program .profile-usermenu .nav-item.active a*/ {
	border-color: #b09755;
}
#module-referralbyphone-program .profile-usermenu .nav-item:hover + .nav-item a/*,
#module-referralbyphone-program .profile-usermenu .nav-item.active + .n
av-item a*/ {
	border-top: solid 1px #b09755;
}

/*#module-referralbyphone-program .profile-usermenu .nav-item.active:last-of-type a,*/
#module-referralbyphone-program .profile-usermenu .nav-item:last-of-type a:hover {
	border-bottom: solid 1px #b09755;
}

#module-referralbyphone-program .profile-usermenu .nav-item:last-of-type a {
	border-bottom: solid 1px #ddd;
}
/*#module-referralbyphone-program .profile-usermenu .nav-item a {
	font-weight: 300;
	color: #4d4a45;
}*/
/*#module-referralbyphone-program .profile-usermenu .nav-item a:hover {
	font-weight: 400;
}*/


#module-referralbyphone-program #referral_account .s_vouchers {
	border-color: #b09755;
	background: #c8af6d;
}

#module-referralbyphone-program #referral_account .s_vouchers .material-icons {
	color: #b09755;
}
#module-referralbyphone-program #referral_account .s_vouchers_content {
	color: #fff;
	font-weight: 400;
}

#module-referralbyphone-program .panel-warning {
    background: #c8af6d;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #c8af6d;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#module-referralbyphone-program .panel-warning .title {
	font-size: 14px;
	font-weight: 400;
}
#module-referralbyphone-program .panel-content .text_green {
	color: #b09755;
}

#module-referralbyphone-program .panel-content small {
	font-size: 100%;
	font-weight: 300;
}

#module-referralbyphone-program #referral_account label[for="conditionsValided"] {
	font-size: 1rem !important;
}

#module-referralbyphone-program #referral_account label[for="conditionsValided"] + a {
	text-decoration: none;
}







/* PAGE DE CONTACT */

/* Left : contact form */
#contact #left-column {
	/*float: right;*/
	width: 30%;
	padding: 0;
	display: none;
}

#contact #left-column .contact-rich {
	box-shadow: 1px 1px 12px #ddd;
}

#contact #content-wrapper {
	/*margin-left: 30px;
	width: calc(70% - 30px);*/
	padding: 0;
	width: 100%;
}

input,
.input-group,
select,
textarea {
	outline-color: #c8af6d !important;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #c8af6d !important;
}


.contact-form .alert {
    background-color: rgba(178, 58, 71, 0.75);
    border-color: #b23a47;
    border-radius: 2px;
}

.contact-form .bootstrap-filestyle label {
	padding: 10px 15px !important;
	width: 100%;
}

#wrapper .contact-form .form-group &gt; label {
	font-size: 17px !important;
}

#wrapper .contact-form .alert ul {
	margin-bottom: 2px;
}

#wrapper .contact-form .alert * {
	color: #fff;
}

#wrapper .contact-form .alert li::before {
	content: "\f0da";
    font-family: "FontAwesome";
    background: none;
    font-size: 16px;
    top: 50%;
    width: auto;
    height: auto;
    border-radius: 0;
    transform: translateY(-50%);
}



/* Right : Contact rich */
#left-column .contact-rich {
    padding: 30px;
    margin-bottom: 50px !important;
    box-shadow: 1px 1px 12px #dac4b0;
    background: rgba(255, 255, 255, 0.5);
}

#left-column .contact-rich .material-icons {
	color: #a88e7e !important;
}

#left-column .contact-rich hr,
#left-column .contact-rich hr + .block {
	display: none;
}

#left-column .contact-rich .block .data {
	font-size: 17px;
	color: #666;
}

#content-wrapper #content {
	box-shadow: none;
	border: none;
	padding: 0;
}

#content-wrapper #content .contact-form {
	background: none;
	padding: 30px;
	background: #f5f5f5;
	/*margin-left: -15px;*/
}

#content-wrapper #content .contact-form input,
#content-wrapper #content .contact-form select,
#content-wrapper #content .contact-form textarea {
	background-color: #fff;
	border-radius: 2px;
	border: none;
}

#content-wrapper #content .contact-form .group-span-filestyle {
	width: auto !important;
}
#content-wrapper #content .contact-form .group-span-filestyle label {
	padding: 1em;
}


/*#content-wrapper #content .contact-form .form-control-select {
	position: relative;
}
#content-wrapper #content .contact-form .form-control-select::before {
	content: '';
	width: 20px;
	height: 20px;
	background: red;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}*/

#content-wrapper #content .contact-form .btn-primary,
#content-wrapper #content .contact-form .group-span-filestyle .btn-default {
	background: #4d4a45;
	line-height: 1;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#content-wrapper #content .contact-form .btn-primary:hover,
#content-wrapper #content .contact-form .group-span-filestyle .btn-default:hover {
	background: #c8af6d;
}










/* Liste de mes envies */

#form_wishlist {
	padding: 30px 30px 15px;
	margin-bottom: 30px;
	border: solid 1px rgba(200, 175, 109, 0.5);
}





#mywishlist table {
	border: none !important;
}

#mywishlist table td p {
	margin-bottom: 0;
}

#mywishlist table td a {
	line-height: 1;
}

/*#mywishlist table thead tr {
	display: flex;
}*/

#mywishlist table thead tr th:not(:first-of-type) {
	text-align: center;
}

#mywishlist table thead th {
	color: #fff;
	font-weight: 500;
	font-size: 14px !important;
	text-transform: uppercase;
	background: #4d4a45;
	width: auto !important;
	float: none !important;
	max-width: none !important;
}

#mywishlist table tbody td {
	width: auto !important;
	float: none !important;
	max-width: none !important;	
}

#mywishlist table tbody tr td:not(:first-of-type) {
	text-align: center;
}

#mywishlist table tbody td:first-of-type a {
	font-weight: 400;
}

#mywishlist table tbody tr:nth-of-type(odd) {
	background: #efefef;
}

#mywishlist table tbody tr:nth-of-type(even) {
	background: #f8f8f8;
}

#mywishlist table tbody tr td:last-of-type .ajax_add_to_cart_button {
	display: block;
	margin-bottom: 10px;
}

#wrapper .footer_links {
	margin-top: 20px;
}

#wrapper .footer_links li {
	padding-left: 0;
	display: inline-block;
}

#wrapper .footer_links li::before {
	display: none;
}

#wrapper .wishlistLinkTop li {
	padding-left: 0;
}
#wrapper .wishlistLinkTop li::before {
	display: none;
}



#wrapper .wishlist_group_actions {
	border: solid 1px #ddd;
	padding: 6px 10px;
}


/* Envoyer la liste */

#mywishlist .wl_send {
	padding: 30px 30px 15px;
	margin-bottom: 30px;
	border: solid 1px rgba(200, 175, 109, 0.5);
}

#mywishlist .wl_send p {
	margin-bottom: 0;
}

#mywishlist .wl_send input:not(.button) {
	border: solid 1px #ddd;
	width: 300px;
	padding: 4px;
}

#mywishlist .wl_send .submit {
	margin-top: 10px;
}

#mywishlist .wl_send .required:last-of-type {
	margin-top: 20px;
}



#mywishlist tfoot * {
	font-weight: 600;
	color: #000 !important;
}

#mywishlist #table_wishlist .btn_action a {
	margin-bottom: 8px;
}

#mywishlist #table_wishlist .btn_action a.lnksave {
	padding: 0;
	display: table;
	margin: 10px auto;
	font-weight: 400;
}

#mywishlist #table_wishlist input,
#mywishlist #table_wishlist select {
	border: solid 1px #ddd;
	padding: 6px 10px;
}









/*Page personal shopper */

.row-personal-shopper {
	/*display: flex;*/
	font-size: 0;
}

.row-personal-shopper:not(:last-of-type) {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: solid 1px rgba(200, 175, 109, 0.5);
}

.row-personal-shopper .left,
.row-personal-shopper .right {
	width: calc((100% - 50px) * 1/2);
	display: inline-block;
	vertical-align: middle;
}

.row-personal-shopper .left {
	margin-right: 50px;
}











/* PAGES DE CATEGORIES */

/*#category #left-column {
	padding-left: 40px;
}*/

/*#category #wrapper &gt; .container {
	display: flex;
	flex-wrap: wrap;
}
*/

#category #left-column {
	/*display: none;*/
	padding: 0 !important;
	width: 20%;
}

#category:not(.category-depth-level-2) .block-categories {
	display: none;
}

#category .block-categories {
	background: #f8f8f8;
	padding: 20px;
	box-shadow: none;
	height: 100%;
	/*margin-top: 5px;*/
	/*padding: 25px 20px 15px;
	float: right;
    width: calc(100% * 1/4);
    margin-left: 50px;
    position: relative;
    z-index: 1;*/
}

#category .block-categories ul li {
	padding: 0;
}
#category .block-categories ul li::before {
	display: none;
}
#category .block-categories ul li a {
	display: block;
	border-bottom: none;
	position: relative;
	color: #4d4a45;
}
#category .block-categories &gt; ul &gt; li &gt; a {
	font-size: 24px;
	margin-bottom: 15px;
    padding-bottom: 4px;
    text-transform: none !important;
}

/*#category .block-categories &gt; ul ul &gt; li {
	position: relative;
}*/
#category .block-categories &gt; ul ul &gt; li &gt; a {
	background: #fff;
    padding: 8px 10px 4px;
    border-radius: 2px;
    font-weight: 300 !important;
   	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}
#category .block-categories &gt; ul ul &gt; li &gt; a:hover {
	background: #c8af6d;
    color: #fff;
}
/*#category .block-categories &gt; ul ul &gt; li &gt; a::before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: solid 2px #c8af6d;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}
#category .block-categories &gt; ul ul &gt; li &gt; a:hover::before {
	width: 100%;
}*/







/* Block de liste d'envies */
#advansedwishlist_block {
	background: #f8f8f8 !important;
	box-shadow: none !important;
	/*margin-top: 15px;*/
}

#advansedwishlist_block &gt; p,
#advansedwishlist_block &gt; p a {
	color: #4d4a45 !important;
	font-weight: 400;
}

#category .sort-by-row {
	display: none;
}

#category .total-products p {
	font-weight: 600;
	text-transform: uppercase;
}

#category .block-category {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	padding: 0;
}

#category-description .la-suite {
	display: none;
	clear: both;
}






/* Block de filtres */
#search_filters_wrapper #search_filters {
	margin-bottom: 0 !important;
	background: #f8f8f8 !important;
	box-shadow: none !important;
	/*margin-top: 15px;*/
}

#search_filters_wrapper #search_filters &gt; p {
    font-size: 24px !important;
    margin-bottom: 15px;
    padding-bottom: 4px;
    text-transform: none !important;
    color: #4d4a45 !important;
}

#wrapper #search_filters_wrapper li {
	padding-left: 0;
}

#wrapper #search_filters_wrapper li::before {
	display: none;
}

#wrapper #search_filters_wrapper a {
	border: none !important;
}



/* Encart de rappel des filtres sÃ©lectionnÃ©es */
#js-active-search-filters.active_filters {
	padding: 15px 20px 5px !important;
	background: none !important;
	border: solid 1px rgba(200, 175, 109, 0.5) !important;
}
#js-active-search-filters .active-filter-title {
	font-weight: 400 !important;
}
#js-active-search-filters ul li {
	padding: 5px 10px !important;
	background: #f5f5f5;
	box-shadow: none;
}
#js-active-search-filters ul li i:hover {
	color: #b09755;
}
#js-active-search-filters ul li::before {
	display: none;
}







/* Description */
#category #content-wrapper {
	padding: 0 0 0 30px;
	width: 80%;
}

#category .bouton.suite {
	/*margin-top: 20px;*/
	outline: none !important;
	float: right;
}

#category .category-cover {
	min-width: 140px;
	margin-left: 20px;
}






/*Listing Produits */
/*#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
	height: 280px;
}*/

#category #products #js-product-list-top {
	margin-bottom: 0;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
	margin: 15px;
    /*width: calc((100% * 1/4) - 30px);*/
    width: calc(33% - 30px) !important;
    margin-bottom: 0 !important;
}
#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    overflow: hidden;
}

#category .product-miniature {
	/*width: calc((100% * 1/3) - 30px);*/
	width: calc(33% - 30px) !important;
}

#products .product-miniature .product-flags,
.featured-products .product-miniature .product-flags,
.product-accessories .product-miniature .product-flags,
.product-miniature .product-miniature .product-flags {
	display: none;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
	width: 100%;
	margin-bottom: 15px !important;
}

#products .product-description, 
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description,
#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    width: 100%;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    height: 90px;
    padding: 0 10px;
}

#products .product-miniature .highlighted-informations,
.featured-products .product-miniature .highlighted-informations,
.product-accessories .product-miniature .highlighted-informations,
.product-miniature .product-miniature .highlighted-informations {
	padding: 15px 0 10px;
	bottom: 0 !important;
    height: auto !important;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
#products .product-miniature:hover .highlighted-informations,
.featured-products .product-miniature:hover .highlighted-informations,
.product-accessories .product-miniature:hover .highlighted-informations,
.product-miniature .product-miniature:hover .highlighted-informations {
    bottom: 90px !important;
}

#products .product-miniature .price,
.featured-products .product-miniature .price,
.product-accessories .product-miniature .price,
.product-miniature .product-miniature .price {
	color: #b09755;
	font-size: 16px;
	font-weight: 500;
}

#products .product-miniature a,
.featured-products .product-miniature a,
.product-accessories .product-miniature a,
.product-miniature .product-miniature a {
	color: #7a7a7a !important;
	border: none !important;
	font-size: 13px !important;
	text-transform: uppercase;
	font-weight: 400;
}

#wrapper #products .product-miniature .product-title,
#wrapper .featured-products .product-miniature .product-title,
#wrapper .product-accessories .product-miniature .product-title,
#wrapper .product-miniature .product-miniature .product-title {
	margin-top: 10px !important;
}

#products .product-miniature .product-thumbnail img,
.featured-products .product-miniature .product-thumbnail img,
.product-accessories .product-miniature .product-thumbnail img,
.product-miniature .product-miniature .product-thumbnail img {
	width: calc(100% - 50px);
	max-width: 221px;
}

/*#products .product-miniature .product-title a:hover,
.featured-products .product-miniature .product-title a:hover,
.product-accessories .product-miniature .product-title a:hover,
.product-miniature .product-miniature .product-title a:hover*/
#products .product-miniature .highlighted-informations a:hover,
.featured-products .product-miniature .highlighted-informations a:hover,
.product-accessories .product-miniature .highlighted-informations a:hover,
.product-miniature .product-miniature .highlighted-informations a:hover {
	color: #000 !important;
}



/* Popup d'ajout au panier */
#category .quickview .js-arrows {
	right: 10%;
	transform: translateX(50%);
}

#category .quickview .js-arrows .js-arrow-down {
	left: 0;
}

#category .quickview .product-cover {
	margin: 0 30px;
}

#category .quickview .h1 {
	color: #000;
    /*text-transform: none;*/
    font-size: 28px;
    font-weight: 400;
}

#category .quickview .modal-body .hidden-xs-down {
	display: block !important;
}

#category .quickview #product-description-short {
	margin-bottom: 15px;
}

#category .quickview .product-add-to-cart .control-label,
#category .quickview .product-variants .control-label {
	display: none;
}

#category .quickview .product-price,
#category .quickview .tax-shipping-delivery-label {
	display: inline-block;
	vertical-align: middle;
}

#category .quickview .tax-shipping-delivery-label {
	margin-left: 8px !important;
}
#category .quickview .product-prices {
	margin-bottom: 15px;
}
#category .quickview .product-prices * {
	color: #b09755;
	line-height: 1;
    font-size: 24px;
    margin: 0;
}

#category .quickview .product-quantity .input-group-btn-vertical .btn:hover {
	background: #efefef !important;
}
#category .quickview .product-quantity .input-group-btn-vertical i::after {
	color: #4d4a45;
	font-weight: 600;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

#category .quickview .product-quantity .input-group-btn-vertical .btn:hover i::after {
	color: #c8af6d;
}

#category .quickview .product-quantity .add-to-cart {
	background: #b09755
}
#category .quickview .product-quantity .add-to-cart:hover {
	background: #4d4a45;
}

#category .quickview .social-sharing {
	display: none;
}

#wishlist_button_block {
     padding-bottom: 0; 
}







/* PAGES PRODUITS */
#product #content {
    max-width: none;
}

#product .product-flags {
	display: none !important;
}

/*#product h1 {
	color: #000;
    text-transform: none;
    font-size: 28px;
    font-weight: 400;
}
*/
#product h1 + div {
	margin-top: 20px;
}

/*#product #content .images-container {
	padding-right: 30px;
}*/

/*#product #content .images-container .js-qv-mask {
	display: none;
}*/
/*.product-images.js-qv-product-images {
	margin-bottom: 0;
}*/

#product #content .scroll-box-arrows .material-icons:hover {
	color: #4d4a45 !important;
}

.product-images &gt; li.thumb-container &gt; .thumb.selected,
.product-images &gt; li.thumb-container &gt; .thumb:hover {
    border: 3px solid #c8af6d;
}



/* Pour faire rÃ©apparaÃ®tre les images vignettes en mode popup */
#product-modal #thumbnails .product-images li img {
	max-width: none;
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border-color: #c8af6d;
}



#product #wrapper .col-md-7 {
	padding-left: 40px;
}

#product .product-variants li,
#product ul.product-images li,
#product .product-additional-info ul li,
#product #block-reassurance ul li,
#product .nav-tabs li {
	padding-left: 0;
}

#product .product-variants li::before,
#product ul.product-images li::before,
#product .product-additional-info ul li::before,
#product #block-reassurance ul li::before,
#product .nav-tabs li::before {
	display: none;
}

#product .product-price,
#product .tax-shipping-delivery-label {
	display: inline-block;
	vertical-align: middle;
}

#product .tax-shipping-delivery-label {
	margin-left: 8px !important;
}


#product .product-prices * {
	color: #b09755;
	line-height: 1;
    font-size: 24px;
    margin: 0;
}


/* Bouton quantitÃ© min */
/*#product .product-add-to-cart {
	margin-bottom:  80px;
}*/

#product .product-actions .minqty-notify {
    /*position: relative;
    top: -200px;*/
    display: table;
    margin-bottom:  30px;
}

#product .product-actions .product-additional-info .minqty-notify {
	display:  none;
}



/* case of discount */
#product .product-prices .product-discount {
	    margin-right: 20px;
}
#product .product-prices .discount {
	padding: 0;
    font-size: 17px;
    font-weight: 400;
    background: none;
    margin: 0 5px;
}


#product .product-prices,
#product .product-variants,
#product .product-variants .product-variants-item {
	display: inline-flex;
	align-items: center;
}

#product .product-variants .product-variants-item {
	margin-right: 15px;
	margin-bottom: 0;
}

#product .product-add-to-cart .control-label,
#product .product-variants .control-label {
	display: none;
}

#product .product-quantity .input-group-btn-vertical .btn:hover {
	background: #efefef !important;
}
#product .product-quantity .input-group-btn-vertical i::after {
	color: #4d4a45;
	font-weight: 600;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

#product .product-quantity .input-group-btn-vertical .btn:hover i::after {
	color: #b09755;
}

#product .product-quantity .add-to-cart {
	background: #b09755
}
#product .product-quantity .add-to-cart:hover {
	background: #4d4a45;
}

#product .product-quantity .add-to-cart i {
	font-size: 0;
    height: auto;
    width: auto;
	vertical-align: initial;
}

#product .product-quantity .add-to-cart i::before {
	content: '\f290' !important;
    font-family: "FontAwesome";
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: static;
    transform: none;
    border: none;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

#product .product-additional-info .social-sharing + .product-comments-additional-info {
	margin: 20px 0 10px;
}

#product .product-additional-info .social-sharing {
	display: none;
}

#product .product-additional-info .social-sharing + .product-comments-additional-info,
#product .product-additional-info #wishlist_button_block {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6px;
	font-size: auto;
	padding: 0;
}

#category .share_link,
#product #ref_link .share_link {
	display: inline-block;
    margin-bottom: 0;
	background: #888;
	color: #fff;
	border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400 !important;
    font-family: 'Josefin Sans', sans-serif !important;
    padding: 12px 24px 7px !important;
    line-height: 1.4;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}
#category .share_link:hover,
#product #ref_link .share_link:hover {
	background: #4d4a45;
}
#category .share_link i,
#product #ref_link .share_link i {
    margin-right: 10px;
    display: inline;
    vertical-align: middle;
    line-height: normal !important;
    font-style: normal;
    font-size: 18px;
}
#product #ref_link {
	margin:  0;
	padding:  0;
}
#product .share_url {
	color: #b09755 !important;
	font-weight: 400;
}

#product-availability {
	display: flex;
    align-content: center;
}

#product-availability i {
	font-size: 18px;
    margin-right: 10px;
}

#product .product-additional-info a {
	border: none;
}

#product .product-additional-info a:hover {

}

#product #block-reassurance {
	display: none;
}

#product .tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link {
	border-bottom: solid 2px #4d4a45;
}

#product .tabs .nav-tabs .nav-link.active:hover,
.tabs .nav-tabs .nav-link:hover {
	border-color: #b09755;
}

#product .product-comments-additional-info .btn {
	/*padding: 8px 18px;*/
	height: auto !important;
}

#product .product-comment-modal #criterions_list li::before {
	display: none;
}

#product .product-tabs-info {
	margin-bottom: 30px;
	padding: 0 15px; 
}

/*#product .product-tabs-info .nav-tabs .nav-item:last-of-type {
	display: none;
}*/

#product #product-comments-list-header .comments-nb,
#product #product-comments-list-header .comments-nb * {
	color: #4d4a45;
}


#product .product-accessories .products {
	margin-left: -15px;
	margin-right: -15px;
}



/* Exception du produit vitalitÃ© : lire plus */
#product .product-tabs-info #tab-content #description .bouton.suite {
    margin-top: 20px;
    outline: none !important;
}

#product .product-tabs-info #tab-content label {
	font-weight: 400;
}

#product .product-tabs-info #tab-content .product-features * {
	font-weight: 300 !important;
}






/* Popup d'ajout Ã&nbsp; la liste d'envies */
#wishlist_popup_form .wishlist {
	margin-top: 15px;
}

#wishlist_popup_form .wishlist select {
	padding: 6px 10px;
}

#wishlist_button_block &gt; a,
#wishlist_popup_form .popup_button_wishlist {
	display: inline-block;
	font-size: 14px;
	font-weight: 400 !important;
	background: #4d4a45;
	padding: 12px 24px 8px;
	border-radius: 3px;
	color: #fff !important;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 1.4 !important;
	font-family: 'Josefin Sans', sans-serif !important;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}
#wishlist_button_block &gt; a:hover,
#wishlist_popup_form .popup_button_wishlist:hover {
	background: #c8af6d;
}

#wishlist_button_block &gt; a i {
	color: #fff !important;
	vertical-align: bottom;
	margin-right: 8px;
	line-height: 1;
	font-style: normal;
}





/* Popup des avis : suppression des h2 */

.modal .h2 {
	font-size: 20px !important;
	color: #4d4a45 !important;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}





/* POPUP AJOUT PANIER */
.btn {
	/*display: inline-flex;
	align-items: center;*/
	white-space: normal;
}


/* Ajustement de positionnement Y pour la popup d'ajout */
.modal {
	z-index: 99999 !important;
}
.modal-backdrop {
	z-index: 9999 !important;
}
.modal-dialog {
	top: 50%;
    transform: translateY(-50%) !important;
    max-height: 100%;
}

.modal .modal-content {
	border: none !important;
	width: 90%;
    margin: 0 auto;
}

#blockcart-modal .modal-title i.material-icons {
    color: #b09755;
}

#blockcart-modal .product-name {
	color: #000 !important;
	font-size: 20px;
    text-transform: uppercase;
	font-weight: 400;
}

#blockcart-modal .cart-content .btn {
	padding: 8px 18px;
	margin-bottom: 0;
}

#blockcart-modal .cart-content .cart-products-count + p,
#blockcart-modal .cart-content .cart-products-count + p + p {
	margin-bottom: 3px;
    background: #f5f5f5;
    padding: .5rem;
}

#blockcart-modal .product-price {
    color: #b09755 !important;
    display: block !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

#blockcart-modal .modal-body .divide-right span {
	color: #666;
}







/* TUNNEL D'ACHAT */
#checkout #header .header-top {
	display: block !important;
}
#checkout #header .header-top .container &gt; .row &gt; .col-sm-12 {
	height: 100%;
}
/*#checkout #footer {
	background: #a88e7e !important;
}*/


#cart #wrapper li,
#checkout #wrapper li {
	padding-left: 0;
}

#cart #wrapper li::before,
#checkout #wrapper li::before {
	display: none;
}

#cart .cart-items li .product-line-grid-body .price {
	color: #b09755;
	margin-top: 8px;
	display: block;
}

#cart .cart-items .input-group-btn-vertical i::after {
	color: #b09755;
	font-weight: 600;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

.input-group-btn-vertical {
	width: 1%;
}

.input-group-btn-vertical .btn:hover {
	background: #efefef !important;
}

#cart .cart-items .input-group-btn-vertical .btn i::after {
	color: #666;
}

#cart .cart-items .input-group-btn-vertical .btn:hover i::after {
	color: #b09755;
}

#cart .cart-items li .product-line-actions .price strong {
	font-size: 20px;
}

#cart .cart-container + .label {
	margin-top: 10px;
    /*display: block;
    float: left;*/
    /*margin-left: -7px;*/
}

#cart .remove-from-cart {
	border: none !important;
}

#cart .cart-container,
#cart .cart-summary,
#checkout .cart-container,
#checkout .cart-summary {
	border: solid 1px #ddd;
}

#cart .cart-grid .h1,
#cart .cart-grid .cart-overview,
.cart-summary-line .label,
.cart-summary-line .value {
    color: #4d4a45;
}



.block-promo form {
	border: solid 1px #ccc;
	padding: 12px;
}
.block-promo .promo-input {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	color: #6F5545 !important;
}
.block-promo .promo-input+button {
	margin: 0 !important;
	display: block;
	text-align: center;
	border: none;
	width: 100%;
}
.collapse-button.promo-code-button {
	display: table !important;
    margin: 10px auto 0 !important;
}
.block-promo .cart-summary-line {
	padding: 15px !important;
}
.block-promo .cart-summary-line .float-xs-right {
	display: block;
    width: 100%;
    margin-top: 10px;
    text-align: right;
}
.block-promo .cart-summary-line .float-xs-right span {
	color: #b09755;
    font-weight: 700;
}
.block-promo .cart-summary-line .float-xs-right a {
	border: none !important;
}



.blockreassurance_product {
	border: 1px solid #ccc !important;
}
.blockreassurance_product &gt; div:not(.clearfix) {
	padding: 8px 15px;
}
.blockreassurance_product &gt; div:first-of-type p {
	display: none;
}
.blockreassurance_product .block-title {
	margin-bottom: 0 !important;
	font-size: 15px !important;
	color: #666 !important;
	font-weight: 500;
	display: inline-block;
	height: 30px;
	padding-top: 7px;
	line-height: 1.4 !important;
}
#wrapper .blockreassurance_product &gt; div p {
	display: inline !important;
	margin-bottom: 0 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	display: inline-block;
	height: 30px;
	padding-top: 8px;
	line-height: 1.4;
}
.blockreassurance_product &gt; div:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid #ccc !important;
}
.blockreassurance_product .item-product {
	text-align: center;
	padding-top: 3px !important;
}
.blockreassurance_product img {
    max-width: 30px !important;
    height: auto !important;
    width: auto !important;
    max-height: 30px !important;
}



#card .card,
#checkout .card,
#checkout .cart-grid-body {
	border: solid 1px #ddd !important;
}

#cart #advansedwishlist_cart_block,
#checkout #advansedwishlist_cart_block {
	border: solid 1px rgba(200, 175, 109, 0.5) !important;
}

.card {
    box-shadow: none;
    border: none;
}
.card-block {
    padding: 20px 20px 0;
}
.card-block + .block_content {
	padding: 1rem;
}

.card-block.cart-summary-totals {
    padding: 0 20px 20px;
}
.cart-summary-line {
	margin-bottom: 3px;
    background: #f5f5f5;
    padding: .5rem;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total {
    background-color: #e5e5e5;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
	font-weight: 500;
}





/* Step 2 */

body#checkout section.checkout-step {
	box-shadow: none;
}
.custom-radio input[type=radio]:checked+span {
    background-color: #c8af6d;
}

.product-price {
	color: #b09755;
}

#checkout .media-left,
#checkout .cart-summary-subtotals-container {
	padding: 0;
}


#checkout .step-title i.material-icons.done {
    color: #c8af6d;
}

#checkout .step-title,
#checkout .-complete.-current .step-title,
#checkout .step-title .step-number,
#checkout .-complete.-current .step-title .step-number {
	color: #4d4a45;
}
#checkout .-complete .step-title,
#checkout .-complete .step-title .step-number {
	color: #c8af6d;
}

#checkout .cart-grid-body .step-edit,
#checkout .cart-grid-body .step-edit i {
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
#checkout .cart-grid-body .step-edit:hover,
#checkout .cart-grid-body .step-edit:hover i {
	color: #c8af6d !important;
}

#checkout section.checkout-step .address-item.selected {
    border-color: #c8af6d !important;
}

#checkout section.checkout-step .add-address a {
	display: table;
    border: none;
    background: #4d4a45;
    color: #fff !important;
    padding: 6px 10px;
    margin: 2px 0 4px;
    border-radius: 2px;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
#checkout section.checkout-step .add-address a:hover {
    background: #c8af6d;
}

#checkout .carrier-price {
	font-weight: 700;
}

/*body#checkout section.checkout-step .content {
	padding: 0 25px 25px;
}*/

body#checkout section.checkout-step .delivery-option {
    background: #f5f5f5;
    margin-bottom: 5px;
    border-radius: 2px;
}


body#checkout section.checkout-step .delivery-options + .order-options {
	margin-left: -15px !important;
    margin-right: -15px !important;
}

body#checkout section label[for="delivery_message"] {
	margin-top: 15px;
}

body#checkout section label[for="delivery_message"] + textarea {
	border: solid 1px #ccc;
    min-height: 100px;
    margin-top: 10px;
    border-radius: 2px;
	padding: 6px 10px;
    color: #666;
}
body#checkout section.checkout-step .order-options + button {
	margin-right: -15px !important;
}



/* Confirmation */

#order-confirmation .card-title i {
	padding: 0;
	color: #c8af6d;
	margin-right: 15px;
}
#order-details&gt;.card-title {
    margin-bottom: 15px;
}
#order-confirmation #content .card-block {
	background: #fff;
	margin: 50px 0;
}
#order-confirmation #content .card-block #order-items &gt; .row {
	position: relative;
}
#order-confirmation #content .card-block #order-items &gt; .row::before {
	content: '';
	height: 0;
	width: calc(100% - 30px);
	border-bottom: solid 1px #e5e5e5;
	position: absolute;
	left: 15px;
	bottom: 0;
}
#order-confirmation .order-confirmation-table span {
	color: #6F5545;
}
#order-items {
	border: none !important;
}
#order-items hr {
	display: none;
    border-top-color: #876d5d;
}
#order-items table {
    margin-bottom: 30px;
}
#order-items table tr {
	background: #f5f5f5;
	border-bottom: solid 3px #fff;
}
#order-items table tr td {
	font-size: 1em;
	color: #6F5545;
	padding: 12px;
}
#order-items table tr.total-value {
    background-color: #e5e5e5;
}

























/* -----&gt; Arrow &lt;----- */

/*.arrow-up {
	width: 36px;
	height: 36px;
	line-height: 32px;
	border-radius: 50%;
	position: fixed;
	bottom: 100px
	right: 30px;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	z-index: 99999999;
	border: solid 1px #4E8BC0;
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	-o-transition: 300ms ease;
	transition: 300ms ease;
}

.arrow-up.visible {
    opacity: 1;
}

.arrow-up:hover {
	border-color: #0f4c81;
}

.arrow-up::after {
	content: "\f106";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #0f4c81;
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	-o-transition: 300ms ease;
	transition: 300ms ease;
}

.arrow-up:hover::after {
    color: #0f4c81;
}*/






/* Menu dÃ©roulant de la barre de recherche */
.ui-autocomplete {
	z-index: 999999;
}






/* ---------------- */
/* --            -- */
/* --   FOOTER   -- */
/* --            -- */
/* ---------------- */


#footer {
	position: relative;
	/*background: url('bois.jpg') no-repeat top center;
	background-size: 100%;*/
	padding: 0 !important;
	overflow: hidden;
}

/*#footer::after {
	content: '';
	width: 300px;
	height: 300px;
	border: solid 1px #fff;
	border-radius: 50%;
	position: absolute;
	left: 15%;
	top: -100px;
	z-index: 0;
}*/

/*#footer::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(236, 200, 173, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}*/

#footer .container {
	padding: 0;
}






/* --   BLOCK Newsletter   -- */

#footer &gt; .container {
	/*background: #4d4a45;*/
	width: 100%;
	/*padding: 25px 0 15px;*/
}

/*#footer &gt; .container &gt;.row {
	width: 1140px;
	margin: auto;
}*/

.block_newsletter {
	width: 100%;
	background: #4d4a45;
	padding: 25px 0;
	float: none;
	margin-bottom: 10px;
}


.block_newsletter + .social-sharing {
	display: none;
}

.block_newsletter &gt; .row {
	font-size: 0;
}

.block_newsletter #block-newsletter-label,
.block_newsletter #block-newsletter-label + .col-md-7 {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
    float: none;
}

.block_newsletter #block-newsletter-label {
    padding: 0 15px;
    position: relative;
    font-weight: 300;
    font-size: 20px !important;
    color: #fff !important;
    margin-bottom: 20px;
    line-height: 1;
}

.block_newsletter #block-newsletter-label {
	margin-bottom: 0;
	text-align: center;
}

.block_newsletter #block-newsletter-label strong {
	font-weight: 300;
	color: #fff !important;
	font-size: 20px !important;
}

.block_newsletter form {
    max-width: 480px;
    margin-left: 30px;
}

.block_newsletter form input[type=email] {
	color: #666;
	font-size: 17px;
	border: none !important;
	height: 40px;
	background: rgba(255, 255, 255, 0.95);
	padding: 12px 12px 8px !important;
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	-o-transition: 300ms ease;
	transition: 300ms ease;
}

.block_newsletter form input[type=email]:focus {
	/*border: 2px solid #2E6BA0;*/
	background: rgba(255, 255, 255, 1);
	/*padding:8px 8px 9px;*/
}

.block_newsletter form input[type=submit] {
	background: #c8af6d;
	font-weight: 300;
	border-radius: 0;
	padding: 10px 40px 6px;
	font-size: 13px;
	font-weight: 400;
	height: 40px;

}

.block_newsletter form input[type=submit]:hover {
	background: #b09755; /*#c8af6d*/
}

.block_newsletter form .col-xs-12:last-of-type p {
	color: #4c4a44;
	text-align: center;
	padding-top: 20px;
}



.block_newsletter #gdpr_consent {
	margin-top: 10px;
}
.block_newsletter #gdpr_consent .psgdpr_consent_message {
	margin: 0;
	color: #fff;
}
.block_newsletter .custom-checkbox input[type=checkbox]+span,
.block_newsletter .custom-checkbox input[type=checkbox]:focus+span {
	border-color: #fff;
}
.block_newsletter .custom-checkbox input[type=checkbox]+span .checkbox-checked {
	color: #fff;
}
.block_newsletter .custom-checkbox span a {
	color: #c8af6d !important;
	border-bottom: solid 1px transparent;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}
.block_newsletter .custom-checkbox span a:hover {
	border-color: #c8af6d;
}







/* --   BLOCK Reassurance   -- */

#footer .blockreassurance {
	padding: 50px calc((100% - 1140px ) / 2);
	background: #4d4a45 /*linear-gradient(to top, #222, #4c4a44)*/;
}

#footer .social-sharing {
	display: none !important;
}

#footer .blockreassurance .row &gt; .col-md-3 {
	text-align: center;
}

#footer .blockreassurance .block-icon {
	height: auto !important;
}

#footer .blockreassurance .block-icon img,
#footer .blockreassurance .block-icon svg {
    height: 32px;
    width: auto;
    /*display: table;*/
    margin: 0 auto 20px;
}

#footer .blockreassurance .block-title,
#footer .blockreassurance .block-title + p,
#footer .blockreassurance .block-title + p a {
	color: #fff !important;
}

#footer .blockreassurance .block-title {
	font-weight: 400;
}

#footer .blockreassurance .block-title + p {
	font-weight: 300;
	margin-bottom: 0;
}






/* -- Liens et coordonnÃ©es -- */

#footer .footer-container {
	background: #eaeaea /*#975a58*/;
	position: relative;
	margin-top: 0;
	box-shadow: none;
	padding: 15px 0;
	z-index: 1;
}

/*#footer .footer-container * {
	color: #fff;
	font-size: 17px;
}*/

#footer .footer-container .links .col-md-6:first-of-type {
	display: none;
}

#footer .footer-container .container .row:nth-of-type(2)) {
	display: none;
}

#footer .footer-container .links .col-md-6:last-of-type {
	width: 100%;
}

#footer .footer-container .links .col-md-6:last-of-type ul li a {
	display: table;
	margin-bottom: 9px;
	padding-bottom: 3px;
	position: relative;
}

#footer .footer-container .links .col-md-6:last-of-type ul li a::before {
	content: "";
	display: block;
	width: 30%;
	border-bottom: solid 1px #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#footer .footer-container .links .col-md-6:last-of-type ul li a:hover::before {
	width: 100%
}


#footer .footer-container .links .h3,
#footer .footer-container .links .h4 {
	display: none;
}

/*#footer .footer-container li a {
	font-size: 17px;
}
*/



/*#footer .footer-container .block-contact &gt; div {
	display: table;
	float: right;
}*/

/*#footer .footer-container .block-contact .hidden-sm-down br:nth-of-type(3) {
	display: none;
}
*/
#footer .footer-container .block-contact {
	text-align: center;
}


#footer .footer-container .block-contact .hidden-sm-down p {
	font-weight: 300;
}

#footer .footer-container .block-contact .hidden-sm-down p strong {
	display: block;
}

#footer .footer-container .phonemail {
	text-align: right;
}

#footer .footer-container .phonemail a {
	background: #fff;
	color: #975a58;
	padding: 10px 24px 8px;
	border: solid 2px #fff;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#footer .footer-container .phonemail a:hover {
	background: transparent;
	color: #fff;
}




/* Footer row last */
/*#footer .footer-container::before {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	background: #eaeaea;
	position: absolute;
	left: 0;
	bottom: 0;
}*/


#footer .footer-container &gt; .container &gt; .row &gt; .col-md-12 {
	line-height: 1;
}

#footer .footer-container .left,
#footer .footer-container .right {
	display: inline-block;
	vertical-align: top;
}

#footer .footer-container .left {
	width: 82%;
}

#footer .footer-container .right {
	text-align: right;
	width: 18%;
}

#footer .footer-container .left p,
#footer .footer-container .left ul {
	display: inline-block;
	vertical-align: top;
}

#footer .footer-container .left ul {
	padding-left: 8px;
	font-size: 0;
	margin-bottom: 0;
	line-height: 1;
}

#footer .footer-container .left ul li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}

#footer .footer-container .left ul li::before {
	content: '- ';
}

#footer .footer-container .left ul li:not(:first-of-type) {
	margin-left: 8px;
}

#footer .footer-container .left p,
#footer .footer-container .right p {
	color: #666;
	margin-bottom: 0;
	font-weight: 300;
	font-size: 14px !important;
}

#footer .footer-container a {
	color: #666 !important;
	font-size: 14px;
	border-bottom: solid 1px transparent;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#footer .footer-container a:hover {
	color: #000 !important;
	border-color: #000;
} 









/* //////////// */
/*              */
/*    COOKIES   */
/*              */
/* //////////// */

/* Bandeau */
#idxrcookies {
	position: relative;
	z-index: 99999;
}

#idxrcookies #textDiv {
	margin-right: 30px;
}

#idxrcookies #buttons {
	font-size: 15px !important;
}

#idxrcookies #idxrcookiesOK {
	background: #efefef;
	color: #4d4a45;
}

#idxrcookies #idxrcookiesOK:hover,
#idxrcookies #cookiesConf:hover {
	background: #b09755 !important;
	color: #fff;
}


/* Popup */
.fancybox-overlay {
	z-index: 9999;
}

#cookieModal #cookieModalHeader {
	background: #4d4a45;
}

#cookieModal #cookieModalList .dlxctab-row.active {
    color: #b09755;
    background: #e5e5e5;
}

#cookieModal .always-check {
    border-color: #b09755;
}

#cookieModal .cookie-info-page {
	color: #4d4a45;
	font-weight: 600;
}

#cookieModal .cookie-info-page:hover {
	color: #b09755;
}

#cookieModal .btn-config {
	background: #4d4a45 !important;
}

#cookieModal .btn-config:hover {
	background: #b09755 !important;
}
















/* --------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
----------------------              -----------------------
----------------------  RESPONSIVE  -----------------------
----------------------              -----------------------
-----------------------------------------------------------
-----------------------------------------------------------
-------------------------------------------------------- */

@media screen and (max-width: 1200px) {

	#mobile_top_menu_wrapper {
		position: fixed;
	    width: 90%;
	    box-sizing: border-box;
	    margin: auto;
	    /* overflow-y: hidden; */
	    height: calc(100% - 160px);
	    overflow-x: hidden;
	    box-shadow: 1px 8px 8px #666;
	}

	#header .container/*,
	#csinstagramfeed .bx-viewport*/ {
	    width: 90% !important;
	}
	#header .header-nav .container {
	    padding: 0 15px !important;
	}
	#header .header-nav .mobile {
	    position: static !important;
	    display: block !important;
	    width: 100%;
	}
	#header .header-nav .top-logo {
	    padding-top: 15px;
	}
	#header .header-nav .top-logo a img {
	    max-height: 50px !important;
	}

	#header .header-nav .mobile #menu-icon {
	    position: relative;
	    top: 8px;
	}
	#header .header-nav .mobile #menu-icon i {
    	line-height: 1;
    	color: #000;
    }

    #_mobile_user_info .user-info .hidden-sm-down {
	    display: none !important;
	}

	#mobile_top_menu_wrapper .dropdown-item .float-xs-right {
		display: block !important;
	}
	#mobile_top_menu_wrapper .dropdown-item,
	#mobile_top_menu_wrapper .dropdown-item .float-xs-right i {
		color: #000 !important;
	}
	#mobile_top_menu_wrapper .dropdown-item:hover,
	#mobile_top_menu_wrapper .dropdown-item:hover .navbar-toggler i {
		color: #b09755 !important;
	}



	#_mobile_user_info .user-info i,
	#_mobile_cart .blockcart i {
		display: none !important;
	}			
	#_mobile_user_info .user-info a:last-of-type::before,
	#_mobile_cart .header::before {
	    content: '';
	    height: 18px;
	    width: 18px;
	    display: block;
	    vertical-align: bottom;
	    -webkit-transition: 300ms ease;
	    -moz-transition: 300ms ease;
	    -o-transition: 300ms ease;
	    transition: 300ms ease;
	}
	#_mobile_user_info .user-info a:last-of-type::before {
	    background: url(pictos/account-black.png) no-repeat center center;
	    background-size: contain;
	    font-size: 17px;
	}
	#_mobile_cart .header::before {
	    background: url(pictos/cart-black.png) no-repeat center center;
	    background-size: contain;
	}

	#_mobile_cart .header {
		position: relative;
	}
	#_mobile_cart .header a {
		display: block;
	    top: 0;
	    position: absolute;
	    width: 100%;
	}

	#_mobile_cart .header .hidden-sm-down {
		display: none;
	}
	#_mobile_cart .cart-products-count {
	    background: #c8af6d;
	    font-weight: 400;
	    font-size: 14px;
	    color: #000 !important;
		position: absolute;
		top: 10px !important;
	    left: 50%;
	    transform: translateX(-50%);
	    display: block;
	    border-radius: 50%;
	    padding: 2px;
	}


	#block_wishlist_top {
	    top: 48px;
	}
	#_mobile_cart {
		position: absolute;
	    top: 49px;
	    right: calc(5% + 34px);
	}
	#_mobile_cart .user-info span,
	#_mobile_cart .blockcart .header .hidden-sm-down {
		font-size: 0;
	}
	#header .header-nav .blockcart,
	#header .header-nav .cart-preview.active {
		background: none;
	}
	#_desktop_user_info .user-info i,
	#header .header-nav .blockcart i {
	    display: block;
	}
	#_mobile_user_info {
		position: absolute;
	    top: 49px;
	    right: calc(5% + 70px);
	}







	/*.wrapper,*/
	.header-banner &gt; .container,
	.header-top &gt; .container,
	#content &gt; div &gt; .container,
	body:not(#index) #wrapper &gt; .container,
	body:not(#index) #wrapper + div .container {
		width: 90% !important;
	}


	#arrow {
    	right: 5%;
    }


	/* Menu Responsive */
	#header {
    	height: 180px;
    }
    #header .header-nav .mobile #menu-icon {
    	margin: 0 !important;
    }


	#header .header-banner .container {
	    flex-wrap: wrap;
	}
	#header .header-banner .container .left {
		width: 70%;
	}
	#header .header-banner .container .right {
		width: 30%;
	}



	#header #search_widget {
	    left: auto;
	    position: static;
	    width: 100%;
	}
	#header .header-nav .right-nav {
	    right: calc(5% + 25px);
	}
	#block_wishlist_top {
	    right: 5%;
	}



	#header .header-top #_desktop_logo + .position-static {
		text-align: right;
	} 

	#header .header-top #_desktop_top_menu {
		display: none;
	}

	#respnav.visible,
	#respnav ul.slide {
		transform: translate3d(-100%,0,0);
	}

	body.overlay #filter {
		width: 100%;
	}

	#respnav ul .sub-menu.here {
		display: block;
		opacity: 1;
		visibility: visible;
		margin-top: 0;
	}

	#header .menu-client,
	#header .header-top .menu-client #compte-client {
		margin-right: 20px !important;
	}






	#togglenav {
		width: 28px;
		height: 90px;
		line-height: 90px;
		display: inline-flex;
		float: right;
		text-align: center;
		cursor: pointer;
	}

	#togglenav::before {
		content: "\f0c9";
		font-family: "FontAwesome";
		color: #fff;
		font-size: 28px;
		-webkit-transition:300ms ease;
		-moz-transition:300ms ease;
		-o-transition:300ms ease;
		transition:300ms ease;
	}

	#header #togglenav:hover::before {
		color: #F7EAD0;
	}

	#togglenav.closenav::before {
		content: "\f00d";
	}

	#togglenav.closenav::before {
		color: #fff;
		content: "\f00d";
	}





	/* Respnav */
	#respnav {
		position: fixed;
		display: block;
		top: 124px;
		left: 100%;
		width: 400px;
		bottom: 0;
		background: rgba(255, 255, 255, 0.15); /* #242a35; */
		box-sizing: border-box;
		z-index: 999999;
		overflow: hidden;
		-webkit-transition:300ms ease;
		-moz-transition:300ms ease;
		-o-transition:300ms ease;
		transition:300ms ease;
	}

	#respnav.opaque {
		background: #fff;
	}

	#respnav.thined {
		top: 90px;
	}


	#respnav .content {
		height: 100%;
		overflow-x: hidden;
	}

	#respnav ul {
		padding: 0;
		box-sizing: border-box;
		margin-bottom: 0;
		-webkit-transition:300ms ease;
		-moz-transition:300ms ease;
		-o-transition:300ms ease;
		transition:300ms ease;
	}

	#respnav li {
		display: block;
		position: static;
		padding-left: 0;
	}

	#respnav.opaque .menu li.active &gt; a::after {
		content: "";
		position: absolute;
		bottom: auto;
		top: 0;
		left: 0;
		width: 3px;
		height: 100%;
		background: #c3cc10;
		z-index: -1;
		-webkit-transition:300ms ease;
		-moz-transition:300ms ease;
		-o-transition:300ms ease;
		transition:300ms ease;
	}


    #respnav ul li.active::before {
    	display: none;
    }

    #respnav ul li.parent:hover a {
    	background: none;
    }


	#respnav ul li.active &gt; a,
	#respnav ul li.active:hover &gt; a {
		background: none;
	}

	/*#respnav ul &gt; li:first-child a {
		margin-top: 5px;
	}*/

	#respnav ul a {
		color: #6F5545;
		display: block;
		padding: 12px 15px;
		margin: 0 5px 5px 5px;
		width: calc(100% - 10px);
		font-size: 14px;
		font-weight: 600;
		position: relative;
		line-height: normal;
		text-transform: uppercase;
		background: #fff;
		border: none;
		-webkit-transition:300ms ease;
		-moz-transition:300ms ease;
		-o-transition:300ms ease;
		transition:300ms ease;
	}

	#respnav.opaque ul a {
		color: #fff !important;
		background: #876D5D;
	}

	#respnav ul a:hover {
		background: #F7EAD0;
	}

	#respnav.opaque ul a:hover {
		background: #c8af6d !important;
	}

	#respnav ul a br {
		display: none;
	}	

	#respnav ul .sub-menu {
		display: none;
		position: absolute;
		top: 0;
		left: 100%;
		background: transparent;
		box-sizing: border-box;
		width: 100%;
		padding: 0 !important;
		margin: 0;
		box-shadow: none;
		-webkit-transition:300ms ease;
		-moz-transition:300ms ease;
		-o-transition:300ms ease;
		transition:300ms ease;
	}

	#respnav ul ul {
		display: block;
		margin: 0 !important;
	}

	#respnav ul ul li {
		float: none;
		display: block;
		margin: 0;
	}

	#respnav ul ul a {
		display: block !important;
		width: 100%;
		padding: 12px 15px !important;
		margin: 0 5px 5px 5px;
		width: calc(100% - 10px);
		position: relative;
		z-index: 1;
		-webkit-transition:300ms ease;
		-moz-transition:300ms ease;
		-o-transition:300ms ease;
		transition:300ms ease;
	}

	/*#respnav ul ul a:hover {
		color: #fff !important;
	}*/

	#respnav #side-menu &gt; .cms-category &gt; a::before,
	#respnav #side-menu &gt; .category &gt; a::before {
		content: '';
		position: absolute;
		top: 50%;
		margin-top: -5px;
		right: 30px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-color: transparent transparent transparent #6F5545;
		-webkit-transition:300ms ease;
		-moz-transition:300ms ease;
		-o-transition:300ms ease;
		transition:300ms ease;
	}

	#respnav.opaque #side-menu &gt; .cms-category &gt; a::before,
	#respnav.opaque #side-menu &gt; .category &gt; a::before {
		border-color: transparent transparent transparent #fff;
	}

	/*#respnav .menu-item-has-children &gt; a:hover::before {
		border-color: transparent transparent transparent white;
	}*/

	#respnav .back &gt; a::before {
		content: '';
		position: absolute;
		top: 50%;
		margin-top: -5px;
		right: 30px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 5px 0;
		border-color: transparent #6F5545 transparent transparent;
		-webkit-transition:300ms ease;
		-moz-transition:300ms ease;
		-o-transition:300ms ease;
		transition:300ms ease;
	}

	#respnav.opaque .back &gt; a::before {
		border-color: transparent #fff transparent transparent;
	}

	#respnav.opaque .back &gt; a:hover::before {
		border-color: transparent white transparent transparent;
	}

	#respnav.opaque .back a {
		background: #6F5545;
	}




	/* Accueil */
	/*#carousel .carousel-inner li:nth-of-type(2) .caption {
	    left: calc(50% + 50px);
	    width: calc(50% - 50px);
	}*/
	#carousel .caption {
	    right: 80px;
	    width: 400px;
	}
	#titre-accueil h1 {
	    font-size: 22px;
	}


	/*#produits .produits .produit {
    	height: 260px;
    }

	#produits .produits .produit p:first-of-type {
		width: 145%;
	}
	#produits .produits .produit:hover p:first-of-type {
		width: 140%;
	}

	#produits .produits .produit p:last-of-type {
	    font-size: 16px !important;
	}

	#produits .produits .produit p:last-of-type strong {
	    font-size: 25px !important;
	}


	#produits .produits .produit:hover::before {
	    width: 200px;
	    height: 220px;
	}
	#produits .produits .produit:hover::after {
	    width: 220px;
	    height: 200px;
	}
	#produits .produits .produit:last-of-type::before {
	    width: 205px;
	    height: 205px;
	}
	#produits .produits .produit:last-of-type::after {
	    width: 220px;
	    height: 190px;
	}*/
	#produits .produits .produit {
    	height: 150px;
    }
    #produits .produit p:last-of-type {
	    line-height: 75px;
	}





	/* NouveautÃ©s */
	/*#nouveautes .nouveautes .nouveaute::before {
	    width: calc(100% - 30px);
	    height: calc(100% - 30px);
	    top: 15px;
    	left: 15px;
	}*/

	#nouveautes .nouveautes {
	     overflow: auto; 
	}

	#nouveautes .nouveaute:nth-of-type(1),
	#nouveautes .nouveaute:nth-of-type(2),
	#nouveautes .nouveaute:nth-of-type(4),
	#nouveautes .nouveaute:nth-of-type(5) {
	    width: calc(20% - 8px) !important;
	    margin-right: 0;
	    float: none;
	}
	#nouveautes .nouveaute:nth-of-type(3) {
		width: calc(20% - 8px) !important;
		float: none;
	}
	#nouveautes .nouveaute:nth-of-type(3) .nouveaute-img {
		height: 270px;
	}
	#nouveautes .nouveaute:nth-of-type(1),
	#nouveautes .nouveaute:nth-of-type(2),
	#nouveautes .nouveaute:nth-of-type(3),
	#nouveautes .nouveaute:nth-of-type(4) {
	    margin-right: 10px !important;
	}
	#nouveautes .nouveaute:nth-of-type(5) {
		width: calc(20% - 8px) !important;
	}
	#nouveautes .nouveaute {
	    width: calc(20% - 8px) !important;
	}

	/*#nouveautes .nouveautes .nouveaute p img {
	    opacity: 0.25;
	    display: block;
	    width: 130%;
   	}
	#nouveautes .nouveautes .nouveaute:hover p img {
	    width: 135%;
   	}

	#nouveautes .nouveautes .nouveaute p:last-of-type strong {
	    font-size: 32px;
	}
	#nouveautes .nouveautes .nouveaute p:last-of-type {
	    font-size: 16px !important;
	}


	#offre .offre p strong {
	    font-size: 20px;
	    padding: 15px 60px;
	}*/




	/* Services */
	#services .service.cms p:first-of-type {
    	width: 200%;
    }





	/* Marques */
	#marques .marque::after {
	    height: calc(100% - 50px);
	    width: calc(100% - 50px);
	    padding: 25px;
	    top: 25px;
	    left: 25px;
	    right: 25px;
	    bottom: 25px;
	}
	#marques .marque p {
	    padding: 30px;
	   	height: calc(100% - 100px);
	    width: calc(100% - 100px);
	    top: 50px;
	    left: 50px;
	    right: 50px;
	    bottom: 50px;
	}
	#marques .marque p img {
	    max-width: calc(100% - 60px);
	    max-height: calc(100% - 60px);
	}
	#marques .marque:nth-of-type(1) p img,
	#marques .marque:nth-of-type(2) p img {
	    max-width: 65%;
	}
	#marques .marque:nth-of-type(3) p img,
	#marques .marque:nth-of-type(8) p img,
	#marques .marque:nth-of-type(9) p img {
	    max-width: 50%;
	}



    /* Ambassadeur */
    #ambassadeur p strong {
    	font-size: 30px !important;
    }
    #ambassadeur p:not(:first-of-type) {
    	margin-bottom: 0 !important;
    }
    #ambassadeur p {
    	width: 80%;
    }
    #ambassadeur p a {
    	margin: 25px auto 0;
    }




	/* INSTA */
	#insta iframe {
		height: 532px;
	}




    /* Bloc newsletter */
    .block_newsletter {
	    padding: 25px 5%;
	}




	/* FOOTER */
	#footer .footer-container .left,
	#footer .footer-container .right {
		width: 100%;
		display: block;
		text-align: center;
	}

	#footer .footer-container .right {
		margin-top: 10px;
	}

	#footer .footer-container .left p,
	#footer .footer-container .left ul {
		vertical-align: middle;
	}

	#footer .footer-container a,
	#footer .footer-container .left p,
	#footer .footer-container .left ul {
		font-size: 16px !important;
	}



	/* //////////// */
	/*              */
	/*     PAGES    */
	/*              */
	/* //////////// */



	/* Page de category */
	#category #left-column {
	    width: 25%;
	}
	#category #content-wrapper {
		width: 75%;
	}



	/* MP oubliÃ© */
	#password .renew-password button {
		margin-left: auto !important;
	}



	/* CATEGORY */
	/*#category .block-categories {
		width: 30%;
	}*/

	#products .product-miniature,
	.featured-products .product-miniature,
	.product-accessories .product-miniature,
	.product-miniature .product-miniature {
	    /*width: calc((100% * 1/3) - 30px);*/
	    width: calc(50% - 30px) !important;
	}

	#category .product-miniature {
	    /*width: calc((100% * 1/2) - 30px);*/
	    width: calc(50% - 30px) !important;
	}



}


@media screen and (max-width: 992px) {


	/* Menu */
    #wrapper {
    	padding: 240px 0 70px;
    }


	#header .header-banner {
	    height: 50px;
	    display: block;
	    padding-top: 6px;
	}

	#header .header-banner .container &gt; div {
	    display: block;
	    width: 100% !important;
	    float: none !important;
	    margin: 0 !important;
	    text-align: center;
	}

	#header .header-banner p,
	#header .header-banner .right {
		line-height: normal;
	}



	#_mobile_user_info,
	#_mobile_cart {
	    top: 61px;
	}
	#block_wishlist_top {
		top: 62px;
	}



	#header .header-banner .container {
		padding: 0 !important;
	}

	/*#header .header-banner p {
	    height: 20px;
	    line-height: 24px;
	}*/


	/* Respnav */
	#respnav {
		top: 134px;
	}

	#respnav a span {
		display: none;
	}



	/* Accueil */
	#carousel .carousel-inner {
	    height: 375px !important;
	}
	#carousel .carousel-item:first-of-type::after {
		content: '';
		display: block;
		width: 200px;
		height: 200px;
		background: url('../../../../img/cms/logo-cafe-toque-large-.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		position: absolute;
		top: calc(50% + 20px);
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 9;
	}
	#carousel .carousel-item .caption {
		width: 366px;
	}
	#carousel .carousel-item .caption-description {
	    display: block !important;
	}
	#titre-accueil h1 {
	    font-size: 20px;
	}


	/*#produits .produits .produit {
    	height: 210px;
    }

	#produits .produits .produit p:first-of-type {
		width: 145%;
	}
	#produits .produits .produit:hover p:first-of-type {
		width: 140%;
	}

	#produits .produits .produit p:last-of-type {
	    font-size: 14px !important;
	}
	#produits .produits .produit p:last-of-type strong {
	    font-size: 22px !important;
	}


	#produits .produits .produit:hover::before {
	    width: 180px;
	    height: 190px;
	}
	#produits .produits .produit:hover::after {
	    width: 190px;
	    height: 180px;
	}
	#produits .produits .produit:last-of-type::before {
	    width: 180px;
	    height: 180px;
	}
	#produits .produits .produit:last-of-type::after {
	    width: 190px;
	    height: 170px;
	}*/



	#category #left-column {
	    width: 30%;
	}
	#category #content-wrapper {
		width: 70%;
	}




	#produits .produits .produit {
	    width: calc(50% - 10px);
	    height: 200px;
	}
	#produits .produit p:last-of-type {
	    line-height: 100px;
	}
	#produits .produits .produit:not(:nth-of-type(4n)) {
		margin-right: 0;
	}
	#produits .produits .produit:not(:nth-of-type(2n)) {
		margin-right: 20px;
	}
	#produits .produits .produit img {
		min-width: 100%;
	}



	/*#nouveautes .nouveautes .nouveaute:nth-of-type(1),
	#nouveautes .nouveautes .nouveaute:nth-of-type(2),
	#nouveautes .nouveautes .nouveaute:nth-of-type(3) {
		height: 250px;
	    width: 100%;
	    float: none;
	}
	#nouveautes .nouveautes .nouveaute p img {
	    width: 100%;
	}
	#nouveautes .nouveautes .nouveaute:hover p img {
	    width: 105%;
	}*/

	#nouveautes .nouveaute:nth-of-type(1),
	#nouveautes .nouveaute:nth-of-type(2),
	#nouveautes .nouveaute:nth-of-type(3),
	#nouveautes .nouveaute:nth-of-type(4) {
	    margin-right: 0 !important;
	    margin-bottom: 40px;
	}
	#nouveautes .nouveaute,
	#nouveautes .nouveaute:nth-of-type(1),
	#nouveautes .nouveaute:nth-of-type(2),
	#nouveautes .nouveaute:nth-of-type(3),
	#nouveautes .nouveaute:nth-of-type(4),
	#nouveautes .nouveaute:nth-of-type(5) {
	    width: 100% !important;
	}
	#nouveautes .nouveaute img {
		width: 50%;
	}



	/* Services */
	#services .service {
		margin-bottom: 15px;
	}
	#services .service.cms p:first-of-type {
    	width: 220%;
    }
	#services .service:nth-of-type(1) {
		/*width: calc((100% - 30px) / 3);*/
		width: calc(33.3% - 10px);
	}
	#services .service:nth-of-type(2),
	#services .service:nth-of-type(3),
	#services .service:nth-of-type(4) {
		margin-left: 15px;
	}
	#services .service:nth-of-type(2),
	#services .service:nth-of-type(3) {
		/*width: calc((100% - 30px) / 3);*/
		width: calc(33.3% - 10px);
	}

	#services .service:nth-of-type(4) {
		/*width: calc(((100% - 30px) * 2/3) + 15px);*/
		width: calc((66.6% - 20px) + 15px);
		float: right;
	}



	/* Marques */
	#marques .marque::after {
	    height: calc(100% - 40px);
	    width: calc(100% - 40px);
	    padding: 20px;
	    top: 20px;
	    left: 20px;
	    right: 20px;
	    bottom: 20px;
	}
	#marques .marque p {
	    padding: 25px;
	   	height: calc(100% - 80px);
	    width: calc(100% - 80px);
	    top: 40px;
	    left: 40px;
	    right: 40px;
	    bottom: 40px;
	}
	#marques .marque p img {
	    max-width: calc(100% - 50px);
	    max-height: calc(100% - 50px);
	}
	#marques .marque:nth-of-type(1) p img,
	#marques .marque:nth-of-type(2) p img {
	    max-width: 70%;
	}
	#marques .marque:nth-of-type(3) p img,
	#marques .marque:nth-of-type(8) p img,
	#marques .marque:nth-of-type(9) p img {
	    max-width: 65%;
	}



	/* Ambassadeur */
	#ambassadeur {
	    padding: 40px 0 40px;
	}
	#ambassadeur p strong {
	    font-size: 24px !important;
	}



	/* Block newsletter */
	.block_newsletter #block-newsletter-label,
	.block_newsletter #block-newsletter-label + .col-md-7 {
	    display: block;
	    width: 100%;
	}
	.block_newsletter form {
	    margin: 20px auto 0;
	    text-align: center;
	}
	.block_newsletter #gdpr_consent .psgdpr_consent_message {
		display: inline;
		text-align: center;
	}




	/* Bloc Insta */
	#insta {
	    padding: 80px 0 70px;
	}
	#insta iframe {
		height: 440px;
	}

	#csinstagramfeed .bx-viewport li {
		width: calc(100% / 2) !important;
	}




	/* //////////// */
	/*              */
	/*     PAGES    */
	/*              */
	/* //////////// */

	img.alignleft,
	img.alignright {
	    float: none;
	    display: block;
	    margin-left: 0;
	    margin-right: 0;
	}




	/* CATEGORY */
	/*#category .block-categories {
	    width: 34%;
	    margin-left: 30px;
	}*/

	#category #category-description img.alignleft {
		width: 100% !important;
	}

	#products .product-miniature,
	.featured-products .product-miniature,
	.product-accessories .product-miniature,
	.product-miniature .product-miniature {
	    width: calc((100% * 1/2) - 30px);
	}

	#category .product-miniature {
		width: 100% !important;
	}






	/* COMPTE */
	/* Parrainage */
	#module-referralbyphone-program .profile-usermenu, 
	#module-referralbyphone-program #referral_account {
		width: 100%;
	}






   	/* Page contact */
	#contact #left-column {
		width: 40%;
	}
	/*#contact #content-wrapper {
		width: calc(60% - 30px);
	}*/

	.contact-form .form-group .col-md-6 {
		width: calc(100% * 9/12);
	}










	/* Footer */
	#footer .footer-container &gt; .container &gt; .row:first-of-type .links {
	    width: 100% !important;
	    text-align: center;
	}




}


@media screen and (max-width: 768px) {


	#header {
	    height: 190px;
	}

	#header .header-banner {
	    height: 65px;
	}



	#header .header-top {
		background: none !important;
		padding-top: 20px !important;
	}


	#_mobile_user_info,
	#_mobile_cart {
	    top: 75px;
	}
	#block_wishlist_top {
		top: 76px;
	}



	/*#header .header-nav .mobile #menu-icon {
		position: relative;
	    top: 8px;
	}*/
	

	/*#header .header-nav .top-logo {
	    padding-top: 15px;
	}*/

	/*#header .header-nav .top-logo a img {
	    max-height: 50px !important;
	}*/


	#header .header-nav .container {
		padding: 0 15px !important;
	}
	#header .container {
	    width: 90% !important;
	}

	/*#header .header-nav .mobile {
	    position: static;
	    width: 100%;
	}*/




   	/*#header .header-top #_resp_logo {
   		display: block;
		position: absolute;
		left: 5%;
		background-color: rebeccapurple;
		width: 70px;
		height: 100%;
		background: url('../../../../img/logo-cafe-toque-blanc.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	#header.opaque .header-top #_resp_logo {
		background: url('../../../../img/logo-cafe-toque.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}*/

	/*#header .header-top #_resp_logo a {
		display: block;
		width: 100%;
		height: 100%;
	}*/


	/*#header .header-top .menu-client #compte-client,
	#header .header-top .menu-client #panier-client,
	#header .header-top .menu-client #compte-client a,
	#header .header-top .menu-client #panier-client a {
		display: inline-block !important;
		vertical-align: middle;
	}

	#header .header-top .menu-client #compte-client i,
	#header .header-top .menu-client #panier-client i,
	#header .header-top .menu-client #panier-client span {
		line-height: 90px;
		height: 90px;
	}
	#header .header-top .menu-client #panier-client span {
		display: inline-block !important;
		vertical-align: middle;
	}*/






	/*h1,
	h1 a {
    	font-size: 26px;
    }*/




	/* ACCUEIL */
	#index #wrapper {
	    padding-top: 134px;
	}



	#carousel .carousel-inner {
	    height: 312px !important;
	}
	#carousel::before {
		width: 150px;
		height: 150px;
	}
	#carousel .caption {
    	top: calc(50% - 36px);
    }
	/*#carousel .carousel-inner li:nth-of-type(3) .caption h2 {
		font-size: 50px;
	}*/
	#titre-accueil h1 {
	    font-size: 18px;
	}


	/* Services */
	#services .service {
    	width: 100% !important;
    	height: 200px !important;
    	margin-left: 0 !important;
    }
    #services .service:nth-of-type(5) {
    	height: auto !important;
    }
    #services .service:nth-of-type(5) .left,
    #services .service:nth-of-type(5) .right {
    	width: 100%;
    }
    #services .service:nth-of-type(5) .left {
    	padding-bottom: 0;
    }
    #services .service:nth-of-type(5) .right {
    	padding: 20px 30px 30px;
    }
    #services .service:nth-of-type(5) .right strong {
    	font-size: 24px !important;
    }



	/* Marques */
	#marques {
		padding: 80px 0 70px;
	}
	#marques .marque {
	    float: none !important;
	    height: 270px !important;
	    /*width: calc((100% - 20px) * 1/2) !important;*/
	    width: calc(50% - 10px) !important;
	    margin-left: 0 !important;
	    margin-bottom:  20px;
	}
	#marques .marque:nth-of-type(odd),
	#marques .marque:nth-of-type(10) {
		margin-right: 20px !important;
	}

	#marques .marque:nth-of-type(9) {
		margin-right: 0 !important;
		width: 100% !important;
	}
	#marques .marque:nth-of-type(11) {
		margin-right: 0 !important;
	}




    /* Ambassadeur */
    #ambassadeur {
    	padding: 30px 0;
    }
	#ambassadeur::before {
	    background: rgba(50, 50, 50, 0.75);
	}
    #ambassadeur p strong {
    	font-size: 24px !important;
    }
    #ambassadeur p strong br {
    	visibility: hidden;
    }
    #ambassadeur p {
    	width: 100%;
    }
    #ambassadeur p img {
    	max-width: 180%;
    }





    /* Insta */
    #insta {
	    padding: 80px 0 70px;
	}
    #insta iframe {
    	height: 340px !important;
    }






    /* Footer */
    #footer .blockreassurance .row &gt; .col-md-3 {
    	width: 50%;
    	margin: 20px 0;
    }

    #footer .blockreassurance {
    	padding: 0;
    }




	/* //////////// */
	/*              */
	/*     PAGES    */
	/*              */
	/* //////////// */





	/* MP oubliÃ© */
	#password .renew-password .form-control-label {
		width: 100%;
		text-align: center;
	}
	#password .renew-password button {
		margin: auto !important;
		display: table;
	}







	/* Mon compte */
	#my-account #content .links &gt; a {
	    width: 100%;
	    display: block;
	}





	/* Page de contact */
	#contact #left-column,
	#contact #content-wrapper {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0;
	}

	#content-wrapper #content .contact-form {
	    margin-left: 0;
	}

	#category .block-category .block-category-inner {
		display: block;
	}

	/*#content-wrapper #content .contact-form {
	    padding: 0;
	}*/

	.contact-form .form-group .col-md-6 {
		width: 100%;
	}

	.contact-form .form-group .offset-md-3 {
		padding: 15px 15px 0;
	}




	/* Pages de catÃ©gorie */
	#category #left-column {
	    width: 100%;
	}
	#category #content-wrapper {
		width: 100%;
		padding: 0;
	}


	#category .quickview .modal-body .col-sm-6 {
		display: block;
		float: none;
		width: 100%;
	}

	#category .quickview .images-container {
		margin-bottom: 50px;
	}

	#category .quickview .product-cover {
	    margin: 0 20px 0 0;
	}




	/* Page Produit */
	#product #content .images-container {
	    padding-right: 0;
	    padding-bottom: 30px;
	}

	#product .col-md-7 {
	    padding-left: 15px;
	}




	/* Tunnel d'achat */
	.card {
		background: #fff;
	}





	/* FOOTER */
	#footer .footer-container &gt; .container &gt; .row:first-of-type .links p,
	#footer .footer-container &gt; .container &gt; .row:first-of-type .links div {
	    text-align: center !important;	
	}
	/*#footer .footer-container &gt; .container &gt; .row:first-of-type .links ul,
	#footer .footer-container &gt; .container &gt; .row:first-of-type .links p {
		display: inline !important;
	}*/
	.links .title {
	    padding: 0;
	    border: none;
	}
	#footer .footer-container &gt; .container &gt; .row:first-of-type p {
		display: inline;
		line-height: 1;
	}
	#footer .footer-container &gt; .container &gt; .row:first-of-type .hidden-md-up {
		display: none;
	}
	.footer-container .links ul {
    	background-color: transparent;
    }
    .footer-container .links ul li {
		padding: 0 !important;
	    border: none !important;
	    font-weight: 0;
	}



	/*#header .header-top .menu-client,
	#togglenav {
		display: inline-block;
		vertical-align: top;
	}

	#togglenav {
		float: none;
	}

	#header .header-top .menu-client #_desktop_user_info,
	#header .header-top .menu-client #_desktop_cart {
		display: none;
	}*/
	/*#header .header-nav .hidden-sm-down {
	    display: none !important;
	}*/

}



@media screen and (max-width: 640px) {


	#header .header-nav .top-logo a img {
	    padding-right: 100px;
	}


	#header .header-banner p {
	    height: auto;
	    line-height: normal;
	}

	#header .header-banner a {
		display: inline-block;
		vertical-align: middle;
	}

	/*#header {
	    height: 148px;
	}*/

    /*#wrapper {
    	padding: 204px 0 70px;
    }*/

	#respnav {
		top: 148px;
		width: 100%;
	}

	#carousel .carousel-item:first-of-type::after {
	    width: 125px;
	    height: 125px;
	}
	#carousel .carousel-inner li:nth-of-type(3) .caption h2 {
	    font-size: 40px;
	}


	/*  Produits */
	#produits .produits .produit {
		width: 100%;
	}
	#produits .produits .produit:not(:nth-of-type(2n)) {
	    margin-right: 0;
	}




    /* ACCUEIL */
	/*#index #wrapper {
	    padding-top: 148px;
	}*/
	#carousel .carousel-inner {
	    height: 282px !important;
	}
	#carousel .caption {
    	width: calc(100% - 150px) !important;
    	right: 75px;
    	padding: 25px;
    }
    #carousel .caption p {
    	margin-bottom: 0 !important;
    }
    #titre-accueil {
	    padding: 18px 0 20px;
	    height: 75px;
	    margin-top: -75px;
	}



    /* Marques */
	#marques .marque {
	    width: 100% !important;
	}
	#marques .marque:nth-of-type(odd) {
		margin-right: 0 !important;
	}
	#marques .marque p img {
		max-width: 50%;
	}



    /* Ambassadeur */
    #ambassadeur p img {
    	max-width: 200%;
    }




    /* Insta */
    #insta iframe {
    	height: 280px !important;
    }

	#csinstagramfeed .bx-viewport li {
		width: 100% !important;
	}




	/* //////////// */
	/*              */
	/*     PAGES    */
	/*              */
	/* //////////// */

	#valeurs &gt; svg {
    	height: 30px;
    }



   	/* CATEGORY */
	/*#products .product-miniature,
	.featured-products .product-miniature,
	.product-accessories .product-miniature,
	.product-miniature .product-miniature {
	    width: 100%;
	}*/
	#products .thumbnail-container,
	.featured-products .thumbnail-container,
	.product-accessories .thumbnail-container,
	.product-miniature .thumbnail-container {
    	overflow: hidden;
	}




}



@media screen and (max-width: 576px) {


	#_mobile_logo &gt; a {
		text-align: center;
	}

	.contact-form .form-footer {
		text-align: right;
	}

	#header .header-nav .top-logo a img {
	    margin-left: 20px;
	}




	/* ACCCUEIL */

	/* Carousel */
	#carousel .carousel-inner {
	    height: 240px !important;
	}
	#carousel .caption {
	    top: 50%;
	}
	#titre-accueil {
		height:  auto;
		padding:  18px 0;
	    background: rgba(77, 74, 69, 1);
	    margin-top: 0;
	}


    /* Ambassadeur */
    #ambassadeur p img {
    	max-width: 220%;
    }


	/* Insta */
    #insta iframe {
    	height: 250px !important;
    }


    /* FOOTER */
	#footer .blockreassurance {
		padding-top: 30px !important;
	}

    #footer .blockreassurance .row &gt; .col-md-3 {
    	width: 100%;
    	float: none;
    	text-align: center;
    }
    #footer .blockreassurance .block-icon {
    	float: none;
    	display: block;
    	margin: auto;
    }
	#footer .blockreassurance .block-title {
	    padding-top: 0;
	    height: auto;
	}
	#footer .blockreassurance .block-title + p {
		padding-bottom: 20px;
	}





}



@media screen and (max-width: 570px) {

	#content &gt; div &gt; .container,
	#header .header-top &gt; .container {
		max-width: 90%;
	}


    /* ACCUEIL */




}



@media screen and (max-width: 480px) {


	#header {
	    height: 180px;
	}
	body#index #wrapper {
	    padding-top: 180px;
	}

	#header .header-nav .top-logo a img {
	    max-height: 40px !important;
	}
	/*#header .header-top .menu-client {
		margin-left: 0 !important;
	}*/




	/*h1,
	h1 a {
    	font-size: 24px;
    }*/

    blockquote {
	    padding: 110px 30px 20px 30px !important;
	}



	/* Accueil */
	
	/* Carousel */
	#carousel .carousel-inner {
	    height: 210px !important;
	}



	/* Insta */

    /* Ambassadeur */
    #ambassadeur p img {
    	max-width: 250%;
    }


    #insta iframe {
    	height: 216px !important;
    }





	/* PAGES */
	#products .thumbnail-container,
	.featured-products .thumbnail-container,
	.product-accessories .thumbnail-container,
	.product-miniature .thumbnail-container {
		height: 250px;
	}
	#products .thumbnail-container .product-thumbnail,
	.featured-products .thumbnail-container .product-thumbnail,
	.product-accessories .thumbnail-container .product-thumbnail,
	.product-miniature .thumbnail-container .product-thumbnail {
	    height: calc(100% - 110px);
	}

	#products .product-miniature,
	.featured-products .product-miniature,
	.product-accessories .product-miniature,
	.product-miniature .product-miniature {
		width:  calc(50% - 20px) !important;
		margin: 10px;
	}
	#products .thumbnail-container,
	.featured-products .thumbnail-container,
	.product-accessories .thumbnail-container,
	.product-miniature .thumbnail-container {
	    margin-bottom: 10px !important;
	}

	#products .product-description,
	.featured-products .product-description,
	.product-accessories .product-description,
	.product-miniature .product-description {
	    height: 120px;
	    padding: 0 10px;
	}





}



@media screen and (max-width: 420px) {




	#header .header-banner {
	    height: 64px;
	}




	/* ACCUEIL */

	/* Carousel */
	#carousel .carousel-inner {
	    height: 165px !important;
	}
	#carousel .caption {
	    width: calc(100% - 100px) !important;
	    padding: 20px 25px;
	    right: 50px;
	}
	#carousel .caption p strong {
    	font-size: 16px;
    }
	#carousel .caption p:nth-of-type(2) {
		display: none;
	}
	#carousel .caption pre {
		margin-top: 10px;
		padding: 10px 15px 7px;
		white-space: normal;
    	text-align: center;
    	line-height: normal;
	}




	#produits .produits .produit {
	    height: 200px;
	}

	/*#nouveautes .nouveautes .nouveaute:nth-of-type(1),
	#nouveautes .nouveautes .nouveaute:nth-of-type(2),
	#nouveautes .nouveautes .nouveaute:nth-of-type(3) {
	    height: 220px;
	}*/
	#nouveautes .nouveautes .nouveaute p img {
	    width: 130%;
	}
	#nouveautes .nouveautes .nouveaute:hover p img {
	    width: 125%;
	}
	#nouveautes .nouveautes .nouveaute p:last-of-type {
		padding: 0 25px;
	}



	/* Insta */
    #insta iframe {
    	height: 190px !important;
    }



}



@media screen and (max-width: 400px) {

	#header {
	    height: 170px;
	}
	body#index #wrapper {
	    padding-top: 170px;
	}

	#header .header-nav .top-logo a img {
	    max-height: 28px !important;

}



@media screen and (max-width: 350px) {



	#header {
	    height: 180px;
	}
	body#index #wrapper {
	    padding-top: 180px;
	}

	#header .header-banner {
	    height: 78px;
	}

	#_mobile_user_info,
	#_mobile_cart {
	    top: 89px;
	}
	#block_wishlist_top {
		top: 90px;
	}
	


	#header .header-nav .top-logo a img {
	    max-height: 24px !important;
	}

	#header .header-banner .container &gt; .right a:not(:last-of-type) {
	    margin-right: 10px;
	}
	#header .header-banner .container &gt; .right a[href*="contact"]::before,
	#header .header-banner .container &gt; .right a:nth-of-type(2)::before {
		margin-right: 5px;
	}

	#header.thined .header-banner,
	#header.thined .header-top {
	    top: -70px;
	}


	.bandeau-header #wrapper {
	    padding: 170px 0 70px;
	}
    #wrapper {
    	padding: 226px 0 70px;
    }

	#respnav {
		top: 170px;
	}


	/* Accueil */
	#index #wrapper {
	    padding-top: 170px;
	}

	#wrapper .btn-comment-big {
	    height: auto;
	    margin: 0 10px !important;
	}


	#carousel .caption {
	    width: calc(100% - 80px) !important;
	    padding: 15px 20px;
	    right: 40px;
	}
	#carousel .caption p,
	#carousel .caption p b{
		font-size: 15px !important;
	}
	#carousel .caption p a:last-of-type {
		font-size:  15px;
	    margin: 10px auto 0;
		padding: 8px 10px 5px;
	}


	/* Insta */
    #insta iframe {
    	height: 158px !important;
    }



}




@media screen and (max-width: 330px) {

	#product .product-quantity {
		display: block;
	}
	#product .product-quantity .qty,
	#product .product-quantity .qty &gt; .input-group,
	#product .product-quantity .add {
		display: block;
		margin-right: 0;
		float: none !important;
		overflow: hidden;
	}

	#blockcart-modal .cart-content .cart-content-btn {
		display: block;
	}

	#blockcart-modal .cart-content .cart-content-btn .btn {
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}


	/* Insta */
    #insta iframe {
    	height: 150px !important;
    }


}


@media screen and (max-width: 290px) {

	#header {
	    height: 190px;
	}

	body#index #wrapper {
	    padding-top: 190px;
	}

}</pre></body></html>