.wrapper { margin-bottom: 60px; }
*{
    font-family: "Gilroy-Light";
}
.page-produit h3,
.page-accessoire h3{ font-family: 'Gilroy-Medium', sans-serif; color: #db291c; margin: 30px 0 5px; }

.btn-print { margin-top: .5em; }
#liste-produits { margin-top: 60px; padding-bottom: 60px; }

#carousel-row {
    position: relative;
    margin: 30px 0 60px;
    height: 600px;
}
#carousel-row .owl-item img { height: 600px; object-fit: cover; object-position: center; }
#colors {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: flex;
}
#colors>li {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50% !important;
    border: 2px solid white;
    margin: 0 2px;
    padding: 0px;
}

#en-option {
    background-color: #db291c;
    text-align: center;
    padding: 40px min(70px, 20%);
}
#en-option h3 {
    color: white;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Gilroy-Medium', sans-serif;
    line-height: 32px;
    margin: 0;
}
#en-option li {
    display: flex;
    list-style: unset;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0;
    margin-top: 20px;
    background: unset;
    font-family: 'Gilroy-Medium', sans-serif;
}
#en-option li>img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    object-position: center;
}
.accessoires-prod{
    margin-top: 100px;
}
.accessoires-prod h2, .speh2{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    opacity: 0.4;
}
.accessoires-prod h2:nth-of-type(2),.speh2{
    margin-top: 70px;
}
#variations { margin: 0px -15px 0; }
.variation {
    position: relative;
    height: 400px;
    min-height: 300px;
    margin-bottom: 30px;
}
.variation>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.variation>div:not(.popup) {
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 15px 30px 15px 15px;
}
.variation>div:not(.popup)::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #db291c;
    mix-blend-mode: darken;
}
.variation>div:not(.popup)>* {
    position: relative;
    z-index: 1;
    color: white;
    margin: 0;
}
.variation>div:not(.popup)>img+p {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
}
.variation>div:not(.popup)>img+p[onclick] { cursor: pointer; }
.variation>div:not(.popup)>p>span {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 10px;
    background: white;
    width: 18px;
    height: 18px;
    border-radius: 50% !important;
    text-align: center;
    line-height: 18px;
    color: #db291c;
}
.variation>.popup, .offer-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    width: 100vw;
    height: 40vw;
    max-height: 60vh;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
.variation>.popup>div, .offer-popup>div { background-color: white; }
.popup .popup-content {
    padding: 60px;
    padding-left: 45px;
    height: 100%;
    overflow-y: auto;
}
.popup .close-modal {
    all: unset;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 26px;
    line-height: 26px;
    color: #db291c;
}
.popup-carousel { margin: 0 -15px; }
.popup-carousel,
.popup-carousel>.owl-stage-outer,
.popup-carousel>.owl-stage-outer * {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.popup-carousel.owl-theme .owl-nav {
    position: absolute;
    top: calc(50% - 59px);
    width: 100%;
    margin-top: 0;
}
.popup-carousel.owl-theme .owl-nav button {
    font-size: 0;
    height: 50px;
    width: 50px;
}
.popup-carousel.owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 30px;
    background-color: transparent;
    background-image: url("../../ressources/svg/arrow-prev-white.svg");
    background-size: cover;
    width: 50px;
    height: 50px;
}
.popup-carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: transparent;
    background-image: url("../../ressources/svg/arrow-left-red-bg.svg");
}
.popup-carousel.owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 30px;
    background-color: transparent;
    background-image: url("../../ressources/svg/arrow-next-white.svg");
    background-size: cover;
    width: 50px;
    height: 50px;
}
.popup-carousel.owl-theme .owl-nav .owl-next:hover {
    background-color: transparent;
    background-image: url("../../ressources/svg/arrow-right-red-bg.svg");
}
.variation.toggled>.popup, .toggled.offer-popup { display: flex; }
.variation.toggled>.popup::after, .toggled.offer-popup::after {
    content: '';
    position: absolute;
    background: black;
    top: 50%;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: -1;
    opacity: 0.5;
    transform: translateY(-50%);
}
.variation:nth-of-type(odd):last-of-type { max-width: 100%; flex: 0 0 100%; }

