.background-div {
    width: 300px;
    height: 200px;
    background-image: url('\Media\Barca 01.PNG');
    background-size: cover; /* Ajuste l'image pour couvrir toute la div */
    background-position: center; /* Centre l'image dans la div */
    background-repeat: no-repeat; /* Empêche la répétition de l'image */
}