/* ==============================================
   Custom Useful Info — Listing
   ============================================== */

.ccce-single .news-block-one .inner-box .lower-content{
    padding: 0;
}

.ccce-single .news-block-one .inner-box::before {
  border: none!important;
}

/* Hauteur fixe des blocs */
.ccce-listing .feature-block {
    margin-bottom: 30px;
}

.ccce-listing .feature-block-one .inner-box {
    position: relative;
    height: 360px;
    overflow: hidden;
}

/* Image object-fit cover centré */
.ccce-listing .feature-block-one .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.ccce-listing .feature-block-one .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ==============================================
   Custom Useful Info — Single
   ============================================== */

.ccce-single__image {
    overflow: hidden;
    max-width: 768px;
    height: 500px;
    
    /* padding-top: 30px; */
    margin-bottom: 30px;
    margin-left: 30px;

    border-radius: 5px;
    border: 1px solid #e1e1e5;
}

.ccce-single__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    border-radius: 5px;

    padding: 20px;
}

/* Pas de border-bottom sur les paragraphes du contenu */
.ccce-single .text p {
    border-bottom: none !important;
}

.ccce-back-link {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e6e6ea;
}
