/**
Theme Name: Detentation
Author: Willy Bahuaud
Author URI: https://wabeo.fr
Description: Theme pour Détentation
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: detentation
Template: astra
*/

.site-logo-img img{
	width:315px;
}

header .custom-logo-link.pro img{
	width:345px;
	max-width:345px;
}

.astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg,.transparent-custom-logo .astra-logo-svg,.advanced-header-logo .astra-logo-svg) {
    height: auto !important;
}

.ast-header-button-1 .ast-custom-button::before,
.ast-header-button-2 .ast-custom-button::before
{
	content:'';
	background:url("icon/pro.svg");
	background-size:98%;
	background-repeat:no-repeat;
	display:inline-block;
	width:28px;
	height:28px;
	vertical-align:middle;
	margin:-6px .75em -6px 0;
}

.ast-header-button-1 .ast-custom-button{
	margin-left:-35px;
}

.ast-header-button-2 .ast-custom-button::before{
	background-image:url("icon/calendrier.svg");
}

.phone::before{
	content:'';
	background:url("icon/tel.svg");
	background-size:98%;
	background-repeat:no-repeat;
	display:inline-block;
	width:28px;
	height:28px;
	vertical-align:middle;
	margin:-6px .75em -6px 0;
}

.ast-header-account-text,
.ast-woo-header-cart-title{
	font-size:12px;
	text-transform:uppercase;
	font-weight:900;
}

.ast-woo-header-cart-title{
	color:#abc1c1
}

.ast-header-account-text::before{
	content:'';
	background:url("icon/connexion.svg");
	background-size:contain;
	background-repeat:no-repeat;
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align:middle;
	margin:-5px .75em 0 0;
}

.ast-addon-cart-wrap{
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
}

.ast-site-header-cart .ast-woo-header-cart-info-wrap{
	line-height:1;
}

.ast-icon-shopping-bag{
	margin:0 .75em -4px 0;
}

.site-footer-primary-section-1{
	font-weight:300;
}

.site-footer-primary-section-2 .widget,
.site-footer-primary-section-3 .widget{
	margin-bottom:.25em;
}

.site-footer-primary-section-2 .widget:not(:first-child),
.site-footer-primary-section-3 .widget:not(:first-child){
	font-size:14px;
	line-height:1.3;
}

.site-footer-primary-section-2 .menu a{
	line-height:1.5;
	color:black;
}

@media (min-width:768px) {
	.footer-nav-wrap li:not(:first-child){
		position:relative;
		margin-left:8px;
		padding-left:10px;
	}
	
	.footer-nav-wrap li:not(:first-child)::before{
		position:absolute;
		content:'';
		height:1em;
		width:2px;
		background:black;
		top:.3em;
		left:0;
	}
	
	.sep-white .uagb-columns__inner-wrap > .wp-block-uagb-column + .wp-block-uagb-column{
		border-left:1px solid rgba(255,255,255,.5);
	}

	.sep-green .uagb-columns__inner-wrap > .wp-block-uagb-column + .wp-block-uagb-column{
		border-left:1px solid rgba(26,101,104,.5);
	}
}

.quantity.buttons_added,
.single_add_to_cart_button{
	display:none !important;
}

.prdctfltr_wc{
	margin-bottom:4em
}

.conseil__img{}

.entry-content .conseil__title a{
	font-weight:300;
	color:black;
	text-decoration:none;
}

.entry-content .conseil_excerpt p{
	line-height:1.2;
	font-size:18px;
}

.short-desc{
	color:#999;
	font-size:18px;
	font-weight:bold;
	margin-top:1.5rem;
}

.ast-grid-common-col .entry-title{text-align:center}

.ast-grid-common-col .entry-content p{
	font-size:21px;
	text-align:center;
}

.woocommerce-pagination{
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	margin-top:4em
}

body.woocommerce nav.woocommerce-pagination ul li span,body.woocommerce nav.woocommerce-pagination ul li a{
	font-weight:bold;
	color:black;
}

body.woocommerce nav.woocommerce-pagination ul li span{
	color:#999 !important;
}

body.woocommerce nav.woocommerce-pagination ul li .prev{
	margin-right:4em;
}

body.woocommerce nav.woocommerce-pagination ul li .prev::before{
	background:url("https://detentation.wabeo-dev.xyz/wp-content/themes/detentation/icon/arrow-r.png") no-repeat center center;
	background-size:contain;
	content:'';
	width:17px;
	height:17px;
	display:inline-block;
	transform:translate(-10px,4px) rotate(180deg);
}

