








@font-face {
  font-family: 'Sansation';
  src: url(//145145708.fs1.hubspotusercontent-eu1.net/hubfs/145145708/raw_assets/public/cirly-website-theme/fonts/Sansation_Bold.ttf);
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary-font: 'Sansation', sans-serif;
  --secondary-font: Verdana, Geneva, Tahoma, sans-serif;
                                                
}

/* 1a. Containers */




/* 1b. Colors */










/* 1c. Typography */



























/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */









/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 50px 35px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}

.pt-15{
 padding-top:15px; 
}





/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  font-style: normal;
  line-height: 1.4;
  overflow-wrap: break-word;
  text-decoration: none
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}



/* Classes pour les couleurs de texte */
.text-primary {
  color: #2E842A !important;
}

.text-secondary {
  color: #FFCE00 !important;
}

.text-secondary-light {
  color: #FFF5C2 !important;
}

.text-dark-green {
  color: #005220 !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-black {
  color: #000000 !important;
}



/* Headings */

  h1 {
    font-family: 'Sansation', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 66px;
  }

  h2 {
    font-family: 'Sansation', sans-serif;
    color: #2E842A;
    font-weight: 500;
    font-size: 2em;
    line-height: 40px;
  }

 h3 {
    font-family: 'Sansation', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 1rem 0 1.4rem;
  }

  p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    margin: 0 0 1rem;
  }

  b{
    font-weight: 600;
  }

/* Anchors */

a {
  text-decoration: none;
  cursor: pointer;
}


/* Lists */

ul,
ol {
  margin: 0;
  padding: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
  padding: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/* Règle pour le curseur de pointeur sur les liens */
a:hover {
  cursor: pointer;
}


.item h3.text-40{
  font-size:40px;
}


.title-page-banner{
  margin: 1rem 0 1rem;
}

.text-left{
 text-align:left; 
}

.text-center{
 text-align:center; 
}

.text-right{
 text-align:right; 
}

.sous-titre-banner, .sous-titre-banner p{
  font-size:18px;
  color:#fff; 
  line-height:1.8rem;
}

/* État "de base" : au-dessus de 1000px */
.hero-video-section h1 {
  font-size: 48px;
  line-height: 66px;
}

.header-thank-you h2{
   margin: 1rem 0 2.2rem;
   font-size: 2.2em;
}

/* Typography & Style Rich Text */
.widget-type-rich_text ul {
    padding-left: 20px;
}

.widget-type-rich_text li {
    padding-bottom: 10px;
    padding-left: 10px;
}

.widget-type-rich_text ul li::marker {
    content: "✓";
    position: absolute;
    left:0;
    color: #FFCE00;
    font-weight: bold;
    font-size: 1.2em;
}

.sous-titre-texte, .sous-titre-texte p{
 font-size:16px; 
}


/* De 999px jusqu’à 794px */
@media (max-width: 999px) {
  .hero-video-section h1 {
    font-size: 40px;
    line-height: 62px;
  }
}

/* En-dessous de 794px */
@media (max-width: 794px) {
  .hero-video-section h1 {
    font-size: 36px;
    line-height: 50px;
  }
}

/* Icônes */
.icon {
  margin-right: 8px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}

footer svg, .btn svg {
  width: 18px;
  height: 18px;
}

/* Blockquote */

blockquote {
  border-left-color: #FFCE00;
}









  .btn, form .hs-button {
    font-family: 'Sansation', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 14px 24px;
    margin: 0 10px 10px 0;
    border-radius: 24px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    width: fit-content;
  }

  /* Bouton principal */
  .btn-primary, form .hs-button.primary {
    background-color: #2E842A;
    color: #FFFFFF;
  }
  
  .btn-primary:hover, form .hs-button.primary:hover {
    background-color: #005220; /* Teinte légèrement plus sombre */
    box-shadow: 0 4px 8px rgba(49, 140, 44, 0.2);
  }
  
  .btn-primary:active, form .hs-button.primary:active {
    background-color: #2E842A; /* Retour à la couleur originale */
    box-shadow: none;
    transform: scale(0.98); /* Léger effet d'écrasement au clic */
  }
  
  
  /* Bouton secondaire */
  .btn-secondary {
    background-color: #FFCE00;
    color: #005220;
    border: none;
  }
  
  .btn-secondary:hover {
    background-color: #FFF5C2;
    box-shadow: 0 4px 8px rgba(255, 213, 0, 0.2);
  }
  
  .btn-secondary:active {
    background-color: #FFCE00; /* Retour à la couleur originale */
    box-shadow: none;
    transform: scale(0.98); /* Léger effet d'écrasement au clic */
  }

  /* Bouton outline */
  .btn-outline {
    background-color: transparent;
    color: #2E842A;
    border: 2px solid #2E842A;
    padding: 12px 24px; /* Ajusté pour compenser la bordure */
  }
  
  .btn-outline:hover {
    background-color: #2E842A;
    color: #FFFFFF;
    box-shadow: 0 4px 8px rgba(49, 140, 44, 0.2);
  }
  
  .btn-outline:active {
    background-color: #005220;
    border-color: #005220;
    color: #FFFFFF;
    box-shadow: none;
    transform: scale(0.98);
  }

  
  /* Bouton lien simple */

  .btn-link-primary, .block-white .block-link, .block-secondary .block-link, .item .link-primary {
    font-size: 16px;
    line-height: 26px;
    color: #2E842A;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: color 0.3s ease, text-decoration-color 0.3s ease, text-decoration-thickness 0.3s ease;
  }
  
  .btn-link-primary:hover, .block-white .block-link:hover, .block-secondary .block-link:hover, .item .link-primary:hover {
    color: #005220;
    text-decoration-color: #005220;
    text-decoration-thickness: 3px;
  }

  .btn-link-primary:active, .block-white .block-link:active, .block-secondary .block-link:active, .item .link-primary:active {
    color: #005220;
    text-decoration-color: #005220;
    text-decoration-thickness: 2px;
  }

  .btn-link-secondary, .block-dark-green .block-link, .block-primary .block-link, .item .link-secondary {
    font-size: 16px;
    line-height: 26px;
    color: #FFCE00;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: color 0.3s ease, text-decoration-color 0.3s ease, text-decoration-thickness 0.3s ease;
  }
  
  .btn-link-secondary:hover, .block-dark-green .block-link:hover, .block-primary .block-link:hover, .item .link-secondary:hover {
    color: #FFFFFF;
    text-decoration-color: #FFFFFF;
    text-decoration-thickness: 3px;
  }

  .btn-link-secondary:active, .block-dark-green .block-link:active, .block-primary .block-link:active, .item .link-secondary:active {
    color: #FFFFFF;
    text-decoration-color: #FFFFFF;
    text-decoration-thickness: 2px;
  }
  
  .header-thank-you .btn{
   margin-right:0; 
  }





/* Style général du formulaire */

.form-contact-text{
    display: block;
    width: 100%;
    padding: 100px 0;
}
.hs-form {
    max-width: 100%;
    padding: 20px;
}

/* Style des labels */
.hs-form label span {
    color: #005220;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 8px;
}

label.hs-error-msg {
    color: #005220;
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    background-color: #FFCE00;
    border-radius: 3px;
    padding: 3px 9px;
}

.hs_error_rollup label.hs-main-font-element{
    color: red;
}

/* Style des champs input text */
.hs-form .hs-input[type="text"],
.hs-form .hs-input[type="email"],
.hs-form .hs-input[type="tel"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #318C2C;
    padding: 8px 0;
    outline: none;
    background: transparent;
    border-radius: 0;
}

/* Style du select */
.hs-form select.hs-input {
    width: auto !important;
    min-width:260px;
    border: 1px solid #318C2C;
    border-radius: 30px;
    padding: 15px 20px;
    padding-right: 40px;
    outline: none;
    background: transparent;
    color: #005220;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23318C2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

/* Supprime la flèche par défaut sur IE */
.hs-form select.hs-input::-ms-expand {
    display: none;
}

/* Style du textarea */
.hs-form textarea.hs-input {
    width: 100%;
    min-height: 150px;
    border: none;
    border-bottom: 1px solid #318C2C;
    padding: 8px 0;
    outline: none;
    resize: vertical;
    background: transparent;
}


/* Style du bouton submit avec icône */
.hs-form .hs-button.primary {
    background-color: #FFCE00;
    color: #005220;
    border: none;
    font-family: 'Sansation', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px; /* Espace entre l'icône et le texte */
    font-size: 16px;
    padding: 14px 24px;
    margin: 0 10px 10px 0;
    border-radius: 24px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    width: fit-content;
}

/* Ajout de l'icône avant le texte */
.hs-form .hs-button.primary::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #005220;
    border-radius: 50%;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23FFCE00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}


/* Hover effect pour le bouton */
.hs-form .hs-button.primary:hover {
    background-color: #FFD500;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Style pour l'astérisque obligatoire */
.hs-form-required {
    color: #318C2C;
    margin-left: 4px;
}

/* Espacement des fieldsets */
.hs-form fieldset {
    margin-bottom: 24px;
    max-width: 100% !important;
}

/* Style pour les colonnes */
.form-columns-2 {
    display: flex;
    gap: 20px;
}

.form-columns-2 .hs-form-field {
    flex: 1;
}

/* Style pour le champ de fichier */
.hs-form .hs-input[type="file"] {
    width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .form-columns-2 {
        flex-direction: column;
        gap: 24px;
    }
}

/* Reset des fieldsets */
.hs-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
    min-width: 0; /* Corrige un bug sur Firefox */
    width: 100%;
    margin-bottom: 24px;
}

/* Reset de la légende si présente */
.hs-form fieldset legend {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* S'assurer que le contenu du fieldset est bien aligné */
.hs-form fieldset .hs-form-field {
    margin: 0 0 20px;
    padding: 0;
}

/* Alignement du bouton d'envoi à droite */
.hs-form .hs_submit .actions {
    text-align: right;
}

/* S'assurer que le bouton conserve sa largeur automatique */
.hs-form .hs_submit .actions .hs-button {
    width: auto;
    margin-right: 0;
}

/* Ajout de l'icône de pièce jointe */
.hs-fieldtype-file label span {
    display: inline-flex;
    align-items: center;
}

.hs-fieldtype-file label span::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23318C2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hs-fieldtype-file label span {
    padding: 8px 12px;
    color: #318C2C;
    cursor: pointer;
    border:none;
    border-bottom: 1px solid #318C2C;
  }

  .hs-fieldtype-file label span:hover::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23005220' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'%3E%3C/path%3E%3C/svg%3E");
  }
  
  .hs-fieldtype-file label span:hover {
    color: #005220;
    border-bottom: 1px solid #005220;
  }
  
  .hs-fieldtype-file input[type=file] {
    width: 350px;
  }
  
  
  .hs-fieldtype-file input[type=file]::file-selector-button {
    display:none;
  }
  
  .hs-fieldtype-file input[type=file]::file-selector-button:hover {
    background: #005220;
  }


/* Suppression des markers de liste */
.hs-form-radio,
.hs-form-checkbox {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Style personnalisé pour les radio buttons */
.hs-form-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px !important;
    height: 18px;
    border: 2px solid #318C2C;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.hs-form-radio input[type="radio"]:checked {
    border: 2px solid #318C2C;
    background: #fff;
}

.hs-form-radio input[type="radio"]:checked::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #318C2C;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

/* Style personnalisé pour les checkboxes */
.hs-form-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px !important;
    height: 18px;
    border: 2px solid #318C2C;
    border-radius: 3px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.hs-form-checkbox input[type="checkbox"]:checked {
    background: #318C2C;
    border-color: #318C2C;
}

.hs-form-checkbox input[type="checkbox"]:checked::after {
    content: '';
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg) translate(-1px, -1px);
}

