/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Supprimer la couleur de fond du custom-text qui affiche la vidéo Profil24 en homepage - 20 juin 2026 */
#custom-text {
    background: transparent !important;
}

/* Carrousel de la homepage avec aspect ratio constant - 20 juin 2026 */
#carousel {
    width: 100%;
    height: auto !important;
}

#carousel .carousel-inner {
    width: 100%;
    height: auto !important;
}

#carousel .carousel-item {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1110 / 433 !important;
}

#carousel .carousel-item img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    display: block;
}

#carousel .carousel-item figure {
    width: 100%;
    height: auto !important;
    margin: 0;
    aspect-ratio: 1110 / 433 !important;
}

#carousel .carousel-item a {
    display: block;
    width: 100%;
}

.product-flags li.product-flag.on-sale {
	background: #ff4906;
}

.product-flags li.product-flag {
	background: #3c9ee4;
}

.btn-primary, .btn-primary:hover {
	background: #3c9ee4;
}

/* ==========================================
   Menu principal : sous-catégories verticales
   PrestaShop 8.2.3 - thème Classic - Mic 20 juillet 2026
   ========================================== */

/* Largeur du sous-menu vertical */
#header .menu .sub-menu {
    width: 250px;
    min-width: 250px;
}

/* Sous-catégories verticales */
#header .menu .sub-menu ul.top-menu > li {
    display: block !important;
    float: none !important;
    width: 100% !important;
}

#header .menu .sub-menu ul.top-menu > li > a {
    display: block;
    width: 100%;
}

/* Michaël 28/07/2026 : couleur orange Profil24 sur label discount*/
.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
    background-color:#fc7000
}

.product-flags li.product-flag.on-sale {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
    background:#fc7000
}
    
.has-discount .page-content.page-cms ul, .has-discount p, .has-discount.product-price, .page-content.page-cms .has-discount ul {
    color:#fc7000
}

.has-discount .discount {
    display: inline-block;
    padding: .3125rem .625rem;
    margin-left: .625rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background:#fc7000
}

/* Test surcharge menu
body #header .menu .sub-menu ul.top-menu > li {
    display: block !important;
    float: none !important;
    width: 100% !important;
}

body #header .menu .sub-menu ul.top-menu > li > a {
    display: block !important;
} */


/* ==========================================
   changement de fond de couleur des logos réseaux sociaux - Mic 05-09-2026
   ========================================== */
.block-social ul li {
    background-color: #fc7000;
}