.arrow-filter::before{
	background:url("https://detentation.wabeo-dev.xyz/wp-content/themes/detentation/icon/arrow-r.png") no-repeat center center;
	background-size:contain;
	content:'';
	width:17px;
	height:17px;
	display:inline-block;
	transform:rotate(90deg);
}

.prdctfltr_close_sidebar{display:none;}

.prdctfltr_filter_inner{
	margin-top:1em
}

.prdctfltr_topbar>span:before,
.prdctfltr_showing:before{
	content:'' !important;
	height:30px;
	border-left:1px solid #ccc;
	display:inline-block;
	margin:0 20px !important;
	vertical-align:middle;
	transform:translateX(4px);
}

.prdctfltr_filter_title{
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
	font-size:14px !important;
}

body.woocommerce nav.woocommerce-pagination ul li .next::after{
	background:url("https://detentation.wabeo-dev.xyz/wp-content/themes/detentation/icon/arrow-r.png") no-repeat center center;
	background-size:contain;
	content:'';
	width:17px;
	height:17px;
	display:inline-block;
	transform:translate(10px, 4px);
}


body.woocommerce nav.woocommerce-pagination ul li .next{
	margin-left:4em;
}

.woosc-btn{
	text-transform:uppercase;
	font-weight:900;
	letter-spacing:1px;
	box-shadow:0 1px;
	display:inline-block !important;
	width:95px !important;
	align-self:center;
	transform:translateX(15px);
}

.woosc-btn::before{
	position:absolute;
	left:-28px;
	content:'';
	width:25px;
	height:25px;
	background:url(https://detentation.wabeo-dev.xyz/wp-content/themes/detentation/icon/comparer.svg) center no-repeat
}

.woosc-btn.woosc-btn-added:before{
	background-image:url(https://detentation.wabeo-dev.xyz/wp-content/themes/detentation/icon/comparer-on.svg);
}

.conseil__title--fine a{
	color:black;
	line-height:1.3;
	font-weight:300;
	margin:.5em 0 1em;
}

.conseil_excerpt .wp-block-post-excerpt__more-link{
	font-weight:900;
	color:black;
	text-decoration:none !important;
	border-bottom:1px solid;
	font-size:16px;
	letter-spacing:1px;
}

.conseil__liste{
	margin:0 -20px;
	display:flex;
	align-items:stretch;
	max-width:	calc(100% + 40px)
}

.interlettrage-double{
	letter-spacing:4px
}

.full-block{
	height:300px;
	display:flex;
	justify-content:center;
	align-items:center
}

body .slick-next:before{
	content:'';
	width:43px;
	height:86px;
	position:absolute;
	right:0;
	top:-43px;
	background:url("https://detentation.wabeo-dev.xyz/wp-content/themes/detentation/icon/arrow-r.png") no-repeat center center;
	background-size:cover;
}


body .slick-prev:before{
	content:'';
	width:43px;
	height:86px;
	position:absolute;
	right:0;
	top:-43px;
	transform:rotate(-180deg);
	background:url("https://detentation.wabeo-dev.xyz/wp-content/themes/detentation/icon/arrow-r.png") no-repeat center center;
	background-size:cover;
}

.astra-advanced-hook-24705{
	grid-column:span 3;
	margin:4em 0
}
body .slick-dots{
	bottom:20px
}

body .slick-dots li button:before{
	content:'';
	border:1px solid white;
	border-radius:50%;
	opacity:1;
}

body .slick-dots li.slick-active button:before{
	background:white;
	opacity:1;
}

.wc-block-grid__product-image,
.astra-shop-thumbnail-wrap a{
	width:100%;
	padding-bottom:125%;
	border:1px solid #ccc;
	display:block;
}

body .wc-block-grid__product-title{
	text-align:center;
}

body .wc-block-grid__product a.wc-block-grid__product-link{
	text-decoration:none;
}



body .wc-block-grid .wc-block-grid__products .wc-block-grid__product a img,body  .astra-shop-thumbnail-wrap a img{
	position:absolute;
	top:0;
	left:0;
	height:100% !important;
	width:100% !important;
	object-fit:contain;
}

.introduction{
	font-size:21px;
	line-height:1.4;
	font-weight:300;
	text-align:center;
}

.introduction strong{
	font-weight:bold
}

.wp-block-columns.same-cols-4-5 .min-heights{
    min-height:600px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	flex-grow:1;
}

.astra-shop-summary-wrap{
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	flex-grow: 1;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price{
	margin-top:auto;
}

.up-sells.upsells.products{
	background:#ACC2C2;
	width:100vw;
	clear:both;
	margin-left:calc( (100vw - 100%) / -2);
}

.up-sells.upsells.products .products,
.woocommerce-Reviews{
	max-width:1152px;
	padding:30px 0;
	margin:0 auto;
}

.up-sells.upsells.products .astra-shop-thumbnail-wrap a{
	background:white;
}

.up-sells.upsells.products .short-desc{
	color:#1A6568;
}

.up-sells.upsells.products h2{
	text-align:center;
	padding:50px 0 0;
	color:black;
	font-size:28px;
	text-transform:uppercase;
	font-weight:900;
	letter-spacing:4px
}

.w-avis{
	clear:both;
	padding:20px 0 20px;
	background:#EEEDEE;
	width:100vw;
	clear:both;
	margin-left:calc( (100vw - 100%) / -2);
}

.woocommerce #reviews h2{
	font-size:36px;
	color:black;
	font-weight:300;
	margin-bottom:50px;
	display:block
}

#reviews .comment-reply-title{
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:900;
	margin-bottom:2em;
	display:block;
}

.woocommerce #reviews #review_form{
	border:none;
	padding-right:0;
	border-left:1px solid white;
}

