/*** CSS shopnez ***/ 
body{
	font-family: 'Merriweather', serif;
	font-weight: 400;
	letter-spacing: 0px;
	font-style: normal;
	color:#232323;
}
a{
	transition-property: color,background-color,border-color;
	transition-duration: .2s;
	transition-timing-function: linear;
	color: #ff144b;
	text-decoration:none;
}
img{
	border-radius:0;
}
main{
	padding:40px 0 20px 0;
	margin-bottom:10px ! important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #ff144b;
	border-color: #ff144b;
	color: #FFFFFF;
	text-decoration:uppercase;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #ff144b;
	border-color: #ff144b;
	color: #FFFFFF;
}
.hentry {
	margin: 0 0 0 !important;
}
.content-area{
	margin-bottom:20px !important;
}

@media screen and (min-width: 768px) {
	.mobile-only{
		display:none !important;
	}
}
/*** Grid ***/
.col-full{
	max-width:1170px;
}

/*** Header ***/
.site-header{
	padding:0 !important;
	border-bottom-color: #e5e5e5 !important;
}
header .col-full{
	max-width:100%;
	padding:0;
}
.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
	width: 100% !important;
	float: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
	background-color: #7a24c7 !important;
	padding:0 30px;
}

.secondary-navigation {
	font-family: "Space Mono", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:0;
}
.menu-top-nav-container{
	width:100%;
	display:flex;
}
.secondary-navigation #menu-top-nav.menu {
	font-size: 12px;
	width: 100%;
	float: none;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
}
.secondary-navigation  > ul > li > a {
	height: 40px;
}
.site-header #menu-top-nav.menu li > a{
	color: #000000;
	height: 40px;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 13px;
}
.site-header #menu-top-nav.menu li > a:hover,.site-header #menu-top-nav.menu li > a:focus,.site-header #menu-top-nav.menu li > a:active{
	color:#FFFFFF;
}
.site-header #menu-top-nav.menu li.current-menu-item > a, .site-header #menu-top-nav.menu li.menu--shop > a {
	color: #FFFFFF;
}
.site-header #menu-top-nav.menu li > a::before {
	content: '|' !important;
	color: #000000 !important;
	padding-right: 14px !important;
	display:inline-block;
}
.site-header #menu-top-nav.menu li:first-child > a::before, .site-header #menu-top-nav.menu li:nth-child(2) > a::before {
	display:none;
}

.site-header #menu-top-nav.menu li.menu-panier{
	align-self:flex-end;
	margin:0;
}	
.site-header #menu-top-nav.menu li.menu-my-account {
	align-self:flex-end;
	margin:0 0 0 auto;
}
.site-header #menu-top-nav.menu li.menu-panier > a, .site-header #menu-top-nav.menu li.menu-my-account > a{
	color:#FFFFFF;
}
.site-header #menu-top-nav.menu li.menu-panier > a::before, .site-header #menu-top-nav.menu li.menu-my-account > a::before{
	display:none;
}

#site-header-cart.in_menu{
	margin-top:-40px;
}
header .site-header-cart .widget_shopping_cart{
	display:none;
}
.woocommerce-active .site-header .site-header-cart {
	width: auto !important;
	padding-left:15px;
	padding-right:15px;

}
.site-header #site-header-cart.menu li:first-child > a.cart-contents {
	color: #FFFFFF;
	height: 40px;
	background-color:#7a24c7;
	font-family: "Space Mono", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	display:flex;
	justify-content:center;
	line-height:0;
}
#menu-main-1 .menu-panier-mobile {
	display:flex;
	justify-content:flex-start;	
}
.site-header-cart .cart-contents .amount,#menu-main-1 .menu-panier-mobile .amount {
	order:2;
}
.site-header-cart .cart-contents .count {
	font-weight: 400;
	opacity: 1 !important;
	font-size: 12px !important;
	margin:0 10px;
	order:1;
}
#menu-main-1 .menu-panier-mobile .count{
	order:1;
}
.site-header-cart .cart-contents .count::after,
#menu-main-1 .menu-panier-mobile .count::after{
	content:" - ";
	display:inline-block;
	font-size:12px;
	margin-left:5px;
}
#menu-main-1 .menu-panier-mobile .count::after{
	margin-right:5px;
}
.site-header-cart .cart-contents::after {
	display:none;
}

