
.innovation {
    background-color: white;
    width: 100%;
}
.innovation .item .number {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.products {
    background-color: rgba(240, 255, 255, 0.721);
}
.filtre {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 6%;
}
.filtre-container {
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 300px;
    height: 400px;
    padding: 20px;
    margin: 20px;
}
.filtre-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.mt-2 {
    margin-top: 8px;
}
.btn-primary {
    background-color: #007bff;
    color: #fff;
}
.products .all-products .item {
    width: 275px;
    height: 375px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.products .all-products .item img {
    width: 100%;
    height: 60%;
    object-fit: cover;
}
.text-justify {
    text-align: justify;
}
.all-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}
.item .fw-light {
    margin-bottom: 8px;
}
.btn-primary {
    font-size: 14px;
    padding: 8px;
}
.lien {
    color: white;
    text-decoration: none;
}
.contact,
.detail {
    margin-top: 70px;
}
.detail {
    max-height: 91vh;
    height: 91vh;
}
.detail .planification .reservations{
    height: 40%;
    overflow: scroll;
}
.rentals {
    margin-top: 70px;
    min-height: 91vh;
    background-color: aliceblue;
}