/* 
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 */
/* Montserrat — latin-ext (accents, caractères spéciaux) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/montserrat-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Montserrat — latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/montserrat-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Inter — latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Inter — latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  /* Verts (couleurs de marque) */
  --vert-profond: #243e2e;
  --vert-moyen: #50735e;
  --vert-pale: #8eb99d;
  --vert-profond-dark: #1a2d21;
  /*hover*/
  /* Briques (couleurs secondaires) */
  --brique: #92483b;
  --brique-moyen: #b44d42;
  --brique-leger: #f9cdc3;
  /* États système */
  /* ⚠️ À utiliser uniquement pour messages système, 
     feedback utilisateur et états — NE PAS utiliser comme couleurs de marque. */
  --info: #00709d;
  --succes: #50735e;
  --attention: #ffbe00;
  --erreur: #92483b;
  /* INFO */
  --info-bg: #e6f1f5;
  /* fade 10% */
  --info-text: #002d3f;
  /* darken 30% */
  /* SUCCES */
  --succes-bg: #eef1ef;
  /* fade 10% */
  --succes-text: #213027;
  /* darken 20% */
  /* ATTENTION */
  /* On utilise 15% de fade ici comme dans ton code */
  --attention-bg: #fff8e6;
  /* fade 15% */
  --attention-text: #332600;
  /* darken 40% (très foncé pour la lisibilité) */
  /* ERREUR */
  --erreur-bg: #f4eceb;
  /* fade 10% */
  --erreur-text: #3f1f19;
  /* darken 20% */
  /* Versions Dark (-8%) pour les états :hover ou bordures */
  --info-dark: #004e6e;
  --succes-dark: #395243;
  --attention-dark: #d6a000;
  --erreur-dark: #6d362c;
  /* Neutres */
  --blanc: #ffffff;
  --blanc-casse: #eef0f2;
  --text-medium: #474747;
  --text: #272727;
  --noir: #272727;
  --tec-color-icon-focus: var(--vert-profond);
  --tec-color-event-icon-hover: var(--vert-profond);
  --tec-color-accent-primary: var(--vert-profond);
  --tec-color-accent-primary-hover: var(--vert-moyen);
  --tec-color-accent-primary-active: var(--vert-moyen);
  --tec-border-radius-default: 0;
  --tec-color-accent-primary-background: var(--vert-pale);
  --tec-color-accent-secondary-background: var(--vert-pale);
  --tec-color-background-primary-multiday: var(--vert-pale);
  --tec-color-background-primary-multiday-hover: var(--vert-pale);
}
.elementor-kit-6 h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  font-weight: inherit;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--text);
  background-color: var(--blanc);
}
h1,
.h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text);
  text-transform: uppercase;
}
h1 b,
.h1 b,
h1 strong,
.h1 strong {
  font-weight: 700;
}
h1 i,
.h1 i {
  font-weight: 300;
}
h1.hero,
.h1.hero {
  font-size: 64px;
}
h2,
.h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--vert-profond);
}
h2 strong,
h2 b,
.h2 strong,
.h2 b {
  font-weight: 600;
}
h3,
.h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--vert-profond);
}
h4,
.h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--text);
}
h5,
.h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--text);
}
h6,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: var(--text-medium);
}
.label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-medium);
}
p,
.body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--text);
}
.chapo {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--text-medium);
}
.chapo-category {
  display: inline-block;
  background-color: rgb(from var(--blanc) r g b / 90%);
  padding: 32px 48px;
  text-align: center;
}
.chapo-category__breadcrumb {
  margin-bottom: 24px;
}
.chapo-category__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--vert-profond);
  margin-bottom: 16px;
}
.chapo-category__title b,
.chapo-category__title strong {
  font-weight: 700;
}
.chapo-category__text {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--text-medium);
}
.caption {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-medium);
}
a {
  color: var(--vert-moyen);
  text-decoration: none;
  transition: color 0.15s ease;
}
a:hover {
  color: var(--vert-profond);
}
a strong,
a b {
  font-weight: 700;
}
.btn-primary,
.elementor .e-button-base {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 16px 24px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
  background-color: var(--vert-profond);
  color: var(--blanc);
  border-color: var(--vert-profond);
}
.btn-primary:disabled,
.elementor .e-button-base:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.btn-primary:hover,
.elementor .e-button-base:hover {
  background-color: var(--vert-moyen);
  border-color: var(--vert-moyen);
  color: var(--blanc);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.btn-primary:active,
.elementor .e-button-base:active {
  background-color: var(--vert-profond-dark);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 16px 24px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
  background-color: transparent;
  color: var(--vert-profond);
  border-color: var(--vert-profond);
}
.btn-secondary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.btn-secondary:hover {
  background-color: var(--vert-profond);
  color: var(--blanc);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 16px 24px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
  background-color: transparent;
  color: var(--vert-moyen);
  border-color: transparent;
}
.btn-ghost:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.btn-ghost:hover {
  background-color: var(--blanc-casse);
  color: var(--vert-profond);
}
.btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 16px 24px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
  background-color: var(--erreur);
  color: var(--blanc);
  border-color: var(--erreur);
}
.btn-danger:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.btn-danger:hover {
  background-color: var(--erreur-dark);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.btn-lg {
  padding: 16px 48px;
  font-size: 16px;
}
.btn-sm {
  padding: 8px 12px;
  font-size: 12px;
}
.wp-block-button[class*="is-style-"] .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 16px 24px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none;
  box-shadow: none !important;
  border-radius: 0;
}
.wp-block-button[class*="is-style-"] .wp-block-button__link:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.wp-block-button.is-style-primary-dark .wp-block-button__link {
  background-color: var(--vert-profond);
  color: var(--blanc);
  border-color: var(--vert-profond);
}
.wp-block-button.is-style-primary-dark .wp-block-button__link:hover {
  background-color: var(--vert-moyen);
  border-color: var(--vert-moyen);
  color: var(--blanc) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}
