@font-face {
  font-family: 'Adelphe';
  src: url('fonts/Adelphe-GerminalBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

:root {
  --font-family-adelphe: 'Adelphe', sans-serif;
  --font-family-inter: 'Inter', sans-serif;
  --font-family-proxima-nova: 'Proxima Nova', sans-serif;
  --Red: rgba(197, 69, 85, 1);
  --Purple: rgba(185, 192, 247, 1);
  --White: rgba(245, 245, 245, 1);
  --Green: rgba(161, 150, 0, 1);
  --Yellow: rgba(255, 149, 0, 1);
  --Black: rgba(35, 35, 35, 1);
  --text-rgb-245-245-245: rgba(245, 245, 245, 1);
  --text-rgb-25-25-25: rgba(35, 35, 35, 1);
  --text-black: rgba(0, 0, 0, 1);
}

.h1,
.h2,
.h3 {
  font-weight: 700;
}

.subtext-1,
.texte_ressource,
.button {
  font-weight: 400;
}

.text-rgb-245-245-245 {
  color: var(--text-rgb-245-245-245);
}

.text-rgb-25-25-25 {
  color: var(--text-rgb-25-25-25);
}

.text-black {
  color: var(--text-black);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

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

a.prototype-link {
  text-decoration: none;
  color: inherit;
  display: contents;
}

.logo-3 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 18vw;
  height: auto;
}

.h1 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-adelphe);
  font-weight: 530;
  font-size: 82px;
  line-height: 92px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-245-245-245);
  max-width: 80%;
}

.header-2 {
  display: flex;
  position: relative;
  overflow: visible;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.8vw 0px 0px 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  gap: 13.5vw;
  z-index: 2;
}

.header-2 .subtext-1 {
  margin-top: 6vw;
  margin-bottom: 5vw;
}

.h2 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-adelphe);
  font-weight: 700;
  font-size: 65px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-25-25-25);
}

.subtext-1 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-inter);
  font-weight: normal;
  font-size: 19px;
  line-height: 33.62px;
  text-decoration: none;
  text-transform: none;
}

.section1_header-7 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 66px;
  padding: 91px 0px 40px 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  z-index: 1;
}

.h3 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-adelphe);
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-25-25-25);
}

.caption {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  white-space: nowrap;
  text-align: center;
  font-family: var(--font-family-inter);
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-245-245-245);
}

.content-tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: transparent;
  border-radius: 0;
  white-space: nowrap;
}

.content-tag .caption,
.content-tag .caption span {
  color: var(--Red) !important;
}

/* Red dot separator between .content-tag siblings */
.content_tag_group-13 .content-tag + .content-tag::before,
.content_tag_group-24 .content-tag + .content-tag::before,
.content_tag_group-25 .content-tag + .content-tag::before,
.content_tag_group-46 .content-tag + .content-tag::before,
.content_tag_group-57 .content-tag + .content-tag::before,
.content_tag_group-58 .content-tag + .content-tag::before,
.content_tag-72 .content-tag + .content-tag::before {
  content: '';
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: var(--Red);
  flex-shrink: 0;
  margin: 0 0.6em;
  font-size: 14px;
  align-self: center;
}

.content_tag_group-13 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.texte_ressource {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-inter);
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-25-25-25);
}

.button {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-inter);
  font-weight: normal;
  font-size: 15px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-25-25-25);
}

.propri-t-1-button-propri-t-2-link-propri-t-3-butto {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 22px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 35.87786259541985%;
  border: 1px solid var(--Black);
  border-radius: 120px;
  width: auto;
  white-space: nowrap;
}

.hero1-11 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  grid-column: 1;
  grid-row: 1;
}

.hero1-11,
.hero2-22 {
  position: relative;
  margin-top: 70px;
  z-index: 1;
}

.illustration_jaune_desktop {
  position: absolute;
  top: 45%;
  right: -5%;
  transform: translateY(-50%);
  width: 70%;
  max-width: none;
  z-index: 10;
}

.content_tag_group-24 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.hero2-22 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  grid-column: 1;
  grid-row: 2;
}

.group_content1-10 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr 1fr;
  justify-content: stretch;
  align-items: stretch;
  gap: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  overflow: visible;
  position: relative;
  padding: 0px 0px 0px 90px;
}

.group_content2-32 {
  position: relative;
  overflow: visible;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  gap: 70px;
  padding: 0px 90px 0px 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.content_tag_group-25 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.hero3-33 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  grid-column: 2;
  grid-row: 1;
}

