:root {
    --color_000000: #000000;
    --color_22333B: #22333B;
    --color_578397: #578397;
    --color_EAE0D6: #EAE0D6;
    --color_C5AC8E: #C5AC8E;
    --color_5E4F40: #5E4F40;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

#deejo-couteau-us {
    display: none;
    width: 65%;
    height: auto;
    margin-top: 20px;
}

.glide-home-desktop-prev {
    position: absolute;
    bottom: 50%;
    font-size: 60px;
    margin-left: 10px;
    color: var(--color_5E4F40);
    cursor: pointer;
}

.glide-home-desktop-next {
    position: absolute;
    font-size: 60px;
    right: 0%;
    bottom: 50%;
    margin-right: 10px;
    color: var(--color_5E4F40);
    cursor: pointer;
}

@media (max-width: 768px) {

    #deejo-couteau-us {
        display: none;
        width: 35%;
        height: auto;
        margin-top: 30px;
        /* margin: 0px auto; */
        margin-left: 20%;
        margin-right: 20%;
    }

    #main-menu .has-sub-menu.is-open+ul {
        display: initial;
    }

    /* #main-menu ul:first-child {
      overflow: scroll;
      height: 100vh;
    }  */


}

@media (max-width: 767px) {

    .swiper-resp-next,
    .swiper-resp-prev {
        position: absolute;
        top: 27%;
        outline: none !important;
        border: 0;
        background: none;
        font-size: 30px;
        cursor: pointer;
    }


    .glide__slide,
    .glide__slides {
        -ms-touch-action: pan-y;
            touch-action: pan-y;
        white-space: unset;
    }

    #main-menu ul:first-child {
        overflow: scroll;
        height: 100vh;
    }


}

#main-menu {
    display: none;
}

@media (min-width: 768px) {
    .glide__slides {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }


    .glide__slides li {
        opacity: 0;
        -webkit-transition: all 700ms ease-in-out;
        -o-transition: all 700ms ease-in-out;
        transition: all 700ms ease-in-out;
    }

    li.glide__slide--active {
        opacity: 1;
    }

    .glide--swipeable {
        cursor: unset;
    }

    #main-menu {
        display: block;
    }

    /* START - MENU 2026 */
    #main-menu > ul {
        display: flex;
        align-items: center;
    }

    #main-menu > ul > li.menu-right {
        margin-left: auto;
    }
    /* END - MENU 2026 */

}

#main-menu ul {
    margin: 0;
}

#main-menu>ul>li>a {
    text-transform: uppercase;
    font-size: 1.2em;
}

@media (min-width: 768px) {
    #main-menu>ul>li>a {
        letter-spacing: .05em;
        font-size: 1.2em;
    }

    #main-menu>ul>li>a:hover {
        background-color: inherit;
        -webkit-box-shadow: inset 0 4px 0 0 var(--color_578397);
        box-shadow: inset 0 4px 0 0 var(--color_578397);
    }
}

#main-menu ul li {
    display: block;
    position: relative;
    min-height: 60px;
    line-height: 60px;
    cursor: pointer;
    font-size: 12px;
}

@media (min-width: 768px) {
    #main-menu ul li {
        float: left;
        /* min-height: 72px; */
        /* line-height: 72px; */
        min-height: 2px;
        line-height: 15px;
    }
}

@media (min-width: 768px) {
    #main-menu ul li ul li {
        min-height: 35px;
        line-height: 35px;
        background-color: #EAE0D6;
        /* width: 100px; */
    }

    #main-menu ul li ul li.event {
        min-height: 35px;
        line-height: 35px;
        background-color: #EAE0D6;
        /* width: 100px; */
    }

}

#main-menu ul li ul li a {
    padding-left: 25px;
}

@media (min-width: 768px) {
    #main-menu ul li ul li a {
        color: #000;
        padding-left: 15px;
    }
}

#main-menu li ul {
    display: none;
    z-index: 15
}

#main-menu ul li a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    padding: 0 15px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-bottom: 1px solid #8a8a8a;
}

@media (min-width: 768px) {
    #main-menu ul li a {
        color: #000;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        border-bottom: 0;
    }
}

#main-menu ul li a:hover {
    color: #fff;
}

@media (min-width: 768px) {

    #main-menu ul li a:hover {
        color: #000;
    }

    #main-menu li:hover>ul {
        position: absolute;
        display: block;
    }



}

#main-menu li:hover li {
    float: none;
}

@media (min-width: 768px) {
    #main-menu li:hover li a:hover {
        background: var(--color_578397);
        color: #000
    }



}

@media (max-width: 768px) {

    #main-menu>ul>li:last-of-type a {
        border-bottom: 0;
    }

}


#main-menu ul ul ul {
    left: 100%;
    top: 0;
    width: 250px;
}

#main-menu ul ul ul li {
    background-color: #d1bf98;
}

@media (min-width: 768px) {
    #main-menu ul ul ul li {
        background-color: #e5e8e8;
        width: auto;
    }

    #main-menu ul ul ul li a {
        color: #000;
    }

}

#main-menu ul ul ul li a {
    margin-left: 45px;
    padding-left: 10px;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px)
}

@media (min-width: 768px) {

    #main-menu ul ul ul li a {
        padding-left: 15px;
    }

    #main-menu ul ul ul li:hover {
        background-color: #d6a128;
    }

}





#main-menu .is-open:after {
    content: '';
    background: url(../img/menu-arrow-white.png) no-repeat right center;
    background-size: 10px auto;
    position: absolute;
    right: 15px;
    top: 0;
    height: 60px;
    width: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#main-menu .is-closed:after {
    content: '';
    background: url(../img/menu-arrow-white.png) no-repeat right center;
    background-size: 10px auto;
    position: absolute;
    right: 15px;
    top: 0;
    height: 60px;
    width: 10px;
}

@media (min-width: 768px) {
    #main-menu .is-closed:after {
        background: url(../img/menu-arrow.png) no-repeat right center;
        height: 45px;
        background-size: 7.5px auto;
    }
}

@media (min-width: 768px) {
    #main-menu>ul>li>a:after {
        display: none;
    }
}

#menu-icon {
    color: #000;
    height: 42px;
    /*72px*/
    line-height: 42px;
    cursor: pointer;
    position: relative;
    left: 20px;
}

.banner {
    margin-top: -30px;
    color: #fff;
    font-size: 28px;
}

@media (min-width: 768px) {
    .banner {
        margin-bottom: 15px;
        margin-top: -102px;
    }
}

.banner h1 {
    font-weight: normal;
    margin: 15px 0;
    line-height: 42px;
}

@media (min-width: 768px) {
    .banner h1 {
        font-size: 28px;
    }
}

.banner .background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 316px;
}

.banner .my_deejo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
}

@media (min-width: 768px) {
    .banner .my_deejo {
        padding-top: 0;
        margin-top: 50%;
    }
}

.encart {
    background: #000;
    color: #fff;
    padding: 30px 0;
}

.encart h1 {
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0;
    line-height: 24px;
}

@media (min-width: 768px) {
    .encart h1 {
        font-size: 28px;
    }
}

.kit {
    margin-bottom: 30px;
}

.kit .col-md-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.kit .background,
.kit .text__container {
    padding: 30px 0;
    height: 316px;
}

@media (min-width: 768px) {

    .kit .background,
    .kit .text__container {
        padding: 0;
        height: 517px;
    }
}

.kit .background {
    background-image: url(../img/Engrave_01.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

@media (min-width: 768px) {
    .kit .background:after {
        display: none;
        content: '+';
        width: 26px;
        height: 26px;
        position: relative;
        float: right;
        z-index: 100;
        background-color: #000000;
        color: #ffffff;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        text-align: center;
        right: -20.5px;
        top: -webkit-calc(50% - 13px);
        top: calc(50% - 13px);
        line-height: 26px;
    }
}

.kit .text__container {
    display: table;
    width: 100%;
    text-align: center;
    background-color: #fff;
    /*#e5e8e8*/
}

.kit .text__content {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    /*#595B5F*/
    line-height: 1.5;
    padding: 0 15px;
}

.kit .text__content p {
    text-transform: none;
    font-size: 16px;
}

.kit .title-category {
    font-size: 18px;
}

@media (min-width: 768px) {

    .kit .title-category,
    .insta {
        font-size: 20px;
        /*28px*/
    }
}

.kit .title-category-familly {
    font-size: 24px;
}

@media (min-width: 768px) {

    .kit .title-category-familly,
    .insta {
        font-size: 39px;
    }
}

.collections .category__container {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .collections .category__container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

.collections .category__image-item {
    border-bottom: 1px solid #a8a6ab;
    position: relative;
}

.collections .category__block-item_text {
    text-align: center;
    line-height: 24px;
}

.collections .title-category {
    color: #595b62;
    margin-top: 35px;
    text-transform: uppercase;
    font-size: 23px;
}

.collections .title-category-familly {
    color: #595b62;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 200;
    margin: 20px 0;
}

.collections .title-category-familly_text {
    text-align: left;
    font-size: 13px;
    color: #333;
}

@media (min-width: 768px) {
    .collections .title-category-familly_text {
        min-height: 240px;
        margin-left: 45px;
        margin-right: 45px;
    }
}

.category__plus {
    width: 26px;
    height: 26px;
    position: relative;
    float: right;
    z-index: 100;
    background-color: #000000;
    color: #ffffff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    text-align: center;
    margin-top: -25%;
    right: 5%;
    line-height: 26px;
}

.affuteur .background {
    padding-top: 30px;
    background-image: url(../img/afuteur_home_event.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 648px;
}

@media (min-width: 768px) {
    .affuteur .background {
        min-height: 1024px;
    }
}

.affuteur h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .affuteur h3 {
        font-size: 16em
            /*40px*/
    }
}

.affuteur p {
    color: #333;
    line-height: 1.5;
    font-size: 14px;
}

@media (min-width: 768px) {
    .affuteur p {
        font-size: 18px;
    }
}

.affuteur p span {
    color: #f00;
}

.affuteur .price-container {
    margin-top: 90%;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .affuteur .price-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
                align-items: center;
    }
}

.affuteur .price-container p {
    margin-bottom: 0;
    color: #fff;
    font-size: 46px;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 768px) {
    .affuteur .price-container p {
        margin-right: 20px;
    }
}

.univers {
    background-color: #e5e8e8;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .univers {
        padding: 75px;
    }
}

.univers h2 {
    color: #595b62;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.univers .text-header {
    margin-bottom: 60px;
}

.univers p {
    color: #333;
}

.univers .grid-list__item {
    text-align: center;
}

.univers .grid-list__image {
    position: relative;
    padding: 0;
    border: 0px solid #ebebeb;
    background: transparent;
    text-align: center;
    max-width: 287px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.univers .grid-list__item-image-name {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 80%;
    height: 80%;
    margin: 10%;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    background-blend-mode: normal;
    mix-blend-mode: normal;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.7) inset;
    visibility: visible;
}

.univers .link_category_list {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(68, 67, 67, 0);
    z-index: 0;
}

.univers .link_category_list img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
    background-color: rgba(67, 67, 67, 0.7);
    background-blend-mode: overlay;
    mix-blend-mode: overlay;
}

