/* Generated by split-polish.py — do not edit directly.
   Source : polish.css. Regenerate by re-running the split script. */

/* ============================================================
   Accessibility — contrast WCAG AA
   ============================================================ */
/* All blue brand buttons : navy bg + white text for WCAG AA */
.elementor-element-8e2b769 .elementor-button,
.elementor-element-8e2b769 .elementor-element-08ff1b9 .elementor-button,
.elementor-element-ab77c09 .pt-button,
.elementor-element-fa318b5 .pt-button,
.pt-subscribe-from .bl-newsletter-form button {

  background-color: #2C3E50 !important;
  color: #FFFFFF !important;

}
.elementor-element-8e2b769 .elementor-button:hover,
.elementor-element-ab77c09 .pt-button:hover,
.elementor-element-fa318b5 .pt-button:hover,
.pt-subscribe-from .bl-newsletter-form button:hover {

  background-color: #1F2D3D !important;

}
/* Footer phone/email touch targets — min 44px hit area */
.pt-footer-style-1 .pt-contact li a {

  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 6px 0;

}
/* Footer contact email — éviter la troncature (redesign complet plus bas) */
.pt-footer-style-1 .pt-contact li {
 word-break: break-word; 
}
.pt-subscribe-from .bl-newsletter-form input:focus-visible,
.pt-subscribe-from .bl-newsletter-form button:focus-visible {

  outline-color: #89ADC9 !important;

}
/* Footer phone block — caché tant que le vrai numéro n'est pas fourni
   (pqf_options.phone vidée en parallèle dans la BDD) */
