/* app/css/project.css */

body {
  background: whitesmoke;
}
.font_project{
  font-family: 'Fredoka One', cursive !important;
}
.material-symbols-outlined {
  font-variation-settings: 'wght' 200 !important;
}

a {
  color: var(--color1);
  text-decoration: none;
}

/* Container layout */
.menu_top{
    /* background-image: url('../../storage/assets/images/fond_header.png'); */
    /* background-size: contain; */
    /* background-position: left; */
    /* background-repeat: no-repeat; */
    /* background-color: var(--color1); */
    box-shadow: var(--shadow_medium) !important;
}



.cont_menu_principal {
  margin-left: auto;
}
.menu_principal ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn_page {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px 8px;
  margin-left:auto;margin-right:20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 200;
  cursor: pointer;
  /* border: 1px solid rgba(255, 255, 255, 0.35); */
  /* background: rgba(255, 255, 255, 0.15); */
  color: var(--color2);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.btn_page:hover,
.btn_page_actif {
  /* background: rgba(255, 255, 255, 0.15); */
  /* color: rgb(236, 33, 136); */
  /* border-color: transparent; */
  text-decoration: underline;
  text-underline-offset: 6px; 
}
.btn_page_actif:hover {
  cursor: default;
}


.logo_entete{  
  height:100px;
  width: auto;
  margin-left:20px;
}

.ic_close_entete {  
  margin-left: auto;
  margin-right: 20px;
  color: white;
  font-size: 2em;
  font-variation-settings: 'wght' 600 !important;
  cursor: pointer;
}


.menu_side {    
  box-shadow: none !important;
  border-right: 1px solid white;
  background: whitesmoke ;
  padding: 10px;
}
/* .cont_popup, */
.cont_general,
.gallery_container {
  background: whitesmoke;  
}


/* BUBBLE */
.bubble_add_html {
  clear: both;
  width: 100%;
  margin-top: 15px;
  /* border-top: 1px solid #eee; */
  padding-top: 15px;
}
.bubble_content { position: relative; }

.bubble_close_ic {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
    font-size: 2em;
    font-variation-settings: 'wght' 400 !important;
    color: var(--color3);
    z-index: 1;
}
.bubble_close_ic:hover { color: var(--color1); }

/* FOOTER */
.cont_footer{
  /* background-image: url('../../storage/assets/photos/girls_detente.jpg'); */
  /* background-size: contain; */
  /* background-position: left; */
  /* background-repeat: no-repeat; */
  background-color: var(--color1);
  min-height: 200px;
}


/* CGL */
.cgl_container {
  flex: 1;
  box-sizing: border-box;
  width: min(100%, 1600px);
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 100px 100px;
  line-height: 1.7;
  background-color: white;
  box-shadow: var(--shadow_medium);
}


.cgl_container h1 {
  color: var(--color1);
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color1);
  text-transform: uppercase;
  text-align: center;
}

.cgl_container h2 {
  color: var(--color1);
  font-size: 1.3rem;
  margin-top: 35px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.cgl_container h3 {
  color: var(--color1);
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.cgl_container p {
  color: #444;
  font-size: 0.95rem;
  margin-bottom: 12px;
  text-align: justify;
  padding-left: 15px;
}

.cgl_container ul {
  list-style: none;
  margin: 4px 0 18px 0;
  padding: 14px 18px 14px 30px;
  background-color: var(--color_bg_alt);
  border-left: 2px solid rgba(42, 187, 202, 0.25);
  border-radius: 0 4px 4px 0;
}

.cgl_container li {
  position: relative;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 10px;
  padding-left: 12px;
  text-align: justify;
}

.cgl_container li:last-child {
  margin-bottom: 0;
}

.cgl_container li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color1);
  opacity: 0.4;
}

.cgl_container a:hover {
  text-decoration: underline;
}

