.estime-container {
    width: 100%;

    text-align: center;
}

.guide-container {
    width: 100%;
    height: 460px;

    margin-bottom: 160px;

    overflow: hidden;

    position: relative;
}
@media screen and (max-width: 800px) {
    .guide-container {
        height: 200px;
        margin-bottom: 40px;
    }
}
.guide-container > * {
    position: absolute;
}
.guide-container .guide-dots-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.guide-container .guide-dots-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
    .guide-container .guide-dots-right, .guide-container .guide-dots-left {
        display: none;
    }
}
.guide-container .laissez-vous-guider {
    max-width: 90%;

    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

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

    margin-bottom: 65px;
}

.estime-line {
    width: 250px;
    height: 2px;

    margin: 0 auto;

    background-color: #CA4E4E;
}
@media screen and (max-width: 800px) {
    .estime-line {
        width: 120px;
    }
}
