/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


#calculatrice {
}
#calculatrice .inputFields {
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-radius: 50px 50px 50px 50px;
    padding: 30px 30px;

}

#calculatrice label {
  text-transform: uppercase;
  color: #72AF38;
  font-family: "Alcefun", Sans-serif;
  font-weight: 600;
}


#calculatrice input  {
  border: none;
  border-top: 2px #72AF38 solid;
  border-radius: 0px;
}

#calculatrice #submit_calc{
  text-transform: uppercase;
  font-family: "Alcefun", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #72AF38;
  border-radius: 100px 100px 100px 100px;
  padding: 10px 35px;
  border: 1px #72AF38 solid;
  display: inline-block;
}
#calculatrice #submit_calc:focus,
#calculatrice #submit_calc:hover {
  background: #72AF38;
  color: #FFF;
}

#calculatrice .submit {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

#calculatrice input:disabled {
    cursor: default;
    background-color:#FFF;
    color: #000;
    border: none;
}
