.section_Comment, .sources
    {
        width: 75%;
        margin-left:10%;
        margin-bottom: 15px;
        /* border-top : 2px solid #141D41; */
        padding-top : 10px
    }

.form
{
    padding-bottom: 10px;
}
.email
{
    width: 300px;
    margin-bottom: 10px;
    border-style: none;
    border-bottom: 2px solid ;
    transition: 0.25s ease-in;
}
.email:focus
{
    outline: none;
}
.email:hover
{
    width: 200px;
}
/* Comment section */
.Comment
{
    width: 75%;
    margin-bottom: 10px;
    border-style: none;
    border-bottom: 3px solid #141D41;
    transition: 0.5s ease-in-out;
}
.Comment:hover
{
    width: 100%;
}
.Comment:focus
{
    outline: none;
}

.submit
{
    background-color: black;
    border-radius: 5px;
    color: white;
}
/* Commentaires */
.Commentaires
{
    width: 100%;
    /* border-top: 2px solid black; */
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    padding-top: 10px;
    word-wrap: break-word;
}
.Commenter
{
    font-weight: bold;
    font-size: 1em;
}
.comment_dateTime
{
    font-size: 0.8em;
    font-style: italic;
}
.comment_content
{
    height: 50px;
    width: 100%;
    overflow: auto;
}