.illustration_vert_desktop {
  position: absolute;
  top: 45%;
  left: -5%;
  transform: translateY(-50%);
  height: auto;
  z-index: 10;
  width: 65%;
}

.content_tag_group-46 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  flex-wrap: wrap;
}

.hero4-44 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  grid-column: 2;
  grid-row: 2;
}

.group_content2-32 {
  position: relative;
  overflow: visible;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  gap: 70px;
  padding: 0px 90px 0px 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.text-56 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-adelphe);
  font-weight: 700;
  font-size: 48px;
  line-height: 50.70000076293945px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-25-25-25);
}

.content_tag_group-57 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.hero5-55 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  grid-column: 1;
  grid-row: 1;
}

.illustration_mauve_desktop {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  max-width: none;
  z-index: 0;
  width: 62%;
}

.text-69 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-inter);
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-25-25-25);
}

.icon-70 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(25, 25, 25, 1);
  border: none;
  outline: none;
  width: 18px;
  height: 18px;
}

.hero6_locate-68 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.text-71 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-adelphe);
  font-weight: 700;
  font-size: 48px;
  line-height: 50.70000076293945px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-25-25-25);
}

.hero6_header-67 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.hero6_header-67 .hero6_locate-68 {
  margin-top: -6px;
}

.content_tag-72 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.hero6-66 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  grid-column: 1;
  grid-row: 2;
}

.group_content3-54 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  gap: 70px;
  padding: 0px 0px 0px 90px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  position: relative;
}

.section1-6 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  overflow: visible;
  position: relative;
  width: 100%
}

.white-section-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13.889vw;
}

.rectangle-1-84 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.text-85 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-proxima-nova);
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.logo-83 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.logo-gouv-qc img {
  height: 140px;
  width: auto;
}

.logo-belgique img {
  height: 70px;
  width: auto;
}

.text-86 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-inter);
  font-weight: normal;
  font-size: 27px;
  line-height: 36.70000076293945px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-245-245-245);
}

.rectangle {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.text-90 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-proxima-nova);
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.logo-88 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.rectangle-1-92 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(217, 217, 217, 1);
}

.text-93 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-proxima-nova);
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.logo-91 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.rectangle-1-95 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(217, 217, 217, 1);
}

.text-96 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-proxima-nova);
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.logo-94 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.logo-87 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
  width: 60%;
}

.logo-vc img {
  width: 100%;
  height: auto;
  max-height: 59px;
  object-fit: contain;
}

.logo-raiv img {
  width: 100%;
  height: auto;
  max-height: 85px;
  margin-left: -20px;
  object-fit: contain;
}

.logo-ul img {
  width: 100%;
  height: auto;
  max-height: 118px;
  object-fit: contain;
}

.text-97 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-inter);
  font-weight: normal;
  font-size: 27px;
  line-height: 36.70000076293945px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-245-245-245);
}

.rectangle-1-100 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(217, 217, 217, 1);
}

.text-101 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-proxima-nova);
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.logo-99 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.rectangle-1-103 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(217, 217, 217, 1);
}

.text-104 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-proxima-nova);
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.logo-102 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.rectangle-1-106 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(217, 217, 217, 1);
}

.text-107 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-proxima-nova);
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.logo-105 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.rectangle-1-109 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(217, 217, 217, 1);
}

.text-110 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-proxima-nova);
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.logo-108 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.rectangle-1-112 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(217, 217, 217, 1);
}

.text-113 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-proxima-nova);
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.logo-111 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.rectangle-1-115 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(217, 217, 217, 1);
}

.text-116 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-proxima-nova);
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.logo-114 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.logo-98 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 85%;
  padding-top: 20px;
  padding-bottom: 40px
}

.logo-98-row1,
.logo-98-row2,
.logo-98-row3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  flex-wrap: wrap;
}

