.h1, h1 {
    font-size: calc(1.325rem + .9vw);
}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2rem;
    }
}
img.logo.img-fluid{
    max-width: 45%;
    margin: 15px;
}
.header-bottom .navbar-brand .logo{
    width: 100px;
}
.header-top{
    display: none;
}
.footer .footer__block__content-list a {
    width: fit-content;
}
#menu-mobile.menu--mobile .menu__list a{
    width: 100%;
}
.header {
    --header-bg: transparent;
}
.product__description-short.rich-text {
    margin: 0 0 15px;
}
.bx-prev::before {
    content: "◀";
}
.bx-next::before {
    content: "️️▶";
}
.navbar-brand.d-block{
    text-align: center;
}
.bx-wrapper .bx-controls-direction a{
    top:50%;
    height: 42px;
    width: 30px;
}
.container .table{
    padding: 15px 0;
}
#menu-mobile .menu__list .menu__link{
    font-size: 20px;
}
#header{
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: none;
}
#index #header ,#index #header .header-bottom , #index #header .header-nav{
    background:transparent;
}
#cms #home-slider , #product #home-slider ,#cart #home-slider ,#authentication #home-slider,#contact #home-slider,#category #home-slider,
#registration #home-slider,#my-account #home-slider,#identity #home-slider,#address #home-slider,#history #home-slider,#order-slip #home-slider,
#module-blockwishlist-lists #home-slider,#module-psgdpr-gdpr #home-slider,#module-ps_emailalerts-account #home-slider,#view #home-slider,
#prices-drop #home-slider,#new-products #home-slider,#best-sales #home-slider,#sitemap #home-slider,#checkout #home-slider,#pagenotfound #home-slider,
#addresses #home-slider,#password #home-slider,#stores #home-slider,#manufacturer #home-slider,#guest-tracking #home-slider
{
    display: none;
}
#wrapper.wrapper{
    margin-bottom: 2%;
}
.table-cell video.img-thumbnail,.img-thumbnail{
    border: none !important;
    border-radius: 15px;
}
#custom-text{
    padding: 4rem 1rem 0;
}
.page-product .product__images .carousel{
    width: 85%;
    margin: 15px 0;
}
.page-product .product__add-to-cart{
    margin-bottom: 0;
}

#index #carousel{
    display: block;
}
#cms #carousel , #product #carousel ,#cart #carousel ,#authentication #carousel,#contact #carousel,#category #carousel,
#registration #carousel,#my-account #carousel,#identity #carousel,#address #carousel,#history #carousel,#order-slip #carousel,
#module-blockwishlist-lists #carousel,#module-psgdpr-gdpr #carousel,#module-ps_emailalerts-account #carousel,#view #carousel,
#prices-drop #carousel,#new-products #carousel,#best-sales #carousel,#sitemap #carousel,#checkout #carousel,#pagenotfound #carousel,
#addresses #carousel
{
    display: none;
}
.custom-text__content h1{
    font-size: clamp(22px, 3vw, 36px);
}
.description p {
    font-size: clamp(16px, 1vw, 28px);
}
/* Reset default Bootstrap ratio padding */
.ratio-homeSlider {
    min-height: 0;
    aspect-ratio: 16 / 9; /* Enforce 16:9 aspect ratio */
    width: 100%;
    max-width: 100vw;
    position: relative;
    overflow: hidden;
}
.carousel-control-prev,.carousel-control-next{
    z-index: 3;
}

.ratio-homeSlider::before {
    padding-top: 0 !important;
}

/* Full-screen carousel with 16:9 aspect ratio */
#home-slider {
    width: 100%;
    max-width: 100vw;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
}

#home-slider .carousel,
#home-slider .carousel-inner,
#home-slider .carousel-item,
#home-slider .carousel-item figure {
    width: 100%;
    height: 100%;
    margin: 0;
    aspect-ratio: 16 / 9;
}

/* Images in carousel */
#home-slider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* YouTube video container */
.yt_video {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

/* YouTube iframe - maintain 16:9 with object-fit */
.yt_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure video fills container while maintaining 16:9 */
    border: none;
    z-index: 1;
    box-sizing: unset;
}