.caracteristiques-produit__wrapper{
	clear:both;
	background:#ACC2C2;
	margin:70px auto;
	padding:50px;
}

.caracteristiques-produit{
	columns:2;
	padding:0 100px;
	margin:0 !important;
	list-style:none;
	line-height:1.6
}

.caracteristiques-produit span{
	font-weight:900;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.caracteristiques-produit__title{
	text-align:center;
	color:white;
	padding-bottom:30px;
}

.product-big-desc{
	clear:both;
	padding:50px 0;
}

.product-big-desc h2{
	text-transform:uppercase;
	color:black;
	letter-spacing:1px;
	font-size:14px;
	font-weight:900;
	margin-bottom:20px;
}

.product-big-desc__wrapper{
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.product-big-desc__elem{
	width:31%;
	display:flex;
	flex-direction:column;
	align-items:center;
	color:#666;
	font-size:14px;
}

.product-big-desc__elem img{
	order:-1;
	display:block;
	border-radius:50%;
}

.product-big-desc__titre{
	font-size:14px;
	margin:20px 0 10px;
	color:#666;
	font-weight:900;
}

.w-fond-produit{
	background:#EEEDEE;
	overflow:hidden;
	width:100vw;
	margin-left:calc( (100vw - 100%) / -2);
	padding:50px calc((100vw - 1152px) / 2);
}

.product-category-list{
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	margin-bottom:2em;
}

.product-category-list a{
	color:black;
}

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-review-link{
	color:black;
	font-size:14px;
}

.w-col-product-images{
	width:50%;
	float:left;
}

.woocommerce-product-gallery__wrapper{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
}

.woocommerce-product-gallery__wrapper div[data-thumb]{
	position:relative;
	padding-top:125%;
	width:100%;
	background:white;
}

.woocommerce-product-gallery__wrapper div[data-thumb] img{
	position:absolute;
	top:0;
	left:0;
	height:100% !important;
	width:100% !important;
	object-fit:contain;
}

.woocommerce-product-gallery__wrapper div[data-thumb]:nth-child(n + 5){
	display:none;
}

.massages,
.ideal-dimensions{
	background:white;
	padding:0 2em;
	display:flex;
	color:#999;
	font-size:18px;
	font-weight:bold;
	justify-content:space-between;
	align-items:center;
	margin-top:2rem;;
}

.massages p,
.ideal-dimensions p{
	margin-bottom:0;
	padding:2.5em 0;
}

.massages__wrapper{
	color:white;
	font-size:0;
}

.massages__wrapper span{
	display:inline-block;
	font-size:14px;
	font-weight:400;
	padding:.5em 1em;
	vertical-align:middle;
}

.massages__wrapper span.current{
	padding:1em;
}

.ideal-dimensions img{
	width:160px;
	height:auto;
}

.ideal-dimensions__wrapper{
	font-size:0;
}

.ideal-dimensions__wrapper span{
	font-size:14px;
	color:#3F6EB5;
	vertical-align:middle;
}

.ideal-dimensions__wrapper span:first-of-type{
	margin-left:auto;
	color:#3FB577;
}

.w-sharer{
	color:#acc2c2;
	font-size:18px;
	padding-top:3rem;
	font-weight:bold;
	line-height:2.25em;
}

.w-sharer span,
.w-sharer .addthis_inline_share_toolbox{
	float:left;
	clear:none !important;
}

.w-button__group{
	padding-top:2rem;
	clear:both;
}

.w-button{
	clear:both;
	width:100%;
	background:#1A6568;
	color:white;
	border:2px solid #1A6568;
	padding:1.5em;
	font-size:16px;
	text-transform:uppercase;
	font-weight:900;
	letter-spacing:1px;
}

.w-button--white{
	background:white;
	color:#1A6568;
	border-color:white;
}

.w-button:hover,
.w-button:focus{
	background:white;
	color:#1A6568;
}

.w-button--white:hover,
.w-button--white:focus{
	background:none;
	border-color:white;
}

.summary .price{
	float:left;
	display: flex;
    flex-direction: column;
}

.summary .price del{
	font-size:28px;
}

.summary .woosc-btn{
	float:right;
	margin:1rem 1rem 0 0;
}

.woocommerce #content .ast-woocommerce-container div.product div.summary, .woocommerce .ast-woocommerce-container div.product div.summary, .woocommerce-page #content .ast-woocommerce-container div.product div.summary, .woocommerce-page .ast-woocommerce-container div.product div.summary{
	width:42%;
}

.template-pro .ast-above-header.ast-above-header-bar{
	background:black;
}

.font-light{
	font-weight:300 !important
}

.font-regular{
	font-weight:400 !important;
}

.no-mb{
	margin-bottom:0 !important;
}

.ast-site-title-wrap{
	text-align:center;
	font-style:italic;
	text-rendering: optimizeLegibility;
	text-shadow:0 0 2px #999
}

.shadow img{
	box-shadow:-9em 8em 0 -3em #1A6568;
}


.shadow--reverse img{
	margin-top:5rem;
	box-shadow:-9em -8em 0 -3em #1A6568;
}

.w-filtres-categories__wrapper{
	display:block;
	margin:4rem 0 -1rem;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.w-filtres-categories{
	margin:0 -2em;
	list-style:none;
	padding:0;
}

.w-filtres-categories a{
	display:block;
	padding:1em 2em;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	color:black;
	letter-spacing:1px
}

.w-filtres-categories .cat-item{
	position:relative;
}

.w-filtres-categories .cat-item + .cat-item::before{
	content:'';
	height:2.5em;
	border-left:1px solid #ccc;
	display:block;
	position:absolute;
	top:.25em;
}

.single-post .ast-article-single .single-layout-1{
	max-width:1156px;
	margin:0 auto;
}

.single-post .site-content > .ast-container{
	max-width:calc( 100vw - 4rem);
}

.single-post .ast-article-single .single-layout-1 h1.entry-title{
	text-align:center;
	margin-bottom:1rem
}

.single-post .ast-article-single{
	padding-top:3rem
}

.single-post .ast-article-single .entry-content h2{
	color:black;
	font-size:24px;
	font-weight:bold;
	font-style:italic
}

.single-post .ast-article-single .entry-content h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:.5rem
}


.single-post .ast-article-single .entry-content p,
.single-post .ast-article-single .entry-content ul,
.single-post .ast-article-single .entry-content ol{
	line-height:1.4;
}


.single-post .ast-article-single .entry-content blockquote{
	margin:2rem 0;
	padding:0;
	font-size:24px;
	color:#1A6568;
	border:0;
}

.single-post .ast-article-single .entry-content blockquote p{
	margin-bottom:.5em;
}

.single-post .ast-article-single .entry-content blockquote cite{
	font-size:18px;
	font-style:normal;
}


.single.ast-separate-container .ast-author-meta{
	background:#f5f5f5;
	padding-top:2rem;
	padding-bottom:2rem;
}

.about-author{
	font-size:36px;
	color:#1A6568;
	margin-bottom:1rem
}

.single .ast-author-details .author-title,
.ast-separate-container .comment-reply-title{
	font-size:14px !important;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:900;
	margin-bottom:1rem;
	color:black;
}

.comments-area .form-submit{
	text-align:center;
}

#comments .form-submit input[type="submit"]{
	color:black;
	border:1px solid black;
	padding-left:2.5rem;
	padding-right:2.5rem;
}