/* Style pour les labels des radio et checkbox */
.hs-form-radio label,
.hs-form-checkbox label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
}



/* Ajustement de l'alignement vertical */
.hs-form-radio label,
.hs-form-checkbox label {
    display: flex;
    align-items: flex-start; /* Change de center à flex-start */
    cursor: pointer;
}

.hs-form-radio input[type="radio"],
.hs-form-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #318C2C;
    margin-right: 8px;
    margin-top: 3px; /* Ajout d'une marge en haut pour aligner avec le texte */
    flex-shrink: 0; /* Empêche l'input de se rétrécir */
}

/* Ajustement du conteneur de texte */
.hs-form-radio label span,
.hs-form-checkbox label span {
    font-size:15px;
    line-height: 1.8; /* Ajustement de la hauteur de ligne */
}


/* Applique le style pour les colonnes */
.contact-columns {
    display: flex;
    flex-wrap: wrap;
}

/* Par défaut, les colonnes conservent l'ordre initial */
.contact-columns > .dnd-column {
    order: 0; /* Par défaut */
}

form .item{
 text-align:left; 
}

/* En version mobile, on inverse l'ordre */
@media (max-width: 767px) {
    .contact-columns > .row-fluid > .dnd-column:nth-child(1) {
        order: 2; /* La première colonne passe en bas */
    }
    .contact-columns > .row-fluid > .dnd-column:nth-child(2) {
        order: 1; /* La seconde colonne passe en haut */
    }
  
  .hs-form select.hs-input {
    max-width: 100% !important; /* Prend toute la largeur */
  }

  .form-container, .text-content {
    width: calc(100% - 40px) !important;
  }
  
}

.form-grid .form-container .titre_formulaire{
  margin: 10px 20px;
}

.newsletter-box .legal-consent-container .hs-richtext, .legal-consent-container .hs-richtext{
  font-size:13px;
  line-height: 1.5;
}

