.contact-page {
    margin-top: 3.0rem;
}

.contact-page .full-contact {
    margin-bottom: 40px
}

.contact-page .contact-infos {
    border: solid 3px #ddd;
    border-radius: 5px;
    padding: 30px;
    height: 550px
}

.contact-page .contact-infos .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.contact-page .contact-infos .infos {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ddd
}

.contact-page .contact-infos .infos .icon {
    font-size: 40px;
    margin-right: 10px;
    min-width: 48px;
    text-align: center
}

.contact-page .contact-infos .infos a {
    display: block
}

.contact-page .maps {
    padding: 0;
}

.form-area {
    border: solid 3px #ddd;
    background: white;
    border-radius: 5px;
    padding: 30px;
    z-index: 1;
    height: 550px
}

.form-area .title {
    margin-left: 1px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color1)
}

.form-area input.form-control {
    width: 100%;
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 10px;
    outline: none
}

.form-area select.form-control {
    width: 100%;
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 10px;
    outline: none
}

.form-area textarea.form-control {
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
    padding: 10px 10px;
    outline: none
}

.form-area button.contact-button {
    background: #13414D;
    border-radius: 5px;
    color: white;
    border: none;
    padding: 10px 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    outline: none
}

.form-area button.contact-button:hover {
    background: black;
    outline: none;
    transition: all .3s ease
}

.form-area {
    height: 100%
}

.g-recaptcha {
    margin-bottom: 15px
}

.contact-page .contact-infos {
    height: 100%
}

a {
    color: #333;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #fdb141;
    text-decoration: none;
    transition: all .3s ease
}

.infos .info {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
}


@media (max-width: 1200px) {
    .contact-page .contact-infos {
        border: none;
    }

    .form-area {
        border: none;
    }
}

.g-recaptcha {
    position: relative;
}

.fake_error {
    white-space: nowrap;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, .2) 0 5px 10px;
    background-color: #F44336;
    color: #fff;
    padding: 5px 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 15px);
    position: absolute;
    z-index: 99;
    font-weight: 500;
}

.fake_error:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #F44336;
    border-width: 10px;
    margin-left: -10px
}

.error-page .form-area {
    height: auto;
    border: none;
    background-color: transparent;
    border-radius: unset;
    padding: 0;
}

.error-page .g-recaptcha {
    display: flex;
    justify-content: center;
}