@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Grandstander:ital,wght@0,100..900;1,100..900&family=Pinyon+Script&family=Rosarivo:ital@0;1&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Rosarivo:ital@0;1&display=swap");

* {
    box-sizing: border-box;
}

body {
    background-color: #000;
}

.text-main-color {
    color: #9a836e !important;
}

.navbar-collapse {
    z-index: 99999 !important;
}

.dropdown-menu.show {
    background: #9a836e;
    border: 0;
}

.dropdown-menu.show a, .dropdown-menu.show button {
    color: #000 !important;
}

.page h1,
.page h2,
.page h3,
.page p,
.page span,
.page li,
.page a {
    color: #b09f91;
}

.page-heading {
    color: #b09f91;
    font-family: "Rosarivo", cursive !important;
    text-align: center;
    margin-bottom: 30px;
}

.nay-add-btn {
    padding: 4px 16px;
    background: linear-gradient(
        99.81deg,
        rgba(203, 164, 129, 0.23) -4.07%,
        rgba(224, 191, 137, 0.22) 105.12%
    );
    border-radius: 12px;
    color: #7d5f44 !important;
    border: 0;
}

.nay-add-btn:hover {
    background: linear-gradient(
        99.81deg,
        rgba(203, 164, 129, 0.23) -4.07%,
        rgba(224, 191, 137, 0.22) 105.12%
    );
    color: #7d5f44 !important;
}

.inputstyle .card-body input[type="email"],
.inputstyle .card-body input[type="password"],
.inputstyle .card-body input[type="text"],
.inputstyle .card-body input[type="date"],
.inputstyle .card-body input[type="tel"],
.inputstyle .card-body input[type="number"],
.inputstyle .card-body input[type="file"],
.inputstyle .card-body input[type="url"],
.inputstyle .card-body select,
.inputstyle .card-body textarea {
    border: 0;
    border-bottom: 2px solid #9e9273;
    color: #9e9273;
    border-radius: 0;
    margin-bottom: 24px;
}

.inputstyle .card-body input[type="email"]::placeholder,
.inputstyle .card-body input[type="password"]::placeholder,
.inputstyle .card-body input[type="text"]::placeholder,
.inputstyle .card-body input[type="date"]::placeholder,
.inputstyle .card-body input[type="tel"]::placeholder,
.inputstyle .card-body input[type="number"]::placeholder,
.inputstyle .card-body input[type="file"]::placeholder,
.inputstyle .card-body input[type="url"]::placeholder,
.inputstyle .card-body textarea::placeholder,
.inputstyle .card-body select {
    color: #9e9273;
}

.inputstyle .card-body label {
    color: #9e9273;
}

.inputstyle .card-body input[type="file"]::file-selector-button,
.nay-description .btn,
.shop-page .card .btn,
.cookie-consent .btn {
    padding: 4px 16px;
    background: linear-gradient(
        180deg,
        #9e9273 -46.59%,
        rgba(158, 146, 115, 0.3) 155.68%
    );
    border-radius: 12px;
    color: #7d5f44 !important;
    border: 0;
}

.home-page {
    background-color: #000;
    background-image: url("../images/background.jpg");
    background-size: 100%;
    background-position: right top;
    background-repeat: no-repeat;
}

.navbar {
    background-color: #9a836e !important;
    margin-top: 40px;
    height: 77px;
}

.nav-profile {
    border: 2px solid #000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-profile::after {
    display: none;
}

.home-header {
    margin-top: 220px;
}

.home-heading {
    animation: fadeInSlideUp 2s ease-in-out;
    color: #9a836e;
    font-size: 50px;
    font-family: "Rosarivo";
}

@keyframes fadeInSlideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-description {
    color: #b09f91;
    font-size: 30px;
    width: 50%;
    margin-bottom: 30px;
}

.home-button {
    background: linear-gradient(
        99.81deg,
        rgba(203, 164, 129, 0.23) -4.07%,
        rgba(224, 191, 137, 0.22) 105.12%
    );
    padding: 15px 40px;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    border-radius: 50px;
    margin-top: 40px;
}

