.compare,
.guide {
    background-size: cover;
    display: flex
}

.dl_guide::before,
.open_tarif::before {
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    width: 30px;
    height: 32px;
    position: absolute
}

.post_page h1 {
    color: #555;
    line-height: initial;
    font-weight: 700
}

.post_page h2,
h2 {
    color: #555 !important
}

.guide {
    height: 270px;
    background-image: url(/app/uploads/mobile/2024/07/fond-popup-guide-rss.webp);
    background-position-x: 100%;
    flex-direction: column;
    justify-content: space-around
}

.compare {
    height: 265px;
    background-position-y: 0%;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px
}

.comparer_rss {
    background-image: url(/app/uploads/2024/10/banner-comparer-rss-mobile.jpg)
}

.comparer_ehpad {
    background-image: url(/app/uploads/2024/10/banner-comparer-mr-mobile.jpg)
}

.argu_compare,
.card-buttons_first .open_tarif::before,
.h2-list,
.illustration_search_annuaire {
    display: none
}

.title_banniere_compare,
.title_banniere_guide {
    color: #bb5096;
    border-left: 2px solid #bb5096;
    font-weight: initial;
    width: 92%;
    margin: 0 auto;
    padding-left: 20px
}

.title_banniere_compare span,
.title_banniere_guide span {
    font-size: 26px;
    font-weight: 700
}

