/*
 * 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=Archivo+Narrow:wght@400;600;700&display=swap');

@font-face {
  font-family: "Kenarock";
  src: url(/themes/_libraries/kenarock/Kenarock-Serif.otf);
}


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

html {
	margin-top: 0 !important;
	min-height: 100%;
}

body {
	font-family: 'Archivo Narrow', 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%;
    height: 124px;
    z-index: 9999;
    background: transparent;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

#header.opaque {
	height: 124px;
}

#header.thined,
#header.opaque.thined {
	height: 90px;
}

#header::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

#header.opaque::before {
	background: rgba(255, 255, 255, 1);
}



#header .header-nav {
	display: none;
}





/* Header banner */
#header .header-banner {
    background: #876D5D;
    height: 34px;
    position: relative;
    top: 0;
    z-index: 99999;
    width: 100%;
    /*background: rgba(24, 100, 120, 0.5);*/
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

#header.opaque .header-banner {
	background: #b23a47;
}

#header.thined .header-banner {
	top: -34px;
}

#header .header-banner .container {
	font-size: 0;
	text-align: center;
}

#header .header-banner .container > div {
	display: inline-block;
	vertical-align: top;
}

#header .header-banner .container > .left {
	float: left;
	margin-left: -15px;
}

#header .header-banner .container > .left a {
	text-decoration: none;
}

#header .header-banner .container > .right {
	float: right;
	margin-right: -15px;
}

#header .header-banner .container > .right a:nth-last-of-type(-n + 2) {
	font-size: 0 !important;
	border-bottom: none;
}

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

#header .header-banner .container > .right a:not(:last-of-type) {
	margin-right: 20px;
}

#header .header-banner .container > .right a[href*="linkedin"] {
	margin-right: 15px
}

#header .header-banner .container > .right a[href*="contact"]::before {
    content: '\f0e0';
    font-size: 16px;
    margin-right: 8px;
}

#header .header-banner .container > .right a:nth-of-type(2)::before {
    content: '\f1ea';
    font-size: 16px;
    margin-right: 8px;
}

#header .header-banner .container > .right a[href*="linkedin"]::before {
    content: "\f08c";
}

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

#header .header-banner p {
	color: #efefef !important;
	height: 34px;
	line-height: 35px;
	font-weight: 400;
	text-align: center;
    font-size: 13px !important;
    text-transform: uppercase;
    margin-bottom: 0;
}

#header .header-banner a {
    font-size: 13px !important;
    text-transform: uppercase;
	color: #fff;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#header .header-banner a:hover::before,
#header .header-banner a:hover	{
    color: #F7EAD0 !important;
}





/* Header top */
#header .header-top {
	padding-bottom: 0;
    position: relative;
    font-size: 0;
    top: 0px;
    box-shadow: 1px -15px 20px #555;
    z-index: 9999;
    width: 100%;
    height: 90px;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

#header.thined .header-top {
    top: -34px;
}

#header .header-top .container {
	height: 100%;
	padding: 0 !important;
	position: static;
}

#header .header-top .row {
	display: block;
	height: 100%;
	font-size: 0;
	/*overflow: hidden;*/
}

#header .header-top .row .row {
	margin-right: 0;
}

#header .header-top #_desktop_logo,
#header .header-top #_desktop_logo + div {
	height: 100%;
}

#header .header-top #_desktop_logo + div {
	float: right;
	width: calc(100% - 100px);
	text-align: right;
}


/* Logo */
#header #_desktop_logo {
	width: 100px;
	height: 100%;
	display: inline-flex;
	align-items: center;
}

#header #_desktop_logo h1 {
	margin-bottom: 0;  /* --> A dégager une fois le H1 viré du header */
}

#header #_desktop_logo a {
	display: block;
	width: 100%;
	height: auto;
}

#header #_desktop_logo img {
	max-width: 100% !important;
}




/* Top menu */
#header .header-top #_desktop_top_menu {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: auto;/*calc(100% - 128px);*/
}

#header .header-top #_desktop_top_menu #top-menu {
	height: 100%;
	font-size: 0;
	margin-bottom: 0;
	display: inline-flex;
	vertical-align: top;
	flex-wrap: wrap;
	align-items: center;
}

#header .header-top #_desktop_top_menu #top-menu > li {
	height: 100%;
	display: inline-block !important;
	/*display: inline-flex;
    align-items: center;*/
    vertical-align: top !important;
}

/*#header .header-top #_desktop_top_menu #top-menu > li.cms-category {
    position: relative; A remettre si le sous-menu de pages est de nouveau traité différemment du sous menu de catégories
}*/

#header .header-top #_desktop_top_menu #top-menu > li:not(:first-of-type) {
	margin-left: 24px;
}

/*#header .header-top #_desktop_top_menu #top-menu > li#category-10 {
	margin-left: 60px;
}*/

#header .header-top #_desktop_top_menu #top-menu > li > a {
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 100%;
    /*text-transform: none;*/
    /*font-family: 'Rajdhani', sans-serif;*/
    color: #fff;
    font-weight: 600;
    padding: 0;
    position: relative;
    z-index: 99;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

#header .header-top #_desktop_top_menu #top-menu > li > a:hover {
    color: #F7EAD0;
}

#header.opaque .header-top #_desktop_top_menu #top-menu > li > a {
	color: #b23a47; /*#4f222f;*/
}

#header .header-top #_desktop_top_menu #top-menu > .category > a,
#header .header-top #_desktop_top_menu #top-menu > #lnk-nos-cafes > a,
#header .header-top #_desktop_top_menu #top-menu > #lnk-nos-thes-et-infusions > a,
#header .header-top #_desktop_top_menu #top-menu > #lnk-nos-machines-a-cafe > a,
#header .header-top #_desktop_top_menu #top-menu > #lnk-nos-accessoires > a {
	text-transform: uppercase;
	font-weight: 600;
	/*font-size: 15px;*/
}

#header.opaque .header-top #_desktop_top_menu #top-menu > .category > a,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-cafes > a,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-thes-et-infusions > a,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-machines-a-cafe > a,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-accessoires > a {
	color: #b23a47;
}

#header.opaque .header-top #_desktop_top_menu #top-menu > .category > a:hover,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-cafes > a:hover,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-thes-et-infusions > a:hover,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-machines-a-cafe > a:hover,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-accessoires > a:hover,
#header.opaque .header-top #_desktop_top_menu #top-menu > li > a:hover {
	color: #186478;
}

#header .header-top #_desktop_top_menu #top-menu > li > a::before {
	content: '';
	height: 0;
	width: 30%;
	border-bottom: solid 1px #fff;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: calc(50% - 15px);
	/*transform: translateX(-50%);*/
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#header .header-top #_desktop_top_menu #top-menu > .category > a::before,
#header .header-top #_desktop_top_menu #top-menu > #lnk-nos-cafes > a::before,
#header .header-top #_desktop_top_menu #top-menu > #lnk-nos-thes-et-infusions > a::before,
#header .header-top #_desktop_top_menu #top-menu > #lnk-nos-machines-a-cafe > a::before,
#header .header-top #_desktop_top_menu #top-menu > #lnk-nos-accessoires > a::before {
	/*border-width: 2px;*/
	left: 0;
	width: 30%;
	transform: none;
}

#header.opaque .header-top #_desktop_top_menu #top-menu > li > a::before,
#header.opaque .header-top #_desktop_top_menu #top-menu > .category > a::before,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-cafes > a::before,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-thes-et-infusions > a::before,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-machines-a-cafe > a::before,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-accessoires > a::before {
	border-color: #b23a47;
}

#header .header-top #_desktop_top_menu #top-menu > li > a:hover::before,
#header .header-top #_desktop_top_menu #top-menu > .category > a:hover::before,
#header .header-top #_desktop_top_menu #top-menu > #lnk-nos-cafes > a:hover::before,
#header .header-top #_desktop_top_menu #top-menu > #lnk-nos-thes-et-infusions > a:hover::before,
#header .header-top #_desktop_top_menu #top-menu > #lnk-nos-machines-a-cafe > a:hover::before,
#header .header-top #_desktop_top_menu #top-menu > #lnk-nos-accessoires > a:hover::before,
#header .header-top #_desktop_top_menu #top-menu > li:not(:last-of-type) > a:hover::before {
	width: 100%;
	border-color: #F7EAD0;
}

#header.opaque .header-top #_desktop_top_menu #top-menu > li > a:hover::before,
#header.opaque .header-top #_desktop_top_menu #top-menu > .category > a:hover::before,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-cafes > a:hover::before,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-thes-et-infusions > a:hover::before,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-machines-a-cafe > a:hover::before,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-nos-accessoires > a:hover::before,
#header.opaque .header-top #_desktop_top_menu #top-menu > li:not(:last-of-type) > a:hover::before {
	border-color: #186478;
}

#header .header-top #_desktop_top_menu #top-menu > li#lnk-nous-contacter {
    display: inline-flex !important;
    align-items: center;
}

#header .header-top #_desktop_top_menu #top-menu > li > a[href*='contact'] {
	color: #888;
	height: auto;
	background: #fff;
	padding: 5px 16px;
	border-radius: 2px;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#header .header-top #_desktop_top_menu #top-menu > li > a[href*='contact']:hover {
	background: #F7EAD0;
}

#header.opaque .header-top #_desktop_top_menu #top-menu > li > a[href*='contact'] {
	color: #fff;
	background: #b23a47;
}

#header.opaque .header-top #_desktop_top_menu #top-menu > li > a[href*='contact']:hover {
	background: #186478;
}




/* Connexion / Panier */
#header .header-top .menu-client {
	display: inline-flex;
	align-items: center;
	padding: 0;
	margin-left: 54px !important;
    width: auto;
    float: none;
    height: 100%;
}

#header .header-top .menu-client #compte-client,
#header .header-top .menu-client #panier-client,
#header .header-top .menu-client #_desktop_user_info,
#header .header-top .menu-client #_desktop_cart {
	display: inline-block;
	vertical-align: top;
}

#header .header-top .menu-client #compte-client,
#header .header-top .menu-client #panier-client {
	display: none;
	position: relative;
}

#header .header-top .menu-client #compte-client,
#header .header-top .menu-client #_desktop_user_info {
	margin-right: 15px;
}

#header .header-top .menu-client #compte-client a,
#header .header-top .menu-client #compte-client a .hidden-sm-down,
#header .header-top .menu-client #panier-client .hidden-sm-down,
#header .header-top .menu-client #_desktop_user_info a,
#header .header-top .menu-client #_desktop_user_info .hidden-sm-down,
#header .header-top .menu-client #_desktop_cart .hidden-sm-down  {
	font-size: 0;
	/*display: inline-block;*/
}

