.box-news .titre {
    color: #000 !important;
    font-size: 45px;
    text-decoration: none !important;
}

.box-news .box-desc {
    margin-top: 35px;
}

.box-news .c-desc {
    font-family: 'Open Sans', sans-serif;
}
.box-news .image-principale {
    width: 98% !important;
}
.box-news .box-btn {
    margin-top: 40px;
}

.box-news .btn-plus {
    color: #000 !important;
    text-decoration: none !important;
    padding: 10px 35px 12px 35px;
    border: 1px solid;
    transition: all .3s;
}
.box-news .btn-plus:hover {
  color: #0872ba !important;
}
.box-news .box-news {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1366px) {
.box-news .titre {
    font-size: 42px;
}
}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1200px) {
.box-news .titre {
    font-size: 40px;
}
}
@media screen and (max-width: 1024px) {
.box-news .titre {
    font-size: 30px;
}
.box-news .c-desc {
    font-size: 16px;
}
.box-news .btn-plus {
     font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.box-news .titre {
    font-size: 35px;
    text-align:center;
    display:block;
}
.box-news .box-btn {
    margin-top: 10px;
}
.box-news .btn-plus {display: block;margin: 30px auto;width: 260px;text-align: center;}
.box-news .image-principale {
    width: 100% !important;
}
}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 500px) {

}
@media screen and (max-width: 320px) {

}