*{
    
    margin: 0;
    padding: 0;
    width: 100%;
    

}
.disquescontent{
    
}
.titredisques{
    width: 100%;
    height: 220px;
    background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url("../image/baground4.jpg")  ;
    background-size: cover ;
    background-position: center;
    color: #fff;
    text-align: center;
    
}
h5{
    padding-top: 50px;
    padding-left: 5px;
    padding-right: 5px;
}
#disqus_thread
{
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 3%;
}