@charset "UTF-8";

/*!
 * Version - 1.1.1
 * Copyright (c) 2025

 * L’autorisation est accordée à toute personne qui en obtient une copie de ce style.
 * Il est strictement interdit de publier(vendre) sans l'autorisation préalable des auteurs.
 * Des spécialistes sont à l'origine des documents fournis.

*/

/* Home */
.carousel {
    margin-bottom: .5rem;
}

.carousel-caption {
    bottom: 3rem !important;
    right: 5% !important;
    left: 5% !important;
    z-index: 10;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
    color: #000000 !important;
}

.carousel-item {
    /* height: 34rem; */
    /* height: 430px; */
    height: 490px;
}

.square {
    width: 50px;
    height: 50px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ececec;
}

.lpe-bg-light-secondary {
    background-color: #FFF9F4;
}