section.estimation-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

section.estimation-section h2 {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.5px;
    width: 75%;
    color: var(--doly-form-text-color);
}

section.estimation-section h2 strong {
    color: var(--doly-form-accent-color);
}

section.estimation-section div.estimation-price-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

section.estimation-section div.estimation-price-section div.estimation-div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    border-radius: 6px;
    border-width: 2px;
    border-style: solid;
    color: var(--doly-form-accent-color);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 55px;
    /* 161.765% */
    margin: 30px 0;
    position: relative;
}

section.estimation-section div.estimation-price-section div.estimation-div::after {
    content: attr(data-name);
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: var(--doly-form-text-color);
    width: 100%;
}

section.estimation-section div.estimation-price-section div.estimation-div.estimation-price-min,
section.estimation-section div.estimation-price-section div.estimation-div.estimation-price-max {
    border-color: var(--doly-form-accent-color);
}

section.estimation-section div.estimation-price-section div.estimation-div span,
section.estimation-section p span {
    display: inline-block;
    margin: 0 1px;
    opacity: 0;
    animation: dotPulse 1.5s infinite ease-in-out;
}

section.estimation-section div.estimation-price-section div.estimation-div span:nth-child(1),
section.estimation-section p span:nth-child(1) {
    animation-delay: .2s;
}

section.estimation-section div.estimation-price-section div.estimation-div span:nth-child(2),
section.estimation-section p span:nth-child(2) {
    animation-delay: .4s;
}

section.estimation-section div.estimation-price-section div.estimation-div span:nth-child(3),
section.estimation-section p span:nth-child(3) {
    animation-delay: .6s;
}

@keyframes dotPulse {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

section.estimation-section div.estimation-price-section div.estimation-div.estimation-price {
    border-color: var(--doly-form-text-color);
    background-color: var(--doly-form-text-color);
}

section.estimation-section div.satisfy-quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 80px 0;
}

section.estimation-section div.satisfy-quote h3 {
    font-family: 'Inter', sans-serif;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
    /* 104.167% */
}

section.estimation-section div.satisfy-quote div {
    width: 55%;
    position: relative;
}

section.estimation-section div.satisfy-quote div::after {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    background-image: url('https://doly.me/wp-content/uploads/2023/08/caret_down.svg');
}

section.estimation-section div.satisfy-quote div select {
    width: 100%;
    border-radius: 6px;
    padding: 15px 25px 15px 15px;
    border: 2px solid var(--doly-form-accent-color);
    appearance: none;
    /* pour la plupart des navigateurs */
    -webkit-appearance: none;
    /* pour Chrome et Safari */
    -moz-appearance: none;
    /* pour Firefox */
}

section.estimation-section div.satisfy-quote div select:focus {
    border: 2px solid var(--doly-form-text-color);
    outline: none;
}

section.estimation-section div.satisfy-quote button#send_estimation_review {
    padding: 10px 25px;
    border-radius: 6px;
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
    cursor: pointer;
    background: #303030;
}

section.estimation-section div.satisfy-quote button#send_estimation_review:hover {
    color: var(--doly-form-text-color);
    background: var(--doly-form-accent-color);
}

section.doly-advantage-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding-top: 40px;
}

section.doly-advantage-section header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 100%;
}

section.doly-advantage-section header h2,
section.doly-delegation-section h2,
section.doly-last-property-sold h2 {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.5px;
    color: var(--doly-form-text-color);
    width: 70%;
}


section.doly-advantage-section header h2 strong,
section.doly-delegation-section h2 strong,
section.doly-last-property-sold h2 strong {
    font-weight: 900;
}

section.doly-advantage-section header p,
section.doly-delegation-section p {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section.doly-advantage-section p,
div.doly-agency-type p {
    width: 70% !important;
    font-style: normal;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 25px;
    /* 104.167% */
}


section.doly-advantage-section strong,
section.doly-delegation-section strong,
div.doly-agency-type p strong,
section.doly-last-property-sold h2 strong {
    color: var(--doly-form-accent-color);
}

section.doly-advantage-section div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px
}

