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


/* Newsletter style */
/* Conteneur aligné comme Elementor */
.tnp.tnp-subscription form {
  display: flex;
  flex-wrap: no-wrap !important;
  justify-content:center !important;
}
div.tnp-subscription, form.tnp-subscription, form.tnp-profile {	
  margin: 0 !important;
}
@media (max-width: 767px) {
	.elementor-element-51ab19c .elementor-shortcode {
	  display: flex;
      justify-content: center;
	}
}
/* Champ email */
.tnp-field-email input.tnp-email {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #989E76;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  background: transparent;
  color: #636A2F;
  box-sizing: border-box;

  /* Typographie */
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.tnp-email::placeholder {
  color: #989E76;
  opacity: 0.8;
}

/* Focus */
.tnp-field-email input.tnp-email:focus {
  outline: none;
  border-color: #989E76;
}

/* Bouton d'envoi */
.tnp-submit {
  padding: 12px 15px !important;
  border: 2px solid #989E76 !important;
  border-left: 0 !important;
  border-radius: 0 4px 4px 0 !important;
  background-color: #38442C !important;
  color: #FFFFFF !important;
  cursor: pointer !important;

  /* Typographie */
  font-family: "Work Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 120% !important;
  letter-spacing: 0.36px !important;
  text-transform: uppercase !important;

  transition: background-color 0.3s ease !important;
}

/* Hover bouton */
.tnp-submit:hover {
  background-color: #989E76 !important;
}

/* Supprimer le label natif */
.tnp-field-email label {
  display: none;
}

/* Flex pour garder input + bouton alignés desktop */
.tnp-field {
  flex: 1 1 auto;
}
.tnp-field-button {
  flex: 0 0 auto;
}

/* Mobile : champ + bouton en colonne */
@media (max-width: 768px) {
  .tnp.tnp-subscription form {
    flex-direction: row;
    align-items: center !important;
  }
  .tnp-submit {
    width: 100%;
    border-radius: 4px;
    border-left: 2px solid #989E76;
    margin-top: 10px;
  }
}


/* Formulaire style */
.form-jetformbuilter fieldset {
	border: none !important;
}
.form-jetformbuilter fieldset p{
	margin-bottom: 0 !important;
}