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


/* HEADER */
.enov_menu_container ul li:last-child a
{
  padding: 10px !important;
  background-color: #c50d41;
  border-radius: 50px;

  color: white !important;
}

/* FOOTER */
.gform-footer-newsletter form {
  display: flex;
  gap: 10px;
}

/* FORM FOOTER NEWSLETTER */
.gform-footer-newsletter .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .gform-footer-newsletter {
    width: 100%;
  }

  
  .gform-footer-newsletter form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: end;
  }

  .gform-footer-newsletter .gform-body {
    width: 100%;
  }
}


/* Btn */
.enov_btn_custom a
{
  width: 120px !important;
  height: 120px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
}

.flex-auto-width {
  flex: 1 !important;
}


/* Btn Actualites */
.enov_btn_custom2 a
{
  width: 100px !important;
  height: 100px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px !important;
}