/**
 * BANNIERE
 */

#banniere-score .haut {
    background: url('../images_score/fond-score.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

/**
 * VIDEO
 */

#video h3 {font-weight: bold; letter-spacing: -1px;}
iframe {width: 600px; height: 320px;padding-top: 40px;}

@media only screen and (max-width:767px) { 
    iframe {width: 80%; height: 140px;}
}

/**
* SECTIONS SCORE
*/

.section-score li {list-style-type: disc;}
.section-score .text {font-weight: 300;font-size: 18px;line-height: 1.5;text-align: justify;padding: 4vh;}
.section-score img {max-width: 500px;width: 70%;}

@media only screen and (min-width:767px) {
    .section-score .content {display: flex;justify-content: center;align-items: center;}
}