/*
Theme Name:     Wordpress Elementor Child
Theme URI:      http://example.com/twenty-fifteen-child/
Description:    Thème Wordpress Elementor
Author:         Net#Tic
Author URI:     https://www.net-tic.net
Template:       wordpress-elementor
Version:        1.0.0
Text Domain:    wordpresselementor
*/



@keyframes ondulate {
    0% {
        opacity: .8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

.elementor-custom-embed-image-overlay:after {
    content: "";
    animation: ondulate 3s linear infinite;
    display: block;
    border-radius: 100%;
    background: white;
    position: absolute;
    inset: 0;
    /*transform: scale(0.4);*/
    z-index: -1;
}

.elementor-location-footer .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    white-space: normal!important;
}