.newsletter-box .hs-form {
padding: 15px 0;
}

.legal-consent-container a{
 color:#2e842a; 
}










/* ===== VARIABLES ===== */
:root{
    --hover-color-light-menu: #F5F5F5;
    --shadow-1: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

/* ===== Reusable CSS ===== */
header a{
    text-decoration: none;
    color: #005220;
}
header ul{
    list-style-type: none;
    margin:none;
}
/* Supprimer complètement l'outline */
header input:focus {
    outline: none;
}
/* ===== Menu Toggle ===== */
header .menu-toggle, header .menu-mobile-close{
    display: none;
    font-size: 24px;
    background: transparent;
    border: none;
    color: #005220;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

header .menu-toggle.active {
    transform: rotate(180deg);
}

header .menu-toggle-icon,
header .close-toggle-icon {
    transition: opacity 0.3s ease-in-out;
}

header .menu-toggle.active .menu-toggle-icon {
    opacity: 0;
}

header .close-toggle-icon {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header .menu-toggle.active .close-toggle-icon {
    opacity: 1;
    display: block;
}
/* ===== Navigation Bar ===== */

header .top-bar{
    display: flex;
    padding: 10px 3vw 5px;
    background: #FFFFFF;
    color: #005220;
}

header .top-bar .container{
    display: flex;
    justify-content: flex-end;
}

header .top-menu a{
    margin-left: 15px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #005220;
    text-decoration: none;
    font-size: 14px;
    transition: ease-in-out 0.2s;
}

header .top-menu a:hover {
    color: #2E842A; 
}

header .top-menu a:active {
    color: #FFCE00;
}

header .top-menu a::after{
    content: '|';
    margin-left: 15px;
    color: #005220;
}

header .top-menu a:last-child::after{
    content: none;
}

header .nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 3vw;
    height: 80px;
    background: #FFFFFF;
    color: #005220;
    border-bottom: 1px solid #0052205e;
}

header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

header .nav-main-menu, header .nav-right{
    display: flex;
}

.nav-main-menu .dropdown  a.nav-link.active-parent{
    border-bottom: 4px solid #FFD500;
    padding-bottom: 28px;
}

header .nav-link{
    padding: 32px 25px;
    margin-inline: 10px;
    transition: .3s;
    font-family: 'Sansation', sans-serif;
    font-size: 16px;
    transition: ease-in-out 0.1s;
}
header .nav-link:hover{
    padding: 30px 25px;
    color: #2E842A;

}

header .nav-link:active{
    color: #FFCE00;
}

header .nav-right{
    display: flex;
    justify-content: center;
    align-items: center;
}

header .nav-right a {
    padding: 27px 10px !important;
    margin-inline: 0px;
    transition: ease-in-out 0.2s;
}

header ul.dropdown-content.flags {
    min-width: auto;
    top: 54px;
}

header .nav-right li a {
    padding: 13px 13px !important;
    margin-top: 0px;
}

header .nav-right a:hover {
    color: #FFCE00;
}

header .nav span{
    margin-right: 5px;
}
header .chevron-down, .chevron-right{
    height: 12px;
    width: 17px;
    transition: .3s;
}
header .dropdown:hover .chevron-down, header .sub-dropdown:hover .chevron-right{
    transform: rotate(180deg);
}
header .dropdown:hover .nav-link{
    padding: 32px 25px;
    color: #2E842A;
    transition: ease-in-out 0.3s;
}


/* ===== Dropdown ===== */
header .dropdown{
    position: relative;
}

header .nav .dropdown .dropdown-content li {
    border-bottom: 1px solid #005220;
}

header .nav-main-menu .dropdown-content, header .nav-right .dropdown-content{
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    background: #FFFFFF;
    min-width: 215px;
    border-radius: 0 0 3px 3px;
    border-top: 3px solid #FFCE00;
    animation: slideUp .3s;
    border-right: 1px solid #e5dede;
    border-left: 1px solid #e5dede;
    z-index:99;
}
header .dropdown-content a{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 15px;
}
header .dropdown-content li:hover{
    background: var(--hover-color-light-menu);
}
header .dropdown:hover .dropdown-content{
    display: block;
}
/* ===== Sub - Dropdown ===== */
header .nav-main-menu .sub-dropdown-content{
   display: none;
   position: absolute;
   top: 34%;
   left: 100%;
   background: #FFFFFF;
   min-width: 240px;
   border-top: 3px solid #FFCE00;
   border-radius: 3px;
   animation: slideUp .3s;
   box-shadow: var(--shadow-1);
}

header .sub-dropdown-content {
    display: none;
    position: absolute;
    top: 34%;
    left: 100%;
    background: #FFFFFF;
    min-width: 240px;
    border-top: 3px solid #FFCE00;
    border-radius: 3px;
    animation: slideUp .3s;
    box-shadow: var(--shadow-1);
    z-index: 9999; /* Assurez-vous que le menu passe au-dessus du reste */
}

header .sub-dropdown-content.left-position {
    left: auto;
    right: 100%;
    border-top: 3px solid #FFCE00;
    border-radius: 3px;
    /* On pourrait inverser ici l’animation ou le sens si besoin */
}

@keyframes slideUp {
    from{
        margin-top: 20px;
    }
    to{
        margin-top: 0;
    }
}

@keyframes slideDown {
    from{
        margin-top: -20px;
    }
    to{
        margin-top: 0;
    }
}

header .dropdown-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .sub-dropdown:hover .sub-dropdown-content{
    display: block;
}
header .btn{
    font-size: 15px;
    background-color: #2E842A;
    color: #FFFFFF;
    border: none;
    padding: 10px 24px;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s;
}
header .btn:hover{
    opacity: 0.9;
}


@media only screen and (max-width: 1200px){
    header .nav-link, header .nav-link:hover, header .dropdown:hover .nav-link{
        padding: 32px 10px;
    }

    header .nav-link{
        font-size: 14px;
    }
}



/* ===== Responsive styles ===== */
@media only screen and (max-width: 794px){

    header .nav-main-menu, header .nav-right, header .top-bar{
        display: none;
    }
    header .menu-toggle{
        display: flex;
        padding: 28px 10px;
    }
    header .close-toggle-icon{
        display: none;
    }
}

header .nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 99;
}

header .mobile-menu {
    display: none;
    position: fixed;
    top: 79px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background-color: #FFFFFF;
    padding: 30px 50px;
    z-index: 999;
    overflow-y: auto;
    transform: translateY(0%);
    transition: all .5s ease-in-out;
}

header .mobile-menu.active {
    display: block;
    transition: all .5s ease-in-out;
}

header .mobile-menu-main, header .mobile-menu-main-2 {
    margin-bottom: 35px;
    text-align: center;
}

header .mobile-menu-main-2 li a {
    display: block;
    padding: 10px 0;
}

header .mobile-nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0 25px 17px;
    color: #005220;
    font-family: 'Sansation', sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #dfebe4;
}