#header .header-top .menu-client #compte-client i,
#header .header-top .menu-client #panier-client i,
#header .header-top .menu-client #_desktop_user_info i,
#header .header-top .menu-client #_desktop_cart i {
	font-size: 0;
	width: auto;
	height: auto;
	vertical-align: top;
}

#header .header-top .menu-client i::before,
#header .header-top .menu-client #_desktop_user_info a[title="Identifiez-vous"] i::before,
#header .header-top .menu-client #_desktop_user_info a.account::before {
	font-family: "FontAwesome";
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    height: auto;
    width: auto;
    position: static;
    transform: none;
    border: none;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
#header.opaque .header-top .menu-client i::before,
#header.opaque .header-top .menu-client #_desktop_user_info a[title="Identifiez-vous"] i::before,
#header.opaque .header-top .menu-client #_desktop_user_info a.account::before {
	color: #b23a47;
}

#header .header-top .menu-client #compte-client i::before,
#header .header-top .menu-client #_desktop_user_info a[title="Identifiez-vous"] i::before,
#header .header-top .menu-client #_desktop_user_info a.account::before {
    content: "\f007" !important;
}
#header .header-top .menu-client #_desktop_user_info .user-info {
	position: relative;
}
#header .header-top .menu-client #_desktop_user_info a.logout,
#header .header-top .menu-client #compte-client a.logout {
	display: none;
	position: absolute;
    font-size: 16px;
    top: 100%;
    background: #a88e7e;
    padding: 4px 12px;
    border-radius: 2px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
#header .header-top .menu-client #_desktop_user_info .user-info:hover a.logout,
#header .header-top .menu-client #compte-client:hover a.logout {
	display: block !important;
}
#header .header-top .menu-client #_desktop_user_info a.logout:hover,
#header .header-top .menu-client #compte-client a.logout:hover {
	background: #186478;
}
#header .header-top .menu-client #_desktop_user_info a.logout i,
#header .header-top .menu-client #compte-client a.logout i {
	display: none;
}

#header .header-top .menu-client #panier-client i::before,
#header .header-top .menu-client #_desktop_cart i::before {
	content: '\f290' !important;
    font-size: 20px;
}

#header .header-top .menu-client #panier-client .cart-products-count,
#header .header-top .menu-client #_desktop_cart .cart-products-count {
	color: #fff;
	margin-left: -2px;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}
#header.opaque .header-top .menu-client #panier-client .cart-products-count,
#header.opaque .header-top .menu-client #_desktop_cart .cart-products-count {
	color: #b23a47;
}

#header .header-top .menu-client #panier-client .cart-products-count {
	margin-left: 7px;
}

/*#header .header-top .menu-client a:hover i::before,
#header .header-top .menu-client #panier-client a:hover .cart-products-count,
#header.opaque .header-top .menu-client #_desktop_cart a:hover .cart-products-count {
    color: #186478;
}*/
#header .header-top .menu-client a:hover i::before,
#header .header-top .menu-client #panier-client:hover .cart-products-count,
#header .header-top .menu-client #_desktop_cart:hover i:before,
#header .header-top .menu-client #_desktop_cart:hover span,
#header .header-top .menu-client #_desktop_user_info:hover a[title="Identifiez-vous"] i::before,
#header .header-top .menu-client #_desktop_user_info:hover a.account::before {
    color: #F7EAD0;
}

#header.opaque .header-top .menu-client a:hover i::before,
#header.opaque .header-top .menu-client #panier-client:hover .cart-products-count,
#header.opaque .header-top .menu-client #_desktop_cart:hover i:before,
#header.opaque .header-top .menu-client #_desktop_cart:hover span,
#header.opaque .header-top .menu-client #_desktop_user_info:hover a[title="Identifiez-vous"] i::before,
#header.opaque .header-top .menu-client #_desktop_user_info:hover a.account::before {
    color: #186478;
}





#header .header-top #lnk-connexion {
	margin-left: 54px !important;
}

#header .header-top #lnk-connexion a,
#header .header-top #lnk-panier a {
	font-size: 0 !important;
}

/*header #menu-menu-social li:first-of-type a {
	margin-left: 40px
}*/

#header .header-top #_desktop_top_menu #top-menu > #lnk-panier {
	margin-left: 15px;
}

#header .header-top #_desktop_top_menu #top-menu > #lnk-connexion a::before,
#header .header-top #_desktop_top_menu #top-menu > #lnk-panier a::before {
	font-family: "FontAwesome";
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	height: auto;
	width: auto;
	position: static;
	transform: none;
	border: none;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-connexion a::before,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-panier a::before {
	color: #b23a47;
}

#header .header-top #_desktop_top_menu #top-menu > #lnk-connexion a:hover::before,
#header .header-top #_desktop_top_menu #top-menu > #lnk-panier a:hover::before {
	color: #F7EAD0;
}

#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-connexion a:hover::before,
#header.opaque .header-top #_desktop_top_menu #top-menu > #lnk-panier a:hover::before {
	color: #186478;
}

#header .header-top #_desktop_top_menu #top-menu > #lnk-connexion a::before {
	content: "\f007" !important;
}

#header .header-top #_desktop_top_menu #top-menu > #lnk-panier a::before {
	content: '\f290' !important;
	font-size: 20px;
}



/*header .current_page_item a,
header .current-menu-parent > a {
	color: #888;
}
*/


/* Sous-menu */
#header .header-top #_desktop_top_menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	margin: 0;
	/*padding: 0 calc((100% - 1140px) * 1/2) 0;*/
	background: #fff; /*#eee4d7;*/
	/*width: 100%;*/
	width: 340px;
	min-width: auto;
	box-sizing: border-box;
	z-index: 9;
	/*display: flex;
	flex-wrap: wrap;*/
	display: block;
	overflow: hidden;
	box-shadow: 0 5px 20px -10px #c8c8c8;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu,
#header .header-top #_desktop_top_menu .top-menu > .cms-category > .sub-menu /* A supprimer si traite à nouveau différemment sous menu de pages et sous menu de catégories */ {
	width: 100% !important;
}

/*#header .header-top #_desktop_top_menu .top-menu > #category-23 > .sub-menu {
	left: 50%;
	transform: translate(-50%);
}*/

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

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

#header .header-top #_desktop_top_menu li .sub-menu ul {
	font-size: 0;
	padding: 20px 30px 20px;
	margin: 0;
}

#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu ul,
#header .header-top #_desktop_top_menu .top-menu > .cms-category > .sub-menu ul /* A supprimer si traite à nouveau différemment sous menu de pages et sous menu de catégories */ {
	max-width: 1230px;
	margin: auto;
}

#header .header-top #_desktop_top_menu .sub-menu li {
	display: none;
	/*padding: 0 15px;*/
	margin: 0;
	float: none;
	box-sizing: border-box;
	/*width: calc(100% * 1/4);*/
}

#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li,
#header .header-top #_desktop_top_menu .top-menu > .cms-category > .sub-menu li /* A supprimer si traite à nouveau différemment sous menu de pages et sous menu de catégories */ {
	display: inline-block;
	padding: 0 15px;
	width: calc(100% * 1/4);
}

#header .header-top #_desktop_top_menu .sub-menu a {
	color: #876D5D;
	/*font-weight: 600;*/
    /*text-transform: uppercase;*/
    /*height: 180px;*/
    width: 100%;
    display: block;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 0;
    word-wrap: break-word;
	white-space: normal;
    /*text-align: center !important;*/
	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 .top-menu > .category > .sub-menu li a,
#header .header-top #_desktop_top_menu .top-menu > .cms-category > .sub-menu li a/* A supprimer si traite à nouveau différemment sous menu de pages et sous menu de catégories */ {
	text-align: center;
	font-weight: 600;
}

#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li a::before,
#header .header-top #_desktop_top_menu .top-menu > .cms-category > .sub-menu li a::before /* A supprimer si traite à nouveau différemment sous menu de pages et sous menu de catégories */ {
	content: "";
	width: 100%;
	height: 165px;
	background: url('sous-menu/ground-coffee.jpg') no-repeat, center;
	background-size: cover;
	background-color: #efefef;
	display: block;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}


/* IMAGES SOUS-MENUS */

/* Offres */
#header .header-top #_desktop_top_menu .top-menu > .cms-category > .sub-menu li#cms-page-20 a::before {
	background: url('sous-menu/brasseries.jpg') no-repeat, center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu .top-menu > .cms-category > .sub-menu li#cms-page-21 a::before {
	background: url('sous-menu/boutiques-specialisees.jpg') no-repeat, center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu .top-menu > .cms-category > .sub-menu li#cms-page-22 a::before {
	background: url('sous-menu/entreprises.jpg') no-repeat, center;
	background-size: cover;
}

#header .header-top #_desktop_top_menu .top-menu > .cms-category > .sub-menu li#cms-page-34 a::before {
	background: url('sous-menu/recrutement.jpg') no-repeat 50% / cover;
}

