.logo1 {
    height: 1rem;
}

.logo2 {
    height: 2rem;
}

.logo4 {
    height: 4rem;
}

.logo6 {
    height: 6rem;
}

.illustration img:hover,
a button:hover {
    /*bloc carte quand on passe la souris*/
    transform: scale(1.02);
    box-shadow: 0 0 5px 5px var(--GrisClair);
    color: var(--Bleu2);
}

.background-bandeau-image {
    position: absolute;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    /* Opacité de 30% */
    z-index: -1;
    /* Placez-le en arrière-plan */
}

.photo-circle {
    width: 2.3rem;
    border-radius: 50%;
    overflow: hidden;
    /* border: 1px solid var(--Vert3);*/
}

.photo-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}