.univers .link_category_list img:hover {
    background-color: rgba(67, 67, 67, 0);
    background-blend-mode: normal;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.univers .link_category_list:hover .grid-list__item-image-name {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 80%;
    height: 80%;
    margin: 10%;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    background-blend-mode: normal;
    mix-blend-mode: normal;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.7) inset;
    visibility: hidden;
}

.univers .grid-list__item-titles {
    position: absolute;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.3;
}

.univers .category-title__univers {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    letter-spacing: 5px;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.8);
}

.univers .category-title__name {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.8);
}

.univers .category__block-item {
    margin-top: 20px;
    margin-bottom: 40px;
    max-width: 287px;
    margin-left: auto;
    margin-right: auto;
}

.univers .home-category__block-item_text {
    text-align: left;
}

.univers .home-category__block-item_text p {
    font-size: 13px;
    color: #333;
    line-height: 24px;
}

.who {
    padding-top: 30px;
}

@media (min-width: 768px) {
    .who {
        padding: 75px;
    }
}

.who h2 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 400;
}

.who p {
    font-size: 13px;
    color: #333;
}

.who img {
    display: block;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .who img {
        float: right;
    }
}

.thumbnail-container,
.categorie_filler {
    margin: 0 auto;
}

.wrapper-product-description {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #e5e8e8;
    margin-top: 40px;
}

.product-price-and-shipping .price {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    line-height: 1;
}

.category-add-to-cart {
    letter-spacing: 1.2px;
    font-weight: 900;
}

.category-add-to-cart .add-to-cart {
    height: 30px;
    line-height: 30px;
    padding: 10px 8px;
    font-size: 1rem;
    min-width: unset;
    padding: 0 8px
}

.category-add-to-cart-perso {
    text-align: center;
}

.category-add-to-cart-perso p {
    margin-bottom: 5px;
    font-size: 10px;
}

.product-prices .product-price {
    color: #000;
    font-size: 46px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -3px;
}

.product-prices .add-actions p {
    margin-bottom: 0;
    font-size: 10px;
}

.js-product-list .product-title,
#products .product-title {
    font-size: 21px;
    text-transform: uppercase;
    text-align: left;
    min-height: 71px;
}

.js-product-list .product-title a,
#products .product-title a {
    color: #565356;
    font-size: 18px;
    letter-spacing: 0.05em;
}

.js-product-list .category-add-to-cart-perso p,
#products .category-add-to-cart-perso p {
    margin-bottom: 0;
    font-size: 10px;
}

#products .product-miniature {
    margin-bottom: 110px;
}

#products .product-miniature .product-short-descripton {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 30px;
    min-height: 120px;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 22px;
}

.cart-overview .cart-item .product-line-grid .product-price {
    width: 100%;
    text-align: center;
    border-top: 1px solid #d6d4d4;
    padding-top: 15px;
    font-size: 24px;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .cart-overview .cart-item .product-line-grid .border-right {
        border-right: 1px solid #d6d4d4;
        min-height: 170px;
    }
}

@media (min-width: 768px) {
    .cart-overview .cart-item {
        padding: 0;
    }

    .cart-overview .cart-item .product-line-actions .input-group {
        float: right;
    }

    .cart-overview .cart-item .content-col {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cart-overview .cart-item .product-line-grid .product-price {
        text-align: right;
        padding-top: 50px;
        border-top: 0;
        margin-top: 0;
        font-size: 16px;
    }
}

.mobile-top-menu {
    background-color: #3c3a36;
    font-size: 11px;
    padding: 5px;
}

.mobile-top-menu .material-icons {
    color: var(--color_578397);
    margin-top: 0px !important;
    font-size: 18px !important;
}

.mobile-top-menu div {
    margin: 0 2.5px;
}

.mobile-top-menu #_mobile_cart a {
    color: #000;
}

.mobile-top-menu .dropdown select {
    color: #000;
}

#_desktop_logo {
    float: left;
}

#_mobile_logo {
    text-align: center;
}

.right-nav {
    float: right;
}

#_link_delivery {
    padding: 0 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 23px;
    margin-left: .9375rem;
    font-family: 'Roboto', sans-serif;
}

#_link_delivery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 2px;
}

#_link_delivery .shipped-fast {
    font-size: 10px;
    width: 65px;
    line-height: 1;
}

#_link_my_deejo {
    margin-top: 1.538rem;
}

#_link_delivery a,
#_link_delivery span,
#_link_delivery .expand-more,
#_desktop_user_info a,
#_desktop_user_info span,
#_desktop_user_info .expand-more,
#_desktop_language_selector a,
#_desktop_language_selector span,
#_desktop_language_selector .expand-more,
#_desktop_currency_selector a,
#_desktop_currency_selector span,
#_desktop_currency_selector .expand-more {
    color: #000;
}

#_link_delivery a:hover,
#_link_delivery span:hover,
#_link_delivery .expand-more:hover,
#_desktop_user_info a:hover,
#_desktop_user_info span:hover,
#_desktop_user_info .expand-more:hover,
#_desktop_language_selector a:hover,
#_desktop_language_selector span:hover,
#_desktop_language_selector .expand-more:hover,
#_desktop_currency_selector a:hover,
#_desktop_currency_selector span:hover,
#_desktop_currency_selector .expand-more:hover {
    color: #000;
}

#_link_delivery .dropdown-menu a,
#_desktop_user_info .dropdown-menu a,
#_desktop_language_selector .dropdown-menu a,
#_desktop_currency_selector .dropdown-menu a {
    color: #000;
}

.currency-selector span {
    color: var(--color_578397) !important;
}

.currency-selector select {
    color: var(--color_578397) !important;
}

.currency-selector select option {
    color: var(--color_578397) !important;
}

#_desktop_user_info span,
#_desktop_language_selector span,
#_desktop_cart span {
    /* text-decoration: underline; */
}

#header .user-info .material-icons {
    color: var(--color_578397);
}

.material-icons .expand-more{
    color: var(--color_578397);
}

.language-selector .expand-more,
.currency-selector .expand-more {
    color: #fff;
}

