.estimer-container {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 30px 0;

    overflow: hidden;

    position: relative;
}

.estime-image {
    width: 80%;
    max-width: 1366px;

    z-index: 1;
}

.estime-point {
    height: 50%;
    max-height: 460px;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    z-index: 0;
}
.estime-point-left {
    left: 0;
}
.estime-point-right {
    right: 0;
}

.estimer-content-container {
    max-width: 1365px;
    width: 90%;
    min-height: 1075px;
    height: fit-content;

    background: url("../../../img/bien/default.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.15));

    display: flex;
    justify-content: center;
    align-items: center;
}

.estimer-image-container {
    width: 80%;
    min-height: 725px;
    height: fit-content;

    background: url("../../../img/bien/default.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.estimer-titre {
    font-family: "Source Sans Pro";
    font-size: 35px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: bold;

    margin: 80px 20px;
}
@media screen and (max-width: 1100px) {
    .estimer-titre {
        font-size: 30px!important;
    }
}
@media screen and (max-width: 600px) {
    .estimer-titre {
        font-size: 20px!important;
    }
}

.estimer-liens-liste {
    width: 100%;
    height: fit-content;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.estimer-etape-lien {
    margin: 0 40px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
    .estimer-etape.etape-1 {
        width: 200px;
    }
}
@media screen and (max-width: 600px) {
    .estimer-etape.etape-1 {
        width: 150px;
    }
}
@media screen and (max-width: 1100px) {
    .estimer-etape.etape-2 {
        width: 215px;
    }
}
@media screen and (max-width: 600px) {
    .estimer-etape.etape-2 {
        width: 165px;
    }
}
@media screen and (max-width: 1100px) {
    .estimer-etape.etape-3 {
        width: 140px;
    }
}
@media screen and (max-width: 600px) {
    .estimer-etape.etape-3 {
        width: 110px;
    }
}