/* Fallback for browsers without object-fit support */
@supports not (object-fit: cover) {
    .yt_video iframe {
        top: 50%;
        left: 50%;
        width: 100vw;
        height: 56.25vw; /* 16:9 aspect ratio */
        min-height: 100%;
        min-width: 177.78%; /* 16:9 aspect ratio */
        transform: translate(-50%, -50%);
    }
}

/* Video overlay for interaction or effects */
.yt_video .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
    pointer-events: auto;
}

/* Fallback for browsers without aspect-ratio support */
@supports not (aspect-ratio: 16 / 9) {
    #home-slider,
    #home-slider .carousel,
    #home-slider .carousel-inner,
    #home-slider .carousel-item,
    #home-slider .carousel-item figure,
    .yt_video {
        height: 0;
        padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
    }
}

/* Media Queries for Responsive Design */

/* Tablets and smaller screens */
@media (max-width: 768px) {
    #home-slider,
    #home-slider .carousel,
    #home-slider .carousel-inner,
    #home-slider .carousel-item,
    #home-slider .carousel-item figure,
    .yt_video {
        max-height: calc(100vh - 64px);
    }

    @supports (aspect-ratio: 16 / 9) {
        #home-slider,
        #home-slider .carousel,
        #home-slider .carousel-inner,
        #home-slider .carousel-item,
        #home-slider .carousel-item figure,
        .yt_video {
            height: auto;
            max-height: calc(100vh - 64px);
        }
    }

    @supports not (aspect-ratio: 16 / 9) {
        #home-slider,
        #home-slider .carousel,
        #home-slider .carousel-inner,
        #home-slider .carousel-item,
        #home-slider .carousel-item figure,
        .yt_video {
            height: 0;
            padding-bottom: 56.25%;
            max-height: calc(100vh - 64px);
        }
    }
}

/* Small screens (e.g., mobile phones) */
@media (max-width: 576px) {
    #home-slider,
    #home-slider .carousel,
    #home-slider .carousel-inner,
    #home-slider .carousel-item,
    #home-slider .carousel-item figure,
    .yt_video {
        max-height: calc(100vh - 80px); /* Increased offset for smaller screens */
    }

    @supports (aspect-ratio: 16 / 9) {
        #home-slider,
        #home-slider .carousel,
        #home-slider .carousel-inner,
        #home-slider .carousel-item,
        #home-slider .carousel-item figure,
        .yt_video {
            height: auto;
            max-height: calc(100vh - 80px);
        }
    }
}

/* Very small screens (e.g., narrow mobile devices) */
@media (max-width: 400px) {
    #home-slider,
    #home-slider .carousel,
    #home-slider .carousel-inner,
    #home-slider .carousel-item,
    #home-slider .carousel-item figure,
    .yt_video {
        max-height: calc(100vh - 100px); /* Extra offset for very small screens */
    }
}

/* Wide screens (aspect ratio >= 16:9) */
@media (min-aspect-ratio: 16/9) {
    #home-slider,
    #index .yt_video {
        width: 100vw;
        height: 56.25vw; /* Maintain 16:9 */
        max-height: 100vh;
    }

    .yt_video iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


/* High-resolution displays (e.g., Retina) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #home-slider .carousel-item img {
        image-rendering: optimizeQuality; /* Improve image quality */
    }
}

#content-wrapper {
    padding-bottom: 0;
}
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
.table {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    border-radius: 8px;
    transition: opacity 0.3s ease;
}
.table-cell {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 15px;
    transition: ease 0.5s;
}
.table-cell .texte{
    padding: 0 15px;
}
.table-cell .span_to_img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.description p:last-child{
    margin-bottom: 0;
}
.texte .description ul{
    list-style: disc;
    padding-left: 15px;
}
#product #wrapper .container{
    margin-bottom: 50px;
}


