footer {
    display: none;
}

.terrain-box {
    overflow: hidden;
}

.case {
		overflow : hidden
}

.terrain-box .swiper-slide-image {
    overflow: hidden;
    border-radius: 24px;
}

.text-box {
    background-color: #1C244B;
    width: fit-content;
}

.left-picture {
    position: relative;
    height: 100%;
    width: 300px;
}

.price-bulle {
    display: flex;
    background-color: #1C244B;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    position: absolute;
    right: -40px;
    z-index: 100;
    top: 110px;
}

@media (max-width: 1023px) {
    .price-bulle {
        right: auto;
        top: auto;
        left: 0;
        bottom: 0;
    }
}

.price-bulle .elementor-widget-container {
    height: fit-content !important;
}

.equipe {
		height: 100% !important;
}

a {
		color : #1C244B;
}

.link a {
		text-decoration : underline !important;
}