/*============== Color ===================*/
.text-orange {
    color: #ff9800;
}

.alert-orange {
    background-color: #ff9800;
}

/* ============= header ================= */

.active.link-header {
    color: #ff9800;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 1000;
    transition: background-color 0.5s ease-in-out;
}

.svgCategory {
    width: 32px;
    height: 32px;
    color: #ff9800;
}

header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: white;
}

.link-header {
    color: black;
}

.link-header:hover {
    color: #f68616;
}

.bg-orange {
    background-color: #f68616 !important;
    transition: background-color 0.5s ease-in-out;
}

.home-content {
    padding-top: 190px;
}

.main-content {
    padding-top: 80px;
}

.carousel {
    /* height: 100%; */
    transition: transform 0.5s ease-in-out;

}

.carousel-item img {
    transition: transform 4s ease;
}

.carousel-item.active img {
    transform: scale(1.1);
    /* Ajustez le facteur de zoom selon vos préférences */
}

/* Filtre sombre sur le carrousel*/
.carousel-image-dark {
    filter: brightness(0.5);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #f68616;
}

.header-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
}


.box-container {
    margin-top: 20px;
    display: inline-block;
    text-align: center;
}

.box {
    display: inline-block;
    /* margin: 10px; */
    /* padding: 20px; */
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 200px;
}

.select2-container .select2-selection--single {
    height: 48px !important;
    border-radius: 0 !important;
    padding: 10px !important;
    font-size: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}

.box:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-color: #ff9800 !important;
}

/* au survol d'un article */
.product {
    transition: box-shadow 0.3s ease;
}

.product:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.shop {
    /* Ajoutez ici les styles de votre élément .shop */
    transition: box-shadow 0.3s ease-in-out;
    /* Ajoutez une transition */
}

.shop:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    /* Nouvelle ombre lors du survol */
}

/* Ajoutez une ombre par défaut pour que le box semble "déposé" initialement */
.shop {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #ff9800 !important;
}

.cartIcon {
    color: black !important;
}

/* mobile */
@media only screen and (max-width: 768px) {
    .mobileSearchBar {
        margin-top: 150px;
    }

    .main-content {
        padding-top: 10px;
    }

    .home-content {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 1400px) {
    .home-content {
        padding-top: 150px;
    }

    .header-form {
        top: 40%;
    }
}

/* Mobile style */
.offcanvas {
    width: 80% !important;
}

.navbar-toggler-icon {
    font-size: 1, 2rem;
}

.m-title-menu {
    height: 20px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-8 {
    font-size: 8px !important;
}

.m-svgCategory {
    width: 20px;
    height: 20px;
    color: #ff9800;
    margin-right: 5px;
}

.m-svgCategory-grey {
    width: 20px;
    height: 20px;
    color: #86837d;
    margin-right: 5px;
}

.m-svgCategory-dark {
    width: 28px;
    height: 28px;
    color: #575757;
    margin-right: 5px;
}

.m-main {
    margin-top: 110px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

/* End mobile style */