.material-icons{
    cursor: pointer;
}
.header-bottom,.header-top {
    border-bottom: none;
}
.header-block__action-btn:hover,.carousel-caption,.carousel .carousel-content p
,.main-menu__mobile .menu a, .main-menu__mobile .menu li:not(.h5),button.btn-close.text-reset,.main-menu__title
,.js-back-button,.js-back-button:hover,.header-block--active .header-block, .header-block--active .header-block__icon
,.main-menu__tree > li .menu-container a[data-depth="1"]{
    color: white ;
}
.main-menu__tree > li .menu-container {
    background-color: #4a7043;
    border-top: 1px solid #4a7043;
}
/*.btn-close {*/
/*    filter: invert(1) grayscale(100%) brightness(200%) !important;*/
/*}*/
.main-menu__tree > li .menu-container a[data-depth="1"]:hover{
    color: #00c062;
}
.header a:not(.dropdown-item):not(.btn):hover,.header a:not(.dropdown-item):not(.btn):hover i
,.header-block__action-btn,.header a:not(.dropdown-item):not(.btn){
    color: white;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #4a7043;
}
.account-menu > a.active .link-item, .account-menu > a.active .link-item i
, .account-menu > a:hover .link-item, .account-menu > a:hover .link-item i {
    color: #4a7043;
}
.wishlist-list-item:hover .wishlist-list-item-title {
    color: #6a7375 !important;
}
.cart__item .product-line__actions a::after {
    background: #c0392b;
}

a,.cart-summary__show i {
    color: black;
}
.customer-link a span:hover, .customer-link__link span:hover{
    background-color: #4a7043;
}
.carousel .carousel-indicators button.active {
    background-color: #4A7043;
}
.header-block__badge{
    background-color: #bbb ;
}
/* product */
.thumbnails__container .thumbnail.active img{
    border: 2px solid #4A7043;
}
.wishlist-toast.success {
    background-color: #6B8E23 !important;
    border-color: #6B8E23 !important;
}
.wishlist-product-combinations a:hover {
    color: #bbb !important;
}
.wishlist-button-add i {
    color: #ff0000 !important;
}
.custom-checkbox input[type="checkbox"] + span.color.active, .custom-checkbox input[type="checkbox"] + span.color:hover
, .variant-links .color.active, .variant-links .color:hover, label .color.active, label .color:hover{
    border: 2px solid #4A7043;
}
.product__discount-percentage,.product__current-price{
    color: red;
}

/* product flags */
.badge.discount {
    background-color: white;
    border: 1px solid #A93226;
    color: #A93226;
}
.badge {
    background-color: #A93226;
    margin: .25rem;
    font-size: 22px;
}
.item-product svg.replaced-svg path{
    fill: #4A7043;
}


/* form */
.form-check-input:checked {
    background-color: #4A7043;
    border-color: #4A7043;
}
.form-control::placeholder, .modal.product-comment-modal .form-control::placeholder, .modal.product-comment-modal textarea::placeholder{
    color: #cdd7cb;
}
.form-control:focus, .modal.product-comment-modal .form-control:focus, .modal.product-comment-modal textarea:focus,.form-select:focus {
    border-color: #4A7043;
    box-shadow: 0 0 0 .25rem rgba(74, 112, 67, 0.33);
}

/* footer */
.email-subscription .email-subscription__content__inputs input[type="email"] {
color: black;
}
.footer .footer__block__content-list a.logout{
    color: #dee2e6;
}
.footer .footer__block__content-list:hover a.logout{
    color: #ffffff;
}





/*icon */
#search_widget form i{
    color: #2b542c;
}

/* btn */
.all-product-link.btn i,.btn-link:hover,.btn:first-child:active{
    color: #FFBFBF ;
}
.btn-link {
    color: black;
}
.btn-outline-primary {
    --bs-btn-color: #C0392B;
    --bs-btn-border-color: #C0392B;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #C0392B;
    --bs-btn-hover-border-color: #C0392B;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #C0392B;
    --bs-btn-active-border-color: #C0392B;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #C0392B;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #C0392B;
    --bs-gradient: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #C0392B;
    --bs-btn-border-color: #C0392B;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #A93226;
    --bs-btn-hover-border-color: #A93226;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #A93226;
    --bs-btn-active-border-color: #A93226;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #C0392B;
    --bs-btn-disabled-border-color: #C0392B;
}

