.banner-homepage {
    background: url('../img/covers/psd.jpg');

}

.homepage-left-image-container {
    align-items: end;
    justify-content: end;
    display: flex;
    padding-bottom: 2.6rem;

}

.text-shadow-1 {
    text-shadow: .5px .5px 1px #000;
}

button:hover .text-shadow-1,
a:hover .text-shadow-1 {
    text-shadow: .5px .5px 1px #fff;
}

.banner-container {
    min-height: 550px;
}

.banner-content {
    background-color: rgba(0, 0, 0, .28);
    padding: 1rem;
    border-radius: 10px;
    margin: 1rem 0;
}

.banner-content h6 {
    font-weight: 100;
    padding-top: 20px
}

.banner-content div {
    padding-top: 20px;
    padding-right: 100px;
    padding-bottom: 30px
}

.banner-content div button {
    background-color: #ff578a;

}

.banner-content h1 {
    font-size: 60px
}

.banner-content h1 p {
    color: #ff578a;
    display: inline;
}

#mini-cart-ul {
    max-height: 59vh;
    overflow: scroll;
}

.login-with-google-btn {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 16px;
    padding-left: 36px;

    &:disabled {
        filter: grayscale(100%);
        background-color: #ebebeb;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
        cursor: not-allowed;
    }
}

#product-view .flickity-slider {
    overflow: scroll;
}

#product-view .flickity-slider a img {
    max-height: 750px;
}

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
    background-color: #13315c;
    color: black;
}

/* Style the back side */
.flip-box-back {
    background-color: #13315c;
    color: white;
    transform: rotateY(180deg);
}

.bronze-text-badge {
    color: #CD7F32 !important;


}

.silver-text-badge {
    color: #828c8b !important;


}

.gold-text-badge {
    color: #b89f4b !important;


}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown.nav-item {
    display: flex;
    align-items: center;

}

.dropdown.nav-item::after {
    display: contents;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    left: 18px;
    font-weight: 600;
    font-size: .8rem;
    position: absolute;
    right: 0;
    transition-duration: 600ms;
}

.dropdown.nav-item.show::after {
    transition-duration: 600ms;
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    left: 18px;
    font-weight: 600;
    font-size: .8rem;
    position: absolute;
    right: 0;
}

.dropright-toggle:hover::after {
    right: 20px;
    position: absolute;
}

.mega-menu {
    width: 1109px;
}

.mega-menu .dropdown-item.dropright-toggle {
    width: auto;
}

.mega-menu .dropdown-item+.dropdown-item {
    border: 0;
}

.mega-menu.custom-menu-1 {
    position: absolute;
    top: 116px;
    z-index: 2;
    width: auto;
}

.dropdown-toggle::after,
.dropright-toggle::after {
    float: none;
    display: contents;
}

.dropdown-toggle:hover::after,
.dropright-toggle:hover::after {
    transition-duration: 300ms;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    left: 18px;
    font-weight: 600;
    font-size: .8rem;
    position: absolute;
    right: 0;
}

.dropdown-toggle:hover,
.dropright-toggle:hover {
    font-weight: 600;
}

.dropdown-submenu {
    position: relative;
}

#mobile-nav-category a {
    font-size: large;
    text-align: center;
}

#mobile-nav-category .dropdown-toggle::after {
    content: "";
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    position: relative;
}

#mobile-nav-category .dropdown-submenu .dropdown-toggle::after {
    transition-duration: 300ms;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    left: 18px;
    font-weight: 600;
    font-size: .8rem;
    position: absolute;
    right: 0;
}

#mobile-nav-category .dropdown.nav-item::after {
    margin: 0 90%;
    display: flex;
}

