html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #eee;
    font-size: 14px;
    font-family: 'Montserrat';
}
/*+++++++++++++ HEADER+++++++++++++++*/

header {
    height: 100%;
    right: 0;
    top: 0;
    width: 0%;
    position: fixed;
    z-index: 10;
}
.line_1 {
    width: 2px;
    height: 60px;
    position: absolute;
    right: 129px;
    background: #929292;
    opacity: 0.7;
}
.line_2 {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 120px;
    right: 129px;
    background: #929292;
    opacity: 0.7;
}
.line_1_after {
    width: 2px;
    height: 60px;
    position: absolute;
    right: 129px;
    background: #929292;
    opacity: 0.7;
    -webkit-transform: translateX(-470px);
    -moz-transform: translateX(-470px);
    -o-transform: translateX(-470px);
    -ms-transform: translateX(-470px);
    transform: translateX(-470px);
}
.line_2_after {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 120px;
    right: 129px;
    background: #929292;
    opacity: 0.7;
    -webkit-transform: translateX(-470px);
    -moz-transform: translateX(-470px);
    -o-transform: translateX(-470px);
    -ms-transform: translateX(-470px);
    transform: translateX(-470px);
}
.button {
    background: url('/src/img/menu.png');
    width: 60px;
    height: 60px;
    right: 100px;
    margin-top: 60px;
    position: absolute;
    opacity: 1;
}
.button_after {
    background: url('/src/img/menu.png');
    width: 60px;
    height: 60px;
    right: 100px;
    margin-top: 60px;
    position: absolute;
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

    -webkit-transform: translateX(-470px);
    -moz-transform: translateX(-470px);
    -o-transform: translateX(-470px);
    -ms-transform: translateX(-470px);
    transform: translateX(-470px);

}
.button:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu {
    float: right;
    background: #0e0e0e;
    height: 100%;
    width: 600px;
    visibility: hidden;
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -o-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
}
.menu_after {
    float: right;
    background: #0e0e0e;
    height: 100%;
    width: 600px;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
a {
    text-decoration: none;
    color: #e9e9e9;
}
.chapitre {} ul li {
    text-align: center;
    line-height: 170px;
    font-size: 20px;
    list-style: none;
    letter-spacing: 5px;
    opacity: 0.5;
}
ul li:hover {
    font-size: 25px;
    opacity: 1;
}
.container_ul {
    width: 60%;
    margin: auto;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);

    -webkit-transform: translateY(45%);
    -moz-transform: translateY(45%);
    -o-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);

}
.container_ul_after {
    width: 60%;
    margin: auto;
    visibility: hidden;

    -webkit-transform: translateX(350px);
    -moz-transform: translateX(350px);
    -o-transform: translateX(350px);
    -ms-transform: translateX(350px);
    transform: translateX(350px);

    -webkit-transform: translateY(45%);
    -moz-transform: translateY(45%);
    -o-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
}
.test {
    margin-top: -50%;
    background: #0e0e0e;
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -o-transform: translateX(600px);
    -ms-transform: translateX(600px);
    transform: translateX(600px);
}
.test_after {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
/*================= HOME / PAGE ==================*/

.page {
    height: 100%;
    overflow: hidden;
}
.filtre {
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    position: absolute;
}
.container_fond {
    height: 100%;
}
img {
    width: 100%;
    height: 100%;
}
.container_title {
    width: 100%;
    top: 25%;
    height: 100px;
    margin: auto;
    position: absolute;
    z-index: 1;
}
.title {
    text-align: center;
    color: #e9e9e9;
    font-size: 55px;
    letter-spacing: 10px;
}
.title_dyn {
    text-align: center;
    color: #e9e9e9;
    font-size: 15px;
    margin-top: 10px;
    letter-spacing: 10px;
}
.container_view {
    width: 100%;
    height: 100px;
    bottom: 135px;
    position: absolute;
}
.view {
    border: 1px solid #e9e9e9;
    opacity: 0.7;
    width: 250px;
    height: 60px;
    margin: auto;
    text-align: center;
    line-height: 60px;
}
.view:hover {
    background: rgba(0, 0, 0, 0.50);
}
/*==================ARTICLE / MOVIE / 1 / 2 / 3 ================*/

.article {
    width: 100%;
    height: 100%;
    margin-bottom: 150px;
}
.container_title {
    width: 100%;
    margin-top: 100px;
    color: #e9e9e9;
}
.title_article {
    margin-left: 120px;
    font-size: 85px;
}
.title_article_dyn {
    margin-left: 120px;
    font-size: 45px;
}
.cover_article {
    width: 100%;
}
.banner_article {
    height: auto;
}
.synopsis {
    width: 50%;
    height: 150px;
    overflow: auto;
    margin-left: 120px;
    margin-top: 80px;
    line-height: 30px;
    letter-spacing: 2px;
}
.container_infos {
    width: 1100px;
    margin-top: 200px;
    margin: auto;
}
.container_bio {
    width: 800px;
    line-height: 40px;
    float: right;
    margin-top: 42px;
    letter-spacing: 1px;
    display: inline-block;
}
.poster {
    width: 200px;
    height: auto;
    display: inline-block;
}
.container_iframe {
    margin: auto;
    margin-top: 200px;
    margin-bottom: 200px;
    width: 90%;
    text-align: center;
}
.container_left_right {
    width: 50%;
    height: 200px;
    display: inline-block;
    float: left;
}
.filtre_container_left_right {
    width: 50%;
    height: 200px;
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
}
.movies {
    width: 50%;
    text-align: center;
    margin-top: 100px;
    position: absolute;
    font-size: 15px;
    z-index: 3;
    letter-spacing: 4px;
}
.container_left_right:hover .filtre_container_left_right {
    opacity: 0;
}
.container_left_right:hover .movies {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}
.container_characters {
    margin: auto;
    margin-bottom: 200px;
}
.container_img_characters {
    margin: auto;
    width: 82%;
    text-align: center;
}
.characters {
    color: black;
    margin-left: 10%;
    letter-spacing: 2px;
    font-size: 24px;
}
.more:hover {
    opacity: 0.5;
}
.strong {
    font-weight: bold;
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
}
/*============== CHARACTERS =========================*/

.container_personnage {
    width: 80%;
    height: auto;
    text-align: center;
    margin: auto;
}
.filtre_perso {
    width: 200px;
    height: 298px;
    margin-top: 70px;
    margin-left: 70px;
    position: absolute;
    background: black;
    z-index: 2;
    opacity: 0;
    border-radius: 10px;
}
.filtre_perso:hover {
    opacity: 0.4;
}
.personnages {
    width: 200px;
    height: 298px;
    display: inline-block;
    padding: 70px;
    border-radius: 80px;
}
.container_perso_info {
    margin: auto;
    display: inline-block;
    line-height: 25px;
}
.name {
    margin-top: -50px;
    font-size: 20px;
}
.title_black {
    text-align: center;
    color: #0e0e0e;
    margin-top: 60px;
    font-size: 50px;
    letter-spacing: 10px;
}
.back {
    width: 60px;
    height: 60px;
    margin: auto;
}
.circle {
    background: red;
    width: 60px;
    height: 60px;
}
.container_back {
    width: 300px;
    height: 100px;
    position: fixed;
    text-align: center;
}
.back:hover {
    opacity: 0.5;
}
/*======================= WALLPAPERS ==========================*/

.container_wallpaper {
    width: 100%;
    text-align: center;
}
.filtre_images {
    background: black;
    width: 330px;
    height: 200px;
    position: absolute;
    opacity: 0.4;
}
.container_images {
    width: 330px;
    height: 200px;
    padding: 40px;
    margin: auto;
    display: inline-block;
}
.images {
    margin: auto;
    display: inline-block;
}
.container_images:hover .images {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*=======================TRANSITION ==========================*/

.transition {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.t_quick {
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.t_quick_slow {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}