section.doly-advantage-section div>img {
    width: 35%;
    object-fit: contain;
    height: auto;
}

section.doly-advantage-section div aside {
    width: 32.5%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.doly-advantage-section div aside.left-align-aside {
    align-items: flex-start;
}

section.doly-advantage-section div aside.right-align-aside {
    align-items: flex-end;
}

section.doly-advantage-section div aside div {
    border: 2px solid var(--doly-form-accent-color);
    background: rgba(255, 210, 2, 0.10);
    padding: 15px;
    border-radius: 6px;
    max-width: 100%;
    min-width: 200px;
}

section.doly-advantage-section div aside.left-align-aside div {
    justify-content: flex-start;
}

section.doly-advantage-section div aside.right-align-aside div {
    justify-content: flex-end;
}

section.doly-advantage-section div aside div img {
    width: 40px;
    height: auto;
}

section.doly-advantage-section div aside div p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.5px;
    width: 80% !important;
    display: flex;
}

section.doly-advantage-section div aside.left-align-aside p {
    text-align: left;
}

section.doly-advantage-section div aside.right-align-aside p {
    text-align: right;
}

section.doly-advantage-section a,
section.doly-delegation-section a {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #EEEEEE;
    padding: 10px 25px;
    background: var(--doly-form-text-color);
    border: 2px solid var(--doly-form-text-color);
    border-radius: 6px;
    transition: color .3s, background .3s, border .3s;
}

section.doly-advantage-section a:hover,
section.doly-delegation-section a:hover {
    background: var(--doly-form-accent-color);
    border: 2px solid var(--doly-form-accent-color);
    color: var(--doly-form-text-color);
}

section.doly-delegation-section,
section.doly-last-property-sold {
    min-width: 100vw;
    max-width: none;
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: rgba(255, 210, 2, 0.05);
}

section.doly-delegation-section p {
    width: 70% !important;
}

div.doly-agency-type {
    min-width: 100vw;
    max-width: none;
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

section.doly-last-property-sold div.last-property-sold--display {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    row-gap: 75px;
    margin-top: 20px;
    width: 100%;
}

section.doly-last-property-sold div.last-property-sold--display>h3 {
    width: 95%;
    text-align: center;
}

section.doly-last-property-sold div.last-property-sold--display a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
    height: 315px;
    position: relative;
}

section.doly-last-property-sold div.last-property-sold--display a::before {
    content: 'Vendu';
    position: absolute;
    top: 6px;
    left: 6px;
    background: var(--doly-form-accent-color);
    color: var(--doly-form-text-color);
    padding: 2px 8px;
    z-index: 2;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
}

section.doly-last-property-sold div.last-property-sold--display a div.property-price-part {
    justify-content: space-between;
    height: 32px;
}

section.doly-last-property-sold div.last-property-sold--display a div.property-price-part strong {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: var(--doly-form-text-color);
}


section.doly-last-property-sold div.last-property-sold--display a div.property-price-part img {
    width: 32px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

section.doly-last-property-sold div.last-property-sold--display a h3 {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: var(--doly-form-text-color);
}


section.doly-last-property-sold div.last-property-sold--display a p {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #9E9E9E;
}

section.doly-last-property-sold div.last-property-sold--display a img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    height: auto;
    border-radius: 8px;
}

section.doly-last-property-sold div.last-property-sold--display a div {
    display: flex;
    align-items: center;
    width: 100%;
}

section.doly-last-property-sold div.last-property-sold--display a div.property-agent-part {
    justify-content: flex-start;
    gap: 15px;
}

section.doly-last-property-sold div.last-property-sold--display a div.property-agent-part img {
    border-radius: 4px;
    width: 48px;
    aspect-ratio: 1/1;
    object-fit: cover;
    height: auto;
}

section.doly-last-property-sold div.last-property-sold--display a div.property-agent-part p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: var(--doly-form-text-color);
}

section.doly-last-property-sold div.property-navigation-arrows {
    display: none;
}

section.doly-last-property-sold div.property-navigation-arrows button {
    padding: 15px;
    border: none;
    border-radius: 50%;
    background: var(--doly-form-accent-color);
    border: 1px solid var(--doly-form-accent-color);
    cursor: pointer;
    transition: background .3s;
}

