/* Unique palette - no shared class names */
.root_8da4e55e {
  font-family: undefined;
  color: hsl(156, 12%, 12%);
  background: hsl(156, 8%, 98%);
  margin: 0;
  line-height: 1.5;
}

.fran_body_a2f3552c { margin: 0; min-height: 100vh; }

.wrap_asi_7b3f5e7c {
  max-width: 1216px;
  margin: 0 auto;
  padding: 24px 12px;
}

.header_nosfr_f0b542b1 {
  background: hsl(156, 51%, 51%);
  color: hsl(156, 51%, 76%);
  padding: 12px 18px;
  margin-bottom: 24px;
}

.bar_45b77a8d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.wc_d922e592 { font-weight: 700; font-size: 1.25rem; }

.nav_8b29ac9d { display: flex; }

.navList_osf_3fca47d0 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
}

.navItem_sinosf_fe4deb08 { margin: 0; }

.link_ew_f02356ca {
  color: hsl(156, 51%, 76%);
  text-decoration: none;
}

.link_ew_f02356ca:hover { text-decoration: underline; }

.newca_5fbd1898 { padding: 24px 0; }

.wcas_section_a54bdc9c {
  margin-bottom: 48px;
  padding: 18px 0;
}

.heading_anc_baa376c4 {
  font-size: 1.75rem;
  color: hsl(156, 66%, 36%);
  margin: 0 0 12px;
}

.text_094fdbfc { margin: 0 0 12px; color: hsl(156, 8%, 42%); }

.newc_list_e1d63b3e {
  list-style: disc;
  margin: 12px 0;
  padding-left: 24px;
}

.newcas_5cb8e6f7 { margin-bottom: 6px; }

.footer_new_f05f6456 {
  background: hsl(156, 10%, 94%);
  color: hsl(156, 8%, 42%);
  padding: 24px 18px;
  margin-top: 48px;
}

.strip_c75780b6 { max-width: 1216px; margin: 0 auto; }

.france_footerText_290b32e0 { margin: 0 0 12px; font-size: 0.9rem; }

.footerLinks_ino_3ef505f0 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 12px;
  column-gap: 18px;
}
.footerLinks_ino_3ef505f0 > li { flex: 0 0 auto; }

.si_footerLink_eccfbdca { color: hsl(336, 51%, 51%); text-decoration: none; }

.si_footerLink_eccfbdca:hover { text-decoration: underline; }

.meta2_4c72af78 { display: block; font-size: 0.875rem; color: hsl(156, 8%, 42%); margin-top: 0.25rem; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Articles/blog/news listing — hashed class names per site (no footprint) */
main:has(.blogLayout_0c837a1a) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.blogLayout_0c837a1a {
  margin: 1rem 0 0;
  padding: 0;
}
.blogLayout_0c837a1a .asino_1acb6d10 {
  margin: 0;
  padding: 0;
}
.meta2_4c72af78 {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .meta2_4c72af78 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blogLayout_0c837a1a .blogLink_inos_76ec6fc6 {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.ra_blogLayoutList_e4678bfd .blogLink_inos_76ec6fc6 {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.ra_blogLayoutList_e4678bfd .asino_1acb6d10:last-child .blogLink_inos_76ec6fc6 { border-bottom: none; }
/* Grid */
.asinos_blogLayoutGrid_67de3ac5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.asinos_blogLayoutGrid_67de3ac5 .blogLink_inos_76ec6fc6 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.asinos_blogLayoutGrid_67de3ac5 .blogLink_inos_76ec6fc6:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.wcasi_10e15ba0 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .wcasi_10e15ba0 { grid-template-columns: 1fr; }
}
.wcasi_10e15ba0 .blogLink_inos_76ec6fc6 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.wcasi_10e15ba0 .blogLink_inos_76ec6fc6:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.france_blogLayoutGrid4_a34de8ae {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .france_blogLayoutGrid4_a34de8ae { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .france_blogLayoutGrid4_a34de8ae { grid-template-columns: 1fr; }
}
.france_blogLayoutGrid4_a34de8ae .blogLink_inos_76ec6fc6 {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.france_blogLayoutGrid4_a34de8ae .blogLink_inos_76ec6fc6:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.sfr_5b7aedfa {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sfr_5b7aedfa .blogLink_inos_76ec6fc6 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1.25rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #f0f1f3;
  box-shadow: none;
}
.sfr_5b7aedfa .blogLink_inos_76ec6fc6:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.cas_ded87a3e {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .cas_ded87a3e { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .cas_ded87a3e { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.cas_ded87a3e .blogLink_inos_76ec6fc6 {
  display: block;
  padding: 1.25rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  min-height: 4rem;
}
.cas_ded87a3e .blogLink_inos_76ec6fc6:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.08);
  border-color: rgba(0,0,0,0.1);
}

/* Mobile responsive layout */
@media (max-width: 768px) {
  .fran_body_a2f3552c { overflow-x: hidden; }
  .container_4999b8d6 {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 48px;
  }
  .header_nosfr_f0b542b1 {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 24px;
    padding: 16px;
    gap: 12px;
  }
  .wc_d922e592 {
    font-size: 1.15rem;
    line-height: 1.25;
    word-break: break-word;
  }
  .navList_osf_3fca47d0 { gap: 16px; flex-wrap: wrap; }
  .newca_5fbd1898 { padding: 20px 0; }
  .wcas_section_a54bdc9c {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .si_card_6936845b {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .layout-content-sidebar {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
  }
  .layout-content-sidebar .layout-main,
  .layout-content-sidebar main.layout-main {
    order: 1;
    width: 100%;
  }
  .site-sidebar-aside,
  .layout-content-sidebar .layout-sidebar.site-sidebar-aside,
  .layout-content-sidebar .layout-sidebar {
    order: 2;
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
  }
  .footer_new_f05f6456 {
    margin-top: 48px;
    padding: 24px 0;
  }
  .france_footerText_290b32e0 { margin-bottom: 12px; }
  .footerLinks_ino_3ef505f0 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .footerLinks_ino_3ef505f0 a {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 480px) {
  .header_nosfr_f0b542b1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .navList_osf_3fca47d0 { width: 100%; }
  .footerLinks_ino_3ef505f0 { grid-template-columns: 1fr; }
}