.wrapper-category-cover {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

@media (min-width: 768px) {
    .wrapper-category-cover {
        margin-top: -102px;
    }
}

.breadcrumb-header-container {
    padding-top: 112px;
    margin: 0 30px;
    font-size: 12px;
    text-transform: uppercase;
}

.breadcrumb-header-container .breadcrumb a {
    color: #a5afb9 !important;
}

.breadcrumb-header-container .breadcrumb li:last-child a {
    /*color: #e2001a !important;*/
    color: var(--color_578397) !important;
}

.category-title-header {
    text-align: center;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 34px;
    position: relative;
    top: 20px;
}

.category-title-header .category-title-collection {
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #fff;
    letter-spacing: 5px;
    display: inline-block;
    margin: 0 auto 10px auto;
}

.category-title-header .category-title-name {
    font-weight: 700;
}

.links-footer-main-menu {
    text-transform: uppercase;
    text-align: center;
}

.links-footer-main-menu li {
    padding: 0 6px;
    height: 15px;
    border-right: 1px solid #fff;
    line-height: 10px;
    margin-bottom: 0;
}

.links-footer-main-menu li:last-child {
    border-right: 0;
}

.links-footer-main-menu li a {
    font-size: 11px;
}

.footer-payment-icons {
    text-align: center;
    margin: 15px 0;
}

.footer-payment-icons i {
    display: inline-block;
    width: 40px;
    height: 26px;
    color: rgba(0, 0, 0, 0.95);
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background-color: #ffffff;
    font-size: 1.25em;
    text-align: center;
    vertical-align: middle;
    line-height: 29px;
    margin: 0 auto;
}

.sub-footer-container {
    background-color: #545454;
    padding: 3px 0;
    text-transform: uppercase;
    font-size: 12px;
}

.sub-footer-container a {
    color: #c0c0c0;
}

.sub-footer-container span:after {
    content: '|';
    margin: 0 3px;
}

.sub-footer-container .no-pipe:after {
    display: none;
}

.btn {
    -webkit-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
}

.btn-perso:before,
.btn-perso:after {
    /*
    content: '';
    position: relative;
    color: #5f4a3f;
    /*border-bottom: 1px solid #5f4a3f;*/
    border-bottom: 1px solid var(--color_578397);
    top: -3px;
    display: inline-block;
}

.btn-perso:before {
    padding-right: 20px;
    margin-right: -4px;
}

.btn-perso:after {
    padding-left: 20px;
    margin-left: -4px;
}

.btn-perso a {
    display: inline-block;
    border: 1px solid #737373;
    margin: 0 auto;
    vertical-align: middle;
    color: #4a4949;
    /* text-tranform: uppercase; */
    -webkit-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
    padding: 1px 8px;
    text-transform: uppercase;
    font-size: 12px;
}

.btn-perso a:hover {
    background-color: var(--color_578397);
    border-color: var(--color_578397);
    color: #fff;
}

.btn-perso-black:before,
.btn-perso-black:after {
    border-bottom: 1px solid #fff;
}

.btn-perso-black a {
    color: #000 !important;
    border: 1px solid var(--color_578397);
}

.btn-action {
    padding: 15px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
    min-width: 220px;
    font-weight: bold;
    border: 1px solid #6e787d;
    color: #192a2d;
    letter-spacing: 1.5px;
}

.btn-action:hover {
    color: #192a2d;
    border: 1px solid #e5e8e8;
    background-color: #e5e8e8;
}

.btn-transparent {
    border: 1px solid #fff;
    color: #fff;
}

.btn-transparent:hover {
    background-color: #e5e8e8;
    color: #050505;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #fff;
}

.btn-white:hover {
    border: 1px solid #000;
}

.btn-header {
    font-size: 21px;
    background-color: #e5e8e8;
    padding: 20px;
}

.btn-header:hover {
    color: #fff;
    background-color: #000;
}

.btn-index {
    background: none;
    border: 2px solid #fff;
    color: #fff;
    margin-left: 2%
}

#index .banner h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px black;
}

#index .banner_fr h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 70%;
    width: 30%;
    text-shadow: 2px 2px 4px black;
}

#index .desktop_banner.banner_de h1 {
    margin-left: 16%;
}

#index .category__plus {
    display: none
}

.banner .background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end
}

.banner_fr .background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

#index .collections .title-category-familly_text {
    font-size: 18px;
    text-align: left;
    min-height: unset
}

#index .affuteur2 .container-fluid {
    display: none
}

.insta {
    margin: 60px 0 30px 5% !important;
    font-weight: 800;
}

.affuteur2 img {
    border: 0
}

#pre_footer {
    width: 100%;
    text-align: center;
    margin: 50px 0 30px 0;
}

/* body#index #pre_footer {margin-top: 0} */
body#index #pre_footer {
    margin-top: 22px
}

#pre_footer_title1 {
    font-weight: 800;
    font-size: 22px
}

#pre_footer_title2 {
    margin: 10px 0
}

#pre_footer_email0 {
    padding: 5px;
    text-align: center;
    width: 350px;
    margin: 2rem auto;
    min-width: 200px;
    border: 1px solid black;
    max-width: 100%;
}

#pre_footer_email1 {
    border: none;
    width: 90%;
    text-align: center;
    outline: 0px !important;
}

#pre_footer_email {
    padding: 5px;
    margin-right: 20px;
    text-align: center;
    width: 20%;
    min-width: 200px
}

#pre_footer #pre_footer_submit {
    /*margin-left: -70px;*/
    margin-left: auto;
    border: unset;
    text-indent: -9999px;
    background-image: url(/media/img/fleche.jpg?1);
    width: 22px;
    height: 22px;
    background-size: 100% 100%;
    max-width: 10%;
}

#pre_footer_result_ok,
#pre_footer_result_error {
    display: none;
    margin-top: 10px
}

#category #all-filters .border_filter {
    width: 112px;
    border: 0;
    border-bottom: 1px solid #000;
    height: 0;
    margin-bottom: 2px;
    width: 100%
}

#category #all-filters .border_filter:first-of-type {
    display: none;
}

/* #category #all-filters .menu_filter {border-top: 1px solid #000; padding-top: 10px} */
#category #all-filters .menu_filter {
    padding-top: 10px;
}

/* #category #all-filters .menu_filter:first-child {border-top: none} */

#pre_footer {
    /*display: none*/
}

.products-like-title,
.products-viewed-title {
    width: 100%;
    font-size: 2em;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px
}


.affuteur .background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center
}

.affuteur h3 {
    margin-top: 200px
}

.banner .row {
    width: 100%
}

.cms-page-header {
    margin-top: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #808080;
    padding-bottom: 30px;
}

.cms-page-header p {
    color: #455052;
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 34px;
}

.cms-page-header ul {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.cms-page-header ul li {
    margin-bottom: 5px;
}

.cms-page-header ul a {
    color: #333;
}

@media (min-width: 768px) {
    .product-additional-info {
        float: right;
    }

    .product-image-border {
        border-right: 1px solid #595c5b;
    }

    .product-prices {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: left;
    }

    .product-prices .add-actions {
        text-align: center;
    }

    .product-price-and-shipping {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
    }

    .product-price-and-shipping .price {
        margin-right: 30px;
        margin-bottom: 0;
        display: inline;
    }


}

@media (min-width: 768px) and (max-width:1023px) {
    #pre_footer_email0 {
        width: 36%;
        margin: 0 32%
    }
}

@media (min-width: 1024px) and (max-width:1279px) {
    #pre_footer_email0 {
        width: 30%;
        margin: 0 35%
    }
}

@media (min-width: 1280px) {
    #pre_footer_email0 {
        width: 26%;
        margin: 0 37%
    }
}

@media (min-width: 1600px) {
    #pre_footer_email0 {
        width: 22%;
        margin: 0 39%
    }
}



@media screen and (max-width: 650px) {

    .index-page {

        overflow: hidden;

    }


}






/* Propositions produits - Fiche Produit */

.propositions_produits {
    width: 100%;
    margin-top: 25px;
}

.propositions_produits p {
    margin: 0;
    padding: 0;
}

.title_propositions_produits {
    text-transform: uppercase;
    color: black;
    font-size: 1.0em;
    font-weight: 700;

}

.subtitle_propositions_produits {
    text-transform: lowercase;
    font-style: italic;
    color: black;
    font-size: 0.8em;
}

.blocs_propositions_img {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 650px;
}

.bloc_propositions_img {
    width: 25%;
    min-width: 90px;
}

.propositions_img {
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 5px;
}

.propositions_img_title {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 115%;
    max-width: 90%;
    margin: 0px auto;
    font-size: 0.7em;
}

@media screen and (max-width: 1100px) {

    .propositions_img_title {
        font-size: 10px;
    }

}

@media screen and (max-width: 750px) {

    .bloc_propositions_img {
        width: 42%;
        min-width: 42%;
    }

    .blocs_propositions_img {
        -webkit-flex-wrap: inherit;
            -ms-flex-wrap: inherit;
                flex-wrap: inherit;
        overflow: auto;
    }

    .subtitle_propositions_produits {
        text-align: center;
    }

}

.block-category .category-cover {
    background-image: none !important;
    height: 40px;
}

.block-category .category-cover .breadcrumb-header-container {
    padding-top: 12px;
}

.category-title-header {
    display: none
}

#category #menu-filters {
    float: left;
    width: 10%;
    margin-left: 2%
}

/* #category #container-product-list {float: left; width: 83%; margin-left: 5%} */
#category #container-product-list {
    float: none;
    width: 83%;
    margin-left: 15%
}

#category #container-title-tattoo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

#category .menu_filter {
    margin-bottom: 20px
}

#category #input-choice-tattoo {
    min-width: unset;
    margin: 0
}

.add-actions .add,
.add-actions .btn-perso {
    float: left;
    margin-left: 20px;
}

.index_best .col-md-6 {
    padding-left: 0;
    padding-right: 0
}

.index_best .js-product-miniature:nth-child(3) {
    clear: both
}

.product-price-and-shipping .price {
    font-size: 1rem;
    font-weight: 700;
    margin-right: 10px;
}

.affuteur1 h3 {
    letter-spacing: 0.15em;
}

.desktop_banner {
    display: block;
}

.responsive_banner {
    display: none
}

body#cms a {
    color: #2fb5d2;
}


