/* ------------ DÉBUT PAGE REGARDER ------------ */

.regarder{
    background-image: url(bg-regarder.jpg);
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
}

.affiches-films-container{
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    margin-bottom: 1rem;

    width: 85%;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.affiches-films{
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    width: 250px;
    height: 350px;
    box-shadow: black 0px 0px 15px;
    transition: 0.5s;
}

.affiches {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.affiches-films:hover{
    margin-top: 0rem;
    width: 255px;
    height: 355px;
}

/* ------------ FIN PAGE REGARDER ------------ */

/* ------------ DÉBUT PAGE DE FILM ------------ */

.perso-container{
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 4rem;

    width: 85%;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.perso{
    background-image: url(bg-perso.jpg);
    background-color: rgba(139, 63, 0, 0.384);
    background-blend-mode:darken;

    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;

    padding-top: 0.8rem;
    padding-bottom: 1.5rem;

    width: 250px;
    height: auto;
    min-height: 250px;

    border-radius: 2%;

    object-fit: cover;
    box-shadow: black 0px 0px 15px;
}

.slideshow{
    width: 100%;
    height:auto;
}

.arrows{
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.mySlides {
    margin: auto;
    display:none;
    width: 90%;
    max-width: 600px;
    object-fit: cover;
}

.mood-board-container{
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    margin-bottom: 4rem;

    width: 90%;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.mood-board{
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    width: 250px;
    height: 250px;
    box-shadow: 0px 0px 0px 20px #E7DECC, 0px 20px 0px 20px #E7DECC, 0px 0px 20px 30px rgba(0, 0, 0, 0.445);
}

.left{
    rotate:-17deg;
}

.right{
    rotate: 11deg;
}

/* ------------ FIN PAGE DE FILM ------------ */