.carousel-presse {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #666;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-presse.right {
    right: 0;
    left: auto;
}

.carousel-presse.left {
    right: auto;
    left: 0;
}

.div-article-presse {
    position: relative;
    width: 17rem;
    height: 17rem;
    background-color: white;
    border: 2px solid #365b6d;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    z-index: 2;
}

.back-newspaper {
    position: absolute;
    top: 39px;
    rotate: -17deg;
    color: #d3d3d3;
    z-index: -1;
}

.div-article-presse h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
    .div-flex-carousel {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.lire-article {
    position: absolute;
    border: 2px solid #365b6d;
    border-radius: 8px;
    bottom: -2px;
    right: -2px;
    padding: 10px;
    color: #365b6d;
}

#newsletter_content table td {
    text-align: center;
}

#newsletter_content table td p {
    text-align: center;
}

@media (max-width: 871px) {
    #newsletter_content td, #newsletter_content img {
        width: 100% !important;
        height: 100% !important;
    }
}

td p {
    padding: 10px 40px 10px 40px;
}