.site-header-cart .widget_shopping_cart {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999999;
	font-size: 1em !important;
	left:auto !important;
	right:0;
	display: block;
	min-width: 300px;
}
.secondary-navigation ul ul.woocommerce-mini-cart {
	background-color: #ffffff;
	float:none;
	width:100%;
	position:relative;
}
.site-header-cart .widget_shopping_cart a{
	font-family: "Space Mono", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#747474;
}
.site-header-cart .widget_shopping_cart a:hover {
	color:#333333;
}
.site-header .product_list_widget li .quantity{
	color:#747474;
	font-family: "Space Mono", Arial, Helvetica, sans-serif;
	font-size:12px;	
}
.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
	width: 100% !important;
	float: none !important;
	margin: 0 auto !important;
	padding:75px 0px 50px 0px;
	display:flex;
	justify-content:center;
	border-bottom:5px solid #d2d2d2;
}
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
	color:#CC0000;
}
.site-header-cart .widget_shopping_cart {
	background-color: #FFFFFF !important;
}
header .widget a.button.wc-forward{
	color:#FFFFFF;
	background-color:#7a24c7;
}
header .widget a.button.checkout.wc-forward{
	color:#FFFFFF;
	background-color: #ff144b;
}

header .product_list_widget li {
	border-bottom: 1px solid rgba(0,0,0,.05);
	border-left: 1px solid rgba(0,0,0,.05);
	border-right: 1px solid rgba(0,0,0,.05);
}

.site-header .site-branding img {
	height: auto;
	max-width: 455px !important;
	max-height: none;
}

.woocommerce-active .site-header .main-navigation {
	width: 100% !important;
	float: none !important;
	margin-right: auto !important;
	clear: both;
	position:relative;
	height:100%;
}

#menu-main{
	display:flex;
	justify-content: center;
	margin:0 auto;
}
#menu-main > li, #menu-main-1 > li {
	padding: 0 45px 0 0;
	margin:0;
	line-height:24px;
}
#menu-main-1 > li {
	border-top:1px solid #dadada;
}
#menu-main > li > a, #menu-main-1 > li > a{
	display: flex;
	align-items: center;
	line-height: 1;
	height:58px;
	padding: 0 5px !important;
	font-family: "Space Mono", Courier, monospace !important;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0px;
	font-style: normal;	
	color:#333333;
	
}
#menu-main-1 > li > a{
	height:35px;
	font-size:12px;
}
#menu-main.current-menu-item > a, #menu-maincurrent-menu-parent > a,
#menu-main-1.current-menu-item > a {
	color: #4c4c4d !important;
}
#menu-main-1 li.current-menu-item{
	background-color:#f2f2f2;
}
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
	padding: 0 5px !important;
}
#menu-main > li > a:hover,#menu-main > li > a:focus,#menu-main > li > a:active,
#menu-main-1 > li > a:hover,#menu-main-1 > li > a:focus,#menu-main-1 > li > a:active{
	color:#9e9e9e;
	background-color:#f2f2f2;
}
.main-navigation ul.menu ul.sub-menu {
	background-color: #FFFFFF !important;
	border-top: 3px solid #9e9e9e;
}
.main-navigation ul.menu ul.sub-menu ul.sub-menu{
	margin-top:-3px;
}
#menu-main li ul.sub-menu a, #menu-main-1 li ul.sub-menu a{
	font-family: "Space Mono", Courier, monospace !important;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0px;
	font-style: normal;	
	color:#333333;
	padding: 7px 5px;	
	border-bottom:1px solid #dcdadb;
}
#menu-main > li.en_avant{
	padding:10px;
	height:58px;
	display:flex;
	justify-content:center;
}
#menu-main > li.en_avant > a, #menu-main-1 > li.en_avant > a {
	color: #FFFFFF;
	background-color: #ff144b;
	margin:auto;
	padding:9px 20px !important;
	height:32px;
	font-family: 'PT Sans', sans-serif !important;
	font-size:12px;
	font-weight: 700;
	font-style: normal;
	text-transform:uppercase;	
}

.is_sticky #menu-main{
	position: fixed;
	top: 0;
	z-index: 210;
	max-width: 100%;
	width: 100%;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
	background-color:#FFFFFF;
	z-index:1000;
}
.admin-bar .is_sticky #menu-main{
	margin-top:32px;
}
.storefront-sticky-add-to-cart {
	display: none !important;
}

button.menu-toggle, button.menu-toggle:hover {
	border-color: #FFFFFF;
}

.btn-shopnez, .btn-shopnez a{
	background-color:#ff144b !important;
	border-color:#ff144b !important;
	color:#FFFFFF !important;
	font-size:14px !important;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'PT Sans', sans-serif !important;	
	transition-property: color,background-color,border-color;
	transition-duration: .2s;
	transition-timing-function: linear;		
}
.btn-shopnez:hover,.btn-shopnez:focus,.btn-shopnez:active,
.btn-shopnez:hover a,.btn-shopnez:focus a,.btn-shopnez:active a{
	background-color:#ea0c40 !important;
	border-color:#ea0c40 !important;
	color:#FFFFFF !important;
	transition-property: color,background-color,border-color;
	transition-duration: .2s;
	transition-timing-function: linear;	
}
.btn-center{
	margin:20px auto 60px auto !important;
	min-width:218px;
	text-align:center;
}
table td, table th {
	padding:0.75em;
}
table p{
	margin-bottom:2px;
}
table ul{
	margin-bottom:5px;
}
/*** Home / Page ***/
.home .entry-header{
	display:none;
}