.pt-footer-style-1 .pt-contact li.pt-contact-phone:empty,
.pt-footer-style-1 .pt-contact li:has(a[href^="tel:+33600"]),
.pt-footer-style-1 .pt-contact li:has(a[href="tel:"]) {
 display: none !important; 
}
/* Newsletter section : réduire H5 40→28, ajouter sous-titre, améliorer layout */
.pt-subscribe {

  padding: 72px 0 !important;
  background: linear-gradient(135deg, #2C3E50 0%, #1F2D3D 100%) !important;
  position: relative;

}
.pt-subscribe::before {

  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(137, 173, 201, 0.3), transparent);

}
.pt-subscribe h5,
.pt-subscribe h3 {

  font-size: 28px !important;
  font-family: 'Kumbh Sans', sans-serif !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  line-height: 1.25 !important;
  margin: 0 0 8px !important;

}
.pt-subscribe .pt-subscribe-details::after {

  content: 'Recevez chaque mois mes conseils nutrition inspirés des zones bleues.';
  display: block;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin-top: 4px;
  font-weight: 400;

}
.pt-subscribe .bl-newsletter-form {

  display: flex;
  align-items: stretch;
  gap: 8px;
  max-width: 520px;
  margin-left: auto;
  padding: 6px;
  border-radius: 999px;
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);

}
.pt-subscribe .bl-newsletter-form input[type="email"] {

  flex: 1 1 auto;
  border: none;
  background: transparent;
  padding: 14px 22px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #2C3E50;
  min-width: 0;
  border-radius: 999px 0 0 999px;
  outline: none;

}
.pt-subscribe .bl-newsletter-form input[type="email"]::placeholder {

  color: #8A99A8;

}
.pt-subscribe .bl-newsletter-form input[type="email"]:focus {

  box-shadow: 0 0 0 3px rgba(137, 173, 201, 0.3) inset;

}
.pt-subscribe .bl-newsletter-form button {

  background: #2C3E50 !important;
  color: #FFFFFF !important;
  border: none !important;
  padding: 14px 28px !important;
  font-family: 'Kumbh Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.2s ease;
  border-radius: 999px !important;
  white-space: nowrap;

}
.pt-subscribe .bl-newsletter-form button:hover {

  background: #1F2D3D !important;

}
.pt-subscribe .bl-newsletter-form button:focus-visible {

  outline: 3px solid #89ADC9;
  outline-offset: -3px;

}
.pt-subscribe .bl-newsletter-msg {

  max-width: 520px;
  margin: 14px 0 0 auto;
  padding: 12px 18px;
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  animation: bl-nl-msg-in 0.35s ease-out;

}
.pt-subscribe .bl-newsletter-msg.is-success {

  background: rgba(137, 173, 201, 0.18);
  color: #FFFFFF;
  border: 1px solid rgba(137, 173, 201, 0.6);

}
.pt-subscribe .bl-newsletter-msg.is-error {

  background: rgba(231, 76, 60, 0.15);
  color: #FFFFFF;
  border: 1px solid rgba(231, 76, 60, 0.6);

}
@keyframes bl-nl-msg-in {

  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }

}
@media (prefers-reduced-motion: reduce) {

  .pt-subscribe .bl-newsletter-msg { animation: none; }

}
@media (max-width: 991px) {
  .pt-subscribe {

    padding: 56px 0 !important;
  
  }
}
@media (max-width: 991px) {
  .pt-subscribe h5,
  .pt-subscribe h3 {

    font-size: 24px !important;
    text-align: center;

  }
}
@media (max-width: 991px) {
  .pt-subscribe .pt-subscribe-details {

    text-align: center;
    margin-bottom: 24px;
  
  }
}
@media (max-width: 991px) {
  .pt-subscribe .bl-newsletter-form {

    margin: 0 auto;
  
  }
}
@media (max-width: 600px) {
  .pt-subscribe {

    padding: 40px 0 !important;
  
  }
}
@media (max-width: 600px) {
  .pt-subscribe h5,
  .pt-subscribe h3 {

    font-size: 22px !important;

  }
}
@media (max-width: 600px) {
  .pt-subscribe .bl-newsletter-form {

    flex-direction: column;
    border-radius: 16px;
    background: transparent;
    box-shadow: none;
    gap: 12px;
  
  }
}
@media (max-width: 600px) {
  .pt-subscribe .bl-newsletter-form input[type="email"] {

    background: #FFFFFF;
    border-radius: 999px;
    text-align: center;
  
  }
}
@media (max-width: 600px) {
  .pt-subscribe .bl-newsletter-form button {

    border-radius: 999px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  
  }
}
/* Footer top : fond navy + spacing cohérent */
.pt-footer-style-1 .pt-footer-top {

  background: #1F2D3D !important;
  padding: 72px 0 48px !important;

}
@media (max-width: 991px) {
  .pt-footer-style-1 .pt-footer-top {

    padding: 56px 0 32px !important;
  
  }
}
/* Widget titles (Navigation, Services, Contact) : harmonisation */
.pt-footer-top .widget h4,
.pt-footer-top .widget .footer-title,
.pt-footer-top .widget .widget-title,
.pt-footer-top .widget .widgettitle {

  font-family: 'Kumbh Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 20px !important;
  padding: 0 !important;
  position: relative;
  padding-bottom: 14px !important;

}
.pt-footer-top .widget h4::after,
.pt-footer-top .widget .footer-title::after,
.pt-footer-top .widget .widget-title::after {

  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: #89ADC9;
  border-radius: 2px;

}
/* Logo column : description text color, line-height */
.pt-footer-top .widget > p,
.pt-footer-top .widget .pt-footer-desc {

  color: rgba(255, 255, 255, 0.75) !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.75 !important;
  margin-bottom: 24px !important;

}
/* Footer nav menus (nav_menu widgets col 2 & 3) : link styling */
.pt-footer-top .menu,
.pt-footer-top ul.menu,
.pt-footer-top .widget_nav_menu ul,
.pt-footer-top .menu-main-menu-container ul {

  list-style: none;
  padding: 0;
  margin: 0;

}
.pt-footer-top .widget_nav_menu li,
.pt-footer-top .menu-main-menu-container li,
.pt-footer-top .menu li {

  margin: 0;
  padding: 0;

}
.pt-footer-top .widget_nav_menu li a,
.pt-footer-top .menu-main-menu-container li a,
.pt-footer-top .menu li a {

  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 0;
  font-family: var(--e-global-typography-text-font-family, "Montserrat"), sans-serif !important;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;

}
.pt-footer-top .widget_nav_menu li a::before,
.pt-footer-top .menu-main-menu-container li a::before,
.pt-footer-top .menu li a::before {

  content: '›';
  margin-right: 10px;
  color: #89ADC9;
  font-weight: 700;
  font-size: 18px;
  transition: transform 0.2s ease;
  display: inline-block;

}
.pt-footer-top .widget_nav_menu li a:hover,
.pt-footer-top .menu-main-menu-container li a:hover,
.pt-footer-top .menu li a:hover {

  color: #FFFFFF !important;

}
.pt-footer-top .widget_nav_menu li a:hover::before {

  transform: translateX(3px);

}
.pt-footer-top .widget_nav_menu li a:focus-visible {

  outline: 2px solid #89ADC9;
  outline-offset: 2px;

}
/* Contact widget : liste items */
.pt-footer-top .pt-contact li {

  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;

}
.pt-footer-top .pt-contact li i {

  color: #89ADC9;
  font-size: 16px;
  margin-right: 12px;
  margin-top: 4px;
  width: 20px;
  flex-shrink: 0;

}
.pt-footer-top .pt-contact li a {

  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 4px 0;
  transition: color 0.2s ease;

}
.pt-footer-top .pt-contact li a:hover {

  color: #FFFFFF !important;
  text-decoration: underline;

}
/* Social icons : cercles modernes navy avec hover effect */
.pt-footer-social ul {

  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;

}
.pt-footer-social li {

  margin: 0;
  padding: 0;

}
.pt-footer-social a {

  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(137, 173, 201, 0.3);
  color: #FFFFFF !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;

}
.pt-footer-social a:hover {

  background: #89ADC9;
  border-color: #89ADC9;
  transform: translateY(-2px);

}
.pt-footer-social a:focus-visible {

  outline: 2px solid #FFFFFF;
  outline-offset: 3px;

}
.pt-footer-social a i {

  font-size: 16px;

}
/* Copyright bar : séparateur + centrage + layout correct */
.pt-copyright-footer {

  background: #1F2D3D !important;
  padding: 24px 0 !important;
  border-top: 1px solid rgba(137, 173, 201, 0.15);

}
.pt-copyright-footer .pt-copyright {

  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;

}
@media (max-width: 600px) {
  .pt-copyright-footer {

    padding: 20px 0 !important;
  
  }
}
@media (max-width: 600px) {
  .pt-copyright-footer .pt-copyright {

    font-size: 12px;
    padding: 0 16px;
  
  }
}
/* Logo image : taille uniforme */
.pt-footer-logo {

  max-width: 180px;
  height: auto;
  margin-bottom: 20px;
  display: block;

}

/* Sidebar offcanvas + footer contact widget : email + tel links → Montserrat */
.pt-sidebar-block .pt-contact li,
.pt-sidebar-block .pt-contact li a,
.pt-sidebar-block .pt-contact li a span,
.pt-footer-top .pt-contact li,
.pt-footer-top .pt-contact li a,
.pt-footer-top .pt-contact li a span {
  font-family: var(--e-global-typography-text-font-family, "Montserrat"), sans-serif !important;
  font-size: 14px !important;
}
