: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;
}

/* ==========================================================
   AITHER — FAQ ACCORDÉON
   ========================================================== */

body.postid-14404 .aither-faq .aither-question {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-top: 1px solid #d1d1d1 !important;
    background: transparent !important;
}

body.postid-14404 .aither-faq .aither-question:last-child {
    border-bottom: 1px solid #d1d1d1 !important;
}

body.postid-14404 .aither-faq .aither-question > summary {
    position: relative;
    display: flex !important;
    align-items: center !important;
    width: 100%;
    min-height: 82px;
    margin: 0 !important;
    padding: 22px 20px 22px 52px !important;
    cursor: pointer;
    list-style: none !important;
    list-style-type: none !important;
    color: #202020 !important;
    background: transparent !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
}

body.postid-14404 .aither-faq .aither-question > summary::-webkit-details-marker {
    display: none !important;
}

body.postid-14404 .aither-faq .aither-question > summary::marker {
    content: "" !important;
}

body.postid-14404 .aither-faq .aither-question > summary::before {
    content: "+" !important;
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #ed6b2d;
    border-radius: 50%;
    color: #ed6b2d;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
    transition: background-color .2s ease, color .2s ease;
}

body.postid-14404 .aither-faq .aither-question[open] > summary::before {
    content: "−" !important;
    background: #ed6b2d;
    color: #ffffff;
}

body.postid-14404 .aither-faq .aither-question > summary:hover {
    color: #ed6b2d !important;
}

body.postid-14404 .aither-faq .aither-question > summary:hover::before {
    background: #ed6b2d;
    color: #ffffff;
}

body.postid-14404 .aither-faq .aither-faq-answer {
    display: block;
    max-width: 900px;
    margin: 0 !important;
    padding: 0 20px 28px 52px !important;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}


/* ==========================================================
   AITHER — CARACTÉRISTIQUES TECHNIQUES
   ========================================================== */

body.postid-14404 .aither-tech-v2 {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    padding: 55px 7% 65px !important;
    margin: 0 !important;
    background: #f1f1ef !important;
    color: #202020 !important;
}


/* SUR-TITRE */

body.postid-14404 .aither-tech-v2-label {
    margin: 0 0 18px !important;
    color: #ed6b2d !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}


/* TITRE */

body.postid-14404 .aither-tech-v2 h2 {
    width: 100% !important;
    margin: 0 0 20px !important;
    padding: 0 0 25px !important;
    border-bottom: 1px solid #c9c9c9 !important;
    color: #202020 !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
}


/* ==========================================================
   GRILLE PC — 2 CARACTÉRISTIQUES PAR LIGNE
   ========================================================== */

body.postid-14404 .aither-tech-v2-grid {
    display: flex !important;
    flex-flow: row wrap !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* ==========================================================
   UNE CARACTÉRISTIQUE
   ICÔNE | TITRE | VALEUR
   ========================================================== */

body.postid-14404 .aither-tech-v2-item {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;

    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;

    min-height: 76px !important;

    margin: 0 !important;
    padding: 14px 28px !important;

    box-sizing: border-box !important;

    border: 0 !important;
    border-bottom: 1px solid #cccccc !important;

    background: transparent !important;
}


/* COLONNE GAUCHE */

body.postid-14404 .aither-tech-v2-item:nth-child(odd) {
    padding-left: 0 !important;
    padding-right: 35px !important;
}


/* COLONNE DROITE */

body.postid-14404 .aither-tech-v2-item:nth-child(even) {
    padding-left: 35px !important;
    padding-right: 0 !important;
    border-left: 1px solid #cccccc !important;
}


/* ==========================================================
   ICÔNE
   ========================================================== */

body.postid-14404 .aither-tech-v2-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 42px !important;

    width: 42px !important;
    height: 28px !important;

    margin: 0 16px 0 0 !important;
    padding: 0 !important;
}


body.postid-14404 .aither-tech-v2-icon svg {
    display: block !important;

    width: 21px !important;
    height: 21px !important;

    margin: 0 !important;

    fill: none !important;
    stroke: #202020 !important;
    stroke-width: 1.5 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}


/* ==========================================================
   TITRE
   ========================================================== */

body.postid-14404 .aither-tech-v2-item strong {
    display: block !important;

    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;

    margin: 0 18px 0 0 !important;
    padding: 0 !important;

    color: #202020 !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    white-space: nowrap !important;
}


/* ==========================================================
   VALEUR
   ========================================================== */

body.postid-14404 .aither-tech-v2-item > span {
    display: block !important;

    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #333333 !important;

    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
}


/* ==========================================================
   MOBILE
   1 CARACTÉRISTIQUE PAR LIGNE
   ICÔNE | TITRE | VALEUR
   ========================================================== */

@media (max-width: 767px) {

    body.postid-14404 .aither-tech-v2 {
        padding: 40px 20px 48px !important;
    }


    body.postid-14404 .aither-tech-v2-label {
        margin-bottom: 15px !important;
        font-size: 12px !important;
        letter-spacing: 2.5px !important;
    }


    body.postid-14404 .aither-tech-v2 h2 {
        margin-bottom: 5px !important;
        padding-bottom: 20px !important;

        font-size: 29px !important;
        line-height: 1.05 !important;

        white-space: normal !important;
        overflow: visible !important;
    }


    body.postid-14404 .aither-tech-v2-item,
    body.postid-14404 .aither-tech-v2-item:nth-child(odd),
    body.postid-14404 .aither-tech-v2-item:nth-child(even) {

        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;

        flex: 0 0 100% !important;

        width: 100% !important;
        max-width: 100% !important;

        min-height: 62px !important;

        margin: 0 !important;
        padding: 10px 0 !important;

        border-left: 0 !important;
        border-bottom: 1px solid #cccccc !important;
    }


    /* ICÔNE MOBILE */

    body.postid-14404 .aither-tech-v2-icon {
        flex: 0 0 30px !important;

        width: 30px !important;
        height: 22px !important;

        margin: 0 10px 0 0 !important;
    }


    body.postid-14404 .aither-tech-v2-icon svg {
        width: 18px !important;
        height: 18px !important;
    }


    /* TITRE MOBILE */

    body.postid-14404 .aither-tech-v2-item strong {
        flex: 0 0 auto !important;

        width: auto !important;
        max-width: none !important;

        margin: 0 10px 0 0 !important;
        padding: 0 !important;

        font-size: 13px !important;
        line-height: 1.2 !important;

        white-space: nowrap !important;
    }


    /* VALEUR MOBILE */

    body.postid-14404 .aither-tech-v2-item > span {
        flex: 1 1 auto !important;

        width: auto !important;
        min-width: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        font-size: 14px !important;
        line-height: 1.3 !important;
    }


    /* FAQ MOBILE */

    body.postid-14404 .aither-faq .aither-question > summary {
        min-height: 70px;
        padding: 18px 5px 18px 44px !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    body.postid-14404 .aither-faq .aither-question > summary::before {
        width: 28px;
        height: 28px;
        font-size: 20px;
    }

    body.postid-14404 .aither-faq .aither-faq-answer {
        padding: 0 5px 22px 44px !important;
        font-size: 15px;
    }

}