.wp-block-button.is-style-primary-light .wp-block-button__link {
  background-color: var(--blanc);
  color: var(--vert-profond);
  border-color: var(--blanc);
}
.wp-block-button.is-style-primary-light .wp-block-button__link:hover {
  background-color: var(--vert-moyen);
  border-color: var(--vert-moyen);
  color: var(--blanc) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}
.wp-block-button.is-style-secondary-dark .wp-block-button__link {
  background-color: transparent;
  color: var(--vert-profond);
  border-color: var(--vert-profond);
}
.wp-block-button.is-style-secondary-dark .wp-block-button__link:hover {
  background-color: var(--vert-profond);
  color: var(--blanc);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}
.wp-block-button.is-style-secondary-light .wp-block-button__link {
  background-color: transparent;
  color: var(--blanc);
  border-color: var(--blanc);
}
.wp-block-button.is-style-secondary-light .wp-block-button__link:hover {
  background-color: var(--blanc);
  color: var(--vert-profond);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}
.wp-block-button.is-style-ghost-dark .wp-block-button__link {
  background-color: transparent;
  color: var(--vert-profond);
  border-color: transparent;
}
.wp-block-button.is-style-ghost-dark .wp-block-button__link:hover {
  background-color: var(--blanc-casse);
  color: var(--vert-profond);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}