.offer-popup {
    transform: translate(-50%, calc(-50% + 50px));
    height: 80vw;
    max-height: 80vh;
}
.offer-popup .popup-content { padding-left: 60px; }
.offer-popup h2, .offer-popup h3 { margin-bottom: 0 }
.offer-popup form { margin: 0 -15px; }
.offer-popup form input:not(.btn-red),
.offer-popup form textarea,
.offer-popup form select {
    background-color: #f4f4f4;
    width: 100%;
    height: 50px;
    margin: 15px 0;
    border: none;
    padding: 0 20px;
}
.offer-popup form select { border-right: 15px solid transparent; }
.offer-popup form textarea { min-height: 10em; padding: 10px 20px; }

.variation.with-desc {
    height: 500px;
    display: flex;
    align-items: center;
}
.variation.with-desc>div {
    bottom: unset;
    right: unset;
    left: 0;
    padding: 40px;
    max-width: 35%;
    max-height: 90%;
    overflow: hidden;
}
.variation.with-desc>div>img+p { cursor: default; }
.variation.with-desc p+p { margin-top: 10px; }
.variation.with-desc .btn-white:hover { background-color: transparent; }

.carousel-text {
    position: absolute;
    bottom: 60px;
    left: -20px;
    padding: 5px 15px 10px 45px;
}
.carousel-text::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #db291c;
    z-index: 1;
    mix-blend-mode: darken;
}
.carousel-text>* {
    z-index: 2;
    position: relative;
    color: white;
    margin: 0;
}
#linked-products-row { margin: 60px -15px 30px; }
#linked-products-row .owl-carousel img {
    height: 250px;
    object-fit: cover;
    object-position: center;
}
#linked-products-row .owl-carousel p {
    background-color: #f4f4f4;
    margin: 0;
    padding: 10px 20px 15px;
    color: #db291c;
    font-weight: 600;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: ease 200ms;
}
#linked-products-row .owl-carousel a:hover>p {
    background-color: #db291c;
    color: #f4f4f4;
}
#linked-products-row .owl-carousel .owl-nav { left: 0; bottom: -20px; }
#linked-products-row .owl-carousel .owl-dots {
    margin: 30px 0 20px calc(33% + 15px);
    padding: 0;
    display: flex;
    justify-content: stretch;
    align-items: center;
    flex-wrap: nowrap;
}
#linked-products-row .owl-carousel .owl-dots>.owl-dot {
    display: block;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
}

#liste-accessoires { background-color: #f4f4f4; }
#liste-accessoires .catalog-card .content { background-color: #db291c; }
#liste-accessoires h2.no-mb { color: white; }

.catalog-card div.header img {
    height: 20vw;
    object-position: center;
    object-fit: cover;
}
.titre-catalog{
    margin-bottom: 40px;
}
.catalog{
    padding: 65px 150px;
}
.new-catalog-card a{
    position: relative;
}
.new-catalog-card div.header img{
    height: 19vw;
}
.new-catalog-card .content{
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    /*mix-blend-mode: darken;*/

}
.new-catalog-card h2{
    color: white;
    position: absolute;
    top: calc(100% - 75px);
    left: 15px;
    right: 15px;
    z-index: 15;
    font-family: 'Gilroy-ExtraBold';
    /*font-family: 'Gilroy-Medium';*/
    font-size: 20px;
    font-weight: 100;
    line-height: 24px;
}
.new-catalog-card  .bg-content{

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 90px;
    background: #DB291C;
    mix-blend-mode: darken;
}
.navbar{
    border-bottom: 0;
}
.produit-tax{
    display: grid;
    grid-template-columns: 315px 1fr;
    grid-gap: 30px;
    padding: 25px 50px 0 0;
}

