/* --------------------------- New footer ------------------------ */
.graphic-footer {
    top: -10vw;
    max-width: 100vw;
    left: -5px;
}

.graphic-footer svg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% + 10px);
    z-index: -1;
}

/* --------------------------- .end New footer ------------------------ */

.bg_footer {
    margin-top: 0rem;
    background-color: #4c5454;
    padding: 4rem 1rem 4rem 1rem;
}

#footer {
    color: #ffffff;
    font-size: 1em;
    letter-spacing: 1px;
}

/* .container-footer{
    max-width: 1200px;
} */
/*----- left ------*/
.row_left .topic_contact {
    font-weight: bold;
    font-size: 2em;
}

.table_contact tr td.img_contact img {
    width: 100%;
    max-width: 50px;
    min-width: 40px;
}

.table_contact tr td.txt_contact {
    font-weight: 200;
    line-height: 1.2;
    font-size: 1em;
    padding-left: 10px;
}

.table_contact tr td.txt_contact a {
    color: white;
    text-decoration: none;
}

.table_contact tr td.txt_contact a:hover {
    border-bottom: 1px solid white;
}

.row_left tr td {
    padding: 10px 0px;
}

/*----- right ------*/
.row_right .topic {
    font-size: 1em;
    font-weight: 700 !important;
}

.row_right a {
    color: white;
}

.row_right p {
    font-weight: 200;
    font-size: .9rem;
    margin-bottom: 0.1em;
}

.box_social {
    padding-right: 0rem;
    padding-left: auto;
    padding-right: auto;
}

.box_social .footer-contact-topic {
    font-size: 1rem;
    width: 100%;
    font-weight: 700 !important;
    float: left;
    margin-bottom: 10px;
}

.box_social .footer-contact-text {
    font-size: .9rem;
    width: 100%;
    font-weight: 200;
    color: #c0c0c2;
    float: left;
    margin-bottom: 10px;
}

.box_social img {
    width: auto;
    max-height: 20px;
}

.box_social .col_social:nth-of-type(1) {
    padding: 0px .5rem 0px 0px;
}

.col_social {
    padding: 0px .5rem;
    float: left;
}

/*----- copyright ------*/
.copyright {
    background-color: #404548 !important;
    color: #ffffff;
    padding: 1.7rem 0rem;
    font-weight: 200;
}

.copyright span {
    opacity: 0.6;
    font-size: 1.1em;
    letter-spacing: 1px;
}

@media (max-width: 1200px) {
    .bg_footer {
        padding: 4rem 2rem 2rem 2rem;
    }

    .row_left .topic_contact {
        text-align: center;
        font-size: 3.2em;
    }

    .table_contact {
        margin-left: auto;
        margin-right: auto;
    }

    .table_contact tr td.img_contact {
        text-align: right;
    }

    .table_contact tr td.txt_contact {
        padding-left: 1em;
        font-size: 1.1em;
    }

    #footer_md {
        margin: 0.8em auto 1.3em auto;
    }

    #footer_md .card {
        background-color: rgba(0, 0, 0, 0) !important;
        height: auto;
        border: none;
        box-shadow: none;
        max-width: 100%;
        width: 60vw;
        margin-left: auto;
        margin-right: auto;
    }

    #footer_md .card .card-header {
        font-weight: 400;
        background-color: rgba(0, 0, 0, 0) !important;
        border-bottom: 1.5px solid rgba(255, 255, 255, 0.5);
        transition: all .3s ease;
    }

    #footer_md .card .card-header h5 {
        font-size: 1.1em;
        letter-spacing: 1px;
        color: white;
        padding: 0.2rem 0rem;
    }

    #footer_md .card .card-header:hover {
        cursor: pointer;
        background-color: #E90E8B !important;
        color: white;
    }

    #footer_md .card .card-header[aria-expanded="true"] {
        background-color: #E90E8B !important;
        color: white;
    }

    #footer_md .footer-item {
        font-weight: 200;
        color: white;
        letter-spacing: 1px;
    }

    #footer_md .card .card-body {
        padding: 1rem 2.5rem;
        font-size: 1.1em;
        line-height: 2rem;
    }

    #footer_md .card .card-body li {
        color: white;
    }

    .topic_social {
        font-size: 2.1em;

        font-weight: 400;
    }

    .box_social img {
        width: auto;
        max-height: 20px;
    }

    /*---- copyright ----*/
    .copyright {
        padding: 1.4rem 1rem;
        text-align: center;
        line-height: 1.8rem;
    }
}

@media (max-width: 768px) {
    .row_left .topic_contact {
        font-size: 2.8em;
    }

    #footer_md .card {
        width: 80vw;
    }

    #footer_md .card .card-header h5 {
        font-size: 1.15em;
        padding: 0.15rem 0rem;
    }

    #footer_md .card .card-body {
        padding: 0.9rem 2.5rem;
        font-size: 1.1em;
    }
}

@media (max-width: 576px) {
    .table_contact tr td.img_contact img {
        width: 100%;
        max-width: 45px;
        min-width: 35px;
    }

    .table_contact tr td.txt_contact {
        padding-left: 0.5em;
        font-size: 1em;
    }

    #footer_md .card {
        width: 100vw;
    }

    #footer_md .card .card-header h5 {
        font-size: 1.1em;
        padding: 0.1rem 0rem;
    }

    #footer_md .card .card-body {
        padding: 0.5rem 2.5rem;
        font-size: 1em;
    }

    .box_social img {
        width: auto;
        max-height: 20px;
    }

    /*--- copyright---*/
    .copyright {
        padding: 1.3rem 0.5rem;
        line-height: 1.5rem;
    }

    .copyright span {
        font-size: 0.9em;
    }
}

@media (max-width: 420px) {
    .bg_footer {
        padding: 1.5rem 1rem 1rem 1rem;
    }

    .col_social:first-child {
        padding: 0px .5rem 0px 0px;
    }

    .col_social {
        padding: 0px 0.7rem;
    }
}

/* CSS for policy_message box */
#policy_message {
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 1rem;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
    margin: auto 30px 20px 30px;
    width: calc(100vw - 60px);
    /* width: 100%; */
    position: fixed;
    bottom: 0px;
    z-index: 97;
    background-color: white;
    color: #868585;
    font-size: 1rem;
}

#policy_message a {
    color: #E90E8B;
    text-decoration: none;
}

#policy_message a:hover {
    color: #2e2f7a;
}

/* Back to top style ----------------------------------------------------------- */
#back2Top {
    width: 50px;
    height: 50px;
    /* line-height: 60px; */
    overflow: hidden;
    z-index: 10;
    display: none;
    cursor: pointer;
    position: fixed;
    /* Mit edit */
    padding: 3px 0px 0px 0px;
    right: 20px;
    border-radius: 10px;
    border: 1px solid #2e2f7a;
    box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.16);
    background-color: rgba(255, 255, 255, 1);
    /* .end Mit edit */
    color: black;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    transition: all 0.35s ease;
}

#back2Top:hover {
    background-color: #fafafa;
    color: #f69321;
    border: 1px solid #f69321;
}