#comments .form-submit input[type="submit"]:hover,#comments .form-submit input[type="submit"]:focus{
	background:#1A6568;
	border-color:#1A6568;
	color:white;
}

.rpt{
	color:black;
	text-align:center;
	text-transform:uppercase;
	font-size:28px;
	font-weight:900;
	letter-spacing:1px;
	margin-top:-1rem
}

.rpw{
	display:flex;
	margin:0 -.5rem;
}

.rpi{
	width:32.3%;
	background:white;
	padding:2rem;
	margin:0 .5rem;
	text-align:center;
	font-size:18px;
	position:relative;
	overflow:hidden;
}

.rpi img{
	margin:-2rem -2rem 2rem;
	display:block;
	width:calc(100% + 4rem);
	max-width:1000px !important;
	height:240px;
	object-fit:cover;
}

.rpit{
	color:black;
	margin-bottom:1rem;
	display:block;
	font-size:21px;
}

.rpit::before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

.comments-area{
	margin:0 -4rem -4rem;
	background:white;
}

.comment-respond{
	max-width:1156px;
	margin:0 auto;
	padding:50px 0!important;
}

.single.ast-separate-container .ast-author-meta{
	max-width:1156px;
	margin:0 auto;
	padding:0 0 50px;
}

.ast-comment-list{
	max-width:1156px;
	margin:0 auto -3rem;
	padding:0;
}

