/* Alen E-Commerce Plugin Styles */


.joelette_product_hot_label {
	display:inline-block;
	text-transform: uppercase;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    background: #FFE2D6;
    font-family: 'Righteous', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #E9672C;
    margin-bottom:10px;
}

.template-joelette2 .joelette_product_hot_label{
        display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 800;
    color: #9a3412;
    background: #ffedd5;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    padding: 6px 10px;
    margin-bottom: 10px;
}

/* Style principal du label */
.joelette_product_feature_label {
    display: inline-flex;           /* flex pour aligner texte + image */
    align-items: center;            /* centre verticalement */
    padding: 4px 8px;               /* raccourci pour padding top/right/bottom/left */
    background: #F7F7F7;
    opacity: 1;
    font-family: 'Righteous', sans-serif;
    font-weight: 400;
    font-style: normal;             /* "Regular" = normal en CSS */
    line-height: 150%;              /* 1.5 fois la taille de la police */
    letter-spacing: 0%;
    color: #212121;
    margin:0;
    width: 40%;
    margin-bottom: 16px;
    margin-right: 16px;    
}

.template-joelette2 .joelette_product_feature_label{
background: none;
    width: 100%;
    display: inline-block;
    padding:0;
    margin-right: 0;
    margin-bottom:10px
}

.template-joelette2 .joelette_product_feature_label img{
    float:left;
    width:50px
}

.template-joelette2 .joelette_product_feature_label em{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Source Sans Pro';
    display: block;
}

.joelette_product_h3{
    font-family: Righteous;
font-weight: 400;
font-style: Regular;
font-size: 40px;
line-height: 125%;
letter-spacing: 0%;
margin-bottom:48px!important;
}
.alen-product-post-reassurance-top{
        text-align: center;
    line-height: 0;
    margin-top:20px
}
.joelette_product_reassurance_pill{
        display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    /* border: 1px solid var(--line); */
    border-radius: 999px;
    background: #fff;
    font-weight: 800;
    font-size: 16px;
    /* color: var(--text); */
}

.joelette_product_reassurance_pill img{
    width:30px;
    height:30px
}

/* Style des images à l'intérieur du label */
.joelette_product_feature_label img, .joelette_product_feature_label svg {
    width: 20px;
    margin-bottom:0px!important;
    margin-right: 10px;
    overflow: visible!important;
}

.single-product p{
    line-height: 150%;
}