@media (max-width: 1200px) {
    #ategory #wrapper,
    #cms #wrapper ,#contact #wrapper ,#category #wrapper,#authentication #wrapper,#registration #wrapper,#product #wrapper,#contact #wrapper,#cart #wrapper,
    #my-account #wrapper,#identity #wrapper,#address #wrapper,#history #wrapper,#order-slip #wrapper,#view #wrapper, #module-blockwishlist-lists #wrapper,
    #module-psgdpr-gdpr #wrapper,#module-ps_emailalerts-account #wrapper,#prices-drop #wrapper,#new-products #wrapper,#best-sales #wrapper,#checkout #wrapper,
    #sitemap #wrapper,#pagenotfound #wrapper,#addresses #wrapper,#password #wrapper,#stores #wrapper,#manufacturer #wrapper,#guest-tracking #wrapper
    {
        padding-top: 63px;
    }

    img.logo.img-fluid{
        max-width: 40%;
        margin: 0;
    }
    .navbar-brand.d-block{
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .description p:last-child {
        margin-bottom: 15px;
    }
    .table-cell .span_to_img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }
    .table-cell .texte {
        padding:15px 0;
    }
    .table {
        display: block;
        padding: 15px 0;
    }
    .table-cell {
        width: 100%;
    }
}

@media (max-width: 975px) {

}

@media (min-width: 767px) {
    .menu-hide{
        display: none;
    }
}
@media (max-width: 767px) {

    .header {
        --header-bg: #2E6F40;
    }
    #cms #wrapper, #contact #wrapper, #category #wrapper, #authentication #wrapper,
    #registration #wrapper, #product #wrapper, #contact #wrapper, #cart #wrapper, #my-account #wrapper,
    #identity #wrapper, #address #wrapper, #history #wrapper, #order-slip #wrapper, #view #wrapper,
    #module-blockwishlist-lists #wrapper, #module-psgdpr-gdpr #wrapper, #module-ps_emailalerts-account #wrapper,
    #prices-drop #wrapper, #new-products #wrapper, #best-sales #wrapper, #checkout #wrapper, #sitemap #wrapper,
    #pagenotfound #wrapper, #addresses #wrapper, #password #wrapper {
        padding-top: 48px;
    }
    main{
        min-height: calc(100vh - 460px);
    }
    .page-product .product__images .carousel{
        width: 100%;
    }
}

/* Scootrack's Design */
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.carousel-item figcaption{
    padding-bottom:260px!important;
}
.carousel-item figcaption .display-1 {
    font-size: clamp(2.5rem, 10vw, 80px);
    font-family: "Audiowide", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #000;
    text-shadow: none;
    margin: 0;
}
.carousel .caption-description p {
    font-size: clamp(1rem, 10vw, 28px);
    font-weight: 700;
    color: #e80000;
    text-shadow: none;
    text-transform: capitalize;
    line-height: normal;
}
.btn,
.carousel-item figcaption .btn {
    font-size: 15px;
    border: 2px solid #333;
    padding: 10px 20px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    text-shadow: none;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.btn:hover,
.carousel-item figcaption .btn:hover {
    color: #e80000;
    border: 2px solid #e80000;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xs, .container-xxl {
    max-width: 1600px;
}
#header {
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
}
body:not(#index) #header {
    background-color: white;
}
body.small_scrolled #header {
    background-color: transparent!important;
    box-shadow: none!important;
}
.header-bottom .navbar-brand .logo {
    width: 60px;
    height: auto;
    margin: auto;
}
.header a:not(.dropdown-item):not(.btn) {
    text-transform: uppercase;
    font-weight: 500;
}
#menu-mobile .menu__list .menu__link {
    color: #000;
}
.main-menu .header-block__icon {
    font-size: 36px;
    font-weight: 200;
    color: black;
}
.product-miniature .product-miniature__image-container {
    background: #ececec;
}
.product-miniature .product-miniature__image-container:hover {
    background-color: #fff;
}
.product-miniature .card:hover {
    filter: none;
}
.bandeau {
    margin-top: 60px;
    margin-bottom: 60px;
}
.bandeau .table-cell:first-child {
    padding: 40px;
}
.bandeau.type_31 {
    height: 600px;
    display: flex;
    align-items: center;
}
.bandeau.type_31 .table > div:first-child {
    width: 100%;
}
.bandeau.type_31 .table > div:last-child {
    display: none;
}
.bandeau .title {
    position: relative;
    margin-bottom: 30px;
}
.bandeau .title,
.bandeau .title h2 {
    font-size: clamp(2.5rem, 5vw, 45px);
    font-weight: 600;
    font-style: normal;
    color: #000;
    text-transform: capitalize;
}
.bandeau.type_31 .title,
.bandeau.type_31 .title h2 {
    font-size: clamp(2.5rem, 5vw, 60px);
    margin-bottom: 1rem;
}
#contact h1:before,
#category h1:before,
#cms h1:before,
.bandeau .title:before,
h1:before,
h2:before,
.featured-products .section-title:before,
h3:before,
.custom-text__content h2:before {
    position: absolute;
    content: '. . .';
    color: #e80000;
    bottom: 0;
    left: 10px;
}
#contact h1:before,
#category h1:before,
#cms h1:before{
    left:5px!important;
}
#content-wrapper .page-header{
    margin-bottom:0px;
}
.bandeau .description p {
    font-size: clamp(1rem, 2vw, 22px);
}
.table-cell {
    border-radius: 0;
}
.table-cell .span_to_img {
    max-height: 700px;
}
.dir_rtl {
    direction: rtl;
}
.dir_rtl .table-cell:first-child {
    direction: ltr;
}
.texte .description ul {
    list-style: none;
    padding-left: 0;
}
.texte .description li {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: clamp(15px, 2vw, 18px);
}
.offcanvas.offcanvas-start {
    background-color: white;
}
.page-index #custom-text {
    background: #1e1e1e;
    height: 600px;
    display: flex;
    align-items: center;
    padding: 0;
    height:auto;
    padding: 0;
}

