/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Thème enfant de Hello Elementor
Author: L’Agence Frappante
Author URI: https://lagence-frappante.fr/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-child
*/


footer{
    position: relative;
}
footer:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
right: 0;
bottom: 0;
background-image: url("data:image/svg+xml,%3Csvg width='600' height='600' viewBox='0 0 600 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='600,0 600,600 0,600' fill='%23C8D400'/%3E%3Cpolygon points='600,100 600,600 100,600' fill='%23E91E8C' opacity='.5'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
background-position: right bottom;
opacity: 0.05;
}
footer .e-con-inner{
    z-index: 2;
}