.single-product .woocommerce-product-gallery__trigger span{
    display: none;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img{
    width: 100%;
}

.single-product  .summary .product_title{
    line-height: 125%;
    display: block!important;
}

.single-product form.cart .quantity{
    display:none!important
}

.single-product .alen-product-post-description {
    display: flex;           /* active le flex */
    gap: 10px;  
    margin-top:16px             /* espace entre les enfants */
}

.single-product .alen-product-post-description > * {
    flex: 1;                 /* chaque enfant prend une part égale */
}




/* Mobile : une seule colonne */
@media (max-width: 768px) {
    .single-product .alen-product-post-description {
        flex-direction: column; /* empile les enfants */
    }
    .single-product .alen-product-post-description > * {
        flex: none;    /* ignore le flex sur mobile */
        width: 100%;   /* chaque enfant prend toute la largeur */
    }
}







/* SLIDER MOBILE */
.text-columns-slider .container {
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.text-columns-slider .container .wpb_column {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px 16px;
}

/* Pagination */
.text-columns-slider .slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.text-columns-slider .slider-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #ccc;
    cursor: pointer;
    padding:0
}

.text-columns-slider .slider-dots button.active {
    background: #444;
}

.text-columns-slider .container{
        overflow: visible!important;
}

/* DESKTOP : annuler le slider */
@media (min-width: 768px) {
    
    .text-columns-slider .container {
        display: flex;
    }
    .text-columns-slider .container .wpb_column {
        min-width: auto;
    }
    .text-columns-slider .slider-dots {
        display: none;
    }
}


@media only screen and (min-width: 768px) {
    .product .single-product-wrapper .summary {
        padding: 24px;
    }
    .template-joelette2 .product .single-product-wrapper .summary {
        padding-top: 12px;
        background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(2,6,23,.08);
    padding-left:16px;
    padding-right:16px;
    margin-left:18px
    }
}
@media only screen and (min-width: 1024px) {
    .product .single-product-wrapper .summary {
        padding: 48px;
    }
    .template-joelette2 .product .single-product-wrapper .summary {
        padding-top: 16px;
        /* padding-top: 0px; */
    }

}



.alen-product-pre-title .woocommerce-breadcrumb{
    font-family: Source Sans Pro;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    color: #666666;
    text-transform: uppercase;
        margin-bottom:24px

}
.alen-product-pre-title .woocommerce-breadcrumb span{
    font-family: Source Sans Pro;
font-weight: 600;
font-style: SemiBold;
line-height: 150%;
letter-spacing: 0;

}

.product .summary .product_title{
    margin-bottom:0px;
}
.product .single-title-wrapper .alen-product-post-title{
    display:block!important
}

/* .alen-product-post-title h2{
    margin-bottom: 30px;
    margin-top: -30px;
} */
.product .single-title-wrapper{
    margin:0
 }

 .product .summary .price{
    font-family: Righteous;
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 125%;
letter-spacing: 0%;
text-transform: capitalize;
color:#E9672C!important
 }

 .woocommerce-product-details__short-description{
    margin-top:10px
 }

 .product .single_add_to_cart_button.button{
    width:100%;
    color:white!important;
        padding: 16PX ! IMPORTANT;
 }

 .product .button.fiche_technique{
        padding: 16PX ! IMPORTANT;
    color:#212121!important;
    border: 1px solid #212121!important;
    display: block!important;
 }
 .product .button.fiche_technique:after{
    display:none!important
 }

 .alen-encart_communication_aides_financement{
    padding:16px;
    background: #FFE2D6;
    margin-top:24px;
    margin-bottom:24px
 }
.alen-encart_communication_aides_financement h3{
font-family: Righteous;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
color:#E9672C;
margin:0;
margin-bottom:10px;
}
.alen-encart_communication_aides_financement h3 img, .alen-encart_communication_aides_financement h3 svg{
    width: 24px;
    margin:0;
    margin-right:10px;
    overflow: visible;
    vertical-align: middle;    
}

 .alen-encart_communication_aides_financement p{
        margin: 0;
    color: #E9672C;
    line-height: 150%;
 }

 .alen-encart_communication_aides_financement p a{
margin-top: 10px;
    color: #E9672C;
    font-weight: bold;
    display: inline-block;;
 }


 .product .summary form.variations_form.cart, .product .summary form.cart{
    overflow:hidden
 }

 .et-accordion .toggle-title.icon-true{
    padding-left:16px!important
 }


 .alen.et-accordion{
    margin-bottom:8px
 }

 .woocommerce-product-gallery, .product .single-product-wrapper .summary{
    margin-bottom:0px!important
 }

.product .ose-youtube, .product iframe{height:auto!important}

.product .woocommerce-product-gallery, .product .single-product-wrapper .summary.entry-summary{
    margin-bottom:0!important;
    padding-bottom:0!important
}

.product .feature_img .vc_figure{display: block!important;}
.product .feature_img .vc_figure .vc_single_image-wrapper{display: block!important;}
.product .feature_img .vc_figure .vc_single_image-wrapper img{
    width: 100%;
      object-fit: cover;
    height: 200px!important;
}

#temoignage-p p{
    margin-bottom:0
}

.product .alen-product-sub-title h2{
    text-transform: capitalize;
    line-height: 125%;
}
.template-joelette2 .alen-product-sub-title h2{
    font-size: 20px;
    font-weight: 400;
    font-family: Source Sans Pro;
    line-height: 32px;
    letter-spacing: 0px;
    color: #616161;
}
.product .woocommerce-product-gallery .flex-control-nav li:last-child, .product .woocommerce-product-gallery .flex-control-nav li:nth-child(5n+5){
    margin-right: 0!important;
}



