.carousel-module {
    padding: 0;
}

.carousel-module__button-choice-div {
    display: flex;
    justify-content: space-between;
    width: 320px;
}

.carousel-module__button-choice {
    width: 150px;
    border: 1px solid #00B3FF;
    border-radius: 5px;
    color: #00B3FF !important;
    font-family: "Raleway", sans-serif;
    background-color: inherit !important;
    font-size: 18px;
    height: 36px;
    cursor: pointer;
    font-weight: bold;
}

.carousel-module__carousel-container {
    width: 100%;
    overflow: auto;
    margin-top: 20px;
}

.carousel-module__carousel-container::-webkit-scrollbar {
    display: none;
}

#carousel-module__carousel-main {
    display: flex;
    max-height: 300px;
    width: 100%;
}

.carousel-module__card {
    min-width: 250px;
    margin-right: 30px;
    margin-bottom: 10px;
    background-color: white;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    opacity: .95;
    cursor: pointer;
    transition: .1s;
    overflow: hidden;
}

.carousel-module__card:hover {
    opacity: 1;
}

.carousel-module__card-image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 180px;
    padding: 8px;
    /* border-radius: 10px; */
    background-position: center;
    background-size: cover;
}

.carousel-module__card-image-pellet {
    height: 24px;
    margin-right: 6px;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
}

.pellet-invest {
    background-color: #A6E4FF;
    color: #002A7B;
}

.pellet-neuf {
    background-color: #002A7B;
    color: white;
}

.pellet-viager {
    background-color: #00B3FF;
    color: white;
}

.pellet-pro {
    background-color: white;
    color: #002A7B;
}

.carousel-module__card-image-bottom-band {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 16px;
    background-color: #00B3FF;
    font-family: Raleway, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: white;
}

.carousel-module__card-bottom-fline {
    padding: 4px 8px 0 8px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.carousel-module__card-bottom-fline span, .carousel-module__card-bottom-sline span {
    line-height: 1.1;
}

.carousel-module__card-bottom-typology {
    font-family: Helvetica Neue, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #00B3FF;
}

.carousel-module__card-bottom-text {
    font-family: Helvetica Neue, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #07374E;
}

.carousel-module__card-bottom-sline {
    display: flex;
    flex-direction: column;
    padding: 0 8px 8px 8px;
}

.carousel-module__button-more-div {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.carousel-module__button-more {
    width: 300px;
    border: 1px solid #00B3FF;
    border-radius: 20px;
    color: #00B3FF;
    background-color: inherit;
    font-size: 18px;
    min-height: 40px;
    cursor: pointer;
    font-weight: bold;
}

.carousel-module__button-more:hover {
    background-color: #00B3FF;
    color: white;
    transition: .1s;
}

#button-choice-achat {
    background-color: #00B3FF;
    color: white;
}

/*.carousel-module__carousel-container.location,*/
/*.carousel-module__button-more-div.location {*/
/*    display: none;*/
/*}*/

.carousel-module__button-choice.active {
    background: #00B3FF !important;
    color: #fff !important;

}

.carousel-module .bien-achat-location {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: #07374E;
    margin-bottom: 2rem;
    line-height: 38px;
}

@media screen and (max-width: 767px) {
    .carousel-module__carousel-container {
        width: 100vw;
        position: relative;
        left: -10px;
    }

    .carousel-module__card {
        width: calc(80vw);
        margin-left: 10px;
    }

    .carousel-module .bien-achat-location {
        font-size: 24px!important;
        line-height: 28px;
        margin-bottom: 1rem;
    }
}