.page .entry-content > h2, .page .entry-header h1{
	font-size:35px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	margin:0 auto 30px auto;
	font-weight:400;
	background-color:#FFFFFF;
	position:relative;
	overflow:hidden;
}
.page .entry-content > h2:before,
.page .entry-content > h2:after ,
.page .entry-header h1:before,
.page .entry-header h1:after {
    background-color: #e0dede;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.page .entry-content > h2:before, .page .entry-header h1:before {
    right: 0.5em;
    margin-left: -50%;
}
.page .entry-content > h2:after, .page .entry-header h1:after {
    left: 0.5em;
    margin-right: -50%;
}
/*** Home : mise en avant ***/
#home_slider .owl-dots{
	text-align:center;
	margin-bottom:40px;
}
#home_slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #fff9;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	box-shadow: inset 0 0 3px #0000004d;
}
#home_slider .owl-dots .owl-dot.active span, #home_slider .owl-dots .owl-dot:hover span {
	background: #d2d2d2;
}
.home #home_slider .owl-nav .owl-prev, .home #home_slider .owl-nav .owl-next {
	border-radius:0;
}
/*** Home sliders ***/
.home .site-main ul.products.columns-2.owl-carousel li.product,
.home .site-main ul.products.columns-3.owl-carousel li.product,
.home .site-main ul.products.columns-4.owl-carousel li.product,
.home .site-main ul.products.columns-5.owl-carousel li.product{
	width: 100%;
	float: none;
	margin-right: 0;
	padding:10px;
	border:1px solid #efefef;
}
.home .owl-carousel .woocommerce-loop-product__title{
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:400;
	text-align:left;
}
.home .owl-carousel .add_to_cart_button {
	background-color:#ff144b;
	color:#FFFFFF;
}
.home .owl-carousel .add_to_cart_button i{
	margin-right:8px;
}
.home .onsale{
	position:absolute;
	top:10px;
	left:10px;
	background-color:#ff144b;
	border-color:#ff144b;
	font-size:16px;
	color:#FFFFFF;
	border-radius:50%;
	padding: 0 .3em;
	line-height:0;
}
.home .onsale::after, .home .onsale::before {
	content: "";
	width: 100%;
	padding-top: calc(50% + .3em);
	display: block;
}
.home .owl-nav .owl-prev, .home .owl-nav .owl-next {
	position: absolute;
	z-index: 20;
	top: 40%;
	font-size: 40px !important;
	background-color: #d2d2d2 !important;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	opacity:0.25;
}
.home .owl-nav .owl-prev:hover, .home .owl-nav .owl-next:hover,
.home .owl-nav .owl-prev:focus, .home .owl-nav .owl-next:focus,
.home .owl-nav .owl-prev:active, .home .owl-nav .owl-next:active {
	opacity:0.5;
}
.home .owl-nav .owl-prev span, .home .owl-nav .owl-next span{
	top:-1px;
	position:relative;
}
.home .owl-nav .owl-prev{
	left:10px;
}
.home .owl-nav .owl-next{
	right:10px;
}
/*** Liste produit ***/
ul.products li.product{
	text-align:left;
}
ul.products li.product.outofstock > a:not(button)::before,
ul.products li.product.outofstock > a:not(.button)::before{
	content:"Plus disponible";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	color:#FFFFFF;
	background-color:#d20000e6;
	padding:0.45em 0;
	z-index:98;
	font-size:13px;
	line-height:1;	
}
ul.products .price .amount {
	color: #000000;
	font-family: 'Merriweather', serif;
	font-size: 18px;
	margin-top: 0;
}
.storefront-full-width-content .woocommerce-products-header{
	padding:0 0 30px 0 !important;
}
.woocommerce-products-header .term-description h3{
	text-align:left;
	color:#232323;
	font-family: 'Merriweather', serif;
	font-size: 18px;	
	font-weight:700;
}
.storefront-sorting select {
	border-radius:0;
	font-family: 'Merriweather', serif;
	padding:9px 15px;
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #d2d2d2;
	font-weight: 400;
	box-shadow: none;
	border-radius:0;
	font-size:13px;
}
.storefront-sorting .woocommerce-result-count{
	line-height:29px;
	font-size:13px;
	color:#ff144b;
	padding:9px 5px;
}
.storefront-full-width-content .site-main ul.products.columns-4 li.product{
	border:1px solid #efefef;
	padding-bottom:15px;
}
.archive ul.products li.product .woocommerce-loop-product__title{
	color:#000000;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:16px;	
	text-align:left;
	padding:5px 15px;
}