/* Row 1 & 2: each logo wrapper takes equal share of the row */
.logo-tels-quels,
.logo-csl,
.logo-divergenres,
.logo-interligne,
.logo-debrouille,
.logo-rezo,
.logo-fond-emergence,
.logo-vc,
.logo-raiv,
.logo-ul {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Row 1: tels quels, CSL, divergenres, interligne, debrouille */
.logo-tels-quels img {
  width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
}

.logo-csl img {
  width: 100%;
  height: auto;
  max-height: 107px;
  object-fit: contain;
}

.logo-divergenres img {
  width: 100%;
  height: auto;
  max-height: 107px;
  object-fit: contain;
}

.logo-interligne img {
  width: 100%;
  height: auto;
  max-height: 94px;
  object-fit: contain;
}

.logo-debrouille img {
  width: 100%;
  height: auto;
  max-height: 94px;
  object-fit: contain;
}

/* Row 2: rezo, fond-emergence, vc, raiv, ul */
.logo-rezo img {
  width: 100%;
  height: auto;
  max-height: 34px;
  object-fit: contain;
}

.logo-fond-emergence img {
  width: 100%;
  height: auto;
  max-height: 55px;
  object-fit: contain;
}

.logo-bbb img {
  height: 20px;
  width: auto;
}

.texte-fonderie {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: left;
  font-family: var(--font-family-inter);
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-245-245-245);
  max-width: 60%;
}

.rectangle-1-119 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: rgba(217, 217, 217, 1);
}

.text-120 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-proxima-nova);
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-black);
}

.logo-118 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.section-2-80 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 72px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  padding-top: 12vw; /* mobile default — overridden below for desktop */
  width: 100%;
}

/* Desktop only: reduce the large top gap above section-2-80 */
@media (min-width: 769px) {
  .section-2-80 {
    padding-top: 0;
    margin-top: -8vw;
  }
}

/* Fix h2 size between 1024px and 1440px */
@media (min-width: 1025px) and (max-width: 1440px) {
  .h2 {
    font-size: clamp(45px, 4vw, 60px);
    line-height: clamp(49px, 4.5vw, 66px);
  }

  .section-2-80 {
    margin-top: 8vw;
  }
}

.icon_tiktok {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(245, 245, 245, 1);
  border: none;
  outline: none;
}

.icon_tiktok-124 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.vector-127 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(245, 245, 245, 1);
  border: none;
  outline: none;
}

.vector-128 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(245, 245, 245, 1);
  border: none;
  outline: none;
}

.vector-129 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  fill: rgba(245, 245, 245, 1);
  border: none;
  outline: none;
}

.icon_instagram-126 {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.social-123 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 45px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.15s ease, filter 0.3s ease;
  text-decoration: none;
}

.social-link img {
  width: 65px;
  height: 65px;
  display: block;
  transition: filter 0.3s ease;
}

.social-link:hover {
  background-color: var(--Red);
  transform: scale(1.1);
}

.social-link:hover img {
  filter: brightness(0) invert(1);
}

.social-link:active {
  background-color: #9e2f3e;
  transform: scale(0.95);
}

.logo-130 {
  width: 18vw;
  height: auto;
}

.illustration_groupe {
  width: 100vw;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.footer-121 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 104px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  margin-bottom: -10vw;
  text-align: center;
}

.node-1 {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 13.889vw;
  width: 100%;
  min-height: 100vh;
  background-color: var(--Purple);
  overflow: visible;
  z-index: 0;
}

.node-1::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/texture.jpeg');
  background-size: auto;
  background-repeat: repeat;

  opacity: 0.15;

  background-attachment: scroll;

  pointer-events: none;
  z-index: -1;
}

.forme1-header {
  position: absolute;
  top: 0;
  z-index: 0;
  right: 0;
  pointer-events: none;
  width: 68vw;

  aspect-ratio: 1091/855;
}

.forme2-header {
  position: absolute;
  top: 18vw;
  left: 0;
  z-index: 0;
  pointer-events: none;
  width: 15vw;
  aspect-ratio: 231/884;
}