/* Cafés */
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-11 a::before {
	background: url('sous-menu/cafe-grains.jpg') no-repeat, center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-13 a::before {
	background: url('sous-menu/cafe-filtre.jpg') no-repeat, center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-14 a::before {
	background: url('sous-menu/professionnels-2.jpg') no-repeat, center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-33 a::before {
	background: url('sous-menu/carte-cadeau.png') no-repeat, center;
	background-size: cover;
}

/* Alatéa */
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-35 a::before {
	background: url('sous-menu/alatea.jpg') no-repeat, center;
	background-size: cover;
}

/* Thés */
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-16 a::before {
	background: url('sous-menu/infusions.jpg') no-repeat, center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-17 a::before {
	background: url('sous-menu/thes-verts.jpg') no-repeat, center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-18 a::before {
	background: url('sous-menu/thes-noirs.jpg') no-repeat, center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-19 a::before {
	background: url('sous-menu/autres-thes.jpg') no-repeat, center;
	background-size: cover;
}

/* Machines */
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-21 a::before {
	background: url('sous-menu/machine-de-longhi.png') no-repeat, center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-22 a::before {
	background: url('sous-menu/machine-moccamaster.jpg') no-repeat, center;
	background-size: cover;
}

/* Accessoires */
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-24 a::before {
	background: url('sous-menu/mugs.jpg') no-repeat, center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-25 a::before {
	background: url('sous-menu/categorie-tasses.jpg') no-repeat, center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-26 a::before {
	background: url('sous-menu/cafetieres-accessoires.jpg') no-repeat, center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-27 a::before {
	background: url('sous-menu/bouilloires.jpg') no-repeat, center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-28 a::before {
	background: url('sous-menu/filtres.jpg') no-repeat, center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-29 a::before {
	background: url('sous-menu/moulins.jpg') no-repeat, center;
	background-size: cover;
}
#header .header-top #_desktop_top_menu .top-menu > .category > .sub-menu li#category-30 a::before {
	background: url('sous-menu/Detartrant_DeLonghi_500ml.webp') no-repeat, center;
	background-size: cover;
}



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

/*header .mainmenu .menu .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}*/

#header .header-top #_desktop_top_menu .sub-menu a::before {
	content: '';
	/*display: block;*/
	display: none;
	width: 100%;
	height: calc(100% - 36.6px);
	margin-bottom: 8px;
	opacity: 1;
	-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: .5;
}

/*#header.opaque .header-top #_desktop_top_menu .sub-menu li.menu-item-186 a::before {
	background: url('ground-coffee.jpg') no-repeat, bottom center;
	background-size: cover;
}

#header.opaque .header-top #_desktop_top_menu .sub-menu li.menu-item-187 a::before {
	background: url('coffee-beans.jpg') no-repeat, bottom center;
	background-size: cover;
}

#header.opaque .header-top #_desktop_top_menu .sub-menu li.menu-item-188 a::before {
	background: url('coffee-capsule.jpg') no-repeat, bottom center;
	background-size: cover;
}
*/








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




#search_widget {
	display: none;
}


a.retour_produit{
    font-size: 17px;
    font-weight: 500;
    background: #186478;
    padding: 12px 24px;
    border-radius: 3px;
    border: none !important;
    color: #fff !important;	
}








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


#index #wrapper {
	padding: 0;
}

body:not(#index) #wrapper {
	min-height: calc(100vh - 79px);
}

#wrapper {
	padding: 180px 0 70px;
	background: #faf5ed;
}

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

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



/* Fil d'Ariane */
.breadcrumb {
	margin-bottom: 50px;
}

.breadcrumb * {
	color: #876d5d;
}

.breadcrumb a {
	border-width: 2px !important;
}

.breadcrumb a:hover {
	border-color: #876d5d !important;
}

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

.breadcrumb li {
	margin: 0 !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: 32px;
	font-weight: 400;
	color: #4f222f;
	margin-bottom: 20px;
	font-family: 'Kenarock', sans-serif;
}

#index h1,
#index h1 a {
	color: #fff;
}

h2,
h2 a {
  font-size: 18px;
  color: #b23a47;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

h3,
h3 a {
	font-size: 18px;
	color: #186478 !important;
	font-family: 'Archivo Narrow', sans-serif;
  	font-weight: 600;
}

h4,
h4 a {
	color: #6F5545 !important;
}

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

.titre-section {
	text-align: center;
	color: #186478;
	padding-bottom: 10px;
	position: relative;
	font-size: 36px !important;
	color: #186478 !important;
	margin-bottom: 20px;
	font-family: 'Kenarock', sans-serif !important;
}

.titre-section * {
	font-size: 36px;
	color: #186478 !important;
	font-family: 'Kenarock', sans-serif !important;
}

.titre-section::before {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -5px;
	background: linear-gradient(to right top, #b23a47 25%, #edd69c);
	border-radius: 4px;
} 


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

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

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: #b23a47;
	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: #186478;
}


#wrapper ul,
#wrapper p {
  margin: 0 0 10px !important;
  background: none !important;
  font-family: 'Archivo Narrow', sans-serif;
}

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

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

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

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

#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;
}*/

a {
	text-decoration: none;
}


.btn,
.bouton {
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	background: #B23A47;
	padding: 12px 24px;
	border-radius: 3px;
	border: none !important;
	color: #fff !important;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	font-family: 'Archivo Narrow', sans-serif !important;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

.btn:hover,
.bouton:hover {
	background: #186478 !important;
}

.add,
.btn:active,
.bouton:active {
	border: none !important;
	outline: none !important;
}

li {
	list-style: none;
}

#wrapper a {
  color: #b23a47;
  font-weight: 500;
  text-decoration: none !important;
  border-bottom: solid 2px transparent;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

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

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

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

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

iframe {
  max-width: 100%;
}



label,
.label,
.text-muted {
	color: #6F5545;
	font-size: 1em !important;
}



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




/* Tables */
.thead-default th {
    color: #fff;
    background-color: rgba(168, 142, 126, 0.65);
}

.psgdprinfo17 {
    background: #ede8e0;
}




/* Alerts */
#wrapper .alert,
#wrapper .ps-alert-success li {
	background: rgba(24, 100, 120, 0.15) !important;
	border: none !important;
}

#wrapper .alert ul,
#wrapper .ps-alert-success {
	margin-bottom: 0 !important;
}

#wrapper .ps-alert-success p {
	padding: 0;
	margin-bottom: 0 !important;
}

#wrapper .alert li,
#wrapper .ps-alert-success li {
	padding-left: 0;
}

#wrapper .alert {
	padding: 15px 20px !important;
}

#wrapper .ps-alert-success li i {
	border-color: transparent;
}

#wrapper .ps-alert-success li i svg {
	background: rgba(24, 100, 120, 0.5) !important;
	border-radius: 2px;
}

#wrapper .alert::before,
#wrapper .alert li::before {
	content: '\f0da';
	color: #fff;
	font-family: "FontAwesome";
	position: static;
	height: 20px;
    width: 20px;
    background: rgba(24, 100, 120, 0.5);
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    line-height: 20px;
    margin-right: 15px;
    text-indent: 2px;
}

#wrapper .ps-alert-success li::before {
	display: none;
}

#wrapper .alert *,
#wrapper .ps-alert-success * {
	color: #186478;
}



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

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

blockquote::before {
    content: "\f0eb";
    font-family: "FontAwesome";
    font-size: 18px;
    background: #b23a47;
    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;
    background: rgba(178, 58, 71, 0.5);
    height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}








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

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


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

#carousel .direction a {
	border: none !important;
}

#carousel .carousel-inner li:not(:nth-of-type(2))::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #888888;
	border-radius: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#carousel .carousel-inner li:nth-of-type(2)::before,
#carousel .carousel-inner li:nth-of-type(4)::before {
	display: none;
}

#carousel .caption {
	position: absolute;
	bottom: auto;
	z-index: 2;
}

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

#carousel .carousel-inner {
	height: 100%;
}

#carousel .direction a:hover i {
	color: #b23a47;
}

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

#carousel .carousel-inner li {
	padding-left: 0;
	position: initial;
	/*opacity: 0;
	visibility: hidden;*/
	background: #d4c7bf;
}

/*#carousel .carousel-inner li.active {
	opacity: 1;
	visibility: visible;
}*/

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

#carousel .carousel-inner li:first-of-type a figure > img {
    width: 109%;
    max-width: none;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#carousel .carousel-inner li:not(:nth-of-type(2)) .caption {
	max-width: none;
	transform: translate(-50%, -50%);
	left: 50%;
	top: calc(50% + 20px);
}

#carousel .carousel-inner li:first-of-type .caption {
	max-width: 250px;
}

#carousel .carousel-inner li:nth-of-type(3) .caption {
	bottom: auto;
}

#carousel .carousel-inner li:nth-of-type(3) .caption span {
	color: #fff !important;
	font-size: 65px !important;
	text-transform: none !important;
	font-family: 'Kenarock', sans-serif !important;
}

#carousel .carousel-inner li:nth-of-type(2) .caption,
#carousel .carousel-inner li:nth-of-type(4) .caption {
	bottom: auto;
	left: calc(50% + 80px);
	top: calc(50% + 20px);
	transform: translateY(-50%);
	width: 490px;
    max-width: none;
}

/*#carousel .carousel-inner li:nth-of-type(2) .caption h2 {
	font-family: 'Kenarock', sans-serif !important;
	text-transform: none !important;
	color: #4f222f;
}*/

#carousel .carousel-inner li:nth-of-type(2) .caption span,
#carousel .carousel-inner li:nth-of-type(4) .caption span {
	font-family: 'Kenarock', sans-serif !important;
	text-transform: none !important;
	font-size: 45px;
	color: #4f222f;
}

#carousel .carousel-inner li:nth-of-type(2) .caption p:nth-of-type(2) strong,
#carousel .carousel-inner li:nth-of-type(4) .caption p:nth-of-type(2) strong {
	color: #186478;
	font-size: 30px;
	text-transform: uppercase;
}

#carousel .carousel-inner li:nth-of-type(2) .caption p a,
#carousel .carousel-inner li:nth-of-type(4) .caption p a {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    background: #B23A47;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff !important;
    text-align: center;
    border: none;
    line-height: 1;
    margin-top: 15px;
    font-family: 'Archivo Narrow', sans-serif !important;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

#carousel .carousel-inner li:nth-of-type(2) .caption p a:hover,
#carousel .carousel-inner li:nth-of-type(4) .caption p a:hover {
	background: #186478;
}




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

#carousel a.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 a.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 a.arrow-down:hover::after {
	border-color: rgba(218, 196, 176, 0.5);
	width: 55px;
	height: 55px;
}








/* PRODUITS */

#produits {
	padding: 80px 0 100px;
	position: relative;
}

#produits .produits {
	font-size: 0;
}

#produits .produits .produit {
	background: #6F5545;
	height: 300px;
	width: calc((100% - 30px) / 3);
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	/*cursor: pointer;*/
	-webkit-transition:500ms ease;
	-moz-transition:500ms ease;
	-o-transition:500ms ease;
	transition:500ms ease;
}

#produits .produits .produit a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	z-index: 9;
}

#produits .produits .produit::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	border: solid 1px transparent;
	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;
}

#produits .produits .produit:hover::before {
	opacity: 1;
	width: 225px;
	height: 250px;
	border-radius: 50%;
	border-color: #fff;
}

#produits .produits .produit::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	border: solid 1px transparent;
	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;
}

#produits .produits .produit:last-of-type::before,
#produits .produits .produit:last-of-type::after {
	opacity: 1;
	border-color: #fff;
}

#produits .produits .produit:hover::after {
	opacity: 1;
	width: 250px;
	height: 225px;
	border-radius: 50%;
	border-color: #fff;
}

#produits .produits .produit:last-of-type::before,
#produits .produits .produit:last-of-type::after {
	border-radius: 0 !important;
}

#produits .produits .produit:last-of-type::before {
	width: 225px;
	height: 225px;
}

#produits .produits .produit:last-of-type::after {
	width: 250px;
	height: 200px;
}

#produits .produits .produit:last-of-type:hover::before,
#produits .produits .produit:last-of-type:hover::after {
	/*opacity: 0;
	border-color: transparent;*/
	width: 550px;
	height: 500px;
}

