section.a-propos-du-prix{
    margin: var(--gutter-lg) auto;
    position: relative;
}

section.a-propos-du-prix:last-child {
    margin-bottom: 0;
}

section.a-propos-du-prix h4{
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--noir);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bleu);
    margin-bottom: 40px;
    text-align: left;
}

section.a-propos-du-prix h4:not(:first-child) {
    margin-top: 40px;
}

section.a-propos-du-prix p{
    font-family: 'Crimson',sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--noir);
    margin: 20px 0 5px 0;
}

section.a-propos-du-prix .detailed-price {
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    padding: var(--spacer-sm);
}

section.a-propos-du-prix .detailed-price + .detailed-price {
    margin-top: var(--gutter-sm);
}

section.a-propos-du-prix .detailed-price p {
    margin-top: 0;
}

section.a-propos-du-prix .detailed-price dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

section.a-propos-du-prix .detailed-price dl dt,
section.a-propos-du-prix .detailed-price dl dd {
    width: 50%;
}

section.a-propos-du-prix .detailed-price dl dt:has(+ dd:not(:last-child)),
section.a-propos-du-prix .detailed-price dl dt + dd:not(:last-child) {
    margin-bottom: var(--spacer-sm);
}

section.a-propos-du-prix .detailed-price dl dd {
    text-align: right;
}

section.a-propos-du-prix span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--grisfonce);
}

section.a-propos-du-prix ul{
    padding-left: 20px;
    margin: unset;
}

section.a-propos-du-prix li{
    position: relative;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--grisfonce);
}

section.a-propos-du-prix li.honoraire{
    display: flex;
    flex-direction: column;
}

section.a-propos-du-prix li:before{
    width: 3px;
    height: 3px;
    content: '';
    position: absolute;
    left: -10px;
    top: 8px;
    border-radius: 50%;
    background: var(--grisfonce);
}

section.a-propos-du-prix .button{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    margin-top: 40px;
}

section.a-propos-du-prix a.btn{
    margin-bottom: 10px;
}

section.a-propos-du-prix a.btn-light{
    padding: 8px 20px;
}
/*
section.a-propos-du-prix {
    padding-top: 100px;
}*/

section.a-propos-du-prix  .container .fondcolor{
    background-color: var(--grisprimary);
}

section.a-propos-du-prix .container .fondcolor .contenu{
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

section.a-propos-du-prix .btn{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
}

section.a-propos-du-prix span.texte p{
    text-align: center;
}

section.a-propos-du-prix .popup-rdv-container{
    background-color: #000000a6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 0.5s;
}

section.a-propos-du-prix .popup-rdv-container.show{
    transform: translateY(0);
    opacity: 1;
    z-index: 999999;
}

section.a-propos-du-prix .popup-rdv-container .popup-rdv {
    background-color: #FFFFFF;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    width: 80%;
    align-items: center;
}

section.a-propos-du-prix .btn-retour{
    margin: auto;
}

section.a-propos-du-prix .am-lite-footer{
    display: none;
}

section.a-propos-du-prix #amelia-container{
    margin: 30px 0;
}

section.a-propos-du-prix .amelia-v2-booking #amelia-container.am-fs__wrapper{
    margin: 20px auto!important;
}

section.a-propos-du-prix .title-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
    margin: 20.5px 0;
}

section.a-propos-du-prix .title-info p{
    font-family: 'Crimson', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: var(--bleu);
    position: relative;
    white-space: nowrap;
    min-width: fit-content;
}

section.a-propos-du-prix .title-info svg{
    transition: 1s;
    cursor: pointer;
    width: 12px;
}

section.a-propos-du-prix .title-info svg path{
    fill: var(--bleu);
}

section.a-propos-du-prix .title-info .svg{
    transform: rotate(180deg);
}

section.a-propos-du-prix .a-propos-prix{
    display:none;
}

section.a-propos-du-prix .a-propos-prix > div:first-child p{
    margin:0;
}

section.a-propos-du-prix .mortage-calculator form > div {
    margin-bottom: 10px;
}

section.a-propos-du-prix .mortage-calculator form .gfield_label {
    font-weight: 400;
}

section.a-propos-du-prix .mortage-calculator form input,
section.a-propos-du-prix .mortage-calculator form select {
    border-color: var(--grisclair);
    font-family: 'Open Sans', sans-serif;
}

section.a-propos-du-prix .mortage-calculator form select {
    background: none;
}

section.a-propos-du-prix .mortage-calculator .mortage-calculator-result {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--grisprimary);
    text-align: center;
    padding: var(--spacer-lg) var(--spacer-sm);
    font-family: 'Open Sans', sans-serif;
}

section.a-propos-du-prix .mortage-calculator .mortage-calculator-result div {
    font-family: 'Open Sans', sans-serif;
}

section.a-propos-du-prix .mortage-calculator .mortage-calculator-result .monthly-payment-result {
    font-size: 2em;
    font-weight: 600;
}

section.a-propos-du-prix .mortage-calculator small {
    font-size: .8em;
    font-family: 'Open Sans', sans-serif;
}

@media screen and (min-width: 1200px){
    section.a-propos-du-prix h4{
        margin-bottom: 20px;
    }

    section.a-propos-du-prix .button{
        flex-direction: row;
        grid-gap: 20px;
    }

    section.a-propos-du-prix a.btn{
        margin-bottom: 0;
    }

    section.a-propos-du-prix .container .fondcolor .contenu{
        padding: 40px;
    }

    section.a-propos-du-prix span.texte{
        margin: 0 182px;
    }

    section.a-propos-du-prix .mortage-calculator {
        display: flex;
        grid-gap: var(--gutter-sm);
    }

    section.a-propos-du-prix .mortage-calculator > div {
        width: 50%;
    }
}