.fond-blanc {
  position: absolute;
  bottom: -15vw;
  left: 0;
  width: 100%;
  height: 108%;
  background-color: var(--White);

  -webkit-mask-image: url('images/fond_blanc.svg');
  mask-image: url('images/fond_blanc.svg');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

.forme1-content {
  position: absolute;
  top: 12vw;
  right: 0;
  z-index: 0;
  pointer-events: none;
  width: 18vw;
  aspect-ratio: 264/951;
}

.forme-footer {
  position: absolute;
  bottom: -50vw;
  left: 0;
  z-index: 0;
  pointer-events: none;
  width: 18vw;
  aspect-ratio: 289/1193;
}

@media (min-width: 1441px) {

  .h1 {
    font-size: 5.7vw;
    line-height: 6.4vw;
  }

  .h2 {
    font-size: 4.51vw;
    line-height: 5.03vw;
  }

  .h3 {
    font-size: 3.125vw;
    line-height: 3.5vw;
  }

  .text-56,
  .text-71 {
    font-size: 3.333vw;
    line-height: 3.5vw;
  }

  .subtext-1 {
    font-size: 1.4vw;
    line-height: 2.334vw;
    max-width: 45%;
  }

  .texte_ressource {
    font-size: 1.25vw;
    line-height: 1.7vw;
  }

  .button {
    font-size: 1.25vw;
  }

  .caption {
    font-size: 1.25vw;
  }

  .text-86,
  .text-97,
  .texte-fonderie {
    font-size: 1.04vw;
    line-height: 1.27vw;
    max-width: 20%;
  }

  .text-69 {
    font-size: 1.25vw;
  }

  .content_tag_group-13 .content-tag + .content-tag::before,
  .content_tag_group-24 .content-tag + .content-tag::before,
  .content_tag_group-25 .content-tag + .content-tag::before,
  .content_tag_group-46 .content-tag + .content-tag::before,
  .content_tag_group-57 .content-tag + .content-tag::before,
  .content_tag_group-58 .content-tag + .content-tag::before,
  .content_tag-72 .content-tag + .content-tag::before {
    font-size: 1.25vw;
  }


  .illustration_groupe {
    width: 100%;
    height: auto;
    align-self: stretch;
  }

  .section1_header-7 {
    gap: 2.5vw;
    padding-top: 17vw;
    z-index: 1;
  }

  .group_content1-10,
  .group_content3-54 {
    padding-left: 6.25vw;
  }

  .group_content2-32 {
    padding-right: 6.25vw;
  }

  .section-2-80 {
    gap: 5vw;
    padding-top: 12vw;
    z-index: 1;
  }

  .footer-121 {
    gap: 7.222vw;
  }

  .content-tag {
    padding: 0;
  }

  .propri-t-1-button-propri-t-2-link-propri-t-3-butto {
    padding: 0.694vw 1.389vw;
    width: auto;
    white-space: nowrap;
    border-radius: 120px;
  }

  .hero1-11,
  .hero2-22,
  .hero3-33,
  .hero4-44,
  .hero5-55,
  .hero6-66 {
    gap: 20px;
  }

  .logo-87 {
    gap: 4.167vw;
  }

  .logo-98 {
    gap: 1.736vw;
  }

  .social-123 {
    gap: 3.125vw;
  }

  .section-2-80 .subtext-1,
  .section-2-80 .text-86 {
    font-size: 1.875vw;
    line-height: 2.569vw;
  }

}


.forme-wrapper {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.section1-6,
.section-2-80,
.footer-121 {
  z-index: 2;
}

.forme1-header::after,
.forme2-header::after,
.forme1-content::after,
.forme-footer::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 1;

  background-image:
    linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)),
    url('images/texture.jpeg');

  background-color: var(--Red);
  background-blend-mode: multiply;

  background-size: auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  z-index: 1;
}

.fond-blanc::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('images/texture.jpeg');
  background-size: cover;
  background-blend-mode: multiply;
  opacity: 0.15;
  -webkit-mask-image: inherit;
  mask-image: inherit;
  -webkit-mask-size: inherit;
  mask-size: inherit;
}

.forme1-header::after {
  -webkit-mask-image: url('images/forme1_header.svg');
  mask-image: url('images/forme1_header.svg');
}

.forme2-header::after {
  -webkit-mask-image: url('images/forme2_header.svg');
  mask-image: url('images/forme2_header.svg');
}

.forme1-content::after {
  -webkit-mask-image: url('images/forme1_content.svg');
  mask-image: url('images/forme1_content.svg');
}

.forme-footer::after {
  -webkit-mask-image: url('images/forme_footer.svg');
  mask-image: url('images/forme_footer.svg');
}

.fond-blanc::after {
  -webkit-mask-image: url('images/fond_blanc.svg');
  mask-image: url('images/fond_blanc.svg');
}

.illustration_jaune_desktop,
.illustration_vert_desktop,
.illustration_mauve_desktop {
  z-index: 1;
}

.hero1-11,
.hero2-22,
.hero3-33,
.hero4-44,
.hero5-55,
.hero6-66 {
  position: relative;
  z-index: 2;
}

.propri-t-1-button-propri-t-2-link-propri-t-3-butto:hover {
  background-color: var(--Black);
  cursor: pointer;
}

