.bloc-reassurance-bungalow {
    margin-bottom: 30px;
}

.fond-reassurance-bungalow {
    background-color :#f5f2f2 ;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 2%;
    padding-right: 2%;
}

@media (max-width: 576px) {
    .fond-reassurance-bungalow {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.icon-reassurance-bungalow {
    font-size: 30px;
    padding-top: 15px;
    text-align: center;
    color: #f27c00;
}

.bloc-card-reassurance-bungalow {
    border-bottom: 4px solid #f27c00!important;
}

.titre-reassurance-bungalow {
    text-align: center!important;
}

/* Ronds promos -> "faux filtres" (boutons + checkbox) */
.btpmat-rp {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btpmat-rp-row {
    margin-left: -6px;
    margin-right: -6px;
    flex-wrap: nowrap;
}

.btpmat-rp-col {
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
    min-width: 0;
}

.btpmat-rp-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
    padding: 10px 10px;
    border: 1px solid transparent;
    color: #fff !important;
    text-decoration: none !important;
    white-space: normal;
    text-align: left;
}

.btpmat-rp-label {
    min-width: 0;
    line-height: 1.1;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.btpmat-rp-checkbox {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border-radius: 3px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.12);
    position: relative;
}

.btpmat-rp-btn.is-active .btpmat-rp-checkbox {
    background: rgba(255, 255, 255, 0.22);
}

.btpmat-rp-btn.is-active .btpmat-rp-checkbox::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 9px;
    border: solid rgba(255, 255, 255, 0.95);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Orange */
.btpmat-rp-btn--orange.is-active {
    background-color: #f27c00;
    border-color: #f27c00;
}

.btpmat-rp-btn--orange.is-active:hover,
.btpmat-rp-btn--orange.is-active:focus {
    background-color: #d96f00;
    border-color: #d96f00;
}

.btpmat-rp-btn--orange.is-inactive {
    background-color: #f6a34d;
    border-color: #f6a34d;
}

.btpmat-rp-btn--orange.is-inactive:hover,
.btpmat-rp-btn--orange.is-inactive:focus {
    background-color: #f39536;
    border-color: #f39536;
}

/* Vert */
.btpmat-rp-btn--green.is-active {
    background-color: #28a745;
    border-color: #28a745;
}

.btpmat-rp-btn--green.is-active:hover,
.btpmat-rp-btn--green.is-active:focus {
    background-color: #218838;
    border-color: #218838;
}

.btpmat-rp-btn--green.is-inactive {
    background-color: #7bcf96;
    border-color: #7bcf96;
}

.btpmat-rp-btn--green.is-inactive:hover,
.btpmat-rp-btn--green.is-inactive:focus {
    background-color: #6ac787;
    border-color: #6ac787;
}

/* Bleu */
.btpmat-rp-btn--blue.is-active {
    background-color: #007bff;
    border-color: #007bff;
}

.btpmat-rp-btn--blue.is-active:hover,
.btpmat-rp-btn--blue.is-active:focus {
    background-color: #0069d9;
    border-color: #0069d9;
}

.btpmat-rp-btn--blue.is-inactive {
    background-color: #66b0ff;
    border-color: #66b0ff;
}

.btpmat-rp-btn--blue.is-inactive:hover,
.btpmat-rp-btn--blue.is-inactive:focus {
    background-color: #4aa2ff;
    border-color: #4aa2ff;
}

@media (max-width: 576px) {
    .btpmat-rp-btn {
        padding: 10px 8px;
        font-size: 10px;
        align-items: flex-start;
    }

    .btpmat-rp-checkbox {
        margin-top: 2px;
    }

    .btpmat-rp-col {
        padding-left: 4px;
        padding-right: 4px;
    }

    .btpmat-rp-row {
        margin-left: -4px;
        margin-right: -4px;
    }
}