header .mobile-menu .chevron-down, header .mobile-menu .chevron-right{
    margin-left: 5px;
}

header .mobile-dropdown-content {
    display: none;
    padding-left: 20px;
}

header .mobile-dropdown-content.active {
    display: block;
    background: #f8f9f8;
    padding: 10px 0px;
}

header .mobile-dropdown-content li a{
    padding: 15px;
    text-align: center;
    display: block;
}

header .mobile-dropdown-content a {
    color: #005220;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
}

header .chevron-right {
    transition: transform .3s;
}

header .chevron-right.active {
    transform: rotate(90deg);
}

header .mobile-menu-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #005220;
}


header .mobile-menu-user a, header .mobile-menu-lang a {
    padding: 0 5px;
    color: #005220;
}

.mobile-sub-dropdown {
    position: relative;
}

.mobile-sub-dropdown-content {
    display: none;
    padding-left: 20px;
}

.mobile-sub-dropdown-content.active {
    display: block;
    background: #f5f5f5;
    padding: 10px 0px;
}

.mobile-sub-dropdown-content li a {
    padding: 15px;
    text-align: center;
    display: block;
}

.mobile-sub-dropdown-content a {
    color: var(--primary-color);
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
}

.mobile-sub-dropdown .chevron-right {
    transition: transform .3s;
}

.mobile-sub-dropdown .chevron-right.active {
    transform: rotate(90deg);
}


header .search-bar {
    top: 112px;
    left: 0;
    width: 100%;
    background-color: #F5F5F5;
    padding: 40px 20px;
    display: none;
    animation: slideDown .3s;
  }

  header .nav.fixed .search-bar {
    top:79px;
    animation: none;
  }
  
  header .search-bar.active {
    display: block;
    position: fixed;
    animation: slideDown .3s;
    z-index:9;
  }
  
  header .search-bar .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  header .search-bar form {
    display: flex;
    align-items: center;
    margin: auto;
    width: 80%;
  }
  
  header .search-bar input[type="search"] {
    flex: 1;
    border: none;
    border-bottom: 1px solid #2E842A;
    padding: 10px;
    font-size: 16px;
    background-color: #F5F5F5;
  }
  
  header .search-bar button[type="submit"] {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 10px;
  }
  
  header .search-bar button[type="submit"] i, header .search-bar button[type="submit"] svg {
    color: #005220;
    font-size: 20px;
  }
  
  header .search-bar button[type="submit"]:hover, header .search-bar button[type="submit"] svg:hover {
      color: #2E842A;
  }

  header .search-bar #search-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
  }

 header .search-bar #search-close svg {
    color: #005220;
  }

 header .mobile-dropdown-content.active + .mobile-dropdown {
    border-bottom: none;
}


@media only screen and (max-width: 794px) {
    header .mobile-menu {
        display: none;
    }

    header .mobile-menu.active {
        display: block;
    }

    header .nav-link{
        font-size: 16px;
    }

    header .search-bar{
        top: 79px;
    }

}

.space-notification-bar {
    top: 156px !important;
}


.nav.fixed .space-notification-bar {
    top: 79px !important;
}

.hero-banner-img img.hs-image-widget {
  float: right;
}

@media only screen and (max-width: 794px) {
    .space-notification-bar{
        top: 79px !important;
    }
  
  .hero-banner-img img.hs-image-widget {
      float: left;
  }
}






.video-container {
    position: relative;
  }

  .start-button-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .start-button {
    width: 87px; /* Ajustez la taille du bouton si nécessaire */
    display: block;
    margin:auto;
    transition: opacity 0.3s ease-in-out;
  }

  .default-image {
    /* Image par défaut affichée */
  }

  .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .start-button-wrapper:hover .hover-image {
    opacity: 1; /* L'image hover apparaît */
  }

  .start-button-wrapper:hover .default-image {
    opacity: 0; /* L'image par défaut disparaît */
  }

  /* Styles du popup */
  #video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 15%;
    background-color: #fff;
  }

  #video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
  }

  #video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%; /* ratio 16:9 */
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
  }

  #video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
  }

  #video-popup-local-container {
    display:none;
    position:absolute;
    z-index:997;
    width:100%;
    padding-bottom:56.25%;
    border:2px solid #000;
    border-radius:2px;
    background-color:#000;
  }

  #video-popup-local {
    position:absolute;
    z-index:999;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:#000;
  }

  #video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
  }

  #video-popup-close:hover {
    color: #DE0023;
  }

  /* Responsive */
  @media (max-width: 600px) {
    .start-button {
      width: 87px;
    }
    #video-popup-container {
      width: 90%;
      left: 50%;
      margin-left: -45%;
    }
  }





/* Footer */

footer .container{
  max-width: 1240px;
  margin:auto;
  padding:0 30px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  margin: 0px 0 15px;
  padding: 40px 0 40px;
  border-top: 1px solid #005220;
  border-bottom: 1px solid #005220;
}

.footer-column {
  flex: 1;
  padding: 0 20px;
}

.footer-column h3 {
  margin-bottom: 15px;
}

.footer-column ul {
  display:block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  display:block;
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  flex-direction: column; /* Garde les items verticalement organisés */
  gap: 10px; /* Espacement entre les lignes */
}

.social-icons li {
  display: flex;
  align-items: center; /* Aligne verticalement les icônes et le texte */
  gap: 10px; /* Espacement entre l'icône et le texte */
  white-space: nowrap; /* Empêche les sauts de ligne */
}

.social-icons li a {
  display: inline-flex;
  align-items: center; /* Aligne verticalement le texte avec l'icône */
  text-decoration: none; /* Supprime les soulignements */
  color: inherit; /* Conserve la couleur définie ailleurs */
  padding-bottom:5px;
}

.social-icons svg {
  flex-shrink: 0; /* Empêche l'icône de rétrécir si le conteneur est petit */
  width: 20px; /* Taille de l'icône */
  height: 20px; /* Taille de l'icône */
  margin-right:5px;
}

.social-icons li a span {
  display: flex;
  align-items: center;
}

.social-icons a {
  margin-right: 10px;
}

.social-icons img {
  width: 30px;
  height: 30px;
}

.certification-images {
  justify-content: left;
  align-items: center;
  margin-bottom: 10px;
}

.certification-images img {
  display:inline-flex;
  height: auto;
  margin: 0 10px 0 0;
  max-height: 88px;
  max-width: 80px;
  width: auto;
}

.footer-column h3,
.footer-column ul li a {
  color: #005220;
  font-size:14px;
}

.footer-column ul li a {
  text-decoration: none;
}

footer a:hover, .footer-column ul li a:hover {
  color: #2E842A;
  transition: color 0.3s ease-in-out;
}

.sub-footer {
  text-align: left;
  padding-bottom:50px;
}