.propri-t-1-button-propri-t-2-link-propri-t-3-butto:hover .button {
  color: var(--White);
}

.propri-t-1-button-propri-t-2-link-propri-t-3-butto {
  transition: background-color 0.4s ease, color 0.4s ease;
}

.propri-t-1-button-propri-t-2-link-propri-t-3-butto:hover .text-rgb-25-25-25 {
  color: var(--White);
}

.subtext-1,
.texte_ressource,
.text-86,
.text-97,
.texte-fonderie {
  color: var(--Black);
}

.section1_header-7 .text-rgb-245-245-245 {
  color: var(--Black) !important;
}


.group_content3-54 {
  grid-template-rows: auto auto auto;
}

.hero5b-56 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 2;
}

.hero5-55 {
  grid-row: 1;
}

.hero6-66 {
  grid-row: 3;
}

.content_tag_group-58 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  flex-wrap: nowrap;
}

.propri-t-1-button-propri-t-2-link-propri-t-3-butto a {
  text-decoration: none;
  color: inherit;
}

.hero6_locate-68+.h3,
.hero6_locate-68+.text-56,
.hero6_locate-68+.text-71 {
  margin-top: -18px;
  padding-top: 13px;
}

.hero6_header-67 .text-71 {
  padding-top: 26px;
}

/* ============================================================
   TABLET — max-width: 1024px
   ============================================================ */
@media (max-width: 1024px) {

  /* --- Typography --- */
  .h1 {
    font-size: 72px;
    line-height: 82px;
  }

  .h2 {
    font-size: 45px;
    line-height: 49px;
  }

  .h3 {
    font-size: 38px;
    line-height: 42px;
  }

  .text-56,
  .text-71 {
    font-size: 36px;
    line-height: 40px;
  }

  .subtext-1 {
    font-size: 17px;
    line-height: 24px;
    max-width: 80%;
  }

  .texte_ressource {
    font-size: 14px;
    line-height: 20px;
  }
  .text-69{
    font-size: 14px;
  }

  .caption {
    font-size: 14px;
  }

  .content_tag_group-13 .content-tag + .content-tag::before,
  .content_tag_group-24 .content-tag + .content-tag::before,
  .content_tag_group-25 .content-tag + .content-tag::before,
  .content_tag_group-46 .content-tag + .content-tag::before,
  .content_tag_group-57 .content-tag + .content-tag::before,
  .content_tag_group-58 .content-tag + .content-tag::before,
  .content_tag-72 .content-tag + .content-tag::before {
    font-size: 14px;
  }

  .button {
    font-size: 14px;
  }

  .icon-70{
    width: 12px;
    height: 12px;
  }

  .text-86,
  .text-97,
  .texte-fonderie {
    font-size: 17px;
    line-height: 24px;
    max-width: 80%;
  }

  .section-2-80 .subtext-1,
  .section-2-80 .text-86 {
    font-size: 17px;
    line-height: 24px;
  }
  .social-link img {
    width: 48px;
    height: 48px;
  }
  /* --- Header --- */
  .header-2 {
    gap: 8vw;
    padding: 5vw 5vw 0;
  }

  .logo-3,
  .logo-130 {
    width: 26vw;
  }

  /* --- Section 1 header --- */
  .section1_header-7 {
    gap: 32px;
    padding: 60px 5vw 30px;
  }

  /* --- Content groups: keep grid, adjust padding --- */
  .group_content1-10 {
    padding: 0 4vw;
    gap: 12px;
  }

  .group_content2-32 {
    padding: 0 4vw 0 0;
    gap: 80px;
  }

  .group_content3-54 {
    padding: 0 0 0 4vw;
    gap: 80px;
  }

  .hero1-11,
  .hero2-22 {
    gap: 18px;
  }

  .hero3-33,
  .hero4-44,
  .hero5-55,
  .hero5b-56,
  .hero6-66 {
    gap: 18px;
  }

  /* --- fond-blanc: keep original positioning --- */
  .fond-blanc {
    top: auto;
    height: 110%;
    bottom: -14vw;
  }

  .text-86,
  .text-97,
  .texte-fonderie {
    max-width: 80%;
  }

  @media (max-width: 768px) {
    @media (max-width: 700px) {
      .fond-blanc {
        height: 110%;
        bottom: -25vw;
      }
    }

    /* Push the white section down so fond-blanc never overlaps the header text */
    .section1-6 {
      margin-top: 36vw;
    }
  }

  @media (max-width: 940px) {
    .fond-blanc {
      height: 110%;
      bottom: -14vw;
    }

    /* Push the white section down so fond-blanc never overlaps the header text */
    .section1-6 {
      margin-top: 16vw;
    }
  }

  /* Location badge: pull up on tablet for all cards except Tels Quels */
  .hero1-11 .hero6_locate-68,
  .hero2-22 .hero6_locate-68,
  .hero3-33 .hero6_locate-68,
  .hero4-44 .hero6_locate-68,
  .hero5-55 .hero6_locate-68,
  .hero5b-56 .hero6_locate-68 {
    margin-top: -18px;
  }

  /* Prevent gap between location badge and title on tablet */
  .hero1-11 .hero6_locate-68+.h3,
  .hero2-22 .hero6_locate-68+.h3,
  .hero3-33 .hero6_locate-68+.h3,
  .hero4-44 .hero6_locate-68+.h3,
  .hero5-55 .hero6_locate-68+.text-56,
  .hero5b-56 .hero6_locate-68+.h3 {
    margin-top: -18px;
    padding-top: 13px;
  }

  /* --- Section 2: Mobilisation collective --- */
  .section-2-80 {
    gap: 40px;
    padding: 60px 5vw 0;
    margin-top: 6vw;
  }

  .logo-83 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-gouv-qc img {
    height: 90px;
  }

  .logo-belgique img {
    height: 50px;
  }

  .logo-87 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    width: 90%;
  }

  .logo-vc img {
    height: 45px;
  }

  .logo-raiv img {
    height: 60px;
  }

  .logo-ul img {
    height: 80px;
  }

  .logo-98 {
    width: 90%;
    gap: 28px;
  }

  .logo-98-row1,
  .logo-98-row2,
  .logo-98-row3 {
    flex-wrap: wrap;
    gap: 24px;
  }

  .logo-tels-quels img {
    height: 120px;
  }

  .logo-csl img {
    height: 62px;
  }

  .logo-divergenres img {
    height: 68px;
  }

  .logo-interligne img {
    height: 62px;
  }

  .logo-debrouille img {
    height: 62px;
  }

  .logo-rezo img {
    height: 25px;
  }

  .logo-fond-emergence img {
    height: 68px;
  }

  .logo-bbb img {
    height: 110px;
  }

  /* --- Footer --- */
  .footer-121 {
    gap: 48px;
  }

  /* --- Decorative shapes --- */
  .forme1-header {
    width: 67vw;
  }

  .forme2-header {
    width: 13vw;
    top: 20vw;
  }

  .forme1-content {
    width: 14vw;
    top: 14vw;
  }

  .forme-footer {
    width: 14vw;
    bottom: -50vw;
  }

  /* --- Node gap --- */
  .node-1 {
    gap: 16vw;
  }
}

