/*
<!-- Anthony Perez, 18.01.2024, Page qui somme nous CSS --> 
*/

.debutSource {
    position: relative;
    color: #fff;
    padding-top: 50px;
    display: flex;
    justify-content: space-evenly;
    background-image: url(/image/pexels-photo-2382848.jpg);
    background-size: cover;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.Titre {
    font-size: 3em;
}