#produits .produits .produit:not(:last-of-type) {
	margin-right: 15px;
}

#produits .produits .produit:last-of-type {
	background: #b23a47;
}

#produits .produits .produit p:first-of-type {
	display: block;
	width: 130%;
	margin-bottom: 0;
	text-align: center;
	color: #fff !important;
	font-size: 18px !important;
	text-transform: uppercase;
	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;
}

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

#produits .produits .produit p img {
	opacity: 0.5;
	/*max-width: none;*/
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#produits .produits .produit:hover p img {
	opacity: .15;
}

#produits .produits .produit p:last-of-type {
	opacity: 1;
	margin-bottom: 0;
	text-align: center;
	color: #fff !important;
	font-size: 18px !important;
	text-transform: uppercase;
	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;
}

#produits .produits .produit:last-of-type p:last-of-type {
    top: calc(50% + 35px);
}

#produits .produits .produit:hover p:last-of-type {
    top: calc(50% + 35px);
}

/*#produits .produits .produit:last-of-type:hover p:last-of-type {
    top: 50% !important;
}*/

#produits .produits .produit p:last-of-type::before {
	content: "";
	height: 40px;
	width: 33px;
	opacity: 0;
    position: absolute;
    top: calc(50% + 5px);
    left: 50%;
    transform: translateX(-50%);
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#produits .produits .produit:last-of-type p:last-of-type::before {
	opacity: 1;
	top: -70px;
}

#produits .produits .produit:hover p:last-of-type::before {
	opacity: 1;
	top: -70px;
	transform: translateX(-50%);
}

/*#produits .produits .produit:last-of-type:hover p:last-of-type::before {
	opacity: 0;
	top: calc(50% + 5px);
}*/

#produits .produits .produit:nth-of-type(1) p:last-of-type::before {
	height: 40px;
	top: -65px;
    background-image: url('coffee-beans.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

#produits .produits .produit:nth-of-type(2) p:last-of-type::before {
	height: 50px;
	top: -75px;
    background-image: url('coffee-filter.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

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

#produits .produits .produit:last-of-type:hover p:last-of-type {
    top: calc(50% + 35px);
}

#produits .produits .produit:last-of-type p:last-of-type::before {
	top: -65px;
    background-image: url('cafe-perso.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

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

#produits .produits .produit p:last-of-type strong {
	display: block;
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 30px !important;
    font-family: 'Kenarock', sans-serif !important;
    text-transform: none;
    line-height: 1;
}

#produits > svg {
	height: 60px;
	width: 100%;
	transform: rotate(180deg);
	position: absolute;
	left: 0;
	bottom: -1px;
}

#produits > svg > path {
	fill: #ede8e0;
}








/* REASSURANCE */

#reassurance {
	/*padding: 40px 0 20px;*/
	padding: 55px 0 40px;
	background: #fff;
    z-index: 1;
    position: relative;
}

#reassurance .reassurances {
	font-size: 0;
	padding: 0 30px;
	position: relative;
}

/*#reassurance .reassurances::before {
	content: '';
	width: 100%;
	height: calc(100% + 100px);
	border: solid 1px rgba(168, 142, 126, 0.5);
	position: absolute;
	top: -65px;
	left: 0;
	transform: rotate(-1.5deg);
	z-index: 1;
}

#reassurance .reassurances::after {
	content: '';
	width: calc(100% + 20px);
	height: calc(100% + 80px);
	border: solid 1px rgba(218, 196, 176, 0.5);
	position: absolute;
	top: -55px;
	left: -10px;
	transform: rotate(-2deg);
	z-index: 2;
}*/

#reassurance .reassurances .arg {
	display: inline-block;
	vertical-align: top;
	width: calc(100% * 1/4);
	position: relative;
	z-index: 3;
}

#reassurance .reassurances .arg p:first-of-type {
	width: 90px;
	height: 90px;
    line-height: 90px;
	display: table;
	margin: 0 auto 25px !important;
	text-align: center;
	/*background: linear-gradient(to right top, rgba(111, 85, 69, 1), #876D5D);*/
	background: linear-gradient(to right top, #4f222f 15%, #876D5D) !important;
    border-radius: 50%;
    /*padding: 12px;*/
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#reassurance .reassurances .arg:hover p:first-of-type {
	background: linear-gradient(to right top, #4f222f, #b23a47) !important;
}

#reassurance .reassurances .arg p img {
	width: 50%;
}

#reassurance .reassurances .arg:last-of-type p img {
	width: 42%;
}

#reassurance .reassurances .arg p:last-of-type {
	font-size: 16px !important;
	font-style: italic;
}

#reassurance .reassurances .arg p:last-of-type,
#reassurance .reassurances .arg p:last-of-type strong {
	text-align: center;
	color: #876D5D;
	font-size: 17px;
	color: #876D5D !important;
    font-weight: 400 !important;
}

#reassurance .reassurances .arg p:last-of-type strong {
	display: block;
	line-height: 1;
	color: #6f5545 !important;
	font-weight: 900 !important;
	font-size: 17px !important;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 3px;
    font-family: 'Kenarock', sans-serif !important;
    letter-spacing: 1px;
}








/* NOUVEAUTES */

#nouveautes {
	background: #faf5ed;
	padding: 125px 0 80px;
	position: relative;
}

#nouveautes > svg {
	height: 60px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -1px;
}

#nouveautes > svg > path {
	fill: #ede8e0;
}

#nouveautes .nouveautes {
	font-size: 0;
	overflow: hidden;
}

#nouveautes .nouveautes .nouveaute {
	/*padding: 15px;*/
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#nouveautes .nouveautes .nouveaute a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	z-index: 9;
}

#nouveautes .nouveautes .nouveaute:nth-of-type(1) {
	background: #6F5545;
}
#nouveautes .nouveautes .nouveaute:nth-of-type(2) {
	background: #b23a47;
}
#nouveautes .nouveautes .nouveaute:nth-of-type(3) {
	background: #186478;
}

#nouveautes .nouveautes .nouveaute::before {
	content: '';
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border: solid 1px #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

/*#nouveautes .nouveautes .nouveaute:not(:nth-of-type(1)):hover::before {
	background: rgba(255, 255, 255, 0.65);
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	top: 25px;
	left: 25px;
}*/

/*#nouveautes .nouveautes .nouveaute:not(:nth-of-type(1))::after {
	content: '';
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 1;
	opacity: .75;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}*/

/*#nouveautes .nouveautes .nouveaute:nth-of-type(1)::after {
	background: #6F5545;
}*/
/*#nouveautes .nouveautes .nouveaute:nth-of-type(2)::after {
	background: #b23a47;
}
#nouveautes .nouveautes .nouveaute:nth-of-type(3)::after {
	background: #186478;
}*/

/*#nouveautes .nouveautes .nouveaute:hover::after {
	opacity: 1;
	background: rgba(255, 255, 255, 0.75);
	width: calc(100% - 100px);
	height: calc(100% - 100px);
}*/

#nouveautes .nouveautes .nouveaute:nth-of-type(1) {
	height: 415px;
	width: calc((100% - 15px) / 2);
	float: left;
	display: none;
}

#nouveautes .nouveautes .nouveaute:nth-of-type(2),
#nouveautes .nouveautes .nouveaute:nth-of-type(3) {
	height: 200px;
	width: calc((100% - 15px) / 2);
	/*float: right;*/
	display: inline-block;
	vertical-align: top;
}

#nouveautes .nouveautes .nouveaute:nth-of-type(3) {
	margin-left: 15px;
}

/*#nouveautes .nouveautes .nouveaute:hover::before {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	top: 20px;
	left: 20px;
}*/

#nouveautes .nouveautes .nouveaute p img {
	opacity: 0.25;
	display: block;
	width: 100%;
	max-width: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition:500ms ease;
	-moz-transition:500ms ease;
	-o-transition:500ms ease;
	transition:500ms ease;
}

#nouveautes .nouveautes .nouveaute:hover p img {
	width: 105%;
}

#nouveautes .nouveautes .nouveaute/*:not(:nth-of-type(1))*/ p:last-of-type {
	margin-bottom: 0;
	text-align: center;
	color: #fff !important;
	font-size: 18px !important;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	display: block;
    width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#nouveautes .nouveautes .nouveaute:first-of-type p:last-of-type {
    font-size: 28px !important;
}



#nouveautes .nouveautes .nouveaute p,
#nouveautes .nouveautes .nouveaute p:last-of-type strong {
	color: #fff !important;
	font-size: 24px;
	font-weight: 500;
	text-transform: none;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#nouveautes .nouveautes .nouveaute p:last-of-type strong {
	display: block;
	font-weight: 300;
	font-size: 36px;
	font-family: 'Kenarock', sans-serif !important;
}

#nouveautes .nouveautes .nouveaute p:last-of-type em {
	display: block;
	margin: 5px 0 8px;
}

/*#nouveautes .nouveautes .nouveaute:hover:nth-of-type(1) p,
#nouveautes .nouveautes .nouveaute:hover:nth-of-type(1) p strong {
	color: #6F5545 !important;
}
*/

/*#nouveautes .nouveautes .nouveaute:hover:nth-of-type(2) p,
#nouveautes .nouveautes .nouveaute:hover:nth-of-type(2) p strong {
	color: #b23a47 !important;
}

#nouveautes .nouveautes .nouveaute:hover:nth-of-type(3) p,
#nouveautes .nouveautes .nouveaute:hover:nth-of-type(3) p strong {
	color: #186478 !important;
}*/







/* NOTRE OFFRE */

#offre {
	background: #fff; /*#f4f3f0;*/
	min-height: 100vh;
	padding: 90px 0px 80px 0px;
	position: relative;
}

#offre p.titre-section {
	color: #4f222f !important;
	font-size: 28px !important;
	text-align: left;
	opacity: 0;
	padding-bottom: 15px;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
	/*transition-delay: 750ms;*/
}

#offre.loaded p.titre-section {
	opacity: 1;
}

#offre p.titre-section::before {
	display: none;
}

#offre p.titre-section .bouton {
	margin-left: 20px;
	vertical-align: middle;
}

/*#offre .titre-section h2 {
	color: #876d5d !important;
	text-transform: none;
}
*/

/*#offre .titre-section.offres {
	height: calc(50% - 10px);
	padding: 55px 30px 30px;
	box-sizing: border-box;
	background: radial-gradient( rgba(218, 196, 176, 0.75), rgba(24, 100, 120, 0 ));
}
	
#offre .titre-section.offres p {
	color: #b23a47 !important;
}*/

#offre .offres {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

#offre .offre {
	/*cursor: pointer;*/
	display: inline-block;
	vertical-align: top;
	width: calc((100% * 1/2) - 10px);
	background: rgba(24, 100, 120, 1);
	/*padding: 0 5px;*/
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 5px 10px;
	position: relative;
}

