/* 
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 */


.red-text-bold strong {
  color: #d61a2b !important;
}

.container-cards-valeurs .card-valeurs {
  background: #f0f0f0;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
}

.container-cards-valeurs .card-valeurs * {
  color: black !important;
}

.cf7-grid .cf7-row {
  margin-bottom: 18px;
}

.cf7-grid label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.cf7-grid input[type="text"],
.cf7-grid input[type="email"],
.cf7-grid input[type="tel"],
.cf7-grid input[type="number"],
.cf7-grid select,
.cf7-grid textarea {
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #f6f6f6;
  box-sizing: border-box;
}

.cf7-grid textarea {
  min-height: 220px;
  resize: vertical;
}

.cf7-grid input[type="submit"] {
  padding: 10px 25px;
  border: 0;
  background: #D61A2B;
  color: white !important;
  border-radius: 99999px;
  cursor: pointer;
}


footer p,
footer a {
  color: white !important;
}

@media screen and (min-width: 1024px) {
  body.page-id-36 header#masthead {
    position: absolute !important;
    background: transparent;
    background-color: transparent;
    width: 100%;
  }

  body.page-id-36 header#masthead .menu-item a.hfe-menu-item {
    color: white !important;
  }

  .hfe-nav-menu{
    margin-right: 0 !important;
    margin-left: auto !important;
  }
}

.wpcf7-response-output{
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  border-radius: 0 !important;
}