/**
 * BANNIERE
 */

#banniere-pfi .haut {
    background: url('../images_kpfi/fond-kpfi.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

/**
* SECTIONS SCORE
*/

.section-pfi li {list-style-type: disc;}
.section-pfi .text {font-weight: 300;font-size: 18px;line-height: 1.5;text-align: justify;padding: 4vh;}
.section-pfi img {max-width: 500px;width: 70%;}

@media only screen and (min-width:767px) {
    .section-pfi .content {display: flex;justify-content: center;align-items: center;}
}