/* SRDEV - 2021 - afficher le header bureau en mobile

div#header_left,div#header_center {
    display: none;
}
div#header_right, .search_widget_block.search_widget_3 {
    width: 100% !important;
}*/
/* SRDEV - 2021 */
.product_brand {
    /*font-weight: bold;*/
    font-size: 18px;
}

/*Use this to change your parent theme*/
#module-stblog-article .products_slider .title_block_inner{
	display:none;
}
.mobile_device.use_mobile_header .st-menu {
    z-index: 100;
}
#side_search {
    right: 0 !important;
    left: auto !important;
    border-left-width: 4px !important;
    border-right-width: 0;
}
#side_products_cart {
    right: 0;
    left: auto;
    border-left-width: 4px;
    border-right-width: 4px !important;
}
#side_search .st-menu-header .close_right_side {
    left: 4px !important;
}


/* Page CMS dior isnot */
.no-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.cms-banner {
    width: 100%;
    background-color: #000;
    overflow: auto;
	margin-bottom: 0;
}
.cms-banner img {
    max-width: 138px;
    margin: 10px auto;
    display: block;
}
.cms-title {
    font-size: 37px;
    margin-bottom: 30px;
    line-height: 1.3;
    margin-top: 18.5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}
.cms-title h1 {
    font-family: "Century Gothic", Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
}
@media only screen and (min-width: 768px) {
    .dior-expertise-triaxe-hero {
        margin-bottom: -56px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
}
.dior-expertise-triaxe-hero .wpb_content_element {
    margin-bottom: 0;
}
.dior-expertise-triaxe-card {
    margin-left: auto;
    margin-right: auto;
    width: 898px;
    max-width: 85%;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 33px 21px;
    text-align: center;
}
.dior-expertise-triaxe-card .title {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 17.5px;
    line-height: 1.3;
}
.dior-expertise-triaxe-card .text {
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
}
.dior-expertise-triaxe-card .subtitle, .dior-expertise-triaxe-products .subtitle {
    text-align: center;
    font-size: 25px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 14px;
}
.dior-expertise-triaxe-card .text-s-1 {
    text-align: center;
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
}
.dior-expertise-triaxe-products {
    margin-left: auto;
    margin-right: auto;
    width: 884px;
    max-width: 95%;
    position: relative;
    z-index: 2;
    padding: 40px 0 0 0px;
    text-align: center;
}
.dior-expertise-triaxe-products, .dior-expertise-triaxe-card, .dior-expertise-triaxe-maintitle {
    font-family: "Century Gothic", Helvetica, sans-serif;
    color: #000;
}
.dior-expertise-triaxe-products .product-title,
.dior-expertise-triaxe-products .elementor-product-miniature .elementor-category,
.dior-expertise-triaxe-products .elementor-product-miniature .elementor-title {
    font-size: 11px;
    font-family: "Century Gothic", Helvetica, sans-serif;
    line-height: 1.7;
    text-transform: uppercase;
    margin-top: 7px;
    font-weight: bold;
}
.dior-expertise-triaxe-products .text {
    font-size: 14px;
    font-family: "Century Gothic", Helvetica, sans-serif;
    line-height: 1.7;
}
.dior-expertise-triaxe-products .dior-expertise-triaxe-products .s4 .img-responsive {
    max-width: 65%;
}
.dior-expertise-triaxe-products img {
    max-width: 65%;
    margin: auto;
}
.dior-expertise-triaxe-products .button, .dior-expertise-triaxe-products .elementor-product-miniature .elementor-atc .elementor-button {
    border: 1px solid #000;
    padding: 13px 24px;
    display: inline-block;
    color: #000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 25px;
    transition: background .22s ease, color .22s ease;
    background-color: #fff !important;
}
.dior-expertise-triaxe-products .button:hover, .dior-expertise-triaxe-products .button:focus,
.dior-expertise-triaxe-products .elementor-product-miniature .elementor-atc .elementor-button:hover,
.dior-expertise-triaxe-products .elementor-product-miniature .elementor-atc .elementor-button:focus
{
    background: #000 !important;
    color: #fff !important;
}
/* Page CMS dior isnot fin */

/* SRDEV - bloc produit */
article.swiper-slide.ajax_block_product.js-product-miniature {
    width: 187px;
    margin-right: 16px;
    float: left;
}
a.pro_extra_info_brand.mb-3 {
    /* width: 100%; */
    /* height: 60px; */
    margin: 0 auto;
    /* position: relative; */
    display: table;
}
/* FIN SRDEV - bloc produit */

/* ------------------------------------------------------------
   Home / Front: correctifs d’affichage
   - Certaines images produits étaient en lazyload (data-src) et peuvent
     apparaître vides si les scripts ne se déclenchent pas: un fallback
     `src` est ajouté côté HTML (index.html).
   - Des éléments en position fixed (barre latérale + notification cookies)
     peuvent recouvrir le bas de page: on réserve de l’espace.
------------------------------------------------------------ */

#body_wrapper{
  padding-bottom: 130px;
}

@media (max-width: 767px){
  #body_wrapper{
    padding-bottom: 160px;
  }
}

/* Si la notification cookie est longue, on évite qu’elle déborde de l’écran */
.st_notification_wrap{
  max-height: 40vh;
  overflow: auto;
}