.ast-separate-container .ast-comment-list li.depth-1{
	padding-left:0;
	padding-right:0;
}

.ast-separate-container .comments-title{
	text-align:center;
	max-width:1156px;
	margin:0 auto;
	font-size:36px;
	font-weight:300;
	color:black;
}

.ast-comment-list ~ .comment-respond{
	border-top:1px solid #ccc
}

.numered-box .uagb-infobox__content-wrap .uagb-ifb-content{
	display:flex !important;
	flex-direction:column;
}

.numered-box .uagb-ifb-text-wrap{
	order:-1;
	z-index:1
}

.numered-box .uagb-ifb-image-icon-content {
	border:1px solid #ccc;
	padding-top:32px;
	margin-top:-24px !important;
	padding:1rem;position:relative;
	width:100%;
	padding-top:115%
}

.numered-box .uagb-ifb-image-icon-content img{
	position:absolute;
	top:0;
	left:2.5%;
	display:block;
	width:95% !important;
	height:100% !important;
	object-fit:contain;
	/*max-width:1000px !important;
	max-height:1000px !important;*/
}

.numered-box .uagb-ifb-imgicon-wrap .uagb-ifb-image-content{
	position:static;
}

.numered-box .uagb-infobox-cta-link{
	width:48px;
	height:48px;
	line-height:44px;
	text-align:center;
	padding:0 !important;
}

.ast-header-breadcrumb{
	background:none !important;
	position:relative;
	padding:0;
	margin:0;
}

.ast-header-breadcrumb > .ast-container{
	position:absolute;
	left:2rem;
	top:1rem
}

.woocommerce div.product form.cart{
	border-bottom:1px solid white;
}

.button-whatsapp .uagb-button__icon{
	width:24px;
	color:#1a6568 !important;
	margin-right:16px !important;
}

.button-whatsapp--green .uagb-button__icon{
	color:white !important;
}

.button-whatsapp a:hover .uagb-button__icon{
	color:#fff !important;
}

.button-whatsapp--green a:hover .uagb-button__icon{
	color:#1a6568 !important;
}

.flexy{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	position:relative;
}

.flexy .wpcf7-form-control-wrap{
	max-width:250px;
}

.flexy input[type="text"],
.flexy input[type="email"]{
	font-weight:900;
	border-radius:0;
	line-height:1.8rem;
	color:black !important;
}

.flexy input[type="text"]::placeholder,

.flexy input[type="email"]::placeholder{
	color:black !important;
	opacity:1 !important;
}

.flexy .wpcf7-spinner{
	position:absolute;
	left:100%;
}

.flexy input[type="submit"]{
	background:black;
	padding:0 1rem;
	line-height:1.8rem;
	height:3.5rem;
	vertical-align:middle;
	border:1px solid black;
	color:white;
}

.form-green .flexy  input[type="submit"]{
	color:white !important;
	background:#1a6568 !important;
	border:none;
}

.form-green .flexy  input[type="submit"]:hover{
	background:black !important;
}

.form-green .flexy input[type="text"]{
	border-color:white
}

.w-buttons-dwl{
	padding-bottom:65px;
	display:flex;
	justify-content:space-around;
}

.w-buttons-dwl button{color:black;
border-color:black}


.w-buttons-dwl button::before{
	content:'';
	margin-right:1rem;
	width:20px;
	height:20px;
	margin-bottom:-5px;
	background:url(https://detentation.wabeo-dev.xyz/wp-content/themes/detentation/icon/download.png) no-repeat;
	display:inline-block;
	background-size:contain;
	vertical-align:center;
}

.w-buttons-dwl button:hover{
	border-color:#1a6568;
	color:white;
}

.rmb.title{
	text-align:center;
	font-size:16px;
	letter-spacing:1px;
	text-transform:uppercase;;
	font-weight:900;
	margin-bottom:2rem
}