@media (max-width: 767px) {

    /* .border_filter{display:none;} */
    #category #all-filters .border_filter {
        border-bottom: none;
    }

    #category #menu-filters {
        width: 100%;
        margin-left: 0
    }

    #category #container-product-list {
        clear: both;
        width: 100%;
        margin: 0
    }

    #category #products img,
    #category .featured-products img,
    #category .product-accessories img,
    #category .product-miniature img {
        margin: 0;
        padding: 0;
        max-width: 360px
    }

    /* #category #all-filters .menu_filter:first-child {border-top: 1px solid #000}  */
    body#product .product-quantity-container,
    body#product #product-availability {
        float: left
    }

    body#product .btn-perso {
        margin-top: 10px
    }

    .product-price-and-shipping .price,
    .category-add-to-cart {
        display: inline
    }

    .thumbnail-container,
    .categorie_filler {
        max-width: 360px;
    }

    .affuteur h3 {
        font-size: 45px
    }

    .products-like-title,
    .products-viewed-title {
        font-size: 1.25em;
    }

    .wrapper-category-cover {
        display: none !important
    }

    body#category .btn-perso span {
        font-size: 11px;
        line-height: 19px;
        letter-spacing: 1px
    }

    body#category .category-add-to-cart .add-to-cart {
        font-size: 13px;
    }

    body#category .js-product-list .product-title a,
    #products .product-title a {
        font-size: 9px;
        line-height: 9px
    }

    body#category #products .product-title {
        line-height: 9px;
        min-height: 39px
    }

    body#category .product-price-and-shipping .price {
        font-size: 0.8rem
    }

    body#category .product-description {
        margin-top: 5px
    }

    .desktop_banner {
        display: none
    }

    .responsive_banner {
        display: block
    }

    #index .banner_fr h1 {
        margin-left: 0;
        width: 100%
    }

    #index .responsive_banner h1 {
        text-shadow: none;
        color: #000
    }

    #index .responsive_banner .btn-index {
        margin-top: 20px;
        color: #000;
        border-color: #000;
        font-size: 14px;
        padding: 15px;
        line-height: 1.5;
        /*height: 53px; line-height: 53px;*/
    }

    #index .responsive_banner .btn-index:hover {
        background-color: unset
    }

    #index .highlight0 .text__container {
        padding-bottom: 0;
        height: auto
    }

    #index .collections .title-category-familly_text {
        font-size: 15px;
        margin-top: 5px;
        text-align: center
    }

    .add-actions .add,
    .add-actions .btn-perso {
        float: left;
        margin-left: 2%
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #category #menu-filters {
        width: 100%;
        margin-left: 0
    }

    #category #container-product-list {
        clear: both;
        width: 100%;
        margin: 0
    }

    .banner .background {
        height: 400px;
    }

    .kit .background,
    .kit .text__container {
        height: 260px
    }

    .index_best .background,
    .index_best .text__container {
        height: 408px
    }

    .affuteur .background {
        min-height: unset;
        height: 420px !important
    }

    #main-menu ul li {
        font-size: 9px
    }

    .affuteur h3 {
        font-size: 6em
    }

    #index .collections .title-category-familly_text {
        font-size: 13px
    }

    #left-part-header {
        /* margin-top: 30px; */
    }

    body#category .block-category {
        display: none
    }

    body#category #menu-filters {
        width: 100%
    }

    body#product .product-quantity #quantity_wanted {
        width: 2rem
    }

    body#product .product-prices .add-actions {
        width: 79%
    }

    body#products .product-actions .add-to-cart {
        font-size: 13px
    }

    body#product .product-information-container .btn-perso,
    body#products .product-actions .add-to-cart {
        min-width: 217px
    }

    body#product .product-information-container .btn-perso span {
        margin-top: 5px;
        font-size: 11px
    }

    #main-menu ul li ul li a {
        font-size: 10px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    #category #menu-filters {
        float: left;
        width: 15%;
        margin-left: 2%
    }

    #category #container-product-list {
        float: left;
        width: 81%;
        margin-left: 2%
    }

    .banner .background {
        height: 475px;
    }

    .kit .background,
    .kit .text__container {
        height: 380px
    }

    .index_best .background,
    .index_best .text__container {
        height: 408px
    }

    .affuteur .background {
        min-height: unset;
        height: 600px !important
    }

    #main-menu ul li {
        font-size: 10px
    }

    .affuteur h3 {
        font-size: 10em
    }

    #left-part-header {
        /* margin-top: 30px; */
    }

    .js-product-list .product-title,
    #products .product-title {
        font-size: 15px
    }

    body#product .product-prices .add-actions {
        width: 79%
    }

    body#products .product-actions .add-to-cart {
        font-size: 13px
    }

    body#product .product-information-container .btn-perso,
    body#products .product-actions .add-to-cart {
        min-width: 217px
    }

    body#product .product-information-container .btn-perso span {
        margin-top: 5px;
        font-size: 11px
    }

    #main-menu ul li ul li a {
        font-size: 10px;
    }

    main {
        overflow: hidden;
    }

    /* Fix right overflow on chrome */
}

@media (min-width: 1280px) and (max-width: 1599px) {
    .banner .background {
        height: 615px;
    }

    .kit .background,
    .kit .text__container {
        height: 402px
    }

    .index_best .background,
    .index_best .text__container {
        height: 408px
    }

    .affuteur .background {
        min-height: unset;
        height: 675px !important
    }

    #main-menu ul li {
        font-size: 11px
    }

    #left-part-header {
        /* margin-top: 30px; */
    }

    #header .header-nav span {
        font-size: 16px;
    }

    .affuteur h3 {
        font-size: 12em
    }

    .js-product-list .product-title,
    #products .product-title {
        font-size: 15px
    }

    .affuteur h3 {
        font-size: 10em
    }

    body#product .product-prices .add-actions {
        width: 79%
    }

    body#products .product-actions .add-to-cart {
        font-size: 13px
    }

    body#product .product-information-container .btn-perso,
    body#products .product-actions .add-to-cart {
        min-width: 217px
    }

    body#product .product-information-container .btn-perso span {
        margin-top: 5px;
        font-size: 11px
    }
}

@media (min-width: 1600px) and (max-width: 1919px) {
    .banner .background {
        height: 775px;
    }

    #main-menu ul li {
        font-size: 15px
    }

    #left-part-header {
        /* margin-top: 30px; */
    }

    .kit .background,
    .kit .text__container {
        height: 440px
    }

    .index_best .background,
    .index_best .text__container {
        height: 408px
    }

    .affuteur .background {
        min-height: unset;
        height: 860px !important
    }

    .affuteur h3 {
        font-size: 14em
    }
}

@media (min-width: 1920px) {
    .banner .background {
        height: 672px;
    }

    #main-menu ul li {
        font-size: 12px
    }

    .affuteur .background {
        min-height: unset;
        height: 900px !important
    }

    .index_best .background {
        height: 845px
    }

    #category .btn-perso span {
        font-size: 15px
    }

    .affuteur1 a {
        font-weight: 800;
        border: 2px solid #fff;
        font-size: 16px;
    }
}

/*
  @media (min-height: 1200px) {
    .banner .background {height: 1000px; } 
    .affuteur .background {min-height: unset; height: 1100px !important}
  }
  */
@media (min-height: 1325px) {
    .banner .background {
        height: 1250px;
    }

    .affuteur .background {
        min-height: unset;
        height: 1300px !important
    }
}

/*
  @media (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1500px) {
    .banner .background {
      height: 675px; } }
  */
/* swiper */
.swiper-container {
    /* height: calc(86.6vh - 120px); */

    /* margin: 60px; */
    /* margin-right: 0px; */
    /* margin-left: 0px; */
    margin-right: auto;
    margin-left: auto;

    height: 672px;
    width: 98%;
    max-width: 1366px;
    /* margin: 25px auto; */
    -webkit-border-radius: 10px;
            border-radius: 10px;
}

.swiper-pagination {
    left: 50%;
    bottom: 5%;
}

.swiper-slide {
    overflow: hidden;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.copy {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    letter-spacing: 0.06em;
}

/* .img-product-category-1:not(:hover){
    display:block;
  } */
/* .img-product-category-1:hover{
    display:none;
  }
  .img-product-category-2:hover{
    display:block;
  } */
/* a {
    color: white;
  } */

/* POPUP GLOBALE - START */

html {
    height: -webkit-fill-available;
}

:root {
    --popin-title-color: #000000;
    --popin-close-color: #000000;
}

.global-module--popin {
    position: fixed;
    display: none;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000;
    -webkit-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    /* mobile viewport bug fix */
    min-width: 100vw;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
}

.global-module--popin .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #FFFFFF;
    width: 490px;
    max-width: 98%;
    margin: 0 auto;
    position: relative !important;
    left: auto !important;
    top: 25% !important;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0;
}

.global-module--popin .content .title {
    font-size: 15px;
    color: #676767;
    text-align: center
}

.global-module--popin .content .button {
    border: 1px solid #666;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    margin: 25px auto 0;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    color: #FFF;
    -webkit-transition: color .4s linear, background-color .4s linear;
    -o-transition: color .4s linear, background-color .4s linear;
    transition: color .4s linear, background-color .4s linear;
    text-decoration: none;
    background: #fff;
}

.global-module--popin .content .button:hover {
    background-color: #666;
    color: #fff
}

.global-module--popin .content .close {
    position: absolute;
    top: 1em;
    right: 1em;
    cursor: pointer;
    width: 3em;
    height: 3em;
    z-index: 1;
    -webkit-transition: opacity .4s linear, -webkit-transform .4s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .4s linear, -webkit-transform .4s cubic-bezier(.23, 1, .32, 1);
    -o-transition: opacity .4s linear, transform .4s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .4s linear, transform .4s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .4s linear, transform .4s cubic-bezier(.23, 1, .32, 1), -webkit-transform .4s cubic-bezier(.23, 1, .32, 1);
    -webkit-transform: rotate(.01deg);
        -ms-transform: rotate(.01deg);
            transform: rotate(.01deg)
}

.notouch .global-module--popin .content .close:hover {
    opacity: .5;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg)
}

