:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: #17120d;
	--wd-text-font-size: 18px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-transform: uppercase;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #dd3333;
	--wd-alternative-color: #dd3333;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #dd3333;
	--btn-accented-bgcolor-hover: #d2cfcd;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #e0001a;
	--notices-success-color: #ffffff;
	--notices-warning-bg: #e0001a;
	--notices-warning-color: #ffffff;
	--wd-link-color: #dd3333;
	--wd-link-color-hover: #242424;
}
.wd-popup.wd-age-verify {
	background-image: url();
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #212121;
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: #f4f4f4;
	background-image: none;
}
.single-post :is(.wd-page-content, .whb-header) {
	background-color: #f4f4f4;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* =========================================================
   ART INDUSTRIEL
   SYSTÈME GLOBAL — FICHES PRODUITS
   Version définitive
   ========================================================= */


/* =========================================================
   01 — VARIABLES
   ========================================================= */

.ai-product {
    --ai-accent: #ed6b2d;
}


/* =========================================================
   02 — CARACTÉRISTIQUES TECHNIQUES
   ========================================================= */

.ai-product .ai-tech {
    background: #f1f1ef;
    padding: 52px 7% 56px;
    color: #202020;
}


/* SUR-TITRE */

.ai-product .ai-tech-label {
    color: var(--ai-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}


/* TITRE */

.ai-product .ai-tech > h2 {
    color: #202020;
    font-size: 36px;
    line-height: 1.1;
    margin: 0 0 28px 0;
}


/* GRILLE */

.ai-product .ai-tech-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;

    border-top: 1px solid rgba(32, 32, 32, 0.18);
}


/* UNE CARACTÉRISTIQUE */

.ai-product .ai-tech-item {
    display: grid !important;

    grid-template-columns:
        30px
        minmax(105px, 0.8fr)
        minmax(125px, 1.2fr) !important;

    align-items: center !important;
    column-gap: 10px !important;

    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;

    min-height: 64px !important;

    padding: 10px 18px 10px 0 !important;
    margin: 0 !important;

    box-sizing: border-box !important;

    border-bottom: 1px solid rgba(32, 32, 32, 0.18);
}


/* COLONNE DROITE */

.ai-product .ai-tech-item:nth-child(even) {
    border-left: 1px solid rgba(32, 32, 32, 0.18);

    padding-left: 22px !important;
    padding-right: 0 !important;
}


/* =========================================================
   03 — ICÔNES CARACTÉRISTIQUES
   ========================================================= */

.ai-product .ai-tech-icon {
    width: 22px !important;
    height: 22px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: var(--ai-accent);
}


/* IMPORTANT :
   dimensions SVG verrouillées pour éviter
   les SVG géants générés par certains styles du thème */

.ai-product .ai-tech-icon svg {
    display: block !important;

    width: 21px !important;
    height: 21px !important;

    min-width: 21px !important;
    max-width: 21px !important;

    min-height: 21px !important;
    max-height: 21px !important;

    fill: none !important;

    stroke: currentColor !important;
    stroke-width: 1.6 !important;

    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}


/* =========================================================
   04 — TEXTES CARACTÉRISTIQUES
   ========================================================= */

.ai-product .ai-tech-item strong {
    display: block;

    color: #202020;

    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;

    margin: 0;
}


.ai-product .ai-tech-item span {
    display: block;

    color: #555555;

    font-size: 14px;
    line-height: 1.35;

    margin: 0;
}


/* =========================================================
   05 — FAQ
   ========================================================= */

.ai-product .ai-faq {
    background: #ffffff;
    padding: 60px 7%;
}


/* QUESTION */

.ai-product .ai-question {
    margin: 0;

    border-top: 1px solid #dddddd;
}


.ai-product .ai-question:last-of-type {
    border-bottom: 1px solid #dddddd;
}


/* BARRE QUESTION */

.ai-product .ai-question summary {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 72px;

    padding: 18px 58px 18px 0;

    cursor: pointer;

    list-style: none;

    color: #202020;

    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}


/* SUPPRESSION FLÈCHE NATIVE */

.ai-product .ai-question summary::-webkit-details-marker {
    display: none;
}

.ai-product .ai-question summary::marker {
    content: "";
}


/* =========================================================
   06 — BOUTON + / − FAQ
   ========================================================= */

.ai-product .ai-question summary::after {
    content: "+";

    position: absolute;

    right: 0;
    top: 50%;

    transform: translateY(-50%);

    width: 34px;
    height: 34px;

    border-radius: 50%;

    background: var(--ai-accent);
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 23px;
    line-height: 1;
    font-weight: 400;
}


/* QUESTION OUVERTE */

.ai-product .ai-question[open] summary::after {
    content: "−";
}


.ai-product .ai-faq-title {
    display: block;
}


/* RÉPONSE */

.ai-product .ai-faq-answer {
    color: #555555;

    font-size: 15px;
    line-height: 1.7;

    padding: 0 58px 22px 0;

    max-width: 900px;
}


/* =========================================================
   07 — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    /* CARACTÉRISTIQUES */

    .ai-product .ai-tech {
        padding: 42px 7% 46px;
    }


    .ai-product .ai-tech > h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }


    /* UNE SEULE COLONNE */

    .ai-product .ai-tech-grid {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }


    .ai-product .ai-tech-item,
    .ai-product .ai-tech-item:nth-child(even) {

        flex: 0 0 100% !important;

        width: 100% !important;
        max-width: 100% !important;

        grid-template-columns:
            28px
            minmax(105px, 0.85fr)
            minmax(110px, 1.15fr) !important;

        column-gap: 9px !important;

        min-height: 58px !important;

        padding: 9px 0 !important;

        border-left: 0 !important;
    }


    /* ICÔNES MOBILE */

    .ai-product .ai-tech-icon {
        width: 19px !important;
        height: 19px !important;
    }


    .ai-product .ai-tech-icon svg {
        width: 18px !important;
        height: 18px !important;

        min-width: 18px !important;
        max-width: 18px !important;

        min-height: 18px !important;
        max-height: 18px !important;
    }


    /* TEXTES MOBILE */

    .ai-product .ai-tech-item strong,
    .ai-product .ai-tech-item span {
        font-size: 13px;
    }


    /* FAQ MOBILE */

    .ai-product .ai-faq {
        padding: 45px 7%;
    }


    .ai-product .ai-question summary {
        min-height: 66px;

        padding: 16px 48px 16px 0;

        font-size: 15px;
    }


    .ai-product .ai-question summary::after {
        width: 30px;
        height: 30px;

        font-size: 20px;
    }


    .ai-product .ai-faq-answer {
        padding: 0 48px 20px 0;

        font-size: 14px;
    }

}
/* Masquer la marque visuellement sur les fiches produits */
.single-product .wd-product-brands {
    display: none !important;
}
/* GALERIE MIROIRS - ACCUEIL */

