
/* INDEX CAROUSEL */
#carousel-item-index {
    margin-top: 10px;
    width: 100%;
    height: 78%;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.carousel-control-prev{
    cursor: pointer;
}


#carousel-item-index-active{
    margin-top: 10px;
    width: 100%;
    height: 78%;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* INDEX BLOCS */



.bloc-index{
    background: var(--accent-color-yellow);
    padding: 5px 0;
    text-align: center;
}

.bloc-index-info{
    background: var(--accent-color-yellow);
    padding: 100px 100px;
}

.slide {
    min-width: 100%;
    overflow: hidden;
}

/* Ajoutez ceci dans votre feuille de style */
.preload-images {
    background-image: url('../../library/imgFioritures/1.jpg'), url('../../library/imgFioritures/2.jpg'), url('../../library/imgFioritures/3.jpg'), url('../../library/imgFioritures/4.jpg'), url('../../library/imgFioritures/5.jpg');
    display: none;
}

.presentation-section {
    margin: 40px auto;
    max-width: 800px;
    padding: 20px;
    text-align: center;
    background-color: #f8f9fa; /* Couleur de fond douce */
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}