#offre .offre p {
	text-align: center;
	color: #fff !important;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}

#offre .offre p:first-of-type {
	margin-bottom: 0;
	display: block;
}

#offre .offre p:first-of-type img {
	display: block;
	filter: grayscale(1);
	opacity: .5;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#offre .offre:hover p:first-of-type img {
	background: rgba(24, 100, 120, 0.05);
}

#offre .offre p strong {
	color: #fff; /* #b23a47; */
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	padding: 25px 60px;
	width: 100%;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#offre .offre p a {
	display: table;
	opacity: 0;
	font-weight: 600;
	color: #186478;
	background: #fff;
	border: solid 1px #fff;
	padding: 5px 16px;
	border-radius: 2px;
	font-size: 15px;
	position: absolute;
	bottom: -32.5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#offre .offre p a:hover {
	border-color: #fff;
	background: transparent !important;
	color: #fff;
}

#offre .offre:hover p a {
	opacity: 1;
	bottom: 30px;
	transform: translate(-50%);
}


#offre .offre p strong::before {
	content: "";
	width: 0;
	height: 0;
	border-top: solid 1px #F7EAD0;
	position: absolute;
	top: 0;
	left: 60px;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#offre .offre p strong::after {
	content: "";
	width: 0;
	height: 0;
	border-bottom: solid 1px #F7EAD0;
	position: absolute;
	bottom: 0;
	right: 60px;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#offre .offre:hover p strong::before,
#offre .offre:hover p strong::after {
	width: calc(100% - 120px);
}


#offre > svg {
	height: 50px;
	width: 100%;
	transform: rotate(180deg) scaleX(-1);;
	position: absolute;
	left: 0;
	bottom: -1px;
}

#offre > svg > path {
	fill: #faf5ed;
}












/* ACTUS */

#actus {
	display: flex;
	align-items: center;
	background: #faf5ed; /* #faf9f6; */
	min-height: 100vh;
	padding: 50px 0px 50px 0px;
}

#actus .container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

#actus .container::before {
	content: '';
	display: block;
	width: 260px;
	height: 200px;
	background-image: url("/img/fond-actus.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	top: calc(50% + 60px);
	left: -20px;
}

#actus .actu {
	/*cursor: pointer;*/
	display: inline-block;
	vertical-align: top;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 10px;
	padding-bottom: 15px;
	position: relative;
}

#actus .actu.titre-actus {
	margin-left: 0;
	padding-right: 30px;
	width: calc(100% * 1/4);
	background: none;
}

#actus .titre-section {
	text-align: left;
	padding-bottom: 25px;
	margin-bottom: 33px;
}

#actus .titre-section::before {
	left: 0;
	transform: none;
}

#actus .titre-section + p {
	font-size: 18px !important;
    color: #b23a47;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#actus .titre-actus .bouton::before {
	content: "\f16d";
	font-family: "FontAwesome";
	color: #fff;
	margin-right: 15px;
}

#actus iframe {
	width: calc(100% * 3/4) !important;
	height: 285px !important;
}


/*#actus .actu:not(.titre-actus) p:first-of-type {
	height: 170px;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

#actus .actu:not(.titre-actus) p:first-of-type img {
	display: block;
}

#actus .actu:not(.titre-actus) p:not(:first-of-type) {
	padding: 0 20px;
	text-align: center;
}*/












/* SEO text */

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

#texte-seo::before {
	content: "";
	height: 100%;
	width: 100%;
	background: #6F5545;
	opacity: 0.85;
	position: absolute;
	top: 0;
	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 {
	color: #fff !important;
	display: inline-block;
	/*font-family: 'Kenarock', sans-serif !important;*/
	text-transform: none;
	font-size: 28px;
}

#texte-seo  p,
#texte-seo  a {
	color: #fff !important;
}

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

#texte-seo .suite {
	padding: 12px 30px;
	border-radius: 2px;
	color: #6F5545;
	background: #faf5ed;
	cursor: pointer;
	float: right;
	font-weight: 600;
	font-size: 17px;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

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

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












#reassurance2 {
	background: #ede8e0;
	padding: 40px 0 40px;
	position: relative;
}

#reassurance2::before {
	content: '';
	width: 100%;
	height: 0;
	display: block;
	border-top: solid 1px rgba(218, 196, 176, 0.5);
	position: relative;
	left: 0;
	top: 40px;
}

#reassurance2 .reassurances {
	font-size: 0;
	position: relative;
}

#reassurance2 .reassurances .arg {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: calc(100% * 1/4);
	position: relative;
}

#reassurance2 .reassurances .arg p:first-of-type {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 0 auto 18px !important;
	text-align: center;

	/*background: #f2ede5;
	width: 90px;
	padding: 25px;
	height: 90px;
	border-radius: 50%;*/
	background: #ede8e0 !important;
	width: 100px;
	padding: 10px 30px 0;
	height: 50px;

	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#reassurance2 .reassurances .arg p:first-of-type img {
	opacity: .75;
}

#reassurance2 .reassurances .arg p:last-of-type {
	font-size: 15px !important;
	font-weight: 700; 
	color: #6F5545 !important; /* #4f222f */
	text-transform: uppercase;
}

#reassurance2 .reassurances .arg p:last-of-type span {
	display: block;
	color: #a88e7e;
	font-weight: 300;
	font-size: 16px !important;
	font-size: 13px !important;
}








/* Coffee break news */
#news {
	padding: 80px 0 70px;
}

#news .les-news {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

#news .titre-section {
  margin-bottom: 40px !important;
}

#news .item-news {
  display: inline-block;
  vertical-align: top;
  width: calc(100% * 1/3);
  padding: 15px;
  box-sizing: border-box;
}


/*#news .item-news .news-link {
  display: block;
  height: 100%;
  background: #fff;
  box-shadow: 1px 1px 8px #ccc;
  position: relative;
  padding: 30px 30px 80px;
}*/

#news .img-news {
  max-height: 225px;
  overflow: hidden;
}

#news .img-news img {
  display: block;
  min-width: 100%;
}

#news  .item-news .content-news {
	display: block;
	height: 100%;
	background: #fff;
	box-shadow: 1px 1px 8px #ccc;
	position: relative;
	padding: 30px 30px 80px;
	color: #666;
	font-weight: 400;
	margin-bottom: 15px;
	display: block;
}

#news .item-news .content-news .titre {
	display: block;
	margin-bottom: 15px;
    font-size: 18px;
    color: #b23a47;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

/*#news .item-news .content-news p {
  color: #666;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}*/

#news .item-news .content-news a[href*="blog"] {
	padding: 8px 24px;
	border-radius: 2px;
	background: #b23a47;
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 30px;
	cursor: pointer;
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	-o-transition: 300ms ease;
	transition: 300ms ease;
}

#news .item-news .content-news a[href*="blog"]:hover {
	background: #186478;

}























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

#content-wrapper,
#left-column {
	padding: 0;
}

#main .page-content,
#main .page-header {
    margin-bottom: 0;
}



/* PAGE QUI SOMMES NOUS */

body.cms-id-24 #wrapper {
	padding-bottom: 0;
}

/* Nous */

#nous {
	font-size: 0;
	position: relative;
	padding: 0 0 100px 0;
	background-color: #faf5ed;
}

#nous .container {
	display: flex;
	flex-wrap: wrap;
}

#nous .column-1,
#nous .column-2 {
	display: inline-block;
	vertical-align: top;
}

#nous .column-1 {
	width: 62%;
	position: relative;
	z-index: 9;
}

#nous .column-2 {
	width: 38%;
	position: relative;
	padding-top: 40px;
}

#nous .column-2 p {
	opacity: 0;
	position: absolute;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}

#nous .column-2 p {
	top: 150px;
	padding-left: 50px;
}

#nous.loaded .column-2 p {
	top: 80px;
	opacity: 1;
}


/*#nous .column-2 p:first-of-type {
	width: 80%;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
}

#nous .column-2 p:last-of-type {
	width: 55%;
	top: 165px;
	right: -100px;
}*/

/*#nous.loaded .column-2 p:first-of-type {
	top: 40px;
	opacity: 1;
}

#nous.loaded .column-2 p:last-of-type {
	right: -50px;
	opacity: 1;
}*/




/* Valeurs */

#valeurs {
	/*z-index: 2;*/
	/*background: #fefdfa;*/
	display: block;
	position: relative;
	padding: 50px 0px 50px 0px;
	background-image: url('/img/hills.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#valeurs::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
    background-image: linear-gradient(180deg, #FEFDFA 5%, rgba(254, 253, 250, 0.25) 100%);
    opacity: 1;
    mix-blend-mode: lighten;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#valeurs::after {
	content: '';
	display: block;
	width: 100%;
	height: 160px;
    background-image: url('/img/waves-222.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: absolute;
    left: 0;
   	top: -160px;
   	z-index: 2;
}

#valeurs .container {
	padding: 0;
}

#valeurs .valeurs {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 50px;
	position: relative;
}

#valeurs .valeurs .valeur {
	display: inline-block;
	vertical-align: top;;
	text-align: center;
	padding: 5px 30px 20px;
	box-sizing: border-box;
	margin: 0 5px;
	width: calc((100% * 1/3) - 10px);
	background: rgba(178, 58, 71, 0.8);
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

#valeurs .valeurs .valeur:hover {
	background: rgba(178, 58, 71, 1); /* #4f222f; */
}

#valeurs .valeurs .valeur p:first-of-type {
	width: 32%;
	display: inline-block;
	margin: 0 auto;
}

#valeurs .valeur h3 {
	color: #fff !important;
	margin: 5px 0 20px;
	font-size: 22px;
	font-weight: 500;
}

#valeurs .valeur p {
	color: #efefef !important;
	font-size: 16px !important;
}

#valeurs > svg {
	height: 60px;
	width: 100%;
	transform: rotate(180deg);
	position: absolute;
	left: 0;
	bottom: -1px;
}

#valeurs > svg > path {
	fill: #fff;
}




/* Atelier */

#atelier {
	padding: 70px 0px 80px 0px;
	background: linear-gradient(to bottom, #fff, #faf5ed);
}

#atelier iframe {
	width: 100%;
	height: 250px;
	margin-top: 30px;
}










/* COMPTE CLIENT */

/* Authentication */

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



/* 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 > .email {
	text-align: center;
}








/* Tableau de bord */

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

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

#my-account #content .links > a:hover span.link-item {
	background: rgba(178, 58, 71, 0.8);
}

#my-account #content .links a span.link-item {
	background: rgba(168, 142, 126, 0.65);
	color: #fff;
}

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



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

