#contact {
    max-width: 1400px;
    margin: 50px auto 30px auto;

}

.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 20px 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;
}

.emails {
    display: flex;
    flex-direction: column;
}

.emails a {
    padding: 5px 0 5px 25px;
}

.contact_infos .contact_box strong {
    display: block;
    width: 100%;
    margin: 0 0 7px 0;
    font-size: 17px;
    line-height: 17px;
    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: 14px;
    line-height: 17px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 14px;
    border: 1px solid #bababa;
    background: transparent;
    border-radius: 6px;
}

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

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

.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;
    }
}


@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) {
    #contact {
        flex-flow: column nowrap;
    }

    #contact {
        margin: 20px auto;
    }

    .contact_infos {
        flex: 0 0 100%;
        width: 100%;
        margin: 0 auto 50px auto;
        max-width: 550px;
        padding: 0;
        border: none;
    }

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

}

@media only screen and (max-width: 500px) {
    .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 25px;
    }

    .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 0px 0;
    }

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

    #glb-brdcrmbs .title h1 {
        line-height: 30px;
    }

    .contact_infos .contact_box {
        flex-direction: column;
    }

    .contact_infos .contact_box img {
        margin: 0;
    }

    .contact_infos .contact_box p,
    .contact_infos .contact_box a {
        text-align: center;
        margin: 15px 0;
        border-left: none;
    }

    .contact_infos .contact_box p:first-of-type,
    .contact_infos .contact_box a:first-of-type {
        padding-bottom: 5px;
        margin-bottom: 0;
        border-bottom: 1px solid #BABABA;
    }

    .contact_infos .contact_box .emails a {
        border: none;
    }

}