: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
   ========================================================= */


/* =========================================================
   01 — VARIABLES
   ========================================================= */

:root {
    --ai-home-accent: #ed6b2d;
    --ai-home-dark: #202020;
    --ai-home-text: #555555;
    --ai-home-light: #f1f1ef;
    --ai-home-border: #dddddd;
}

.ai-product {
    --ai-accent: #ed6b2d;
}


/* =========================================================
   02 — FICHHE PRODUIT : CARACTÉRISTIQUES TECHNIQUES
   ========================================================= */

.ai-product .ai-tech {
    background: #f1f1ef;
    padding: 52px 7% 56px;
    color: #202020;
}

.ai-product .ai-tech-label {
    margin-bottom: 10px;
    color: var(--ai-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.ai-product .ai-tech > h2 {
    margin: 0 0 28px;
    color: #202020;
    font-size: 36px;
    line-height: 1.1;
}


/* 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);
}

.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;

    margin: 0 !important;
    padding: 10px 18px 10px 0 !important;

    box-sizing: border-box !important;
    border-bottom: 1px solid rgba(32, 32, 32, 0.18);
}

.ai-product .ai-tech-item:nth-child(even) {
    padding-left: 22px !important;
    padding-right: 0 !important;
    border-left: 1px solid rgba(32, 32, 32, 0.18);
}


/* Icônes */

.ai-product .ai-tech-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 22px !important;
    height: 22px !important;

    color: var(--ai-accent);
}

.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;
}


/* Textes */

.ai-product .ai-tech-item strong {
    display: block;
    margin: 0;

    color: #202020;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

.ai-product .ai-tech-item span {
    display: block;
    margin: 0;

    color: #555555;
    font-size: 14px;
    line-height: 1.35;
}


/* =========================================================
   03 — FICHE PRODUIT : FAQ
   ========================================================= */

.ai-product .ai-faq {
    background: #ffffff;
    padding: 60px 7%;
}

.ai-product .ai-question {
    margin: 0;
    border-top: 1px solid #dddddd;
}

.ai-product .ai-question:last-of-type {
    border-bottom: 1px solid #dddddd;
}

.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;
}

.ai-product .ai-question summary::-webkit-details-marker {
    display: none;
}

.ai-product .ai-question summary::marker {
    content: "";
}


/* Bouton + / − */

.ai-product .ai-question summary::after {
    content: "+";

    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border-radius: 50%;
    background: var(--ai-accent);
    color: #ffffff;

    font-size: 23px;
    line-height: 1;
    font-weight: 400;
}

.ai-product .ai-question[open] summary::after {
    content: "−";
}

.ai-product .ai-faq-title {
    display: block;
}