.featured-products .section-title,
#category h1,
#contact h1,
#cms h1,
.triples_gallery h3,
.page-index .custom-text__content h2 {
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    font-size: clamp(2.5rem, 5vw, 60px);
    width: fit-content;
    margin: auto auto 11px;
    padding: 1.5rem 5px;
    position: relative;
}
.triples_gallery h3{
    font-size: clamp(1.5rem, 3vw, 40px);
}
#contact h1,
#category h1,
#cms h1{
    color:inherit;
    padding-top:0px;
    margin: 0 0 5px;
}
#contact h1{
    margin:0 0 30px;
}
.page-index .custom-text__content .description p {
    color: #ddd;
    font-size: clamp(1rem, 2vw, 22px);
    text-align: center;
    padding-left:5px;
    text-transform: capitalize;
}
.page-index .featured-products {
    padding: 10px 0 30px 0;
}
.section-title {
    text-align: center;
}
.whatsapp-button {
    position: fixed;
    bottom: 8px;
    /*right: 20px;*/
    right:auto;
    z-index: 1000;
    height: auto;
    left:calc(50% - 25px);
}
/*
.whatsapp-button a:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url("../img/GreetingApp.png") no-repeat center center / cover;
    top: -26px;
    right: 0;
}
*/
.whatsapp-button:hover svg g {
    position: relative;
    fill: #e80000;
    transition: all .2s;
}
#wrapper.wrapper {
    padding-top: 95px;
}
.page-contact .container {
    max-width: 1320px;
}


