:root {
	--wd-text-font: "DM Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "DM Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-transform: none;
	--wd-title-color: #242424;
	--wd-entities-title-font: "DM Sans", 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: var(--wd-text-font);
	--wd-widget-title-font: "DM Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "DM Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,117,255);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: rgb(0,117,255);
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,117,255);
	--btn-accented-bgcolor-hover: rgb(30,115,190);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.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: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1320px;
--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-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 5px;
}

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


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

@font-face {
	font-family: "NFS";
	src: url("//stratosmotors.com/wp-content/uploads/2026/06/NFS_by_JLTV.woff2") format("woff2"), 
url("//stratosmotors.com/wp-content/uploads/2026/06/NFS_by_JLTV.woff") format("woff");
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

/* ==========================================================
   Grille de sous-catégories dynamiques (marques / modèles / générations)
   A coller dans : Elementor > Site Settings > Custom CSS
   (ou dans style.css du thème enfant Woodmart)
   ========================================================== */

.stratos-child-cat-list {
    --stratos-columns: 6; /* valeur par défaut, écrasée en inline par le shortcode si besoin */
    --stratos-gap: 20px;

    display: grid;
    grid-template-columns: repeat(var(--stratos-columns), 1fr);
    gap: var(--stratos-gap);
    list-style: none;
    margin: 0;
    padding: 0;
}

.stratos-child-cat-item {
    margin: 0;
}

.stratos-child-cat-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 10px;
    padding: 18px 12px;
    min-height: 64px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.stratos-child-cat-item a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
}

.stratos-child-cat-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
}

/* ----------------------------------------------------------
   Responsive : on réduit le nombre de colonnes par palier
   plutôt que de dépendre uniquement de la valeur --stratos-columns,
   pour garantir un rendu propre sur tous les écrans.
   ---------------------------------------------------------- */

/* Tablette large : on quitte le 6 colonnes desktop */
@media (max-width: 1200px) {
    .stratos-child-cat-list {
        grid-template-columns: repeat(4, 1fr);
        --stratos-gap: 16px;
    }
}

/* Tablette portrait */
@media (max-width: 768px) {
    .stratos-child-cat-list {
        grid-template-columns: repeat(3, 1fr);
        --stratos-gap: 12px;
    }

    .stratos-child-cat-item a {
        padding: 14px 10px;
    }

    .stratos-child-cat-name {
        font-size: 13px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .stratos-child-cat-list {
        grid-template-columns: repeat(2, 1fr);
        --stratos-gap: 10px;
    }

    .stratos-child-cat-item a {
        padding: 12px 8px;
        border-radius: 8px;
        min-height: 52px;
    }

    .stratos-child-cat-name {
        font-size: 13px;
    }
}

/* Très petit mobile : une seule colonne si tu préfères une liste verticale */
@media (max-width: 360px) {
    .stratos-child-cat-list {
        grid-template-columns: repeat(1, 1fr);
    }
}