/* Extracted from former inline <style> blocks. */

/* Source: functions.php #1 */
/* Contraste des boutons Cookie Information */
        #declineButton,
        .coi-banner__decline {
            background: #ffffff !important;
            color: #4b453a !important;
            border: 2px solid #4b453a !important;
            opacity: 1 !important;
        }

        .coi-banner__accept {
            background: #4b453a !important;
            color: #ffffff !important;
            border: 2px solid #4b453a !important;
            opacity: 1 !important;
        }

        #declineButton:focus-visible,
        .coi-banner__decline:focus-visible,
        .coi-banner__accept:focus-visible {
            outline: 3px solid #000000 !important;
            outline-offset: 3px !important;
        }

/* Source: templates/blocks/agences-carousel/agences-carousel.php #1 */
#mobile-slider::-webkit-scrollbar { display: none; }

/* Source: templates/blocks/appointment_booking/appointment_booking.php #1 */
#field_4_14 {
    grid-column: span 8;
}
.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield--type-select select{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    font-family: Inter Variable, Inter, ui-sans-serif, system-ui, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}
.gfield--type-select select {
  padding: 16px 48px 16px 16px; /* right space for arrow */

  /* hide native arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* add custom arrow */
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2720%27%20height%3D%2712%27%20viewBox%3D%270%200%2020%2012%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M20%202.38281L17.5223%207.37071e-07L10%207.23438L2.47766%20-5.78177e-07L8.40761e-07%202.38281L10%2012L20%202.38281Z%27%20fill%3D%27black%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px 12px;
text-align: center !important;
}
.gfield.gfield--width-half input[type="text"],
.gfield.gfield--width-half  input[type="email"],
.gfield.gfield--width-half  input[type="tel"]{
        text-align: center !important;
}
.gfield.gfield--width-full input[type="text"],
.gfield.gfield--width-full  input[type="email"],
.gfield.gfield--width-full  input[type="tel"]{
        padding-left: 100px !important;
}
.ginput_container_textarea textarea{
    height: 129px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    font-family: Inter Variable, Inter, ui-sans-serif, system-ui, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
}
.gform-theme--foundation .gform_fields {
    grid-row-gap: 19px;
    row-gap: 19px;
}
#gform_submit_button_4{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 22px 58px;
    gap: 10px;
    width: 225px;
    height: 61px;
    background: #675F50;
    border-radius: 3px;
    font-family: Inter Variable, Inter, ui-sans-serif, system-ui, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.gform-theme--foundation .gform_footer, 
.gform-theme--foundation .gform_page_footer
 {
    justify-content: end;
    margin-top: -66px;
}
#field_4_16{
  margin-top: 35px;
}
.gfield--input-type-consent label{
    width: 627px !important;
    font-family: Inter Variable, Inter, ui-sans-serif, system-ui, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 11px !important;
    line-height: 13px !important;
    color: #000000 !important;
}
#input_17.1{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 8px !important;
    gap: 10px !important;
    width: 24px !important;
    height: 24px !important;
    background: #FFFFFF !important;
    border: 0.3px solid #D9D9D9 !important; 
    border-radius: 4px !important;
}
@media screen and (max-width: 50em){
.gform-theme--foundation .gform_footer, 
.gform-theme--foundation .gform_page_footer
 {
    justify-content: flex-start!important;
    margin-top: 16px!important;
}
#field_4_16 {
    margin-top: 16px!important;
}
.gfield--input-type-consent label {
    width: 100% !important;
    font-size: 8px!important;
line-height: 10px!important;
}
#field_4_14 {
    grid-column: span 12!important;
}
}