/* ACCUEIL */
.particuliers_diaporama {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow_medium);
}
.particuliers_diaporama_slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: whitesmoke;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.particuliers_diaporama_slide.active {
  opacity: 1;
}
.particuliers_diaporama_caption_top {
  padding: 5px 0 14px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, color-mix(in srgb, grey 60%, transparent) 0%, color-mix(in srgb, grey 30%, transparent) 60%, transparent 100%);
}
.particuliers_diaporama_caption_bottom {
  padding: 14px 0 5px;  
  text-transform: uppercase;
  background: linear-gradient(to top, color-mix(in srgb, grey 60%, transparent) 0%, color-mix(in srgb, grey 30%, transparent) 60%, transparent 100%);
}
.particuliers_diaporama_title {
  /* font-weight: bold; */
  color: white;
  font-size: 1rem;
}
.particuliers_diaporama_subtitle {
  color: white;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.particuliers_diaporama_cat {
  color: white;
  font-size: 0.75rem;
}

/* FICHES */
.entete_fiche{
  background-color: var(--color1);
  /* background-image: url('../../storage/assets/images/fond_header.png'); */
  /* background-size: contain; */
  /* background-position: left; */
  /* background-repeat: no-repeat; */
  box-shadow: var(--shadow_medium) !important;
  padding: 0;
  font-size: 1.2em;
  height: 150px;
  display: flex;
  align-items: center;
}
.entete_fiche .logo_entete{
  margin-left: 15px;
}


/* FICHE PRODUIT */
.bloc_2{ 
  float: left; 
  width:50%;
  padding: 30px 5%;
}

/* FICHE PRODUIT : IMAGES CAROUSEL */
#fiche_produit_main_img {
  transition: opacity 0.3s ease;
  z-index: 1;
}
.fiche_produit_thumbs{
  width: 100%;
  margin-top: 0;
  text-align: center;
  background: white;
}
.fiche_produit_thumb {
  width: 20%;
  padding: 5px;
  aspect-ratio: 5/4;
  object-fit: contain;
  cursor: pointer;
}
.fiche_produit_thumb_flyer {
  object-fit: contain;
}
.fiche_produit_img_wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5/4;
}
.fiche_produit_img_wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* object-position: top center; */
}
.fiche_produit_img_wrap .fiche_produit_img_next {
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.fiche_produit_img_wrap .fiche_produit_img_next, 
#fiche_produit_main_img {
  padding: 10px;
  background-color: white;
}

/* FICHE TECHNIQUE PRODUIT */
.fiche_produit_technique{  
  width:80%;
  margin-left: 0;
  margin-top:30px;
}

.cont_ligne_ic_title,
.ligne_need_particular{
  float: left;
  margin-top: 15px;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  background: white;
}
.cont_ligne_ic_title span,
.ligne_need_particular span{
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}
.cont_ligne_ic_title i,
.ligne_need_particular i{
  float: left;
  box-shadow: var(--shadow_medium);
  padding: 5px;
  margin: 5px 0 7px 10px;
  border-radius: 5px;
  background: var(--color2);
  color: white;
}
.cont_ligne_ic_title .hover:hover{
  box-shadow: var(--shadow_medium);
  cursor: pointer;
}
.ligne_need_particular i{
  background: var(--color3);
  color: black;
}

.dim_labels{  
  color: lightgrey;
  margin-left: 20px;
  font-size: 0.8em;
}

/* FICHE PRODUIT : SUR DEMANDE */
.cont_sur_demande{
  width: 80%;
  float: left;
  margin-top: 20px;
  margin-bottom: 15px;
  background: white;
  border-radius: 10px;
  padding: 10px;
}

/* FICHE PRODUIT : TARIFS */

.fiche_produit_cont_tarifs{
  float: left;
  width:100%;
  height: 350px;
  margin-top: 50px;
  background-image: url('../../storage/assets/images/enfants_sautent.png');
  background-size: 50%;
  background-position: top right;
  background-repeat: no-repeat;
  
}


.fiche_produit_cont_tarifs i{
  float: left;
  background: white;
  color: var(--color1);
  border-radius: 50%;
  padding: 5px;
  box-shadow: var(--shadow_medium);
  margin: 20px 0 7px 10px;
}

.fiche_produit_tarifs{
  float: left;
  width:250px;
  /* background: var(--color1);
  background: white; */
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 10px;
  margin: 15px 0;
}

.fiche_produit_tarifs:hover{
  cursor: pointer;
}

/* PROPOSITIONS PRODUITS ADDITIONNELS */
.additionnel_title{
  font-size: 1.2em;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
  color: black;
  text-transform: uppercase !important;
}
.additionnel_cont_produits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:50px;
  padding: 20px;
  margin-bottom: 50px;
}