.global-module--popin .content .close i {
    width: 100%;
    height: 1px;
    background: #676767;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: block;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    top: 44%;
    position: relative
}

.global-module--popin .content .close i:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg)
}

.global-module--popin .popin-close {
    position: absolute;
    top: -20px;
    right: -15px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: var(--popin-close-color);
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer
}

.global-module--popin .close {
    display: none
}

.global-module--popin .api-content {
    text-align: center;
    position: relative;
}

.global-module--popin .api-content .popin_header .api-text {
    text-align: center;
    margin-top: 15px;
    padding: 20px 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1;
}

.global-module--popin .api-content .popin_header .api-img {
    width: 115px;
}

.global-module--popin .api-content .api-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 370px;
    padding-left: 45%;
    padding-right: 2%;
    background: url('/img/wheel/popup/background-popup-roue.png') no-repeat left center / 250px auto;
}

.global-module--popin .api-content .api-columns .api-right {
    text-align: center;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding: 15px;
}

.global-module--popin .api-content .api-columns .api-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 24px;
    padding-right: 24px
}

.global-module--popin .api-content .api-columns .api-text {
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 300;
    white-space: break-spaces;
}

.global-module--popin .api-content .api-columns .api-text span {
    font-size: 1rem;
}

.global-module--popin .api-content .api-columns cite {
    font-size: 0.7rem;
    line-height: 1.15;
    font-weight: 400;
    font-style: normal;
}

.global-module--popin .api-content .api-columns #popup_double_cta {
    cursor: pointer;
}

.global-module--popin .api-content .api-columns .api-img {
    width: 128px;
    max-width: 100%;
    margin: 25px auto 15px auto;
}

.global-module--popin .api-content .api-columns .api-picture {
    margin-top: 8em;
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.global-module--popin .api-content .api-columns .api-cta-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
}

.global-module--popin .api-content .api-columns .api-cta-w a {
    margin-top: 0;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    max-width: 80%;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    padding: 10px 15px;
    height: auto;
    font-weight: 600;
    text-decoration: none;
}

.global-module--popin .api-content .popin_footer .api-text {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 700;
    padding: 15px;
    line-height: 1;
    margin-bottom: 30px;
}

.global-module--popin .api-content .cgu_info_link {
    color: #000000;
}

.global-module--popin .api-content .cgu_info_link:hover {
    color: #313131;
}

@media only screen and (max-width: 768px) {

    .global-module--popin .content {
        max-width: 92%;
        top: 5% !important;
    }

    .global-module--popin .api-content .popin_header .api-text {
        font-size: 1.6rem;
    }

    .global-module--popin .api-content .api-columns {
        background-size: 220px auto;
        background-position: -50px center;
        min-height: 320px;
        padding-left: 40%;
    }

    .global-module--popin .api-content .cgu_info_link {
        display: table;
    }

    .global-module--popin .api-content .api-columns .api-text {
        font-size: 1rem;
    }

    .global-module--popin .api-content .popin_footer .api-text {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
}

/* END - POPUP GLOBALE */


/* POPUP ARCHIVES 2025 */
.archives-module-popin {
    background-color: rgba(0, 0, 0, .75);
}

.archives-module-popin .content {
    background: rgb(0, 0, 0);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(250, 245, 236, 1) 80%, rgba(250, 245, 236, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), color-stop(35%, rgba(0, 0, 0, 1)), color-stop(80%, rgba(250, 245, 236, 1)), to(rgba(250, 245, 236, 1)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(250, 245, 236, 1) 80%, rgba(250, 245, 236, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#faf5ec", GradientType=1);
    -webkit-border-radius: 45px;
            border-radius: 45px;
    top: 8% !important;
}

.archives-module-popin .popin-close {
    top: 10px;
    right: 10px;
    border: 0;
}

.archives-module-popin .api-content {
    padding: 15px;
}

.archives-module-popin .api-content .popin_header .api-img {
    width: 254px;
    max-width: 100%;
    padding-top: 15px;
}

.archives-module-popin .api-content .popin_header .api-text {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 325;
    text-transform: none;
    padding: 40px 12px 50px 12px;
    margin: 0;
}

.archives-module-popin .api-content .popin_header .api-text b {
    font-weight: 700;
}

.archives-module-popin .content .button {
    background-color: #000000;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 0.8rem 2rem;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.archives-module-popin .content .popin_body {
    margin: 0 12px;
    background-color: #FAF5EC;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 15px;
}

.archives-module-popin .content .popin_body img {
    margin: 25px auto;
    width: 136px;
}

.archives-module-popin .content .popin_body p {
    color: #000000;
    padding: 0 1rem;
}

.archives-module-popin .content .popin_body p b {
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .archives-module-popin .api-content .popin_header .api-text {
        padding: 15px;
    }

    .archives-module-popin .content .popin_body img {
        width: 90px;
    }
}

/* PAGE NOUVEAUX TATOUAGES 2025 (images à gratter) - START */

.wrapper_nouveaux_tatouages {
    background-color: #e7e1d6;
    position: relative;
}

/* - Loader start*/

.wrapper_nouveaux_tatouages #loading {
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 750;
    position: absolute;
    pointer-events: none;
    background-color: #e7e1d6;
    opacity: 1;
    -webkit-transition: opacity 1.2s ease-in-out;
    -o-transition: opacity 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrapper_nouveaux_tatouages #loading:before {
    content: " ";
    display: block;
    height: 200%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 500;
    opacity: 1;
    position: absolute;
    pointer-events: none;
    background-color: #e7e1d6;
}

.wrapper_nouveaux_tatouages #loading,
.wrapper_nouveaux_tatouages #loading:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper_nouveaux_tatouages #loading:after {
    content: " ";
    display: block;
    position: relative;
    z-index: 1000;
    width: 64px;
    height: 64px;
    margin-top: -150px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 6.4px solid currentColor;
    border-color: currentColor transparent currentColor transparent;
    -webkit-animation: rotateSpinner 1.2s linear infinite;
    animation: rotateSpinner 1.2s linear infinite;
}

@-webkit-keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* end Loader */

.wrapper_nouveaux_tatouages .page_title {
    font-size: 2.3rem;
}

.wrapper_nouveaux_tatouages .page_subtitle {
    text-align: center;
    padding: 50px 0;
    font-weight: 500;
    font-size: 1.5rem;
}

.nouveaux_tatouages_page_header {
    background-color: #202020;
    color: #FFFFFF;
    text-align: center;
}

.nouveaux_tatouages_page_header .container {
    padding: 3% 5%;
}

.nouveaux_tatouages_page_header .container img.logo {
    display: block;
    width: 120px;
    height: 42px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto 25px auto;
}

.wrapper_nouveaux_tatouages #main {
    padding-bottom: 3rem;
}

.nouveaux_tatouages {
    counter-reset: tatouage;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nouveaux_tatouages .nouveau_tatouage {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}

.nouveaux_tatouages .nouveau_tatouage .nouveau_tatouage_container {
    padding: 15px;
}

.nouveaux_tatouages .nouveau_tatouage .nouveau_tatouage_overlay {
    position: relative;
    font-size: 0;
    counter-increment: tatouage;
}

.nouveaux_tatouages .nouveau_tatouage .nouveau_tatouage_overlay a {
    display: block;
}

/* Compteur de tatouages dynamique */
.nouveaux_tatouages .nouveau_tatouage_overlay:before {
    content: counter(tatouage);
    /* Display the counter value */
    position: absolute;
    /* Position the counter */
    left: 50%;
    /* Align to the left */
    top: 50%;
    z-index: 100;
    font-size: 2rem;
    color: #FFFFFF;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* Disable pointer events */
}

.nouveaux_tatouages .nouveau_tatouage img {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-interpolation-mode: bicubic;
    width: 100%;
    display: block;
}

.nouveaux_tatouages .nouveau_tatouage img:focus {
    outline: none !important;
}

.nouveaux_tatouages .nouveau_tatouage .nouveau_tatouage_overlay canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-touch-action: none;
    -webkit-touch-action: none;
    -moz-touch-action: none;
    touch-action: none;
    -webkit-transition: opacity 500ms ease-out 0ms, height 0ms linear 500ms;
    -o-transition: opacity 500ms ease-out 0ms, height 0ms linear 500ms;
    transition: opacity 500ms ease-out 0ms, height 0ms linear 500ms;
}

.nouveaux_tatouages .nouveau_tatouage_overlay:after {
    display: none;
    pointer-events: none;
    /* Disable pointer events */
}

.nouveaux_tatouages .nouveau_tatouage:first-child .nouveau_tatouage_overlay.ready:after {
    position: absolute;
    font-family: "Material Icons";
    content: "\e913";
    color: #FFFFFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    z-index: 100;
    display: block;
    -webkit-font-feature-settings: 'liga' 1;
    font-feature-settings: 'liga' 1;
    font-size: 4rem;
    top: 20%;
    left: 20%;
    opacity: 1;
    -webkit-animation: callToScratch 1.5s linear infinite;
    animation: callToScratch 1.5s linear infinite
}

/* On masque l'overlay si l'image a été grattée */
.nouveaux_tatouages .nouveau_tatouage .nouveau_tatouage_overlay.revealed canvas {
    opacity: 0;
    height: 0;
}

/* On masque le compteur de tatouage si l'image a été grattée */
.nouveaux_tatouages .nouveau_tatouage .nouveau_tatouage_overlay.revealed:before,
.nouveaux_tatouages .nouveau_tatouage:first-child .nouveau_tatouage_overlay.revealed:after {
    content: "";
}