section.doly-last-property-sold div.property-navigation-arrows button i {
    color: #fff;
    transition: color .3s;
}

section.doly-last-property-sold div.property-navigation-arrows button:hover {
    background: transparent;
}

section.doly-last-property-sold div.property-navigation-arrows button:hover i {
    color: var(--doly-form-text-color);
}

/* TABLET RESPONSIVE */
@media only screen and (min-width: 1024px) {
    section.estimation-section div.estimation-price-section {
        flex-direction: row;
        width: 95%;
        justify-content: space-between;
    }

    section.doly-advantage-section div aside div {
        width: 100%;
    }

    section.doly-advantage-section div aside div p {
        font-size: 14px;
        text-align: left !important;
    }

    section.estimation-section div.estimation-price-section div.estimation-div {
        width: 32%;
        padding: 20px;
        font-size: 30px;
    }

    section.doly-delegation-section,
    div.doly-agency-type,
    section.doly-last-property-sold {
        padding: 100px 0;
    }

    section.doly-advantage-section>div,
    section.doly-advantage-section header h2,
    section.estimation-section h2,
    section.doly-delegation-section h2,
    section.doly-last-property-sold h2,
    section.doly-delegation-section p,
    div.doly-agency-type p,
    section.doly-last-property-sold div.last-property-sold--display {
        width: 95% !important;
    }

    #sell-doly-agency-type {
        display: none;
    }

    section.doly-advantage-section {
        padding: 80px 0 40px 0 !important;
    }
}

/* MOBILE RESPONSIVE */
@media only screen and (min-width: 0px) and (max-width: 768px) {

    section.estimation-section h2,
    section.doly-advantage-section header h2,
    section.doly-last-property-sold h2,
    section.doly-delegation-section h2 {
        width: 95%;
        font-size: 34px;
    }

    section.doly-advantage-section header p {
        width: 95% !important;
    }

    section.doly-advantage-section>div {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    section.doly-advantage-section>div img {
        width: 100%;
    }

    section.doly-advantage-section div aside,
    section.doly-advantage-section div aside div {
        width: 100%;
    }

    section.doly-advantage-section div aside div p {
        font-size: 14px;
        text-align: left !important;
    }

    section.estimation-section div.estimation-price-section div.estimation-div {
        width: 100%;
        padding: 20px 40px;
        font-size: 30px;
    }

    section.doly-delegation-section,
    div.doly-agency-type,
    section.doly-last-property-sold {
        padding: 100px 0;
    }

    section.doly-advantage-section>div,
    section.doly-advantage-section header h2,
    section.estimation-section h2,
    section.doly-delegation-section h2,
    section.doly-last-property-sold h2,
    section.doly-delegation-section p,
    div.doly-agency-type p,
    section.doly-last-property-sold div.last-property-sold--display {
        width: 95% !important;
    }

    section.doly-last-property-sold div.last-property-sold--display {
        display: flex;
        justify-content: center;
        height: auto;
        min-height: 50vh;
        padding: 0;
    }

    section.doly-last-property-sold div.last-property-sold--display a:last-child,
    #sell-doly-agency-type {
        display: none;
    }

    section.doly-advantage-section {
        padding: 80px 0 40px 0;
        margin: 0;
    }

    div.property-navigation-arrows {
        display: flex !important;
        width: 95%;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    section.doly-last-property-sold div.last-property-sold--display a {
        width: 95%;
        display: none;
    }

    section.doly-last-property-sold div.last-property-sold--display a.active {
        display: flex;
    }

    section.doly-last-property-sold div.last-property-sold--display a.fade-out {
        animation: fadeOut 0.3s ease-in-out forwards;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

}

.view-all-properties {
    padding: 20px 0;
    background-color: #232323;
    color: white;
    padding: 12px 25px;
    border-radius: 7px;
    transition: background-color .7s;
}

.view-all-properties:hover {
    background-color: #6e6e6e;
}

.view-properties-wrapper {
    margin: 50px auto;
}