/* Source: templates/blocks/bloc-episode-media-texte/bloc-episode-media-texte.php #1 */
.youtube-wrapper iframe {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

/* Source: templates/blocks/bloc-faq/bloc-faq.php #1 */
.page-numbers.current span { color: #000; border-bottom: 2px solid #000; }

/* Source: templates/blocks/bloc-faq-personnalisable/bloc-faq-personnalisable.php #1 */
/*
     * Animation CSS sécurisée pour WordPress
     * sans caractères spéciaux Tailwind "&".
     */
    input.faq-checkbox-custom:checked + label .icon-plus {
        opacity: 0 !important;
    }

    input.faq-checkbox-custom:checked + label .icon-minus {
        opacity: 1 !important;
    }

/* Source: templates/blocks/bloc-gammes/bloc-gammes.php #1 */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Source: templates/blocks/bloc-gammes-piraino/bloc-gammes-piraino.php #1 */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Source: templates/blocks/carrousel-pavillon-temoin-evenements/carrousel-pavillon-temoin-evenements.php #1 */
/* Masquer les flèches par défaut injectées par Swiper */
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
}

/* CACHER LE BOUTON PREV QUAND ON EST AU DÉBUT, OU LE BOUTON NEXT À LA FIN */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Style de la pagination (les tirets) */
.swiper-pagination-bullet {
    width: 45px !important;
    height: 4px !important;
    border-radius: 0 !important;
    background-color: #d1d5db !important;
    margin: 0 !important;
    opacity: 1 !important;
}

/* Trait actif (Jaune fluo de la maquette) */
.swiper-pagination-bullet-active {
    background-color: #D6DF23 !important;
}

@media (min-width: 768px) {
    .swiper-pagination-bullet {
        background-color: #7A7469 !important; /* Gris/Taupe foncé sur desktop */
    }
    .swiper-pagination-bullet-active {
        background-color: #D6DF23 !important;
    }
}

/* Source: templates/blocks/carrousel-split-pavillon-temoin/carrousel-split-pavillon-temoin.php #1 */
.swiper-pagination-bullet { width: 3rem !important; height: 0.25rem !important; background-color: white !important; opacity: 1 !important; border-radius: 0 !important; transition: background-color 0.3s ease; pointer-events: auto; }
.swiper-pagination-bullet-active { background-color: #D1DF1D !important; }

/* Source: templates/blocks/contact-agences/contact-agences.php #1 */
/* CSS existant pour Gravity Forms */
#field_3_14, #field_3_18 { grid-column: span 8; }
.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield--type-select select {
    display: flex; flex-direction: row; justify-content: center; align-items: center;
    padding: 0px; gap: 10px; height: 60px; background: #FFFFFF; border: 1px solid #D9D9D9;
    font-family: Inter Variable, Inter, ui-sans-serif, system-ui, sans-serif;
    font-style: normal; font-weight: 300; font-size: 16px; line-height: 130%; color: #000000;
}
.gfield--type-select select {
  padding: 16px 48px 16px 16px; appearance: none; -webkit-appearance: none; -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2720%27%20height%3D%2712%27%20viewBox%3D%270%200%2020%2012%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M20%202.38281L17.5223%207.37071e-07L10%207.23438L2.47766%20-5.78177e-07L8.40761e-07%202.38281L10%2012L20%202.38281Z%27%20fill%3D%27black%27/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; background-size: 20px 12px; text-align: center !important;
}
.gfield.gfield--width-half input[type="text"],
.gfield.gfield--width-half  input[type="email"],
.gfield.gfield--width-half  input[type="tel"] { text-align: center !important; }
.gfield.gfield--width-full input[type="text"],
.gfield.gfield--width-full  input[type="email"],
.gfield.gfield--width-full  input[type="tel"] { padding-left: 100px !important; }
.ginput_container_textarea textarea {
    height: 129px; background: #FFFFFF; border: 1px solid #D9D9D9;
    font-family: Inter Variable, Inter, ui-sans-serif, system-ui, sans-serif;
    font-style: normal; font-weight: 300; font-size: 16px; line-height: 130%; color: #000000;
}
.gform-theme--foundation .gform_fields { grid-row-gap: 19px; row-gap: 19px; }
#gform_submit_button_3 {
    display: flex; flex-direction: row; justify-content: space-between; align-items: center;
    padding: 22px 58px; gap: 10px; width: 225px; height: 61px; background: #675F50;
    border-radius: 3px; font-family: Inter Variable, Inter, ui-sans-serif, system-ui, sans-serif;
    font-style: normal; font-weight: 500; font-size: 14px; line-height: 17px;
    text-transform: uppercase; color: #FFFFFF;
}
.gform-theme--foundation .gform_footer, 
.gform-theme--foundation .gform_page_footer { justify-content: end; margin-top: -66px; }
#field_3_16 { margin-top: 35px; }
.gfield--input-type-consent label {
    width: 627px !important; font-family: Inter Variable, Inter, ui-sans-serif, system-ui, sans-serif !important;
    font-style: normal !important; font-weight: 400 !important; font-size: 11px !important;
    line-height: 13px !important; color: #000000 !important;
}
#input_17.1 {
    display: flex !important; flex-direction: column !important; justify-content: center !important;
    align-items: center !important; padding: 8px !important; gap: 10px !important;
    width: 24px !important; height: 24px !important; background: #FFFFFF !important;
    border: 0.3px solid #D9D9D9 !important; border-radius: 4px !important;
}