.wp-block-button.is-style-ghost-light .wp-block-button__link {
  background-color: transparent;
  color: var(--blanc);
  border-color: transparent;
}
.wp-block-button.is-style-ghost-light .wp-block-button__link:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: var(--blanc);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}
.wp-block-button.is-style-info .wp-block-button__link {
  background-color: var(--info);
  color: var(--blanc);
  border-color: var(--info);
}
.wp-block-button.is-style-info .wp-block-button__link:hover {
  background-color: var(--info-dark);
  border-color: var(--info-dark);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  color: var(--blanc);
}
.wp-block-button.is-style-success .wp-block-button__link {
  background-color: var(--succes);
  color: var(--blanc);
  border-color: var(--succes);
}
.wp-block-button.is-style-success .wp-block-button__link:hover {
  background-color: var(--succes-dark);
  border-color: var(--succes-dark);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  color: var(--blanc);
}
.wp-block-button.is-style-warning .wp-block-button__link {
  background-color: var(--attention);
  color: var(--noir);
  border-color: var(--attention);
}
.wp-block-button.is-style-warning .wp-block-button__link:hover {
  background-color: var(--attention-dark);
  border-color: var(--attention-dark);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  color: var(--blanc);
}
.wp-block-button.is-style-danger .wp-block-button__link {
  background-color: var(--erreur);
  color: var(--blanc);
  border-color: var(--erreur);
}
.wp-block-button.is-style-danger .wp-block-button__link:hover {
  background-color: var(--erreur-dark);
  border-color: var(--erreur-dark);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  color: var(--blanc);
}
.alert-info {
  background-color: var(--info-bg);
  color: var(--info-text);
  border-color: var(--info);
}
.alert-succes {
  background-color: var(--succes-bg);
  color: var(--succes-text);
  border-color: var(--succes);
}
.alert-attention {
  background-color: var(--attention-bg);
  color: var(--attention-text);
  border-color: var(--attention);
}
.alert-erreur {
  background-color: var(--erreur-bg);
  color: var(--erreur-text);
  border-color: var(--erreur);
}
.card-category__image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.card-category__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.card-actu__image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.card-actu__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.card-actu-list__image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.card-actu-list__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.card-agenda__image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.card-agenda__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.card-category {
  overflow: hidden;
  transition: box-shadow 0.25s ease;
  background-color: var(--blanc);
}
.card-category:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.card-category__image {
  width: 100%;
  overflow: hidden;
}
.card-category__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.card-category:hover .card-category__image img {
  transform: scale(1.03);
}
.card-category__body {
  padding: 16px 24px;
}
.card-category__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.card-category__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--noir);
  margin: 0;
}
.card-category__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17L17 7M17 7H7M17 7V17' stroke='%23798E80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  transition: background-color 0.15s ease;
}
.card-category__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.card-actu__body {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.card-actu__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--noir);
  margin: 0;
}
.card-actu__excerpt {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--text);
  margin: 0;
}
.card-actu__date {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-medium);
  margin: 0;
}
.card-actu-list__body {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card-actu-list__date {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-medium);
  margin: 0;
}
.card-actu-list__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}
.card-actu-list__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--noir);
  margin: 0;
}
.card-actu-list__excerpt {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: var(--text);
  margin: 0;
}
.card-actu-list__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.card-agenda__image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}
.card-agenda__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card-agenda__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
}
.card-agenda__meta {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blanc);
}
.card-agenda__meta p {
  margin: 0;
}
.card-category__body {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card-category__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
}
.card-category__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--noir);
  margin: 0;
}
.card-category__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 12px;
  border: 1px solid var(--text-medium);
  color: var(--text-medium);
  transition: color 0.15s ease, border-color 0.15s ease;
}
.tag:hover {
  color: var(--vert-moyen);
  border-color: var(--vert-moyen);
}
.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--vert-moyen);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
.breadcrumb__item {
  color: var(--vert-moyen);
  text-decoration: none;
  transition: color 0.15s ease;
}
.breadcrumb__item:hover {
  color: var(--vert-profond);
}
.breadcrumb__item--active {
  color: var(--vert-moyen);
  font-weight: 500;
  pointer-events: none;
}
.breadcrumb__separator {
  color: var(--vert-moyen);
  user-select: none;
}
.text-vert-profond {
  color: var(--vert-profond);
}
.text-vert-moyen {
  color: var(--vert-moyen);
}
.text-brique {
  color: var(--brique);
}
.text-gris {
  color: var(--text-medium);
}
.text-blanc {
  color: var(--blanc);
}
.bg-vert-profond {
  background-color: var(--vert-profond);
}
.bg-vert-pale {
  background-color: var(--vert-pale);
}
.bg-gris-clair {
  background-color: var(--blanc-casse);
}
.bg-brique-leger {
  background-color: var(--brique-leger);
}
.bg-blanc {
  background-color: var(--blanc);
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-5 {
  margin-top: 24px;
}
.mt-6 {
  margin-top: 32px;
}
.mt-7 {
  margin-top: 48px;
}
.mt-8 {
  margin-top: 64px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 24px;
}
.mb-6 {
  margin-bottom: 32px;
}
.mb-7 {
  margin-bottom: 48px;
}
.mb-8 {
  margin-bottom: 64px;
}
.pt-1 {
  padding-top: 4px;
}
.pt-2 {
  padding-top: 8px;
}
.pt-3 {
  padding-top: 12px;
}
.pt-4 {
  padding-top: 16px;
}
.pt-5 {
  padding-top: 24px;
}
.pt-6 {
  padding-top: 32px;
}
.pt-7 {
  padding-top: 48px;
}
.pt-8 {
  padding-top: 64px;
}
.pb-1 {
  padding-bottom: 4px;
}
.pb-2 {
  padding-bottom: 8px;
}
.pb-3 {
  padding-bottom: 12px;
}
.pb-4 {
  padding-bottom: 16px;
}
.pb-5 {
  padding-bottom: 24px;
}
.pb-6 {
  padding-bottom: 32px;
}
.pb-7 {
  padding-bottom: 48px;
}
.pb-8 {
  padding-bottom: 64px;
}
.nav-wrap {
  background: #fff;
  position: relative;
  z-index: 100;
}
/* DESKTOP */
.nav-top,
.thematiques {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  border-bottom: 1px solid #eee;
  max-width: 1200px;
  margin: 0 auto;
}
.logo-wrap {
  display: flex;
  align-items: center;
}
.logo-wrap a,
.home-link {
  display: flex;
}
.logo-svg {
  width: 80px;
  height: 80px;
}
.nav-links {
  display: flex;
}
.nav-item {
  padding: 0 18px;
  min-height: 60px;
  border-left: 1px solid #e0e0e0;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nav-item:first-child {
  border-left: none;
}
.nav-item .nav-title {
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-item .nav-title a {
  text-decoration: none;
}
.nav-item .nav-sub {
  font-size: 14px;
  color: #555;
  margin-top: 1px;
  line-height: 1.2em;
}
.nav-item:hover .nav-title {
  color: #243E2E;
}
.caret {
  background: none;
  border: none;
  padding: 0 2px;
  cursor: pointer;
  font-size: 9px;
  color: #999;
  transition: transform 0.2s, color 0.2s;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  vertical-align: middle;
}
.nav-item:hover .caret {
  color: #243E2E;
}
.nav-item.has-mega {
  cursor: pointer;
  user-select: none;
}
.nav-item.has-mega:hover .nav-title {
  color: #243E2E;
}
.nav-item.has-mega:hover .caret {
  color: #243E2E;
}
.nav-item.has-mega:hover .caret {
  transform: none;
}
.nav-item.mega-active .caret {
  transform: rotate(180deg);
  color: #243E2E;
}
.nav-item.mega-active .nav-title {
  color: #243E2E;
}
.nav-item.current-menu-item,
.nav-item.current-menu-ancestor,
.nav-item.current-menu-parent,
.nav-item.current_page_item,
.nav-item.current_page_ancestor,
.nav-item.current_page_parent {
  background: rgba(80, 115, 94, 0.1);
}
.nav-item.current-menu-item .nav-title,
.nav-item.current-menu-ancestor .nav-title,
.nav-item.current-menu-parent .nav-title,
.nav-item.current_page_item .nav-title,
.nav-item.current_page_ancestor .nav-title,
.nav-item.current_page_parent .nav-title {
  color: #243E2E;
}
.nav-item.current-menu-item .caret,
.nav-item.current-menu-ancestor .caret,
.nav-item.current-menu-parent .caret,
.nav-item.current_page_item .caret,
.nav-item.current_page_ancestor .caret,
.nav-item.current_page_parent .caret {
  color: #243E2E;
}
.nav-wrap-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
/* ═══════════════════════════════════════════
   MEGA MENU FULLSCREEN (desktop)
═══════════════════════════════════════════ */
.mega-fs {
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  height: calc(100vh - 90px);
  background: #1e3328;
  z-index: 500;
  flex-direction: column;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.22);
}
.mega-fs.open {
  display: flex;
}
.mega-fs.visible {
  opacity: 1;
  transform: translateY(0);
}
.mega-fs-right {
  flex: 1;
  padding: 1.75rem 2rem;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-content: flex-start;
  scrollbar-width: thin;
  scrollbar-color: rgba(126, 207, 160, 0.3) transparent;
}
.mega-fs-right::-webkit-scrollbar {
  width: 4px;
}
.mega-fs-right::-webkit-scrollbar-track {
  background: transparent;
}
.mega-fs-right::-webkit-scrollbar-thumb {
  background: rgba(126, 207, 160, 0.3);
  border-radius: 4px;
}
.mega-fs-right::-webkit-scrollbar-thumb:hover {
  background: rgba(126, 207, 160, 0.6);
}
.mega-section {
  min-width: 160px;
}
.mega-section-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mega-section-title a {
  color: inherit;
  text-decoration: none;
}
.mega-section-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.mega-grid {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mega-link {
  display: flex;
  align-items: center;
  padding: 0.55rem 0.75rem;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 15px !important;
  text-decoration: none !important;
  transition: background 0.12s, color 0.12s;
}
.mega-link:hover {
  background: rgba(255, 255, 255, 0.09);
  color: #fff !important;
}
.mega-link--solo {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  padding-left: 0;
}
.mega-link--solo:hover {
  padding-left: 0;
  background: none;
  color: #fff !important;
}
.mega-empty {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-style: italic;
  padding: 1rem 0;
}
.mega-backdrop {
  display: none;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 499;
  cursor: pointer;
}
.mega-backdrop.show {
  display: block;
}
/* DROPDOWN DESKTOP */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 3px solid #243E2E;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 200;
}
.nav-item:hover .dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.dropdown a {
  display: block;
  padding: 10px 20px 10px 16px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.15s, color 0.15s, padding-left 0.15s;
}
.dropdown a:last-child {
  border-bottom: none;
}
.dropdown a:hover {
  background: #f0f4f1;
  color: #243E2E;
  padding-left: 20px;
}
/* DROPDOWN niveaux 3-4 (fly-out) */
.dropdown-item.has-sub {
  position: relative;
}
.dropdown-item.has-sub > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-item.has-sub > .dropdown-sub {
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  min-width: 200px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 3px solid #243E2E;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 201;
}
.dropdown-item.has-sub:hover > .dropdown-sub {
  display: block;
}
.sub-caret {
  font-size: 15px;
  color: #999;
  margin-left: 8px;
  flex-shrink: 0;
  line-height: 1;
}
.nav-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}
.icon-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.icon-btn.green {
  background: #243E2E;
  border-color: #243E2E;
  color: #fff;
  padding: 0;
}
.icon-btn.green:hover {
  background: #1a2e21;
}
.icon-btn:not(.green):hover {
  background: #f0f0f0;
}
.thematiques {
  background: var(--vert-moyen);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  overflow-x: auto;
  height: 50px;
}
.them-label {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  white-space: nowrap;
  margin-right: 10px;
  background: var(--vert-profond);
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  flex-shrink: 0;
}
/* Nouveau : la liste */
.thematiques-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
/* Ancien .them-item → maintenant sur le <li> */
.thematiques-list .them-item {
  display: flex;
  align-items: center;
  height: 50px;
}
/* Le lien à l'intérieur du <li> */
.thematiques-list .them-item a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 14px;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
}
.thematiques-list .them-item a:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* aria-current pour la page active */
.thematiques-list .them-item a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.2);
  font-weight: 700;
}
/* MOBILE */
.mobile-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
}
.menu-btn {
  background: #243E2E;
  color: #fff;
  border: none;
  height: 40px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
button.search-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  padding: 0;
}
button.search-btn:hover,
button.search-btn:focus {
  border: 1px solid #333;
  background: #fff;
}
.mobile-menu-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.mobile-menu-wrapper.open {
  max-height: 9999px;
}
.mobile-nav-item {
  border-bottom: 1px solid #eee;
}
.mobile-nav-item.current-menu-item .mobile-nav-header .nav-title,
.mobile-nav-item.current-menu-ancestor .mobile-nav-header .nav-title,
.mobile-nav-item.current-menu-parent .mobile-nav-header .nav-title,
.mobile-nav-item.current_page_item .mobile-nav-header .nav-title,
.mobile-nav-item.current_page_ancestor .mobile-nav-header .nav-title,
.mobile-nav-item.current_page_parent .mobile-nav-header .nav-title {
  color: #243E2E;
  font-weight: 800;
}
.mobile-nav-item.current-menu-item .mobile-arrow,
.mobile-nav-item.current-menu-ancestor .mobile-arrow,
.mobile-nav-item.current-menu-parent .mobile-arrow,
.mobile-nav-item.current_page_item .mobile-arrow,
.mobile-nav-item.current_page_ancestor .mobile-arrow,
.mobile-nav-item.current_page_parent .mobile-arrow {
  color: #243E2E;
}
.mobile-nav-header {
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-decoration: none !important;
}
.mobile-nav-header:hover {
  background: #f9f9f9;
}
.mobile-nav-header .nav-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
}
.mobile-nav-header .nav-sub {
  font-size: 13px;
  color: #555;
  font-weight: 400;
  margin-top: 2px;
}
.mobile-arrow {
  font-size: 18px;
  color: #999;
  transition: transform 0.3s;
}
.mobile-arrow.open {
  transform: rotate(90deg);
  color: #243E2E;
}
.mobile-submenu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
  background: #f9f9f9;
}
.mobile-submenu.open {
  max-height: 9999px;
}
.mobile-section {
  border-top: 1px solid #e8e8e8;
  padding: 10px 0;
}
.mobile-section:first-child {
  border-top: none;
}
.mobile-section-title {
  display: block;
  padding: 0 20px 8px 20px;
  font-size: 11px;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999 !important;
  text-decoration: none !important;
}
.mobile-section-title:hover {
  color: #243E2E;
}
.mobile-section a:not(.mobile-section-title) {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #2c2c2c;
  text-decoration: none;
  border-top: 1px solid #f0f0f0;
  min-height: 44px;
}
.mobile-section a:not(.mobile-section-title):hover {
  color: #243E2E;
}
.mobile-social {
  display: flex;
  gap: 20px;
  padding: 20px;
}
/* RUBRIQUES MOBILE */
.mobile-rubriques {
  background: var(--vert-profond);
  padding: 14px 20px 18px;
}
.mobile-rubriques-label {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.mobile-rubriques-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mobile-rubriques-list a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.3px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.1);
}
.mobile-rubriques-list a:hover {
  background: rgba(255, 255, 255, 0.22);
}
/* MEDIA QUERY */
@media (max-width: 1125px) {
  .nav-top {
    display: none;
  }
  .thematiques {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
}
.comments-area a,
.page-content a {
  text-decoration: none;
}
.rank-math-breadcrumb p {
  font-size: 12px;
  line-height: 13px;
  color: var(--vert-profond);
  border: 1px solid var(--vert-profond);
  padding: 5px 10px;
}
.rank-math-breadcrumb a {
  font-weight: normal;
  color: var(--vert-profond);
}
/* 1. On prépare le conteneur */
.cadre-titre-ouvert {
  position: relative;
  overflow: visible !important;
}
/* 2. On dessine le cadre */
.cadre-titre-ouvert::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  border: 2px solid #ffffff;
  border-right: none;
  pointer-events: none;
  z-index: 99;
  height: calc(100% + 40px);
}
/* 1. On prépare le conteneur */
.cadre-titre-ouvert {
  position: relative;
  overflow: visible !important;
}
/* 2. On dessine le cadre principal (Gauche, Haut, Bas) */
.cadre-titre-ouvert::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border: 2px solid #ffffff;
  border-right: none;
  /* Toujours ouvert à droite */
  pointer-events: none;
  z-index: 99;
}
/* 3. On dessine les deux petits traits verticaux à droite */
.cadre-titre-ouvert::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  /* On le colle exactement à droite du cadre */
  width: 2px;
  /* Doit être exactement de la même épaisseur que ta bordure (2px) */
  height: calc(100% + 40px);
  /* Même hauteur totale */
  /* Le dégradé dessine les traits : 15px en haut, vide au centre, 15px en bas */
  background: linear-gradient(to bottom, #ffffff 0px, #ffffff 30%, /* <-- Modifie 15px pour allonger/réduire le trait du HAUT */ transparent 30%, transparent calc(100% - 30%), #ffffff calc(100% - 30%), #ffffff 100% /* <-- Modifie 15px pour allonger/réduire le trait du BAS */);
  pointer-events: none;
  z-index: 99;
}
.home-profile-choice .elementor-icon-box-title {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.home-choices-tabs-btn .e-tab-base {
  position: relative;
  border: 0 !important;
  border-radius: 0;
  width: 100%;
  background-color: white;
}
.home-choices-tabs-btn .e-tab-base::after {
  content: "";
  position: absolute;
  left: 100%;
  /* 1. CENTRAGE VERTICAL : On place le haut de la flèche à 50% du bouton */
  top: 50%;
  /* 2. TAILLE : Vous pouvez maintenant mettre une hauteur fixe */
  height: 20px;
  /* Modifiez cette valeur selon vos envies */
  width: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: inherit;
  opacity: 0;
  /* 3. COMBINAISON : translateX(-10px) pour l'animation + translateY(-50%) pour le centrage */
  transform: translate(-10px, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
}
.home-choices-tabs-btn .e-tab-base:hover {
  background-color: var(--vert-moyen);
  color: white;
}
.home-choices-tabs-btn .e-tab-base:focus {
  background-color: var(--vert-moyen);
  color: white;
}
.home-choices-tabs-btn .e-tab-base:active,
.home-choices-tabs-btn .e-tab-base.active,
.home-choices-tabs-btn .e-tab-base.e--selected {
  background-color: var(--vert-profond);
  color: white;
}
.home-choices-tabs-btn .e-tab-base:active::after,
.home-choices-tabs-btn .e-tab-base.active::after,
.home-choices-tabs-btn .e-tab-base.e--selected::after {
  opacity: 1;
  /* 4. ANIMATION : On remet X à 0 pour la faire avancer, mais on GARDE le Y à -50% pour qu'elle reste centrée ! */
  transform: translate(0, -50%);
}
/* --- AJOUT POUR MOBILE ET TABLETTE --- */
@media (max-width: 767px) {
  .home-choices-tabs-btn .e-tab-base {
    /* On redéfinit uniquement ce qui change pour la flèche de base */
    /* On met à jour l'animation de l'état actif */
  }
  .home-choices-tabs-btn .e-tab-base::after {
    /* 1. POSITION : En bas au centre */
    top: 100%;
    left: 50%;
    /* 2. TAILLE : On inverse (plus large que haute) */
    width: 20px;
    height: 10px;
    /* 3. FORME : Triangle pointant vers le bas */
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    /* 4. COMBINAISON ANIMATION/CENTRAGE : 
         X à -50% pour centrer horizontalement.
         Y à -10px pour cacher la flèche un peu plus haut. */
    transform: translate(-50%, -10px);
  }
  .home-choices-tabs-btn .e-tab-base:active::after,
  .home-choices-tabs-btn .e-tab-base.active::after,
  .home-choices-tabs-btn .e-tab-base.e--selected::after {
    /* X reste à -50% pour garder le centrage.
           Y passe à 0 pour faire glisser la flèche vers le bas ! */
    transform: translate(-50%, 0);
  }
}
.label-category .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a {
  text-transform: uppercase;
  color: var(--text-medium);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  border: 1px solid var(--vert-moyen);
  padding: 2px 6px;
}
.label-category-white .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a {
  text-transform: uppercase;
  color: var(--blanc);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  border: 1px solid var(--blanc);
  padding: 2px 6px;
}
.label-date .elementor-post-info__item--type-date {
  font-size: 14px;
  font-weight: 500;
}
.elementor-widget .elementor-icon-list-items {
  list-style-type: none;
}
.elementor-widget-theme-post-excerpt p {
  margin-bottom: 0;
}
.home-more-news-btn a {
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.home-more-news-btn .elementor-button-content-wrapper {
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  line-height: 1.3em;
}
.home-more-news-btn .elementor-button-icon .e-font-icon-svg {
  height: 40px;
  width: 40px;
}
.widget-img-a a {
  display: flex;
}
/* Le conteneur des articles doit être en position relative */
.frame-inner-news,
.frame-inner-agenda {
  position: relative;
}
/* Le cadre vert via un pseudo-élément */
.frame-inner-news::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -11.5%;
  right: 0;
  bottom: 0px;
  border: 5px solid #2d5a27;
  border-right: none;
  z-index: 0;
  pointer-events: none;
  width: calc(100% + 40px + 9999px);
  height: calc(100% + 40px);
}
.frame-inner-agenda::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -9999px;
  bottom: 0px;
  border: 5px solid #ffffff;
  border-left: none;
  z-index: 0;
  pointer-events: none;
  width: calc(100% + 12% + 9999px);
  height: calc(100% + 40px);
}
@media (max-width: 1024px) {
  .frame-inner-agenda::before,
  .frame-inner-news::before {
    height: calc(100% + 40px + 87px);
  }
}
/* S'assurer que le bouton passe AU-DESSUS du cadre */
.home-more-news-btn a {
  position: relative;
  z-index: 1;
}
.footer-wrapper p {
  color: white;
}
/* TABS SUR LA HOME - SERVICE ET PROFIL */
/* BLOC ONGLETS SHORTCODE */
.slb-onglets {
  display: flex;
  background: #fff;
  align-items: stretch;
  box-shadow: 0px 4px 34px 7px rgba(0, 0, 0, 0.07);
}
/* TABS VERTICAUX */
.slb-tabs {
  display: flex;
  flex-direction: column;
  min-width: 210px;
}
button.slb-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: none;
  background: #fff;
  color: #333;
  text-align: left;
  position: relative;
  transition: background 0.2s, color 0.2s;
}
button.slb-tab svg {
  width: 20px;
  height: auto;
  flex-shrink: 0;
}
button.slb-tab.active {
  background: #243E2E;
  color: #fff;
  border: 0;
}
button.slb-tab.active:hover {
  border: 0;
}
button.slb-tab:not(.active):hover {
  background: #f5f5f5;
  color: #243E2E;
  border: 0;
}
/* FLÈCHE desktop — à droite du tab actif */
button.slb-tab.active::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid var(--vert-profond);
  z-index: 1;
}
/* PANELS */
.slb-panels {
  flex: 1;
  padding: 24px 32px;
  display: flex;
  align-items: center;
}
.slb-panel {
  display: none !important;
  width: 100%;
}
.slb-panel.active {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/* GRILLE ICÔNES */
.slb-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  width: 100%;
  align-items: start;
  justify-content: center;
}
/* ITEMS */
.slb-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 8px;
  text-decoration: none;
  color: #243E2E;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: opacity 0.2s;
  text-align: center;
  flex: 1;
}
.slb-item:hover {
  opacity: 0.7;
}
/* CONTENEUR ICÔNE — taille fixe */
.slb-item-icon-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.slb-item-icon {
  max-width: 40px;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
}
/* RESPONSIVE */
@media (max-width: 1024px) {
  .slb-onglets {
    flex-direction: column;
  }
  .slb-tabs {
    flex-direction: row;
    min-width: unset;
    border-right: none;
    border-bottom: none;
    /* on retire la bordure pour laisser place à la flèche */
    position: relative;
  }
  button.slb-tab {
    flex: 1;
    justify-content: center;
    padding: 14px 8px;
    height: 50px;
  }
  /* FLÈCHE mobile — en dessous du tab actif */
  button.slb-tab.active::after {
    right: unset;
    top: unset;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--vert-profond);
    border-bottom: none;
  }
  .slb-item-icon-wrap {
    width: 30px;
    height: 30px;
  }
  .slb-item {
    border-bottom: 1px solid var(--blanc-casse);
  }
  /* Espace pour que la flèche ne soit pas coupée */
  .slb-panels {
    padding: 15px;
  }
  .slb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
    justify-content: unset;
  }
  .slb-item {
    flex-direction: row;
    /* icône + texte côte à côte */
    justify-content: flex-start;
    gap: 12px;
    padding: 15px 10px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .slb-item-icon-wrap {
    width: 20px;
    height: 20px;
  }
  .slb-item {
    flex-direction: row;
    /* icône + texte côte à côte */
    justify-content: flex-start;
    gap: 9px;
    padding: 13px 0;
    text-align: left;
  }
}
.rubriques-labels a,
.rubriques-labels .elementor-post-info__terms-list-item {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid var(--vert-moyen);
  text-decoration: none;
  line-height: 1.2em;
}
.category-wrapper-title a {
  text-decoration: none;
}
.article-wrapper {
  font-family: 'Inter', sans-serif;
}
.article-wrapper ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.article-wrapper p {
  margin-bottom: 20px;
}
.elementor-pagination {
  margin-bottom: 40px;
}
.elementor-pagination a {
  text-decoration: none;
}
.tribe-events {
  /* Crochet en haut à droite */
  /* Crochet en bas à droite */
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #2d6a4f;
  border-right: none;
  width: 80px;
  height: 80px;
  padding: 8px;
  box-sizing: border-box;
  position: relative;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  width: 2px;
  height: 30%;
  background-color: #2d6a4f;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 2px;
  height: 30%;
  background-color: #2d6a4f;
}
.tribe-events .tribe-events-calendar-list__month-separator time {
  font-size: 20px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    width: 60px;
    height: 60px;
    padding: 9px 10px 6px 8px;
  }
  .tribe-events .tribe-events-calendar-list__event-date-tag {
    width: 74px;
  }
}
.tribe-events .tribe-events-calendar-month__day-cell--mobile {
  background-color: white;
  border-width: 0.5px;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  color: white;
  background-color: var(--vert-profond);
}
.tribe-events-calendar-month__header-column {
  border-block-start: 0 !important;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum {
  color: white;
}
.tribe-events button {
  border-radius: 0 !important;
}
.tribe-events button:hover,
.tribe-events button:focus {
  border: 0;
}
.tribe-events .datepicker .datepicker-switch {
  background-color: var(--blanc-casse);
}
.tribe-events .datepicker .day,
.tribe-events .datepicker .month,
.tribe-events .datepicker .year {
  background-color: var(--blanc);
}
.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
  font-size: 19px;
}
.tribe-events button.tribe-events-c-top-bar__datepicker-button {
  padding: 10px;
}
.tribe-events button.tribe-events-c-top-bar__datepicker-button:focus,
.tribe-events button.tribe-events-c-top-bar__datepicker-button:hover {
  background-color: var(--blanc-casse);
}
.tribe-events .datepicker thead tr th,
.tribe-events .datepicker .dow {
  padding-bottom: 15px;
}
.tribe-events .datepicker .datepicker-switch,
.tribe-events .datepicker .next,
.tribe-events .datepicker .prev {
  background-color: var(--blanc-casse);
}
.tribe-events .datepicker-days .datepicker-switch,
.tribe-events .datepicker-days .prev,
.tribe-events .datepicker-days .next {
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .day.focused,
.tribe-events .datepicker .day:focus,
.tribe-events .datepicker .day:hover,
.tribe-events .datepicker .month.focused,
.tribe-events .datepicker .month:focus,
.tribe-events .datepicker .month:hover,
.tribe-events .datepicker .year.focused,
.tribe-events .datepicker .year:focus,
.tribe-events .datepicker .year:hover {
  outline: none;
  border: 0;
}
.tribe-events .datepicker .day:focus,
.tribe-events .datepicker .month:focus,
.tribe-events .datepicker .year:focus,
.tribe-events .datepicker .day:hover,
.tribe-events .datepicker .month:hover,
.tribe-events .datepicker .year:hover {
  background-color: var(--vert-moyen);
  color: white;
}
/* Le .nav-wrap doit être le parent de référence */
.nav-wrap {
  position: relative;
}
.search-bar {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  /* optionnel, renforce l'effet */
  padding: 0 24px;
  border-bottom: 0px solid #e0e0e0;
}
.search-bar.is-open {
  max-height: 80px;
  /* augmente si besoin */
  padding: 12px 24px;
  border-bottom-width: 1px;
}
.search-bar form {
  display: flex;
  flex-direction: row;
  /* input + bouton côte à côte */
  align-items: center;
  gap: 10px;
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
}
.search-bar input[type="search"] {
  flex: 1;
  padding: 9px 16px;
  border: 1px solid #ccc;
  font-size: 15px;
  min-width: 0;
  /* évite le débordement */
  border-radius: 0;
}
.search-bar button[type="submit"] {
  flex-shrink: 0;
  /* le bouton ne rétrécit pas */
  padding: 9px 20px;
  background: #243E2E;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0;
}
@media (max-width: 767px) {
  .search-bar button[type="submit"] {
    padding: 9px;
    font-size: 13px;
    height: 42px;
  }
}
.search-bar input[type="search"] {
  border: 1px solid #ccc;
  outline: none;
  /* supprime l'outline natif une fois pour toutes */
  transition: none;
  /* aucune transition sur ce champ */
}
.search-bar input[type="search"]:focus {
  outline: none;
  border-color: #ccc;
  /* la bordure grise reste identique */
  border-bottom-color: #243E2E;
  /* seul le bas change */
  box-shadow: none;
}
.search-bar input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.search-wrapper {
  position: relative;
  flex: 1;
}
.search-wrapper input[type="search"] {
  width: 100%;
  padding-right: 36px;
  /* espace pour la croix */
}
button.search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  padding: 0;
  display: none;
  /* cachée par défaut */
  color: #243E2E;
  background: none !important;
}
.search-clear svg {
  display: block;
}
.toc-wrapper {
  position: sticky;
  top: 0;
  z-index: 200;
}
.toc-toggle {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background-color: var(--vert-moyen);
  border: none;
  border-bottom: 2px solid var(--vert-profond);
  cursor: pointer;
}
.toc-toggle__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blanc);
}
.toc-toggle__icon {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
}
.toc-toggle__icon::before,
.toc-toggle__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 8px;
  height: 2px;
  background-color: var(--blanc);
  transition: transform 0.15s ease;
}
.toc-toggle__icon::before {
  left: 1px;
  transform: translateY(-50%) rotate(45deg);
}
.toc-toggle__icon::after {
  right: 1px;
  transform: translateY(-50%) rotate(-45deg);
}
.toc-toggle.toc--open .toc-toggle__icon::before {
  transform: translateY(-50%) rotate(-45deg);
}
.toc-toggle.toc--open .toc-toggle__icon::after {
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .toc-toggle {
    display: flex;
  }
}
ul.toc {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: var(--vert-profond);
}
ul.toc li a {
  display: block;
  padding: 12px 15px 10px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--vert-pale);
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
}
ul.toc li a:hover,
ul.toc li a.active {
  color: var(--blanc);
  border-bottom-color: var(--vert-pale);
}
ul.toc.toc--closed {
  display: none;
}
@media (max-width: 768px) {
  ul.toc {
    flex-direction: column;
  }
  ul.toc li a {
    border-bottom: none;
    border-left: 3px solid transparent;
    white-space: normal;
  }
  ul.toc li a:hover,
  ul.toc li a.active {
    border-left-color: var(--vert-pale);
    border-bottom-color: transparent;
  }
}
.home-mag-title h2 {
  text-transform: uppercase;
  color: white !important;
  margin-bottom: 0;
  margin-top: -7px;
}
@media (min-width: 768px) {
  .home-mag-title h2 {
    max-width: 240px;
  }
}
.home-mag-date {
  font-size: 14px;
  color: white;
  margin: 0;
  margin-top: -10px;
  font-family: 'Inter', sans-serif;
}
ul.magazine-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 40px 30px;
  font-family: 'Inter', sans-serif;
  padding-left: 0;
}
.magazine-info {
  width: 100%;
  padding: 20px;
}
.magazine-info p {
  margin-bottom: 10px;
}
.magazine-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: white;
}
/* Vignette */
.magazine-thumb {
  width: 100%;
  aspect-ratio: 210 / 297;
  overflow: hidden;
}
.magazine-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Titre du magazine */
.magazine-titre {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}
/* Date (mois / année) */
.magazine-date {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--vert-moyen);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
/* Badges PDF + poids */
.magazine-meta {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.magazine-meta span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--gris-moyen);
  background: var(--gris-clair);
}
.magazine-meta span:not(:last-child):after {
  content: "|";
  position: relative;
  padding: 0 10px;
}
.magazine-archives h2 {
  color: white;
}
.magazine-current h2,
.magazine-archives h2 {
  font-weight: 300;
  text-transform: uppercase;
}
/* Boutons */
.magazine-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
a.magazine-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 24px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
a.magazine-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
a.btn-consulter {
  background-color: transparent;
  color: var(--vert-profond);
  border: 2px solid var(--vert-profond);
}
a.btn-consulter:hover {
  background-color: var(--vert-profond);
  color: var(--blanc);
}
a.btn-consulter:active {
  background-color: var(--vert-profond-dark);
  border-color: var(--vert-profond-dark);
  color: var(--blanc);
}
a.btn-telecharger {
  background-color: var(--vert-profond);
  color: var(--blanc);
  border: 2px solid var(--vert-profond);
}
a.btn-telecharger:hover {
  background-color: var(--vert-moyen);
  border-color: var(--vert-moyen);
  color: var(--blanc);
}
a.btn-telecharger:active {
  background-color: var(--vert-profond-dark);
}
/* Sections */
.magazine-annee {
  margin-bottom: 2.5rem;
}
.magazine-annee h3 {
  font-size: 1.3rem;
  border-bottom: 2px solid white;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
  color: white;
}
.magazine-archives {
  margin-top: 50px;
}
.magazine-current {
  min-height: 782px;
}
.magazine-current ._df_book {
  margin-bottom: 20px;
  min-height: 610px;
  height: 610px !important;
}
.magazine-current-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.magazine-current-footer .magazine-meta {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .magazine-current-footer {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  ul.magazine-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .magazine-item {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    padding: 20px;
  }
  .magazine-thumb {
    max-width: 150px;
    aspect-ratio: 210 / 297;
    flex-shrink: 1;
    margin-bottom: 0;
  }
  .magazine-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
  .magazine-meta {
    justify-content: flex-start;
  }
  .magazine-actions {
    width: 100%;
  }
  .magazine-date {
    text-align: left;
  }
}
.df-bg {
  background: #eef0f2 !important;
}
.df-float .df-ui {
  border-radius: 0 !important;
}
.carte-interactive-wrapper .elementor-element {
  padding: 0;
}
.carte-interactive-wrapper .e-con-inner {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.carte-interactive-wrapper .open-user-map,
.carte-interactive-wrapper .open-user-map .box-wrap {
  width: 100%;
}
.open-user-map .box-wrap .map-wrap .oum-loading-overlay .oum-loading-spinner {
  border-top: 3px solid #243e2e !important;
}
.article-wrapper .open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list {
  border: 0;
  border-radius: 0;
  padding: 20px;
  right: 0;
  bottom: 13px;
}
.open-user-map .oum_location_text a.elementor-button {
  color: white !important;
  display: inline-block;
  padding: 10px !important;
}
.article-wrapper .wp-block-image {
  margin-bottom: 30px;
}
.header-photo-fullw {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.wp-block-buttons > .wp-block-button {
  margin-bottom: 15px;
  display: block;
}
.elementor-post-info__terms-list {
  font-size: 0;
}
.elementor-post-info__terms-list-item {
  font-size: 13px !important;
  margin-right: 10px;
}
.open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper::after {
  content: none;
}
.menu-portail-famille {
  background: rgba(255, 255, 255, 0.09);
  color: #fff !important;
  text-transform: uppercase;
}
.une-sans-titre .elementor-widget-heading {
  display: none;
}
.carousel-une .elementor-background-overlay,
.carousel-une .elementor-motion-effects-layer {
  pointer-events: none;
}
.slider-une-inner-container {
  position: relative;
}
.slider-une-inner-container .elementor-heading-title {
  position: relative;
  /* Optionnel : utile pour le positionnement */
  display: inline-flex;
  /* Aligne l'icône et le texte verticalement */
  align-items: center;
}
.slider-une-inner-container .elementor-heading-title:before {
  content: "";
  /* Obligatoire pour un pseudo-élément */
  display: inline-block;
  width: 1em;
  /* Taille de l'icône, relative à la taille de la police */
  height: 1em;
  margin-right: 0.5em;
  /* Espace entre l'icône et le texte */
  /* --- COULEUR DE L'ICÔNE --- */
  background-color: white;
  /* C'est ici que vous définissez la couleur blanche */
  /* --- LE SVG COMME MASQUE --- */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M444.52 3.52 28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M444.52 3.52 28.74 195.42c-47.97 22.39-31.98 92.75 19.19 92.75h175.91v175.91c0 51.17 70.36 67.17 92.75 19.19l191.9-415.78c15.99-38.39-25.59-79.97-63.97-63.97'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.slider-une-link {
  position: absolute;
  height: 100%;
  width: 90%;
  top: 0;
  left: 5%;
  right: 5%;
}
.slider-une-link a {
  display: block;
  position: absolute;
  height: 100%;
  width: 90%;
  top: 0;
  left: 5%;
  right: 5%;
  font-size: 0;
  text-indent: -999999px;
  background: transparent !important;
  border: 0 !important;
}