.dl_guide,
.open_tarif {
    position: relative;
    border: none;
    border-radius: 50px;
    background-color: #e1209e;
    background-image: linear-gradient(180deg, #ff78d0, rgba(255, 255, 255, 0));
    padding: 15px 15px 15px 50px;
    color: #fff;
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
    transition: background-color var(--transition-button)
}

.action_compare p {
    color: #e1209e;
    font-weight: 500;
    font-size: 16px
}

.open_tarif {
    font-size: 28px;
    width: 85%;
    padding: 10px
}

.dl_guide::before {
    content: url(/app/uploads/2024/07/Icone-telechargement-blanc.svg)
}

.open_tarif::before {
    content: url(/app/uploads/2024/10/Icone-loupe-vers-droite.svg)
}

.post_page a {
    color: #d27eb6;
    text-decoration: underline;
    font-weight: 500
}

.all_dossiers_actus,
.search_section {
    background-color: #d27EB612
}

.search_annuaire {
    border: none;
    border-radius: 6px;
    padding: 12px;
    width: 100%
}

.button_search {
    background: #d27eb6;
    color: #fff;
    padding: 9px 16px 9px 44px;
    border-radius: 23px;
    font-weight: 700;
    position: relative;
    border: 2px solid #d27eb6;
    margin-top: 10px
}

.button_search::before {
    content: url(/app/uploads/2024/07/Icone-loupe-vers-droite.svg);
    position: absolute;
    left: 18px;
    width: 20px;
    transform: rotate(270deg)
}

.title_search {
    color: #555;
    font-weight: 500
}

.title_search span {
    color: #d27eb6
}

.go_to_actus,
.go_to_dossiers {
    border: 2px solid #d27eb6;
    color: #d27eb6;
    border-radius: 10px;
    background: #fff;
    font-weight: 700;
    padding: 10px 0;
    width: 100%;
    margin: auto;
    font-size: 24px;
    display: block;
    text-decoration: none;
    transition: var(--transition-button);
    cursor: pointer;
    text-align: center
}

.card_dossier_first {
    display: flex !important;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #e3e3e3;
    padding: 10px 10px 40px;
    transition: box-shadow .3s;
    max-width: 100%;
    align-items: center;
    flex-direction: column;
    margin: 0;
    min-height: 580px !important
}

.pictures_residence {
    border-radius: 10px;
    height: 200px
}

.pictures_residence img {
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.card-title_first {
    font-weight: 700;
    color: #555;
    font-size: 24px;
    margin-top: 15px
}

.card-tags_first {
    padding: 3% 0 2%
}

.card-description {
    margin-bottom: 20px;
    color: #555;
    font-size: 15px;
    font-weight: 500
}

.card-buttons_first {
    display: flex;
    gap: 10px;
    height: 41px;
    margin-bottom: 1%
}

.tag {
    border: 2px solid #e3e3e3;
    padding: 2px 30px;
    border-radius: 5px;
    color: #000;
    margin-right: 1%;
    width: 107px;
    display: inline-table;
    height: 26px
}

ul.slick-dots {
    padding-bottom: 9%
}

.badge {
    border: 1px solid #d9d9d9;
    padding: 10px 26px;
    border-radius: 3px;
    color: #555;
    background: #92909012;
    text-transform: capitalize;
    font-size: 17px
}

.sidebar_post_page {
    border: 2px solid #e3e3e3;
    border-radius: 6px;
    padding: 20px
}

.h2-item,
.h2-list {
    list-style: none;
    padding: 0 !important;
    margin: 0
}

.h2-item strong {
    font-weight: initial
}

hr {
    margin: 10px 0
}

.h2-item a {
    color: #555;
    text-decoration: none
}

.sommaire_sidebar {
    text-align: center;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color: #555
}

.sommaire_sidebar::before {
    content: url(/app/uploads/2024/10/plus.png);
    position: absolute;
    top: 10%;
    left: -56px
}

.toggle-checkbox:checked+.toggle-label::before {
    content: url(/app/uploads/2024/10/moins.png)
}

.toggle-checkbox:checked+.toggle-label+.h2-list {
    display: block
}

.col-lg-3 {
    order: -1
}

.all_dossiers_actus {
    padding: 20px 0
}

.post_page .wp-caption {
    width: 100% !important
}

.dossiers_container .swiper-button-next,
.dossiers_container .swiper-button-prev {
    display: block !important;
    width: 35px
}

@media (min-width:826px) {
    .post_page h1 {
        text-align: center
    }

    #results {
        width: 717px !important;
    }

    .first_case .swiper-button-next,
    .first_case .swiper-button-prev,
    .toggle-checkbox:checked+.toggle-label+.h2-list {
        display: none
    }

    .card-title_first {
        margin-top: 0
    }

    .card-buttons_first {
        padding: 0 0 0 40%
    }

    .card_dossier_first {
        flex-direction: row;
        padding-bottom: 10px;
        min-height: 250px !important
    }

    .all_dossiers_actus {
        padding: 50px
    }

    .col-lg-3 {
        order: 0
    }

    .argu_compare,
    .h2-list,
    .illustration_search_annuaire {
        display: block
    }

    .toggle-label::before {
        content: url(/app/uploads/2024/10/moins.png)
    }

    .toggle-checkbox:checked+.toggle-label::before {
        content: url(/app/uploads/2024/10/plus.png)
    }

    ul.slick-dots {
        padding-bottom: 4%
    }

    .card-body p {
        font-size: 19px
    }

    .pictures_residence {
        height: 100%;
        border-radius: 10px
    }

    .pictures_residence img {
        height: 250px;
        border-radius: 6px;
        object-fit: cover;
        width: 100%
    }

    .go_to_actus:hover,
    .go_to_dossiers:hover {
        background: #d27eb638;
        color: #d27eb6;
        transition: var(--transition-button)
    }

    .title_search {
        font-size: 34px
    }

    .illustration_search_annuaire img {
        width: 160px;
        position: absolute;
        top: -10px;
        left: 10px
    }

    .search_annuaire {
        width: 65%
    }

    .thumbnail img {
        max-height: 500px;
        width: 100%;
        object-fit: cover
    }

    .dl_guide:hover {
        background-color: #ff78d0
    }

    .guide {
        height: 340px;
        background-image: url(/app/uploads/desktop/2024/07/fond-popup-guide-rss.webp)
    }

    .title_banniere_compare,
    .title_banniere_compare span,
    .title_banniere_guide,
    .title_banniere_guide span {
        font-size: 44px;
        width: 80%;
        margin: initial
    }

    .dl_guide {
        width: 30%
    }

    .comparer_rss {
        background-image: url(/app/uploads/2024/10/banner-comparer-rss-desktop-3.webp)
    }

    .comparer_ehpad {
        background-image: url(/app/uploads/2024/10/banner-comparer-mr-desktop-3.webp)
    }

    .compare ul {
        list-style: none
    }

    .compare li {
        color: #bb5096;
        font-weight: 500
    }

    .open_tarif {
        font-size: 29px;
        width: 32%
    }
}