#addresses .address .address-footer {
	background: #ede8e0;
	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: #186478;
}

#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 DE CONTACT */

/* Left : contact form */
#left-column {
	float: right;
}

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


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

#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;
}	

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

#content-wrapper #content .contact-form {
	background: none;
	padding: 0 30px 0 0
}

#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 .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: #b23a47;
	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: #186478
}











/* Page de carte Cadeau */

#module-thegiftcard-page #giftcard_product .content_scene_cat {
	border-top: none;
}

#module-thegiftcard-page #giftcard_product .content_scene_cat_bg {
	background: none !important;
	padding: 0;
	margin-bottom: 30px;
}

#module-thegiftcard-page #giftcard_product .content_scene_cat_bg .category-name {
	font-size: 32px;
    font-weight: 400;
    color: #4f222f;
    margin-bottom: 20px;
    font-family: 'Kenarock', sans-serif;
    display: table;
}

#module-thegiftcard-page #giftcard_product #block_templates .row:first-of-type .header {
	display: none;
}

#module-thegiftcard-page #giftcard_product {
	display: flex;
	flex-wrap: wrap;
}

#module-thegiftcard-page #block_category,
#module-thegiftcard-page #block_templates,
#module-thegiftcard-page #block_button {
	width: 100%;
}

#module-thegiftcard-page #block_templates {
	margin-bottom: 30px;
}

#module-thegiftcard-page #block_amounts {
	margin-right: 20px;
}



#block_templates .product-image-container.selected img {
	outline: none;
}

#block_amounts,
#block_customization {
	display: inline-block;
	vertical-align: top;
	background: #ede8e0;
	width: calc((100% - 20px) * 1/2);
	padding: 25px 25px 30px;
	border-radius: 2px;
}

#block_amounts .header,
#block_customization .header {
	background: linear-gradient(to right top, rgba(79, 34, 47, 0.9),#876D5D);
	margin-bottom: 30px;
	border-radius: 2px;
	margin-top: 0;
}

#block_amounts .header .title,
#block_customization .header .title {
	color: #fff;
}

#giftcard_product .icon-giftcard {
    background-image: url(icon-giftcard-white.svg);
}
#giftcard_product .icon-email {
    background-image: url(icon-email-white.svg);
}


#block_amounts select,
#block_customization .attribute_radio_custom + span {
	color: #6F5545;
}

#block_amounts .form-group,
#block_customization .form-group {
	margin-bottom: 0;
}

#block_amounts .input-group-addon {
	color: #B23A47;
    font-weight: 600;
    font-size: 22px;
}

#module-thegiftcard-page #block_button {
	margin-top: 30px;
}

#module-thegiftcard-page #block_button #buy_block {
	float: right;
}








/* Page café personnalisé */
.cms-id-31 form {
	background: #ede8e0;
    padding: 30px 25px 20px;
    margin-top: 40px;
    border-radius: 2px;
    overflow: hidden;
}

.cms-id-31 form select {
	padding: 4px 10px;
    margin-left: 20px;
    border-radius: 2px;
    font-weight: 300;
    color: #666;
    cursor: pointer;
}
.cms-id-31 form select:focus {
	outline: solid 3px #186478 !important;
}
.cms-id-31 form input[type="submit"] {
	margin: 30px auto 0;
	display: table;
}



/* Formulaire */
#personnalisation .zones {
    position: relative;
    overflow: hidden;
    height: 300px;
}

#personnalisation .zone {
    position: absolute;
    top: 50%;
    right: -100%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

#personnalisation .zone label {
	color: #666;
	font-size: 20px !important;
	display: block;
	text-align: center;
}

#personnalisation .zone .step {
	display: block;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	line-height: 50px;
	text-align: center;
	font-family: 'Kenarock', sans-serif;
	border: solid 5px #82a5ab;
	border-radius: 50%;
	margin: 0 auto 50px;
	letter-spacing: 2px;
	font-weight: 600;
	background: #186478;
	color: #fff;
}

#personnalisation .zone select {
	display: block;
	padding: 8px 16px;
	margin: 20px auto 0;
}

#personnalisation .zone.here {
    transform: translate(-100%, -50%);
}

#personnalisation .zone.slide {
    transform: translate(-200%, -50%);
}



/* Résultats */
.cms-id-31 .titre-resultat,
.cms-id-31 .resultat div {
	color: #6F5545;
}
.cms-id-31 .resultat {
	display: block;
	padding: 10px 25px;
	border-radius: 2px;
	margin-top: 30px;
	position: relative;
   	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

.cms-id-31 .resultat.pret {
	background: #ede8e0;
}

.cms-id-31 .resultat::before {
	content: '';
	display: block;
	width: 220px;
	height: 220px;
	background: url('chemex-gif.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
	background-color: rgba(255, 255, 255, 0.65);
	border-radius: 50%;
	position: absolute;
	top: calc(50% + 20px);
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	z-index: 9;
	visibility: visible;
   	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

.cms-id-31 .resultat::after {
	content: 'Préparation de votre café personnalisé';
	display: block;
	text-align: center;
	position: absolute;
	top: calc(50% + 150px);
	left: 50%;
	transform: translateX(-50%);
	color: #876D5D;
	font-size: 18px;
	z-index: 9;
   	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

.cms-id-31 .resultat.pret::before,
.cms-id-31 .resultat.pret::after {
	opacity: 0;
	z-index: 0;
	visibility: hidden;
}

.cms-id-31 .resultat > *,
.cms-id-31 .resultat + form {
	opacity: 0;
	visibility: hidden;
	transition-delay: 1s;
   	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}

.cms-id-31 .resultat.pret > *,
.cms-id-31 .resultat.pret + form {
	opacity: 1;
	visibility: visible;
}

.cms-id-31 .resultat > div,
.cms-id-31 .resultat > form {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% * 1/4);
}
.cms-id-31 .resultat > div {
	padding: 15px;
}
.cms-id-31 .resultat > div:first-of-type {
	margin-left: -15px;
}
.cms-id-31 .resultat > .prix {
	font-weight: 700;
}

.cms-id-31 .resultat img {
	width: 200px;
	padding: 15px;
	background: #fff;
}
.cms-id-31 .resultat form.ajout {
	padding: 15px 0;
    margin-top: 0;
    vertical-align: middle;
    text-align: center;
}
.cms-id-31 .resultat form input[type="number"] {
	width: 194px;
	margin: 0 auto 10px;
	outline: none;
	box-sizing: border-box;
}
.cms-id-31 .resultat form input[type="number"]:focus {
	border-color: #186478;
}
.cms-id-31 form.recommencer {
	background: none;
	padding: 0;
	margin-top: 20px;
}
.cms-id-31 form.recommencer input[type="submit"] {
	background: #876D5D;
}

.cms-id-31 .resultat .message_cafeperso {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}







/* PAGES NOS OFFRES PROFESSIONNELLES */
.cms-id-33 #offre {
	background: transparent;
	height:  auto;
    padding: 20px 0px 80px 0px;
    text-align:  center;
}
.cms-id-33 #offre .offres {
	margin-bottom:  15px;
}
.cms-id-33 #offre .offres + .bouton {
	padding:  20px 32px;
}


.cms-id-33 #references .references {
	font-size: 0;
	margin-top:  20px;
	background:  #fff;
	padding:  30px 10px 20px;
}
.cms-id-33 #references .references p {
	display:  inline-block;
	width:  calc((100% - 480px) / 6);
	margin:  20px 40px !important;
	text-align:  center;
}
.cms-id-33 #references > p {
    font-size: 18px;
    color: #186478 !important;
    line-height:  normal;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 600;
}
.cms-id-33 #references .references p img {
	max-width:  100px;
}









/* PAGES DE CATEGORIES */

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

#category #content-wrapper {
	width: 100%;
}

#category #left-column {
	display: none;
}

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

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

#category .block-categories {
	box-shadow: none;
	/*background: none;*/
	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;
}
#category .block-categories > ul > li > a {
	font-size: 24px;
	margin-bottom: 15px;
    padding-bottom: 4px;
    font-family: 'Kenarock', sans-serif;
    text-transform: none !important;
}

/*#category .block-categories > ul ul > li {
	position: relative;
}*/
#category .block-categories > ul ul > li > a {
	background: #faf5ed;
    padding: 8px 10px;
    border-radius: 2px;
   	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}
#category .block-categories > ul ul > li > a:hover {
	background: rgba(178, 58, 71, 0.8);
    color: #fff;
}
/*#category .block-categories > ul ul > li > a::before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: solid 2px #186478;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition:300ms ease;
	-moz-transition:300ms ease;
	-o-transition:300ms ease;
	transition:300ms ease;
}
#category .block-categories > ul ul > li > a:hover::before {
	width: 100%;
}*/

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



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







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

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

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
	width: 100%;
}

#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;
}

#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: #b23a47;
	font-size: 18px;
}

#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: 15px !important;
	text-transform: uppercase;
}

#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-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: #186478 !important;
}



/* Popup d'ajout au panier */
#category .quickview .js-qv-mask {
	display: none;
}

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

#category .quickview .h1 {
	color: #4f222f;
    font-family: 'Kenarock', sans-serif !important;
    text-transform: none;
    font-size: 28px;
    font-weight: 300;
}

#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: #b23a47;
	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: #B23A47;
	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: #186478;
}










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

#product h1 {
	color: #4f222f;
    font-family: 'Kenarock', sans-serif !important;
    text-transform: none;
    font-size: 28px;
    font-weight: 300;
}

#product h1 + div {
	margin-top: 20px;
}

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

#product #content .images-container .js-qv-mask {
	display: none;
}


#product .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: #b23a47;
	line-height: 1;
    font-size: 24px;
    margin: 0;
}

#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: #B23A47;
	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: #186478;
}

#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: 16px;
    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-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 #b23a47;
}

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

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

#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: #6F5545;
}


#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;
}




/* 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;
}

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

#blockcart-modal .product-name {
	color: #4f222f !important;
	font-size: 20px;
    /*font-family: 'Kenarock', sans-serif !important;*/
	/*font-weight: 300;*/
}

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

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

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







/* TUNNEL D'ACHAT */
#checkout #header .header-top {
	display: block !important;
}
#checkout #header .header-top .container > .row > .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: #b23a47;
	margin-top: 8px;
	display: block;
}

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

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

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

#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: -5px;
}

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



.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: #b23a47;
    font-weight: 700;
}
.block-promo .cart-summary-line .float-xs-right a {
	border: none !important;
}