.nouveaux_tatouages_redirect_link {
    text-align: center;
    padding: 25px 0;
}

@-webkit-keyframes callToScratch {
    0% {
        opacity: 1;
        top: 20%;
        left: 20%;
    }

    15% {
        top: 26%;
        left: 35%;
    }

    30% {
        top: 28%;
        left: 20%;
    }

    45% {
        top: 30%;
        left: 30%;
    }

    60% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        top: 30%;
        left: 30%;
    }
}

@keyframes callToScratch {
    0% {
        opacity: 1;
        top: 20%;
        left: 20%;
    }

    15% {
        top: 26%;
        left: 35%;
    }

    30% {
        top: 28%;
        left: 20%;
    }

    45% {
        top: 30%;
        left: 30%;
    }

    60% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        top: 30%;
        left: 30%;
    }
}

@media only screen and (max-width: 1366px) {

    .nouveaux_tatouages .nouveau_tatouage img,
    .nouveaux_tatouages .nouveau_tatouage .nouveau_tatouage_overlay canvas {
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }

    .nouveaux_tatouages .nouveau_tatouage {
        -webkit-flex-basis: 33.3333333%;
        -ms-flex-preferred-size: 33.3333333%;
        flex-basis: 33.3333333%;
    }

    .nouveaux_tatouages .nouveau_tatouage .nouveau_tatouage_container {
        padding: 10px;
    }
}

@media only screen and (max-width: 992px) {

    .nouveaux_tatouages .nouveau_tatouage img,
    .nouveaux_tatouages .nouveau_tatouage .nouveau_tatouage_overlay canvas {
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }

    .nouveaux_tatouages .nouveau_tatouage {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .nouveaux_tatouages .nouveau_tatouage .nouveau_tatouage_container {
        padding: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .wrapper_nouveaux_tatouages .page_title {
        font-size: 1.8rem;
    }

    .wrapper_nouveaux_tatouages .page_subtitle {
        font-size: 1.2rem;
    }

    .nouveaux_tatouages .nouveau_tatouage {
        margin-bottom: 0;
    }

    .nouveaux_tatouages .nouveau_tatouage img,
    .nouveaux_tatouages .nouveau_tatouage .nouveau_tatouage_overlay canvas {
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }

    .nouveaux_tatouages .nouveau_tatouage:first-child .nouveau_tatouage_overlay.ready:after {
        font-size: 2.5rem;
    }

    .nouveaux_tatouages .nouveau_tatouage {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .fancybox-container {
        max-width: 100vw;
    }

    .nouveaux_tatouages_redirect_link {
        margin-top: 25px;
    }
}

/* END - PAGE NOUVEAUX TATOUAGES 2025 (images à gratter) */


/* START - HOME V2 */
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.container {
    max-width: 1366px;
    width: 100%;
}

.container.full {
    max-width: 98%;
}

.btn {
    -webkit-border-radius: 7px;
            border-radius: 7px;
    color: #FFFFFF;
    background-color: #000000;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.is_mobile {
    display: none !important;
}

.section_main_title {
    font-weight: 700;
    font-size: 38px;
}

.index-page .swiper-button-prev,
.index-page .swiper-button-next {
    height: 32px;
    width: 32px;
    -webkit-border-radius: 16px;
            border-radius: 16px;
}

.index-page .swiper-button-prev {
    background: rgba(255, 255, 255, 0.75) url("/media/img/2025/accueil/slider-arrow-left.png") no-repeat 40% center / 15px !important;
}

.index-page .swiper-button-next {
    background: rgba(255, 255, 255, 0.75) url("/media/img/2025/accueil/slider-arrow-right.png") no-repeat 60% center / 15px !important;
}

.swiper-button-next,
.swiper-button-prev {
    top: initial;
    left: initial;
    bottom: 4%;
}

.swiper-button-next {
    right: 2%;
}

.swiper-button-prev {
    right: 6%;
}

.banner img.background {
    height: auto;
    width: 100%;
}

/* MASONRY STORIES */

.masonry_without_grid {
    margin: 80px 0;
}

.masonry_without_grid .container {
    max-width: 1366px;
}

.masonry_without_grid .spacer {
    padding: 15px 0;
}

.masonry_without_grid figure {
    margin: 0;
}

.masonry_without_grid img {
    margin: 15px 0;
}

.masonry_without_grid p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: var(--primary-text-color);
}

.masonry_without_grid .masonry_without_grid_main_title {
    padding: 15px 15px 25px 15px;
    max-width: 80%;
    text-transform: uppercase;
    line-height: 1.2;
}

.masonry_without_grid .masonry_without_grid_sub_title {
    font-size: 14px;
    color: var(--primary-text-color);
    text-align: center;
    text-transform: uppercase;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 0;
    padding: 25px 0 10px 0;
}

.masonry_without_grid .masonry_text_spe .masonry_without_grid_sub_title {
    margin: 15px 0;
}

.masonry_without_grid .masonry_text_spe .masonry_without_grid_sub_title {
    color: #FFFFFF;
    background-color: #000000;
    padding: 15px;
    min-height: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-border-radius: 16px;
            border-radius: 16px;
}

/* Assurance */
#assurance_block {
    margin: 50px 0;
}

#assurance_block .assurance_block_main_title {
    text-align: center;
    padding: 10px 0;
    line-height: 1.25;
}

/* #assurance_block .assurance_block_image_container {
    padding: 15px;
} */

.assurance_item_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 25px;
}

.assurance_item_picto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

.assurance_item_picto img {
    width: 50px;
    height: 50px;
    margin-right: 30px;
    margin-top: 5px;
}

.assurance_item_text {
    font-size: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.assurance_item_text strong {
    color: var(--color_578397);
    font-weight: 600;
    display: block;
}

.assurance_item_text p {
    margin: 0;
    color: var(--primary-text-color);
}

#assurance_block a.btn {
    margin: 15px auto;
    text-align: center;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    display: table;
}

/* KEY FIGURES */
#key_figures {
    margin: 50px 0;
}

#key_figures .key_figures_main_title {
    text-align: center;
    margin-bottom: 25px;
}

#key_figures .figures_item .figures_item_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#key_figures .figures_item .figures_item_container img {
    width: 34px;
    height: 34px;
    margin-right: 8px;
}

#key_figures .figures_item .figures_item_container p {
    margin: 0;
    font-weight: 400;
    line-height: 1.25;
    color: var(--primary-text-color);
}

#key_figures .figures_item:not(:nth-child(2)) .figures_item_container p strong {
    display: block;
    font-weight: 700;
    color: var(--primary-text-color);
}


/* KNIFE STORY */
#knife_story {
    margin: 70px 0;
}

#knife_story .container{
    background-color: #EAE0D6;
    -webkit-border-radius: 10px;
            border-radius: 10px;
}

#knife_story .knife_story_main_title {
    text-transform: uppercase;
    padding-top: 15px;
    line-height: 1;
}

#knife_story .knife_story_main_subtitle {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 0.6;
}

#knife_story .knife_story_list {
    padding: 15px 0 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#knife_story .knife_story_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#knife_story .knife_story_item .knife_story_item_container {
    text-align: center;
    margin: 10px;
}

#knife_story .knife_story_item .knife_story_item_container img {
    margin: 10px auto;
    display: block;
    -webkit-border-radius: 12px;
            border-radius: 12px;
}

#knife_story .knife_story_item .knife_story_item_title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}


/* KNIFE TATTOOS */
#knife_tattoos {
    margin: 80px 0;
}

#knife_tattoos .knife_tattoos_main_title {
    text-align: right;
    margin: 0 0 -180px auto;
    position: relative;
    z-index: 10;
    max-width: 45%;
    padding-top: 25px;
}

#knife_tattoos .knife_tattoos_main_image {
    margin: 0 auto;
    display: block;
}

#knife_tattoos .cta_container {
    margin-top: -120px;
    width: 50%;
    text-align: center;
}

#knife_tattoos .cta_container p {
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-text-color);
}

/* 3 BLOCK TEXTE IMAGE */
#block_images_3 {
    margin: 50px 0;
}

#block_images_3 .item .item_image {
    overflow: hidden;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 90%;
        -ms-flex: 1 1 90%;
            flex: 1 1 90%;
}

#block_images_3 .item .item_image img {
    margin-left: auto;
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    cursor: pointer;
}

#block_images_3 .item p {
    padding: 40px 15px;
    min-width: 110px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    position: relative;
    z-index: 10;
    background-color: #FFFFFF;
    text-align: center;
    /* left: 50px; */
    margin-right: -50px;
    bottom: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-transition: bottom 0.25s ease-in-out;
    -o-transition: bottom 0.25s ease-in-out;
    transition: bottom 0.25s ease-in-out;
}

#block_images_3 .item p {
    color: var(--primary-text-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
}

#block_images_3 .item p strong {
    display: block;
    font-weight: 600;
}

#block_images_3 .item.item_2 p strong {
    color: var(--color_578397);
}

#block_images_3 .item.item_3 p strong {
    color: var(--color_C5AC8E);
}

#block_images_3 .item a.btn {
    margin: 15px auto;
    display: table
}

/* Animations blocs seulement sur desktop */
@media (min-width: 960px) {
    #block_images_3 .item:hover .item_image img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }

    #block_images_3 .item:hover p {
        bottom: 100px;
    }

    #block_images_3 .item.item_2:hover a.btn {
        background-color: var(--color_000000);
    }

    #block_images_3 .item.item_3:hover a.btn {
        background-color: #c5ac8e;
    }

    #magazines .glide__slides {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}



