#information-contact > .row {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.contact_infos {
    border-right: 1px solid #BABABA;
    flex: 0 0 50%;
    width: 50%;
    padding: 0 10% 0 0;
    box-sizing: border-box;
    margin: 0;
}

.contact_infos h1 {
    font-size: 30px;
    line-height: 38px;
    color: #000;
    font-weight: 700;
    margin: 0 0 14px 0;
    cursor: default;
}

.contact_infos > p {
    margin: 0 0 50px 0;
}

.contact_infos p,
.contact_infos a {
    color: #000;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    cursor: default;
}

.contact_infos .contact_box {
    padding: 20px 25px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #BABABA;
    margin: 0 0 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact_infos .contact_box img {
    width: 100%;
    max-width: 30px;
    margin-right: 25px;
}

.contact_infos .second_box img {
    max-width: 23px;
}

.contact_infos .contact_box p,
.contact_infos .contact_box a {
    width: 100%;
    padding-left: 25px;
    box-sizing: border-box;
    border-left: 1px solid #BABABA;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    cursor: pointer;
}

.contact_infos .contact_box strong {
    display: block;
    width: 100%;
    margin: 0 0 7px 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    cursor: default;
}

.contact_form {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 0 0 10%;
    box-sizing: border-box;
    background: transparent;
    z-index: 8;
}

.contact_form label {
    display: none;
}

.contact_form input[type=text], .contact_form textarea {
    width: 100%;
    padding: 16px;
    font-size: 17px;
    line-height: 17px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 14px;
    border: none;
    background: #f8f8f8;
    border-radius: 6px;
}

.contact_form input[type=submit] {
    display: block;
    padding: 12px 50px;
    font-size: 16px;
    background: #4d85c5;
    color: #fff;
    font-weight: 700;
    border: 0;
    margin: 30px 0 0 auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.contact_form input[type=submit]:hover {
    background: #003e81;
}

.contact_form h2 {
    font-weight: 700;
    color: #000;
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 30px 0;
    cursor: default;
}

.brdcrmb .row a {
    font-size: 12px;
    color: black;
    padding-right: 12px;
    position: relative;
    padding-left: 6px;
}

.brdcrmb .row a:last-child {
    font-weight: 500;
}

.brdcrmb .row a::after {
    content: '';
    position: absolute;
    background: #949191;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 1px;
}

.brdcrmb .row a:last-child::after {
    display: none;
}


#map {
    width: 100%;
    position: relative;
    padding-bottom: 32%;
}

#map iframe {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

@media only screen and (max-width: 1600px) {
    .contact_form {
        padding: 0 0 0 5%;
    }

    .contact_infos {
        padding: 0 5% 0 0;
    }
}

@media only screen and (max-width: 1130px) {
    .contact_infos > p {
        margin: 0 0 25px 0;
    }

    #hdmn .row .cnmn a span {
        display: none;
    }
}


@media only screen and (max-width: 950px) {
    .contact_form h2,
    .contact_infos h1 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 860px) {

    #information-contact > .row {
        flex-direction: column;
        padding-bottom: 50px;
    }

    .contact_infos {
        border-right: none;
        border-bottom: 1px solid #BABABA;
        flex: 0 0 100%;
        width: 100%;
        margin: 0 auto 40px auto;
        max-width: 550px;
        padding: 0 0 15px 0;
    }

    .contact_form {
        width: 100%;
        flex: 0 0 100%;
        max-width: 550px;
        margin: 0 auto;
        padding: 0;
    }

}

@media only screen and (max-width: 640px) {
    .contact_form h2, .contact_infos h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .contact_infos .contact_box strong {
        font-size: 16px;
        line-height: 16px;
    }

    .contact_infos > p {
        margin: 0 0 25px 0;
    }

    .contact_infos {
        margin: 0 auto 25px auto;
    }

}

@media only screen and (max-width: 480px) {
    .contact_infos {
        margin: 0 auto 20px 0;
    }

    .contact_infos h1,
    .contact_form h2 {
        font-size: 24px;
    }

    .contact_form input[type=submit] {
        font-size: 14px;
    }

    .contact_infos p {
        font-size: 14px;
    }

    #contact.row {
        padding: 0 20px;
    }

    .contact_form {
        padding: 20px 0;
    }

    .contact_infos .contact_box p, .contact_infos .contact_box a {
        width: 100%;
        padding-left: 15px;
    }

    .contact_infos .contact_box img {
        margin-right: 15px;
    }

    .contact_infos .contact_box {
        padding: 15px;
    }

    .contact_infos h1, .contact_form h2 {
        font-size: 20px;
    }

    .contact_infos p {
        font-size: 13px;
    }

    .contact_infos > p {
        margin: 0 0 20px 0;
    }

    .contact_infos {
        margin: 0 auto 0 0;
    }

    .contact_form h2 {
        margin: 0 0 15px 0;
    }

}