/* Chaque cellule */
.ai-miroirs-home .wd-gallery-item {
    position: relative !important;
    overflow: hidden !important;
}

/* Lien */
.ai-miroirs-home .wd-gallery-item a {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
}

/* Images */
.ai-miroirs-home .wd-gallery-item img {
    display: block;
    width: 100%;
    transition: transform .45s ease;
}

/* Zoom uniquement sur ordinateur */
@media (hover: hover) {
    .ai-miroirs-home .wd-gallery-item:hover img {
        transform: scale(1.035);
    }
}

/* Dégradé */
.ai-miroirs-home .wd-gallery-item::before {
    content: "";
    position: absolute !important;
    z-index: 5 !important;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35%;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.70) 0%,
        rgba(0,0,0,0) 100%
    );
    pointer-events: none;
}

/* Texte commun */
.ai-miroirs-home .wd-gallery-item::after {
    position: absolute !important;
    z-index: 6 !important;
    left: 22px;
    bottom: 20px;

    color: #fff !important;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.35;

    white-space: pre-line;
    pointer-events: none;
}

/* 1 */
.ai-miroirs-home .wd-gallery-item:nth-child(1)::after {
    content: "EURUS";
}

/* 2 */
.ai-miroirs-home .wd-gallery-item:nth-child(2)::after {
    content: "NOTOS";
}

/* 3 */
.ai-miroirs-home .wd-gallery-item:nth-child(3)::after {
    content: "ZEPHYR";
}

/* 4 */
.ai-miroirs-home .wd-gallery-item:nth-child(4)::after {
    content: "AURA";
}

/* MOBILE */
@media (max-width: 767px) {

    .ai-miroirs-home .wd-gallery-item::after {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;

        left: 14px;
        bottom: 13px;

        font-size: 13px;
        line-height: 1.3;
        letter-spacing: 1px;
    }

    .ai-miroirs-home .wd-gallery-item::before {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: 45%;
    }
}