
#famille {
    color:#000000;
}

#famille h2 {
    border-bottom: 1px solid #000;
    color: #000;
    font-family: Krona One;
    font-size: 30px;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-top:50px;
    margin-bottom:25px;
    position:relative;
}

#famille .plus {
    background: rgba(0, 0, 0, 0) url("../img/picto_fleche_droite.png") no-repeat scroll right 18px;
    color: #f8b027;
    display: block;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 18px 0 0;
    text-align: right;
}
#famille .plus.white {
    background: rgba(0, 0, 0, 0) url("../img/picto_fleche_droite_blanche.png") no-repeat scroll right 18px;
    color: #ffffff;
}

.famille-image-principale {
    height: 500px;
    background-size: cover;
    background-position: center center;
}

#famille .paragraphe{
    font-family: "Enriqueta",Arial,Verdana,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 20px;
}



#famille-film-vu{
    background:#f8b027;
    color:#ffffff;
    padding:25px 20px;
    margin-top:50px;
    position:relative;
}

#famille-film-vu h1 {
    font-family: "Krona One", Arial, Verdana, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin:15px 0 0 0;
}

#famille-film-vu h2 {
    border: none;
    color: #ffffff;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 30px;
    font-weight:bold;
    padding: 0;
    text-transform: none;
    margin-top:0;
    margin-bottom:15px;
}

    #famille-film-vu a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    #famille-film-vu .famille-film-image{
        height: 345px;
        width:100%;
        background-size: cover;
        background-position: center center;
    }


#famille-autres-films img {
    display: inline-block;
    margin: 2%;
    max-height: 120px;
    width: 20%;
}
