:root {
  --white: #fcf5f5;
  --black: #272424;
  --red: #c00000;
}

.h-hero-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(#000000bf, #c000001f), url('../images/WhatsApp-Image-2026-01-10-at-19.12.53.jpeg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.heading {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 100%;
}

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

.heading.left.black, .heading.black {
  color: var(--black);
}

.heading.black.left.small {
  font-size: 4rem;
}

.text-block {
  color: var(--white);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
}

.h-about {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  padding: 4rem 6rem;
  display: flex;
}

.h-div-about {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.heading-2 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 120%;
}

.heading-2.white {
  color: var(--white);
}

.paragraph {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.paragraph.small {
  color: var(--black);
  font-size: 1rem;
}

.paragraph.white {
  color: var(--white);
}

.paragraph.white.left {
  text-align: right;
}

.paragraph.xl {
  font-size: 1.25rem;
  font-weight: 500;
}

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

.paragraph.xxl {
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 700;
}

.paragraph.xxl.red {
  color: var(--red);
}

.button {
  background-color: var(--red);
  color: var(--white);
  border-radius: .5rem;
  padding: .7rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.button:hover {
  background-color: #810000;
}

.button:active {
  background-color: #4f0000;
}

.button.negatif {
  background-color: var(--white);
  color: var(--red);
}

.button.negatif:hover {
  background-color: #ffe2e2;
}

.button.negatif:active {
  background-color: #ffe2e8;
}

.h-project-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 6rem 10rem;
  display: flex;
}

.div-block {
  width: 100%;
}

.h-div-project {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.h-card-project {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: linear-gradient(#00000080, #00000080), url('../images/photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 solid #ffb1b2;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 24rem;
  padding: 1.5rem;
  display: flex;
}

.h-card-project.march {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Marché.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.h-card-project.lac {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-01-10-at-16.59.38.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.h-card-project.terroir {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Musée.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.h-card-project.ville {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-01-10-at-16.59.39-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.h-card-project.environnement {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6-1.png');
  background-position: 0 0, 40%;
  background-size: auto, cover;
}

.h-card-project.liste {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Fontaine-et-mairie.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.h-card-project.asso {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-01-11-at-16.17.15-1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.h-card-project.entrepreunariat {
  background-image: linear-gradient(#00000080, #00000080), url('../images/photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 120%;
}

.heading-3.black {
  color: var(--black);
}

.navbar-logo-left {
  background-color: var(--white);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: var(--white);
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.list-item {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.body {
  background-color: var(--white);
}

.menu-navigation {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 1rem 6rem;
  display: flex;
}

.logo-navigation {
  width: 8rem;
}

.buttons-navigation {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  height: 100%;
}

.button-menu {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.button-menu:hover, .button-menu:focus {
  color: var(--red);
}

.e-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 6rem 10rem;
  display: flex;
}

.e-content-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.e-content-head {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: linear-gradient(180deg, #fcf5f500 26%, var(--black) 87%), url('../images/Photo_groupe_colisitiers.webp');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80vh;
  padding: 4rem 6rem 4rem 8rem;
  display: flex;
}

.e-content-head-left {
  width: 100%;
}

.e-content-head-right {
  border-radius: 8rem;
  width: 100%;
  height: 100%;
}

.image-2 {
  width: 100%;
}

.image-3 {
  border-radius: .5rem;
}

.e-content-liste {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.e-membre-liste {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  border-style: solid;
  border-width: 0 0 4px;
  border-color: var(--red);
  color: var(--black);
  object-fit: scale-down;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  overflow: visible;
}

.heading-4.white {
  color: var(--white);
  border-width: 0;
}

.heading-4.white.nocap {
  border-width: 0;
  border-color: var(--red);
}

.heading-4.white.nocap.small {
  margin-bottom: 8px;
  font-size: 1.75rem;
  line-height: 120%;
}

.e-content-membre {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-4 {
  width: 100%;
}

.image-liste {
  width: 25%;
  height: auto;
}

.e-image-liste {
  border: 0rem solid var(--red);
  border-radius: 20000px;
  width: 12rem;
  min-width: 12rem;
  max-width: 12rem;
  height: 12rem;
  min-height: 12rem;
  max-height: 12rem;
  overflow: visible;
}

.e-image-liste.alex {
  background-image: url('../images/Photo_DuvalAlexandre_1.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.e-image-liste.bernard {
  background-image: url('../images/Photo_LareeBernard.jpg');
  background-position: 50% 25%;
  background-size: 300px;
}

.e-image-liste.caty {
  background-image: url('../images/Photo_CatyAuguste_2.webp');
  background-position: 50% 5%;
  background-size: cover;
}

.e-image-liste.maryl-ne {
  background-image: url('../images/Photo_LafontMarylène.webp');
  background-position: 50%;
  background-size: cover;
}

.e-image-liste.ludo {
  background-image: url('../images/Photo_LeclercLudovic.jpg');
  background-position: 50% 40%;
  background-size: 250px;
}

.e-image-liste.marthe {
  background-image: url('../images/Photo_LasguesMarthe.jpg');
  background-position: 50% 25%;
  background-size: 250px;
}

.e-image-liste.romaric {
  background-image: url('../images/Photo_RougéRomaric.webp');
  background-position: 50% 30%;
  background-size: 250px;
}

.e-image-liste.vero {
  background-image: url('../images/Photo_BarriereVeronique.jpg');
  background-position: 60% 20%;
  background-size: 250px;
}

.e-image-liste.benjamin {
  background-image: url('../images/Photo_CucuronBenjamin.jpg');
  background-position: 50% 25%;
  background-size: 250px;
}

.e-image-liste.elo {
  background-image: url('../images/Photo_SuanezElodie.jpg');
  background-position: 50% 35%;
  background-size: 250px;
}

.e-image-liste.marius {
  background-image: url('../images/Photo_LesellierMarius.webp');
  background-position: 50% 30%;
  background-size: 250px;
}

.e-image-liste.mathilde {
  background-image: url('../images/Photo_MathildeCattaneo_2.webp');
  background-position: 50% 20%;
  background-size: 250px;
}

.e-image-liste.miguel {
  background-image: url('../images/Photo_SaintCriqMichel.webp');
  background-position: 50% 30%;
  background-size: 250px;
}

.e-image-liste.christine {
  background-image: url('../images/Photo_AxisaChristine.jpg');
  background-position: 50% 15%;
  background-size: 250px;
}

.e-image-liste.franck {
  background-image: url('../images/Photo_GaubeenFranck.webp');
  background-position: 40% 30%;
  background-size: 250px;
}

.e-image-liste.isa {
  background-image: url('../images/Photo_JarletTeulierIsabelle.webp');
  background-position: 50% 30%;
  background-size: 250px;
}

.e-image-liste.fred {
  background-image: url('../images/Photo_FredericDenax_2.webp');
  background-position: 50% 15%;
  background-size: 250px;
}

.e-image-liste.roxane {
  background-image: url('../images/Photo_PieropanBarrereRoxanne.webp');
  background-position: 40% 35%;
  background-size: 250px;
}

.e-image-liste.anthony {
  background-image: url('../images/Photo_FaureAnthony.jpg');
  background-position: 60% 30%;
  background-size: 250px;
}

.e-image-liste.karine {
  background-image: url('../images/Photo_MallemontKarine.jpg');
  background-position: 50% 25%;
  background-size: 250px;
}

.e-image-liste.yoan {
  background-image: url('../images/Photo_WojnarowiczYoann.webp');
  background-position: 50% 15%;
  background-size: 250px;
}

.e-image-liste.sophie {
  background-image: url('../images/Photo_SangelySophie.webp');
  background-position: 50% 30%;
  background-size: 250px;
}

.e-image-liste.christophe {
  background-image: url('../images/Photo_ChristopheClermont_1.webp');
  background-position: 50% 20%;
  background-size: 250px;
}

.h-div-save-date {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-2 {
  border: 1px solid var(--red);
  border-radius: 0;
  height: 100%;
}

.body-2, .body-3, .body-4 {
  background-color: var(--white);
}

.article-heading-project {
  background-image: linear-gradient(180deg, #fcf5f500, var(--black) 97%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 70vh;
  padding: 4rem 6rem 2rem;
  display: flex;
}

.article-heading-project.terroir {
  background-image: linear-gradient(180deg, #fcf5f500, var(--black) 97%), url('../images/Musée.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.article-heading-project.lac {
  background-image: linear-gradient(180deg, #fcf5f500, var(--black) 97%), url('../images/WhatsApp-Image-2026-01-10-at-16.59.38.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.article-heading-project.propre {
  background-image: linear-gradient(180deg, #fcf5f500, var(--black) 97%), url('../images/WhatsApp-Image-2026-01-10-at-16.59.39-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.article-heading-project.asso {
  background-image: linear-gradient(180deg, #fcf5f500, var(--black) 97%), url('../images/WhatsApp-Image-2026-01-11-at-16.17.15-1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.article-heading-project.march {
  background-image: linear-gradient(180deg, #fcf5f500, var(--black) 97%), url('../images/Marché.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.article-heading-project.citoyen {
  background-image: linear-gradient(180deg, #fcf5f500, var(--black) 97%), url('../images/Fontaine-et-mairie.jpg');
  background-position: 0 0, 50%;
}

.article-heading-project.entrepreunariat {
  background-image: linear-gradient(180deg, #fcf5f500, var(--black) 97%), url('../images/photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.article-heading-project.biodiv {
  background-image: linear-gradient(180deg, #fcf5f500, var(--black) 97%), url('../images/6-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.article-project-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 6rem 10rem;
  display: flex;
}

.heading-project-content {
  width: 100%;
}

.split-project-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.split-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.split-left {
  width: 100%;
}

.project-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-and-text {
  width: 100%;
}

.footer {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--red);
  justify-content: center;
  align-items: flex-end;
  height: 70vh;
  padding: 4rem 6rem;
  display: flex;
}

.first-footer-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px none var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contact-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px solid var(--white);
  border-left: 0px none var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.adress {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  border: 1px solid var(--white);
  height: 100%;
}

.footer-contact {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.facebook {
  background-color: var(--red);
  color: var(--white);
}

.logo-footer-network {
  width: 3rem;
}

.body-5 {
  background-color: var(--white);
}

.contact-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: center;
  align-items: center;
  padding: 4rem 6rem 10rem;
  display: flex;
}

.form-block {
  width: 100%;
  height: 100%;
}

.text-contact {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.logo-samatan {
  background-color: var(--white);
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 96px;
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
}

.input-name {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.project-section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4rem 6rem 10rem;
  display: flex;
}

.body-6 {
  background-color: var(--white);
}

.mentions-section {
  padding: 4rem 6rem 10rem;
}

.mentions-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mentions-part {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-logo-left-2 {
  background-color: var(--white);
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: var(--black);
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-5 {
  width: 8rem;
}

.footer-dark {
  background-color: var(--red);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 16px;
}

.image-6 {
  width: 8rem;
}

.image-7, .image-8 {
  width: 2rem;
}

@media screen and (max-width: 991px) {
  .heading.h1 {
    font-size: 5rem;
  }

  .heading.left {
    font-size: 4rem;
  }

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

  .h-about {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h-div-about {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .heading-2 {
    text-align: left;
    font-size: 2.5rem;
  }

  .heading-2.h2 {
    text-align: center;
    font-size: 2.5rem;
  }

  .paragraph {
    text-align: left;
    font-size: 1rem;
  }

  .paragraph.white {
    font-size: .75rem;
  }

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

  .paragraph.xxl.red {
    text-align: center;
  }

  .h-project-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h-div-project {
    grid-template-columns: 1fr;
  }

  .h-card-project.march {
    width: auto;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .menu-navigation {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .e-content-head {
    background-position: 0 0, 50% 10%;
    height: 80vh;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .e-content-tete-liste {
    width: 100%;
  }

  .e-content-liste {
    grid-template-columns: 1fr;
  }

  .h-div-save-date {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-2 {
    width: 50%;
  }

  .article-heading-project, .article-heading-project.march, .article-project-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .split-project-content {
    flex-flow: column;
  }

  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-section {
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .project-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .h-hero-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h-about {
    height: auto;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .h-hero-section {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .heading.h1 {
    font-size: 3rem;
  }

  .heading.left {
    max-width: 100%;
    font-size: 2rem;
  }

  .h-about {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .heading-2.r-u {
    text-align: center;
  }

  .paragraph.small {
    text-align: center;
    width: 100%;
  }

  .paragraph.xl.team {
    text-align: center;
  }

  .h-project-section {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .h-div-project {
    place-items: center;
  }

  .h-card-project {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h-card-project.march {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h-card-project.lac, .h-card-project.terroir {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h-card-project.ville {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h-card-project.environnement {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h-card-project.liste {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h-card-project.asso {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-3 {
    width: 100%;
    font-size: 1.5rem;
    position: static;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .e-section {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .e-content-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: linear-gradient(to bottom, var(--red), var(--red));
    background-position: 0 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .e-membre-liste {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-4 {
    font-size: 1.5rem;
  }

  .e-content-membre {
    justify-content: center;
    align-items: center;
  }

  .article-heading-project, .article-heading-project.march, .article-project-content, .project-section, .mentions-section {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .div-block-4 {
    background-image: url('../images/Photo_groupe_colisitiers.webp');
    background-position: 50%;
    background-size: cover;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .container-3 {
    max-width: none;
  }
}

#w-node-_864827f0-4c60-f352-5152-b8bde84a2e71-c3353e4d, #w-node-_864827f0-4c60-f352-5152-b8bde84a2e7c-c3353e4d, #w-node-_864827f0-4c60-f352-5152-b8bde84a2e83-c3353e4d, #w-node-_4d132e2c-3042-b1e1-ad57-dbeee2292e92-ce2f3203, #w-node-_4d132e2c-3042-b1e1-ad57-dbeee2292e9d-ce2f3203, #w-node-_4d132e2c-3042-b1e1-ad57-dbeee2292ea4-ce2f3203, #w-node-a9b3a630-7de0-91c2-e903-3f00628e3235-6a3c1f33, #w-node-a9b3a630-7de0-91c2-e903-3f00628e3240-6a3c1f33, #w-node-a9b3a630-7de0-91c2-e903-3f00628e3247-6a3c1f33, #w-node-ecb1f714-71e1-31ee-b376-1fece0d53e58-da9769d2, #w-node-ecb1f714-71e1-31ee-b376-1fece0d53e63-da9769d2, #w-node-ecb1f714-71e1-31ee-b376-1fece0d53e6a-da9769d2, #w-node-_5b77c39d-9c65-b692-89c5-011a9b08176b-0559bddb, #w-node-_5b77c39d-9c65-b692-89c5-011a9b081776-0559bddb, #w-node-_5b77c39d-9c65-b692-89c5-011a9b08177d-0559bddb, #w-node-a8cb890d-0aed-55ce-9995-67cdd200e93b-963cddea, #w-node-a8cb890d-0aed-55ce-9995-67cdd200e946-963cddea, #w-node-a8cb890d-0aed-55ce-9995-67cdd200e94d-963cddea, #w-node-_907d3309-98a4-0b17-555e-dea56f157f62-0c23fb1b, #w-node-_907d3309-98a4-0b17-555e-dea56f157f6d-0c23fb1b, #w-node-_907d3309-98a4-0b17-555e-dea56f157f74-0c23fb1b, #w-node-_0fbe2d57-eb7f-d4c9-fd56-ff5d359a651b-558b2e4f, #w-node-_0fbe2d57-eb7f-d4c9-fd56-ff5d359a6526-558b2e4f, #w-node-_0fbe2d57-eb7f-d4c9-fd56-ff5d359a652d-558b2e4f, #w-node-c998f5d8-2501-3d78-9e48-384493adcf34-19e7b9f3, #w-node-c998f5d8-2501-3d78-9e48-384493adcf3f-19e7b9f3, #w-node-c998f5d8-2501-3d78-9e48-384493adcf46-19e7b9f3, #w-node-_51f35fd9-5243-0e9d-6225-81ed4ce9e506-6ffbbd77, #w-node-_51f35fd9-5243-0e9d-6225-81ed4ce9e511-6ffbbd77, #w-node-_51f35fd9-5243-0e9d-6225-81ed4ce9e518-6ffbbd77, #w-node-a8235ae8-0635-b557-2dde-5e95b372ca33-746171d0, #w-node-a8235ae8-0635-b557-2dde-5e95b372ca3c-746171d0, #w-node-a8235ae8-0635-b557-2dde-5e95b372ca43-746171d0, #w-node-d7ea66b3-f641-f629-af4b-6bab005e88c9-1cb6c387, #w-node-d7ea66b3-f641-f629-af4b-6bab005e88d4-1cb6c387, #w-node-d7ea66b3-f641-f629-af4b-6bab005e88db-1cb6c387, #w-node-f9a3346a-ed7d-41a8-aa54-4523f8f696c0-96f0909e, #w-node-f9a3346a-ed7d-41a8-aa54-4523f8f696cb-96f0909e, #w-node-f9a3346a-ed7d-41a8-aa54-4523f8f696d2-96f0909e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