ul.products li.product .woocommerce-loop-product__title:hover,ul.products li.product .woocommerce-loop-product__title:focus,ul.products li.product .woocommerce-loop-product__title:active{
	text-decoration:underline;
}
.archive ul.products li.product .price{
	text-align:left;
	padding:0 15px;
}
.archive ul.products li.product .button{
	margin: 0;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #ff144b;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	float: left;
	padding-left: 15px;
}
.archive ul.products li.product .product_type_variable::before{
	content: "\f013";
	font-family: "Font Awesome 5 Free";
	font-size:12px;
	color:#ff144b;
	margin-right:10px;	
}
.archive ul.products li.product .add_to_cart_button::before{
	content: "\f07a";
	font-family: "Font Awesome 5 Free";
	font-size:12px;
	color:#ff144b;
	margin-right:10px;	
}
/*** Breadcrumb ***/
.storefront-breadcrumb{
	display:none !important;
}
.storefront-product-pagination{
	display:none !important;
}
/*** Page produit ***/
.single-product h1{
	color:#ff144b;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:27px;
	letter-spacing: 0px;
}
.woocommerce-price-suffix{
	display:none;
}
.single-product .product .summary .price .woocommerce-Price-amount.amount {
	color: #232323 !important;
	font-size: 25px;
}
.woocommerce-product-details__short-description{
	padding-top:4px;
}
.woocommerce-product-details__short-description.post-content {
	border-top:1px solid #e0dede;
}
.single-product div.product .woocommerce-product-rating{
	margin-top:15px !important;
	margin-bottom:10px !important;
}
.single-product .subscription-details{
	font-size:12px;
	font-style:italic;
}
.subscription-details{
	display:none;
}
.single-product .subscription-details .amount{
	font-size:12px !important;
}
.star-rating span::before, .quantity .plus, .quantity .minus, p.stars a:hover::after, p.stars a::after, .star-rating span::before, #payment .payment_methods li input[type="radio"]:first-child:checked + label::before {
	color: #ff144b !important;
}
.single-product  a.woocommerce-review-link{
	color: #ff144b;
	text-decoration:none !important;
}
.single-product  a.woocommerce-review-link:hover{
	text-decoration:underline !important;
}
.single-product .product .summary h3{
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:18px;
	letter-spacing: 0px;	
	border-top:1px solid #e0dede;
	padding-top:20px;
}
.single-product .product .single_add_to_cart_button{
	background-color:#ff144b;
	color:#FFFFFF;
	padding: 13px 29px;
	line-height:17px;
	font-size:14px;
	font-family: PT Sans;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0px;
	border-width: 0px;
	border-style: solid;
	border-radius: 0px;
	text-transform: uppercase;
	transition: all .2s;	
}
.single-product .product .single_add_to_cart_button:hover,.single-product .product .single_add_to_cart_button:focus,.single-product .product .single_add_to_cart_button:active{
	background-color:#e70a3e;
}
.single-product .sku_wrapper{
	display:none !important;
}
.single-product .posted_in{
	font-size:16px;
}
.single-product .posted_in a{
	color:#ff144b;
}

.storefront-full-width-content .woocommerce-tabs ul.tabs {
	width: 100% !important;
	float: none !important;
	margin-right: 0 !important;
	list-style:none;
	min-height: 40px;
	border-top:1px solid transparent;
	margin-bottom:10px;
}
.storefront-full-width-content .woocommerce-tabs ul.tabs li{
	float:left;
	display:inline-block;
	min-height: 40px;
	border-bottom:1px solid transparent;
}
.woocommerce-tabs ul.tabs li a:hover {
	color: #ff144b;
	text-decoration: none !important;
}
.woocommerce-tabs ul.tabs li a {
	display: block;
	border: 1px solid transparent !important;
	padding: 10px 20px !important;
	color:#000000;
}
.woocommerce-tabs ul.tabs li.active{
	border-top:1px solid #e7e6e6;
	border-left:1px solid #e7e6e6;
	border-right:1px solid #e7e6e6;
	border-bottom:1px solid #FFFFFF;
}
.woocommerce-tabs ul.tabs li.active a {
	color:#ff144b !important;
}
.storefront-full-width-content .woocommerce-tabs .panel {
	width: 100% !important;
	float: none !important;
	margin-right: 0;
}
.woo-tabs-horizontal .woocommerce-tabs > .tabs .active {
	border: 1px solid #ddd;
	border-bottom: none;
	min-height: 40px;
	margin-bottom: -1px;
}
.woocommerce-tabs .panel {
	padding: 40px;
	border: 1px solid #e7e6e6;
}

.woocommerce-tabs ul.tabs li::after{
	display:none;
}

.woocommerce-tabs .panel h2{
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:400;	
	font-size:18px !important;
	color:#000000;
	text-align:left;	
}

