.couverture {
    width: 100%;
    text-align: center;
    font-size: x-large;
    margin: auto;
    color: black;
    background-image: url("/assets/img/lastparty/juliettefond.png");
    background-size: 100% 100%;

    img {
        width: 60%;
    }

    p {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 5px 0;
    }
}

.faceeebookconnexion {
    background: #c1d4e5;
    position: relative;
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    padding: 50px;

    h1 {
        color: rgb(23, 103, 196);
        font-size: x-large;
    }

    img {
        max-width: 60px;
    }

    p {
        color: #70ade3;
        text-align: center;
    }
}

.connexion {
    width: 60%;
    background: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    margin: auto;
    padding: 100px 50px;
    margin-bottom: 50px;
    color: black;

    input[type=text],
    input[type=password] {
        width: 50%;
    }

    button {
        width: 100%;
        max-width: 300px;
        padding: 10px;
        border-radius: 10px;
        cursor: pointer;
        text-transform: uppercase;
        background-image: none;
        background: rgb(23, 103, 196);
        color: white;

        &:hover {
            background: rgb(220, 120, 0);
        }
    }
}

.faceeebookheader {
    background: #edf2f7;
    margin-top: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
    color: black;

    ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    li {
        padding: 0;
    }

    img {
        max-width: 30px;
        display: block;
    }
}

.topleft {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30%;
    padding: 10px 0;
}

.faceeebook {
    background: #c1d4e5;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
    padding: 0 0 50px 0;
    overflow: auto;
    height: 500px;
    position: relative;
    text-align: justify;

    form {
        display: inline-flex;
        align-items: center;
        margin: 0;
    }
}

input[type=search] {
    border-radius: 20px;
    border: none;
    background: #c1d4e5;
    padding: 5px;
    text-transform: capitalize;
}

.logoscentre {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20%;
    margin: 10px 7% 0 7%;

    img {
        display: block;
        margin: 0 3%;
    }
}

.topright {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30%;
    padding: 10px 0;
}

.actus {
    width: 60%;
    background: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    margin: auto;
    padding: 10px;
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;

    p {
        text-align: justify;
        font-size: large;
        padding: 10px 0;
        margin: 3px 10px;

        img {
            width: 20px;
        }
    }

    img {
        width: 10%;
        display: block;
    }
}

.name {
    width: 84%;
    margin-left: 0;
    display: inline-flex;
    font-size: small;
    font-weight: bold;
}

.light {
    color: rgba(0, 0, 0, 0.5);
}

.quoineuf {
    width: 70%;
    background: #c1d4e5;
    border-radius: 20px;
    border: none;
    display: inline-flex;
    padding: 10px;
    color: rgba(0, 0, 0, 0.5);
}

.likes {
    p {
        color: #70ade3;
        display: inline-flex;
        align-items: center;
        font-size: small;
        padding: 0;
    }

    img {
        width: 20px;
        display: inline-flex;
        vertical-align: middle;
    }
}

.comment {
    margin: 10px auto;
    text-align: center;

    img {
        max-width: 30px;
        display: inline-flex;
        vertical-align: middle;
    }
}

.commentaire {
    width: 80%;
    background: #c1d4e5;
    border-radius: 20px;
    border: none;
    display: inline-flex;
    flex-direction: column;
    padding: 10px;
    color: black;
    margin-bottom: 10px;
    text-align: left;

    p {
        text-align: left;
        font-size: 14px;
        margin: 0;
        padding: 0 5px;
    }
}

.chgt {
    width: 10%;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    margin: auto;
    padding: 0;
    font-size: x-large;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    margin-bottom: 20px;
    
    p {
        text-align: center;
    }
}

.discussions {
    width: fit-content;
    margin: -30px 20px 20px auto;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    border: none;
    padding: 2px 10px;
    color: rgba(0, 0, 0, 0.5);
}
