.articleIntitule, .actuIntitule {font-family: 'source sans pro semibold';}

#commentaires {width: 98%;padding-top: 10px;}

.item {
    display: block;
    background-color: #F7F7F7;
    padding: 20px 40px;
    color: #05334C;
}

.comment-title {
    text-transform: uppercase;
    font-family: 'source sans pro light';
    text-align: left;
}
.comment-editor {
    margin-left: -20px;
}

.comment-name {
    word-wrap:break-word;
    text-align: left;
    color: #59B85E;
}

.comment-content {
    margin-left: -20px;
}

.cmt-submit {font-family: 'source sans pro semibold';font-size:20px;background-color:#F7F7F7;}
.bouton:hover {color: #F7F7F7;background-color:#05334C;}

.comment-input {
    margin: 8px auto;
    width: 100%;
    padding: 5px;
}
.comment-input::-moz-placeholder {color: black;}
.comment-input::-webkit-input-placeholder {color: black;}

.comment-input.full-comment {padding-bottom: 1px;}

.cmt-hidden {color:black;font-family: 'source sans pro lightitalic';font-size:14px;}

.comment-submit {
    background-color: #59B85E;
    border: 1px solid #59B85E;
    border-radius: 5px;
    padding: 8px;
    color: #F7F7F7;
}

#btn_validate {background-color: #2055ec !important;border-color: #2055ec;}
#subscribe {background-color: #2055ec !important;border-color: #2055ec;}