/* ============================================================
   MOBILE — max-width: 480px
   ============================================================ */
@media (max-width: 480px) {

  /* --- Typography --- */
  .h1 {
    font-size: 32px;
    line-height: 36px;
    max-width: 85%;
  }

  .content-tag{
    padding: 0;
  }
  .h2 {
    font-size: 28px;
    line-height: 35px;
    max-width: 100%;
  }

  .h3 {
    font-size: 32px;
    line-height: 36px;
  }

  .text-56,
  .text-71 {
    font-size: 40px;
    line-height: 40px;
  }

.node-1::before {
  background-size: 400px auto;
  background-repeat: repeat;
}

  .subtext-1 {
    font-size: 13px;
    line-height: 19px;
    max-width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .texte_ressource {
    font-size: 12px;
    line-height: 18px;
  }

  .caption {
    font-size: 12px;
  }

  .content_tag_group-13 .content-tag + .content-tag::before,
  .content_tag_group-24 .content-tag + .content-tag::before,
  .content_tag_group-25 .content-tag + .content-tag::before,
  .content_tag_group-46 .content-tag + .content-tag::before,
  .content_tag_group-57 .content-tag + .content-tag::before,
  .content_tag_group-58 .content-tag + .content-tag::before,
  .content_tag-72 .content-tag + .content-tag::before {
    font-size: 12px;
  }

  .text-69 {
    font-size: 12px;
  }

  .button {
    font-size: 12px;
  }

  .text-86,
  .text-97,
  .texte-fonderie {
    font-size: 11px;
    line-height: 15px;
    max-width: 60%;
  }

  .icon-70{
    height: 12px;
    width: 12px;
  }

  /* --- Header --- */
  .header-2 {
    gap: 10vw;
    padding: 8vw 5vw 0;
  }

  .logo-3,
  .logo-130 {
    width: 28vw;
  }

  /* --- Section 1 header --- */
  .section1_header-7 {
    gap: 24px;
    padding: 32px 5vw 12px;
  }

  /* --- Content groups: full-width single column --- */

  .group_content1-10,
  .group_content2-32,
  .group_content3-54 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 5vw;
    gap: 0;
    overflow: visible;
  }

  .hero1-11,
  .hero2-22,
  .hero3-33,
  .hero4-44,
  .hero5-55,
  .hero5b-56,
  .hero6-66 {
    grid-column: unset;
    grid-row: unset;
    width: 100%;
    margin-top: 0;
    padding: 40px 0 40px;
    gap: 16px;
    align-items: center;
  }

  /* Illustrations: full-width block after all cards in their group */
  .illustration_jaune_desktop,
  .illustration_vert_desktop,
  .illustration_mauve_desktop {
    position: relative;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    max-width: none;
    margin: 8px 0;
    display: block;
  }

  /* Group 1: Centre de solidarité (hero1) + Divergenres (hero2) → then illustration1-21 */
  .group_content1-10 .hero1-11       { order: 1; }
  .group_content1-10 .hero2-22       { order: 2; }
  .group_content1-10 picture         { order: 3; }

  /* Group 2: Fondation Émergence (hero3) + La débrouille (hero4) → then illustration-2-43 */
  .group_content2-32 .hero3-33       { order: 1; }
  .group_content2-32 .hero4-44       { order: 2; }
  .group_content2-32 picture         { order: 3; }

  /* Group 3: RÉZO (hero5) + Interligne (hero5b) + Tels Quels (hero6) → then illustration1-65 */
  .group_content3-54 .hero5-55       { order: 1; }
  .group_content3-54 .hero5b-56      { order: 2; }
  .group_content3-54 .hero6-66       { order: 3; }
  .group_content3-54 picture         { order: 4; }

  /* Tag groups — wrap on mobile, no gap (spacing handled by ::before dot margins only) */
  .content_tag_group-13,
  .content_tag_group-24,
  .content_tag_group-25,
  .content_tag_group-46,
  .content_tag_group-57,
  .content_tag_group-58,
  .content_tag-72 {
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
  }

  /* Match Interligne spacing: add breathing room between locate badge and "Tels Quels" title */
  .hero6_header-67 {
    gap: 16px;
  }

  .hero6_header-67 .text-71 {
    padding-top: 0;
    margin-top: 0;
  }

  /* --- Section 2: Mobilisation collective --- */
  .section-2-80 {
    gap: 28px;
    padding: 48px 5vw 0;
  }

  /* --- logo-83: 2 logos side by side --- */
  .logo-83 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 90%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo-gouv-qc img {
    height: 65px;
  }

  .logo-belgique img {
    height: 35px;
  }

  /* --- logo-87: 3 logos side by side in one row --- */
  .logo-87 {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 28px;
    width: 90%;
  }

  .logo-vc img {
    height: 26px;
    max-width: 100px;
    object-fit: contain;
  }

  .logo-raiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
  }

  .logo-raiv img {
    height: 26px;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-vc,
  .logo-ul {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo-ul img {
    height: 45px;
  }

  .logo-98 {
    width: 100%;
    gap: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo-98-row1,
  .logo-98-row2,
  .logo-98-row3 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .logo-tels-quels img {
    height: 42px;
  }

  .logo-csl img {
    height: 32px;
  }

  .logo-divergenres img {
    height: 35px;
  }

  .logo-interligne img {
    height: 30px;
  }

  .logo-debrouille img {
    height: 30px;
  }

  .logo-rezo img {
    height: 8px;
  }

  .logo-fond-emergence img {
    height: 22px;
  }

  .logo-bbb img {
    height: 36px;
  }

  /* --- Footer --- */
  .footer-121 {
    gap: 32px;
  }

  .social-123 {
    gap: 8px;
  }

  .icon_tiktok-124,
  .icon_instagram-126 {
    width: 15px;
    height: 15px;
  }

  .icon_tiktok-124 svg,
  .icon_instagram-126 svg,
  .icon_tiktok-124 img,
  .icon_instagram-126 img {
    width: 15px;
    height: 15px;
  }

  .social-link img {
    width: 22px;
    height: 22px;
  }

  /* --- Decorative shapes --- */
  .forme1-header {
    width: 75vw;
  }

  .forme2-header {
    width: 13vw;
    top: 55vw;
  }

  .forme1-content {
    width: 14vw;
    top: 75vw;
  }

  .forme-footer {
    width: 16vw;
    bottom: -50vw;
  }

  /* --- Node gap --- */
  .node-1 {
    gap: 18vw;
  }

  /* Center the Belgique location pin (hero6_header-67 wraps pin + title) */
  .hero6_header-67 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  /* Margin fix after locate badge */
  .hero6_locate-68+.h3,
  .hero6_locate-68+.text-56,
  .hero6_locate-68+.text-71 {
    margin-top: -18px;
    padding-top: 13px;
  }

  /* Center-align text inside hero cards on mobile */
  .hero1-11 .h3,
  .hero2-22 .h3,
  .hero3-33 .h3,
  .hero4-44 .h3,
  .hero5-55 .text-56,
  .hero5b-56 .h3,
  .hero6-66 .text-71,
  .hero1-11 .texte_ressource,
  .hero2-22 .texte_ressource,
  .hero3-33 .texte_ressource,
  .hero4-44 .texte_ressource,
  .hero5-55 .texte_ressource,
  .hero5b-56 .texte_ressource,
  .hero6-66 .texte_ressource {
    text-align: center;
    width: 75vw;
    max-width: 75vw;
  }

  /* Center tag groups inside hero cards */
  .content_tag_group-13,
  .content_tag_group-24,
  .content_tag_group-25,
  .content_tag_group-46,
  .content_tag_group-57,
  .content_tag_group-58,
  .content_tag-72 {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .fond-blanc {
    height: 110%;
    /* increase until it fully covers */
    bottom: -25vw;
    /* push it lower to keep top alignment */
  }
}

@media (max-width: 480px) {
  .forme-wrapper.fond-blanc {
    width: 100%;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .fond-blanc {
    -webkit-mask-image: url('images/fond_blanc_cell.svg');
    mask-image: url('images/fond_blanc_cell.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    height: 105%;
    width: 100%;
    top: -20vw;
  }
}
@media (min-width: 1025px) {
  .section-2-80 .subtext-1,
  .section-2-80 .text-86 {
    font-size: 27px;
    line-height: 36.7px;
    max-width: 60%;
  }
}

.section-2-80>*,
.header-2>*,
.footer-121>* {
  z-index: 3;
}

.text-86,
.text-97,
.texte-fonderie {
  max-width: 40%;
}

@media (max-width: 480px) {
  .text-86,
  .text-97,
  .texte-fonderie {
    max-width: 60%;
  }
  .section-2-80 .subtext-1,
  .section-2-80 .text-86 {
    max-width: 85%;
    font-size: 13px;
    line-height: 19px;
  }
}
.subtext-1 {
  max-width: 60%;
  width: 100%;
}

@media (max-width: 480px) {
  .subtext-1 {
    max-width: 80%;
  }
}
@media (max-width: 320px) {
  .forme-wrapper.fond-blanc {
    height: 103%;
  }
}

/* ============================================================
   BBB BLOCK — logo left of text, centered on page
   ============================================================ */
.bbb-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
  max-width: 45%;
  width: 100%;
}

.bbb-block .logo-bbb {
  flex: 0 0 auto;
}

.bbb-block .logo-bbb img {
  height: 140px;
  width: auto;
  display: block;
}

.bbb-block .texte-fonderie {
  flex: 1 1 auto;
  max-width: none;
  width: 100%;
}

/* Tablet overrides for bbb-block */
@media (max-width: 1024px) {
  .bbb-block {
    max-width: 80%;
    gap: 24px;
  }

  .bbb-block .logo-bbb img {
    height: 110px;
  }

  .texte-fonderie {
    font-size: 15px;
    line-height: 19px;
    max-width: 60%;
  }
}

/* Mobile overrides for bbb-block */
@media (max-width: 480px) {
  .bbb-block {
    max-width: 80%;
    gap: 16px;
  }

  .bbb-block .logo-bbb img {
    height: 60px;
  }

  .texte-fonderie {
    font-size: 9px;
    line-height: 12px;
    max-width: 60%;
  }
}