.sub-footer a {
  color: #005220;
  text-decoration: none;
  font-size:14px;
}

.sub-footer a + a::before {
  content: " / ";
  color: #FFCE00;
  margin: 0 5px;
}

@media screen and (min-width: 769px) {
  .footer-column:first-child {
    padding-left: 0;
  }

  .footer-column:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-column {
    flex: 0 0 50%;
    padding: 10px;
    text-align: center;
  }

  .social-icons {
    margin-top: 20px;
  }

  .sub-footer {
    font-size: 14px;
  }

  .certification-images {
    justify-content: center;
  }

  .sub-footer {
    text-align: center;
  }

  .mb-text-center {
      text-align: center;
  }

}





/* Layout principal */
.blog-container {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
}

/* Contenu principal */
.blog-content {
    max-width: 100%;
}

/* Sidebar avec position sticky */
.blog-sidebar {
    position: sticky;
    top: 100px; /* Ajustez selon la hauteur de votre header */
    height: fit-content;
    align-self: start;
    margin-top: 48px;
}

/* Fil d'ariane */
.breadcrumb {
    margin-bottom: 48px;
}

.breadcrumb a {
    font-family: 'Sansation';
    font-size: 16px;
    color: #2E842A;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
}

.breadcrumb a svg {
    width: 16px;
    height: 16px;
}

/* En-tête de l'article */
.blog-header {
    margin-bottom: 40px;
}

a.category {
    display: inline-block;
    background-color: #FFD500;
    color: #005220;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 14px;
    margin: 0px 8px 16px 0px;
    transition: all 0.3s ease;
}

a.category:hover {
    background-color: #005220;
    color: #FFFFFF;
}

.meta {
    display: inline-block;
    color: #005220;
    font-size: 14px;
}

.meta .author, .meta .date {
    padding: 0px 8px 2px 8px;
    color: #005220;
}

.meta .author {
    border-left: 2px solid #FFD500;
}

.meta .author:hover {
  color: #2E842A;
}

/* Contenu de l'article */
.blog-text {
    line-height: 1.6;
}

.blog-text img {
    width: 100%;
    height: auto;
    margin: 24px 0;
    border-radius: 8px;
}

/* Sidebar Newsletter */
.newsletter-box {
    background-color: #2E842A;
    color: #FFFFFF;
    padding: 36px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}

.newsletter-form input[type="email"] {
    padding: 12px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    color: #FFFFFF;
}

.newsletter-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
}

.btn-yellow {
    color: #005220;
    background-color: #FFD500;
    display: inline-block;
    width: fit-content;
    border: none;
    padding: 12px 24px;
    margin: 12px 0px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Sansation';
}

/* Section Articles connexes */
.related-posts-bg {
    background-color: #f5f5f5;
    padding: 80px 0 60px;
    margin-top: 60px;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.post-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    overflow: hidden;
}

.post-card.hidden {
    opacity: 0;
    transform: translateY(20px);
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
}

/* Classe temporaire pour l'animation */
.post-card.fade-in {
    opacity: 0;
    transform: translateY(20px);
    height: auto;
    margin: initial;
    padding: initial;
    visibility: visible;
    overflow: visible;
    pointer-events: auto;
}

/* Classe active pour déclencher l'animation */
.post-card.active {
    opacity: 1;
    transform: translateY(0);
}

.post-image {
    background-color:#005220;
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 20px;
    flex-shrink: 0;
}