.woocommerce-tabs .panel table:not(.has-background) th {
	background-color: #FFFFFF;
	color:#ff144b;
}
.woocommerce-tabs .panel table:not(.has-background) tbody td {
	background-color: #FFFFFF;
}
table.shop_attributes{
	border-collapse:collapse;
}
.shop_attributes tr {
	border-bottom: 1px solid #e0e0e0;
}
.shop_attributes tr:last-child {
	border-bottom: 0;
}
.woocommerce-tabs .woocommerce-noreviews{
	background-color: #FFFFFF;
	color:#000000;
	border-left:0;
	padding-left:0;
}
.woocommerce-tabs .woocommerce-noreviews::before{
	display:none;
}
#respond {
	clear: both;
	padding: 0;
	background-color: #FFFFFF;
	position: relative;
}

.woocommerce-tabs textarea{
	box-shadow:none;
	background-color:#FFFFFF;
	border:1px solid #d2d2d2;
}
.woocommerce-tabs #submit{
	background: #ff144b !important;
	padding: 13px 29px;
	line-height: 17px;
	font-size: 14px;	
	color:#FFFFFF;
	font-family: 'PT Sans', sans-serif !important;
	text-transform: uppercase;
	font-weight:700;
	font-style:normal;
	letter-spacing:0;
}
section.related ul.products li.product{
	border:1px solid #ebeaea;
	padding:15px;
}
section.related ul.products li.product .woocommerce-loop-product__title{
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:400;	
	font-size:16px;
	color:#000000;
	text-align:left;	
}
section.related ul.products li.product a:hover .woocommerce-loop-product__title,section.related ul.products li.product a:focus .woocommerce-loop-product__title,section.related ul.products li.product a:active .woocommerce-loop-product__title{
	text-decoration:underline;
}
section.related ul.products li.product .price{
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color: #000000;
	font-family: 'Merriweather', serif;
	font-size: 18px;
	margin-top: 0;
	text-align:left;
}
section.related ul.products li.product .product_type_simple, section.related a.button.product_type_yith_bundle, section.related a.button.product_type_variable {
	margin:0;
	background-color:#FFFFFF;
	border-color:#FFFFFF;
	color:#ff144b;
	font-family: 'Merriweather', serif;
	font-weight:400;
	font-size:12px;
	text-align:left;
	float:right;
	padding-left:0;
}
section.related ul.products li.product .product_type_simple:hover, section.related ul.products li.product .product_type_simple:focus, section.related ul.products li.product .product_type_simple:active{
	text-decoration:underline;
}
section.related ul.products li.product .add_to_cart_button{
	float:left;
}
section.related ul.products li.product .product_type_simple::before, section.related a.button.product_type_yith_bundle::before{
	content: "\f0ca";
	font-family: "Font Awesome 5 Free";
	font-size:12px;
	color:#ff144b;
	margin-right:10px;
}
section.related ul.products li.product .add_to_cart_button::before{
	content: "\f07a";
	font-family: "Font Awesome 5 Free";
	font-size:12px;
	color:#ff144b;
	margin-right:10px;
}
section.related ul.products li.product .product_type_variable::before{
	content: "\f013";
	font-family: "Font Awesome 5 Free";
	font-size:12px;
	color:#ff144b;
	margin-right:10px;
}
section.related h2{
	position:relative;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	display:block;
	font-size:18px !important;
	margin:20px 0 !important;
	text-align:left !important;
	font-weight:400 !important;
}
section.related h2::after{
	content: " ";
	position:absolute;
	top:50%;
	right:0;
	width:90%;
	display:inline-block;
	height:6px;
	border-top:1px solid #e0dede;
	border-bottom:1px solid #e0dede;
	margin:auto;
}

