@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
body {
    background-color: #000;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
    margin: 0 15px;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
    margin: 0 15px;
}

.star {
    position: absolute;
    width: 1px;
    height: 1px;
    background-color: white;
}

.head {
    min-height: 50px;
    text-align: center;
}

.head li {
    display: inline;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 0 23px;
}

.head a {
    list-style: none;
    text-decoration: none;
    color: #FFE81F;
}

.head a:hover {
    color: #fff;
}

.active {
    color: #fff !important;
}

.intro {
    margin-top: 120px;
    color: #fff;
    text-align: center;
}

.intro img {
    max-width: 50%;
    height: auto;
}

.button-home {
    background-color: #FFE81F;
    border-width: 0px;
    padding: 20px;
}

.button-home a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.button-films {
    background-color: #FFE81F;
    border-width: 0px;
    padding: 10px;
    margin-left: 30px;
}

.button-films a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.principale {
    width: 100%;
    display: inline-flex;
    margin-top: 50px;
}

.seconde {
    width: 100%;
    display: inline-flex;
}

.third {
    width: 100%;
    display: inline-flex;
    margin-bottom: 30px;
}

.pres {
    background-color: #FFE81F;
    min-height: 70vh;
}

.pres a {
    text-decoration: none;
}

.pres h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 0 30px;
    text-align: right;
}

.film {
    background-image: url("les_films.jpg");
    background-position: top left;
}

.perso {
    background-image: url("les_films.jpg");
    background-position: center;
}

.georges {
    background-image: url("les_films.jpg");
    background-position: top right;
}

.bio p {
    text-align: justify;
    padding: 0 150px;
}

.credit {
    font-style: italic;
}

.credit a {
    text-decoration: none;
    color: #FFE81F;
}

.episode-4 {
    display: inherit;
    margin-bottom: 20px;
    width: 100%;
}

.episode-5 {
    display: inherit;
    margin-bottom: 20px;
    width: 100%;
}

.episode-6 {
    display: inherit;
    margin-bottom: 20px;
    width: 100%;
}

.espoir img {
    margin: 0 auto;
    display: block;
    padding: 30px;
}

.pad p {
    padding: 0 30px;
}

.skywalker img {
    width: 100%;
    height: 83%;
    object-fit: cover;
}