/* double_block_images_2 */
#double_block_images_2 .item {
    margin: 25px 0;
}

#double_block_images_2 .item img {
    -webkit-border-radius: 10px;
            border-radius: 10px;
}

#double_block_images_2 .item_text {
    padding: 15px;
}

#double_block_images_2 .item_text p {
    color: var(--primary-text-color);
    font-size: 20px;
    line-height: 1.3;
}

#double_block_images_2 .item_text .double_block_images_2_main_title {
    text-transform: uppercase;
    padding-bottom: 15px;
}

#double_block_images_2 .item.item_2 {
    text-align: right;
}

#double_block_images_2 .item a.btn {
    margin-top: 5px;
}

/* SOCIAL MEDIA */
#social_media {
    margin: 50px;
}

#social_media .section_main_title {
    padding-bottom: 10px;
    padding-left: 70px;
    text-transform: uppercase;
}

#social_media img {
    margin: 0 auto 50px auto;
    display: block;
    width: 100%;
}

/* MAGAZINES */
#magazines .collections {
    background: none;
}

#index .collections img {
    width: 100%;
    max-width: 215px;
    margin-bottom: 25px;
}

#index .collections .title-category-familly_text {
    text-align: center;
}

#magazines .collections_inner {
    padding: 0;
}

#magazines .glide__slides {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#magazines .glide__slides .glide__slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; /* avant --> 20% (5) */
}

#magazines .glide__slides:after {
    content: "";
    display: table;
    clear: both;
}

/* PRE-FOOTER */
#pre_footer .pre_footer_container {
    width: 95%;
    max-width: 840px;
    margin: 50px auto;
    padding: 25px 15px 60px 15px;
    background-color: #eae0d6;
    -webkit-border-radius: 10px;
            border-radius: 10px;
}

#pre_footer #pre_footer_title1 {
    font-weight: 700;
    font-size: 38px;
    line-height: 1;
}

#pre_footer #pre_footer_title2 {
    font-size: 20px;
    font-weight: 500;
}

#pre_footer_email0 {
    width: 350px;
    max-width: 70%;
    border-width: 2px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #FFFFFF;
    margin: 60px auto 0 auto;
    padding: 5px 5px 5px 20px;
    /* padding-right: 80px; */
    position: relative;
    font-size: 20px;
    font-weight: 500;
}

/* #pre_footer_email0:before {
    content: "";
    display: block;
    width: 60px;
    height: 85%;
    background-color: black;
    border-radius: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
}

#pre_footer_email0:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    z-index: 10;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid white;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
} */

#pre_footer_email0 #pre_footer_email1 {
    background: none;
    text-align: left;
    max-width: 85%;
    padding: 0;
    vertical-align: middle;
    padding-right: 20px;
}

#pre_footer #pre_footer_submit {
    /* background: url('/media/img/2025/accueil/newsletter-input-background-arrow-right.png?1') no-repeat right center / contain; */
    background: none;
    width: auto;
    height: 100%;
    max-width: 15%;
    text-indent: 0;
    padding: 0;
    cursor: pointer;
}

#pre_footer_result_error_detail {
    color: red;
}

/***/

@media (max-width: 1280px) {
    .section_main_title {
        font-size: 30px;
    }
}

@media (max-width: 960px) {

    .section_main_title {
        font-size: 26px;
    }

    /******/

    #knife_story .knife_story_main_subtitle {
        font-size: 20px;
    }

    #knife_story .container {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 0 15px;
    }

    /******/

    #key_figures .figures_item .figures_item_container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 15px 0;
    }

    #key_figures .figures_item .figures_item_container img {
        margin: 0 auto 5px auto;
        height: 40px;
        width: 40px;
    }

    #key_figures .figures_item .figures_item_container p {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        text-align: center;
    }

    /******/

    #assurance_block > .container > .flex {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    /******/

    #knife_tattoos .knife_tattoos_main_title {
        margin: 0 0 -100px auto;
    }

    #knife_tattoos .cta_container {
        margin-top: -50px;
    }

    /******/
}


@media (max-width: 768px) {
    .section_main_title {
        font-size: 20px;
    }

    .main_section {
        margin: 25px 0 !important;
    }

    .is_desktop {
        display: none !important;
    }

    .is_mobile {
        display: initial !important;
    }

    #social_media img.socials_logos {
        width: auto;
        height: auto;
        margin: 0 0 0 auto;
        display: block !important;
    }

    .glide__arrows img {
        width: 18px;
    }

    .swiper-container {
        max-width: 90%;
        height: 650px;
    }

    .swiper-container .swiper-slide a {
        display: block;
    }

    .banner .background {
        height: 100%;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    /*****/

    .assurance_item_container {
        padding: 10px 10%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
    }

    #assurance_block .assurance_block_main_title.is_mobile {
        display: block !important;
        padding-right: 6rem;
        text-align: left;
    }

    .assurance_item_text p {
        font-size: 16px;
    }

    .assurance_item_picto img {
        margin: 15px auto;
    }

    #assurance_block a.btn {
        display: none;
    }

    /******/

    .masonry_without_grid .masonry_item_container {
        margin: 10px;
    }

    .masonry_without_grid .spacer {
        padding: 0;
    }

    .masonry_without_grid img {
        margin: 0;
    }

    .masonry_without_grid figure + figure img {
        margin: 15px 0;
    }

    /*****/

    #double_block_images_2 .container.glide {
        position: relative;
    }

    #double_block_images_2 .item .item_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    #double_block_images_2 .item:nth-child(even) .item_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    #double_block_images_2 .item_text {
        text-align: center;
    }

    /*****/

    #key_figures .key_figures_main_title {
        padding: 0 20%;
    }

    /*****/

    #knife_story .knife_story_list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    #knife_story .knife_story_main_subtitle {
        font-size: 16px;
        line-height: 0.5;
    }

    #knife_story .knife_story_item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
    }

    /* On fait disparaître les éléments 5 et + */
    .knife_story_item:nth-child(n+5) {
        display: none;
    }

    #knife_story .knife_story_item .knife_story_item_title {
        font-size: 16px;
    }

    /******/

    #knife_tattoos .knife_tattoos_main_title {
        margin: 0 0 25px auto;
        max-width: 80%;
    }

    #knife_tattoos .cta_container {
        margin: 25px 0;
        width: 100%;
    }

    #knife_tattoos .cta_container p {
        display: none;
    }

    #knife_tattoos .cta_container a {
        margin: 0 auto;
    }

    /******/

    #block_images_3 .item .item_container {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 15px 0;
    }

    #block_images_3 .item a.btn {
        white-space: normal;
        display: block !important;
        font-size: 12px;
        padding: 5px;
        margin: 5px -5px;
    }

    #block_images_3 .item p {
        bottom: -7px;
        left: 15px;
        font-size: 16px;
        padding: 50px 15px;
        text-transform: uppercase;
        margin-right: -50px;
        min-width: 150px;
    }

    /******/
    
    #social_media .section_main_title {
        padding: 0;
        text-align: right;
        max-width: 70%;
        margin-left: auto;
    }

    /******/

    #index .collections,
    #index .collections_inner {
        margin: 0 auto;
        width: 100%;
        float: none;
    }

    .glide1-prev {
        left: -5%;
    }

    .glide1-next {
        right: -5%;
    }

    .glide__arrow--left {
        /* left: 3%; */
        left: 0%;
    }

    .glide__arrow--right {
        /* right: 3%; */
        right: 0%;
    }

    #glide1 .glide1-prev img,
    #glide1 .glide1-next img {
        width: 18px;
    }

    #index .collections .title-category-familly_text {
        margin: 15px;
    }

    .glide__arrow {
        position: absolute;
        top: 50%;
        outline: none !important;
        border: 0;
        background: none;
        font-size: 30px;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    #double_block_images_2 .container.glide {
        padding: 0 10%;
    }

    #double_block_images_2 .item_text p {
        font-size: 16px;
    }

    /* #index .collections_inner {
        position: relative;
    }

    #magazines .glide__slides .glide__slide {
        width: 33.333%;
    }

    .glide_control {
        display: block;
    }

    .glide1-prev, .glide1-next, .glide2-prev, .glide2-next {
        position: absolute;
        top: 27%;
        outline: none !important;
        border: 0;
        background: none;
        font-size: 30px;
        width: 30px;
        height: 30px;
        cursor: pointer;
    } */

    /******/

    #index .collections img {
        margin-bottom: 0;
    }

    /******/

    #pre_footer .pre_footer_container {
        padding: 20px;
    }

    #pre_footer_email0 {
        margin-top: 0;
    }

    #pre_footer .pre_footer_main_img {
        margin: 15px 0 25px 0;
    }

    #pre_footer #pre_footer_title1 {
        font-size: 20px;
    }

    #pre_footer #pre_footer_title2 {
        font-size: 16px;
    }

    #pre_footer_email0 #pre_footer_email1 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    #block_images_3 .item p {
        bottom: -7px;
        left: 15px;
        font-size: 16px;
        padding: 15px 10px;
        text-transform: uppercase;
        margin-right: -40px;
        min-width: 120px;
    }
}

/* BRADERIE DÉTAIL PRODUIT - START */