/*** Bloc abonnements ***/
.abonnements{
	margin:40px auto;
	flex-basis:100% !important;
	background-color:#f8f8f8;
	padding:10px !important;
}
.abonnements .wp-block-column{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	height:360px;	
	border:1px solid #ededed;
}
.abonnements h3{
	display:block;
	color:#333333;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:16px;
	padding:15px;
	border-bottom:1px solid #ededed;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	margin-bottom:0;
	background-color:#FFFFFF;
}
.abonnements h3:hover,.abonnements h3:focus,.abonnements h3:active{
	background-color:#f8f8f8;
}
.abonnements p{
	text-align:center;
	margin:0;
	background-color:#FFFFFF;
	padding:15px;
	color:#232323;
	min-height:110px;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	cursor:pointer
}
.abonnements p.prix{
	background-color:#f8f8f8;	
	position:relative;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:400;	
	line-height:40px;
	padding-bottom:40px;
	border-top:0;
	border-bottom:0;
}
.abonnements p.prix strong{
	position:relative;
	top:0;
	font-size:21px;
	color:#505050;
	font-weight:400;
}
.abonnements p.prix strong span{
	color:#c4c4c4;
	position:relative;
	font-size:55px;
	font-weight:700;
	top:20px;
}
.abonnements p.prix em{
	font-size:11px;
	position:relative;
	color:#888888;
	margin-left:0;
	top:30px;
}
.abonnements .wp-block-button{
	margin:15px auto !important;
}
.abonnements .wp-block-button a{
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	font-family: 'PT Sans', sans-serif !important;
}
.abonnements .wp-block-button a:hover,.abonnements .wp-block-button a:focus,.abonnements .wp-block-button a:active{
	background-color:#ea0c40 !important;
}
.all-parfums{
	margin:20px auto 40px auto !important;
}
.all-parfums a{
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	font-family: 'PT Sans', sans-serif !important;
}
.all-parfums a:hover,.all-parfums a:focus,.all-parfums a:active{
	background-color:#ea0c40 !important;
}	
/*** Panier ***/
.woocommerce-cart .entry-header{
	display:none;
}
.woocommerce-cart .entry-content h2{
	font-size: 25px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:700;	
	color:#000000;
	text-align:left;	
}
.woocommerce-cart .entry-content h3{
	font-size: 16px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:400;	
	color:#000000;
	text-align:left;
	border-top:0;
}
#content .woocommerce-info{
	background-color: #FFFFFF;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	color:#808080;
	border-left:0;
	padding-left:25px;
}
#content .woocommerce-info a{
	color:#ff144b;
}
#content .woocommerce-info::before{
	font-family: "Font Awesome 5 Free Regular";
	content:"\f058";
	display: inline-block;
	position: absolute;
	top: 1.05em;
	left: 0;
	color: #808080;
	font-weight:400;
}
.woocommerce-cart table{
	border-collapse:collapse;
}
.woocommerce-cart thead tr th {
	padding: 0 0 .75em 0;
	font-weight: 700;
	font-size: .85em;
}
.woocommerce-cart table.cart td {
	padding: 25px 0;
	vertical-align: middle;
}
.woocommerce-cart table:not(.has-background) th {
	background-color: #FFFFFF;
}
.woocommerce-cart table:not(.has-background) tbody td {
	background-color: #FFFFFF;
}
.woocommerce-cart  table:not(.has-background) tbody tr:nth-child(2n) td{
	background-color: #FFFFFF;
}
.woocommerce-cart a.remove::before {
	color:#ff144b;
}
.woocommerce-cart .shop_table tbody tr{
	border-top:1px solid #e0dede;
	border-bottom:1px solid #e0dede;
	height:140px;
}
.cart-collaterals .shop_table tbody tr{
	height:auto;
}
.woocommerce-cart table.cart td.product-remove {
	border-top:1px solid #e0dede !important;
	border-bottom:1px solid #e0dede !important;
	border-collapse:collapse;
	padding:0;
	
}
.woocommerce-cart .checkout-button,
.woocommerce-cart .actions button,
.shipping-calculator-form button{
	background-color:#ff144b;
	border-color:#ff144b;
	color:#FFFFFF;
}
.woocommerce-cart .checkout-button:hover,.woocommerce-cart .checkout-button:focus,.woocommerce-cart .checkout-button:active{
	background: #cc0030 !important;
	text-decoration:none;
}
#content .input-text {
	padding:9px 15px;
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #d2d2d2;
	font-weight: 400;
	box-shadow: none;
	border-radius:0;
	height:29px;
	font-size:13px;
}
#content textarea.input-text{
	height:auto;
}
#content .input-text.qty{
	height:auto;
	width:auto;
	min-height:43px;
	font-size:16px;
}
#content .product-quantity .input-text.qty{
	padding: .326em;
}
.woocommerce-cart .product-thumbnail {
	flex-shrink: 0;
	width: 90px;
	padding-right:10px;
}
.woocommerce-cart .product-thumbnail img{
	max-width:100%;
}
.select2-container--default .select2-selection--single {
	background-color: #FFFFFF;
	border: 1px solid #d2d2d2;
	border-radius: 0px;
	height:29px;
}
#payment .place-order .button{
	background-color:#ff144b;
	border-color:#ff144b;
	color:#FFFFFF;
	text-transform:uppercase;
}
#payment .place-order .button:hover,#payment .place-order .button:focus,#payment .place-order .button:active{
	background-color:#cc0030;
	border-color:#cc0030;	
}
#payment .order-total .amount{
	color:#ff144b;
}
#payment .order-total .include_tax{
	display:block;
}
.cart-collaterals .ywgc_have_code{
	display:none;
}
.wc-proceed-to-checkout{
	text-align:right;
}
.wc-proceed-to-checkout .button.checkout-button{
	font-size:16px !important;
	max-width:270px;
	display:inline-block;
}

.woocommerce-checkout .infos_destinataire{
	font-size:14px;
	font-weight:400;
	font-style:italic;
	display:none;
}