.additionnel_cont_produit{
  /* border:1px solid silver; */
  box-shadow: var(--shadow_small);
  cursor:pointer;
  display:flex;
  flex-direction:column;
  padding: 20px;
  /* border-radius: 10px; */
}
.additionnel_cont_produit:hover{
  box-shadow: var(--shadow_large);
  /* transform: translateY(-10px);
  transition: all 0.3s ease; */
}

.additionnel_cont_produit_title{
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase !important;
  margin-bottom: 15px;
  color: var(--color1);
}
.additionnel_cont_produit_cont_img{
  position:relative;
  width:100%;
  padding-top:75%;
  overflow:hidden;
  border-radius:4px;
  flex-shrink:0;
}

.additionnel_cont_produit_cont_img img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:contain;
}


/* BTN FILTRAGE PRODUITS */
.btn_affichage_produits,
.btn_print_produits{
    font-size: 1.5em;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.btn_affichage_produits_active,
.btn_print_produits:hover{
    background: white;
    color: var(--color2);
}

/* TABLE */
  thead tr {
    border-bottom: 2px solid white;
  }
  thead th {
    font-weight: normal;
  }

  .table_produits th:first-child,
  .table_produits td:first-child {
      width: 90px;
      max-width: 90px;
  }
  .table_thumb{
    height: 55px;
    width: 70px;
    object-fit: contain;

  }
  .icon_table {
    color: silver;
    font-size: 20px;
  }
  .table_produits tbody tr:hover .icon_table {
    color: white;
  }
  

  /* Fil d'Ariane */
    .fil_ariane_entete a { text-decoration: none; }
    .fil_ariane_entete a:hover { text-decoration: underline; }
    .fil_ariane_sep { opacity: 0.7; margin: 0 0.25em; }
    .fil_ariane_actuel { font-weight: bold; cursor: default; }

    .menu_side .menu_cat_title {
        text-transform: uppercase;
        letter-spacing: 0.06em;
        font-size: 0.75rem;
        color: #6b7280;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }
    
    .menu_side .menu_cat_link,
    .menu_side .menu_sous_cat_link {
        display: block;
        text-decoration: none;
        color: inherit;
        padding: 0.4rem 0.5rem;
        margin: 0.1rem 0;
        border-radius: 6px;
        transition: background-color 0.15s ease, color 0.15s ease;
    }
    
    .menu_side .menu_cat_link:hover,
    .menu_side .menu_sous_cat_link:hover {
        background-color: rgba(0, 0, 0, 0.04);
        text-decoration: none;
    }
    
    .menu_side .menu_cat_link.active,
    .menu_side .menu_sous_cat_link.active {
        background-color: var(--color2);
        color: white;
        font-weight: normal;
        cursor: default;
        text-decoration: none;
    }
    
    .menu_side .menu_sous_cat_wrap {
        border-left: 2px solid rgba(0, 0, 0, 0.08);
        padding-left: 0.75rem;
        margin-left: 0.25rem;
    }

    .menu_side .menu_sous_cat_collapsed {
        display: none;
    }    

/* ─── SIDEBAR : CONTENEUR VITRINE ─── */

.side_vitrine {
  margin-top: 30px;
  padding: 20px 16px 24px;
  background: white;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.04);
}


/* ─── SIDEBAR : PHOTO ─── */

.side_photo {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.side_photo img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.side_photo_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px 14px 10px;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 100%);
  font-size: 11.5px;
  color: white;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}


/* ─── SIDEBAR : RÉASSURANCE ─── */

.side_reassurance {
  margin-top: 20px;
  padding: 0;
}

.side_reassurance_item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.side_reassurance_item:last-child {
  border-bottom: none;
}

.side_reassurance_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.side_reassurance_icon i {
  font-size: 20px;
  color: white;
}

.side_reassurance_item > span {
  font-size: 13.5px;
  font-weight: 600;
  color: #1a2b3c;
  line-height: 1.4;
}


/* ─── SIDEBAR : BLOC POURQUOI ─── */

.side_pourquoi {
  margin-top: 20px;
  padding: 16px 14px;
  background: rgba(42, 187, 202, 0.05);
  border-radius: 10px;
}

.side_pourquoi_title {
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  color: var(--color2);
  margin-bottom: 10px;
}

.side_pourquoi_text {
  font-size: 12.5px;
  color: #3a4a5a;
  line-height: 1.65;
}


