body {
    background-color: rgb(0, 0, 146);
    margin: 0;
    font-family: Arial, sans-serif;
}

.h1 {
    background-color: black;
    color: white;
    text-align: center;
    margin: 0;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;

}

.synopsis {
    background-color: white;
    margin-left: 20%;
    margin-right: 20%;


}

.table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.poster {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
}

.Distribution {
    background-color: aqua;
    font-weight: bold;
}

.acteurs {
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    color: black;
    font-family: cursive;
}

.image {
    width: 70%;
    padding: 0;
    vertical-align: center;
}

.actorPhoto {
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;


}

.paragraphe-synopsis {
    font-size: 20px;
    font-weight: bold;
    margin: 15px;
}

.paragraphe {
    margin: 15px
}