/*
Theme Name: Hello Elementor Child theme of hello-elementor
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Equipe Elementor</a>
Author URI: 
Template: hello-elementor
Version: 2.7.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 20 Apr 2023 17:59:58 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

body{
	position:relative;
}

#linkdev {
    display: block;
    position: absolute;
    left: 1.3%;
    opacity: 0.1;
    transition: all 0.5s;
    color: #6c6c6c;
    text-decoration: none;
    z-index: 99999;
    bottom: 0.3%;
    font-size: 10px;
}
#linkdev:hover{
	opacity:1;
}
