/* --------------------------------------
            START FOOTER
-------------------------------------- */
footer.footer {
    display: none;
    width: 100%;
    height: auto;
}

div.wave_footer {
    max-height: 300px;
}

div.background_footer {
    width: 100%;
    height: auto;
    background-color: #821fa0;
    padding-bottom: 100px;
}

div.footer_logo_contact {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.footer_logo {
    width: 60px;
}

        /* --------------------------------------
                START CONTAINER ANCRE UP
        -------------------------------------- */
        div.logo_up {
            position: absolute;
            top: 0;
            right: 0;
            margin: 30px 12px 0 0;
        }

        div.logo_up img{
            width: 40px;
            transform: rotate(-90deg);
        }

        div.container_ancre_up {
            position: relative;
            width: 100%;
            height: auto;
            margin-top: 50px;
            border-radius: 10px;
            background-color: #89439ecc;
        }

        div.ancre_up {
            width: 100%;
            height: auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        div.ancre_up_others_pages div.ancre_up {
            display: none;
        }

        div.ancre_up div {
            padding: 40px 20px;
        }

        div.ancre_up a.link_ancre {
            font-size: 20px;
            color: #fff;
            text-decoration: none;
            transition: transform .3s ease-in;
            position: relative;
        }

        div.ancre_up a.link_ancre::before {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 0%;
            height: 5px;
            background-color: #f3f4f6;
            transition: width 0.3s ease-in;
        }

        div.ancre_up a.link_ancre:hover::before {
            width: 100%;
        }

        @media only screen and (max-width: 992px) {
            div.ancre_up div {
                padding: 20px 20px;
            }

            div.logo_up img{
                width: 25px;
            }

            div.ancre_up a.link_ancre {
                font-size: 16px;
            }
        }

        @media only screen and (max-width: 768px) {
            div.ancre_up {
                flex-direction: column;
                align-items: flex-start;
            }

            div.ancre_up div {
                padding: 10px 0;
            }
        }
        /* --------------------------------------
                END CONTAINER ANCRE DOWN
        -------------------------------------- */


        /* --------------------------------------------------------------- */


        /* --------------------------------------
                START LOGO SOCIAL FOOTER
        -------------------------------------- */
        div.logo_social_footer {
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

        a.link_logo_social_footer {
            background-color: #fff;
            border-radius: 50%;
            padding: 15px;
            margin: 40px 5px;
        }

        a.link_logo_social_footer img{
            width: 25px;
        }

        @media only screen and (max-width: 992px) {
            div.logo_up {
                margin: 20px 12px 0 0;
            }

            a.link_logo_social_footer {
                padding: 10px;
                margin: 20px 5px;
            }
        }

        @media only screen and (max-width: 768px) {
            div.logo_up {
                margin: 10px 12px 0 0;
            }

            a.link_logo_social_footer {
                margin: 10px 5px 20px 0;
            }
        }
        /* --------------------------------------
                END LOGO SOCIAL FOOTER
        -------------------------------------- */


        /* --------------------------------------------------------------- */


        /* --------------------------------------
                START LINE FOOTER
        -------------------------------------- */
        div.footer_line {
            width: 80%;
            height: 5px;
            display: block;
            margin: auto;
            background-color: #f3f4f6;
        }
        /* --------------------------------------
                END LINE FOOTER
        -------------------------------------- */


        /* --------------------------------------------------------------- */


        /* --------------------------------------
                START COPYRIGHT LEGAL
        -------------------------------------- */
        div.footer_copyright_legal {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin: 40px 0 0 0;
            padding-bottom: 40px;
        }

        div.footer_copyright_legal div {
            margin: 0 15px;
        }

        div.footer_copyright_legal div a {
            font-size: 16px;
            color: #fff;
            text-decoration: none;
        }

        @media only screen and (max-width: 992px) {
            div.footer_copyright_legal {
                margin: 20px 0 0 0;
                padding-bottom: 20px;
            }

            div.footer_copyright_legal div a {
                font-size: 14px;
            }
        }

        @media only screen and (max-width: 768px) {
            div.footer_copyright_legal {
                flex-direction: column;
                align-items: flex-start;
            }

            div.footer_copyright_legal div {
                margin: 5px 0;
            }
        }
        /* --------------------------------------
                END COPYRIGHT LEGAL
        -------------------------------------- */




























/* --------------------------------------
            END FOOTER
-------------------------------------- */



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

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

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

@media only screen and (max-width: 992px) {
    div.container.container_footer,
    div.container.container_ancre_up {
        max-width: 100%;
    }

    div.footer_logo {
        width: 50px;
    }
}

@media only screen and (max-width: 768px) {
    div.footer_logo {
        width: 40px;
    }
}

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