@media screen and ((max-width: 1200px)) {
    .btn.btn-dark.btn-plans {
        display: block;
        white-space: normal;
        height: auto;
    }

    .mega-menu {
        width: 928px;
    }

    .w-xl-100 {
        width: 100%;
    }

    .w-xl-50 {
        width: 50%;
    }

    .w-xl-25 {
        width: 25%;
    }

    .w-xl-33 {
        width: 33.3333333333%;
    }

    .w-xl-66 {
        width: 66.6666666667%;
    }

    .w-xl-75 {
        width: 75%;
    }

    #navbarBoxedTopCollapse.show .nav-item.dropdown.show>.nav-link {
        padding-right: 50%;
        align-self: flex-start;
    }

    #navbarBoxedTopCollapse.show .nav-item.dropdown.show {
        flex-wrap: wrap;
    }

    #navbarBoxedTopCollapse.show .nav-item.dropdown.show::after {
        display: none;
    }

    #navbarBoxedTopCollapse.show .list-styled-item {
        margin-top: .5rem;
    }
}

@media screen and (max-width: 992px) {
    .btn.btn-dark.btn-plans {
        display: block;
        white-space: normal;
        height: auto;
    }

    .mega-menu {
        width: 689px;
    }

    .w-lg-100 {
        width: 100%;
    }

    .w-lg-50 {
        width: 50%;
    }

    .w-lg-25 {
        width: 25%;
    }

    .w-lg-33 {
        width: 33.3333333333%;
    }

    .w-lg-66 {
        width: 66.6666666667%;
    }

    .w-lg-75 {
        width: 75%;
    }
}

@media screen and (max-width: 768px) {
    .btn.btn-dark.btn-plans {
        display: block;
        white-space: normal;
        height: auto;
    }

    .mega-menu {
        width: 720px;
    }

    .banner-homepage {
        background: url('../img/covers/psd-mobile.jpg');

        min-height: auto;

    }

    .banner-container {
        min-height: auto;
        padding-top: 0px;


    }

    .banner-container div {

        flex: 0 0 100% !important;
        max-width: 100% !important;


    }


    .banner-content {
        padding-right: 40px;
        padding-top: 1rem;
    }



    .banner-content h1 p {
        display: inline;
    }

    .banner-content h1 {
        font-size: 28px
    }

    .banner-content div button {
        background-color: #ff578a;
        padding: 10px;

    }

    .banner-content div {
        text-align: initial !important;


    }

    .focus {
        color: #111;
        background-color: #fff;
        border-color: #1f1f1f;
        outline: 0;
        box-shadow: none;
    }

}

@media screen and (max-width: 768px) {
    .btn.btn-dark.btn-plans {
        display: block;
        white-space: normal;
        height: auto;
    }

    .mega-menu {
        width: 540px;
    }

    .w-md-100 {
        width: 100%;
    }

    .w-md-50 {
        width: 50%;
    }

    .w-md-25 {
        width: 25%;
    }

    .w-md-33 {
        width: 33.3333333333%;
    }

    .w-md-66 {
        width: 66.6666666667%;
    }

    .w-md-75 {
        width: 75%;
    }
}

/* 576px */
@media screen and (max-width: 576px) {
    .btn.btn-dark.btn-plans {
        display: block;
        white-space: normal;
        height: auto;
    }

    .mega-menu {
        width: 90vw;
    }

    .w-sm-100 {
        width: 100%;
    }

    .w-sm-50 {
        width: 50%;
    }

    .w-sm-25 {
        width: 25%;
    }

    .w-sm-33 {
        width: 33.3333333333%;
    }

    .w-sm-66 {
        width: 66.6666666667%;
    }

    .w-sm-75 {
        width: 75%;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;

}

/* quantity spinner */

.quantity-spinner {
    display: flex;
    align-items: stretch;
}

.quantity-spinner .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .1rem 1rem;
    font-size: 1rem;
    background-color: #1f1f1f;
    color: white;
    margin: 0;
}



