/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



@keyframes blink {
            0% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }        
#startBlink a {
            animation: blink 2s steps(1) infinite;
        }

/*couleur de texte du menu*/

#menuid ul li a{
	color: #009640;
}

#menuid ul li:first-child a{
	color: #be1522;
}


#menuid ul li:last-child a{
	color:#2b2e83;
}

#commentaire a{
	color: #009640;
}

#commentaire input{
	color: #009640;
	border-color:#009640;
}

#texte p:first-child:first-letter {
  font-size: 3em;
  font-weight: bold;
}


#texte a{
	color:#009640;
}

#texte a:over{
	color:#009640;
}