/*** Découvrir Box ***/
.elementor-template-full-width #content .col-full{
	max-width:100%;
	padding:0;
}
.elementor-template-full-width #content .titre span{
	color:#FF144B;
}
@media screen and (min-width: 768px) {
	.elementor-template-full-width #content .titre_souligner h2{
		position: relative;
		z-index: 1;
		overflow: hidden;
		text-align: center;
		background-color:#FFFFFF;
	}
	.elementor-template-full-width #content .titre_souligner h2:before, .elementor-template-full-width #content .titre_souligner h2:after {
		position: absolute;
		top: 51%;
		overflow: hidden;
		width: 50%;
		height: 1px;
		content: '\a0';
		background-color: #CCCCCC;
	}
	.elementor-template-full-width #content .titre_souligner h2:before {
		margin-left: -51%;
		text-align: right;
	}
	.elementor-template-full-width #content .titre_souligner h2:after {
		margin-left:1%;
	}
}
.elementor-template-full-width #content .liste_produits .woocommerce .woocommerce-loop-product__title{
	font-family:"Oswald", sans-serif;
	font-size:16px;
	line-height:24px;
	font-weight:600;
	color:#ff144b;
}
.elementor-template-full-width #content .liste_produits .woocommerce .price,
.elementor-template-full-width #content .liste_produits .woocommerce .price .amount{
	font-family:"Space Mono", sans-serif;
	font-weight:400;
	color:#231F20;
	font-size:15px;
	line-height:24px;
}
.elementor-template-full-width #content .liste_produits .woocommerce .price del {
	opacity:1.0;
	color:#ff144b;	
}
.elementor-template-full-width #content .liste_produits .woocommerce .price del .amount{
	color:#ff144b;
}
.elementor-template-full-width #content .liste_produits .woocommerce .add_to_cart_button {
	display:none;	
}
.elementor-template-full-width #content .liste_avis{
	position:relative;
	margin:20px auto;
	width:90%;
}
.elementor-template-full-width #content .liste_avis .un_avis{
	position:relative;
	padding:14px;
	background-color:#FFFFFF;
	min-height:86px;
	margin-bottom:24px;
}

@media screen and (min-width: 768px) {
	.elementor-template-full-width #content .liste_avis .un_avis{
		padding:24px;
		display:flex;
		width:100%;
		justify-content:flex-start;
		gap:40px;		
	}
	.elementor-template-full-width #content .liste_avis{
		position:relative;
		margin:20px auto;
		width:100%;
		max-width:940px;		
	}
	.elementor-template-full-width #content .liste_avis .un_avis .qui{
		position:relative;
		min-width:160px;
	}	
}
.elementor-template-full-width #content .liste_avis .un_avis .qui p{
	font-family:"Space Mono", sans-serif;
	font-size:14px;
	font-weight:400;
	color:#ff144b;
	margin-bottom:0;
	padding-bottom:0;
	text-align:left;
}
.elementor-template-full-width #content .liste_avis .un_avis .comment{
	font-family: 'Merriweather', serif;
	font-size:15px;
	font-weight:400;
	line-height:23px;
	text-align:left;
	color: #4A4A4A;
}
.elementor-template-full-width #content .titre_decale {
	margin-top:-160px;
}
.elementor-template-full-width #content .titre_decale .elementor-heading-title {
	display:inline-block;
	padding:16px;
	background-color:#FFFFFF;
}
/*** Prefooter ***/
#partners .partners-title {
	color: #4A4A4A;
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight:700;
	line-height: 35px;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 10px 0;
	margin-top: 0px;
	margin-bottom: 20px;	
}
#partners{
	margin-bottom: 30px;
}
#partners .partners-items{
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}
#partners .partners-items .widget {
	flex: 0 0 33%;
	text-align: center;
}
#partners .partners-items .widget:first-child {
	text-align: left;
}
#partners .partners-items a {
	display:inline-block;
}
#partners .partners-items img {
	width: auto;
	max-height: 60px;
	max-width: 220px !important;
}

/*** Footer ***/
.site-footer {
	border-top: 12px solid #d2d2d2;
	background-color: #FFFFFF;
	color: #000000;
}
.footer-widgets {
	padding-top: 0;
	border-bottom: 0;
}
.site-footer .widget .widget-title, .site-footer .widget .widgettitle {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin: 0 0 28px;
	text-transform: uppercase;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0px;
	font-style: normal;
	color: #000000;
}
.site-footer a:not(.button):not(.components-button) {
	color: #ff144b;
	text-decoration:none;
}
.site-footer a:hover,.site-footer a:focus,.site-footer a:active,
.site-footer a:not(.button):not(.components-button):hover{
	text-decoration:underline;
}
/*** Footer : Twitter feed ***/
ul.light li.tweets_avatar {
	background: #f0f0f2;
	color: #000 !important;
	border-radius:0;
	position:relative;
	padding-left:45px !important;
}
.fetched_tweets.light > li {
	border-color: rgba(255,255,255,0) !important;
	border-width: 0 !important;
	border-style: none !important;
}
.fetched_tweets > li {
	font-family: 'Merriweather', serif;
	box-shadow: none;
}
.fetched_tweets.light .tweets_avatar .tweet_data a {
	color: #ff144b !important;
}
.tweet_data {
	float: left;
	font: 16px/20px 'Merriweather', serif;
	line-height: 20px;
}
ul.light li.tweets_avatar .times a, ul.light li.tweets_avatar .wdtf-screen-name a, ul.light li.tweets_avatar .stats a {
	color: #ff144b !important;
	font-style:normal;
}
.tweets_avatar .tweet_wrap{
	position:relative;
}
.tweets_avatar .tweet_wrap::before {
	position: absolute;
	top: 0;
	left:0;
	margin-left: -45px;
	content: "\f099";
	font-family: "Font Awesome 5 Brands";
	font-size: 30px;
}