.product .loop-product .product .post-body{
    position:absolute;left:16px;top:16px;
    padding:0;
    box-shadow:none
}

.product .loop-product .product .post-title{
    margin:0;
}
.product .loop-product .product .post-title a{
    background:#FFE2D6;
    padding:4px 8px;
    font-family: Righteous;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%;
color:#E9672C;
float:left;
text-transform: uppercase;
}

.product .related-products{
    border:0;
    padding-top:64px
}

/* Galerie d'images - 6 images par ligne */
.woocommerce-product-gallery .flex-control-nav {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 !important;
}

.woocommerce-product-gallery .flex-control-nav li {
    margin: 0 !important;
    overflow: hidden;
    border-radius: 4px;
}

.woocommerce-product-gallery .flex-control-nav li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.woocommerce-product-gallery .flex-control-nav li img:hover {
    opacity: 0.8;
}



#temoignages .wpb_video_widget .wpb_wrapper iframe,
#temoignage .wpb_video_widget .wpb_wrapper iframe{
    max-height: 400px !important;
    height: 400px !important;
    position:relative;
    padding-top:0!important
}
#temoignages .wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper,
#temoignage .wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper{
    padding-top:24px!important
}
#temoignage .wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper{
    padding-top:0px!important
}


.product .related-products{
    padding-top:0!important
}


.a-left-right-padding-48 > div{
    padding-left:48px!important;
    padding-right:48px!important;
}

.a-top-padding-96{
    padding-top:96px!important;
}
.a-bottom-padding-96{
    padding-bottom:96px!important;
}

.a-top-padding-48{
    padding-top:48px!important;
}
.a-bottom-padding-48{
    padding-bottom:48px!important;
}


#temoignages h3.joelette_product_h3{
margin-bottom:32px!important
}

/* Mobile : une seule colonne */
@media (max-width: 768px) {

.alen-product-pre-title .woocommerce-breadcrumb{
    display: none;
}
.woocommerce-product-gallery .flex-control-nav li{
    width:100%!important
}
.product .woocommerce-product-gallery .flex-control-nav{
    grid-template-columns:repeat(3, 1fr);
    padding:10px
}
.joelette_product_hot_label{
}
.product .single-product-wrapper .summary.entry-summary{
    padding:16px;
    padding-bottom:0
}
.joelette_product_feature_label{
    width:100%
}
.joelette_product_h3{
font-size: 28px;
margin-bottom: 16px!important;
}
.a-left-right-padding-48 > div{
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.a-top-padding-96{
    padding-top:16px!important;
}
.a-bottom-padding-96{
    padding-bottom:16px!important;
}
.a-top-padding-48{
    padding-top:16px!important;
}
.a-bottom-padding-48{
    padding-bottom:16px!important;
}
.text-columns-slider.a-left-right-padding-48 > div{
     padding-left: 0 !important;
    padding-right: 0 !important;   
}
.text-columns-slider .container .wpb_item .wpb_column{
    padding: 20px 0;
}
.mb-sm-10{
    margin-bottom:10px!important;
}
}

#currency_switcher-alen{
    float: right;
}

/* .header-menu{
    position:relative;
    z-index:3000
}

.header-logo.hbe-center{
    position:absolute!important;
    left:0!important;width:100%!important;
    text-align: center!important;
}

.btn-contact-header{
    float:right!important
}

.header-logo.hbe-center img{
    max-height: 50px!important;
} */

/* header .btn-contact-header.et-header-button.hbe, header .btn-contact-header.et-header-button.hbe a, header #et-header-button-853159 a {
    height:auto!important;
    line-height: normal!important;
}
.btn-contact-header a .text{
    line-height: 50px!important;
} */
/* header #et-header-button-853159 a {
    margin-top:20px
} */

#reassurance_footer h3, #reassurance_footer h4, #reassurance_footer h5{
margin-bottom:0!important;
font-size:16px!important
}