.post-image .categories {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.post-image .category {
    background-color: #FFD500;
    color: #005220;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    flex-grow: 1;
}

.post-content-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.post-content-inner > * {
    margin: 0;
}

.btn.btn-link-primary {
    margin-top: 20px;
}

.related-posts .date {
    padding-left: 0;
}

.post-content h3 {
    margin: 12px 0 6px;
    font-size: 20px;
    line-height: 1.4;
}

.read-more {
    font-family: 'Sansation';
    margin-top: 20px;
    color: #2E842A;
    text-decoration: none;
    align-self: flex-start;
}

.related-posts .header-related-posts {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 20px;
}

.related-posts .header-related-posts h3 {
    color: #2E842A;
    margin: 1rem 0 1rem;
}

.btn-outline-more {
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid #2E842A;
    color: #2E842A;
    text-decoration: none;
    border-radius: 25px;
    font-family: 'Sansation';
    transition: all 0.3s ease;
}

.btn-outline-more:hover {
    background-color: #2E842A;
    color: #FFFFFF;
}

.post_narration {
    padding-bottom: 20px;
}

@media (max-width: 1200px) {
    .header-related-posts, .posts-grid {
        padding: 0 30px;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .blog-container {
        grid-template-columns: 1fr;
    }
    
    .blog-sidebar {
        position: static; /* Désactive sticky sur mobile */
        margin-top: 0px;
    }
    
    .header-related-posts, .posts-grid {
        padding: 0 25px;
    }

    .posts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .posts-grid {
        grid-template-columns: 1fr;
    }
}


/* Blog listing */ 

.blog-list {
    padding: 60px 0;
}

.blog-list-header {
    margin-bottom: 40px;
}

.blog-list-header h1 {
    color: #2E842A;
    margin-bottom: 24px;
}

.blog-list .meta .date {
    padding-left: 0;
}

/* Filtres */
.blog-filters {
    margin: 20px 0px 50px;
}

.blog-filters {
    display: flex;
    align-items: center;
    gap: 24px; /* Espacement entre les groupes de filtres */
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 12px; /* Espacement entre le label et le select */
}

.filter-group form {
    gap: 12px;
    align-items: center;
    display: flex;
}

.filter-group label {
    color: #2E842A;
    font-weight: 500;
    font-family: 'Sansation';
}

.filter-group select {
    appearance: none; /* Supprime l'apparence native du select */
    padding: 12px 35px 12px 16px; /* Espace pour l'icône à droite */
    border: 1px solid #2E842A;
    border-radius: 50px;
    background-color: transparent;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    min-width: 200px;
    
    /* Ajout de l'icône personnalisée */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.filter-group select:hover {
    border-color: #2E842A;
    background-color: rgba(0, 0, 0, 0.02);
}

.filter-group select:focus {
    outline: none;
    border-color: #2E842A;
    box-shadow: 0 0 0 1px #2E842A;
}

/* Grille d'articles */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* Ajouter aux styles existants */
.post-card.hidden {
    display: none;
}

/* Bouton Voir plus */
.load-more {
    text-align: center;
}

.btn-outline-more {
    padding: 12px 24px;
    border: 1px solid #2E842A;
    color: #2E842A;
    background: transparent;
    font-family: 'Sansation';
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #2E842A;
    color: white;
}


/* Responsive */

@media (max-width: 1200px) {
  .blog-list-header{
    padding: 50px 30px 30px;
    margin-bottom:0;
  }
  
  .blog-list{
   padding:0 0 60px; 
  }
  
  .posts-grid{
    margin-top:0;
  }
  
}

@media (max-width: 992px) {
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-filters {
        flex-direction: column;
    }
  
  
    .blog-list-header{
      text-align:center;
    }

    .posts-grid {
        grid-template-columns: 1fr;
    }
}

.post-title {
    color: #2E842A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-title:hover {
    color: #005220;
}











/* ===== Hero Video Section ===== */

.hero-video-section {
    position: relative;
    width: 100%;
    height: calc(100vh - 113px); /* Retirer la hauteur du menu */
    overflow: hidden;
    background-color: #000;
}

.hero-video-section h1{
  margin:0 40% 20px 0;
}


.hero-video-section .btn-link-secondary, .hero-video-section .block-dark-green .block-link, .hero-video-section .block-primary .block-link, .hero-video-section .item .link-secondary{
  font-size:18px;
}

.hero-video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-video-container video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-video-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Overlay noir transparent */
    z-index: 1;
}

.hero-video-text-container {
    position: relative;
    z-index: 2; /* Permettre au texte de passer au-dessus de l’overlay */
    color: #fff;
    top: 50%;
    padding: 0 3vw;
    transform: translateY(-50%);
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

/* Entre 1120px et 900px */
@media (max-width: 1120px) and (min-width: 900px) {
  .hero-video-section h1 {
    margin: 0 30% 20px 0;
  }
  
  .hero-video-text-container {
      padding: 0 5vw;
  }
}

/* Entre 900px et 794px */
@media (max-width: 899px) and (min-width: 794px) {
  .hero-video-section h1 {
    margin: 0 20% 20px 0;
  }
  .hero-video-text-container {
      padding: 0 5vw;
  }
}

/* En dessous de 794px */
@media (max-width: 794px) {
  .hero-video-section h1 {
    margin: 0 10% 20px 0;
  }
  .hero-video-text-container {
      padding: 0 6vw;
  }
}


.btn-hero {
    font-family: Sansation;
    font-size: 18px;
    font-weight: 700;
    line-height: 20.14px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:#FFD500;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;
    padding: 30px 0px;
    border-bottom: 2px solid #FFD500;
    padding-bottom: 5px;
    text-decoration: none;
}

.btn-hero:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.dropdown-content,
.sub-dropdown-content,
.mobile-dropdown-content {
    z-index: 3; /* Pour que les sous-menus passent au-dessus */
}

.search-bar {
    z-index: 3; /* Pour que la barre de recherche passe au-dessus */
}

.hero-chevrons-down {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0.8;
    color: #fff; /* Ajustez la couleur si besoin */
    cursor: pointer; /* Si vous souhaitez la rendre cliquable */
    z-index: 3; /* Au-dessus de la vidéo */
}
/* Blocks section */

.blocks-section {
  padding: 40px 0;
}

.container-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.block {
  box-sizing: border-box;
  padding: 30px;
  min-height: 230px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block h3 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

.block-link {
  margin-top: auto;
}

/* Classes pour définir le nombre de colonnes */
.col-1 { flex: 0 0 calc(100% - 20px); }
.col-2 { flex: 0 0 calc(50% - 20px); }
.col-3 { flex: 0 0 calc(33.33% - 20px); }
.col-4 { flex: 0 0 calc(25% - 20px); }
.col-5 { flex: 0 0 calc(20% - 20px); }
.col-6 { flex: 0 0 calc(16.66% - 20px); }

@media screen and (max-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
    flex: 0 0 100%;
  }
}

.block-white {
  background-color: #F5F5F5;
  color: #005220;
}

.block-white h3{
  color: #005220;
}

.block-primary {
  background-color: #2E842A;
  color: #FFFFFF;
}

.block-primary h3 {
  color: #FFFFFF;
}

.block-secondary {
  background-color: #FFCE00;
  color: #005220;
}

.block-secondary h3 {
  color: #005220;
}

.block-dark-green {
  background-color: #005220;
  color: #FFFFFF;
}

.block-dark-green h3{
  color: #FFFFFF;
}
/* Items section */

.container-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.item {
  box-sizing: border-box;
  padding: 15px 20px
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.item-icon {
  text-align: center;
  margin-bottom: 20px;
}

.item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.item p {
  font-size: 16px;
}


.item-left {
  justify-content: left;
  align-items: baseline;
}

.item-center   {
  justify-content: center;
  align-items: baseline;
}

.item-right  {
  justify-content: right;
  align-items: baseline;
}

.align-left, .align-left .item-icon{
  text-align: left;
}

.align-center, .align-center .item-icon {
  text-align: center;
}

.align-right, .align-right .item-icon {
  text-align: right;
}



.item-number img, .item-cles img {
    -webkit-animation: 2s animBox ease-in-out infinite alternate;
    animation: 2s animBox ease-in-out infinite alternate;
}

@keyframes animBox{

  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }

  100% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
  }
  
}
.notification-bar {
  background-color: #FFCE00; /* Couleur jaune sticker */
  color: #000;
  font-family: sans-serif;
  font-size: 14px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 40px 10px 10px;
  overflow: hidden; /* On masque ce qui dépasse */
}

.notification-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFCE00;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}

/* Conteneur du texte : il contient plusieurs "text-sequence".
   On part du principe que chaque "text-sequence" est identique. */
.notification-content {
  display: inline-flex; /* Les séquences se suivent sur une ligne */
  white-space: nowrap;
  
  /* Animation:
     On décale tout le conteneur sur la gauche en boucle.
     On a 3 copies, donc on animera de 0% à -33.3333%.
     Quand l'animation recommence, la deuxième séquence est au point de départ,
     créant une boucle sans arrêt.
  */
  animation: scroll-infinite 20s linear infinite;
}

/* Chaque séquence de texte */
.text-sequence {
  display: inline-block;
  margin-right: 150px; /* On ajoute un grand espace entre les répétitions */
  /* On peut ajuster cette valeur pour plus ou moins d'espace */
  white-space: nowrap;
  /* Pas de wrap, le texte reste sur une seule ligne */
  color:#000000;
}

.text-sequence span{
 padding-right:80px; 
}

/* Keyframes :
   0% => translateX(0) : première séquence visible au début.
   100% => translateX(-33.3333%) : après un cycle, la deuxième séquence
   prend exactement la place visuelle de la première.
   L’animation repart à 0%, mais visuellement, ça continue sans à-coups. */
@keyframes scroll-infinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.3333%);
  }
}