/* ─── SIDEBAR : CTA DEVIS ─── */

.side_cta_separator {
  height: 3px;
  margin: 20px 0 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--color1) 0%, var(--color2) 100%);
}

.side_cta_card {
  margin-top: 16px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(42, 187, 202, 0.05);
}
.side_cta_body {
  padding: 18px 16px 18px;
}

.side_cta_title {
  font-size: 17px;
  color: var(--color1);
  margin-bottom: 4px;
}

.side_cta_text {
  font-size: 12.5px;
  color: #5a6c7d;
  line-height: 1.5;
}

.side_cta_btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 14px !important;
  padding: 13px 18px !important;
  border-radius: 8px;
  letter-spacing: 0.02em;
  box-shadow: 0 3px 10px rgba(42, 187, 202, 0.2);
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}
.side_cta_btn:hover {
  box-shadow: 0 4px 14px rgba(42, 187, 202, 0.3);
  transform: translateY(-1px);
}

/* EVENEMENTS */
.evenement_card {
  display: flex;
  flex-direction: column;
}
.evenement_titre {
  width: 100%;
  color: grey;
}
/* En ce moment / À venir : titre 100%, flyer 50% gauche, infos 50% droite */
.evenement_card.en_ce_moment .evenement_titre,
.evenement_card.a_venir .evenement_titre {
  margin-bottom: 15px;
  color: var(--color1);
}
.evenement_card.en_ce_moment .evenement_corps,
.evenement_card.a_venir .evenement_corps {
  margin-top: 8px;
  overflow: hidden;
}
.evenement_card.en_ce_moment .evenement_flyer_wrap,
.evenement_card.a_venir .evenement_flyer_wrap {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.evenement_card.en_ce_moment .evenement_infos,
.evenement_card.a_venir .evenement_infos {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.evenement_card.termine .evenement_date{
  color: grey;
  font-size: 0.9em;
}
.evenement_card.en_ce_moment .evenement_date,
.evenement_card.a_venir .evenement_date, 
.evenement_card.en_ce_moment .evenement_heure,
.evenement_card.a_venir .evenement_heure {
  color: black;
  font-size: 0.9em;
}
.evenement_card.en_ce_moment .evenement_flyer_img,
.evenement_card.a_venir .evenement_flyer_img {
  max-height: 280px;
  object-fit: contain;
}
/* Terminé : layout empilé (titre, date, status, flyer) */
.evenement_card.termine .evenement_corps {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.evenement_card.termine .evenement_infos { order: 1; }
.evenement_card.termine .evenement_flyer_wrap { order: 2; }
.evenement_card.termine .evenement_flyer_img {
  max-height: 350px;
  object-fit: contain;
  margin-top: 8px;
}
.evenement_status_termine{
  float: left;
  color: lightgrey;
  margin-top: 5px;
}
.evenement_status_en_ce_moment,
.evenement_status_a_venir{
  float: left;
  padding: 5px 10px 8px;
  border-radius: 5px;
  box-shadow: var(--shadow_medium);
  margin-top: 15px;
}
.evenement_status_en_ce_moment{
  background: var(--color3);
  color: black;
  margin-left: 5px;
}
.evenement_status_a_venir{
  background: var(--color2);
  color: white;
  margin-left: 5px;
}


.bloc_2 .evenement_status_en_ce_moment,
.bloc_2 .evenement_status_a_venir,
.bloc_2 .evenement_status_termine{
  float: right;
  border-radius: 0 5px 0 0;
  box-shadow: initial;
  margin: 0;
  width:150px;
  text-align: center;
  padding: 5px 10px 8px;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}

.bloc_2 .evenement_status_termine{
  background: lightgrey;
  color: black;
}

/* CONDITIONS LOCATION — blocs simples, titre avec bg, 2 colonnes (GALLERY_COLS_2) */
.conditions_location_wrap {
  margin: 10px 0 50px 0;
  text-align: center;
  gap: 30px;
}
.conditions_location_block {
  width: 80%;
  margin: 0 auto;
  font-size: 1.1em;
  background: #efeded;
  overflow: hidden;
  border-radius: 5px;
  
}
.conditions_location_block .conditions_location_title {
  color: white;
  margin: 0;
  min-width:250px;
  font-size: 0.9em;
  
}
.conditions_location_block:nth-child(odd) .conditions_location_title {
  background: var(--color1);
  float: left;
  text-align: left;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  padding: 10px 30px 10px 15px;
}

.conditions_location_block:nth-child(even) .conditions_location_title {
  background: var(--color2);
  float: right;
  text-align: right;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  padding: 10px 15px 10px 30px;
}
.conditions_location_block:nth-child(4n+1) .conditions_location_title,
.conditions_location_block:nth-child(4n+4) .conditions_location_title {
  background: var(--color1);
}
.conditions_location_block:nth-child(4n+2) .conditions_location_title,
.conditions_location_block:nth-child(4n+3) .conditions_location_title {
  background: var(--color2);
}
.conditions_location_block .conditions_location_content {
  float: left;
  text-align: left;
  width: 100%;
  padding: 30px 15px;
  height: 100%;
  color: inherit;
  margin: 0;
  background: white;
  font-size: 0.9em;
}




/* Vignette teaser : même hauteur que les cartes, pas de flyer, plus étroite */
.evenements_en_cours_a_venir .gallery_item_card:last-child {
  max-width: 230px;
  justify-self: start;
  background: transparent;
  box-shadow: initial;
  border: 1px solid lightgrey
}
.evenement_teaser_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  /* padding: 10px; */
  box-sizing: border-box;
}
.evenement_teaser_titre {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  /* color: var(--color2); */
}
.evenement_teaser_desc {
  font-size: 0.85rem;
  margin:  15px 0 0 0;
  line-height: 1.4;
  /* text-align: center; */
}
.evenement_teaser_btn {
  display: inline-block;
  padding: 10px 10px;
  cursor: pointer;
  margin:  30px auto 0 auto;
  align-self: flex-start;
  background: var(--color3);
}


/* ===========================
   FICHES
   =========================== */
     .fiche_container { width: 100%; padding: 15px 0 30px; }
   .fiche_media { width: 55%; }
   .fiche_content { width: 45%; padding: 0px 30px 0 30px; }

   /* KPIs admin */
   .fiche_kpi_row { display: flex; gap: 10px; flex-wrap: wrap; }
   .fiche_kpi { flex: 1; min-width: 70px; text-align: center; padding: 14px 8px; background: white; border-radius: 10px; box-shadow: var(--shadow_small); border: 1px solid rgba(0,0,0,0.04); }
   .fiche_kpi_value { font-size: 18px; font-weight: 700; color: var(--color1); line-height: 1.2; }
   .fiche_kpi_label { font-size: 10px; color: #999; text-transform: uppercase; margin-top: 4px; letter-spacing: 0.03em; }

   /* Info rows */
   .fiche_info_row { display: flex; align-items: baseline; padding: 7px 0; border-bottom: 1px solid #f0f0f0; }
   .fiche_info_row:last-child { border-bottom: none; }
   .fiche_info_label { width: 110px; flex-shrink: 0; font-size: 12px; color: #999; }
   .fiche_info_value { font-size: 13px; color: #333; }

   /* Badges statut */
   .fiche_badge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; }
   .fiche_badge_green { background: #e8f5e9; color: #2e7d32; }
   .fiche_badge_orange { background: #fff3e0; color: #e65100; }
   .fiche_badge_red { background: #ffebee; color: #c62828; }
   .fiche_badge_neutral { background: #f5f5f5; color: #555; }
   .fiche_badge_promo { background: var(--color4); color: white; border-radius: 4px; padding: 4px 10px; font-size: 13px; font-weight: 800; }

   /* Alerts */
   .fiche_alert { padding: 12px 16px; border-radius: 8px; font-size: 16px; display: flex; align-items: flex-start; gap: 10px; margin-top: 20px; }
   .fiche_alert i { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
   .fiche_alert_warning { background: #fff8e1; color: #f57c00; }
   .fiche_alert_info { background: #e3f2fd; color: #1565c0; }

   /* Timeline (admin) */
   .fiche_timeline_item { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; position: relative; }
   .fiche_timeline_item:not(:last-child)::after { content: ''; position: absolute; left: 7px; top: 30px; bottom: -10px; width: 2px; background: #e0e0e0; }
   .fiche_timeline_dot { width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; margin-top: 3px; }
   .fiche_timeline_dot_green { background: #4caf50; }
   .fiche_timeline_dot_red { background: #f44336; }

   /* ======= ANNONCE : COMMERCIAL ======= */

   /* Description — la promesse, elle doit se lire et s'imposer */
   .fiche_description {
      font-size: 16px;
      line-height: 1.85;
      color: #2a2a2a;
      margin-bottom: 30px;
      padding: 18px 20px;
      background: #f7f9ff;
      /* border-left: 4px solid var(--color1); */
      border-radius: 0 8px 8px 0;
  }

   /* Prix — carte d'impact */
   .fiche_prix_card { text-align: center; background: linear-gradient(160deg, #ffffff 0%, #f0fbfc 100%); border: 2px solid var(--color1); margin-bottom: 30px; }
   .fiche_prix_value { font-size: 38px; font-weight: 900; color: var(--color1); line-height: 1.1; letter-spacing: -0.02em; }
   .fiche_prix_barre { font-size: 15px; color: #bbb; text-decoration: line-through; margin-bottom: 2px; }


   /* Specs — chaque ligne = une card lisible */
   .fiche_specs_strip { padding: 0; background: transparent; border-radius: 0; margin-top: 0; width:80%;margin-left: 5%;}
   .fiche_spec_line { display: flex; align-items: center; gap: 14px; padding: 11px 16px; font-size: 14px; color: #333; background: #fff; margin-bottom: 4px; border-radius: 8px; border: 1px solid #e8e8e8; }
   .fiche_spec_line:not(:last-child) { border-bottom: 1px solid #e8e8e8; margin-bottom: 4px; }
   .fiche_spec_line i { font-size: 22px; color: var(--color1); width: 26px; text-align: center; flex-shrink: 0; }
   .fiche_spec_line span { font-weight: 600; color: #222; letter-spacing: 0.01em; }

     /* Pack/Lot */
     .fiche_pack_section { margin-top: 25px; padding-top: 20px; border-top: 1px solid #eee; }
     /* LOT — vignette quantité */
     .fiche_lot_qty_wrap { display: flex; align-items: center; margin: 10px 0 16px; }
     .fiche_lot_badge { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; padding: 0 14px; background: var(--color2); color: #fff; border-radius: 50%; font-size: 22px; font-weight: 900; line-height: 1; }
     /* PACK — boucle par item */
     .fiche_pack_item { padding: 14px 0; border-top: 1px solid #f0f0f0; }
     .fiche_pack_item.first { border-top: none; padding-top: 0; }
     .fiche_pack_item_head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
     .fiche_pack_item_title { font-size: 18px; font-weight: 700; color: var(--color1); flex: 1; }
     .fiche_pack_qty { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; padding: 0 8px; background: var(--color2); color: #fff; border-radius: 50%; font-size: 16px; font-weight: 700; }
  

   /* Catégorie — alignement cohérent avec les blocs */
   .fiche_category_line { margin-top: 25px;margin-left: 5%; padding: 0 22px; font-size: 13px; color: #999; }

   /* Suggestions band */
   .fiche_suggestions_band { padding: 40px 0; margin-top: 40px; background: #f9f9f9; }

   
/* Longue durée */

/* Card principale */
.fiche_ld_card {
  margin-top: 40px;
  padding: 20px 22px;
  border-radius: 10px;
  background: #fff;
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.06); */
  box-shadow: var(--shadow_small);
  position: relative;

  transition: box-shadow .3s ease, transform .2s ease;
}


/* TOP */
.fiche_ld_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  right: 6px;
  height: 2px;

  background: linear-gradient(
      to right,
      transparent,
      var(--color1) 20%,
      var(--color1) 80%,
      transparent
  );

  opacity: 0.5;
}

/* BOTTOM */
.fiche_ld_card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 8px;
  height: 2px;

  background: linear-gradient(
      to right,
      transparent,
      var(--color1) 60%,
      transparent
  );

  opacity: 0.35;
}

/* Hover card (élévation légère uniquement) */
.fiche_ld_card:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}

/* Hover liseré = on le calme */
.fiche_ld_card:hover::before {
  opacity: 0.2;
  left: 20%;
  right: 20%;
}

/* Header */
.fiche_ld_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.fiche_ld_top_text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fiche_ld_top_title {
  font-size: 25px;
  /* font-weight: 700; */
  color: var(--color1);
  letter-spacing: .02em;
}

.fiche_ld_top_sub {
  font-size: 16px;
  color: #999;
}

/* Photos (habillage léger) */
.fiche_ld_photos {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.fiche_ld_photos img {
  width: 100px;
  height: 68px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.fiche_ld_card:hover .fiche_ld_photos img {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* Contenu */
.fiche_ld_card .card_content {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #f0f0f0;
}

.fiche_ld_text {
  font-size: 14px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 16px;
}

/* Tarifs */
.fiche_ld_grid {
  display: flex;
  flex-direction: column;
}

.fiche_ld_row {
  display: flex;
  align-items: center;
  padding: 10px 4px;
  border-bottom: 1px solid #eee;
}

.fiche_ld_row:last-child {
  border-bottom: none;
}

.fiche_ld_nb {
  font-size: 14px;
  color: #555;
  flex: 1;
  font-weight: 500;
}

.fiche_ld_prix {
  font-size: 16px;
  font-weight: 700;
  color: var(--color1);
}

.fiche_ld_prix small {
  font-size: 11px;
  font-weight: 400;
  color: #aaa;
  margin-left: 3px;
}

    
  .card_collapsible {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }
  .card_collapsible:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    transform: translateY(-1px);
    cursor: pointer;
  }

/* ====================
   Responsive
==================== */

@media (max-width: 1024px) {
  .font_project{
    font-family: "Segoe UI", system-ui, sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.2px;
  }
  
  .menu_top,
  .entete_fiche{
    background-size: cover;
  }
    
  .logo_entete{  
    height:50px;
    margin:10px 20px;
  }
  body.menu_mobile_open .btn_menu_principal,
  .cont_admin_session {
      display: none !important;
  }
  
  .layout_menu_top_hidden .cont_menu_principal {
      transform: translateY(+100px);
  }
  .btn_page,
  .btn_page_actif {
      width: 100%;
      justify-content: center;
  }
  .bloc_2{ 
    width:100%;
    padding: 5px 5%;
  }
  
    
  .fiche_produit_technique{  
    width:100%;
    margin-top:30px;
  }
  
  .cont_sur_demande{  
    width:100%;
    margin-top:30px;
    font-size: 1em;
  }
  
  .additionnel_cont_produits{
    grid-template-columns:repeat(1,1fr);
    gap:50px;
    padding: 20px;
    margin-bottom: 50px;
  }
     
  .evenements_en_cours_a_venir .gallery_item_card:last-child,
  .evenement_teaser_card {
    max-width: 100%;
    margin-top: 30px;
  }

   /* ===========================
      CONTENU ADDITIONNEL MENU SLIDE — Responsive
      =========================== */
      .side_photo,
      .side_reassurance,
      .side_cta_card {
          display: none;
      }
   /* ===========================
      BUBBLE — Responsive
      =========================== */
      .bubble_content {
        min-width: 100vw !important;
        max-width: 100vw !important;
        min-height: 100vh !important;
        border-radius: 0 !important;
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
    }
   /* ===========================
      FORM DEVIS INDEX — Responsive
      =========================== */
    .cont_devis_index .form_group_inline {
      flex-direction: column;
      align-items: stretch;
    }
    .cont_devis_index .form_field_floating,
    .cont_devis_index .form_field {
      width: 100% !important;
      min-width: 0 !important;
    }
    .cont_devis_index input,
    .cont_devis_index select,
    .cont_devis_index textarea {
      min-width: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
    }

  
   /* ===========================
      FICHES — Responsive
      =========================== */
    
      .fiche_container { padding: 10px 0; }
      .fiche_media, .fiche_content { width: 100%;}
      .fiche_content { margin-top: 25px; }
      .fiche_kpi_row { gap: 8px; }
      .fiche_kpi { min-width: 60px; padding: 10px 5px; }
      .fiche_kpi_value { font-size: 15px; }
      .fiche_specs_strip { padding: 14px 16px; }
      .fiche_spec_line { font-size: 13px; padding: 7px 0; }
      .fiche_prix_value { font-size: 30px; }
      .fiche_description { font-size: 15px; margin-bottom: 25px; padding-bottom: 20px; }
      .fiche_info_label { width: 90px; }
      .fiche_suggestions_band { padding: 25px 10px; }
      .fiche_category_line { padding: 0 16px; }

}   