.product-information.price-mobile .banniere-promo {
    margin: 15px 0;
    width: 262px;
    max-width: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.product-information.price-mobile .banniere-promo img {
    width: 26px;
    height: 26px;
    margin-right: 5px;
}

.product-information.price-mobile .banniere-promo span {
    display: inline-block;
    color: var(--color_578397);
    font-size: 16px;
    font-weight: 700;
}

.product-information.price-mobile .current-price span {
    color: #49474A;
    font-weight: 700;
}

.product-information.price-mobile .current-price .price-promo {
    background-color: var(--color_578397);
    padding: 6px;
    border-radius: 2px;
    line-height: 1;
    color: #FFFFFF;
    font-weight: 700;
    margin-left: 12px;
    display: inline-block;
}

/* END - BRADERIE DÉTAIL PRODUIT */

/* POPUP BRADERIE 2025 */
main {
    overflow-x: hidden;
}

.braderie-module-popin {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    overflow: hidden;
}

.braderie-module-popin .nopadding {
    padding: 0;
}

.braderie-module-popin .content {
    /* background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(250, 245, 236, 1) 80%, rgba(250, 245, 236, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(250, 245, 236, 1) 80%, rgba(250, 245, 236, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(250, 245, 236, 1) 80%, rgba(250, 245, 236, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#faf5ec", GradientType=1);
    border-radius: 45px;
    top: 8% !important; */
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    top: 25% !important;
    -webkit-box-shadow: 0px 4px 4px 0px #00000040;
            box-shadow: 0px 4px 4px 0px #00000040;
}

.braderie-module-popin .popin-close {
    top: 0;
    right: 0;
    border: 0;
    background: none;
    color: #000000;
}

.braderie-module-popin .api-content {
    padding: 15px 25px 30px 25px;
}

.braderie-module-popin .api-content .popin_header .popin_header_container {
    padding: 0 2.5rem;
}

.braderie-module-popin .api-content .popin_header .api-img {
    width: 100%;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.braderie-module-popin .api-content .popin_header .api-text {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-align: right;
    margin: 0;
    padding: 8px 0;
}

.braderie-module-popin .api-content .popin_header .api-text b {
    font-weight: 700;
}

.braderie-module-popin .content .button {
    background-color: #000000;
    border-radius: 0;
    padding: 0.35rem 1.2rem;
    font-size: 16px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
}

.braderie-module-popin .popin_body_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.braderie-module-popin .popin_body_container .braderie_infos {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 15px;
}

.braderie-module-popin .popin_body_container .braderie_infos .api-text.bloc-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
}

.braderie-module-popin .popin_body_container .braderie_infos .api-text.bloc-text:not(:last-child) {
    padding-bottom: 15px;
}

.braderie-module-popin .popin_body_container .braderie_infos .api-text.bloc-text.promo_info_1 p { /* Info catalogue */
    color: var(--color_578397);
}

.braderie-module-popin .popin_body_container .braderie_infos .api-text.bloc-text.promo_info_2 p { /* Montant promo max */
    color: #4C786D;
}

.braderie-module-popin .popin_body_container .braderie_infos .api-text.bloc-text.promo_info_3 p { /* Rareté */
    color: #406C42;
}

.braderie-module-popin .popin_body_container .braderie_infos .api-text.bloc-text p {
    margin: 0;
    padding-left: 5px;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}

.braderie-module-popin .content .popin_body p b {
    font-weight: 700;
}

.braderie-module-popin .popin_footer_container .api-cta-w {
    margin-top: -30px;
}

.braderie-module-popin .popin_footer_container .api-cta-w .api-cta {
    margin-left: 15px;
}

/* 2026 */
.braderie-module-popin.v-2026 .popin_body_container .braderie_infos .api-text.bloc-text.promo_info_1 p,
.braderie-module-popin.v-2026 .popin_body_container .braderie_infos .api-text.bloc-text.promo_info_2 p,
.braderie-module-popin.v-2026 .popin_body_container .braderie_infos .api-text.bloc-text.promo_info_3 p {
  color: #000000;
}

#braderie.v-2026 .product-price-and-shipping .product-stock p {
  text-transform: none;
}


@media only screen and (max-width: 568px) {
    .braderie-module-popin .popin_body_container {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .product-information.price-mobile .banniere-promo {
        margin: 6px 0;
    }

    .product-row.braderie .product-information-container {
        padding-left: 0;
    }

    .product-row.braderie .add-actions:after,
    .product-row.braderie .product-prices:after {
        content: "";
        clear: both;
        display: table;
    }

    .product-row.braderie .elem-mobile {
        display: block !important;
    }

    .product-row.braderie .product-quantity-container {
        display: none;
    }

    .product-row.braderie .product-actions .add-actions .add {
        float: none;
        margin: 0;
    }

    .product-row.braderie .product-actions .add-to-cart {
        margin-left: auto;
        display: table;
        font-size: 12px;
        font-weight: 700;
        background-color: #49474A;
        color: #FFFFFF;
        height: auto;
        line-height: 1;
        padding: 10px 15px;
        margin-bottom: 15px;
    }

    body#product .product-row.braderie .product-information-container {
        margin-top: 15px;
    }

    .product-row.braderie .current-price p {
        margin-bottom: 0;
    }

    .braderie-module-popin .popin_body_container .braderie_infos {
        padding-top: 20px;
    }

    .braderie-module-popin .popin_body_container .braderie_infos .api-text.bloc-text:not(:last-child) {
        padding-bottom: 10px;
    }

    .braderie-module-popin .popin_body_container .braderie_infos img {
        width: 28px;
    }

    .braderie-module-popin .api-content .popin_header .popin_header_container {
        padding: 0 1rem;
    }

    .braderie-module-popin .api-content .popin_header .api-img {
        padding-top: 5px;
    }

    .braderie-module-popin .api-content .popin_header .api-text {
        padding-bottom: 15px;
    }

    .braderie-module-popin .popin_footer_container .api-cta-w {
        margin-top: -40px;
    }

    .braderie-module-popin .popin_footer_container .api-cta-w .api-cta {
        font-size: 14px;
    }

    .braderie-module-popin .api-content {
        padding: 15px 10px;
    }

    .braderie-module-popin .popin_body_container .braderie_infos .api-text.bloc-text p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 380px) {
    .braderie-module-popin .popin_footer_container .api-cta-w {
        margin-top: -20px;
    }

    .braderie-module-popin .popin_body_container .braderie_infos .api-text.bloc-text p {
        font-size: 13px;
    }
}
/* END - POPUP BRADERIE 2025 */

/* BEGIN - MENSORY 2026 */
#Mansory_media {
    margin: 50px 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 140px;
  grid-auto-flow: dense;
  gap: 15px;
  width: 100%;
}

.grid-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.grid-item img {
  width: 100%;
  display: block;
  flex-shrink: 0;
}

.image-wrapper {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 12px;
}

/* Start video-wrapper */
.image-wrapper,
.video-wrapper {
    position: relative;
    overflow: hidden;
}
.video-wrapper {
    cursor: pointer;
}
.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-indicator {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(128, 128, 128, 0.6);
    color: white;
    padding: 6px 9px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 20px;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* ===== MODALE VIDÉO ===== */
.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.video-modal.is-open {
    display: flex;
    opacity: 1;
}
.video-modal__inner {
    position: relative;
    width: 90%;
    max-width: 1100px;
    max-height: 90vh;
    background: #000;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}
.video-modal__inner video {
    width: 100%;
    height: 100%;
    max-height: 90vh;
    display: block;
    object-fit: contain;
    background: #000;
}
.video-modal__close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    background: none;
    border: 0;
    padding: 5px 10px;
    z-index: 1;
}
@media (max-width: 767px) {
    .video-modal__inner { width: 95%; }
    .video-modal__close { top: -36px; font-size: 26px; }
}
/* Masqué sur mobile */
@media (hover: none) {
    .video-indicator { display: none; }
}
/* End video-wrapper */



.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.text-block {
  padding: 10px 2px;
  background: #fff;
  color: #111;
  flex-shrink: 0;
}

.text-block h4 {
  margin: 0 0 6px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.text-block p {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.4;
  opacity: 0.85;
}

/* largeur */
.grid-item--width1 { grid-column: span 1; }
.grid-item--width2 { grid-column: span 2; }
.grid-item--width3 { grid-column: span 3; }
.grid-item--width4 { grid-column: span 4; }
.grid-item--width5 { grid-column: span 5; }
.grid-item--width6 { grid-column: span 6; }

/* hauteur */
.grid-item--height1 { grid-row: span 1; }
.grid-item--height2 { grid-row: span 2; }
.grid-item--height3 { grid-row: span 3; }
.grid-item--height4 { grid-row: span 4; }
.grid-item--height5 { grid-row: span 5; }
.grid-item--height6 { grid-row: span 6; }

/* Desktop large */
@media (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 120px;
  }
}

/* Tablette */
@media (max-width: 1199px) and (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 180px;
  }
}

/* Mobile */
@media (max-width: 767px) {
    /* on neutralise ceux apres les 5 premiers sur mobile */
  #Mansory_media .grid-item:nth-child(n+6) {
    display: none;
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }

  /* on neutralise les spans trop larges */
  .grid-item--width3,
  .grid-item--width4,
  .grid-item--width5,
  .grid-item--width6 {
    grid-column: span 2;
  }

  /* 
  .grid-item--height2,
  .grid-item--height3,
  .grid-item--height4,
  .grid-item--height5,
  .grid-item--height6 {
    grid-row: auto;
  }
  */
}

/* END - MENSORY 2026 */