* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: open sans;
    max-width: 100%;
}

section {
    width: 100%;
}

.container {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo{
    height: 86px;
    background-color: #fff;
}

.logo-content {
    display: flex;
    margin: 6px auto 0;
    flex-direction: column;
    align-items: center;
}

.logo-text {
    color: rgb(100, 100, 100);
    position: relative;
    font-family: roboto;
    font-size: 9px;
    font-weight: normal;
    z-index: 100002;
    line-height: 1.3;
    letter-spacing: 0.1px;
    top: -16px;
    left: 35px;
}

.form-section {
    background-image: url(/images/immobilier.jpeg);
    background-color: #f6f8f9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}  

.form-container {
    height: 850px;
    width: 537px;
    background: url("/images/loading.gif") no-repeat center center #fff;
    background-size: 250px;
}

#form-wrapper {
    width: 100%;
    height: 100%;
}

.form-title {
    color: #333;
    width: 100%;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    line-height: 27px;
    background-color: #fff;
    padding: 10px 0;
}

.form-title-grey {
    color: grey;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
}

.apport-title {
    margin: 30px 0;
}

.apport-title > h1 {
    color: #000;
    font-family: roboto;
    font-size: 36px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0;
    text-align: center;
}

.apport-content {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.apport-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dotted #c7c7c7;
    height: 149px;
    width: 25%;
}

.apport-item-text {
    padding-bottom: 20px;
}

.apport-item-text > p{
    font-size: 16px;
    font-family: open sans;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
}

.apport-icon {
    color: #276600;
    font-size: 35px !important;
    font-weight: 400;
    line-height: 1;
    height: 50px;
    width: 50px;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
}

.consult-section {
    margin-top: 50px;
}

.consult-content {
    display: grid;
    grid-template-columns: 46% 64%;
}

.consult-image {
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 5;
}

.consult-title {
    color: #000;
    font-family: roboto;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
}

.consult-text {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    margin-left: 20px;
}

.consult-icon {
    color: #ba0000;
    font-size: 35px !important; 
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.consult-text > h3 {
    color: rgba(40,40,40,.8);
    font-family: roboto;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: justify;
}

.advantage-section {
    margin-top: 30px;
}

.advantage-title {
    color: #000;
    width: 100%;
    font-family: roboto;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    padding: 20px 0;
}

.advantage-content {
    width: 949px;
    color: rgba(0,0,0,.7);
    font-family: open sans;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: justify;
}

.advantage-images {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5px;
}

b {
    font-weight: 700;
}

.privilege-section {
    margin-top: 10px;
}

.privilege-container {
    flex-direction: row;
    gap: 0 2px;
}

.privilege-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px dotted #c7c7c7;
    height: 214px;
    width: 25%;
}

.privilege-icon {
    color: #04790c;
    font-size: 35px !important;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin: 50px 0 25px;
}

.privilege-box > p {
    font-weight: bold;
    text-align: center;
}

.partners-section {
    margin-top: 30px;
}

.partners-title {
    color: #000;
    font-family: roboto;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
}

.partners-image {
    width: 960px;
    height: 226;
}

.manager-section {
    margin-top: 40px;
}

.manager-title {
    color: #000;
    font-family: roboto;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
}

.manager-content {
    display: flex;
    flex-direction: row;
    gap: 0 20px;
}

.manager-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.manager-link {
    height: 114px;
    margin-bottom: 20px;
}

.manager-description {
    height: 110px;
}

.manager-description > p {
    color: rgba(44,44,44,.8);
    font-family: roboto;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
}

.manager-name {
    color: #2c2c2c;
    font-family: roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 7px;
}

.description-section {
    margin-top: 50px;
}

.description-container {
    width: 930px;
    font-family: open sans;
    color: #000;
    text-align: justify;
}

.contact-section {
    margin-top: 30px;
    background-color: #f4f1f1;
}

.contact-container {
    flex-direction: row;
    justify-content: center;
}

.contact-title {
    color: #282828;
    width: 249px;
    font-family: open sans;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    position: relative;
    left: -70px;
    top: 15px;
}

.contact-button {
    background-color: #ba0000;
    border-radius: 4px;
    color: #fff;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: open sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    width: 293px;
    height: 55px;
    text-decoration: none;
    text-align: center;
    position: relative;
    top: -10px;
    left: 55px;
}

.contact-button > span {
    font-size: 100%;
    font-family: open sans;
}

.footer-section {
    margin-top: 5px;
}

.footer-container > p {
    color: #000;
    font-family: open sans;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 15px 0;
    text-align: justify;
}

.footer {
    text-align: center;
    padding: 20px;
}

@media screen and (max-width: 763px){
    .container {
        width: 320px;
    }

    .form-section {
        background-image: none;
        background-color: #f4f1f1;;
    }

    .apport-title {
        margin-bottom: 20px;
    }

    .apport-title > h1 {
        line-height: 1.5;
    }
    .apport-content {
        flex-direction: column;
    }
    .apport-item {
        height: 287px;
        width: 318px;
    }

    .apport-item-text {
        padding-bottom: 50px;
    }

    .apport-item-text > p{
        font-size: 22px;
    }

    .apport-icon {
        font-size: 50px !important;
    }
    
    .consult-content {
        display: flex;
        flex-direction: column;
    }

    .consult-content > img {
        width: 128px;
        height: 255px;
        margin: 15px auto 0;
    }

    .consult-title {
        font-size: 30px;
        text-align: center;
    }

    .consult-text {
        flex-direction: column-reverse;
        align-items: center;
    }

    .consult-icon {
        margin-top: 7px;
    }

    .advantage-content {
        width: 320px;
        font-size: 11px;
    }

    .advantage-images {
        flex-direction: column;
    }
    .advantage-images > img {
        width: 320px;
        height: 320px;
    }
    .privilege-container {
        flex-direction: column;
        gap: 2px 0;
    }
    .privilege-box {
        height: 286px;
        width: 318px;
    }

    .privilege-box > p {
        font-size: 22px;
        font-weight: 600;
    }

    .privilege-icon {
        font-size: 61px !important;
        margin: 80px 0 30px;
    }
    .partners-image{
        width: 320px;
        height: 75px;
    }
    .manager-content {
        flex-direction: column;
        gap: 20px 0;
    }

    .description-section {
        margin-top: 30px;
    }

    .description-container {
        font-size: 12px;
        font-weight: 300;
    }

    .contact-container {
        padding: 20px 0;
        display: grid;
        justify-content: unset;
        grid-template-columns: 100%;
    }
    .contact-title {
        grid-row: 1;
        font-size: 30px;
        position: unset;
    }
    .contact-button {
        grid-row: 3;
        position: unset;
    }
    .footer-container > p {
        font-size: 9px;
        font-style: italic;
    }

    .footer {
        font-size: 12px;
    }
} 