.contact-column--success .show-at-success {
    display: block;
}

.contact-column--success .hide-at-success,
.show-at-success {
    display: none;
}

.contact-column__body {
    border: 1px solid transparent;
    height: 100%;
    text-align: left;
    width: 100%;
}

.contact-column__body--not-rental {
    background-color: rgba(0, 165, 180, 0.2);
}

.contact-column__body--rental {
    border-color: rgba(0, 165, 180, 0.3);
}

.contact-column__title {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 10px 0;
    text-align: left;
}

.contact-column__sub-title {
    color: #00A5B4;
    font-weight: 500;
}

.contact-column__adress {
    color: #00A5B4;
}

.contact-column__description {
    margin: 1em 0;
}

.contact-column__info {
    line-height: 28px;
}

.contact-information__title {
    color: #00A5B4;
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
}

.contact-information__subtitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.contact-information__section {
    line-height: 20px;
    margin: 0;
}

#form-rental {
    background-color: rgba(0, 165, 180, 0.1);
    padding: 20px;
    text-align: center;
}

.mail-response {
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    display: none;
    width: 100%;
}

.mail-response__content {
    line-height: 19px;
    text-align: center;
    padding: 0 60px 60px;
}

.mail-response__footer {
    margin-bottom: 40px;
    margin-top: 40px;
}

.mail-response__close {
    cursor: pointer;
    text-align-last: end;
}

.mail-response__close img {
    padding: 20px;
}

.mail-response__title {
    color: #00A5B4;
    font-size: xx-large;
    font-weight: bold;
    line-height: 28px;
    padding: 40px 0;
}

@media all and (min-width: 768px) {
    .contact-content {
        display: flex;
        height: 100%;
        margin: 0 auto;
        max-width: 1600px;
    }

    .contact-column {
        height: 100%;
        vertical-align: top;
        width: 50%;
    }

    .contact-column__body {
        padding: 20px;
    }

    .mail-response__title {
        line-height: 30px;
    }
}

@media all and (min-width: 1025px) {
    .contact-column {
        padding: 40px 35px;
    }

    .contact-column__body {
        max-width: 680px;
        padding: 40px;
    }
}

@media all and (min-width: 1024px) {
    .form__row-split {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .form__row-split:first-child {
        padding-right: 10px;
    }

    .form__row-split:last-child {
        padding-left: 10px;
    }
}

@media all and (min-width: 768px) and (max-width: 1279px) {
    .contact-column--success .tb-hide-at-success {
        display: none;
    }
}

@media all and (max-width: 1023px) {
    .form__row-split {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 767px) {
    .contact-column__body {
        padding: 20px;
    }

    .contact-column__body--rental {
        border: 0;
    }
}

