/* 
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 */
::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #e6007f;
  }
  
  ::selection {
    color: #ffffff;
    background: #e6007f;
  }

  #header1 a:hover{
    color : #cecece !important;
}

  #header1 a{
    color: #ffffff !important;
  }

#wpforms-submit-5667 {
    background-color: var( --e-global-color-primary ) !important;
    border : solid 1px #FFFFFF;
}

#wpforms-submit-5667:hover{
    background-color: #FFFFFF !important;
    border : solid 1px var( --e-global-color-primary );
    color : var( --e-global-color-primary ) !important;
    background: none !important;
}

.soustitreheader{
    font-size: 23px !important;
    line-height: 34.5px !important;
}