section {
    padding: 1rem 0 0 0;
}

#campagne {
    padding: 1rem 0 0 0;
}

.boite-wrapper {
    padding: 40px 0;
}

.boite-card-modern, .boutique .produit > .row, #homeProduits .produit > .row, .homeLink > a, .homeLink > a:hover {
    display: flex;

    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

/* IMAGE */
.boite-image {
    flex: 0 0 38%;
    position: relative;
    overflow: hidden;
}


.boite-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* TEXTE */
.boite-content {
    flex: 1;
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.boite-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 14px;
}

.boite-text {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.75);
}

/* Responsive */
@media (max-width: 768px) {
    .boite-card-modern {
        flex-direction: column;
    }

    .boite-image {
        height: 220px;
    }

    .boite-content {
        padding: 20px;
    }
}

.boutique, .boutique .produit .produitPhoto, #homeProduits .produit .produitPhoto {
    background-color: #fff;
}

.boutique .produit .produitPhoto, #homeProduits .produit .produitPhoto {
    background-position: top center;
}

.slide {
    min-height: 400px
}

@media (min-width: 769px) {
    .campagnePriorite1.campagne-sm {
        display: none;
    }

}

#agenda .card-body {
    padding: 0.75rem 1.25rem;
}

#agenda .card-body {
    color: #000000;
    text-decoration: none;
}

#agenda .agenda_date {
    font-size: 1.2rem !important;
}

#agenda .agenda-titre {
    font-size: 1.2rem !important;
    margin-bottom: 0;
}

.campagnePriorite3 a,
.campagnePriorite2 a,
.campagnePriorite1 a,
.campagnePriorite3 a:hover,
.campagnePriorite2 a:hover,
.campagnePriorite1 a:hover {
    background-position: center center;
}

@media (min-width: 768px) {
    #private .boite-text {
        max-height: 55vh;
        overflow-y: auto
    }
}
#foryou h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:2.5rem;
    text-transform: uppercase;
}
#foryou .boite-image {
    flex: 0 0 5%;
}
#foryou a {
    text-decoration: none;
}
#foryou h6 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:1.5rem;
    text-transform: uppercase;
    margin-bottom: 0;

}