.ai-product .ai-faq-answer {
    max-width: 900px;
    padding: 0 58px 22px 0;

    color: #555555;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   04 — FICHE PRODUIT : DIVERS
   ========================================================= */

.single-product .wd-product-brands {
    display: none !important;
}


/* =========================================================
   05 — ACCUEIL : INTRODUCTION DES SECTIONS
   ========================================================= */

.ai-home-intro {
    color: var(--ai-home-dark);
}

.ai-home-kicker {
    margin: 0 0 12px;

    color: var(--ai-home-accent) !important;

    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.ai-home-intro h2,
.ai-home-about h2 {
    max-width: 900px;
    margin: 0 0 24px;

    color: var(--ai-home-dark);

    font-size: 38px;
    line-height: 1.12;
    font-weight: 700;
}

.ai-home-intro p,
.ai-home-about p {
    max-width: 850px;
    margin: 0 0 14px;

    color: var(--ai-home-text);

    font-size: 16px;
    line-height: 1.75;
}

.ai-home-intro p:last-child,
.ai-home-about p:last-child {
    margin-bottom: 0;
}


/* Section sombre : porte-manteaux */

.ai-home-intro-light h2 {
    color: #ffffff;
}

.ai-home-intro-light p {
    color: rgba(255, 255, 255, 0.76);
}

.ai-home-intro-light strong {
    color: #ffffff;
}


/* =========================================================
   06 — ACCUEIL : NOTRE SAVOIR-FAIRE
   ========================================================= */

.ai-home-about {
    color: var(--ai-home-dark);
    text-align: center;
}

.ai-home-about h2 {
    margin-left: auto;
    margin-right: auto;
}

.ai-home-about .ai-home-lead {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;

    font-size: 18px;
    line-height: 1.7;
}


/* Grille */

.ai-home-about-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    width: 100%;
    margin-top: 45px;

    border-top: 1px solid var(--ai-home-border);

    text-align: center;
}

.ai-home-about-item {
    box-sizing: border-box;
    padding: 30px 30px 10px;

    text-align: center;
}

.ai-home-about-item + .ai-home-about-item {
    border-left: 1px solid var(--ai-home-border);
}


/* Numéros 01 / 02 / 03 */

.ai-home-about-grid .ai-home-about-item > span {
    display: block !important;

    margin: 0 0 20px !important;

    color: #ed6b2d !important;

    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
}


/* Titres des colonnes */

.ai-home-about-item h3 {
    margin: 0 0 16px;

    color: var(--ai-home-dark);

    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;

    text-align: center;
}


/* Textes des colonnes */

.ai-home-about-item p {
    max-width: 360px;
    margin: 0 auto;

    color: var(--ai-home-text);

    font-size: 16px;
    line-height: 1.65;

    text-align: center;
}


/* =========================================================
   07 — ACCUEIL : GALERIE MIROIRS
   ========================================================= */

.ai-miroirs-home .wd-gallery-item {
    position: relative !important;
    overflow: hidden !important;
}

.ai-miroirs-home .wd-gallery-item a {
    position: relative !important;

    display: block !important;
    overflow: hidden !important;
}

.ai-miroirs-home .wd-gallery-item img {
    display: block;

    width: 100%;
    height: auto;

    transition: transform 0.45s ease;
}


/* Zoom 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, 0.70) 0%,
        rgba(0, 0, 0, 0) 100%
    );

    pointer-events: none;
}


/* Noms */

.ai-miroirs-home .wd-gallery-item::after {
    position: absolute !important;
    z-index: 6 !important;

    left: 22px;
    bottom: 20px;

    color: #ffffff !important;

    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 1.5px;

    pointer-events: none;
}

.ai-miroirs-home .wd-gallery-item:nth-child(1)::after {
    content: "EURUS";
}

.ai-miroirs-home .wd-gallery-item:nth-child(2)::after {
    content: "NOTOS";
}

.ai-miroirs-home .wd-gallery-item:nth-child(3)::after {
    content: "ZEPHYR";
}

.ai-miroirs-home .wd-gallery-item:nth-child(4)::after {
    content: "AURA";
}


/* =========================================================
   08 — MOBILE : FICHES PRODUITS
   ========================================================= */

@media (max-width: 767px) {

    .ai-product .ai-tech {
        padding: 42px 7% 46px;
    }

    .ai-product .ai-tech > h2 {
        margin-bottom: 24px;
        font-size: 30px;
    }

    .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) {
        grid-template-columns:
            28px
            minmax(105px, 0.85fr)
            minmax(110px, 1.15fr) !important;

        column-gap: 9px !important;

        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;

        min-height: 58px !important;
        padding: 9px 0 !important;

        border-left: 0 !important;
    }

    .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;
    }

    .ai-product .ai-tech-item strong,
    .ai-product .ai-tech-item span {
        font-size: 13px;
    }

    .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;
    }

}


/* =========================================================
   09 — MOBILE : PAGE D'ACCUEIL
   ========================================================= */

@media (max-width: 767px) {

    .ai-home-intro h2,
    .ai-home-about h2 {
        margin-bottom: 20px;

        font-size: 27px;
        line-height: 1.15;
    }

    .ai-home-kicker {
        margin-bottom: 10px;

        font-size: 11px;
        letter-spacing: 2.2px;
    }

    .ai-home-intro p,
    .ai-home-about p {
        font-size: 15px;
        line-height: 1.65;
    }

    .ai-home-about .ai-home-lead {
        font-size: 16px;
        line-height: 1.65;
    }


    /* Savoir-faire */

    .ai-home-about-grid {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .ai-home-about-item,
    .ai-home-about-item + .ai-home-about-item {
        padding: 24px 0;

        border-left: 0;
        border-bottom: 1px solid var(--ai-home-border);
    }

    .ai-home-about-item:last-child {
        border-bottom: 0;
    }

    .ai-home-about-grid .ai-home-about-item > span {
        margin-bottom: 12px !important;
        color: #ed6b2d !important;
    }

    .ai-home-about-item h3 {
        margin-bottom: 10px;

        font-size: 18px;
    }

    .ai-home-about-item p {
        font-size: 14px;
        line-height: 1.65;
    }


    /* Galerie miroirs */

    .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%;
    }

}