/* Styles pour l'arrière-plan */
.hero {
    background: url('../img/background.png') no-repeat center center fixed;
    background-size: cover;
    height: 100vh; /* Hauteur de la section héroïque */
    display: flex;
    align-items: center;
    justify-content: center;
}

.jumbotron {
    background: rgba(0, 0, 0, 0.5); /* Couleur de fond semi-transparente pour le texte */
    padding: 2rem;
}

.jumbotron h1, .jumbotron p {
    color: white;
}
.navbar-brand img {
    max-height: 50px; /* Ajustez la hauteur selon vos besoins */
}
.text-justify {
    text-align: justify;
}