.quantity-spinner input {
    width: 3.5rem;
    font-size: 1rem;
    border: 2px solid #1f1f1f;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.quantity-spinner input::-webkit-outer-spin-button,
.quantity-spinner input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-spinner input[type=number] {
  -moz-appearance: textfield;
}
/* Plan index tab list */
#plan-nav .nav-link.bronze-plan.active {
    background-color: #CD7F32;
}

#plan-nav .nav-link.silver-plan.active {
    background-color: #828c8b;
}

#plan-nav .nav-link.gold-plan.active {
    background-color: #b89f4b;
}
#plan-nav .nav-link.active {
    color: white;
    border-radius: 38px;
}
#plan-nav .nav-link.active::before {
    border-top: none;
}
#plan-nav .nav-link {
padding: 1rem 3rem;
}

/* new css */

/* General Styles */

.promo-container {
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #000;
}

.promo-text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    margin: 0;
}

.header-container {
    display: flex;
    height: 100px;
    padding: 19px 100px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-title {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.logo-subtitle {
    color: #000;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 7px;
    margin: 0;
}

.nav-section {
    display: flex;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.nav-item {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.icons-section {
    display: flex;
    gap: 40px;
}

.icon {
    width: 24px;
    height: 25px;
}

.notification {
    display: flex;
    width: 19px;
    height: 19px;
    padding: 1.25px 0.6px 1.25px 1px;
    justify-content: center;
    align-items: center;
    border-radius: 9.5px;
    border: 2px solid #FFF;
    background: #FF6F61;
}

.notification-count {
    display: flex;
    width: 17.4px;
    height: 16.5px;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 16.5px;
    margin: 0;
}

.section-container {
    padding: 150px 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.section-bg-light {
    background: #F6F3EE;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.section-title {
    align-self: stretch;
    color: #000;
    font-family: "Lexend Exa";
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 1146px;
    text-wrap: balance;
}

.slider-controls {
    position: absolute;
    top: -50px;
    right: 10px;
    display: flex;
    gap: 10px;
}

.slider-controls button {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
}

.slider-controls button:focus {
    outline: none;
}

.slider-controls button:hover {
    background-color: rgba(255, 255, 255, 1);
}

.section-vip {
    display: flex;
    padding: 100px;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    background: #000;
}

.vip-content {
    display: flex;
    width: 914px;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.vip-title {
    color: #FFF;
    font-size: 64px;
    font-weight: 500;
}

.vip-description {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.vip-button {
    margin-top: 50px;
    width: 241px;
    height: 39px;
    border-radius: 5px;
    color: #000;
    background: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
}

.vip-benefits {
    display: flex;
    padding: 50px 16px;
    flex-direction: column;
    align-items: center;
    gap: 31px;
}

.vip-benefit-item {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
}

.vip-benefit-icon {
    background: #FFF;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.vip-benefit-text {
    color: #FFF;
    margin: 0;
}

.section-countdown {
    display: flex;
    height: 300px;
    padding: 0 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.countdown-title {
    color: #111;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 43.2px; /* 216% */
}

.countdown-timer {
    color: #111;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 43.2px; /* 120% */
}

.countdown-info {
    color: #111;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-decoration: underline;
}

.section-about {
    padding: 7rem 0;
    background-color: #f6f3ee;
}

.container-about {
    display: flex;
    padding: 96px 100px;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
}

.about-heading {
    margin-bottom: 1rem;
}

.about-text {
    margin-bottom: 7rem;
    color: #6c757d;
}

.about-image-main {
    padding: 0;
}

.about-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-image-secondary {
    padding: 0;
}

.about-image-secondary img {
    width: 100%;
    height: 901px;
    object-fit: cover;
}

.section-faq {
    background-color: #f6f3ee;
}

.faq-heading {
    text-align: center;
}

.faq-container {
    margin-top: 5rem;
}

.faq-list {
    gap: 10px;
    margin-bottom: 9rem;
}

.faq-item {
    border-radius: 10px;
    background: #FFF;
    padding: 20px 30px;
}

.faq-toggle {
    font-size: 1.25rem;
    font-weight: bold;
    color: inherit;
    white-space: normal;
    display: flex;
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
}

.faq-toggle p {
    font-weight: 500;
    line-height: 43.2px; /* 270% */
}

.faq-collapse {
    margin-top: 5rem;
}

.faq-answer {
    margin-bottom: 0;
    font-size: 1.25rem;
    color: #6c757d;
    padding: 20px 30px;
}

.shoe-showcase {
    position: relative;
    padding: 2rem 0;
    background-color: #f6f3ee;
}

.shoe-showcase-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-padding: 10px 10px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.shoe-showcase-row::-webkit-scrollbar {
    display: none;
}

.shoe-card {
    scroll-snap-align: start;
    margin-right: 1rem;
    position: relative;
    width: min-content;
}

.shoe-card img {
    width: 450px;
    height: 600px;
    object-fit: cover;
    background-color: #F9F9F9;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.shoe-card.category {
    width: 31.25rem;
}

.shoe-card.category img {
    width: 31.25rem;
    height: 600px;
    object-fit: cover;
}
#shop {
    gap: 30px;
}
.shoe-card-shop img {
    width: 350px!important;
    height: 500px !important;
    object-fit: cover;
}

.slide-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 2.25rem;
    /* un degrade noir blanc */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    color: #fff; 
    padding: 40px;
}

.slide-overlay p {
    margin: 0.4rem 0;
    color: #fff;
    font-family: "Lexend Exa";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.shoe-card-body p {
    margin: 0.4rem 0;
    color: #000;
    font-family: "Lexend Exa";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.shoe-card-body span {
    margin: 0.4rem 0;
    color: red;
    font-family: "Lexend Exa";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.shoe-card-body span .old-price {
    margin: 0.4rem 0;
    color: gray;
    font-family: "Lexend Exa";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through;
}
.shoe-card-body .text {
    margin: 0.4rem 0;
    color: red;
    font-family: "Lexend Exa";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.img-about {
    display: flex;
    gap: 42px;
}
.cover-img-home {
    width: 100%;
 }
.image-container img {
    width: 100%;
    height: auto;
}

.image-container .text-overlay {
    position: absolute;
    bottom: 300Px;
    left: 60px;
    color: white;
    backdrop-filter: blur(1px);
    padding: 20px;
    width: 602px;
    filter: drop-shadow(2px 4px 24px rgba(0, 0, 0, 0.55));
}

.image-container .text-overlay h1 {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 500;
}

.image-container .text-overlay p {
    margin: 0;
    font-size: 16px;
}

.sticky {
    position: sticky;
    z-index: 1000;
    scroll-behavior: smooth;
    top: 40px;
  }
/* Media Queries */
@media only screen and (max-width: 1200px) {
    .header-container, .section-container, .container-about {
        padding: 19px 50px;
    }

    .vip-content {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .vip-content {
        padding: 0;
    }
    .vip-benefits {
        padding: 0;
    }
    .header-container {
        flex-direction: column;
        height: auto;
        padding: 10px;
    }

    .header-container .logo-section {
        align-items: center;
    }

    .header-container .nav-section {
        flex-direction: column;
        gap: 20px;
    }

    .header-container .icons-section {
        justify-content: center;
        gap: 20px;
    }

    .section-container, .container-about {
        padding: 50px 15px 50px 15px;
    }

    .section-vip {
        padding:  50px 15px 50px 15px;
    }

    .vip-content {
        width: 100%;
    }

    .vip-title {
        font-size: 48px;
    }

    .shoe-card img {
        width: 250px;
        height: auto;
    }
    .shoe-card.category img {
        width: 300px;
        height: 360px;
        object-fit: cover;
    }

    .slide-overlay p {
        font-size: 0.5rem;
    }
    .img-about {
        display: none;
    }
    .slider-controls {
        display: none;
    }
    .cover-img-home {
       width: 100%;
    }
    .section-vip {
        flex-direction: column;
    }
    .about-text {
        margin-bottom: 2rem;
    }

    .section-about {
        padding: 0;
    }
    .mobile-slider {
        flex-direction:column-reverse; 
        display:flex;
        gap: 20px;
    }
    .mobile-slider .flickity-slider {
        display: flex;
        width: 100%;
        gap: 20px;
    }

    .mobile-slider .flickity-viewport {
        display: flex;
        width: 350px;
        height: auto;
    }
    .sticky {
        top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .promo-text {
        font-size: 13px;
    }

    .header-container {
        padding: 10px;
    }

    .header-container .nav-section {
        flex-direction: column;
        gap: 10px;
    }

    .section-container {
        padding: 20px 10px;
    }

    .vip-content {
        width: 100%;
    }

    .vip-title {
        font-size: 32px;
    }

    .vip-button {
        width: 100%;
    }

    .shoe-card img {
        width: 200px;
        height: auto;
    }
    .shoe-card.category img {
        width: 250px;
        height: 330px;
        object-fit: cover;
    }
    .shoe-card-shop {
        margin-right: 0;
    }
    #shop {
        gap: 10px;
    }
    .shoe-card-shop img {
        width: 10.25rem !important;
        height: 14.125rem !important
    }
    .image-container {
        width: 100%; /* ou une largeur spécifique si nécessaire */
        height: 350px; /* ajustez la hauteur en fonction de ce que vous voulez afficher */
        overflow: hidden; /* cache le reste de l'image qui dépasse */
        position: relative;
    }
    
    .image-container img {
        width: 782px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 26%;
        transform: translate(-50%, -50%);
    }

    .image-container .text-overlay {
        position: absolute;
        bottom: 0px;
        color: white;
        backdrop-filter: blur(1px);
        padding: 15px;
        width: 100%;
        left: 0px;
    }
    
    .image-container .text-overlay h1 {
        margin: 0 0 10px 0;
        font-size: 24px;
        font-weight: 500;
    }
    
    .image-container .text-overlay p {
        margin: 0;
        font-size: 16px;
    }
}

@media only screen and (max-width: 576px) {
    .header-container {
        flex-direction: row;
        height: auto;
    }
    .section-title {
        font-size: 32px;
    }

    .header-container .logo-section, .header-container .nav-section, .header-container .icons-section {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .logo-title {
        font-size: 16px;
    }

    .logo-subtitle {
        font-size: 8px;
    }
    .header-container {
        justify-content: space-around;
    }

    .section-container {
        padding: 15px;
    }

    .vip-title {
        font-size: 24px;
    }

    .vip-button {
        width: 100%;
    }

    .shoe-card img {
        width: 250px;
        height: auto;
    }
    .shoe-card.category img {
        width: 300px;
        height: 360px;
        object-fit: cover;
    }
    #shop {
        gap: 10px;
    }
    .shoe-card-shop img {
        width: 10.25rem !important;
        height: 14.125rem !important
    }
    .image-container {
        width: 100%; /* ou une largeur spécifique si nécessaire */
        height: 350px; /* ajustez la hauteur en fonction de ce que vous voulez afficher */
        overflow: hidden; /* cache le reste de l'image qui dépasse */
        position: relative;
    }
    
    .image-container img {
        width: 782px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 26%;
        transform: translate(-50%, -50%);
    }

    .image-container .text-overlay {
        position: absolute;
        bottom: 0px; 
        color: white;
        backdrop-filter: blur(1px);
        width: 100%;
        filter: none;
        padding: 15px;
    }
    
    .image-container .text-overlay h1 {
        margin: 0 0 10px 0;
        font-size: 24px;
        font-weight: 500;
    }
    
    .image-container .text-overlay p {
        margin: 0;
        font-size: 16px;
    }
}
