body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url('../assets/projets/bg-image.jpg'); /* Remplace 'nom-de-ton-image.jpg' par le nom réel de ton image */
    background-size:auto;
    background-position: center; 
    background-repeat: no-repeat;
}

.fixed-size{
    width: 100%;
    height: 180px;
    object-fit: fill;
}


