.main_tourisme {
    flex: 1 0 auto;
    padding: 20px;
}

.card {
    margin-bottom: 30px;
    transition: transform 0.3s;
}
.card:hover {
    transform: translateY(-5px);
}
.section-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: #2e7d32;
    margin-bottom: 20px;
    text-align: center;
}
.divider {
    margin: 20px 0;
}