/* None for opening */
.product-flags,
.products article .wishlist-button-add,
.product-miniature .product-miniature__quickview,
.featured-products-footer {
    display: none;
}
.h1:before,
.h2:before,
.h3:before,
h1:before,
h2:before,
h3:before{
    font-size:34px!important;
    font-weight:bold!important;
    left:calc(50% - 35px)!important;
}
.h2.left:before {
    left:0!important;
}
@media (max-width: 575px) {
    .bandeau .title {
        margin-bottom: 16px;
    }
    .bandeau .table-cell:first-child {
        padding: 15px 0;
    }
    .texte .description li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


.fixed_bike{
    position:absolute;
    /*top:calc(100vh - 340px);
    top:calc(100vh - 440px);*/
    top:auto;
    bottom:60px;
   /*width:360px;*/
    width:240px;
   /* left:-300px;*/
    left:200px;
   /*transition: left 2s ease-in-out;*/
    float:left;
}
.fixed_bike img{
    width:100%;
}
.fixed_bike.active{
    /*left:calc(50% - 150px);*/
    left:15px;
}
body#index .carousel-item figure{
    align-items:start;
}
body#index .carousel-item .caption{
    padding-top:75px;
    height:100%;
}
body#index .carousel-item figcaption .btn{
    position:fixed;
    top: auto;
    bottom:30px;
    left: calc(50% - 85px);
    border: 2px solid red;
    color: red;
    font-weight: bold;
    background: #1e1e1e;
}
.img-responsive{
    max-width: 100%;
    width:auto;
    height:auto;
}
.bg_home_4_items{
    padding:0 0 26px;
    background: #1e1e1e;
}
.bg_home_4_items .container{
    width:100%;
    max-width:100%;
    padding:0 8px;
}
.bg_home_4_items .row{
   margin:0;
}
.bg_home_4_items .row > div{
   margin:0;
    padding:0 0px 0px;
}
.bg_home_4_items .row > div a{
    cursor:pointer;
    display:block;
    text-align:center;
}
.bg_home_4_items .row > div img{
    border:4px solid transparent;
    max-width:100%;
    border-radius:15px;
    overflow:hidden;
}
.bg_home_4_items .row > div:hover img{
    border:4px solid red;
}
hr,
#custom-text hr{
    margin-top:30px;
    border-color:#fff;
    background:#fff;
    color:#fff;
    opacity:1;
    filter:alpha(opacity=1);
}
.page-index .custom-text__content .description p strong{
    color:#e80000;
}
#carousel .slide .big_a{
    background-color:transparent!important;
}
.product-miniature .product-miniature__infos__bottom{
    position: absolute;
    height: auto;
    bottom: 40px;
    padding: 0;
    margin: 0;
    float: left;
    width: auto;
    left:10px;
    display: block;
    background: none;
}
.product-miniature .product-miniature__infos__bottom .product-list-reviews{
  display:none;
}
.product-miniature .product-miniature__variants .variant-links{
    background:none;
}
body .fancybox-skin{
    background:red;
    padding:4px!important;
}

.main-menu__mobile{
 background:url('/img/cms/bg_menu.jpg') no-repeat center center / cover;
}
#menu-mobile.menu--mobile .menu__list a{
    font-weight:bold;
    color:black;
}
#menu-mobile.menu--mobile .menu__list a:hover{
   color:white;
}
body .offcanvas-header{
    background: transparent;
    position: absolute;
    right: 0;
    z-index: 11;
    top:15px;
    left:auto;
    right:15px;
    width:auto;
    float:right;
}
body .main-menu__additionnals{
    position: absolute;
    right: 0;
    z-index: 11;
    bottom:15px;
    left:15px;
}
#mobileMenu #menu-mobile{
    padding-top:20px;
}
#mobileMenu #menu-mobile a:before{
    content:"";
    float:left;
    width: 6px;
    height:6px;
    margin:11px 10px 0 0;
    background:red;
    border-radius:50%;
}
.offcanvas-header .btn-close{
    background-color:#fff;
}
.featured-products{
    background: #1e1e1e;
}

.products .product-miniature__title{
    text-align:center;
    color:#1e1e1e;
    font-weight:bold;
}
.products.row{
    padding:0 4px;
}
.products .card{
    border-radius:15px;
    overflow:hidden;
}
.products .product-miniature{
   padding:4px;
    margin:0;
}
.products .product-miniature a{
    display:block;
}

.products .product-miniature a:hover{
}
#wrapper.wrapper{
    margin:0;
    /*padding:0 0 20px;*/
    min-height: 100vh;
}
#index,
#index #wrapper.wrapper{
    background: #1e1e1e;
}
#content-wrapper .page-footer{
    margin:0;
}
.triples_gallery .col-xs-12{
    text-align:center;
}
.triples_gallery h1,
.triples_gallery h2,
.triples_gallery h3{
    padding:20px 0 25px;
    color:#fff;
    text-align:center;
    font-weight: bold;
    letter-spacing: 3px;
    margin:0 auto 10px;
    position:relative;
}
.triples_gallery h1,
.triples_gallery h2{
    font-weight:normal;
}
.triples_gallery h1 span,
.triples_gallery h2 span{
    font-weight: bold;

}
.triples_gallery h1 span:before,
.triples_gallery h2 span:before{
    content: '';
    aspect-ratio:319/51;
    background:url('../img/arrow_left_menu.png') no-repeat center center / cover;
    width:100px;
    display:inline-block;
    transform:rotate(180deg);
    margin-right:15px;
}
.triples_gallery h1 span:after,
.triples_gallery h2 span:after{
    content: '';
    aspect-ratio:319/51;
    background:url('../img/arrow_left_menu.png') no-repeat center center / cover;
    width:100px;
    display:inline-block;
    margin-left:15px;
}
@media(max-width:767px){

    .triples_gallery h1,
    .triples_gallery h1 span,
    .triples_gallery h2,
    .triples_gallery h2 span{
        font-size:22px;
    }
    .triples_gallery h1 span:after,
    .triples_gallery h1 span:before,
    .triples_gallery h2 span:after,
    .triples_gallery h2 span:before{
        width:70px;
    }
}
.triples_gallery h3:before{
    left:0;
}
.triples_gallery img{
    aspect-ratio: 1530/2040;
}