.home-button span {
    background: -webkit-linear-gradient(
        270deg,
        #c5a47b 30%,
        rgba(119, 106, 85, 0) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Additional styles for comments container */
.comments-list {
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 15px; /* To make room for the scrollbar */
}

.comments-container {
    background-color: #d9d9d914;
    border-radius: 20px;
    padding: 40px;
    margin-top: 10% !important; /* Adjust as needed */
}

@media (min-width: 992px) {
    .comments-container {
        margin-top: 50px;
     
            .footer .col-lg-5 > div {
                white-space: nowrap;
            }
        

    }

    /* Remove scroll for desktop view */
    .comments-list,
    .card-body {
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
    }

    .table-responsive {
        overflow-y: visible;
    }
}

.comments-container .comments,
.nay-description,
.cookie-consent {
    background-color: #fff;
    border: 5px solid #6f6149;
    border-radius: 20px;
    padding: 20px;
}

.comments-container .comments h2,
.nay-description h2 {
    margin-bottom: 20px;
    font-family: "Rosarivo";
}

.comments-container .comment {
    border: 0;
    background-color: #d9d9d9;
    margin-bottom: 20px;
    border-radius: 20px;
    color: #9e9273;
}

.comments-container .comment span {
    color: #9e9273;
}

.comments-container .comment .dropdown button {
    background: none;
    border: none;
    font-size: 25px;
    margin-top: -10px;
}

.comments-container .comment .dropdown button::after {
    display: none;
}

.comments-container .input-group input {
    background-color: #d9d9d9;
    border: 0;
    border-radius: 50px;
    height: 45px;
    padding-left: 20px;
    color: #9e9273;
}

.comments-container .input-group input::placeholder {
    color: #9e9273;
}

.comments-container .input-group button {
    background-color: #d9d9d9;
    border-radius: 0 50px 50px 0;
    padding-right: 20px;
    color: #9e9273;
}

.read-more-button, .read-less-button {
    padding: 4px 16px;
    background: linear-gradient(
        180deg,
        #9e9273 -46.59%,
        rgba(158, 146, 115, 0.3) 155.68%
    );
    border-radius: 12px;
    color: #7d5f44;
    border: 0;
    width: 80%;
    height: 40px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comments-container .dropdown-item button {
    font-size: 1rem !important;
    padding: 0;
}

.need-login {
    padding: 20px;
    border: 1px solid #9e9273;
    border-radius: 20px;
    color: #9e9273;
}

.login-page .card,
.tabel-page {
    background-color: #d9d9d914;
    border-radius: 20px;
    padding: 40px;
}

.login-page .card-body,
.tabel-page .card-body,
.images-page .card,
.financial-page .card {
    background-color: #fff;
    border: 5px solid #6f6149;
    border-radius: 20px;
    padding: 20px;
}

.images-page .card {
    padding: 0 !important;
}

.login-page .card-body h3,
.tabel-page h1,
.images-page .card h5,
.financial-page .card h5,
.financial-page .card h6 {
    color: #8c7d58;
    font-family: "Rosarivo";
}

.progress-bar {
    background-color: #8c7d58 !important;
}

.images-page .card p {
    color: #8c7d58;
}

.login-page .card-body input[type="email"],
.login-page .card-body input[type="password"],
.login-page .card-body input[type="text"],
.login-page .card-body input[type="date"],
.login-page .card-body input[type="tel"],
.login-page .card-body select {
    border: 0;
    border-bottom: 2px solid #9e9273;
    color: #9e9273;
    border-radius: 0;
    margin-bottom: 24px;
}

.login-page .card-body input[type="email"]::placeholder,
.login-page .card-body input[type="password"]::placeholder,
.login-page .card-body input[type="text"]::placeholder,
.login-page .card-body input[type="date"]::placeholder,
.login-page .card-body input[type="tel"]::placeholder,
.login-page .card-body select {
    color: #9e9273;
}

.login-page .card-body label,
.tabel-page tabel,
.tabel-page tr,
.tabel-page td,
.table-striped > tbody > tr:nth-of-type(odd) > *,
.modal-title,
.comments-container .comment .dropdown button {
    color: #9e9273;
}

.tr {
    border-color: #9e9273;
}

.login-page .card-body a,
.login-page .card-body p {
    color: #9e9273;
}

.login-page .card-body a i {
    color: #fff;
}

.login-page .card-body button {
    padding: 4px 16px;
    background: linear-gradient(
        180deg,
        #9e9273 -46.59%,
        rgba(158, 146, 115, 0.3) 155.68%
    );
    border-radius: 12px;
    color: #7d5f44;
    border: 0;
    width: 80%;
    height: 40px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-social-btn {
    background-color: #9e9273;
}

.login-page .input-group .input-group-text {
    background: none !important;
    border: 0;
    border-bottom: 2px solid #9e9273;
    color: #9e9273;
    border-radius: 0;
}

.tabel-page a.btn,
.tabel-page .btn {
    padding: 4px 16px;
    background: linear-gradient(
        180deg,
        #9e9273 -46.59%,
        rgba(158, 146, 115, 0.3) 155.68%
    );
    border-radius: 12px;
    color: #7d5f44;
    border: 0;
}

.modal-content {
    border: 5px solid #6f6149;
    border-radius: 20px;
}

.modal-content .modal-footer button {
    padding: 4px 16px;
    background: linear-gradient(
        180deg,
        #9e9273 -46.59%,
        rgba(158, 146, 115, 0.3) 155.68%
    );
    border-radius: 12px;
    color: #7d5f44;
    border: 0;
    width: 80%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content .close {
    color: #7d5f44;
    border: 0;
    background: none;
}

/* about page */
.about-description {
    color: #b09f91;
    font-size: 30px;
    font-family: "Kalam", cursive;
}

/* Contact page */

.contact-page img {
    border: 5px solid #6f6149;
    border-radius: 50px;
}

.contact-form-container {
    background-color: #fff;
    border: 5px solid #6f6149;
    border-radius: 20px;
    padding: 30px;
}

.contact-form-container h1 {
    color: #b09f91;
    font-family: "Rosarivo", cursive;
    text-align: center;
    margin-bottom: 30px;
}

.contact-form-container input[type="text"],
.contact-form-container input[type="email"],
.contact-form-container textarea {
    border: 0 !important;
    border-bottom: 2px solid #b09f91 !important;
    color: #b09f91;
    margin-bottom: 30px;
    border-radius: 0;
    outline: 0 !important;
}

.contact-form-container input::placeholder,
.contact-form-container textarea::placeholder,
.contact-form-container input::-webkit-input-placeholder,
.contact-form-container textarea::-webkit-input-placeholder {
    color: #b09f91 !important;
}

.contact-form-container .form-control:focus {
    outline: 0 !important;
}

.contact-form-container .contact-button {
    padding: 4px 16px;
    background: linear-gradient(
        180deg,
        #9e9273 -46.59%,
        rgba(158, 146, 115, 0.3) 155.68%
    );
    border-radius: 12px;
    color: #7d5f44;
    border: 0;
    width: 100%;
    height: 40px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Gallery Section */



/* Hover Effects */
.masonry-item {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.masonry-item img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.masonry-item:hover img {
    transform: scale(1.05);
    filter: grayscale(0.5);
}

.gallery-caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.masonry-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-page .slider-item img {
    width: 100%;
}

.gallery-page .images img {
    padding: 40px;
    border-radius: 50px;
}

.gallery-caption {
    color: #b09f91 !important;
    
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.masonry-item a {
    text-decoration: none !important;
}

.masonry-item {
    position: relative;
    overflow: hidden;
}

.masonry-item:hover .custom-img {
    transform: scale(1.05);
    filter: grayscale(0.5);
}

.gallery-caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.masonry-item:hover .gallery-caption {
    opacity: 1;
}
/* Hover Effects */
.video-card, .audio-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover, .audio-card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Video Card Style */
.video-card iframe, .video-card video {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.video-card:hover iframe, .video-card:hover video {
    transform: scale(1.05);
}

/* Audio Card Style */
.audio-card audio {
    width: 100%;
    padding: 10px;
    transition: background-color 0.3s ease;
}

.audio-card:hover audio {
    background-color: rgba(0, 0, 0, 0.05);
}
/* Shop Page */
.nay-description h2,
.nay-description p,
.nay-description span {
    color: #9e9273;
}

.nay-description h2 {
    margin-bottom: 10px;
}

.nay-description p {
    margin: 0 !important;
}

.shop-page .card {
    background-color: #fff;
    border: 5px solid #6f6149;
    border-radius: 20px;
}

.shop-page .card img {
    max-height: 300px;
    border-radius: 15px 15px 0 0;
    object-fit: contain;
}

.shop-page .card-body {
    padding: 20px;
}

.shop-page .card-body h5 {
    font-family: "Rosarivo";
    color: #9e9273;
    font-weight: bold;
    margin-bottom: 20px;
}

.shop-page .card-body p {
    color: #9e9273;
}

/* shows */

.show-card {
    width: 90%;
    background-color: #111;
    border: 1px solid #2c2c2c;
    border-radius: 10px;
    padding: 20px;
}

.show-card h3 {
    color: #ffffff; 
    font-family: 'Noticia Text', serif; 
    font-style: italic; 
}

.show-card p {
    color: #ffffff; 
    font-family: 'Inter', sans-serif;
}

.show-card button {
    background: #A3956D; 
    color: #050505; 
    font-size: 13px; 
    font-family: 'Noticia Text', serif; 
    font-style: italic; 
    cursor: pointer; 
    border: none; 
    padding: 10px 20px;
}

footer.footer {
    background: linear-gradient(
        182.28deg,
        rgba(100, 100, 100, 0.2808) 1.83%,
        rgba(79, 79, 79, 0) 98%
    );
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 60px;
}

footer.footer .social-media i {
    color: #6d6049 !important;
    font-size: 40px;
}

footer.footer .social-media a {
    margin-right: 20px;
}

footer.footer .social-media a:last-child {
    margin-right: 0;
}

footer.footer a {
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .home-page {
        background-position: right 100px;
    }
    .home-header {
        margin-top: 300px;
    }
    .home-description {
        width: 100%;
    }

    .cookie-consent-buttons .btn {
        margin-bottom: 0 !important;
        margin-top: 10px;
    }

    .home-page .comments-container {
        padding: 0px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 100px;
    }
    .navbar {
        margin-top: 0;
    }

    .navbar-collapse {
        background: #9a836e;
        padding: 20px;
    }

    .dropdown-menu.show {
        background: #9a836e;
        border: 0;
    }

    .dropdown-menu.show a, .dropdown-menu.show button {
        color: #000 !important;
    }

    .nav-profile {
        display: none;
    }

    .navbar-nav .nav-item.dropdown {
        margin-left: 0 !important;
    }

    .ratio-16x9 {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
    }

    .ratio-16x9 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .about-page .container-md,
   
    .contact-page .container-md,
    .contact-page .col-md-6 {
        padding: 0 !important;
    }

    .about-page .about-description {
        background: rgba(15, 15, 15);
        box-shadow: inset 23.3333px -23.3333px 23.3333px rgba(11, 11, 11, 0.053),
            inset -23.3333px 23.3333px 23.3333px rgba(255, 255, 255, 0.053);
        border-radius: 53px 53px 0px 0px;
        padding: 30px;
        margin-top: -30px;
    }

    .contact-page img {
        border-radius: 0 !important;
        border: 0 !important;
    }

    .contact-page .contact-form-container {
        margin-top: -30px;
        border-radius: 20px 20px 0 0;
    }

    .table-responsive {
        overflow-y: auto;
        max-height: calc(100vh - 150px);
    }
}

@media (max-width: 768px) {
.login-page .card, .tabel-page {
    padding: 0;
}
input[type="file"] {
    width: 100%;
}
}

/* Media Queries for max-width: 1199.98px */
@media (max-width: 1199.98px) {
    footer.footer .social-media i {
        font-size: 30px;
    }

    .about-description {
        font-size: 20px; /* Ajustez cette taille selon vos besoins */
    }
    
    .cookie-consent-buttons .btn.btn-success {
        margin-bottom: 10px;
    }
}

/* Media Queries for max-width: 767px */
@media (max-width: 767px) {
    .about-description {
        font-size: 14px; /* Ajustez cette taille de police comme vous le souhaitez */
    }

    .about-description .line-1,
    .about-description .line-2,
    .about-description .line-3 {
        font-size: 14px; /* Ajustez cette taille de police comme vous le souhaitez */
    }
}

/* Media Queries for min-width: 768px */
@media (min-width: 768px) {
    .contact-section-1 {
        margin-right: -40px;
    }
    .contact-section-2 {
        margin-left: -40px;
    }

    @keyframes fadeInLeft {
        from {
            opacity: 0;
            transform: translateX(-20px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes fadeInRight {
        from {
            opacity: 0;
            transform: translateX(20px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes fadeInLine {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .fade-in-left {
        animation: fadeInLeft 1s ease-in-out;
    }

    .fade-in-right {
        animation: fadeInRight 1s ease-in-out;
    }

    .line-1 {
        animation: fadeInLine 1s ease-in-out;
    }

    .line-2 {
        animation: fadeInLine 1.5s ease-in-out;
    }

    .line-3 {
        animation: fadeInLine 2s ease-in-out;
    }

    .show-card {
        background-color: rgba(5, 5, 5, 0.8);
        border: 1px solid #2c2c2c;
        position: relative;
        overflow: hidden;
        padding: 20px;
        border-radius: 10px;
        margin: auto;
    }

    .show-card .show-date {
        font-size: 40px;
        color: white;
        font-family: "Noticia Text", serif;
        font-style: italic;
        position: absolute;
        left: 12px;
        top: 45px;
        width: 175.92px;
    }

    .show-card .show-description {
        font-size: 16.03px;
        color: white;
        font-family: "Inter", sans-serif;
        position: absolute;
        left: 12px;
        top: 155px;
        width: 382.79px;
    }

    .show-card .divider {
        border-top: 2px solid #a3956d;
        width: 37px;
        height: 5px;
        position: absolute;
        left: 12px;
        top: 113px;
    }

    .show-card .more-info {
        width: 142px;
        height: 40px;
        position: absolute;
        left: 803px;
        top: 60px;
        background: #a3956d;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .show-card .more-info div {
        color: #050505;
        font-size: 13px;
        font-family: "Noticia Text", serif;
        font-style: italic;
    }

    /* gallery */
    .masonry-gallery {
        column-count: 3;
        column-gap: 15px;
    }
    .masonry-item {
        margin-bottom: 15px;
        position: relative;
    }
    .masonry-item img {
        width: 100%;
        display: block;
        border-radius: 5px;
        transition: transform 0.3s ease;
    }
    .masonry-item:hover img {
        transform: scale(1.05);
    }
    .gallery-caption {
        position: absolute;
        bottom: 10px;
        left: 10px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .masonry-item:hover .gallery-caption {
        opacity: 1;
    }

    .video-card,
    .audio-card {
        background-color: #1e1e1e;
        border: none;
        overflow: hidden;
        position: relative;
    }
    .video-card .card-img-top,
    .audio-card .card-img-top {
        border-radius: 5px;
    }
    .audio-icon {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px;
        border-radius: 50%;
        color: #fff;
    }

    /* shows */
    .show-card {
        background-color: rgba(5, 5, 5, 0.8);
        border: 1px solid #2c2c2c;
        position: relative;
        overflow: hidden;
        padding: 20px;
        border-radius: 10px;
        margin: auto;
    }

    .show-card .show-date {
        font-size: 40px;
        color: white;
        font-family: "Noticia Text", serif;
        font-style: italic;
        position: absolute;
        left: 12px;
        top: 45px;
        width: 175.92px;
    }

    .show-card .show-description {
        font-size: 16.03px;
        color: white;
        font-family: "Inter", sans-serif;
        position: absolute;
        left: 12px;
        top: 155px;
        width: 382.79px;
    }

    .show-card .divider {
        border-top: 2px solid #a3956d;
        width: 37px;
        height: 5px;
        position: absolute;
        left: 12px;
        top: 113px;
    }

    .show-card .more-info {
        width: 142px;
        height: 40px;
        position: absolute;
        left: 803px;
        top: 60px;
        background: #a3956d;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .show-card .more-info div {
        color: #050505;
        font-size: 13px;
        font-family: "Noticia Text", serif;
        font-style: italic;
    }

    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index: 99999;
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-content {
        background: #f8f9fa;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
    }

    .modal-header {
        border-bottom: none;
    }

    .modal-header .close {
        border: none;
        background: none;
        font-size: 1.5rem;
    }

    .modal-body {
        font-size: 16px;
        font-family: "Inter", sans-serif;
    }

    .modal-footer {
        border-top: none;
    }

    .modal-footer .btn {
        padding: 4px 16px;
        background: #a3956d;
        border-radius: 12px;
        color: #7d5f44;
        border: 0;
        cursor: pointer;
    }

    .quantity-form {
        display: flex !important;
        align-items: center !important;
    }

    .quantity-form input {
        margin-right: 10px;
        width: 70px;
    }

    .quantity-form button {
        margin-left: 10px;
        top: -5px;
    }

    #paypal-button-container {
        text-align: center;
    }
}

/* Media Queries for min-width: 991.98px */
@media (min-width: 991.98px) {
    .mobile-nav-profile {
        display: none;
    }

  

    .container-fluid {
        max-width: 1200px; /* Augmentation de la largeur maximale du container */
    }

}
