.product-deals-day__body.arrows-top-right {
    margin-bottom: 50px; 
}


.hidden {
            display: none;
        }



#footer {
    background-color: black;
    color: white;
    padding: 20px;
}
#footer * {
    color: white;
    text-decoration: none; /* Pour enlever le soulignement des liens */
  hover:default;
}


.site-info__image.me-3.mt-1 {
width:78px;
}


.product-loop_button {
    padding: 10px; /* Ajoute de l'espace autour de l'élément */
    background-color: white; /* Définit la couleur de fond comme blanc */
}


.product-gallery.product-gallery--with-images.row {
    margin-top: 60px; 
}



.logo {
  width:90px;}


.custom-slider-container {
    height: 1000px; 
}

   .video-container {
            height: 900px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .video-wrapper {
            max-width: 100%;
            height: auto;
        }


.dropdown-menu-custom {
    left: auto !important;
    right: 0 !important;
}