
.footer1{
    background-color:rgb(145, 32, 72);
    padding-top: 30px; 
    margin-top: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    
}

.footer{
    color: white;
    text-align: center;
    font-family: "cambay";
    font-weight: 400;
}

.navbar {
    border-radius: 30px; 
    margin-top: 30px;
    }

.nav-link {
    color: black;
    text-decoration: none; 
    transition: color 0.3s ease; 
    font-family: "cambay";
    font-weight: 700;
    font-size: larger;
   
}

/* Couleur lorsqu'on passe la souris */
.nav-link:hover {
    color: rgb(0, 143, 183); /* Bleu Bootstrap */
}



h3{
    margin-bottom: 2%; 
    font-family: "cambay";
    font-weight: 700;
}

.dates{
    color: rgb(145, 32, 72);
    font-family: "cambay";
    font-weight: 700;

    }




#logo {
width: 150px;
}