/* Cache la scrollbar inesthétique sur mobile */
.agences-scrollbar-hide::-webkit-scrollbar { display: none; }
.agences-scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
@media screen and (max-width: 50em){
.gform-theme--foundation .gform_footer, 
.gform-theme--foundation .gform_page_footer
 {
    justify-content: flex-start!important;
    margin-top: 16px!important;
}
#field_3_16 {
    margin-top: 16px!important;
}
.gfield--input-type-consent label {
    width: 100% !important;
    font-size: 8px!important;
line-height: 10px!important;
}
#field_3_14,
#field_3_18 {
    grid-column: span 12!important;
}
.gfield.gfield--width-full input[type="text"],
.gfield.gfield--width-full  input[type="email"],
.gfield.gfield--width-full  input[type="tel"] { padding-left: 0px !important;        text-align: center; }
.ginput_container_textarea textarea {
    text-align: center;
}
}
.gfield_required_text{
	display: none !important;
}

/* Source: templates/blocks/events-block/events-block.php #1 */
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

/* Source: templates/blocks/faq-agent-pavillon/faq-agent-pavillon.php #1 */
.wysiwyg-content p {
        margin-bottom: 1rem;
    }

    .wysiwyg-content p:last-child {
        margin-bottom: 0;
    }

    input.faq-checkbox:checked + label.faq-button .faq-title {
        font-weight: 700 !important;
    }

    input.faq-checkbox:checked + label.faq-button .horizontal-line {
        transform: rotate(180deg) !important;
    }

    input.faq-checkbox:checked + label.faq-button .vertical-line {
        transform: rotate(90deg) !important;
        opacity: 0 !important;
    }

/* Source: templates/blocks/formulaire-candidature/formulaire-candidature.php #1 */
/* ==========================================================================
   STYLES GRAVITY FORMS - PAGE CANDIDATURE
   ========================================================================== */

/* Reset général et espacements */
.gravity-forms-wrapper .gform_wrapper .gfield {
    margin-bottom: 25px !important;
}