/* Responsive */
@media (max-width: 600px) {
  .notification-bar {
    font-size: 12px;
    padding: 8px 40px 8px 8px;
  }
  .notification-close {
    font-size: 16px;
  }
}
.cta-section {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cta-container {
  position: relative;
  z-index: 2; /* Le texte au-dessus de l'image */
  max-width: 600px;
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

.cta-container h2 {
  font-size: 2em;
  color: #004000;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  background: #FFD700;
  color: #004000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-top: 20px;
}

.cta-button:hover {
  background: #FFC300;
}

/* Sur desktop : image en position absolue, glisse depuis la gauche */
.runner-image-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; /* Derrière le texte (z-index plus bas) */
}

.runner-image {
  display: block;
  height: auto;
  max-height: 400px;
  transform: translateX(-200px);
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.runner-image.animate {
  transform: translateX(0);
  opacity: 1;
}

.legal-consent-container {
    padding: 15px 0;
}

@keyframes slide-in {
  to {
    transform: translateX(0);
  }
}

/* Sur mobile : 
   - On enlève la position absolue de l'image, 
   - On la place en fond (derrière) en jouant sur le z-index. 
   - On la redimensionne plus petite.
*/

@media (max-width: 1560px) and (min-width: 1350px) {
  .runner-image {
    max-height: 320px;
  }
}

@media (max-width: 1349px) and (min-width: 1200px) {
  .runner-image {
    max-height: 250px;
  }
}

@media (max-width: 1199px) and (min-width: 88px) {
  .runner-image {
    max-height: 200px;
  }
}

@media (max-width: 799px) {
  .cta-section {
    min-height: 400px; /* Augmentez un peu pour donner plus d'espace */
  }

  .runner-image-wrapper {
    position: absolute; 
    bottom: 0;
    left: 0;
    z-index: 0; /* Derrière le cta-container */
  }

  .runner-image {
    width: 100%; /* plus petite sur mobile */
    max-height:350px;
    opacity: 0.4 !important; /* Rendez l'image plus transparente pour ne pas gêner la lecture du texte */
  }

  .cta-container {
    position: relative; 
    z-index: 2; /* Le texte reste au-dessus de l'image */
    background: transparent; /* le texte semble au-dessus de l'image */
    padding-bottom: 100px; /* Laisse de la place en bas pour l'image */
  }
}
/* section cta */
.cta-card {
    background: #f3f4f5 url("//145145708.fs1.hubspotusercontent-eu1.net/hubfs/145145708/raw_assets/public/cirly-website-theme/images/background/cirly-oeil.png") left center/auto 80% no-repeat;
    padding: 100px 0;
}

.cta-card .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.container-1-cta {
    flex: 0 0 calc(20% - 20px);
}

.container-2-cta {
    flex: 0 0 calc(45% - 20px);
}

.container-3-cta {
    flex: 0 0 calc(30% - 20px);
}



.cta-block {
    background: #2E842A;
    padding: 40px 25px;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 320px;
    text-align: center;
    margin-left: auto;
}

.cta-card h2 {
    font-family: 'Sansation';
    font-size: 2.5rem;
    margin-bottom: 40px;
    max-width: 600px;
}

.align-left {
    text-align: left;
}

.cta-logo {
    width: 220px;
    opacity: 0.9;
    text-align: center;
}

.cta-block h3 {
    font-family: 'Sansation';
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.cta-block p {
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.5;
}

.btn-cta {
    display: inline-block;
    background: var(--hover-color);
    color: var(--primary-color);
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    text-align: center;
}

.btn-cta:hover {
    background: #e6c000;
}



@media (max-width: 1450px) and (min-width: 1200px) {
    .cta-card {
        background-size: 30%;
    }
}

@media (max-width: 1199px) and (min-width: 769px) {
    .cta-card {
        background-position: -50px center;
        background-size: 30%;
    }
}

@media (max-width: 960px) {

    .container-1-cta {
        display: none; /* Cache le bloc vide sur mobile */
    }
    
    .container-2-cta,
    .container-3-cta {
        flex: 100%;
    }

    .cta-card h2 {
        font-size: 2rem;
    }

    .cta-block {
        margin: 0 auto;
    }
    
    .cta-card h2 {
        text-align: center;
        margin: 0 auto 40px;
        padding: 0 30px;
        font-size: 2rem;
    }
    
    .container-2-cta h2 {
        text-align: center;
    }

    .cta-card {
        background-position: -100px center;
        background-size: 50%;
    }
}


@media (max-width: 768px) {
    .cta-card {
        background-position: -150px center;
        background-size: 80%;
    }

}
.swiper-container {
  width: 100%;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.testimonial {
  position: relative;
  max-width: 1000px;
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px;
  height: 100%;
  width: 100%;
}
.slide p {
  text-align: center;
  padding: 0 10%;
  font-size: 16px;
  font-weight: 400;
}

.slider-jaune p{
  color: #005220;
}

.slider-vert p{
  color: #FFFFFF;
}

.slide .quote-icon {
  font-size: 30px;
  color: #FFD500;
}



.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
hr {
  width: 30px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #005220;
}

.slider-jaune hr{
  border: 1px solid #005220;
}

.slider-vert hr{
  border: 1px solid #FFCE00;
}


.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #005220;
}
.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #005220;
}

.slider-jaune .details .name, .slider-jaune .details .job{
  color: #005220;
}

.slider-vert .details .name, .slider-vert .details .job{
  color: #FFFFFF;
}


/* swiper button css */
.slider-jaune .nav-btn {
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  transition: 0.2s;
  border: 1px solid #005220;
}

.slider-jaune .nav-btn::after,
.slider-jaune .nav-btn::before {
  font-size: 14px !important;
  color: #005220;
}

.slider-jaune .nav-btn:hover {
  background-color: #005220;
}

.slider-jaune .nav-btn:hover.nav-btn::after,
.slider-jaune .nav-btn:hover.nav-btn::before {
  color: #FFFFFF;
}

.slider-jaune .swiper-pagination-bullet {
  background-color: #FFFFFF !important;
}
.slider-jaune .swiper-pagination-bullet-active {
  background-color: #FFFFFF !important;
}



.slider-vert .nav-btn {
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  transition: 0.2s;
  border: 1px solid #FFFFFF;
}

.slider-vert .nav-btn::after,
.slider-vert .nav-btn::before {
  font-size: 14px !important;
  color: #FFFFFF;
}

.slider-vert .nav-btn:hover {
  background-color: #FFFFFF;
}

.slider-vert .nav-btn:hover.nav-btn::after,
.slider-vert .nav-btn:hover.nav-btn::before {
  color: #005220;
}

.slider-vert .swiper-pagination-bullet {
  background-color: #FFFFFF !important;
}
.slider-vert .swiper-pagination-bullet-active {
  background-color: #FFCE00 !important;
}




.swiper-pagination-svg, .swiper-pagination { 
  display:none;
}

@media screen and (max-width: 680px) {
  .testimonial .slide p {
    padding: 0 20px !important;
  }
  .testimonial .nav-btn {
    display: none !important;
  }
  .testimonial .swiper-container svg, .testimonial .swiper-pagination, .swiper-pagination-svg { 
    display: block !important;
  }
  .testimonial .swiper-container {
    padding: 50px 20px 50px;
  }
}
.products-section {
    display: flex;
    padding: 0;
    overflow-x: hidden;
}

.products-content {
    width: 50%;
    display: flex;
    align-items: center;
}

.products-section .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.products-text {
    max-width: 600px;
}

.left .products-text {
    margin-right: auto;
    padding-left: 80px;
}

.right .products-text {
    margin-left: auto;
    padding-right: 80px;
}

.products-text h2 {
    margin-bottom: 30px;
}

.products-text p {
    margin-bottom: 20px;
}


.products-image {
    width: 50%;
    position: relative;
    overflow: hidden;
    opacity: 1; /* L'image commence invisible */
    transition: all 1s ease-out; /* Transition fluide */
}

.left .products-image.animate  {
    opacity: 0;
    transform: translateX(-100%);
}

.right .products-image.animate {
    opacity: 0;
    transform: translateX(100%);
}


.products-image.animate.visible {
    opacity: 1;
    transform: translateX(0); /* Position finale : position normale */
}

.products-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.left .products-image img {
    padding-right: 40px;
}

.right .products-image img {
    padding-left: 40px;
}

@media (max-width: 1300px) {
    .right .products-text {
        padding-left: 40px;
    }

    .right .products-image img, .left .products-image img {
        padding: 0px;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .products-section {
        flex-direction: column;
    }

    .products-content,
    .products-image {
        width: 100%;
    }

    .products-text {
        padding: 40px;
        margin: 0 auto;
    }
  
    .left .products-text{
        padding-left:40px;
    }

    .products-image {
        height: 400px;
    }
}
.swiper{
            padding: 0px 20px;
        }
    
        .swiper-slide {
            font-size: 18px;
            display: inline-block;
            justify-content: left;
            align-items: center;
            text-align: left;
            margin-bottom: 40px;
        }
    
        .swiper-slide img {
            display: inline-block;
            width: 100%;
            height: auto;
            object-fit: cover;
        }
    

    
        h3 {
            font-family: 'Sansation';
            color: #318c2c;
            margin: 20px 0 15px;
        }
        
    
        .swiper-scrollbar.swiper-scrollbar-horizontal{
            position: relative;
            bottom: 0;
        }
    
        /* ajout d’un container spécialement pour la scrollbar */
        .swiper-scrollbar-container {
            max-width: 1200px;
            margin: 0 auto;
        }
    
        @media (max-width: 1300px) {
            .swiper-scrollbar-container {
            max-width: 80%;
            }
        }
    
        .swiper-grab-cursor {
            cursor: grab;
            cursor: -webkit-grab;
        }
        .swiper-grab-cursor.swiper-grabbing {
            cursor: grabbing !important;
            cursor: -webkit-grabbing !important;
        }

        .container-slider{
            margin-top: 50px;
            text-align: center;
        }






  .swipercontent{
    padding: 0px 20px;
  }

  .swiper-slide-contente {
    font-size: 18px;
    display: inline-block;
    justify-content: left;
    align-items: center;
    text-align: left;
    margin-bottom: 40px;
  }

  .swiper-slide-contente img {
    display: inline-block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .swiper-scrollbar-drag {
    background: #318c2c;
    top: -1px;
    padding: 1px;
  }

  .swiper-slide a {
    text-decoration: none;
  }

  .swiper-slide-contente h3 {
    font-family: 'Sansation';
    color: #318c2c;
    margin: 20px 0 15px;
  }



    
  .swiper-grab-cursor {
    cursor: grab;
    cursor: -webkit-grab;
  }
  .swiper-grab-cursor.swiper-grabbing {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
  }



/* 1. Permet au lien d’être le conteneur d’un overlay absolu */
.swiper-slide-link {
    position: relative;
    display: block; /* Plus approprié qu'inline-block pour ce cas */
}

.swiper-plus-icon {
    color: #fff;
    font-size: 2rem;
}

/* 4. Apparition de l’overlay et de l’icône au survol du lien */
.swiper-slide-link:hover .swiper-slide-overlay {
    opacity: 1;
}

/* 5. Transition de la couleur du h3 vers #005220 */
.swiper-slide-link h3 {
    transition: color 0.3s ease;
}

.swiper-slide-link:hover h3 {
    color: #005220;
}

.swiper-image-container {
    position: relative;
    display: flex;
}

.swiper-image-container img {
    display: block;
    width: 100%;
}

.swiper-slide-overlay {
    position: absolute;
    inset: 0; /* Remplace top: 0, left: 0, width: 100%, height: 100% */
    background-color: rgba(0, 82, 32, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}





/* swiper scrollbar */

.swipercontent .swiper-scrollbar-drag {
  background: #318c2c;
  top: -1px;
  padding: 1px;
}

.swipercontent .swiper-scrollbar.swiper-scrollbar-horizontal{
  position: relative;
  bottom: 0;
}

/* ajout d’un container spécialement pour la scrollbar */
.swipercontent .swiper-scrollbar-container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .swipercontent .swiper-scrollbar-container {
    max-width: 80%;
  }
}
/* liste des items link */


.container-items-link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
}

.item-link {
  box-sizing: border-box;
  padding: 30px 10px;
  min-height: 200px;
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  text-align: left;
}

@media screen and (max-width: 1250px) and (min-width: 993px) {
  .container-items-link {
    max-width: 950px;
  }
}

@media screen and (max-width: 992px) and (min-width: 650px) {
  .container-items-link {
    max-width: 700px;
  }



  .container-items-link  .col-3 {
      flex: 0 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 649px) {
  .container-items-link {
    max-width: 400px;
  }

  .container-items-link  .col-3 {
      flex: 0 0 100%;
  }

  .item-link {
    padding: 10px;
  }
}
.tabs-section h2 {
    color: #2E842A;
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
}

/* Style des boutons d'onglets */
.tab-button {
    padding: 16px 24px;
    background: none;
    border: none;
    border-bottom: 3px solid #E5E5E5;
    color: #005220;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.tab-button:hover {
    opacity: 0.8;
}

.tab-button.active {
    opacity: 1;
    border-bottom-color: #FFCE00;
}

/* Contenu des onglets */
.tab-panel {
    display: none;
    padding: 40px 20px;
}

.tab-panel.active {
    display: block;
}

.tab-panel h3 {
    color: #2E842A;
    margin-bottom: 20px;
    font-size: 24px;
}

.tab-panel p {
    line-height: 1.6;
    color: #333;
}

/* Version Desktop */
@media (min-width: 769px) {
    .tabs-mobile {
        display: none;
    }

    .tabs-header {
        display: flex;
        gap: 2px;
        margin-bottom: -1px;
    }

    .tab-button {
        flex: 1;
    }
}

/* Version Mobile */
@media (max-width: 768px) {
    .tabs-desktop {
        display: none;
    }
    .tab-button {
        text-align: left;
    }
    .tabs-mobile .tab-group {
        margin-bottom: 1px;
    }

    .tabs-mobile .tab-panel {
        padding: 24px 20px;
    }
}