body::before {
    background-image:
        url('/img/bg/equipe.avif?v=1'),
        url('/img/bg/equipe.webp?v=1'),
        url('/img/bg/equipe.jpg?v=1');
}

body::after {
    background: rgba(0, 0, 0, 0.6);
}

.pp {
    float: left;
    margin: 0 1.3em 1.3em 0;
    filter: drop-shadow(black 1px 1px 10px);
}

#pp_bio::after {
    content: "";
    display: table;
    clear: both;
}

#spectacles {
    clear: both;
}

@media (max-width: 991px) {
    .pp {
        height: 200px;
        width: 200px;
    }
}

/*Tel paysage*/
@media (max-width: 767px) {
    .pp {
        height: 175px;
        width: 175px;
    }
}

/*Tel portrait*/
@media (max-width: 479px) {
    .pp {
        height: 150px;
        width: 150px;
    }
}