#block-reassurance {
	border: 1px solid #ccc !important;
}
#block-reassurance ul {
	margin-bottom: 0 !important;
}
#block-reassurance li:not(:last-of-type) {
    border-bottom: 1px solid #ccc !important;
}
#block-reassurance img {
    width: 30px;
}
#block-reassurance span {
	font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #876d5d;
}

.card {
    box-shadow: none;
    border: none;
}
.card-block {
    padding: 20px 20px 0;
}
.card-block.cart-summary-totals {
    padding: 0 20px 20px;
}
.cart-summary-line {
	margin-bottom: 3px;
    background: #faf5ed;
    padding: .5rem;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total {
    background-color: #ede8e0;
}





/* Step 2 */

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

.product-price {
	color: #B23A47;
}

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


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

#checkout .step-title,
#checkout .-complete.-current .step-title,
#checkout .step-title .step-number,
#checkout .-complete.-current .step-title .step-number {
	color: #6F5545;
}
#checkout .-complete .step-title,
#checkout .-complete .step-title .step-number {
	color: #186478;
}

#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: #186478 !important;
}

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

#checkout section.checkout-step .add-address a {
	display: table;
    border: none;
    background: #876d5d;
    color: #fff !important;
    padding: 4px 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: #186478;
}

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

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

body#checkout section.checkout-step .delivery-option {
    background: #faf5ed;
    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: 10px;
    color: #666;
}
body#checkout section.checkout-step .order-options + button {
	margin-right: -15px !important;
}



/* Confirmation */

#order-confirmation .card-title i {
	padding: 0;
	color: #186478;
	margin-right: 15px;
}
#order-details>.card-title {
    margin-bottom: 15px;
}
#order-confirmation #content .card-block {
	background: #fff;
	margin: 50px 0;
}
#order-confirmation #content .card-block #order-items > .row {
	position: relative;
}
#order-confirmation #content .card-block #order-items > .row::before {
	content: '';
	height: 0;
	width: calc(100% - 30px);
	border-bottom: solid 1px #ede8e0;
	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: #faf5ed;
	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: #ede8e0;
}









/* Page footer */
.page-footer {
	display: none;
}















/* -----> Arrow <----- */

.arrow-up {
	width: 36px;
	height: 36px;
	line-height: 35px;
	border-radius: 3px;
	position: fixed;
	bottom: 20px;
	right: 30px;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	z-index: 99999999;
	background: rgba(178, 58, 71, 0.65);
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	-o-transition: 300ms ease;
	transition: 300ms ease;
}

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

.arrow-up:hover {
	background: #186478;
}

.arrow-up::after {
	content: "\f106";
    font-family: "FontAwesome";
    font-size: 22px;
    color: #fff;
}





/* //////////// */
/*              */
/*    FOOTER    */
/*              */
/* //////////// */


#footer {
	padding: 0 !important;
	background: #a88e7e;
}

#footer .footer-container {
	font-size: 0;
	margin-top: 0;
	padding: 30px 0 30px;
	box-shadow: none;
	position: relative;
	z-index: 9;
}

#footer .footer-container > .container {
	padding: 0;
}

#footer .footer-container > .container > .row:last-of-type,
#footer .footer-container > .container > .row:nth-last-of-type(2),
#footer .footer-container > .container > .row:first-of-type .links:first-of-type .col-md-6:first-of-type,
#footer .footer-container > .container > .row:first-of-type .block-contact .hidden-sm-down {
	display: none;
}


#footer .footer-container > .container > .row:first-of-type {
	width: 100%;
	font-size: 0;
	width: calc(100% + 30px);;
}

#footer .footer-container > .container > .row:first-of-type .links {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	float: none;
}

#footer .footer-container > .container > .row:first-of-type .links:first-of-type {
	width: 80%;
	font-size: 0;
}

#footer .footer-container > .container > .row:first-of-type .block-contact {
	text-align: right;
	width: 20% !important;
}

#footer .footer-container > .container > .row:first-of-type .links:first-of-type .col-md-6:last-of-type {
	width: 100%;
	font-size: 0;
}

#footer .footer-container > .container > .row:first-of-type .links:first-of-type .col-md-6:last-of-type .h3,
#footer .footer-container > .container > .row:first-of-type .links:first-of-type .col-md-6:last-of-type ul {
	display: inline-block;
	vertical-align: top;
}

#footer .footer-container > .container > .row:first-of-type .links:first-of-type .col-md-6:last-of-type ul {
	line-height: 1;
}

#footer .footer-container > .container > .row:first-of-type .links:first-of-type .col-md-6:last-of-type ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 13px !important;
	margin-left: 8px;
}

#footer .footer-container p {
	color: #faf5ed !important;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 13px !important;
	text-transform: uppercase;
}

#footer .footer-container a {
	color: #fff !important;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	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 {
	border-color: #fff;
}






/* //////////// */
/*              */
/*    FOOTER    */
/*              */
/* //////////// */

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

#idxrcookies #idxrcookiesOK {
	background: #b23a47;
}

#idxrcookies #idxrcookiesOK:hover,
#idxrcookies #cookiesConf:hover {
	background: #186478 !important;
}


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