.triples_gallery a{
    position:relative;
    display:block;
}
.triples_gallery a span{
    position:absolute;
    width:100%;
    bottom:15px;
    text-align:left;
    padding:0 15px;
    color:#000;
    font-weight:bold;
    left:0;
}
#cms.cms-id-10 .cms-other-pages{
    display:none;
}
.boutons{
    position:absolute;
    bottom:0;
    left:0;
    padding:15px;
    z-index:11;
    width:100%;
}
.boutons .btn{
    border: 2px solid red;
    color: red;
    font-weight: bold;
    background: #1e1e1e;
    left: calc(50% - 85px);
    border: 2px solid red;
    color: red;
    font-weight: bold;
    background: #1e1e1e;
    width:140px;
    text-align: center;
    font-size:12px;
    padding:10px 0;
}
.boutons .btn.left{
    float:left;
}
.boutons .btn.right{
    float:right;
}
#_mobile_user_info,
#_mobile_cart{
    display:none;
}
body #header .header-bottom,
body#index #header .header-bottom{
    background:url('../img/arrow_left_menu.png') no-repeat 80px center / 100px;
}
@media(max-width:767px){
    body #header .header-bottom,
    body#index #header .header-bottom{
        background:url('../img/arrow_left_menu.png') no-repeat 60px center / 100px;
    }

    .triples_gallery a span{
        bottom:5px;
        font-weight:normal;
        font-size:12px;
    }
}
body #header .header-bottom .col-md-5 > .logo{
    margin:0 auto!important;
}
#footer .footer__main__top,
#footer .email-subscription{
    display:none!important;
}
#footer .copyright{
    text-align:left;
}
.footer .footer__main{
    padding:15px;
}
.copyright span{
    text-align:right;
}
.copyright span a.d-block{
    float:right;
    width:32px;
    margin:auto;
    text-align:right;
    height:auto;
    margin-right:20px;
}
.copyright span a.d-block img.logo{
    width: 110%;
    height: auto;
    max-width: 110%;
    margin-top: -42px;
}
.footer__main{
    padding-bottom:80px;
}
body .product-miniature .product-miniature__variants .variant-links{
    display:none;
}
body.page-product .product__images__modal-opener{
    display:none;
}
body.page-product .product__name{
    margin:0;
    font-size: 1rem;
}
.product__description-short.rich-text p{
    margin:0;
}
.ps_categorytree,
#js-product-list-top,
.pagination-container {
    display:none;
}
#category #left-column{
    display:none;
}
#category #content-wrapper{
    width:100%;
}
#category #products{
    padding-bottom:30px;
}
#cms #content li,
#cms #content p{
    font-weight:bold;
}
#index h1:before{
    display:none;
}
.category-id-12 .products .product-miniature{
    width:50%;
}
.contact__details .contact__item span{
    border: 1px solid red;
    border-radius: 50%;
    height: 34px;
    width: 31px;
    line-height: 31px;
    text-align: center;
    margin:0 12px 0 0;
}
.contact__details .contact__item span i{
    color:red;
    margin:0 auto;
    display:inline-block;
}
.contact__details .contact__item span.black{
    border: 1px solid black;
}
.contact__details .contact__item span.black i{
    color:black;
}
.contact__details .contact__item span.globe{
    border:0;padding:0;
    width:33px;height:33px;
}
.contact__details .contact__item span.globe img{
    width:100%;
    height:auto;
}
.contact__details .contact__item.one_line{
    line-height:32px;
}
#product h1:before{
    display:none;
}