.single_on_parle {
    width: 32.4%;
    float: left;
    margin-right: 15px;
    border-radius: 20px !important;
    background: #fff;
    margin-bottom: 28px;
}

.element_infos {
    padding: 16px 20px;
}

.titre_press {
    text-align: center;
    line-height: 0;
    margin-bottom: 42px;
}

.titre_press.on_parle {
    text-align: left;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

h3.extrait {
    font-size: 19px;
    color: #111e3d;
    /* height: 50px; */
    overflow: hidden;
}

a.next.page-numbers {
    background: white !important;
    font-size: 20px !important;
    position: absolute !important;
    right: 22px !important;
    color: #e22b76 !important;
}

a.prev.page-numbers {
    background: white !important;
    font-size: 20px !important;
    position: absolute !important;
    left: 22px !important;
    color: #e22b76 !important;
}

.slider-container .single_on_parle.slider-item:nth-child(3n+0) {
    margin-right: 0;
}

.dates_on_publication {
    text-transform: capitalize;
    font-family: poppins;
    font-size: 14px;
    color: #A3AFC2;
}

.extrait_lpc p {
    color: black;
}

.img_une {
    text-align: center;
    height: 250px;
    border-radius: 14px 14px 0 0;
    background-size: cover !important;
    background-position: center !important;
}

a.lien_externe.single_on_parle123 {
    transition: 0.9s ease;
}

a.lien_externe.single_on_parle123:hover h3,
a.lien_externe.single_on_parle123:hover {
    text-decoration: none;
    color: #e74d8b !important;
    transition: .9s;
}

.img_press img {
    border-radius: 30px;
    height: 346px;
    object-fit: cover;
}

.description_titre {
    color: #111e3d;
}

.description_presse p {
    color: #111e3d;
}

.telecharge_cp:hover a {
    color: #111e3d !important;
    text-decoration: none;
}

.telecharge_cp a {
    transition: 0.9s;
}

.titre_press h2 {
    font-size: 40px;
    font-weight: bold;
    color: #111e3d;
    margin-bottom: 27px;
    line-height: 41px;
}

.slide_presse {
    display: flex;
    padding: 36px;
    background: #ffffff0a;
    border: 1px solid #111e3d0d;
    border-radius: 10px;
    margin: 18px 13px;
    box-shadow: 0px 0 16px 0 #0000001a;
}

h3.titre {
    font-size: 26px;
    font-weight: bold;
}

.img_press {
    float: left;
    margin-right: 51px;
    width: 50%;
    border-radius: 30px;
}

h2.extrait {
    font-size: 17px;
    color: #232e69;
}

.contenu_slide_press {
    float: left;
    width: 45%;
}

.telecharge_cp a {
    display: block;
    background: #fce9f1;
    text-align: center;
    color: #e54385;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 10px;
    text-transform: capitalize;
}

.conten_presse {
    min-height: 292px;
}

.img_une img {
    width: 220px;
    object-fit: contain;
    margin-top: 158px;
    height: 66px;
}

button.owl-next {
    position: absolute;
    right: 0;
    bottom: 44%;
    background: #ff7043 !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    line-height: 1;
    outline: none !important;
}

button.owl-next span {
    color: white;
    font-size: 0;
    line-height: 1;
    position: relative;
    top: -4px;
}

button.owl-prev:after {
    content: "←";
    font-size: 30px;
    color: #fff;
}

button.owl-next:after {
    content: "→";
    font-size: 30px;
    color: #fff;
}

button.owl-prev {
    position: absolute;
    left: 0px;
    bottom: 44%;
    background: #ff7043 !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    line-height: 1;
    outline: none !important;
}

button.owl-prev span {
    color: white;
    font-size: 0;
    line-height: 1;
    position: relative;
    top: -4px;
}

span.page-numbers.current {
    background: #111e3d;
    padding: 6px 17px;
    color: #fff;
    border-radius: 5px;
}

a.page-numbers {
    color: #111e3d;
    padding: 6px 15px;
}

a.page-numbers:hover {
    color: #111e3d;
    text-decoration: none;
}

@media screen and (min-width:700px) {
    .element_infos {
        min-height: 145px;
    }
}

@media screen and (max-width: 650px) {
    button.owl-prev:after, button.owl-next:after {
        color: white;
        font-size: 19px;
        position: relative;
        top: 10px;
    }
    h3.titre {
        font-size: 21px;
        font-weight: bold;
        margin-top: 19px;
        color: #111e3d;
    }

    .conten_presse {
        text-align: center;
    }

    .titre_press h2 {
        font-size: 26px;
        font-weight: bold;
        color: #111e3d;
        text-align: center;
    }

    button.owl-next {
        position: absolute;
        right: 0;
        width: 30px;
        height: 50px;
        line-height: 0;
    }

    button.owl-prev {
        position: absolute;
        left: 0;
        width: 30px;
    }

    .single_on_parle {
        width: 100%;
    }

    .element_infos {
        text-align: center;
    }

    .img_press {
        float: none !important;
        width: 100% !important;
    }

    .slide_presse {
        display: flow-root;
    }

    .contenu_slide_press {
        width: 100%;
        float: none;
    }

    .slide_presse {
        padding: 7px 25px;
    }

    .img_press img {
        border-radius: 30px;
        height: 250px;
        object-fit: cover;
    }

    .description_titre {
        line-height: 24px;
    }
}
.contenu_post_immo {
    margin-top: 50px;
}

.contenu_post_immo .container {
    padding: 0;
}