.alen-item-thumb img {
	height: 100% !important;
}

/* ============================================
   CURRENCY SWITCHER STYLES
   ============================================ */

.alen-currency-switcher {
	display: inline-block;
	margin: 10px 0;
}

/* USD Symbol Position Fix - Ensure $ appears before amount */
body.currency-usd .woocommerce-Price-currencySymbol {
	order: -1;
}

body.currency-usd .woocommerce-Price-amount.amount bdi {
	display: inline-flex;
	align-items: center;
}

/* Dropdown Layout */
.alen-currency-switcher[data-layout="dropdown"] {
	position: relative;
}

.alen-currency-switcher select.alen-currency-select {
	padding: 8px 12px;
    padding:0px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	cursor: pointer;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
    margin:0;
    height:auto
}

.alen-currency-switcher select.alen-currency-select:hover {
	border-color: #999;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.alen-currency-switcher select.alen-currency-select:focus {
	outline: none;
	border-color: #E9672C;
	box-shadow: 0 0 8px rgba(233, 103, 44, 0.3);
}

/* Flags Layout */
.alen-currency-switcher[data-layout="flags"] .alen-currency-flags {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.alen-currency-switcher .alen-currency-flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
    padding:0px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.alen-currency-switcher .alen-currency-flag:hover {
	background-color: #f5f5f5;
	border-color: #999;
}

.alen-currency-switcher .alen-currency-flag.active {
	background-color: #E9672C;
	color: #fff;
	border-color: #E9672C;
	font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
	.alen-currency-switcher select.alen-currency-select {
		min-width: 100px;
		font-size: 13px;
		padding: 6px 10px;
	}

	.alen-currency-switcher[data-layout="flags"] .alen-currency-flags {
		gap: 8px;
	}

	.alen-currency-switcher .alen-currency-flag {
		padding: 6px 10px;
		font-size: 12px;
	}
}



.page.my-account #et-content.padding-true{
    padding:96px 0!important
}

.show-password-input{
    display: none!important;
}



.template-joelette2 .joelette_product_feature_label.v2 img{
width: 28px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 6px;
}

.template-joelette2 .woocommerce-breadcrumb{
    margin:10px auto;
    max-width: 1200px;
}

.joelette_product_top_reassurance h5{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}


.joelette_product_top_reassurance_ico img.emoji{
width: 34px!important;
    border-radius: 10px!important;
    border: 1px solid #e2e8f0!important;
    padding: 6px!important;
    height:34px!important;
    background:#f8fafc!important
}    

.joelette_product_top_reassurance .joelette_product_top_reassurance_title{
    margin: 0;
    font-size: 15px;
        line-height: 1.35;
}

.joelette_product_top_reassurance {
        padding: 14px;
    background: #fff;
    border: 1px solid #e2e8f0!important;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(2,6,23,.08);
    width:100%
}

.template-joelette2 .joelette_top_reassurance_outers.vc_row {
        display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    /* margin:0!important; */
    margin-top:10px!important;
}
.template-joelette2 .joelette_top_reassurance_outers.vc_row .vc_column-inner{
    padding-top:0
}
@media (max-width: 768px) {
    .template-joelette2 .container{
        max-width: 85%!important;
    }
.joelette_top_reassurance_outers{
    grid-template-columns: repeat(2, 1fr);
}
}
.joelette_top_reassurance_outers:before{
    display: none!important;
}


#tutorial .wpb_video_wrapper{
    padding-top:0!important
}
#tutorial .wpb_video_widget .wpb_wrapper iframe {
    max-height: 400px !important;
    height: 400px !important;
    position: relative;
    padding-top: 0 !important;
}

/* .template-joelette2 #tutorial{
        padding: 14px;
    background: #fff;
    border: 1px solid #e2e8f0!important;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(2,6,23,.08);    
} */

#caracteristiques-techniques-colonnes .wpb_content_element{
            padding: 14px;
    background: #fff;
    border: 1px solid #e2e8f0!important;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(2,6,23,.08);
}