/*** Footer : liste produit ***/
footer .product_list_widget li {
	border-bottom: #26303e;
}
footer .product_list_widget a{
	color:#000000 !important;
}
footer .product_list_widget .product-title {
	font-family: 'Oswald';
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0px;
	color:#000000;
}
footer .product_list_widget .woocommerce-Price-amount.amount {
	font-weight: normal;
}
footer .product_list_widget li .amount, footer .product_list_widget li .quantity {
	font-weight: 700;
	padding-top: 3px;
}
footer .product_list_widget li img {
	max-width: 58px;
}
/*** Subfooter menu ***/
#subfooter{
	position:relative;
	width:100%;
	background-color:#f0f0f2;
}
.subfooter-menu{
	display:flex;
	justify-content:center;
	color:#4c4c4d;
	font-size:11px;
	font-family: 'Space Mono', monospace;
	z-index: 10;
	position: relative;
	padding: 15px 10px 60px;
	border-top: 1px solid #d2d2d2;
	background-color: #f0f0f2;	
}
	
.subfooter-menu a{
	color:#4c4c4d;
	font-size:11px;
	font-family: 'Space Mono', monospace;	
}
#menu-menu-footer{
	list-style: none;
	margin: 0;
	display: flex;	
}
#menu-menu-footer.menu li > a::before {
	content: '|' !important;
	color: #000000 !important;
	padding-right: 6px !important;
	padding-left: 6px !important;
	display:inline-block;
}
@media screen and (max-width: 767px) {
	.subfooter-menu{
		flex-direction:column;
		text-align:center;
		padding-bottom:100px;
	}
	#menu-menu-footer{
		display:block;
	}
	#menu-menu-footer.menu li > a::before {
		display:none;
	}
}
/*** Surcharger diverse ***/
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
	outline-color: rgba(0,0,0,0);
	outline:none !important;
}
/*** Noel ***/
.page #post-56377 .entry-header img{
	display:none;
}
.bloc_produit_noel{
	padding:10px !important;
	border:1px solid #efefef;
}
.bloc_produit_noel h4{
	margin-bottom:0 !important;
}
.bloc_produit_noel h3 a{
	color:#000000;
	text-decoration:none !important;
	font-weight:400;
}
.bloc_produit_noel h3 a:hover,.bloc_produit_noel h3 a:focus,.bloc_produit_noel h3 a:active{
	color:#000000;
	text-decoration:underline !important;
}

/*** Popin YITH Gift ***/
#ywdpd_popup_container .ywdpd_step1{
	counter-reset: css-counter 0;
}
#ywdpd_popup_container .ywdpd_step1 .ywdpd_single_rule_container{
	counter-increment: css-counter 1;
}
#ywdpd_popup_container .ywdpd_step1 .ywdpd_single_rule_container .ywdpd_rule_title:before{
	content: "Offre n°" counter(css-counter) " ";
	display:block;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
}

#ywdpd_popup_container .ywdpd_step1::before{
	position:relative;
	display:block;
	width:100%;
	content:"Si vous voyez au moins deux offres dans cette fenêtre, il est nécessaire de cliquer sur le bouton de validation tout en bas pour valider votre choix";
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#ff144b;
}
.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container{
	text-align:center !important;
}

#ywdpd_popup_container .ywdpd_btn_confirm{
	background-color:#ff144b !important;
	font-size:18px !important;
	margin:20px auto !important;
	color:#FFFFFF !important;
}
#ywdpd_popup_container .added{
	border:1px solid #01af8d;
}
.ywdpd_single_rule_container .ywdpd_rule_title, .ywdpd_step2 .ywdpd_rule_title{
	max-width:100% !important;
	margin:15px auto !important;
}
#ywdpd_popup_container .ywdpd_step1 .ywdpd_single_rule_container:nth-child(0n+2){
	border-top:1px solid #f2f2f2;
	margin-top:20px !important;
}
.woocommerce-MyAccount-content .ywarc_roles_gained {
	display: none;
}