#cookieModal #cookieModalHeader {
	background: #876d5d;
}

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

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

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

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

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

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














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

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


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


	#arrow {
    	right: 5%;
    }


	/* Menu Responsive */
	#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.opaque #togglenav::before {
		color: #876D5D;
	}

	#header.opaque #togglenav:hover::before {
		color: #186478;
	}

	#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 > 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 > a,
	#respnav ul li.active:hover > a {
		background: none;
	}

	/*#respnav ul > 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: #186478 !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 > .cms-category > a::before,
	#respnav #side-menu > .category > 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 > .cms-category > a::before,
	#respnav.opaque #side-menu > .category > a::before {
		border-color: transparent transparent transparent #fff;
	}

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

	#respnav .back > 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 > a::before {
		border-color: transparent #fff transparent transparent;
	}

	#respnav.opaque .back > 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,
	#carousel .carousel-inner li:nth-of-type(4) .caption {
	    left: calc(50% + 50px);
	    width: calc(50% - 50px);
	    padding-right: 50px;
	}


	#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;
	}



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

	#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;
	}



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




	/* PAGES NOS OFFRES PROFESSIONNELLES */
	.cms-id-33 #references .references p {
		width:  calc((100% - 320px) / 4);
	}



	/* Page de contact */
	#left-column {
	    width: 35%;
	}

	#content-wrapper.left-column {
		width: 65%;
	}



	/* 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);
	}




	/* Page produit personnalisé */
	.cms-id-31 .resultat form input[type="number"] {
	    width: auto;
	}




}


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


	/* Menu */
	#header,
	#header.opaque {
    	height: 134px;
    }

    #wrapper {
    	padding: 190px 0 70px;
    }

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

	#header.thined .header-banner,
	#header.thined .header-top {
	    top: -44px;
	}
	#header .header-banner .container {
		padding: 0 !important;
	}
	#header .header-banner .container > div {
	    display: block;
	    width: 100%;
	    float: none !important;
	    margin: 0 !important;
	}

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


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

	#respnav a span {
		display: none;
	}



	/* Accueil */

	/*#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 .caption-description {
		display: block !important;
	}

	#carousel .carousel-inner li:nth-of-type(1) .caption {
		width: 200px;
	}
	#carousel .carousel-inner li:nth-of-type(1) .caption,
	#carousel .carousel-inner li:nth-of-type(2) .caption,
	#carousel .carousel-inner li:nth-of-type(3) .caption,
	#carousel .carousel-inner li:nth-of-type(4) .caption {
	    top: 50%;
	}
	#carousel .carousel-inner li:nth-of-type(2) .caption span,
	#carousel .carousel-inner li:nth-of-type(4) .caption span {
		font-size: 32px;
	}
	#carousel .carousel-inner li:nth-of-type(2) .caption p:nth-of-type(2) strong,
	#carousel .carousel-inner li:nth-of-type(4) .caption p:nth-of-type(2) strong {
		font-size: 24px;
	}
	#carousel .carousel-inner li:nth-of-type(3) .caption span {
	    font-size: 60px !important;
	}



	#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;
	}



	#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:nth-of-type(3) {
    	margin-left: 0;
	}
	#nouveautes .nouveautes .nouveaute p img {
	    width: 100%;
	}
	#nouveautes .nouveautes .nouveaute:hover p img {
	    width: 105%;
	}


    #offre .offre {
    	display: block;
    	width: 100%;
    }

    #offre .offre p:first-of-type img {
    	width: 100%;
    }

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

    #offre.loaded p.titre-section {
	    text-align: center;
	}

	#offre p.titre-section .bouton {
		display: table;
	    margin: 20px auto 0;
	}


	#actus .container {
    	display: block;
    }

	#actus .container::before {
   		display: none;
   	}

   	#actus .actu.titre-actus {
   		padding-right: 0;
   		width: 100%;
    }
   
    #actus .actu p:first-of-type {
    	width: 100% !important;
    }

    #actus .titre-section {
    	padding-bottom: 0 !important;
    	margin-bottom: 0 !important;
    }

    #actus .titre-section + p {
	    margin-bottom: 15px !important;
	}

    #actus .titre-section::before {
    	bottom: auto;
    	top: 30px;
    	left: 200px;
    }

    #actus .titre-actus > .bouton {
    	margin-bottom: 25px;
    }

    #actus iframe {
    	width: 100% !important;
    }



	#reassurance2::before {
	    display: none;
	}

	#reassurance2 .reassurances .arg {
	    width: calc(100% * 2/4);
	}
	#reassurance2 .reassurances .arg:not(:nth-last-of-type(-n + 2)) {
	    margin-bottom: 15px;
	}

	/*#actus .actu {
	    width: 100%;
	    margin-bottom: 10px;
	    margin-left: 0;
	    padding: 0;
	}

	#actus .actu p {
		text-align: left;
	}

	#actus .actu:not(.titre-actus) p:first-of-type {
	   	width: 50% !important;
	   	float: left;
	    padding-right: 20px;
	    margin-bottom: 0 !important;
	}

	#actus .actu:not(.titre-actus) p:nth-of-type(2) {
	  	padding-top: 20px !important;
	}*/


	#news .les-news {
	  display: block;
	  margin-left: 0;
	  margin-right: 0;
	}
	#news .item-news {
	    display: block;
	    width: 100%;
	    padding: 0 0 15px;
	}



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

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


	/* Qui sommes nous */
	#nous {
	    height: auto;
	}

	/*#nous .column-2 p:last-of-type {
	    width: 70%;
	    right: -50px;
	}*/

	/*#nous.loaded .column-2 p:last-of-type {
		right: 0;
	    top: 300px;
	}*/

	#valeurs .valeurs .valeur {
		width: 100%;
		margin: 0 0 5px;
	}

	#valeurs .valeurs .valeur p:first-of-type {
    	width: 100px;
    }




	/* PAGES NOS OFFRES PROFESSIONNELLES */
	.cms-id-33 #references .references p {
		width:  calc((100% - 240px) / 3);
	}




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

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




	/* Carte cadeau */
	#module-thegiftcard-page #block_amounts {
    	margin-bottom: 20px;
    	margin-right: 0;
	}
	#block_amounts, #block_customization {
	    width: 100%;
	}





	/* Page produit personnalisé */
	.cms-id-31 form select,
	.cms-id-31 form label {
		display: block;
		text-align: center;
	}

	.cms-id-31 form select {
		margin: 10px auto 30px;
		max-width: 100%;
	}

	.cms-id-31 form br {
		display: none;
	}

	.cms-id-31 form input[type="submit"] {
	    float: none;
	    margin: auto;
	    display: table;
	}





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










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




}


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


	#header,
	#header .header-top {
		background: transparent !important;
	}

   	#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::before {
		width: 150px;
		height: 150px;
	}

	#carousel .carousel-inner li:nth-of-type(1) .caption {
		width: 150px;
	}
	#carousel .carousel-inner li:nth-of-type(2) .caption span,
	#carousel .carousel-inner li:nth-of-type(4) .caption span {
		font-size: 28px;
	}
	#carousel .carousel-inner li:nth-of-type(2) .caption p:nth-of-type(2) strong,
	#carousel .carousel-inner li:nth-of-type(4) .caption p:nth-of-type(2) strong {
		font-size: 20px;
	}
	#carousel .carousel-inner li:nth-of-type(3) .caption span {
		font-size: 50px !important;
	}	



	#produits .produits .produit {
		display: block;
    	height: 250px;
   		width: 100%;
    }

	#produits .produits .produit p:first-of-type,
	#produits .produits .produit p:first-of-type img {
	    width: 100%;
	}

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

	#produits .produits .produit:last-of-type:hover::before {
		height: 110%;
	    width: 105%;
	}
	#produits .produits .produit:last-of-type:hover::after {
	    width: 110%;
	    height: 105%;
	}


	#reassurance .reassurances .arg {
		width: 50%;
	}
	#reassurance .reassurances .arg:not(:nth-last-of-type(-n + 2)) {
	    margin-bottom: 30px;
	}
	#reassurance .reassurances .arg p:first-of-type {
	    margin-bottom: 10px;
	}


	#actus iframe {
    	height: 240px !important;
    }


	#texte-seo .container.open {
	    column-count: 1;
	}





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

	#nous .column-1,
	#nous .column-2 {
	    display: block;
	    width: 100%;
	}

	#nous.loaded .column-2 p:first-of-type {
	    width: 60%;
	    top: 0;
	    left: 0;
	    transform: none;
	    position: relative;
	}

	/*#nous.loaded .column-2 p:last-of-type {
		left: 50%;
	    top: 90px;
	    width: 45%;
	}*/
	#nous.loaded .column-2 p:last-of-type {
		padding-left: 0;
		width: 100%;
	}





	/* PAGES NOS OFFRES PROFESSIONNELLES */
	.cms-id-33 #references .references p {
		width:  calc((100% - 160px) / 2);
	}





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





	/* Page produit personnalisé */
	.cms-id-31 #personnalisation + table td {
		display: block;
		padding-top: 30px;
	}
	.cms-id-31 #personnalisation + table td img {
		margin: 0 !important;
	}


	/* Résultat */
	.cms-id-31 .resultat > div,
	.cms-id-31 .resultat > form {
	    width: 100%;
	}
	.cms-id-31 .resultat > div:first-of-type {
   		margin-left: 0;
	}
	.cms-id-31 .resultat > div,
	.cms-id-31 .resultat > form {
	    text-align: center
	}




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





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



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

	#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;
	}





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

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





	/* FOOTER */
	#footer .footer-container > .container > .row:first-of-type .links p,
	#footer .footer-container > .container > .row:first-of-type .links div {
	    text-align: center !important;	
	}
	#footer .footer-container > .container > .row:first-of-type .links ul,
	#footer .footer-container > .container > .row:first-of-type .links p {
		display: inline !important;
	}
	.links .title {
	    padding: 0;
	    border: none;
	}
	#footer .footer-container > .container > .row:first-of-type p {
		display: inline;
		line-height: 1;
	}
	#footer .footer-container > .container > .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;
	}



}



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

	#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;
	}

}



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


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

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

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

	#header.thined .header-banner,
	#header.thined .header-top {
	    top: -58px;
	}

	#header,
	#header.opaque {
	    height: 148px;
	}

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

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




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

	/*#carousel .carousel-item:first-of-type::after {
	    width: 125px;
	    height: 125px;
	}*/
	#carousel .carousel-inner li:nth-of-type(1) .caption {
		width: 100px;
	}
	#carousel .carousel-inner li:nth-of-type(2) .caption,
	#carousel .carousel-inner li:nth-of-type(4) .caption {
	    left: calc(50% + 40px);
	}
	#carousel .carousel-inner li:nth-of-type(2) .caption span,
	#carousel .carousel-inner li:nth-of-type(4) .caption span {
		font-size: 24px;
	}
	#carousel .carousel-inner li:nth-of-type(2) .caption p:nth-of-type(2) strong,
	#carousel .carousel-inner li:nth-of-type(4) .caption p:nth-of-type(2) strong {
		font-size: 18px;
	}
	#carousel .carousel-inner li:nth-of-type(3) .caption span {
	    font-size: 40px !important;
	}

    #carousel .arrow-down {
    	display: none;
    }




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



	#actus iframe {
    	height: 200px !important;
    }



	#texte-seo h2 {
		display: block;
		text-align: center;
	}

	#texte-seo p {
		text-align: center;
	}

	#texte-seo .suite {
		display: block;
		text-align: center;
		margin: auto;
		float: none;
	}




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

	#valeurs > svg {
    	height: 30px;
    }



   	/* CATEGORY */
	#products .product-miniature,
	.featured-products .product-miniature,
	.product-accessories .product-miniature,
	.product-miniature .product-miniature {
	    width: 100%;
	}




}



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

	.contact-form .form-footer {
		text-align: right;
	}

}



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

	#content > div > .container,
	#header .header-top > .container {
		max-width: 90%;
	}



    /* ACCUEIL */

	#reassurance .reassurances .arg {
		width: 100%;
		display: block;
	}
	#reassurance .reassurances .arg:not(:last-of-type) {
	    margin-bottom: 30px;
	}
	#reassurance .reassurances .arg p:first-of-type {
	    margin-bottom: 10px;
	}


	#offre .offre p strong {
	    font-size: 18px;
	    padding: 15px 30px;
	}


}



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






	#header .header-top .menu-client {
		margin-left: 0 !important;
	}




	h1,
	h1 a {
    	font-size: 24px;
    }


    blockquote {
	    padding: 110px 30px 20px 30px !important;
	}



	/* Accueil */
	#carousel::before {
	    display: none;
	}

	#carousel .arrow-down {
    	bottom: 10px;
    	display: none !important;
    }

	#carousel .carousel-item:first-of-type::after {
	    display: none !important;
	}
	#carousel .carousel-inner li:nth-of-type(2) .caption,
	#carousel .carousel-inner li:nth-of-type(4) .caption {
	    left: calc(50% + 30px);
	}
	#carousel .carousel-inner li:nth-of-type(2) .caption p:nth-of-type(3),
	#carousel .carousel-inner li:nth-of-type(4) .caption p:nth-of-type(3) {
		display: none;
	}
	#carousel .carousel-inner li:nth-of-type(2) .caption span,
	#carousel .carousel-inner li:nth-of-type(4) .caption span {
		font-size: 20px;
	}
	#carousel .carousel-inner li:nth-of-type(2) .caption p:nth-of-type(2) strong,
	#carousel .carousel-inner li:nth-of-type(4) .caption p:nth-of-type(2) strong {
		font-size: 16px;
	}
	#carousel .carousel-inner li:nth-of-type(3) .caption span {
	    font-size: 32px !important;
	}


	#offre .offre p strong {
	    font-size: 14px;
	    padding: 15px 15px;
	    top: 15px;
	}

	#offre .offre:hover p a {
		bottom: 15px;
	}



	#actus .actu p:first-of-type {
		margin-bottom: 20px;
	}

	#actus .titre-section::before {
		top: auto;
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
	}

	#actus .titre-actus > .bouton {
	    margin-bottom: 25px;
	    margin: 5px auto 25px !important;
	    display: table;	
	}

	#actus .actu {
		padding-bottom: 15px;
	}

	#actus .actu p {
		text-align: center;
	}

	#actus .actu:not(.titre-actus) p:first-of-type {
	   	width: 100% !important;
	   	float: none;
	    padding-right: 0;
	    margin-bottom: 0 !important;
	}

	#actus .actu p:nth-of-type(2) {
	  	padding-top: 25px !important;
	}

	#actus .actu p img {
		width: 100%;
	}


	#reassurance2 .reassurances .arg {
	    width: 100%;
	}
	#reassurance2 .reassurances .arg:not(:last-of-type) {
	    margin-bottom: 15px;
	}




	/* PAGES */


	/* PAGES NOS OFFRES PROFESSIONNELLES */
	.cms-id-33 #references .references p {
		width:  100%;
	}






}



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


	#carousel .carousel-inner li:nth-of-type(2) .caption,
	#carousel .carousel-inner li:nth-of-type(4) .caption {
	    left: calc(50% + 25px);
	}



	#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;
	}

}




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


	#carousel .carousel-inner li:nth-of-type(2) .caption,
	#carousel .carousel-inner li:nth-of-type(4) .caption {
	    left: calc(50% + 20px);
	}



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

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

	#header .header-banner .container > .right a:not(:last-of-type) {
	    margin-right: 10px;
	}
	#header .header-banner .container > .right a[href*="contact"]::before,
	#header .header-banner .container > .right a:nth-of-type(2)::before {
		margin-right: 5px;
	}

	#header.thined .header-banner,
	#header.thined .header-top {
	    top: -70px;
	}

	#header,
	#header.opaque {
	    height: 170px;
	}

    #wrapper {
    	padding: 226px 0 70px;
    }

	#respnav {
		top: 170px;
	}


	/* Accueil */
	#index #wrapper {
	    padding-top: 170px;
	}

	#wrapper .btn-comment-big {
	    height: auto;
	    margin: 0 10px !important;
	}



}




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

	#product .product-quantity {
		display: block;
	}
	#product .product-quantity .qty,
	#product .product-quantity .qty > .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%;
	}


}