#tax-liste-produits{
    margin-top: 0;
}
.catalog-card-taxonomy div.header img{
    height: 26vw;
}
.page-produit-new{
    padding: 0 50px 0 0;
    display: flex;
    /*grid-template-columns: 315px 1fr;*/
    /*grid-gap: 30px;*/
}
.page-produit-new .default-padding{
    padding: 0;
}
.page-produit-new>div:first-of-type{
    width: 315px;
    margin-right: 30px;
}
.page-produit-new>div:last-of-type{
    width: calc(100% - 315px - 30px);
}
.otherprod{
    color: #000;

    font-family: 'Gilroy-Light';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid white;
}
.otherprod:last-of-type{
    border-bottom: 0;
}
.otherprod.active{
    font-weight: 700;
    font-family: "Gilroy-Medium";

}
.container-otherprod{
    background-color: #F4F4F4;
    padding: 35px 35px 35px 50px;
}
.page-produit-new #carousel-row{
    margin-top: 0;
    height: 600px;
}
#carousel-row .owl-item img{
    height: 600px;

}
.page-produit-new h3{
    font-weight: 300;
    color: #db291c;
    font-family: 'Gilroy-Medium';
}
.page-template-template-catalog .navbar{
    background-color: transparent!important;
}
.greycata{
    background-color: #F4F4F4;
    position: relative;
}
.greycata::before{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 1;
    background-color: #F4F4F4;
}
.lt-mg{
    margin-bottom: 20px;
}
.options{
    background-color: #F4F4F4;
    padding: 35px 20px 35px 50px;
    margin-bottom: 2px;

}
.options h2{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: #db291c;
    margin-bottom: 20px;
}
.options p{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 12px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.options p:last-of-type{
    margin-bottom: 0;
}
.options p::before{
    content: "";
    width: 14px;
    height: 14px;
    background-color: #d9d9d9;
    margin-right: 8px;
    display: inline-block;
}
.options p.active::before{
    background-color: #db291c;
}
.go-backtxt{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 25px;
    position: relative;
}
.go-backtxt a{
    font-family: "Gilroy-Medium";

}
.go-backtxt svg{
    position: absolute;
    right: calc(100% + 8px);
    height: 16px;
    width: 8px;
    top: 1px;
}
.btn-print{
    font-family: 'Gilroy-Light';
    font-size: 14px;
    margin-top: 40px;
}
.btn-askoffer{
    font-family: 'Gilroy-Light';
    font-size: 14px;
}
.btn-print svg{
    margin-right: 5px;
}

.single-cpt_product #catalogFullSlider.owl-theme div.owl-dots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0);
}
.single-cpt_product #catalogFullSlider.owl-theme .owl-dot span{
    background-color: white;
}

.big-menu-produits{
    width: 100vw;
    position: fixed!important;
    top: 80px;
    left: 0;
    transform: translate(0, 0) !important;
}
.navbar .navbar-collapse .nav-item.dropdown .dropdown-menu.big-menu-produits{
    padding: 50px 5%;
}
.big-menu-produits .new-catalog-card div.header img{
    max-height: 300px;
}
p strong{
    font-family: Gilroy-Medium;
}

.access-content-accordeon {
    display: none; /* Masquer le contenu par défaut */
    /*padding: 10px;*/
    /*border: 1px solid #ddd;*/
    /*background-color: #f9f9f9;*/
    margin-top: 20px;
}

.options.access-accordeon h2 {
    cursor: pointer;
    /*background-color: #f1f1f1;*/
    /*padding: 10px;*/
    /*border: 1px solid #ddd;*/
    /*margin-bottom: 5px;*/
    margin-bottom: 0;
    position: relative;
    transition: 0.4s ease-in-out all;
}
.options.access-accordeon h2 svg{
    position: absolute;
    right: 0;
    top: 4px;
    transition: 0.4s ease-in-out all;
}
.access-accordeon.active h2 svg{
    transform: rotate(180deg);
}
.options.access-accordeon h2:hover {
    opacity: 0.6;
}



