html, body {
    height: 100%;
}

p {
    margin: 0 !important;
    margin-bottom: 15px !important;
}
#header {
    /*height: 140px;*/
    height: 180px;
    background: rgba(0, 0, 0, 0.9);
}

#mainContent {
    min-height: 100%;
}

#main {
    /*margin-top: 160px;*/
    margin-top: 200px;
    padding: 0 20px;
    cursor: default;
}

#main .date-article{
    color: #fff;
    font-size: 12px;
    letter-spacing: .34px;
    margin-left: 5px;
    margin-top: 10px;
}

#main .title-article{
    color: #000;
    font-size: 14px;
    margin-top: 15px;
}

#main .img-article{
    text-align: center;
}

#main .description-article{
    font-size: 16px;
    margin-top: 20px;
    /*text-align: justify;*/
    line-height: 25px;
    /*padding: 0 100px 0 100px;*/
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* Special element html pour les articles */

li {
    margin-top: 10px;
}

@media (min-width: 1024px) {
    #header #logo {
        /*margin-top: 5px;*/
        padding: 3px 10px;
        /*background-color: #fff;*/
    }

    #main .description-article{
        padding: 0 100px 0 100px;
    }
}
@media (max-width: 991px) {
    #header {
        height: 92px;
    }

    #main {
        margin-top: 120px;
    }

    #main .title-article h2{
        font-size: 17px;
        text-align: center;
    }
}