.template-joelette2 .vc_tta-tabs-list {
  display: flex!important;
  flex-wrap: wrap-reverse!important; /* ligne pleine en bas */
  /* gap: 10px!important; optionnel */
}



.template-joelette2 .et-accordion {    background: white;
    background: #fff;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px;    
    margin-bottom:16px
}
.template-joelette2 .et-accordion .toggle-title{
background:transparent
}
.template-joelette2 .et-accordion .toggle-title:before{
    display: none!important;
}

.template-joelette2 .et-accordion .toggle-content{
    background: none;
    box-shadow: none;
    padding:16px 64px 16px 24px;
    padding-top:0
}

#reassurance-middle .wpb_video_wrapper {
    padding-top: 0 !important;
    margin-bottom:16px
}
#reassurance-middle .wpb_video_widget .wpb_wrapper iframe {
    max-height: 400px !important;
    height: 400px !important;
    position: relative;
    padding-top: 0 !important;
}

/* #tutorial_title {
        border: 1px solid #e2e8f0 !important;
        border-radius: 16px;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-bottom:0!important   
} */

#tutorial{
         border: 1px solid #e2e8f0 !important;
        border-radius: 16px;
        margin-top:10px;
        padding:16px;
        box-shadow: 0 10px 25px rgba(2,6,23,.08);
    /* border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border-top:0!important     */
}

.template-joelette2 .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a{
    border-radius: 16px;
}

.template-joelette2 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{
background:transparent;
font-weight: bold;
}
.template-joelette2 .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a{
    background: white !important;
    font-weight:normal
}

.template-joelette2 .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{    background: white !important;
    
}


.template-joelette2 .product .single-product-wrapper{
    max-width: 1200px;
    margin: 0 auto
}

.template-joelette2 .product .related-products{
    max-width: 1200px;
    margin: 0 auto;
    padding:0!important
}


@media (max-width: 768px) {
.template-joelette2 .joelette_top_reassurance_outers.vc_row {
    grid-template-columns: repeat(2, 1fr);
}
}

.template-joelette2 h1{
    font-size:38px
}

.woocommerce-product-gallery .flex-viewport{
    border-radius:12px 12px 0px 0px
}

.joelette_product_reassurance_pill{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    font-weight: 800;
    font-size: 12px;
    color: #0f172a;
    line-height: normal;
    margin-right:10px;
    margin-bottom: 10px;;
}


@media (max-width: 768px) {
    .template-joelette2 .woocommerce-breadcrumb{
        margin:10px 20px
    }
    .woocommerce-product-gallery .flex-viewport{
        border-radius:0
    }
    .template-joelette2 .container {
        max-width: 100% !important;
        width: auto;
        margin: 0 20px;}
        .product .single-product-wrapper .summary.entry-summary{
            padding-left:20px;
            padding-right:20px
        }
}

.archive .attachment-shop_catalog.size-shop_catalog{
    width: 100%;
}

/* Archive produits — grille 3 colonnes desktop, 1 colonne mobile */
#loop-products {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
}

#loop-products > .grid-sizer {
    display: none !important;
}

#loop-products > li,
#loop-products > .product {
    width: calc(33.333% - 16px) !important;
    float: none !important;
    margin: 0 !important;
}

#loop-products > li .post-image img,
#loop-products > li .product-image-gallery img,
#loop-products > .product .post-image img,
#loop-products > .product .product-image-gallery img {
    width: 100%;
    height: 400px;
    min-height: 400px;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    #loop-products > li,
    #loop-products > .product {
        width: 100% !important;
    }
}
.loop-product .product .post-body, .loop-product .product .post-image{
    box-shadow: none!important;
}
.loop-product .product .post-title{
    font-size: 30px;
}

.loop-product .product-image-gallery{
    border-radius: 12px;
    overflow:hidden
}

#ppcp-recaptcha-v2-container{
    margin:0!important
}

.wc-block-components-quantity-selector{
    display:none!important;
}