.widget-slide {
    width: 100%;
    margin:auto;
    padding:0px;
    /*margin-bottom: 100px;
    margin-top: -50px;*/
}

@media (max-width: 640px) {
    .widget-slide {
        display: none;
    }
}

.widget-titles {
    float: left;
    width: 21.7%;
    background-color: #e6e5e5;
    margin:0px;
    height: 282px;
}

.widget-titles p {
    margin: 16px;
    padding-bottom: 12px;
    font-size: 12px;
    border-bottom: 1px solid #c0c0c0;
}

.widget-titles p a{
    color: #444;
}


.widget-titles p a:hover, a:active {
    color: #1f95d9;
}


.widget-articles {
    width: 36%;
    float: left;
    background-color: #424140;
    margin:0px;
    color: #e6e5e5;
    height: 282px;
}

.widget-articles-2 {
    width: 500px;
    float: left;
    background-color: #424140;
    margin: 0px;
    color: #e6e5e5;
    height: 282px;
    position: relative;
}

.widget-images-mobile {
    display: none;
}

.splide__pagination__page {
    border-radius: 0% !important;
    width: 40px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

@media (max-width: 640px) {

    .widget-articles-2 {
        display: none !important;
    }

    .w-titre-article-2 {
        margin-left: 25px !important;
        margin-right: 25px !important;
        margin-top: 25px !important;
        font-size: 16px !important;
    }

    .w-intro-article-2 {
        display: none !important;
        height: 0px;
    }

    .splide__arrow--prev {
        display: none !important;
    }

    .splide__arrow--next {
        display: none !important;
    }

    .widget-images-2 {
        width: 100% !important;
    }

    .widget-images-mobile {
        width: 100%;
        background-color: #424140;
        float: left;
        color: #e6e5e5;
        margin-bottom: 30px;
        display: block;
    }

    .widget-image-mobile-titre {
        font-size: 10pt;
        text-align: justify;
        margin: 15px;
        height: 30px;
    }

    .widget-images-2 {
        margin-bottom: 0px !important;
    }

    .splide__pagination {
        z-index: 0 !important;
    }

    .splide__pagination__page {
        width: 15px !important;
    }



}

@media (prefers-color-scheme: dark) {
    .splide__progress__bar {
        background: #ccc !important;
    }
}

.w-titre-article {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 3px;
    margin: 20px;
}

.w-titre-article-2 {
    font-weight: bold;
    font-size: 18pt;
    margin-top: 35px;
    margin-left: 50px;
    margin-bottom: 0px;
    text-align: justify;
}

.w-date-article {
    font-size: 11px;
    margin: 0 20px;
}

.w-intro-article {
    font-size: 13px;
    margin-top: 35px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}

.w-intro-article-2 {
    font-size: 13px;
    margin-left: 50px;
    text-align: justify;
    margin-top: 25px;
}

.w-suite-article {
    font-size: 12px;
    margin: 35px 20px 0px 20px;
    text-decoration: underline;
}

.w-suite-article a{
    color: #e6e5e5;
}

.w-suite-article a:hover{
    font-size: 12px;
    color:#1f95d9;
}

.widget-images {
    float: left;
    width: 42.3%;
    margin:0px;
    margin-bottom: 30px;
}

.widget-images-2 {
    float: left;
    width: 500px;
    margin:0px;
    margin-bottom: 30px;
}

.image-cropper {
    position: relative;
    width: 422px;
    height: 282px;
    overflow: hidden;
    text-align: center;
    background-color: #424140;
}

.image-cropper-2 {
    position: relative;
    height: 282px;
    overflow: hidden;
    text-align: center;
    background-color: #424140;
}

.centered {
    min-width: 422px;
    height: 282px;
}

.image-cropper-centered {
    max-width: 422px;
    height: 282px;
}

.button-lire-article {
    display: block;
    width: 183px;
    height: 20px;
    padding: 7px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    line-height: 20px;
    position: absolute;
    bottom: 34px;
    right: 0px;
    font-size: 10pt;
    margin-top: 12px;
    margin-left: 10px;
}

.splide__pagination__page.is-active {
    background: #c91f1f !important;
    transform: scale(1.2) !important;
}