/* --------------------------------------
        START BOUTON CONTACT FOOTER
-------------------------------------- */
div.button_footer p {
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    z-index: 1;
    overflow: hidden;
    transition: transform .3s ease-out;
}

div.button_footer p:hover {
    border: 1px solid #f3f4f6;
    color: #821fa0;
}

div.button_footer p::before {
    background: #f3f4f6;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: right;
    transition: transform .3s ease-out;
    z-index: -1;
}

div.button_footer p:hover::before {
    transform: scaleY(1);
    transform-origin: left;
}

@media only screen and (max-width: 992px) {
    div.button_footer p {
        padding: 8px 35px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    div.button_footer p {
        font-size: 16px;
    }
}
/* --------------------------------------
        END BOUTON CONTACT FOOTER
-------------------------------------- */


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



/* --------------------------------------
        START BOUTON SOCIAL
-------------------------------------- */
div.menu-social-link a {
    position: relative;
    display: inline-block;
    border: 1px solid #f3f4f6;
    border-radius: 50px;
    /*padding: 10px 50px;*/
    text-align: center;
    color: #fff;
    z-index: 1;
    overflow: hidden;
    transition: transform .3s ease-out;
}

div.menu-social-link a:hover {
    border: 1px solid #f3f4f6;
    color: #821fa0;
}

div.menu-social-link a::before {
    background: #f3f4f6;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: right;
    transition: transform .3s ease-out;
    z-index: -1;
}

div.menu-social-link a:hover::before {
    transform: scaleY(1);
    transform-origin: left;
}
/* --------------------------------------
        END BOUTON SOCIAL
-------------------------------------- */


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


/* --------------------------------------
        START BOUTON VUE PROJETS
-------------------------------------- */
div.button_vue_projets p {
    position: relative;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 20px;
    text-align: center;
    color: #000;
    z-index: 1;
    overflow: hidden;
    transition: transform .3s ease-out;
}

div.button_vue_projets p:hover {
    border: 1px solid #f3f4f6;
    color: #821fa0;
}

div.button_vue_projets p::before {
    background: #f3f4f6;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: right;
    transition: transform .3s ease-out;
    z-index: -1;
}

div.button_vue_projets p:hover::before {
    transform: scaleY(1);
    transform-origin: left;
}

@media only screen and (max-width: 992px) {
    div.button_vue_projets p {
        padding: 8px 35px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    div.liens_lignes_codes {
        display: flex;
        flex-direction: column;
    }

    div.button_vue_projets p {
        font-size: 16px;
        width: 200px;
    }
}
/* --------------------------------------
        END BOUTON VUE PROJETS
-------------------------------------- */









@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) {
    
}

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

}

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