@media screen and (min-width: 1500px) { .catalog-card:not(.new-catalog-card, .catalog-card-taxonomy) div.header img { height: 16vw; } }
@media screen and (max-width: 992px) {
    .btn-red.btn-print { display: none; }
    .variation.with-desc>div {
        max-width: 75%;
        padding: 20px 20px 20px 35px;
    }
    .variation>.popup { height: fit-content; max-height: 80vh; }
    .offer-popup { height: 80vh; }
    #carousel-row,
    .catalog-card div.header img,
    #carousel-row .owl-item img { height: 300px; }

    .produit-tax{
        grid-template-columns: 1fr;
        padding: 0 50px;
    }
    .page-produit-new{
        display: block;
        padding: 0 50px;
    }
    .page-produit-new>div:first-of-type{
        width: 100%;
    }
    .page-produit-new>div:last-of-type{
        width: 100%;
    }
    .owl-carousel .owl-stage-outer{
        height: 400px;
    }
    #carousel-row, .catalog-card div.header img, #carousel-row .owl-item img{
        height: 400px;
    }
    .page-produit-new #carousel-row{
        height: 400px;
    }
    .page-produit-new>div:first-of-type{
        display: none;
    }
}
@media screen and (max-width: 578px) {
    .variation.with-desc { height: 100vw; }
    .col-sm-0,
    .catalog-card .content p,
    .catalog-card .content img { display: none; }
    .site-path {
        position: absolute;
        top: 82px;
        left: 0;
        right: 0;
        background-color: #F4F4F4;
        padding: 10px 30px;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .eapps-widget-toolbar { overflow: hidden; }
    .nav-item.dropdown.open .dropdown-menu { display: block; }
    #liste-produits { margin-top: 30px; padding-bottom: 30px; }
    .page-produit, .page-accessoire { padding-top: 70px !important; }
    .page-produit .separator-l, .page-accessoire .separator-l { width: 20px; }
    .page-produit .separator-s, .page-accessoire .separator-s { width: 14px; }
    .page-produit h3, .page-accessoire h3 { font-size: 18px; }
    .variation>div:not(.popup) { padding: 5px 30px 10px 15px; }
    .variation.with-desc>div { padding: 5px 15px 15px 30px; }
    .variation>div:not(.popup) * { font-size: 16px !important; }
    .popup .popup-content { padding: 30px; padding-left: 30px; }
    .footer-contact.default-padding, footer>.default-padding:not(.contact-map) { padding: 60px 30px; }
    .variation { height: 300px; }
    #en-option { margin-top: 60px; padding: 40px; }
    #en-option li {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }
    #en-option li>img {
        max-width: 50px;
        max-height: 50px;
        margin: 0 15px 0 0;
    }
}
@page { size: A4; }
@media print {
    body, .wrapper {
        padding: 0;
        margin: 0;
        width: 21cm;
        height: 29.7cm;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    body { margin: 10mm 0; }
    .container-fluid {
        width: 21cm;
        height: 29.7cm;
        margin: 10mm;
        padding: 0;
    }

    .col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}

    * {
        -webkit-transition: none !important;
        transition: none !important;
    }
    a { text-decoration: none !important; }
    .site-path,
    .owl-nav,
    .owl-dots,
    .btn-print,
    .btn-red,
    .btn-white,
    .tip-double,
    .footer-contact,
    footer,
    .variation>div:not(.popup)>p>span,
    #linked-products-row .owl-item img,
    #linked-products-row .owl-item.cloned { display: none !important; }
    #carousel-row, #carousel-row .owl-item img { height: auto; object-fit: contain; object-position: center; }
    #colors>li {
        background-color: unset !important;
        box-shadow: inset 0 0 0 100px !important;
    }
    #linked-products-row .owl-carousel .owl-stage-outer { position: static; transform: unset !important; }
    #linked-products-row .owl-stage {
        position: static;
        width: 100% !important;
        transform: unset !important;
        display: flex; !important;
        flex-direction: column !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    #linked-products-row .owl-item p::before,
    #product-content ul:not(.navbar-nav) li::before { content: '- ' }
    #en-option,
    .carousel-text,
    .variation>div:not(.popup) { box-shadow: inset 0 0 0 1000px #db291c !important; z-index: 5 }
    #en-option>*,
    .carousel-text>*,
    .variation>div:not(.popup)>* { filter: brightness(1000%); }
    #en-option li,
    .variation { break-inside: avoid }
    .row, #product-content, #en-option { break-inside: auto }
    .variation { height: 10cm }
}