/* 1. Champs de texte (Nom, Prénom, Email, Tél) */
.gravity-forms-wrapper .gform_wrapper input[type="text"],
.gravity-forms-wrapper .gform_wrapper input[type="email"],
.gravity-forms-wrapper .gform_wrapper input[type="tel"],
.gravity-forms-wrapper .gform_wrapper input[type="number"] {
    width: 100% !important;
    height: 60px !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;
    padding: 0 20px !important;
    font-size: 15px !important;
    text-align: center !important;
    color: #333 !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Textarea Commentaire (Aligné à gauche) */
.gravity-forms-wrapper .gform_wrapper textarea {
    width: 100% !important;
    min-height: 120px !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;
    padding: 16px 20px !important;
    font-size: 15px !important;
    text-align: left !important;
    color: #333 !important;
    box-shadow: none !important;
    outline: none !important;
    resize: vertical !important;
}

.gravity-forms-wrapper .gform_wrapper input:focus,
.gravity-forms-wrapper .gform_wrapper textarea:focus {
    border-color: #6b6151 !important;
}

/* 2. Champ Fichier (Upload) avec texte "CV*" superposé */
.gravity-forms-wrapper .gform_wrapper input[type="file"] {
    width: 100% !important;
    height: 60px !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    color: #777 !important;
    font-size: 14px !important;
    line-height: 58px !important;
    cursor: pointer !important;
}

/* Le bloc gris natif : on cache son texte et on lui donne une largeur fixe */
.gravity-forms-wrapper .gform_wrapper input[type="file"]::file-selector-button {
    background-color: #eaeaea !important;
    border: none !important;
    border-right: 1px solid #e2e2e2 !important;
    height: 100% !important;
    width: 140px !important; /* Largeur fixe du bouton gris */
    margin-right: 20px !important;
    color: transparent !important; /* Rend "Choisir un fichier" invisible */
    cursor: pointer !important;
}

.gravity-forms-wrapper .gform_wrapper input[type="file"]::file-selector-button:hover {
    background-color: #e2e2e2 !important;
}

/* Masquer le texte "Taille max des fichiers..." */
.gravity-forms-wrapper .gform_wrapper .gform_fileupload_rules { 
    display: none !important; 
}

/* Conteneur du fichier pour superposer le texte "CV*" */
.gravity-forms-wrapper .gform_wrapper .ginput_container_fileupload {
    position: relative !important;
}

/* Le texte "CV*" ajouté par-dessus le bouton gris */
.gravity-forms-wrapper .gform_wrapper .ginput_container_fileupload::before {
    content: "CV*" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 140px !important; /* Même largeur que le bouton */
    height: 60px !important; /* Même hauteur */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #333 !important;
    font-size: 15px !important;
    pointer-events: none !important; /* Laisse le clic passer vers le vrai bouton en dessous */
    z-index: 5 !important;
	font-family: 'Inter'!important;
}

/* 3. Case à cocher */
.gravity-forms-wrapper .gform_wrapper .gfield_checkbox {
    margin-top: 15px !important;
}
.gravity-forms-wrapper .gform_wrapper .gfield_checkbox li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
}
.gravity-forms-wrapper .gform_wrapper .gfield_checkbox input[type="checkbox"] {
    margin-top: 4px !important;
    min-width: 16px !important;
    height: 16px !important;
    border: 1px solid #999 !important;
    border-radius: 0 !important;
    appearance: auto !important;
    cursor: pointer !important;
}
.gravity-forms-wrapper .gform_wrapper .gfield_checkbox label {
    font-size: 11px !important;
    line-height: 1.4 !important;
    color: #333 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400 !important;
    cursor: pointer !important;
}

/* 4. Footer et Bouton */
.gravity-forms-wrapper .gform_wrapper .gform_footer {
    display: flex !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    margin-top: -65px !important; /* Par défaut desktop : à droite du captcha */
    border: none !important;
    position: relative;
    z-index: 10;
    pointer-events: none; /* Empêche le conteneur de bloquer le clic du captcha */
}

.gravity-forms-wrapper .gform_wrapper input[type="submit"],
.gravity-forms-wrapper .gform_wrapper button.gform_button {
    background-color: #6b6151 !important;
    color: #ffffff !important;
    border: none !important;
    height: 65px !important;
    padding: 0 40px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    pointer-events: auto !important; /* Réactive le clic sur le bouton lui-même */
    box-shadow: none !important;
    transition: background-color 0.3s ease;
}

.gravity-forms-wrapper .gform_wrapper input[type="submit"]:hover,
.gravity-forms-wrapper .gform_wrapper button.gform_button:hover {
    background-color: #524a3e !important;
}
.gform-theme--foundation .gform_fields {
	column-gap: 19px !important;
    row-gap: 19px !important;
}
.gfield_required{
	display: none !important;
}
/* Ajustement Mobile du Bouton */
@media (max-width: 768px) {
	.gform-theme--foundation .gform_fields {
	column-gap: 16px !important;
    row-gap: 16px !important;
}
    .gravity-forms-wrapper .gform_wrapper .gform_footer {
        margin-top: 20px !important; /* Repasse sous le captcha */
        justify-content: flex-start !important; /* Aligné à gauche */
    }
    
    .gravity-forms-wrapper .gform_wrapper input[type="submit"],
    .gravity-forms-wrapper .gform_wrapper button.gform_button {
        width: 100% !important;
        max-width: 280px !important; /* Largeur fixe comme la maquette */
    }
}

/* Source: templates/blocks/grille_terrains/grille_terrains.php #1 */
.title-terrain strong { font-weight: 700; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body.modal-open { overflow: hidden; }

/* Source: templates/blocks/header-style-maison/header-style-maison.php #1 */
.slider-piraino { -webkit-appearance: none; width: 100%; height: 5px; background: #E5E7EB; border-radius: 5px; outline: none; }
        .slider-piraino::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; background: #C1D600; cursor: pointer; border: none; }
        .slider-piraino::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: #C1D600; cursor: pointer; border: none; }
        .input-clean::-webkit-outer-spin-button, .input-clean::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
        .input-clean { -moz-appearance: textfield; }
        .hide-scroll::-webkit-scrollbar { display: none; }
        .hide-scroll { -ms-overflow-style: none; scrollbar-width: none; }
        .faq-details > summary::-webkit-details-marker { display: none; }

/* Source: templates/blocks/hero-home/hero-home.php #1 */
@media (max-width: 768px) {
   .hero-subtitle span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
}
}

/* Source: templates/blocks/liste-tmoignagnes-piraino/liste-tmoignagnes-piraino.php #1 */
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

/* Source: templates/blocks/maison_terrain_grid/maison_terrain_grid.php #1 */
.mt-custom-popup .leaflet-popup-content-wrapper { padding: 0; overflow: hidden; border-radius: 4px; border: none; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.mt-custom-popup .leaflet-popup-content { margin: 0; width: 300px !important; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
body.modal-open { overflow: hidden; }
img.leaflet-marker-icon {
    max-width: none !important;
    max-height: none !important;
    width: 36px !important;
    height: 44px !important; 
    box-sizing: content-box !important;
}

.leaflet-container img.leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

/* Source: templates/blocks/page-produit-style-1/page-produit-style-1.php #1 */
.slider-piraino { -webkit-appearance: none; width: 100%; height: 5px; background: #E5E7EB; border-radius: 5px; outline: none; }
        .slider-piraino::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; background: #C1D600; cursor: pointer; border: none; }
        .slider-piraino::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: #C1D600; cursor: pointer; border: none; }
        .input-clean::-webkit-outer-spin-button, .input-clean::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
        .input-clean { -moz-appearance: textfield; }
        .hide-scroll::-webkit-scrollbar { display: none; }
        .hide-scroll { -ms-overflow-style: none; scrollbar-width: none; }
        /* Cacher la flèche native des balises details */
        .faq-details > summary::-webkit-details-marker { display: none; }

/* Source: templates/blocks/piraino-signature/piraino-signature.php #1 */
/* Masquer les flèches inactives en opacité 0 (Gère l'apparition au clic) */
    .piraino-btn-prev.swiper-button-disabled,
    .piraino-btn-next.swiper-button-disabled {
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .piraino-pagination .swiper-pagination-bullet {
        width: 50px;
        height: 4px;
        background-color: #8D897B;
        border-radius: 0;
        opacity: 1;
        margin: 0 !important;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .piraino-pagination .swiper-pagination-bullet-active {
        background-color: #D1DF24 !important;
    }

    .piraino-btn-prev::after,
    .piraino-btn-next::after {
        display: none !important;
    }

/* Source: templates/blocks/plan_pdf/plan_pdf.php #1 */
.plan-pdf-content ul li p {
    display: inline; /* Force le paragraphe à rester sur la même ligne que la puce */
    margin: 0; /* Supprime les marges par défaut du paragraphe pour éviter les grands espaces */
}
    /* Styles généraux du bloc texte */
    .plan-pdf-content p { margin-bottom: 1.5rem; }
    .plan-pdf-content p:last-child { margin-bottom: 0; }
    .plan-pdf-content ul { 
    margin-bottom: 1.5rem; 
    padding-left: 1.5rem; /* On utilise padding au lieu de margin pour faire de la place aux puces */
    list-style-type: disc; 
    list-style-position: outside; /* La clé est ici : la puce sort du bloc de texte */
}

.plan-pdf-content ul li { 
    margin-bottom: 1.25rem; /* Aère l'espace entre chaque point */
    padding-left: 0.25rem; /* Ajoute un petit espace subtil entre la puce et le début du texte */
}
    .plan-pdf-content ul li strong, .plan-pdf-content ul li b { font-weight: 700; }
    
    /* ==========================================================================
       STYLES DE LA MODALE POPUP UNIQUEMENT (MÉCANIQUE ET CONTENEUR)
       ========================================================================== */
    .gf-popup-modal {
        display: none;
        position: fixed;
        z-index: 999999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(4px);
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .gf-popup-modal.is-open {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
    }
    .gf-popup-content {
        background-color: #ffffff;
        border-radius: 4px; 
        width: 90%;
        max-width: 800px;
        max-height: 90vh;
        overflow-y: auto;
        position: relative;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
        padding: 50px;
        transform: translateY(20px);
        transition: transform 0.3s ease;
        box-sizing: border-box;
    }
    .gf-popup-modal.is-open .gf-popup-content {
        transform: translateY(0);
    }
    .gf-popup-close {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 32px;
        color: #999;
        cursor: pointer;
        line-height: 1;
        transition: color 0.3s;
        z-index: 10;
        font-weight: 300;
    }
    .gf-popup-close:hover {
        color: #000;
    }
	
	.gf-popup-content input[type="text"],
	.gf-popup-content input[type="email"],
	.gf-popup-content input[type="tel"]{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 0px;
		gap: 10px;
		height: 60px;
		background: #FFFFFF;
		border: 1px solid #D9D9D9;
		font-family: Inter Variable, Inter, ui-sans-serif, system-ui, sans-serif;
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 130%;
		text-align: center;
		color: #000000;
		box-shadow: none;
		outline: none;
	}
	.gf-popup-content input[type="email"],
	.gf-popup-content input[type="tel"]{
		justify-content: start;
		padding: 0px 112px;
		text-align: left;
	}
	.gform-theme--foundation .gform_fields {
		row-gap: 19px;
		column-gap: 19px;
	}
    .gf-popup-content .gfield_consent_label{
		font-family: Inter Variable, Inter, ui-sans-serif, system-ui, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 11px;
		line-height: 13px;
		color: #000000;
	}
	.gf-popup-content .gform_button{
		display: flex !important;
		align-items: center !important;
		text-align: center !important;
		padding: 22px 58px !important;
		gap: 10px !important;
		background: #675F50 !important;
		border-radius: 3px !important;
		font-family: 'Inter' !important;
		font-style: normal !important;
		font-weight: 500 !important;
		font-size: 14px !important;
		line-height: 17px !important;
		color: #FFFFFF !important;
	}
	.gform-theme--foundation #field_submit, .gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
		justify-content: end;
		margin-top: -66.51px;
	}
	.dlpro-turnstile{
		margin-top: 35px;
	}
    @media (max-width: 768px) {
        .gf-popup-content { padding: 30px 20px; }
		.gform-theme--foundation #field_submit, .gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {margin-top: 19px;}
		.dlpro-turnstile { margin-top: 19px;}
    }

/* Source: templates/blocks/section-inspiration-realisation/section-inspiration-realisation.php #1 */
.hide-scrollbar::-webkit-scrollbar {
        display: none;
    }
    .hide-scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

/* Source: templates/blocks/terrains-split/terrains-split.php #1 */
.hide-scrollbar::-webkit-scrollbar { display: none; }
  .hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
  html, body { overflow-x: clip; }
