@font-face {
  font-family: Simple Letter;
  src: url('../fonts/simple-letter.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opendyslexic;
  src: url('../fonts/opendyslexic-bold-italic.otf') format("opentype"), url('../fonts/opendyslexic-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opendyslexic;
  src: url('../fonts/opendyslexic-regular.otf') format("opentype"), url('../fonts/opendyslexic-italic.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_theme---color--background: var(--_theme---swatch--light);
  --_theme---color--text: #3b1e7b;
  --brand-3\<deleted\|variable-e7f5d63d-c686-1c79-c29b-13cbfe8b7d5f\>: #da4816;
  --_theme---color: white;
  --brand-1\<deleted\|variable-2fb176d1-242e-8a0a-4e87-0adbf98d5dd5\>: #3b1e7b;
  --_theme---swatch--light: #fafafa;
  --_theme---color--button-background: var(--_theme---swatch--brand-1);
  --_theme---color--button-text: var(--_theme---swatch--light);
  --_theme---swatch--brand-3: #da4816;
  --_theme---swatch--dark: #0a011e;
  --_theme---rgba-73-140-14-0-23: var(--_theme---color);
  --_theme---swatch--color-back: #498c0e3b;
  --_theme---swatch--brand-2: #498c0e;
  --_theme---color--color--size--toggle-offset: 0rem;
  --_theme---color--color--button-background: white;
  --_accessibility---poppins-base: Poppins, sans-serif;
  --_accessibility---change-police--poppins-base: var(--font-de-base-poppins);
  --_theme---size: 0px;
  --font-de-base-poppins: Poppins, sans-serif;
  --_theme---color--toggle-offset: 0rem;
  --dyslexic-swatch: Opendyslexic, Arial, sans-serif;
  --_theme---color--link-block: var(--_theme---swatch--liens-hero);
  --_theme---dark--background: var(--_theme---swatch--dark);
  --_theme---dark--text: var(--_theme---swatch--light);
  --_theme---dark--button-text: var(--_theme---swatch--light);
  --_theme---dark--toggle-offset: 1.3rem;
  --_theme---swatch--brand-1: #3b1e7b;
  --_theme---swatch--liens-hero: #eee;
  --_theme---swatch--color: white;
  --dark\<deleted\|variable-bfec6d25-fd46-71a4-4af7-6e5b354605a0\>: #0a011e;
  --light\<deleted\|variable-d68122d2-168f-b769-7de3-5013fafda981\>: white;
  --brand-2\<deleted\|variable-a957a75c-a3d2-71a8-9f9c-64e778d5295b\>: #498c0e;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--_theme---color--background);
  color: var(--_theme---color--text);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-progress-indicator {
  z-index: 2;
  background-color: var(--brand-3\<deleted\|variable-e7f5d63d-c686-1c79-c29b-13cbfe8b7d5f\>);
  width: 2px;
  height: 10vh;
  position: absolute;
  inset: 0% -1px auto auto;
}

.main-navbar {
  background-color: #fff;
  border-right: 1px solid #fff8df3b;
  width: 7.7em;
  height: 100%;
  position: fixed;
  inset: 0% auto 0% 0%;
  box-shadow: 5px 0 15px #3b1e7b12;
}

.nav-main-links-wrapper {
  height: 100%;
}

.nav-link {
  z-index: 1;
  grid-row-gap: .4em;
  color: #fff8df;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: .7rem;
  padding-bottom: .5rem;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  opacity: .55;
}

.nav-link.w--current {
  outline-offset: 0px;
  outline: 3px #fff8df;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition-property: all;
  box-shadow: 0 2px 7px #0003;
}

.nav-link.w--current:hover {
  transform: none;
}

.nav-link.marche-p {
  background-color: var(--_theme---color--text);
  border-radius: .5rem;
  padding: .5rem;
}

.fake-logo {
  background-color: #fff8df00;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
}

.brand-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  padding-left: 0;
  display: flex;
}

.nav-link-text.is-chapter {
  color: #3b1e7b;
  letter-spacing: 0;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: .7rem;
  font-weight: 500;
  display: block;
}

.nav-link-text.is-chapter.embed {
  display: block;
}

.nav-link-text.is-chapter.embed.march-p {
  color: var(--_theme---color);
}

.nav-links-wrapper {
  z-index: 1;
  grid-row-gap: 0em;
  border-bottom: 2px solid #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.navbar-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-background {
  z-index: 0;
  background-color: #da481608;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image {
  width: auto;
}

.image.icon-d-marches {
  width: 1.5rem;
}

.image.icon-search {
  width: 1.3rem;
}

.image.icon-municipalit {
  width: 1.6rem;
}

.image.icon-actualites {
  width: 2.2rem;
}

.image.icon-rdv {
  width: 1.7rem;
  display: block;
}

.image.icon-rdv.img-m-p {
  display: none;
}

.image.icon-mail {
  width: 1.5rem;
  display: block;
}

.image.icon-mail.img-m-p {
  display: none;
}

.section-header {
  height: auto;
  position: relative;
}

.translate-div {
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav-wrapper {
  z-index: 5;
  background-color: var(--_theme---color--text);
  color: #fff;
  justify-content: space-between;
  align-items: stretch;
  height: 4.1rem;
  padding-left: 10em;
  padding-right: 3rem;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.search-components {
  justify-content: center;
  align-items: center;
  display: flex;
}

.access-components {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-wrapper {
  margin-left: 1rem;
  display: block;
  position: relative;
}

.search-icon-wrapper {
  align-items: center;
  height: auto;
  margin-right: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

.search-img {
  opacity: 1;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 .5rem;
  transition: all .2s;
  display: flex;
}

.search-img:hover {
  opacity: 1;
  color: var(--brand-3\<deleted\|variable-e7f5d63d-c686-1c79-c29b-13cbfe8b7d5f\>);
  transform: scale(1.2);
}

.search-pop-up-wrapper {
  z-index: 999;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  inset: 0 3rem 0% auto;
  overflow: visible;
}

.search-pop-up {
  background-color: #f1f6fd;
  border-bottom: 1px solid #fff;
  border-radius: 20rem;
  align-items: center;
  margin-bottom: 0;
  padding: 0 .3rem 0 1rem;
  display: flex;
}

.search-pop-up.id-page {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  height: 40px;
}

.search-input {
  opacity: .55;
  color: #151d53;
  background-color: #0000;
  border: 0 solid #000;
  border-style: none solid solid none;
  min-width: 12rem;
  margin-bottom: 0;
  font-size: 12px;
}

.search-input.id-page {
  opacity: 100;
  color: #fff;
  font-family: Poppins, sans-serif;
}

.search-input.id-page::placeholder {
  color: #fff;
}

.search-button {
  background-color: var(--brand-1\<deleted\|variable-2fb176d1-242e-8a0a-4e87-0adbf98d5dd5\>);
  color: #fff;
  background-image: url('../images/flche-web.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 100%;
  width: 2.4rem;
  height: 2rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.search-button.id-page {
  background-color: #0000;
  background-image: none;
  width: auto;
  font-size: .8rem;
  position: absolute;
}

.body {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  overflow: visible;
}

.hero-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 2rem 2rem 2rem 10em;
  display: flex;
}

.grid-liensrapides {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dark-mode {
  z-index: 2;
  min-width: auto;
  display: none;
  position: relative;
}

.toggle-wrapper {
  -webkit-text-stroke-color: #3b1e7b;
  cursor: pointer;
  background-color: #0000;
  position: relative;
}

.toggle-bg-2 {
  background-color: #2e1466;
  border: 1px solid #ffffff80;
  border-radius: 100px;
  width: 60px;
  height: 36px;
  box-shadow: 0 0 30px #ffffff26;
}

.toggle-circle-2 {
  background-color: #efea75;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 6px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.toggle-circle-gradient-2 {
  background-image: linear-gradient(164deg, #fff, #fee0b3);
  width: 114px;
  height: 114px;
  position: absolute;
}

.toggle-overlay-2 {
  opacity: 0;
  background-color: #0a011e;
  border-radius: 100px;
  width: 48px;
  height: 27px;
  margin-top: 6px;
  margin-left: 3px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-2 {
  color: var(--_theme---swatch--light);
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.accessibilit--div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: auto;
  height: 2rem;
  color: var(--_theme---color--text);
  background-color: #fff;
  border: 1px #da4816;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.accessibilit--div:hover {
  background-color: #e7f7d8;
}

.contact-div {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-left: 1px solid #ffffff80;
  border-right: 1px solid #ffffff80;
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding: 0 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-6 {
  width: 1.5rem;
  position: relative;
  inset: 0%;
}

.image-6.mobile {
  display: none;
}

.access-rapide {
  width: 1rem;
}

.access-ra {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px #ffffff80;
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1rem;
  display: flex;
}

.hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(#da481633, #3b1e7bd9 59%, #3b1e7bf2 81%, #3b1e7b), url('../images/municipalit-tsingoni-jpg-100-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 70vh;
  padding-bottom: 2rem;
  padding-left: 10rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.text-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.section-2 {
  z-index: 1;
  height: auto;
  padding: 0;
  position: static;
}

.heading {
  color: var(--_theme---swatch--light);
  font-family: Montserrat, sans-serif;
  font-size: 37px;
}

.paragraph {
  color: #ffffffbf;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.navbar {
  z-index: 5;
  background-color: var(--_theme---color--button-background);
  margin-top: 0;
  position: sticky;
  inset: 0%;
}

.page-padding {
  border-top: 1px solid #ffffff26;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

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

.nav-layout {
  color: #3b1e7b;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10rem;
  display: flex;
}

.nav_links_wrapper {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_theme---color--button-background);
  border-radius: 0;
  padding: 1rem .75rem 1rem 0;
  display: flex;
}

.nav_link {
  color: var(--_theme---color--text);
  border-radius: 50rem;
  padding: .7rem 1.2rem;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.nav-link-bg {
  color: var(--_theme---color--button-text);
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.nav-link-text-2 {
  color: var(--_theme---color--button-text);
  position: relative;
}

.maire-content {
  z-index: 0;
  height: auto;
  position: relative;
}

.text-block-3 {
  color: #ffffffbf;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  display: flex;
}

.nav-link_shape {
  z-index: -1;
  opacity: 0;
  color: #0a011e;
  background-color: #0a011e;
  border-radius: 50rem;
  width: 0;
  transition: left .3s, opacity .3s, width .3s;
  display: block;
  position: absolute;
  inset: .5rem auto .5rem .75rem;
  box-shadow: 0 2px 8px #2e336b1a;
}

.section-test {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-test._2 {
  background-color: #fbfaff;
  height: auto;
  padding: 5rem 3rem 5rem 10rem;
  transition: all .3s;
}

.section-test._3 {
  background-color: #fbfaff;
  height: auto;
  padding: 5rem 3rem 5rem 10rem;
}

.section-test._1 {
  background-color: #fbfaff;
  height: 90vh;
  padding: 2rem 3rem 2rem 10rem;
}

.section-test._3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fbfaff;
  font-family: Poppins, sans-serif;
}

.section-test._4 {
  grid-column-gap: 4.5em;
  grid-row-gap: 4.5em;
  background-color: #fbfaff;
  height: auto;
  padding: 3rem 3rem 3rem 10rem;
}

.maire-wrapper {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding: 4rem 5rem;
  box-shadow: 0 0 20px #3b1e7b1a;
}

.container-maire {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  height: 100%;
  display: grid;
}

.img-maire-container {
  background-image: url('../images/image-maire-tsingoni-webp.webp');
  background-position: 61%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: 425px;
  position: relative;
}

.tabs-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 95%;
  height: 100%;
  font-family: Poppins, sans-serif;
  display: flex;
}

.text-block-maire {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.tabs-block-container {
  position: relative;
}

.heading-2 {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.text-block-4 {
  color: #3b1e7bbf;
  font-size: 14px;
}

.v-tab_text {
  font-size: 13px;
}

.v-tab_menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f5f0ff;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  height: 47px;
  padding-right: 0;
  display: flex;
}

.v-tabs {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.values_c-block {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.v-tab_pan {
  height: 100%;
}

.values_text {
  color: #3b1e7bbf;
  letter-spacing: .4px;
  margin-top: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
}

.v-tab_link {
  color: #3b1e7b;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  display: flex;
}

.v-tab_link.w--current {
  color: #3b1e7b;
  background-color: #c1db4d;
  border-bottom: 2px #3b1e7b;
  border-radius: 50rem;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  display: flex;
}

.v-tab_link.tab-3 {
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.v-tab_contemt {
  flex: 1;
  margin-top: 20px;
  overflow: visible;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.priorit--1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff9dd;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  background-color: #3b1e7b;
  border: .5rem #000;
  border-radius: .5rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  padding: .7rem;
  font-size: 13px;
  font-weight: 500;
  display: block;
  transform: rotate(-4deg);
}

.text-block-5.title-priorit--2 {
  width: 55%;
  transform: rotate(5deg);
}

.text-block-6 {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.priorit--2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #e8f6ed;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.text-span {
  color: #3b1e7b4d;
  font-size: 13px;
}

.div-block-3 {
  position: relative;
}

.paragraph-2 {
  color: var(--_theme---swatch--brand-3);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  display: flex;
  position: absolute;
  inset: 11% auto auto -3%;
}

.container-main {
  max-width: 1280px;
}

.faq-list {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  display: grid;
}

.faq-list.faq-contact {
  display: flex;
}

.topic-accordian-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1.5px solid var(--_theme---color--button-background);
  width: 100%;
  max-width: none;
  box-shadow: 4px 4px 0 0 var(--_theme---color--button-background);
  color: #3b1e7bbf;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: row;
  margin: 0 auto;
  padding: 15px 10px 15px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.topic-accordian-main.faq-form {
  box-shadow: none;
  background-color: #fbfaff;
  border-color: #3b1e7b26;
}

.topic-accordian-main.faq-form.faq-contact {
  flex-flow: column;
}

.topic-question-link {
  color: #333;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 8px 0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.topic-question-link:hover {
  text-decoration: none;
}

.topic-dropdown-info {
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.text-faq {
  font-size: 14px;
  line-height: 1.5;
}

.faq-key-info {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 50%;
  padding-top: 0;
  display: flex;
  position: sticky;
  inset: 6rem 0% auto;
}

.text-term-heading {
  text-align: center;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.faq-icon-wrapper {
  border: 1px solid #e5e7eb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.faq-icon-wrapper.no-outline {
  border-style: none;
}

.faq-heading {
  color: var(--_theme---color--text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.disclaimer-text {
  color: #3b1e7bbf;
  text-align: center;
  line-height: 1.6;
}

.faq-heading-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-topic {
  width: 24px;
  height: auto;
  color: var(--_theme---color--text);
  display: block;
}

.faq-heading-left {
  max-width: 350px;
  height: 100%;
}

.faq-heading-left.flex-verticle {
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: none;
  display: flex;
  position: static;
  top: 0%;
  left: 0%;
  right: 0%;
}

.faq-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  font-family: Poppins, sans-serif;
  display: flex;
  position: static;
}

.body-2 {
  background-color: #fafafa;
}

.swiper-slide {
  flex: none;
  width: 100%;
  height: 100%;
}

.swiper-slide.cc-how-slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 50px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.u-position-relative {
  position: relative;
}

.container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.row.row-align-center {
  background-color: #0000;
  background-image: url('../images/fond-textur-img-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: space-between;
  align-items: center;
}

.text-block-7 {
  color: #bfab7d;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}

.paragraph-3 {
  color: #bfab7dbf;
  font-size: 13px;
}

.image-11 {
  align-self: flex-start;
  width: 90%;
}

.image-11.m-2 {
  align-self: flex-end;
  width: 65%;
}

.image-11.s-3 {
  width: 100%;
}

.image-11.s-3.size-monument {
  width: 75%;
}

.tabs {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tabs-content {
  width: 40%;
  height: 750px;
}

.tabs-menu {
  background-image: url('../images/group-pointills.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 40%;
  height: 550px;
}

.tab-link-tab-1 {
  color: #b19d6c;
  background-color: #fff;
  border: 1px solid #b19d6c;
  border-radius: .7rem;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  position: absolute;
  inset: -3% auto auto 0%;
  transform: rotate(-15deg);
  box-shadow: 3px 3px #b19d6c;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #3b1e7b;
  border: 1px solid #bfab7d;
  border-radius: .7rem;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  position: absolute;
  inset: -3% auto auto 0%;
  transform: rotate(-15deg);
  box-shadow: 3px 3px #bfab7d;
}

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

.tab-link-tab-2 {
  color: #bfab7d;
  background-color: #fff;
  border: 1px solid #bfab7d;
  border-radius: .7rem;
  padding: 15px 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  position: absolute;
  inset: -4% 19% auto auto;
  transform: rotate(18deg);
  box-shadow: 3px 3px #bfab7d;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #3b1e7b;
  top: -4%;
}

.tab-link-tab-3 {
  color: #b19d6c;
  background-color: #fff;
  border: 1px solid #b19d6c;
  border-radius: .7rem;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  position: absolute;
  inset: 19% 32% auto auto;
  transform: rotate(-11deg);
  box-shadow: 3px 3px #b19d6c;
}

.tab-link-tab-3.w--current {
  color: #fff;
  background-color: #3b1e7b;
}

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

.corner-roundeffect {
  background-color: #fff;
  border-radius: 2rem 0 0;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  padding: 1rem 0 0 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-corner-3 {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: -41% auto auto 0%;
  transform: rotate(-90deg);
}

.white-corner-3.corner_maire1 {
  inset: -13% -1% auto auto;
  transform: rotate(-180deg);
}

.white-corner-3.corner_maire1.municipalit {
  top: -33%;
}

.white-corner {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner.corner_maire2 {
  inset: auto auto 0% -33%;
  transform: rotate(-180deg);
}

.div-block-6 {
  background-image: url('../images/image-maire-tsingoni-webp.webp');
  background-position: 91% 100%;
  background-repeat: repeat;
  background-size: 500px;
  border-radius: 50rem;
  width: 100%;
  height: 100%;
}

.tab-prev {
  z-index: 1;
  opacity: 1;
  cursor: pointer;
  background-color: #3b1e7b;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 1% auto auto 1%;
}

.tab-prev:hover {
  background-color: var(--_theme---swatch--dark);
}

.image-13 {
  width: 1rem;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.tab-next {
  cursor: pointer;
  background-color: #3b1e7b;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 1% 1% auto auto;
}

.tab-next:hover {
  background-color: var(--_theme---swatch--dark);
}

.image-14 {
  width: 1rem;
}

.team-title_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-pesentation_wrapper {
  flex-flow: row;
  width: 100%;
  display: block;
  position: relative;
}

.circle-title {
  background-image: url('../images/entour-orange.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 3.5rem 2rem 2rem 2.5rem;
  display: flex;
}

.heading-3 {
  text-align: center;
  width: 60%;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.paragraph-4 {
  color: #3b1e7bbf;
  text-align: center;
  width: 50%;
  line-height: 1.6;
}

.link-deliberations {
  background-color: var(--_theme---color--button-background);
  color: var(--_theme---swatch--light);
  border-radius: 50rem;
  padding: 1rem 1.5rem;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.link-deliberations:hover {
  background-color: var(--_theme---swatch--dark);
}

.tabs-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px #000;
  border-bottom: 2px solid #3b1e7b;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.tab-link-tab-1-2 {
  color: #3b1e7b;
  background-color: #fff8f5;
  border: 1.5px solid #da4816;
  border-radius: .5rem;
  padding: .7rem 1rem;
  font-weight: 500;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  background-color: #da4816;
  border: 1.5px solid #932703;
  border-radius: .5rem;
  padding: .7rem 1rem;
  font-weight: 500;
}

.tab-link-tab-2-2 {
  color: #3b1e7b;
  background-color: #fff8f5;
  border: 1.5px solid #da4816;
  border-radius: .5rem;
  padding: .7rem 1rem;
  font-weight: 500;
}

.tab-link-tab-2-2.w--current {
  color: #fff;
  background-color: #da4816;
  border-color: #932703;
}

.grid-team {
  grid-column-gap: 16px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 77rem;
  margin-top: 2rem;
  display: grid;
}

.team-content {
  background-image: url('../images/homme-politique.svg'), linear-gradient(#3b1e7b, #5e2765 30%, #da4816);
  background-position: 50% -15%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 70%, auto;
  border-radius: 1rem;
  width: auto;
  height: auto;
  position: relative;
}

.team-content.team-femme {
  background-image: url('../images/femme-politique.svg'), linear-gradient(#3b1e7b, #5e2765 30%, #da4816);
  background-size: 55%, auto;
}

.team-content.team-femme.t-conseillers_f {
  background-image: url('../images/femme-politique.svg'), linear-gradient(#3b1e7b, #3f2479 20%, #413865 35%, #498c0e);
  background-position: 50% -15%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 55%, auto;
}

.team-content.t-conseillers_h {
  background-image: url('../images/homme-politique.svg'), linear-gradient(#3b1e7b, #3b1e7b 20%, #498c0e);
  background-position: 50% -15%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 70%, auto;
}

.div-roundcorner {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #fbfaff;
  border-top-right-radius: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 70%;
  height: 70px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-12 {
  font-size: 18px;
  font-weight: 600;
}

.text-block-13 {
  color: #da4816;
}

.mini-title {
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  inset: 4.5% auto auto 0%;
}

.titre-history {
  flex-flow: column;
  font-family: Poppins, sans-serif;
  display: block;
}

.heading-4 {
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.text-block-14 {
  text-align: center;
  width: 50%;
}

.circle-title-2 {
  background-image: url('../images/circle-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5rem 3rem 4rem;
}

.tab-link-tab-4 {
  color: #bfab7d;
  background-color: #fff;
  border: 1px solid #bfab7d;
  border-radius: .7rem;
  padding: 15px 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  position: absolute;
  inset: 32% auto auto -5%;
  transform: rotate(10deg);
  box-shadow: 3px 3px #bfab7d;
}

.tab-link-tab-4.w--current {
  color: #fff;
  background-color: #3b1e7b;
}

.tab-link-tab-5 {
  color: #b19d6c;
  text-align: center;
  background-color: #fff;
  border: 1px solid #b19d6c;
  border-radius: .7rem;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  position: absolute;
  inset: 45% 10% auto auto;
  transform: rotate(-15deg);
  box-shadow: 3px 3px #b19d6c;
}

.tab-link-tab-5.w--current {
  color: #fff;
  background-color: #3b1e7b;
}

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

.tab-link-tab-6 {
  color: #b19d6c;
  background-color: #fff;
  border: 1px solid #b19d6c;
  border-radius: .7rem;
  padding: 15px 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  position: absolute;
  inset: auto auto 22% 40%;
  transform: rotate(15deg);
  box-shadow: 3px 3px #b19d6c;
}

.tab-link-tab-6.w--current {
  color: #fff;
  background-color: #3b1e7b;
}

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

.tab-link-tab-7 {
  color: #bfab7d;
  background-color: #fff;
  border: 1px solid #bfab7d;
  border-radius: .7rem;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  position: absolute;
  inset: auto auto -2% 7%;
  transform: rotate(-19deg);
  box-shadow: 3px 3px #bfab7d;
}

.tab-link-tab-7.w--current {
  color: #fff;
  background-color: #3b1e7b;
}

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

.tab-link-tab-8 {
  color: #bfab7d;
  background-color: #fff;
  border: 1px solid #bfab7d;
  border-radius: .7rem;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  position: absolute;
  inset: auto 0% -4% auto;
  transform: rotate(15deg);
  box-shadow: 3px 3px #bfab7d;
}

.tab-link-tab-8.w--current {
  color: #fff;
  background-color: #3b1e7b;
}

.prev {
  cursor: pointer;
  background-color: #f1e8d3;
  border: 1px solid #d7c7a4;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  inset: 50% auto auto 3%;
}

.prev:hover {
  background-color: #e4d7ba;
}

.next {
  cursor: pointer;
  background-color: #d7c7a4;
  border: 1px solid #d7c7a4;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  inset: 50% auto auto 45%;
}

.next:hover {
  background-color: #cebe9b;
}

.image-15 {
  width: 1.5rem;
}

.image-16 {
  width: 1.5rem;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-text-stroke-color: white;
  background-color: #3b1e7b;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding: 3rem 2rem 0;
  display: flex;
}

.bas-content {
  border-top: 1px solid #ffffff1a;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: 1rem;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.logo-footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.image-17 {
  width: 7rem;
}

.text-block-20 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff9;
  flex-flow: column;
  padding-left: 1.3rem;
  font-size: 16px;
  display: flex;
}

.text-span-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

.liens-haut {
  grid-column-gap: 3.2rem;
  grid-row-gap: 5rem;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.adress-horaires_link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-21 {
  color: #fff9;
  margin-top: 0;
}

.liens-rapide_link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.link {
  color: #fff9;
  margin-top: .5rem;
  text-decoration: none;
  display: block;
}

.text-block-22 {
  margin-bottom: .5rem;
}

.text-block-23 {
  margin-bottom: 0;
}

.text-span-3 {
  text-transform: uppercase;
}

.horaires_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.adress_ling {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.text-block-24 {
  text-decoration: none;
}

.link-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff9;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  text-decoration: none;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.link-legales {
  color: #fff9;
  text-transform: none;
  text-decoration: none;
}

.minis-lis_footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.social-medias {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mini-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff9;
  background-color: #fff3;
  border: 1.5px solid #ffffff1a;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .3rem 1rem .3rem .3rem;
  text-decoration: none;
  display: flex;
}

.icon_content {
  background-color: #3b1e7b;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: .5rem;
  display: flex;
  position: relative;
}

.image-18 {
  width: 1.4rem;
  position: relative;
  right: -3px;
}

.image-18.none-space {
  right: 0;
}

.image-18.none-space.size_icon {
  width: 1.3rem;
}

.text-block-25, .text-block-26, .text-block-27 {
  font-size: 13px;
}

.link-social-m {
  background-color: #ffffff1a;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: .5rem;
  display: flex;
}

.link-social-m.nav-social {
  background-color: #3b1e7b80;
  width: 30px;
  height: 30px;
  position: relative;
}

.size_imgicon {
  width: .5rem;
}

.size_icon2 {
  width: 1.3rem;
}

.link-hero {
  color: #3b1e7b;
  background-color: #f1f1f1;
  border: 1px solid #ebebeb;
  border-left-width: 2px;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 11rem;
  padding-top: 1.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.blockblanc-corner {
  z-index: 1;
  background-color: #fff;
  border: 1px #000;
  border-radius: 1rem 0 0 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto -1% -1% auto;
}

.white-cornerhomepage {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: -41% auto auto 0%;
  transform: rotate(-90deg);
}

.white-cornerhomepage.corner_maire1 {
  z-index: 1;
  inset: auto auto 0% -29px;
  transform: rotate(-180deg);
}

.white-cornerhomepage.corner_2home {
  z-index: 1;
  inset: -30px 0% auto auto;
  transform: rotate(-180deg);
}

.white-cornerhomepage.corner_act-1 {
  z-index: 1;
  inset: -36% 0% auto auto;
  transform: rotate(-180deg);
}

.white-cornerhomepage.corner_atc-2 {
  z-index: 1;
  inset: auto auto 0% -34%;
  transform: rotate(-180deg);
}

.text-span-4 {
  text-transform: uppercase;
}

.img-nohover {
  order: 0;
  align-self: auto;
  width: 70%;
  position: absolute;
  inset: auto 15% 0% auto;
}

.img-nohover.img-devant {
  z-index: 1;
  width: 65%;
  display: inline-flex;
}

.img-nohover.img-devant.hov-move {
  z-index: 1;
  right: 20%;
}

.img-nohover.img-devant.hov-move.id-illust {
  width: 55%;
  right: 20%;
}

.img-nohover.img-devant.first-hov-img {
  z-index: 1;
}

.hover-img {
  order: 0;
  align-self: auto;
  width: 70%;
  position: absolute;
  inset: auto 15% 0% auto;
}

.hover-img.img-hover {
  z-index: 1;
  width: 65%;
  transition: all .2s;
  display: inline-flex;
  overflow: visible;
}

.hover-img.img-hover:hover {
  transform: translate(0, -3px)scale(1.1);
}

.hover-img.img-hover.hov-move {
  z-index: 1;
  right: 20%;
}

.hover-img.img-hover.hov-move:hover {
  transform: translate(0, -6px)scale(1.1);
}

.hover-img.img-hover.hov-move.id-illust {
  width: 55%;
  right: 20%;
}

.hover-img.img-hover.first-hov-img {
  z-index: 1;
}

.hover-img.img-hover.first-hov-img:hover {
  transform: none;
}

.div-block-8 {
  background-color: #3b1e7b;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  transform: rotate(-30deg);
}

.image-20 {
  width: 1rem;
}

.text-hovercolor {
  z-index: 1;
  text-align: center;
  position: relative;
}

.grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.grid-hero_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.grid-hero_right {
  background-image: linear-gradient(#3b1e7b, #da4816);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-21 {
  z-index: 0;
  align-self: center;
  width: 70%;
  display: block;
  position: relative;
}

.hero-text_haut {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.text-block-28 {
  color: #3b1e7bbf;
  width: 95%;
}

.text-block-29 {
  color: #da4816;
  border: 1px solid #da4816;
  border-radius: 50rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .5rem 1rem;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.content-section-copy {
  background-color: #f8faff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.slider-background {
  background-image: linear-gradient(#3b1e7bb3 25%, #da481633);
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: absolute;
  inset: 0%;
}

.tabs-content-2 {
  width: auto;
  overflow: visible;
}

.booster-tab-menu {
  justify-content: flex-start;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.slider-heading {
  z-index: 2;
  color: #fff;
  text-align: left;
  letter-spacing: -.03em;
  width: 75%;
  max-width: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  position: relative;
}

.tabs-3 {
  width: 100%;
}

.load-bar-base {
  background-color: #fff3;
  border-radius: 50rem;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-base {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 11rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
}

.tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  width: 100px;
  position: relative;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.montain-2, .montain-1 {
  z-index: 0;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.stars {
  opacity: .5;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  position: absolute;
  inset: 0% 0% auto;
}

.arbre {
  border-top-right-radius: 2rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lune {
  opacity: .75;
  border-top-left-radius: 2rem;
  width: 50%;
  position: absolute;
}

.code-embed {
  display: none;
}

.section-actus {
  z-index: 0;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem 2rem 3rem 10em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-5 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}

.text-span-6 {
  font-weight: 800;
}

.titre-wrapper-actus {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  display: flex;
}

.swip-wrapper {
  width: 100%;
  height: auto;
}

.mask-link {
  border: 0 solid #ebebeb;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-activity {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem 0 7rem 10em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.titre-wrapper-activity {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.tab-activity {
  align-self: auto;
  align-items: stretch;
  display: flex;
  position: relative;
}

.tabs-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.tab-pane-tab-1-2 {
  width: 100%;
  height: 100%;
  position: static;
  inset: 0% auto 0% 0%;
}

.tabs-content-3 {
  width: 40%;
  height: 50vh;
}

.tabs-menu-3 {
  background-image: url('../images/map-tsingoni-1.svg');
  background-position: 50%;
  background-size: 100% 100%;
  width: 50%;
}

.infos-act {
  color: #fff;
  background-image: linear-gradient(#3b1e7b, #6e2b5b 39%, #87324b 55%, #da4816);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.text-act-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.category-act {
  border: 1px solid #ffffff80;
  border-radius: 50rem;
  padding: .5rem 1rem;
}

.text-block-30 {
  color: #fff9;
  font-size: 14px;
}

.text-block-31 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.text-block-32 {
  color: #ffffff80;
  font-size: 12px;
}

.div-block-9 {
  background-color: #fff;
  border-top-left-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tab-link-tab-1-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #3b1e7b;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto 30% 18% auto;
}

.tab-link-tab-1-3.w--current {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #da4816;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 700;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 30% 18% auto;
}

.tab-link-tab-1-3.w--current:hover {
  transform: scale(1.2);
}

.tab-link-tab-2-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #3b1e7b;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 36% 43% auto;
}

.tab-link-tab-2-3:hover {
  transform: scale(1.2);
}

.tab-link-tab-2-3.w--current {
  color: #da4816;
  background-color: #0000;
  padding: 0;
  font-weight: 700;
  bottom: 43%;
  right: 36%;
}

.tab-link-tab-3-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #3b1e7b;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 32% auto auto 8%;
}

.tab-link-tab-3-2:hover {
  transform: scale(1.2);
}

.tab-link-tab-3-2.w--current {
  color: #da4816;
  background-color: #0000;
  font-weight: 700;
}

.image-25 {
  z-index: -1;
  opacity: .7;
  align-self: flex-end;
  width: 26.5rem;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  height: 100%;
}

.footer-homepage {
  padding: 2rem 2rem 1.5rem 10em;
}

.div-block-11 {
  z-index: 0;
  background-color: #da4816;
  border: 1px #da4816;
  border-radius: 50rem;
  justify-content: center;
  align-items: flex-end;
  width: 70px;
  height: 70px;
  padding: .3rem .3rem 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.image-26 {
  align-self: flex-end;
  width: 90%;
  padding-bottom: 0;
  position: relative;
  bottom: -2px;
}

.tab-pane-tab-4 {
  height: 100%;
}

.tab-link-tab-4-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #3b1e7b;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto auto 33% 3%;
}

.tab-link-tab-4-2:hover {
  transform: scale(1.2);
}

.tab-link-tab-4-2.w--current {
  color: #da4816;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto auto 33% 3%;
}

.heading-6 {
  color: #3b1e7b;
}

.first-megamenu {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #3b1e7b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 36%;
  height: 100%;
  padding-top: 3rem;
  padding-left: 10rem;
  padding-right: 2rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.fond-tamis-menu {
  z-index: 3;
  color: #3b1e7b;
  background-color: #0b002480;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.mega-menu-wrapper {
  z-index: 10;
  display: none;
  position: relative;
  overflow: visible;
}

.menu-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .1s;
  display: flex;
}

.menu-link:hover {
  color: #da4816;
  text-overflow: clip;
  transform: translate(3%);
}

.menu-link.sous-menu {
  color: #3b1e7b;
  font-size: 17px;
  font-weight: 400;
}

.menu-link.sous-menu:hover {
  color: #da4816;
  font-weight: 500;
}

.etat-civil {
  flex: none;
}

.text-span-7 {
  text-transform: none;
}

.text-span-8, .text-span-9 {
  text-transform: uppercase;
}

._1-block-etat-c {
  z-index: 3;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 36%;
  height: 100%;
  padding: 4rem 3rem 1rem;
  font-family: Poppins, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.text-block-34 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 600;
}

.image-27 {
  width: .5rem;
}

.sous-menu-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button {
  color: #fff;
  background-color: #498c0e;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 16px;
  font-weight: 400;
}

.img-etatcivil {
  background-color: #ffe4da;
  border-radius: 0 2rem 0 0;
  justify-content: center;
  align-self: baseline;
  align-items: flex-end;
  width: 100%;
  height: 9rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.img-etatcivil.identity-img {
  background-color: #fff1ad;
  border-radius: 0 2rem 0 0;
  justify-content: flex-end;
  align-items: flex-end;
}

.image-28 {
  width: 14.5rem;
}

.image-28.identity-img {
  border-bottom-right-radius: 0;
}

.image-28.elections-img {
  border-radius: 0;
  width: 100%;
}

.image-28.mariage-img {
  width: 11rem;
}

._2-block-identity, ._3-block-elections {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 36%;
  height: 100%;
  padding: 4rem 3rem 2rem;
  font-family: Poppins, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.img-elections {
  background-color: #b4d2ff;
  border-radius: 0 2rem 0 0;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 9rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

._4-block-urbanisme {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 36%;
  height: 100%;
  padding: 4rem 3rem 2rem;
  font-family: Poppins, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.img-urbanisme {
  background-color: #f2ecff;
  border-radius: 0 2rem 0 0;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 9rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

._5-block-mariage {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 36%;
  height: 100%;
  padding: 4rem 3rem 2rem;
  font-family: Poppins, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.img-mariage {
  background-color: #d5dfcc;
  border-radius: 0 2rem 0 0;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 9rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

._6-block-deces {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 36%;
  height: 100%;
  padding: 4rem 3rem 2rem;
  font-family: Poppins, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.swiper.is-photos {
  border-radius: 1.5rem;
}

.swiper-slide-2.is-photos.swiper-slide {
  border-radius: 1.5rem;
  height: 100%;
}

.slider-left {
  border-radius: 1.5rem;
  width: 35%;
}

.swiper-wrapper.is-photos {
  border-radius: 1.5rem;
}

.slider-right {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

.section {
  width: 100%;
  overflow: hidden;
}

.arrow {
  width: 3.75rem;
  height: 3.75rem;
}

.arrow.is-left {
  cursor: pointer;
  background-color: #c7bce180;
  border: 1.5px solid #a994d84d;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.arrow.is-right {
  cursor: pointer;
  background-color: #3b1e7b;
  border: 1.5px solid #3b1e7b;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.main-wrapper {
  width: 100%;
}

.slider-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-left: 5rem;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-large-2 {
  max-width: 80rem;
  margin: auto;
}

.slider-icon_wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-top: 1px solid #00000012;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.padding-global {
  border: 1px solid #00000012;
  border-radius: 2rem;
  width: 100%;
  padding: 3.75rem 0 1rem;
  position: relative;
}

.arrow-left {
  transform: rotate(180deg);
}

.slide_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 2%;
  padding-bottom: 20%;
  display: flex;
}

.title {
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 140%;
}

.body-text {
  color: #3b1e7bbf;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.image-height {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #fff;
  border-radius: 1.5rem;
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.text-block-35 {
  color: #3b1e7b40;
  font-style: italic;
}

.div-block-12 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-36 {
  color: #0058ee;
  border: 1.5px solid #0058ee;
  border-radius: 50rem;
  padding: .3rem .9rem;
  font-size: 12px;
  font-weight: 500;
}

.image-30, .image-31 {
  align-self: flex-end;
  width: 45px;
}

.image-32 {
  width: 8.6rem;
  transform: rotate(31deg);
}

.block-inter-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -20% 4% auto auto;
  transform: rotate(-12deg);
}

.text-block-37 {
  text-align: center;
  font-family: Simple Letter, Times New Roman, sans-serif;
  font-size: 30px;
  line-height: 1;
  transform: translate(0, 34px)rotate(26deg);
}

.div-block-14 {
  background-color: #fff;
  border-radius: 50rem;
  width: 13px;
  height: 13px;
}

.tab-one, .tab-two, .tab-three, .tab-four {
  background-color: #3b1e7b;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: .5rem;
  display: flex;
}

.section-agenda {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 2rem 7rem 10rem;
  display: flex;
}

.agenda-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.titre-et-button {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.swiper-wrapper2.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
}

.content-home-blog-slider {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.blog-slider-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: visible;
}

.main-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.swiper-slide3 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 33.3333%;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.swiper-slide3.swiper-slide {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 33%;
  display: flex;
}

.swiper-2 {
  width: 100%;
  overflow: hidden;
}

.swiper-2.is-swiper-portfolio {
  height: 100%;
  overflow: visible;
}

.swiper-2.is-swiper-portfolio.swiper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-38 {
  border: 1px solid #3b1e7b;
  border-radius: 50rem;
  padding: .5rem 1rem;
  font-weight: 500;
}

.titre-wrapper-agenda {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.section-nasletter {
  padding: 3rem 2rem 0 10em;
}

.newsletter-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.illustration-newsletter {
  background-color: #f5cdc1;
  background-image: url('../images/trac-236.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
  display: flex;
}

.suscribe-newletter {
  color: #fff;
  background-image: linear-gradient(97deg, #da4816, #3b1e7b);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.image-35 {
  width: 70%;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto auto .5fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  font-size: 14px;
  display: grid;
}

.text-block-39 {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4;
}

.form {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-field {
  border-radius: .7rem;
  height: 55px;
}

.text-field::placeholder {
  color: #e0e0e0;
}

.button-s-abonner {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-18 {
  background-color: #fff;
  background-image: url('../images/flche-violet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 50rem;
  width: 35px;
  height: 35px;
}

.submit-button {
  background-color: #0000;
}

.text-block-40 {
  width: 45%;
  line-height: 1.4;
}

.section-1-id {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/2150639513-3-1.jpg');
  background-position: 0 0, 50% 23%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.section-1-id.cnipage {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/france-passport-french-flag-french-passport-is-identity-document-1.jpg');
  background-position: 0 0, 50% 30%;
}

.section-1-id.adnpage {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/2149836836-1.jpg');
}

.div-block-19 {
  z-index: 0;
  color: #da4816;
  background-color: #fff;
  border-top-left-radius: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-corner-mariage {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-mariage.corner_mariage {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -39px;
  transform: rotate(-180deg);
}

.body-3 {
  background-color: #fff;
  font-family: Poppins, sans-serif;
}

.section-2-id {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 7rem 3rem 7rem 10rem;
  display: flex;
}

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

.text-block-41 {
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.6;
}

.text-block-42 {
  color: #3b1e7b42;
}

.intro-id-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.intro-img-id-grid {
  background-image: url('../images/mariage-mairie-tsingoni-2.png');
  background-position: 50% 63%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.intro-img-id-grid.cnipage {
  background-image: url('../images/demande-cni-passeport-tsingoni.png');
}

.intro-img-id-grid.adnpage {
  background-image: url('../images/2149836810.jpg');
}

.intro-txt-img-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem 3rem;
  display: flex;
  box-shadow: 2px 2px 15px #00000026;
}

.div-block-20 {
  background-color: #fff;
  border-top-left-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: auto -1px -1px auto;
}

.div-block-21 {
  background-image: url('../images/livret-de-famille.png');
  background-position: 77% 92%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50rem;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-21.adnpage {
  background-image: url('../images/2149836810.jpg');
}

.div-block-21.ldf {
  background-image: url('../images/img-livret-de-familla-tsingoni.webp');
  background-position: 69% 96%;
}

.div-block-21.adm {
  background-image: url('../images/acte-de-mariage-mairie-de-tsingoni.jpg');
  background-position: 74% 100%;
  background-size: 600px;
}

.div-block-21.cnp {
  background-image: url('../images/104256-1.jpg');
  background-position: 74% 100%;
  background-size: 600px;
}

.div-block-21.ast {
  background-image: url('../images/autorisation-de-sortie-du-territoire-ast.jpg');
  background-position: 74% 100%;
  background-size: 600px;
}

.div-block-21.rde {
  background-image: url('../images/45092-1.jpg');
  background-position: 74% 100%;
  background-size: 600px;
}

.div-block-21.pacs {
  background-image: url('../images/se-pacser.jpg');
  background-position: 74% 100%;
  background-size: 600px;
}

.div-block-21.ile {
  background-image: url('../images/vote-elections.jpg');
  background-position: 76% 100%;
  background-size: 600px;
}

.div-block-21.pc {
  background-image: url('../images/img-permis-de-construire.jpg');
  background-position: 76% 100%;
  background-size: 600px;
}

.div-block-21.sco {
  background-image: url('../images/inscription-scolaire-mairie-de-tsingoni.webp');
  background-position: 84% 100%;
  background-size: 600px;
}

.div-block-21.oe {
  background-image: url('../images/2149034555-_1__1.webp');
  background-position: 76% 100%;
  background-size: 600px;
}

.div-block-21.dt {
  background-image: url('../images/construction-tsingoni-image-illustration.webp');
  background-position: 76% 100%;
  background-size: 600px;
}

.div-block-21.cnipageimg {
  background-image: url('../images/demande-cni-passeport-tsingoni.png');
}

.div-block-21.idnmerique {
  background-image: url('../images/104256-1.jpg');
  background-position: 74% 100%;
  background-size: 600px;
}

.div-block-21.tdt {
  background-image: url("https://cdn.prod.website-files.com/68631af9bdfd2b19cacaf937/68943809a35e03091b427319_Transport%20d'un%20corps.jpg");
  background-position: 74% 100%;
  background-size: 600px;
}

.div-block-21.ddd {
  background-image: url('../images/dclaration-dcs.jpg');
  background-position: 74% 100%;
  background-size: 600px;
}

.link-3 {
  font-size: 14px;
  text-decoration: none;
}

.demarcheenligne {
  color: #fff;
  background-color: #498c0e;
  border-radius: 50rem;
  padding: .7rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.demarcheenligne.toutes-les-demarches {
  margin-bottom: 1rem;
}

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

.text-block-43 {
  color: #3b1e7bb3;
  width: auto;
  font-size: 14px;
}

.text-block-44 {
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-23.adnpage {
  grid-template-columns: auto;
}

.div-block-23.mariagepage {
  grid-template-columns: auto auto 1fr;
}

.div-block-23.ldf-page {
  grid-template-columns: auto auto;
}

.div-block-23.astpage {
  grid-template-columns: auto;
}

.div-block-23.ilepage, .div-block-23.pcpage, .div-block-23.dtpage {
  grid-template-columns: auto auto;
}

.link-block-4 {
  color: #fff;
  background-color: #3b1e7b;
  border-radius: .7rem;
  padding: 1rem 1.3rem;
  text-decoration: none;
}

.text-block-45, .text-block-46 {
  text-align: center;
}

.white-corner2-mariage-copy {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner2-mariage-copy.corner_mariage {
  z-index: 4;
  width: 40px;
  height: 40px;
  inset: auto auto 0% -49%;
  transform: rotate(-180deg);
}

.white-corner2-mariage-copy.corner_actualit {
  z-index: 4;
  width: 40px;
  height: 40px;
  inset: auto auto -1px -39px;
  transform: rotate(-180deg);
}

.white-corner2-mariage {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: -41% auto auto 0%;
  transform: rotate(-90deg);
}

.white-corner2-mariage.corner_maire1 {
  inset: -13% -1% auto auto;
  transform: rotate(-180deg);
}

.white-corner2-mariage.corner_maire1.municipalit {
  z-index: 4;
  width: 40px;
  height: 40px;
  inset: -50% 0% auto auto;
}

.white-corner2-mariage.corner_maire1.actualit {
  z-index: 4;
  width: 40px;
  height: 40px;
  inset: -39px -1px auto auto;
}

.white-corner2-mariage.corner_mariage1 {
  width: 40px;
  height: 40px;
  inset: -40px 0% auto auto;
  transform: rotate(-180deg);
}

.text-block-47 {
  position: relative;
  top: 5px;
}

.section-3-id {
  height: auto;
  padding: 0 3rem 2rem 10rem;
}

.sticky-wrapper-mariage-tsingoni {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.sticky-grid-mariage-tsingoni {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.sticky-grid-mariage-tsingoni.oe-emploi {
  flex-flow: column;
  display: flex;
}

.sommiaire {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 2px solid #3b1e7b0d;
  border-radius: 1.3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 3rem 2rem;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: sticky;
  inset: 5rem 0% 0%;
}

.sommiaire.sco {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.sommiaire.da {
  border-width: 1px;
  border-color: #3b1e7b;
}

.texte-sommaire {
  color: #3b1e7b;
  line-height: 1.6;
  text-decoration: none;
}

.link-sommaire {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image-36 {
  width: .5em;
}

.hover-link-effect {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
  left: -10px;
}

.hover-link-effect:hover {
  color: #3b1e7b;
  left: 0;
}

.div-block-24 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #fff;
  border-radius: 1.3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 3rem 2rem 3rem 3rem;
  font-size: 27px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.div-block-24.form-oe {
  box-shadow: none;
  background-color: #0000;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-24.oe-page {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-top: 2rem;
}

.les-conditions {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.heading-7 {
  color: #da4816;
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.6;
}

.heading-7.cdp {
  margin-top: 3rem;
}

.heading-7.oe-emploi {
  margin-bottom: 2rem;
}

.text-block-48 {
  color: #3b1e7bbf;
  line-height: 1.5;
}

.text-block-48.spaceast {
  text-transform: uppercase;
  margin-top: 2rem;
  font-weight: 600;
}

.text-block-48.ilespace, .text-block-48.pcspace, .text-block-48.scospace {
  margin-top: 2rem;
}

.text-block-48.dt2space {
  text-align: center;
  margin-bottom: 1rem;
}

.div-block-25 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-text-stroke-color: #3b1e7b;
  background-color: #3b1e7b0d;
  border-radius: .4rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-25.fond-vert {
  background-color: #498c0e0d;
}

.div-block-25.fond-rouge {
  background-color: #da48160d;
}

.div-block-25.fond-rouge.cnp {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.div-block-25.fond-rouge.sco {
  margin-top: 0;
}

.div-block-26 {
  background-color: #3b1e7b;
  width: .3rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-26.fond-vert {
  background-color: #498c0e;
}

.div-block-26.fond-rouge {
  background-color: #da4816;
}

.conditions-wrappertexte {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.conditions-wrappertexte.fond-vert {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.conditions-wrappertexte.fond-vert.cnp {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-block-49 {
  color: #3b1e7bbf;
  text-transform: none;
}

.text-span-11 {
  color: #3b1e7b;
  font-weight: 600;
}

.text-span-12 {
  color: #498c0e;
  font-weight: 600;
  text-decoration: underline;
}

.text-block-50 {
  color: #3b1e7b4d;
  margin-top: 1rem;
  font-style: italic;
}

.div-block-28 {
  color: #3b1e7bbf;
  border: 1px solid #3b1e7b40;
  border-radius: .7rem;
  margin-top: 2rem;
  padding: 1.2rem 2rem;
}

.link-4 {
  text-decoration: none;
}

.text-span-13 {
  color: #3b1e7b66;
  -webkit-text-stroke-color: #3b1e7b4a;
  font-style: italic;
}

.text-block-51 {
  color: #3b1e7b59;
  -webkit-text-stroke-color: #3b1e7b40;
  font-style: italic;
}

.text-block-51.cnipage {
  color: #3b1e7b66;
  font-size: 13px;
}

.white-corner-cni {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-cni.corner_cni {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -40px;
  transform: rotate(-180deg);
}

.link-5 {
  color: #498c0e;
  font-weight: 600;
  text-decoration: underline;
}

.text-span-15, .text-span-16 {
  color: #3b1e7b;
  font-weight: 600;
}

.text-span-17 {
  color: #3b1e7b4d;
  font-size: 13px;
  font-style: italic;
}

.prendre-rdv, .qui-peut-demander-cni {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.cnioupasseport {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 2rem;
  display: grid;
}

.pertecni, .volcni {
  color: #fff;
  background-color: #3b1e7b;
  border-radius: .7rem;
  padding: 1rem 1.3rem;
  text-decoration: none;
}

.qui-peut-demander-adn, .absenceouerreur {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.link-6 {
  color: #498c0e;
  font-weight: 600;
}

.text-span-20 {
  color: #498c0e;
}

.text-span-21, .text-span-22 {
  color: #3b1e7b99;
  font-weight: 600;
}

.section-1-actus {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 2rem 3em 2rem 10em;
  display: flex;
}

.hero-actus-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f4f1fb;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding: 3rem;
  font-family: Poppins, sans-serif;
  display: flex;
  position: relative;
}

.body-4 {
  background-color: #fff;
  font-family: Poppins, sans-serif;
}

.titre-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 50px;
}

.gridheroactus {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center;
  display: flex;
  position: relative;
}

.text-block-52 {
  font-size: 16px;
  line-height: 1.5;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-37 {
  z-index: 0;
  width: 40%;
  position: absolute;
  inset: auto 8% 0% auto;
}

.section-2-actus {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5rem 2em 5rem 10em;
  display: flex;
}

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

.tabs-5 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tabs-menu-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: center;
  width: auto;
  margin-bottom: 5rem;
  display: flex;
}

.tab-pane-tab-1-3 {
  position: relative;
}

.tab-link-tab-1-4 {
  color: #3b1e7b;
  background-color: #e649540d;
  border: 1px solid #e64954;
  border-radius: 50rem;
  font-weight: 500;
}

.tab-link-tab-1-4.w--current {
  color: #fff;
  background-color: #e64954;
  border: 1px solid #a12029;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 400;
  display: flex;
}

.tab-link-tab-2-4 {
  color: #3b1e7b;
  background-color: #e649540d;
  border: 1.5px solid #e64954;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-2-4.w--current {
  color: #fff;
  background-color: #e64954;
  border-color: #a12029;
}

.tab-link-tab-3-3 {
  color: #3b1e7b;
  background-color: #e649540d;
  border: 1.5px solid #e64954;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-3-3.w--current {
  color: #fff;
  background-color: #e64954;
  border-color: #a12029;
}

.tab-link-tab-4-3 {
  color: #3b1e7b;
  background-color: #e649540d;
  border: 1.5px solid #e64954;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-4-3.w--current {
  color: #fff;
  background-color: #e64954;
  border-color: #a12029;
}

.mosqu-e {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 40%;
  position: absolute;
  inset: auto 0% 0% 27%;
}

.div-block-34 {
  background-color: #fff;
  border-top-left-radius: 2rem;
  justify-content: flex-end;
  align-items: flex-end;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-35 {
  background-color: #3b1e7b;
  border-radius: 60rem;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.image-39 {
  transform: rotate(-40deg);
}

.text-block-54 {
  z-index: 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .3rem 1rem;
  font-size: 12px;
  display: flex;
  position: relative;
}

.div-block-36 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-55 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
}

.text-block-56 {
  color: #ffffff40;
  font-size: 12px;
}

.services-publics-1 {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 2px #3b1e7b1a;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 2rem 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown, .text-block-57, .icon {
  color: #fff;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 12px;
  display: inline-block;
}

.dropdown-toggle.w--open {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-list {
  z-index: 1;
  bottom: -1px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 2px solid #3b1e7b59;
  border-radius: .5rem;
  width: 255px;
  inset: 75px 0% auto -80%;
  box-shadow: 2px 2px 15px #00000026;
}

.dropdown-link {
  border-bottom: 2px dashed #3b1e7b59;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-link-2 {
  border-bottom: 2px #3b1e7b59;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-link-2.last {
  border-bottom-style: none;
}

.link-voir-article {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #3b1e7b;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.div-block-37 {
  border: 1.7px solid #3b1e7b;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.image-40 {
  width: .7rem;
}

.d-clarer-une-naissance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26 {
  color: #3b1e7b;
  font-weight: 700;
}

.section-1-ldf {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/delivrance-du-livret-de-famille-tsingoni-1.jpg');
  background-position: 0 0, 50% 23%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.section-2-ldf {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 7rem 3rem 7rem 10rem;
  display: flex;
}

.intro-img-ldf-grid {
  background-image: url('../images/img-livret-de-familla-tsingoni.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.premi-re-d-livrance, .mise-jour-du-livret, .cas-de-perte-ou-vol, .cas-particuliers-ldf {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.texte-sans-liens {
  color: #3b1e7b66;
  -webkit-text-stroke-color: #3b1e7b40;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
}

.text-span-27 {
  color: #3b1e7b;
  font-weight: 600;
}

.ldf-perte-vol, .mise-jour-ldf {
  color: #fff;
  background-color: #3b1e7b;
  border-radius: .7rem;
  padding: 1rem 1.3rem;
  text-decoration: none;
}

.text-span-28 {
  text-decoration: none;
}

.link-7 {
  color: #3b1e7bbf;
  text-decoration: none;
}

.link-8 {
  color: #3b1e7b;
  font-weight: 600;
  text-decoration: none;
}

.mini-block-acte-de-mariage {
  z-index: 0;
  color: #da4816;
  background-color: #fbfaff;
  border-top-left-radius: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-corner-actemariage {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-actemariage.corner_actemariage {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -38px;
  transform: rotate(-180deg);
}

.section-1-adm {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/page-acte-de-mariage-mairie-de-tsingoni.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.intro-img-adm {
  background-image: url('../images/acte-de-mariage-mairie-de-tsingoni.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.section-2-adm {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 7rem 3rem 7rem 10rem;
  display: flex;
}

.section-3-adm {
  height: auto;
  padding: 0 3rem 2rem 10rem;
}

.qui-peut-faire-une-demande-adm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.qui-peut-faire-une-demande-adm.adm {
  width: 100%;
  padding: 0;
}

.comment-faire-la-demande-adm, .mariage-c-l-br-l-tranger-adm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.section-1-rde {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/298581-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.section-2-rde {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 7rem 3rem 7rem 10rem;
  display: flex;
}

.section-3-rde {
  height: auto;
  padding: 0 3rem 2rem 10rem;
}

.mini-block-rde {
  z-index: 0;
  color: #da4816;
  background-color: #fff;
  border-top-left-radius: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.intro-img-rde {
  background-image: url('../images/45092-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.white-corner-rde {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-rde.corner_rde {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -40px;
  transform: rotate(-180deg);
}

.cons-quences-juridiques-rde, .quand-inscription, .quand-peut-on-reconna-tre {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.section-1-cnp {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/104256-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.section-2-cnp {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 7rem 3rem 7rem 10rem;
  display: flex;
}

.section-3-cnp {
  height: auto;
  padding: 0 3rem 2rem 10rem;
}

.mini-block-cnp {
  z-index: 0;
  color: #da4816;
  background-color: #fff;
  border-top-left-radius: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-corner-cnp {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-cnp.corner_cnp {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -40px;
  transform: rotate(-180deg);
}

.intro-img-cnp {
  background-image: url('../images/104256-1.jpg');
  background-position: 48%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.text-span-29 {
  color: #3b1e7b;
  font-weight: 600;
}

.qui-peut-changer-de-p, .qui-peut-changer-de-n, .maj-d-documents {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.section-1-suprblm {
  background-image: url('../images/43458-1.jpg');
  background-position: 50% 31%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.section-2-suprblm {
  height: auto;
  padding: 7rem 3rem 2rem 10rem;
}

.bloc-formulaire {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0000;
  border-radius: 1.3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 0 2rem 0 3rem;
  font-size: 27px;
  display: flex;
}

.heading-10 {
  margin-top: 0;
  font-size: 27px;
  font-weight: 600;
}

.form-bloc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.tabs-6 {
  background-color: #fbfaff;
  width: 100%;
}

.tabs-menu-5 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tab-link-tab-1-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #c8c8c8;
  background-color: #fff;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
  box-shadow: 0 -3px 10px #00000008;
}

.tab-link-tab-1-5.w--current {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #da4816;
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 600;
  display: flex;
  box-shadow: 0 -3px 10px #00000008;
}

.tab-link-tab-2-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #c8c8c8;
  background-color: #fff;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding: 1rem 2rem;
  font-weight: 400;
  display: flex;
  box-shadow: 0 -3px 10px #00000008;
}

.tab-link-tab-2-5.w--current {
  z-index: 1;
  color: #da4816;
  background-color: #fff;
  font-weight: 600;
}

.tab-link-tab-3-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #c8c8c8;
  background-color: #fff;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  display: flex;
  box-shadow: 0 -3px 10px #00000008;
}

.tab-link-tab-3-4.w--current {
  z-index: 1;
  color: #da4816;
  background-color: #fff;
  font-weight: 600;
}

.icon-click {
  width: 1.7rem;
  position: relative;
}

.icon-click.faq {
  width: 2.5rem;
}

.icon-click.nums {
  width: 2rem;
}

.tab-pane-tab-1-4 {
  background-color: #fff;
}

.tabs-content-4 {
  background-color: #fff;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 3rem 2rem 2rem;
  box-shadow: 0 0 10px #00000008;
}

.tabs-content-4.faq-form {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pit-form-block-1 {
  border-radius: .5rem;
}

.pit-imput-1 {
  height: 3.5em;
  color: var(--_theme---color--text);
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: .5em;
  margin-bottom: 0;
  padding: 1em;
  font-size: 14px;
  line-height: 1.3em;
}

.pit-imput-1::placeholder {
  color: #c8c8c8;
}

.pit-imput-1.do {
  padding-top: 1.3em;
  padding-bottom: 8em;
}

.pit-paragraph-1 {
  color: #d905086e;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
}

.pit-button-1 {
  color: #fff;
  background-color: #498c0e;
  border-radius: .5rem;
  align-self: center;
  margin-top: 2rem;
  padding: 1em 1.5em;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3em;
}

.nom-prenom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  width: 100%;
  display: flex;
}

.select-field {
  color: #c8c8c8;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: .5rem;
  height: 3.5em;
  margin-bottom: 0;
  padding: 1em;
  line-height: 1.3em;
}

.select-field:active, .select-field:focus-visible, .select-field[data-wf-focus-visible] {
  color: var(--_theme---color--text);
}

.form-components {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.mini-block-suprbl {
  z-index: 0;
  color: #498c0e;
  background-color: #fbfaff;
  border-top-left-radius: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.success-message {
  background-color: #e5f3d8;
  border-radius: .5rem;
}

.error-message {
  padding: 1rem 1.5rem;
}

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

.body-form {
  background-color: #fbfaff;
  font-family: Poppins, sans-serif;
}

.white-corner-prblm {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-prblm.corner_prblm {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -40px;
  transform: rotate(-180deg);
}

.white-corner2-prblm {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: -41% auto auto 0%;
  transform: rotate(-90deg);
}

.white-corner2-prblm.corner_mariage1-prblm {
  width: 40px;
  height: 40px;
  inset: -58% 0% auto auto;
  transform: rotate(-180deg);
}

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

.renseignements-wrapper.num-blockspace {
  margin-top: 3rem;
}

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

.infos-titre-rens {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px dashed #3b1e7b4d;
  width: 100%;
  padding-bottom: .5rem;
  font-size: 14px;
  font-weight: 400;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.grid-rens-components {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.div-block-39 {
  background-color: #498c0e1a;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.text-block-59 {
  flex: 0 auto;
  font-weight: 400;
}

.link-rens {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #3b1e7b;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.image-41 {
  width: 18px;
}

.point-horaires {
  background-color: #498c0e;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: .7rem;
  height: .7rem;
  display: flex;
}

.section-1-idn {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/identit-numrique-mairie-de-tsingoni.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.mini-block-idn {
  z-index: 0;
  color: #da4816;
  background-color: #fff;
  border-top-left-radius: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-corner-idn {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-idn.corner_idn {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -40px;
  transform: rotate(-180deg);
}

.white-corner2-idn {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: -41% auto auto 0%;
  transform: rotate(-90deg);
}

.white-corner2-idn.corner_idn {
  width: 40px;
  height: 40px;
  inset: -58% 0% auto auto;
  transform: rotate(-180deg);
}

.section-2-idn {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 7rem 3rem 7rem 10rem;
  display: flex;
}

.section-3-idn {
  height: auto;
  padding: 0 3rem 2rem 10rem;
}

.intro-img-idn {
  background-image: url('../images/identit-numrique-mairie-de-tsingoni.jpg');
  background-position: 57%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.quoi_-a-sert-idn, .tapes-idn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.grid-idn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.step-component-idn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.step-text-idn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nombre-step {
  color: #fff;
  background-color: #3b1e7b;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.image-42 {
  width: 95%;
}

.text-block-60 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  font-weight: 700;
  display: block;
}

.step-img-idn {
  background-color: #f6f6f6;
  border-radius: 1rem;
  justify-content: center;
  align-items: flex-end;
  padding-top: 1rem;
  display: flex;
}

.text-block-61 {
  text-align: center;
  font-size: 13px;
}

.text-span-30, .text-span-31 {
  text-transform: uppercase;
}

.mini-block-cdn {
  z-index: 0;
  color: #da4816;
  background-color: #fff;
  border-top-left-radius: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-corner-cdn {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-cdn.corner_cdn {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -40px;
  transform: rotate(-180deg);
}

.section-1-cnf {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/certificat-nationalit-franaise.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.intro-img-cdn {
  background-image: url('../images/certificat-nationalit-franaise.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.text-span-32 {
  color: #498c0e;
  font-weight: 500;
}

.qui-peut-demander-cnf, .d-pot-de-la-demande-cnf {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.section-2-cnf {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 7rem 3rem 7rem 10rem;
  display: flex;
}

.section-3-cnf {
  height: auto;
  padding: 0 3rem 2rem 10rem;
}

.section-1-ast {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/autorisation-de-sortie-du-territoire-ast.jpg');
  background-position: 0 0, 50% 41%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.section-2-ast {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 7rem 3rem 7rem 10rem;
  display: flex;
}

.section-3-ast {
  height: auto;
  padding: 0 3rem 2rem 10rem;
}

.mini-block-ast {
  z-index: 0;
  color: #da4816;
  background-color: #fff;
  border-top-left-radius: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-corner-ast {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-ast.corner_ast {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -40px;
  transform: rotate(-180deg);
}

.intro-img-ast {
  background-image: url('../images/autorisation-de-sortie-du-territoire-ast.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.text-span-33, .text-span-35, .text-span-36 {
  color: #3b1e7b;
  font-weight: 600;
}

.text-span-37 {
  color: #498c0e;
  text-transform: none;
  text-decoration: underline;
}

.quand-faut-il-une-ast, .cas-de-non-pr-sentation {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.section-1-pacs {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/se-pacser.jpg');
  background-position: 0 0, 50% 27%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.mini-block-pacs {
  z-index: 0;
  color: #da4816;
  background-color: #fff;
  border-top-left-radius: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-corner-pacs {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-pacs.corner_pacs {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -40px;
  transform: rotate(-180deg);
}

.intro-img-pacs {
  background-image: url('../images/se-pacser.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.text-span-38 {
  color: #498c0e;
  font-weight: 500;
  text-decoration: underline;
}

.text-span-39 {
  font-weight: 600;
}

.text-span-40 {
  color: #498c0e;
  font-weight: 500;
}

.documents-pacs, .ou-d-poser-la-demande {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.section-1-ile {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/vote-elections.jpg');
  background-position: 0 0, 50% 13%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.section-2-ile {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 7rem 3rem 7rem 10rem;
  display: flex;
}

.section-3-ile {
  height: auto;
  padding: 0 3rem 2rem 10rem;
}

.mini-block-ile {
  z-index: 0;
  color: #da4816;
  background-color: #fff;
  border-top-left-radius: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-corner-ile {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-ile.corner_ile {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -40px;
  transform: rotate(-180deg);
}

.intro-img-ile {
  background-image: url('../images/vote-elections.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.formulaire-procuration, .procuration-en-ligne {
  color: #fff;
  background-color: #3b1e7b;
  border-radius: .7rem;
  padding: 1rem 1.3rem;
  text-decoration: none;
}

.text-span-41 {
  color: #3b1e7b;
  font-weight: 600;
}

.text-span-42 {
  color: #3b1e7b;
  text-transform: none;
  font-weight: 600;
}

.link-9 {
  color: #498c0e;
  font-weight: 500;
}

.text-span-43 {
  color: #498c0e;
  font-weight: 500;
  text-decoration: underline;
}

.text-span-44 {
  color: #3b1e7b;
  font-weight: 600;
}

.text-span-45 {
  color: #498c0e;
  font-weight: 500;
  text-decoration: underline;
}

.inscription-liste, .vote-procuration-ile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.mini-block-pc {
  z-index: 0;
  color: #da4816;
  background-color: #fff;
  border-top-left-radius: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-corner-pc {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-pc.corner_pc {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -40px;
  transform: rotate(-180deg);
}

.section-1-pc {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/img-permis-de-construire.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.intro-img-pc {
  background-image: url('../images/img-permis-de-construire.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.permis-construire-form {
  color: #fff;
  background-color: #3b1e7b;
  border-radius: .7rem;
  padding: 1rem 1.3rem;
  text-decoration: none;
}

.text-span-46, .text-span-47, .text-span-48, .text-span-49 {
  color: #3b1e7b;
  font-weight: 600;
}

.text-span-50, .text-span-51 {
  color: #498c0e;
  font-weight: 600;
  text-decoration: underline;
}

.text-span-52 {
  color: #3b1e7b;
  font-weight: 700;
}

.quand-demander-pc, .dossier-pc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.section-2-pc {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 7rem 3rem 7rem 10rem;
  display: flex;
}

.section-3-pc {
  height: auto;
  padding: 0 3rem 2rem 10rem;
}

.section-1-sco {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/inscription-scolaire.webp');
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.mini-block-sco {
  z-index: 0;
  color: #da4816;
  background-color: #fff;
  border-top-left-radius: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-corner-sco {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-sco.corner_sco {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -40px;
  transform: rotate(-180deg);
}

.section-2-sco {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 7rem 3rem 7rem 10rem;
  display: flex;
}

.intro-img-sco {
  background-image: url('../images/inscription-scolaire-mairie-de-tsingoni.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.section-3-sco {
  height: auto;
  padding: 0 3rem 2rem 10rem;
}

.p-riode-inscription {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.text-span-53 {
  color: #3b1e7b80;
  font-weight: 600;
}

.text-span-54, .text-span-55, .text-span-56 {
  color: #3b1e7b;
  font-weight: 600;
}

.cas-refus {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.text-span-57, .text-span-58 {
  color: #3b1e7b;
  font-weight: 600;
}

.d-marches-particuliers-sco {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.image-43 {
  width: 1.5rem;
}

.link-10 {
  color: #3b1e7b;
  text-decoration: none;
}

.section-1-oe {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/2149034551-1.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.section-2-oe {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 7rem 3rem 7rem 10rem;
  display: flex;
}

.section-3-oe {
  height: auto;
  padding: 0 3rem 3rem 10rem;
}

.block-emploi {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #3b1e7b;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 15px #3b1e7b12;
}

.img-emploi {
  background-image: url('../images/63293-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
  width: 100%;
  height: 150px;
}

.titre-emploi {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.lieu-emploi {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  align-self: flex-start;
  padding: .7rem 1rem;
  display: flex;
}

.mini-block-oe {
  z-index: 0;
  color: #da4816;
  background-color: #fbfaff;
  border-top-left-radius: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-corner-oe {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-oe.corner_oe {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -40px;
  transform: rotate(-180deg);
}

.intro-img-oe {
  background-image: url('../images/2149034555-_1__1.webp');
  background-position: 29%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.body-oe {
  background-color: #fbfaff;
  font-family: Poppins, sans-serif;
}

.white-corner2-oe {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: -41% auto auto 0%;
  transform: rotate(-90deg);
}

.white-corner2-oe.corner_mariage1-oe {
  width: 40px;
  height: 40px;
  inset: -58% 0% auto auto;
  transform: rotate(-180deg);
}

.text-block-62 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.paragraph-5 {
  color: #3b1e7bbf;
  font-size: 12px;
  line-height: 1.4;
}

.div-block-41 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.caract-offre.duree {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f696c826;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .7rem 1rem;
  display: flex;
}

.caract-offre.temps-oe {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #bade9426;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .7rem 1rem;
  display: flex;
}

.caract-offre.temps-oe-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ff9f1426;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .7rem 1rem;
  display: flex;
}

.image-44 {
  width: 1rem;
}

.text-block-63 {
  flex: none;
  font-size: 12px;
}

.text-block-64 {
  color: #3b1e7bbf;
  align-self: center;
  font-size: 12px;
}

.image-45 {
  width: 1rem;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pagination {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.next-2, .previous {
  color: var(--_theme---color--text);
  border-radius: 50rem;
}

.section-1-dt {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/construction-tsingoni-image-illustration.webp');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.white-corner-dt {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-dt.corner_dt {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -40px;
  transform: rotate(-180deg);
}

.section-2-dt {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 7rem 3rem 7rem 10rem;
  display: flex;
}

.section-3-dt {
  height: auto;
  padding: 0 3rem 2rem 10rem;
}

.intro-img-dt {
  background-image: url('../images/construction-tsingoni-image-illustration.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.declaration-de-travaux {
  color: #fff;
  background-color: #3b1e7b;
  border-radius: .7rem;
  padding: 1rem 1.3rem;
  text-decoration: none;
}

.text-block-65 {
  color: #3b1e7b;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 700;
}

.text-block-65.space-form {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.badge {
  color: #3370ff;
  text-align: center;
  flex: none;
  width: 1.2rem;
  height: 2rem;
  font-weight: 700;
}

.bullet-wraper {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  background-color: #498c0e0d;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.button-icon {
  color: #3370ff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-style-h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.bullet-wrapper-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #3b1e7b;
  flex-direction: row;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.feature_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #da481608;
  border: 1px solid #da48160d;
  border-radius: 28px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  padding: 2rem;
  display: flex;
}

.bullet-img-wrapper {
  border-radius: 12px;
  width: auto;
  position: relative;
  overflow: hidden;
}

.bullet-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.text-span-59 {
  font-weight: 600;
}

.cerfa-d-claration-t {
  color: #fff;
  background-color: #3b1e7b;
  border-radius: .7rem;
  padding: 1rem 1.3rem;
  text-decoration: none;
}

.docs-dt {
  color: #fff;
  background-color: #498c0e;
  border-radius: 50rem;
  margin-bottom: 1.5rem;
  padding: .7rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.file-upload {
  background-color: #0000;
  width: 50%;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 19px 19px 19px 0;
  position: relative;
}

.block-nom-prenom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.nom-form {
  border: 1px solid #3b1e7b80;
  border-radius: .5rem;
  height: 3rem;
  margin-bottom: 0;
}

.nom-form::placeholder {
  color: #d9d1ea;
}

.block-mail-tel {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.mail-form {
  border: 1px solid #3b1e7b80;
  border-radius: .5rem;
  height: 3rem;
  margin-bottom: 0;
}

.mail-form::placeholder {
  color: #d9d1ea;
}

.telephone-form {
  border: 1px solid #3b1e7b80;
  border-radius: .5rem;
  height: 3rem;
  margin-bottom: 0;
}

.telephone-form::placeholder {
  color: #d9d1ea;
}

.block-adresse {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.prenom-form {
  border: 1px solid #3b1e7b80;
  border-radius: .5rem;
  height: 3rem;
  margin-bottom: 0;
}

.prenom-form::placeholder {
  color: #d9d1ea;
}

.adresse-form {
  border: 1px solid #3b1e7b80;
  border-radius: .5rem;
  height: 3rem;
  margin-bottom: 0;
}

.adresse-form::placeholder {
  color: #d9d1ea;
}

.ville-form {
  border: 1px solid #3b1e7b80;
  border-radius: .5rem;
  height: 3rem;
  margin-bottom: 0;
}

.ville-form::placeholder {
  color: #d9d1ea;
}

.codep-form {
  border: 1px solid #3b1e7b80;
  border-radius: .5rem;
  height: 3rem;
  margin-bottom: 0;
}

.codep-form::placeholder {
  color: #d9d1ea;
}

.message-travaux {
  border: 1px solid #3b1e7b80;
  border-radius: .5rem;
  width: 100%;
  padding-bottom: 5em;
}

.message-travaux::placeholder {
  color: #d9d1ea;
}

.block-adresse-t {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-tpage {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.success-message-2 {
  background-color: #e5f3d8;
  border-radius: 1rem;
}

.code-embed-4 {
  display: none;
}

.style-file {
  display: block;
}

.submit-button-1 {
  z-index: 1;
  background-color: #498c0e;
  border-radius: .5rem;
  align-self: center;
  padding: .7rem 1rem;
  position: relative;
}

.grid-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 1rem;
}

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

.right-block-da {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #0000;
  border-radius: 1.3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 0 2rem 0 3rem;
  font-size: 27px;
  display: flex;
}

.items-components-da {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #fff;
  border: 1px solid #3b1e7b;
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.etatc-familles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.etatc-familles.da {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  padding: 0;
}

.text-span-60 {
  text-transform: uppercase;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.docs-off {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.docs-off.da {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
}

.link-items-ec {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #3b1e7b;
  border: 1px solid #da4816;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem .5rem 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-items-ec.plan-c {
  padding-right: 0;
}

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

.body-demarches {
  background-color: #fbfaff;
  font-family: Poppins, sans-serif;
}

.white-corner-demarches {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -12% -1% auto;
  transform: rotate(-90deg);
}

.white-corner-demarches.corner_demarches {
  width: 40px;
  height: 40px;
  inset: auto auto 0% -38px;
  transform: rotate(-180deg);
}

.white-corner2-demarches {
  z-index: 100;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: -41% auto auto 0%;
  transform: rotate(-90deg);
}

.white-corner2-demarches.corner_demarches1 {
  width: 40px;
  height: 40px;
  inset: -58% 0% auto auto;
  transform: rotate(-180deg);
}

.q-icon {
  color: #2002ff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  transition: transform .3s;
  display: flex;
}

.acc-body {
  padding: 24px;
}

.acc-head {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.toggle-arrow {
  background-color: #3b1e7b;
  border-radius: 50rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: .2rem;
  font-size: 14px;
  transition: transform .3s;
  display: flex;
}

.acc-item {
  background-color: #3b1e7b05;
  border: 1px solid #e6e6e6;
  border-radius: .7rem;
  width: 100%;
  margin-bottom: 12px;
}

.acc-text {
  color: #3b1e7ba6;
  margin-bottom: 0;
}

.acc-text.mb-12 {
  margin-bottom: 12px;
}

.faq-item-wrap {
  color: #3b1e7b;
  border-top: 2px solid #3b1e7b0d;
  width: 100%;
  padding-top: 2rem;
}

.q-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-question {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.section-1-adm-copy {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/adult-stamp-contract-form-concept.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.grid-doc-off {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.urbanisme-h {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.urbanisme-h.da {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  padding: 0;
}

.elections-tsingoni {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.elections-tsingoni.da {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
}

.acc-item-2 {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: .5rem;
  margin-bottom: 12px;
}

.acc-head-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.q-wrapper-2 {
  align-items: center;
  display: flex;
}

.faq-question-2 {
  color: #da4816;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.toggle-arrow-2 {
  width: 20px;
  height: 20px;
  font-size: 14px;
  transition: transform .3s;
}

.acc-body-2 {
  padding: 24px;
}

.acc-text-2 {
  color: #3b1e7ba6;
  margin-bottom: 0;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 600;
}

.plan-c-urbhabitat {
  align-self: flex-end;
  width: auto;
  position: relative;
}

.recensement-tsingoni {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.recensement-tsingoni.da {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
}

.right-acordian {
  width: 100%;
  padding: 0;
}

.left-accordian {
  background-image: url('../images/associations-tsingoni.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 45%;
}

.left-accordian.asso {
  background-image: url('../images/associations-tsingoni-webp.webp');
  background-position: 50% 30%;
}

.left-accordian.urbanisme {
  background-image: url('../images/urbanisme.webp');
}

.left-accordian.ecoles {
  background-image: url('../images/school-tsingoni-webp.webp');
  background-position: 0%;
}

.left-accordian.budget-commune {
  background-image: url('../images/finance-public-webp.webp');
}

.left-accordian.eco {
  background-image: url('../images/protection-env-webp.webp');
}

.left-accordian.d-administratives {
  background-image: url('../images/demarches-administratives.webp');
}

.section-titre-article {
  border-bottom: 1px solid #e6e6e6;
  padding: 2em 2em 4em 10em;
  font-family: Poppins, sans-serif;
}

.point-article {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-68 {
  letter-spacing: 1px;
}

.point {
  background-color: #ccc;
  border-radius: 50rem;
  width: .5rem;
  height: .5rem;
}

.heading-12 {
  width: 80%;
  line-height: 1.4;
}

.block-categories {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.credit-photo {
  border: 1px solid #ccc;
  border-radius: 50rem;
  padding: .5rem 1rem;
}

.text-block-69, .text-block-70 {
  color: #a6a6a6;
}

.section-article {
  border-bottom: 1px #e6e6e6;
  justify-content: center;
  align-items: center;
  padding: 2em 2em 4em 10em;
  font-family: Poppins, sans-serif;
  display: flex;
}

.rich-text-block {
  text-align: left;
  align-self: center;
  width: 70%;
  font-size: 14px;
}

.image-component-article {
  border-radius: 1.5rem;
  width: 100%;
  height: 360px;
  margin-top: 2rem;
  position: relative;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: inline-grid;
}

.collection-list-2.services-p {
  padding-left: 7em;
  padding-right: 7em;
}

.items-sante {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: auto;
  display: inline-flex;
}

.gradient-actu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#fff0 53%, #3b1e7bd9 78%, #3b1e7b);
  border-radius: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.culture-patrimoine, .solidarite-sante {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 2px #3b1e7b1a;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 2rem 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.items-culture, .items-vie-associative {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: auto;
  display: inline-flex;
}

.popup-wrap {
  z-index: 0;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 680px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.input-label {
  z-index: 2;
  color: #3b1e7b;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input {
  color: #3b1e7b;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 400;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #3b1e7b4d;
}

.rte-label {
  color: #3b1e7b;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
}

.form_100w {
  width: 100%;
}

.popup-close {
  cursor: pointer;
  background-color: #ff0004;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.popup-close_icon {
  width: auto;
  display: inline-block;
}

.message_success {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  font-weight: 600;
}

.popup {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-color: #00000073;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-2 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-2:hover {
  box-shadow: none;
  background-color: #000;
}

.button-2.in-form {
  background-color: var(--_theme---rgba-73-140-14-0-23);
  width: 100%;
  height: 52px;
  margin-top: 0;
  margin-left: 0;
}

.paragraph-6 {
  opacity: .9;
  color: #3b1e7bb3;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.form-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 500;
  display: flex;
}

.spacer {
  width: 100%;
  height: 30px;
}

.custom-scrollbar {
  display: none;
}

.h3 {
  color: var(--_theme---color--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.text-red {
  color: #ff0004;
}

.form-separator {
  background-color: #f2f3ff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-contact {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 30px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.scrollbar {
  max-height: 700px;
  padding: 30px;
  overflow: auto;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper.mr-15 {
  margin-right: 15px;
  font-weight: 500;
}

.text-span-63 {
  color: #ff0004;
}

.mobile-scrolly-thing {
  z-index: 999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #8000d3f0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.mob-foot-button {
  color: #fff;
  border-left: 1px solid #5d0099;
  border-right: 1px solid #9003eb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.mob-foot-button:hover {
  background-color: #9003eb;
  background-image: linear-gradient(157deg, #0000, #ef532c 99%);
  margin-top: -20px;
}

.mob-foot-button:active {
  background-color: #5d0099;
  background-image: linear-gradient(311deg, #0000, #ef532c 99%);
}

.mobile-icon {
  width: 22px;
}

.mob-foot-linktext {
  text-transform: uppercase;
  margin-top: 7px;
  font-weight: 600;
}

.lune-mobile {
  opacity: .75;
  border-top-left-radius: 2rem;
  width: 50%;
  position: absolute;
}

.arbre-mobile {
  border-top-right-radius: 2rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.montain-2-mobile, .montain-1-mobile {
  z-index: 0;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.stars-mobile {
  opacity: .5;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  position: absolute;
  inset: 0% 0% auto;
}

.mosqu-e-mobile {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 40%;
  position: absolute;
  inset: auto 0% 0% 27%;
}

.grid-hero_right-mobile {
  background-image: linear-gradient(#3b1e7b, #da4816);
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-49 {
  width: 2rem;
  display: none;
}

.autres-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  justify-content: space-between;
  min-width: auto;
  display: flex;
}

.home-link.w--current {
  color: #fff;
}

.feature_content-wrap-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #0b1730;
  background-color: #fff;
  border: 1px solid #0b17301a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 15px 15px 30px;
  display: flex;
  box-shadow: 3px 3px 7px #0000000d;
}

.feature_content-text-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.feature_grid {
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.is-color {
  color: #3b1e7bbf;
}

.feature_content-text {
  color: #3b1e7b;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.feature_img-wrap-2 {
  background-color: #00c76f1a;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 150px;
  display: flex;
}

.feature_button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #0b1730cc;
  border: 1px solid #0000;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-height: 45px;
  padding: 16px 24px;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.div-block-46 {
  color: #498c0e;
  background-color: #f0ffe3;
  border: 1px solid #498c0e1a;
  border-radius: 50rem;
  align-self: flex-start;
  margin-bottom: 5px;
  padding: .25rem .7rem;
  font-size: 13px;
}

.text-block-86 {
  color: #3b1e7b4d;
  font-size: 12px;
}

.img-abs {
  position: relative;
}

.titre-section-actu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.text-block-91 {
  color: #3b1e7bbf;
  text-align: center;
}

.prise-de-rdv {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: block;
  position: relative;
}

.intro-tdt {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.intro-img-tdt {
  background-image: url("https://cdn.prod.website-files.com/68631af9bdfd2b19cacaf937/68943809a35e03091b427319_Transport%20d'un%20corps.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.section-1-tdt {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url("https://cdn.prod.website-files.com/68631af9bdfd2b19cacaf937/68943809a35e03091b427319_Transport%20d'un%20corps.jpg");
  background-position: 0 0, 50% 41%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.transport-amb, .documents-tpd, .aqs-dtsingoni, .d-c-s-obs-ques {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  font-size: 14px;
  display: flex;
}

.d-c-s-obs-ques.da {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
}

.gridherodelib {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center;
  display: flex;
  position: relative;
}

.text-delib {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}

.image-illustr-delib {
  z-index: 0;
  width: 30%;
  position: absolute;
  inset: auto 8% 0% auto;
}

.padding-delib {
  color: #3b1e7b;
  background-color: #fafafa;
  border: 1px solid #00000012;
  border-radius: 1rem;
  width: 100%;
  padding: 2rem 2rem 2rem 4rem;
}

.tabs-menu-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #3b1e7b;
  background-color: #3b1e7b1a;
  border: 1px solid #3b1e7b4d;
  border-radius: .7rem;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
}

.onglets-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.grid-pdf-delib {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-delib {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #3b1e7b;
  background-color: #fff;
  border: 1px solid #3b1e7b66;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.titre {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.tab-link-tab-1-6 {
  background-color: #fff;
  border: 1px solid #3b1e7b4d;
  border-radius: .5rem;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.tab-link-tab-1-6.w--current {
  color: #fff;
  background-color: #3b1e7b;
  border-radius: .5rem;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.tab-link-tab-2-6 {
  color: #3b1e7b;
  background-color: #fff;
  border: 1px solid #3b1e7b4d;
  border-radius: .5rem;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.tab-link-tab-2-6.w--current {
  color: #fff;
  background-color: #3b1e7b;
  border-style: solid;
}

.tab-link-tab-3-5 {
  color: #3b1e7b;
  background-color: #fff;
  border: 1px solid #3b1e7b4d;
  border-radius: .5rem;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.tab-link-tab-3-5.w--current {
  color: #fff;
  background-color: #3b1e7b;
  border-style: solid;
}

.link-retour-municipalite {
  background-color: var(--_theme---color--button-background);
  color: var(--_theme---swatch--light);
  border-radius: 50rem;
  padding: 1rem 1.5rem;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.link-retour-municipalite:hover {
  background-color: var(--_theme---swatch--dark);
}

.hero-delib-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f4f1fb;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding: 3rem 1rem;
  font-family: Poppins, sans-serif;
  display: flex;
  position: relative;
}

.section-delib {
  z-index: 0;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem 2rem 3rem 10em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-43-copy {
  border: 1px solid #ccc;
  border-radius: 50rem;
  padding: .5rem 1rem;
  display: none;
}

.section-1-ddd {
  background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/dclaration-dcs.jpg');
  background-position: 0 0, 50% 41%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 55vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.intro-img-ddd {
  background-image: url('../images/dclaration-dcs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}

.hero-ml-wrapper-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f4f1fb;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  height: 30vh;
  padding: 3rem;
  font-family: Poppins, sans-serif;
  display: flex;
  position: relative;
}

.para1-ml {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.text-block-92 {
  margin-top: 1rem;
  font-size: 16px;
}

.text-block-93, .text-block-94 {
  font-size: 15px;
  line-height: 22px;
}

.bold-text-6 {
  font-size: 18px;
}

.text-span-64 {
  color: #498c0e;
}

.heading-pu {
  text-align: center;
  align-self: center;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 50px;
}

.div-block-47 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-span-65 {
  font-weight: 600;
}

.next-3 {
  color: #3b1e7b;
  border-color: #3b1e7b;
  border-radius: 50rem;
  margin-top: 3rem;
  font-weight: 500;
}

.previous-2 {
  color: #3b1e7b;
  background-color: #fff;
  border-color: #3b1e7b;
  border-radius: 50rem;
  margin-top: 3rem;
  font-weight: 500;
}

.hero-delib-wrapper-arrt-s {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--_theme---swatch--color-back);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding: 3rem 1rem;
  font-family: Poppins, sans-serif;
  display: flex;
  position: relative;
}

.lien-finances {
  background-color: var(--_theme---swatch--brand-3);
  color: var(--_theme---swatch--light);
  border-radius: 50rem;
  padding: 1rem 1.5rem;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.lien-finances:hover {
  background-color: var(--_theme---swatch--dark);
}

.lien-finances.lien-arr-t-s {
  background-color: var(--_theme---swatch--brand-2);
}

.tab-link-tab-1-6-copy {
  background-color: #fff;
  border: 1px solid #3b1e7b4d;
  border-radius: .5rem;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.tab-link-tab-1-6-copy.w--current {
  background-color: var(--_theme---swatch--brand-3);
  color: #fff;
  border-color: #da481642;
  border-radius: .5rem;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.onglets-menu-6-copier {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_theme---swatch--color-back);
  color: #3b1e7b;
  border: 1px solid #da481633;
  border-radius: .7rem;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
}

.text-delib-delib, .text-delib-del {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}

.link-retourcopy {
  background-color: var(--_theme---swatch--brand-2);
  color: var(--_theme---swatch--light);
  border-radius: 50rem;
  padding: 1rem 1.5rem;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.link-retourcopy:hover {
  background-color: var(--_theme---swatch--dark);
}

.hero-delib-wrapper--ou-areter {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #ffebe4;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding: 3rem 1rem;
  font-family: Poppins, sans-serif;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .tabs-wrapper {
    width: 100%;
  }

  .hero-text_haut {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .slider-heading {
    font-size: 19px;
    font-weight: 600;
  }

  .tab-link-tab-3-2 {
    background-color: #0000;
    border-radius: 50rem;
    padding: 0;
    position: absolute;
    inset: 25% auto auto 12%;
  }

  .slide_content {
    padding-bottom: 10%;
  }

  .div-block-21.sco {
    background-position: 89% 100%;
  }

  .text-block-51.cnipage {
    color: #3b1e7b66;
  }

  .text-span-21 {
    color: #3b1e7b99;
    font-weight: 600;
  }

  .text-span-22 {
    color: #3b1e7b99;
    font-weight: 700;
  }

  .titre-8 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .text-block-91 {
    width: 70%;
  }

  .hero-delib-wrapper-arrt-s {
    background-color: var(--_theme---swatch--color-back);
  }

  .lien-finances {
    margin-top: 40px;
  }

  .lien-finances.lien-arr-t-s, .tab-link-tab-1-6-copy.w--current {
    background-color: var(--_theme---swatch--brand-2);
  }

  .onglets-menu-6-copier {
    border-color: var(--_theme---swatch--color-back);
  }
}

@media screen and (min-width: 1440px) {
  .nav-progress-indicator {
    height: 10vh;
  }

  .main-navbar {
    width: 8.5em;
  }

  .nav-link {
    grid-row-gap: .5em;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-link:hover {
    transform: none;
  }

  .nav-link.w--current {
    grid-row-gap: 0em;
    width: 100%;
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .nav-link.w--current:hover {
    transform: none;
  }

  .nav-link.marche-p {
    width: 90%;
    margin-top: 1rem;
  }

  .nav-link-text.is-chapter {
    font-size: 14px;
  }

  .nav-link-text.is-chapter.embed.march-p {
    font-size: 13px;
  }

  .nav-links-wrapper {
    grid-row-gap: .5em;
  }

  .nav-background {
    background-color: #da481608;
  }

  .image.icon-actualites {
    width: 2.3rem;
  }

  .lang-select {
    color: #b4b4b480;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-decoration: none;
    overflow: visible;
  }

  .lang-select.current {
    color: #b4b4b4b3;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .nav-wrapper {
    z-index: 3;
    height: 4.3rem;
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .access-components {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .search-img {
    width: 2.8rem;
    height: 2.8rem;
  }

  .search-pop-up.id-page {
    height: 40px;
  }

  .search-input {
    opacity: .55;
    font-family: Poppins, sans-serif;
  }

  .search-input.id-page {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
  }

  .hero-wrapper {
    padding: 1.7rem 4em 1.5rem 12.5em;
  }

  .grid-liensrapides {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    display: grid;
  }

  .toggle-circle-2 {
    margin-left: 5px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .accessibilit--div {
    justify-content: flex-start;
    align-items: center;
  }

  .hero {
    height: 80vh;
    padding-bottom: 3rem;
    padding-left: 12.5em;
  }

  .text-hero {
    width: 40.5%;
    font-size: 13px;
  }

  .paragraph {
    font-size: 14px;
  }

  .container-large {
    max-width: 100%;
    padding-left: 12.5em;
  }

  .nav-layout {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .nav_links_wrapper {
    border-radius: .75rem;
    padding-left: .75rem;
  }

  .nav-link-bg {
    color: var(--_theme---color--button-text);
    background-color: #0000;
  }

  .nav-link-text-2 {
    color: var(--_theme---color--button-text);
  }

  .maire-content {
    position: relative;
  }

  .text-block-3 {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
    display: flex;
  }

  .nav-link_shape {
    top: 1rem;
    bottom: 1rem;
  }

  .section-test._2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 12.5em;
    padding-right: 4.5em;
    display: block;
  }

  .section-test._3 {
    height: auto;
  }

  .section-test._1 {
    height: auto;
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .section-test._3 {
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .section-test._4 {
    grid-column-gap: 7em;
    grid-row-gap: 7em;
    height: auto;
    padding-top: 2rem;
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .v-tab_menu {
    background-color: #ede4ff;
    justify-content: center;
    height: 49px;
    padding-right: 0;
  }

  .v-tabs {
    height: auto;
  }

  .v-tab_pan {
    padding-top: 0;
  }

  .v-tab_link {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .v-tab_link.w--current {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .v-tab_link.tab-3 {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-main {
    width: 100%;
    max-width: 100%;
  }

  .faq-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .topic-accordian-main {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .topic-question-link {
    padding-bottom: 10px;
  }

  .text-faq {
    color: #3b1e7ba6;
  }

  .faq-key-info {
    width: 45%;
  }

  .faq-heading.faq-form {
    font-size: 15px;
  }

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

  .faq-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    width: 100%;
  }

  .swiper-slide.cc-how-slider {
    justify-content: center;
    align-items: flex-start;
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .row.row-align-center {
    background-image: none;
    position: relative;
  }

  .text-block-7 {
    line-height: 1.4;
  }

  .paragraph-3 {
    line-height: 1.6;
  }

  .image-11 {
    align-self: flex-start;
    width: 83%;
  }

  .image-11.m-2 {
    width: 63%;
  }

  .image-11.s-3.space-img-h {
    margin-top: 3rem;
  }

  .image-11.s-3.restauration-m {
    width: 90%;
  }

  .image-11.s-3.size-monument {
    width: 65%;
  }

  .tabs {
    justify-content: space-between;
    align-items: center;
    font-family: Poppins, sans-serif;
    display: flex;
  }

  .tab-pane-tab-1 {
    width: auto;
  }

  .tabs-content {
    width: 30%;
  }

  .tabs-menu {
    background-image: url('../images/group-pointills.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30%;
    height: 575px;
  }

  .div-block-5 {
    background-image: url('../images/fond-textur-img-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current {
    top: -2%;
  }

  .tab-link-tab-3 {
    color: #bfab7d;
    background-color: #fff;
    border: 1px solid #bfab7d;
    border-radius: .7rem;
    padding: 9px 20px;
    font-weight: 600;
    position: absolute;
    inset: 22% 25% auto auto;
    box-shadow: 3px 3px #bfab7d;
  }

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

  .corner-roundeffect {
    bottom: 0%;
  }

  .white-corner-3 {
    inset: -41% auto auto 0%;
  }

  .white-corner-3.corner_maire1 {
    top: -34%;
  }

  .white-corner {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner.corner_maire2 {
    bottom: -1%;
    left: -33.8%;
  }

  .div-block-6 {
    background-position: 100% 98%;
    background-size: 490px;
  }

  .tab-prev {
    position: absolute;
    inset: 2% auto auto 1%;
  }

  .tab-next {
    top: 2%;
    right: 1%;
  }

  .team-title_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .paragraph-4 {
    width: 40%;
  }

  .link-deliberations:hover {
    background-color: var(--_theme---swatch--dark);
  }

  .grid-team {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 75rem;
  }

  .grid-team.grid-conseiller {
    height: 75rem;
  }

  .team-content {
    background-position: 50% -20%, 0 0;
    background-size: 72%, auto;
  }

  .team-content.team-femme {
    background-size: 60%, auto;
  }

  .team-content.team-femme.t-conseillers_f {
    background-position: 50% -20%, 0 0;
    background-size: 60%, auto;
  }

  .team-content.t-conseillers_h {
    background-size: 72%, auto;
  }

  .div-roundcorner {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    width: 70%;
  }

  .text-block-12 {
    font-size: 18px;
  }

  .mini-title {
    font-size: 20px;
  }

  .text-block-14 {
    width: 38%;
  }

  .tab-link-tab-4 {
    left: -11%;
  }

  .tab-link-tab-7 {
    bottom: 0%;
  }

  .tab-link-tab-8 {
    color: #bfab7d;
    bottom: 0%;
  }

  .prev {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f1e8d3;
    border-radius: 50rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: none;
    position: absolute;
    inset: 50% auto auto 7%;
  }

  .next {
    position: absolute;
    inset: 50% auto auto 42%;
  }

  .bas-content {
    border-top-color: #ffffff1a;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .5rem;
  }

  .liens-haut {
    grid-column-gap: 2.6rem;
  }

  .adress-horaires_link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-legales {
    font-size: 13px;
  }

  .social-medias {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .link-hero {
    border-style: none;
    border-width: 1px;
    height: 12.5rem;
    padding-top: 1.3rem;
    font-size: 16px;
  }

  .blockblanc-corner {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    padding: 1rem;
    display: flex;
  }

  .white-cornerhomepage {
    inset: -41% auto auto 0%;
  }

  .white-cornerhomepage.corner_maire1 {
    width: 30px;
    height: 30px;
    inset: auto auto 0 -29px;
  }

  .white-cornerhomepage.corner_2home {
    inset: -29px 1px auto auto;
  }

  .white-cornerhomepage.corner_act-1 {
    inset: -36% -1% auto auto;
  }

  .white-cornerhomepage.corner_atc-2 {
    width: 30px;
    height: 30px;
    inset: auto auto -1% -36%;
  }

  .img-nohover.img-devant {
    right: 10%;
  }

  .img-nohover.img-devant.hov-move.id-illust {
    right: 20%;
  }

  .img-nohover.img-devant.first-hov-img {
    right: 15%;
  }

  .hover-img.img-hover {
    transition: all .2s;
    right: 10%;
  }

  .hover-img.img-hover:hover, .hover-img.img-hover.hov-move:hover {
    transform: translate(0, -7px)scale(1.1);
  }

  .hover-img.img-hover.hov-move.id-illust {
    right: 20%;
  }

  .hover-img.img-hover.first-hov-img {
    right: 15%;
  }

  .div-block-8 {
    border-radius: 50rem;
    width: 80%;
    height: 80%;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .image-20 {
    width: 1.2rem;
  }

  .text-hovercolor {
    text-align: center;
    font-size: 16px;
  }

  .grid-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-hero_left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .grid-hero_right {
    height: 100%;
  }

  .image-21 {
    left: -10px;
  }

  .hero-text_bas {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-28 {
    color: #3b1e7bbf;
    width: 87%;
  }

  .text-block-29 {
    padding: .3rem .7rem;
    font-size: 11px;
  }

  .slider-heading {
    z-index: 1;
    width: 80%;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
  }

  .load-bar-base {
    border-radius: 50rem;
  }

  .slider-base {
    text-decoration: none;
  }

  .tab {
    width: 100px;
  }

  .montain-2, .montain-1 {
    width: 100%;
  }

  .stars {
    opacity: .5;
  }

  .lune {
    opacity: .75;
    width: 40%;
  }

  .code-embed {
    display: none;
  }

  .section-actus {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 7rem 4.5em 7rem 12.5em;
    display: flex;
    overflow: visible;
  }

  .heading-5 {
    flex: none;
    margin-bottom: 0;
    font-size: 35px;
  }

  .titre-wrapper-actus {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .swip-wrapper {
    width: 100%;
  }

  .mask-link {
    padding-top: 1.5rem;
  }

  .section-activity {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    background-image: none;
    padding-bottom: 7rem;
    padding-left: 12.5em;
    padding-right: 0;
    position: relative;
  }

  .titre-wrapper-activity {
    align-self: center;
  }

  .tabs-content-3 {
    width: 35%;
    height: 60vh;
  }

  .tabs-menu-3 {
    background-position: 50%;
    width: 65%;
  }

  .infos-act {
    padding-left: 2.5rem;
  }

  .text-act-wrapper {
    width: 95%;
  }

  .text-block-30 {
    color: #fff9;
  }

  .tab-link-tab-1-3 {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
    transition: all .2s;
    bottom: 22%;
    right: 33%;
  }

  .tab-link-tab-1-3:hover {
    transform: scale(1.2);
  }

  .tab-link-tab-1-3.w--current {
    background-color: #0000;
    border-radius: 0;
    padding: 0;
    bottom: 22%;
    right: 33%;
  }

  .tab-link-tab-2-3 {
    justify-content: center;
    align-items: center;
    padding: 0;
    font-weight: 600;
    display: flex;
    position: absolute;
    inset: auto 36% 43% auto;
  }

  .tab-link-tab-2-3:hover {
    font-weight: 600;
  }

  .tab-link-tab-2-3.w--current {
    padding: 0;
    bottom: 43%;
    right: 36%;
  }

  .tab-link-tab-3-2 {
    background-color: #0000;
    border-radius: 0;
    padding: 0;
    font-weight: 600;
    top: 26%;
    left: 24%;
  }

  .tab-link-tab-3-2:hover {
    font-weight: 600;
  }

  .tab-link-tab-3-2.w--current {
    color: #da4816;
    font-weight: 600;
  }

  .image-25 {
    z-index: -1;
    opacity: .7;
    width: 30rem;
    max-width: 90%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .footer-homepage {
    padding-left: 12.5em;
    padding-right: 4em;
  }

  .tab-link-tab-4-2 {
    background-color: #0000;
    border-radius: 0;
    padding: 0;
    font-weight: 600;
    transition: all .2s;
    position: absolute;
    inset: auto auto 35% 14%;
  }

  .tab-link-tab-4-2:hover {
    font-weight: 600;
    transform: scale(1.2);
  }

  .tab-link-tab-4-2.w--current {
    color: #da4816;
    font-weight: 600;
    bottom: 35%;
    left: 14%;
  }

  .heading-6 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
  }

  .mega-menu-wrapper {
    display: none;
  }

  ._1-block-etat-c {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    left: 0%;
  }

  .img-etatcivil {
    border-radius: 0 2rem 0 0;
    height: 10rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .image-28 {
    width: 17rem;
  }

  .image-28.identity-img {
    border-bottom-right-radius: 0;
  }

  .image-28.elections-img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 80%;
  }

  ._2-block-identity, ._3-block-elections {
    left: 0%;
  }

  .img-elections {
    border-radius: 0 2rem 0 0;
    height: 10rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  ._4-block-urbanisme {
    left: 0%;
  }

  .img-urbanisme {
    border-radius: 0 2rem 0 0;
    height: 10rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  ._5-block-mariage {
    left: 0%;
  }

  .img-mariage {
    border-radius: 0 2rem 0 0;
    height: 10rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  ._6-block-deces {
    left: 0%;
  }

  .slider-left {
    width: 35%;
  }

  .slider-right {
    width: 50%;
  }

  .section {
    width: 100%;
  }

  .arrow.is-left, .arrow.is-right {
    width: 3.5rem;
    height: 3.5rem;
  }

  .main-wrapper {
    width: 100%;
  }

  .slider-icon_wrapper {
    position: relative;
    bottom: 0%;
  }

  .padding-global {
    width: 100%;
  }

  .slide_content {
    padding-bottom: 10%;
  }

  .image-height {
    padding-top: 130%;
  }

  .image-30, .image-31 {
    align-self: flex-end;
    width: 50px;
  }

  .image-32 {
    width: 9.2rem;
    position: static;
    inset: 15% 20% auto auto;
    transform: rotate(27deg);
  }

  .block-inter-text {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: -14% 5% auto auto;
  }

  .text-block-37 {
    text-align: center;
    font-family: Simple Letter, Times New Roman, sans-serif;
    line-height: 1;
  }

  .tab-one {
    justify-content: center;
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .tab-two, .tab-three, .tab-four {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .section-agenda {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem 4.5em 7rem 12.5em;
    display: flex;
  }

  .agenda-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: .25fr .75fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .titre-et-button {
    flex: none;
    width: auto;
  }

  .agenda-cms {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-width: auto;
    display: block;
  }

  .swiper-wrapper2.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .content-home-blog-slider {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .blog-slider-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
  }

  .main-container {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: none;
    display: block;
  }

  .swiper-slide3.swiper-slide {
    border-radius: 10px;
    width: 33%;
  }

  .swiper-2.is-swiper-portfolio.swiper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: flex-end;
    width: 100%;
  }

  .text-block-38 {
    flex: none;
  }

  .titre-wrapper-agenda {
    align-self: center;
  }

  .section-nasletter {
    padding-top: 2rem;
    padding-left: 12.5em;
    padding-right: 4em;
  }

  .illustration-newsletter {
    background-size: 60%;
  }

  .image-35 {
    width: 60%;
  }

  .section-1-id {
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .div-block-19 {
    padding-top: 1.5rem;
    bottom: -1px;
  }

  .white-corner-mariage {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-mariage.corner_mariage {
    inset: auto auto 0% -39px;
  }

  .section-2-id {
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .text-block-41 {
    font-size: 38px;
  }

  .intro-img-id-grid.adnpage {
    background-image: url('../images/2149836810.jpg');
  }

  .intro-txt-img-grid {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 4rem;
    box-shadow: 2px 2px 20px -5px #0003;
  }

  .div-block-20 {
    bottom: -1px;
    right: -1px;
  }

  .div-block-21 {
    background-position: 100% 85%;
  }

  .div-block-21.adnpage {
    background-image: url('../images/2149836810.jpg');
    background-position: 74% 85%;
  }

  .div-block-21.ldf {
    background-position: 77% 103%;
    background-size: 506px;
  }

  .div-block-21.adm {
    background-position: 79% 100%;
    background-size: 600px;
  }

  .div-block-21.cnp {
    background-position: 80% 100%;
    background-size: 600px;
  }

  .div-block-21.ast {
    background-position: 73% 100%;
    background-size: 600px;
  }

  .div-block-21.rde, .div-block-21.pacs, .div-block-21.ile, .div-block-21.pc {
    background-position: 79% 100%;
    background-size: 600px;
  }

  .div-block-21.sco {
    background-position: 86% 100%;
    background-size: 600px;
  }

  .div-block-21.oe, .div-block-21.dt {
    background-position: 79% 100%;
    background-size: 600px;
  }

  .div-block-21.idnmerique {
    background-position: 80% 100%;
    background-size: 600px;
  }

  .div-block-21.tdt {
    background-position: 73% 100%;
    background-size: 600px;
  }

  .div-block-21.ddd {
    background-image: url('../images/dclaration-dcs.jpg');
    background-position: 73% 100%;
    background-size: 600px;
  }

  .text-block-43 {
    width: 80%;
  }

  .text-block-44 {
    width: 75%;
  }

  .white-corner2-mariage-copy {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner2-mariage-copy.corner_mariage {
    z-index: 2;
    inset: auto auto 0% -47%;
  }

  .white-corner2-mariage-copy.corner_actualit {
    z-index: 2;
    inset: auto auto 0 -39px;
  }

  .white-corner2-mariage {
    inset: -41% auto auto 0%;
  }

  .white-corner2-mariage.corner_maire1 {
    top: -34%;
  }

  .white-corner2-mariage.corner_maire1.municipalit {
    z-index: 2;
  }

  .white-corner2-mariage.corner_maire1.actualit {
    z-index: 2;
    top: -39px;
    right: 0;
  }

  .white-corner2-mariage.corner_mariage1 {
    inset: -58% 0% auto auto;
  }

  .sticky-grid-mariage-tsingoni {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: .4fr 1fr;
  }

  .sommiaire {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    box-shadow: none;
    border: 2px solid #3b1e7b12;
    padding-left: 2.5rem;
    top: 7rem;
  }

  .texte-sommaire {
    line-height: 1.5;
  }

  .hover-link-effect {
    transition: all .2s;
    position: relative;
    left: -10px;
  }

  .hover-link-effect:hover {
    left: 0;
  }

  .div-block-24 {
    padding-left: 4rem;
    padding-right: 4rem;
    box-shadow: 0 2px 10px #0000000d;
  }

  .text-block-48 {
    color: #3b1e7bbf;
  }

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

  .div-block-25 {
    border-radius: .7rem;
    display: flex;
  }

  .div-block-26 {
    border-left: 9px #3b1e7b;
    width: 4px;
  }

  .white-corner-cni {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-cni.corner_cni {
    inset: auto auto 0% -39px;
  }

  .section-1-actus {
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .hero-actus-wrapper {
    height: 55vh;
  }

  .titre-8 {
    text-align: left;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 45px;
    line-height: 55px;
  }

  .div-block-29 {
    width: 40%;
  }

  .image-37 {
    width: 30%;
  }

  .section-2-actus {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 7rem 4em 7rem 12.5em;
  }

  .tabs-menu-4 {
    align-self: center;
    width: auto;
    margin-bottom: 4rem;
  }

  .mosqu-e {
    width: 35%;
    left: 30%;
  }

  .div-block-34 {
    width: 70px;
    height: 70px;
  }

  .div-block-35 {
    width: 55px;
    height: 55px;
  }

  .div-block-36 {
    width: 85%;
  }

  .div-block-36.first-actu {
    width: 90%;
  }

  .text-block-55 {
    font-size: 23px;
  }

  .services-publics-1 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .text-block-57 {
    font-size: 14px;
  }

  .section-1-ldf {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/delivrance-du-livret-de-famille-tsingoni-1.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .section-2-ldf {
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .intro-img-ldf-grid {
    background-image: url('../images/img-livret-de-familla-tsingoni.webp');
  }

  .mini-block-acte-de-mariage {
    padding-top: 1.5rem;
    bottom: -1px;
  }

  .white-corner-actemariage {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-actemariage.corner_actemariage {
    inset: auto auto 0% -39px;
  }

  .section-1-adm {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/page-acte-de-mariage-mairie-de-tsingoni.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .section-2-adm, .section-3-adm {
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .section-1-rde {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/298581-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .section-2-rde {
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .mini-block-rde {
    padding-top: 1.5rem;
    bottom: -1px;
  }

  .intro-img-rde {
    background-image: url('../images/45092-1.jpg');
  }

  .white-corner-rde {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-rde.corner_rde {
    inset: auto auto 0% -39px;
  }

  .section-1-cnp {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/104256-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .section-2-cnp {
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .mini-block-cnp {
    padding-top: 1.5rem;
    bottom: -1px;
  }

  .white-corner-cnp {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-cnp.corner_cnp {
    inset: auto auto 0% -39px;
  }

  .intro-img-cnp {
    background-image: url('../images/104256-1.jpg');
  }

  .section-1-suprblm {
    background-image: url('../images/43458-1.jpg');
    background-position: 50% 30%;
    background-size: cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .section-2-suprblm {
    padding-bottom: 3rem;
  }

  .bloc-formulaire {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 0 4rem;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 33px;
  }

  .tab-link-tab-1-5, .tab-link-tab-1-5.w--current {
    width: 33%;
    font-size: 16px;
  }

  .tab-link-tab-2-5, .tab-link-tab-3-4 {
    font-size: 16px;
  }

  .pit-imput-1 {
    font-size: 14px;
  }

  .pit-paragraph-1 {
    color: #d905086e;
    font-style: italic;
  }

  .pit-button-1, .select-field {
    font-size: 16px;
  }

  .mini-block-suprbl {
    padding-top: 1.5rem;
    bottom: -1px;
  }

  .success-message {
    background-color: #e5f3d8;
    border-radius: .5rem;
  }

  .error-message {
    border-radius: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .white-corner-prblm {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-prblm.corner_prblm {
    inset: auto auto 0% -39px;
  }

  .white-corner2-prblm {
    inset: -41% auto auto 0%;
  }

  .white-corner2-prblm.corner_mariage1-prblm {
    inset: -58% 0% auto auto;
  }

  .div-block-38 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
    position: static;
  }

  .div-block-39 {
    width: 40px;
  }

  .link-rens {
    width: 100%;
    color: var(--_theme---color--text);
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    position: static;
  }

  .point-horaires {
    width: .7rem;
    height: .7rem;
  }

  .section-1-idn {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/identit-numrique-mairie-de-tsingoni.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .mini-block-idn {
    padding-top: 1.5rem;
    bottom: -1px;
  }

  .white-corner-idn {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-idn.corner_idn {
    inset: auto auto 0% -39px;
  }

  .white-corner2-idn {
    inset: -41% auto auto 0%;
  }

  .white-corner2-idn.corner_idn {
    inset: -58% 0% auto auto;
  }

  .section-2-idn {
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .intro-img-idn {
    background-image: url('../images/identit-numrique-mairie-de-tsingoni.jpg');
  }

  .image-42 {
    width: 85%;
  }

  .text-block-60 {
    font-size: 16px;
    line-height: 1.4;
  }

  .text-block-61 {
    line-height: 1.4;
  }

  .mini-block-cdn {
    padding-top: 1.5rem;
    bottom: -1px;
  }

  .white-corner-cdn {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-cdn.corner_cdn {
    inset: auto auto 0% -39px;
  }

  .section-1-cnf {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/certificat-nationalit-franaise.jpg');
    background-position: 0 0, 50%;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .intro-img-cdn {
    background-image: url('../images/certificat-nationalit-franaise.jpg');
  }

  .section-2-cnf {
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .section-1-ast {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/autorisation-de-sortie-du-territoire-ast.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .section-2-ast {
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .mini-block-ast {
    padding-top: 1.5rem;
    bottom: -1px;
  }

  .white-corner-ast {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-ast.corner_ast {
    inset: auto auto 0% -39px;
  }

  .intro-img-ast {
    background-image: url('../images/autorisation-de-sortie-du-territoire-ast.jpg');
  }

  .section-1-pacs {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/se-pacser.jpg');
    background-position: 0 0, 50% 20%;
    background-size: auto, cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .mini-block-pacs {
    padding-top: 1.5rem;
    bottom: -1px;
  }

  .white-corner-pacs {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-pacs.corner_pacs {
    inset: auto auto 0% -39px;
  }

  .intro-img-pacs {
    background-image: url('../images/se-pacser.jpg');
  }

  .section-1-ile {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/vote-elections.jpg');
    background-position: 0 0, 50% 7%;
    background-size: auto, cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .section-2-ile {
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .mini-block-ile {
    padding-top: 1.5rem;
    bottom: -1px;
  }

  .white-corner-ile {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-ile.corner_ile {
    inset: auto auto 0% -39px;
  }

  .intro-img-ile {
    background-image: url('../images/vote-elections.jpg');
  }

  .mini-block-pc {
    padding-top: 1.5rem;
    bottom: -1px;
  }

  .white-corner-pc {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-pc.corner_pc {
    inset: auto auto 0% -39px;
  }

  .section-1-pc {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/img-permis-de-construire.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .intro-img-pc {
    background-image: url('../images/img-permis-de-construire.jpg');
  }

  .section-2-pc {
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .section-1-sco {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/inscription-scolaire.webp');
    background-position: 0 0, 50% 34%;
    background-size: auto, cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .mini-block-sco {
    padding-top: 1.5rem;
    bottom: -1px;
  }

  .white-corner-sco {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-sco.corner_sco {
    inset: auto auto 0% -39px;
  }

  .section-2-sco {
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .intro-img-sco {
    background-image: url('../images/inscription-scolaire-mairie-de-tsingoni.webp');
  }

  .section-1-oe {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/2149034551-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .section-2-oe, .section-3-oe {
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .img-emploi {
    height: 200px;
  }

  .mini-block-oe {
    padding-top: 1.5rem;
    bottom: -1px;
  }

  .white-corner-oe {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-oe.corner_oe {
    inset: auto auto 0% -39px;
  }

  .intro-img-oe {
    background-image: url('../images/2149034555-_1__1.webp');
  }

  .white-corner2-oe {
    inset: -41% auto auto 0%;
  }

  .white-corner2-oe.corner_mariage1-oe {
    inset: -58% 0% auto auto;
  }

  .text-block-62 {
    font-size: 22px;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .collection-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 20px;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .section-1-dt {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/construction-tsingoni-image-illustration.webp');
    background-position: 0 0, 50% 65%;
    background-size: auto, cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .white-corner-dt {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-dt.corner_dt {
    inset: auto auto 0% -39px;
  }

  .section-2-dt {
    padding-left: 12.5em;
    padding-right: 4.5em;
  }

  .intro-img-dt {
    background-image: url('../images/construction-tsingoni-image-illustration.webp');
  }

  .text-block-65.space-form {
    margin-bottom: 1rem;
  }

  .bullet-wraper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #498c0e0d;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .heading-style-h6 {
    font-size: 13px;
  }

  .bullet-wrapper-detail {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .docs-dt {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 13px;
  }

  .form-tpage {
    padding-top: 1rem;
  }

  .right-block-da {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .grid-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .link-items-ec {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    height: 200px;
    padding-top: 1.5rem;
    padding-bottom: 0;
    font-weight: 600;
  }

  .link-items-ec.rec-space {
    padding-top: 1rem;
  }

  .white-corner-demarches {
    inset: auto -13.5% -.7% auto;
  }

  .white-corner-demarches.corner_demarches {
    inset: auto auto 0% -39px;
  }

  .white-corner2-demarches {
    inset: -41% auto auto 0%;
  }

  .white-corner2-demarches.corner_demarches1 {
    inset: -58% 0% auto auto;
  }

  .acc-item {
    width: 100%;
  }

  .faq-question {
    font-size: 14px;
    font-weight: 600;
  }

  .section-1-adm-copy {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/adult-stamp-contract-form-concept.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .grid-doc-off {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .faq-question-2 {
    font-size: 14px;
  }

  .image-46 {
    z-index: 0;
    position: relative;
  }

  .text-span-61, .text-span-62 {
    font-weight: 600;
  }

  .left-accordian.urbanisme {
    background-position: 50% 30%;
  }

  .left-accordian.ecoles {
    background-image: url('../images/ecoles.svg');
    background-position: 0 45%;
  }

  .left-accordian.budget-commune {
    background-position: 50% 20%;
  }

  .left-accordian.eco {
    background-position: 50% 45%;
  }

  .left-accordian.d-administratives {
    background-position: 50% 60%;
  }

  .section-titre-article {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 12.5em;
    padding-right: 4.5em;
    display: block;
  }

  .section-article {
    border-bottom-style: none;
  }

  .rich-text-block {
    width: 60%;
  }

  .image-component-article {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 40%;
    background-size: cover;
  }

  .collection-list-2, .collection-list-2.services-p {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .culture-patrimoine {
    background-position: 50% 80%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .solidarite-sante {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lune-mobile {
    opacity: .75;
    width: 40%;
  }

  .montain-2-mobile, .montain-1-mobile {
    width: 100%;
  }

  .stars-mobile {
    opacity: .5;
  }

  .mosqu-e-mobile {
    width: 35%;
    left: 30%;
  }

  .grid-hero_right-mobile {
    height: 100%;
  }

  .feature_content-wrap-2 {
    margin: 0 .5rem 1rem;
    padding-bottom: 40px;
    box-shadow: 3px 3px 7px #0000000a;
  }

  .feature_grid {
    border-radius: 10px;
    width: auto;
  }

  .feature_content-text {
    width: 90%;
  }

  .titre-section-actu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 50%;
  }

  .text-block-91 {
    width: 65%;
  }

  .intro-img-tdt {
    background-image: url("https://cdn.prod.website-files.com/68631af9bdfd2b19cacaf937/68943809a35e03091b427319_Transport%20d'un%20corps.jpg");
  }

  .section-1-tdt {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url("https://cdn.prod.website-files.com/68631af9bdfd2b19cacaf937/68943809a35e03091b427319_Transport%20d'un%20corps.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .image-illustr-delib {
    width: 30%;
  }

  .padding-delib {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .link-retour-municipalite:hover {
    background-color: var(--_theme---swatch--dark);
  }

  .hero-delib-wrapper {
    height: 55vh;
  }

  .section-delib {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5rem 4.5em 5rem 12.5em;
    display: flex;
    overflow: visible;
  }

  .section-1-ddd {
    background-image: linear-gradient(135deg, #3b1e7bd9 21%, #da4816d9), url('../images/dclaration-dcs.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-bottom-right-radius: 4rem;
    height: 65vh;
  }

  .intro-img-ddd {
    background-image: url('../images/dclaration-dcs.jpg');
  }

  .hero-ml-wrapper-copy {
    height: 35vh;
  }

  .para1-ml {
    width: 75%;
  }

  .text-block-92 {
    margin-top: 2rem;
  }

  .text-block-93, .text-block-94 {
    font-size: 15px;
    line-height: 22px;
  }

  .bold-text-6 {
    font-size: 20px;
  }

  .heading-pu {
    font-size: 45px;
    line-height: 55px;
  }

  .hero-delib-wrapper-arrt-s {
    background-color: #498c0e3b;
    height: 55vh;
    margin-right: auto;
  }

  .lien-finances:hover {
    background-color: var(--_theme---swatch--dark);
  }

  .lien-finances.lien-arr-t-s {
    background-color: var(--_theme---swatch--brand-2);
  }

  .onglets-menu-6-copier {
    background-color: var(--_theme---swatch--color-back);
  }

  .text-delib-delib {
    text-align: left;
    padding-bottom: 40px;
  }

  .text-delib-del {
    text-align: left;
  }

  .link-retourcopy {
    background-color: var(--_theme---swatch--brand-2);
  }

  .link-retourcopy:hover {
    background-color: var(--_theme---swatch--dark);
  }

  .hero-delib-wrapper--ou-areter {
    height: 55vh;
  }
}

@media screen and (min-width: 1920px) {
  .main-navbar {
    width: 11em;
  }

  .nav-link {
    grid-row-gap: 1.3em;
  }

  .nav-link.w--current {
    grid-row-gap: 1em;
  }

  .fake-logo {
    width: 5em;
  }

  .nav-link-text.is-chapter {
    font-size: 18px;
  }

  .nav-link-text.is-chapter.embed.march-p {
    font-size: 16px;
    line-height: 26px;
  }

  .nav-links-wrapper {
    grid-row-gap: 1em;
  }

  .image.icon-d-marches {
    width: 2.2rem;
  }

  .image.icon-search {
    width: 1.7rem;
  }

  .image.icon-municipalit {
    width: 2.2rem;
  }

  .image.icon-actualites {
    width: 3rem;
  }

  .image.icon-rdv, .image.icon-mail {
    width: 2.1rem;
  }

  .nav-wrapper {
    z-index: 3;
    height: 6rem;
    padding-left: 13rem;
    padding-right: 4rem;
  }

  .search-img {
    width: 3rem;
    height: 3rem;
  }

  .search-pop-up {
    height: 100%;
  }

  .search-pop-up.id-page {
    height: 55px;
  }

  .search-input {
    min-width: 16rem;
    font-size: 16px;
  }

  .search-input.id-page {
    font-size: 18px;
  }

  .search-button {
    background-size: 15px;
    width: 3rem;
    height: 2.4rem;
  }

  .hero-wrapper {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .grid-liensrapides {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .toggle-bg-2 {
    width: 80px;
    height: 45px;
  }

  .toggle-circle-2 {
    width: 35px;
    height: 35px;
  }

  .text-block-2 {
    letter-spacing: 1px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .image-6 {
    width: 2rem;
  }

  .access-rapide {
    width: 1.5rem;
  }

  .hero {
    height: 85vh;
    padding-left: 13rem;
  }

  .text-hero {
    width: 50%;
  }

  .heading {
    font-size: 55px;
    line-height: 55px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 1.6;
  }

  .container-large {
    padding-left: 13rem;
  }

  .nav_links_wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-link-bg {
    font-size: 20px;
  }

  .nav-link-text-2 {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .section-test._2 {
    padding: 7rem 4rem 7rem 13rem;
  }

  .section-test._1 {
    height: auto;
    padding-left: 13rem;
    padding-right: 4rem;
  }

  .section-test._3 {
    padding-top: 0;
    padding-left: 13rem;
    padding-right: 4rem;
  }

  .img-maire-container {
    height: 642px;
  }

  .tabs-wrapper {
    width: 85%;
  }

  .heading-2 {
    font-size: 37px;
    line-height: 49px;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 1.5;
  }

  .v-tab_text {
    font-size: 20px;
  }

  .v-tab_menu {
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .values_text {
    margin-top: 2rem;
    font-size: 20px;
    line-height: 1.5;
  }

  .v-tab_link {
    padding: 1rem 2rem;
  }

  .v-tab_link.w--current {
    padding: 1rem 2rem;
    font-size: 18px;
  }

  .v-tab_link.tab-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .priorit--1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-block-5 {
    width: 60%;
    padding: 1rem;
    font-size: 18px;
  }

  .text-block-5.title-priorit--2 {
    width: 40%;
  }

  .text-block-6 {
    font-size: 18px;
    line-height: 1.6;
  }

  .paragraph-2 {
    font-size: 70px;
    line-height: .2;
    top: 22%;
  }

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

  .topic-accordian-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-faq {
    font-size: 20px;
  }

  .text-term-heading {
    font-size: 47px;
    line-height: 1.4;
  }

  .faq-heading {
    font-size: 25px;
  }

  .faq-heading.faq-form {
    font-size: 22px;
  }

  .disclaimer-text {
    font-size: 20px;
    line-height: 1.5;
  }

  .faq-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: .5fr 1fr;
  }

  .swiper-slide.cc-how-slider {
    padding-top: 80px;
  }

  .text-block-7 {
    font-size: 35px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .tabs-content {
    height: 990px;
  }

  .tabs-menu {
    height: 700px;
  }

  .tab-link-tab-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tab-link-tab-1.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .text-block-8 {
    font-size: 20px;
    line-height: 27px;
  }

  .tab-link-tab-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    top: -5%;
  }

  .tab-link-tab-2.w--current {
    top: -5%;
  }

  .tab-link-tab-3 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 27px;
    top: 20%;
  }

  .tab-link-tab-3.style-tab_history, .text-block-9, .text-block-10, .text-block-11 {
    font-size: 20px;
  }

  .white-corner-3 {
    top: -36%;
  }

  .white-corner {
    right: -9%;
  }

  .tab-prev {
    width: 55px;
    height: 55px;
  }

  .image-13 {
    width: 1.5rem;
  }

  .tab-next {
    width: 55px;
    height: 55px;
  }

  .image-14 {
    width: 1.5rem;
  }

  .heading-3 {
    font-size: 37px;
    line-height: 1.4;
  }

  .paragraph-4 {
    width: 40%;
    font-size: 20px;
    line-height: 1.5;
  }

  .link-deliberations {
    margin-top: 1rem;
    padding: 1.5rem 2rem;
    font-size: 20px;
  }

  .tabs-menu-2 {
    padding-bottom: 2rem;
  }

  .tab-link-tab-1-2, .tab-link-tab-1-2.w--current, .tab-link-tab-2-2 {
    border-radius: .7rem;
    padding: 1rem 1.5rem;
    font-size: 18px;
  }

  .grid-team, .grid-team.grid-conseiller {
    height: 100rem;
  }

  .div-roundcorner {
    z-index: 0;
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    height: 80px;
    bottom: 0;
  }

  .text-block-12 {
    font-size: 25px;
  }

  .text-block-13 {
    font-size: 16px;
  }

  .mini-title {
    font-size: 27px;
    line-height: 30px;
    top: 3.7%;
  }

  .heading-4 {
    font-size: 37px;
  }

  .text-block-14 {
    color: #3b1e7bbf;
    font-size: 20px;
    line-height: 1.5;
  }

  .tab-link-tab-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .tab-link-tab-5 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .text-block-15 {
    font-size: 20px;
    line-height: 1.4;
  }

  .tab-link-tab-6 {
    font-size: 20px;
  }

  .text-block-16 {
    font-size: 20px;
    line-height: 1.4;
  }

  .tab-link-tab-7 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .text-block-17 {
    font-size: 20px;
    line-height: 1.4;
  }

  .tab-link-tab-8 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .prev, .next {
    width: 75px;
    height: 75px;
  }

  .text-block-18, .text-block-19 {
    font-size: 20px;
  }

  .text-block-21 {
    font-size: 20px;
    line-height: 1.5;
  }

  .link {
    margin-top: 1rem;
    font-size: 20px;
  }

  .text-block-22, .text-block-23 {
    font-size: 20px;
  }

  .text-block-24 {
    margin-top: 1rem;
    font-size: 18px;
  }

  .link-block-2 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .link-legales, .text-block-25, .text-block-26, .text-block-27 {
    font-size: 18px;
  }

  .link-social-m {
    width: 50px;
    height: 50px;
  }

  .link-social-m.nav-social {
    width: 40px;
    height: 40px;
  }

  .size_imgicon {
    width: .7rem;
  }

  .link-hero {
    height: 18rem;
    padding-top: 2rem;
  }

  .blockblanc-corner {
    width: 70px;
    height: 70px;
  }

  .white-cornerhomepage {
    top: -36%;
  }

  .white-cornerhomepage.corner_maire1 {
    width: 40px;
    height: 40px;
    inset: -39px 0% auto auto;
  }

  .white-cornerhomepage.corner_2home {
    width: 40px;
    inset: auto auto 0% -39px;
  }

  .white-cornerhomepage.corner_act-1 {
    top: -34%;
    right: 0%;
  }

  .white-cornerhomepage.corner_atc-2 {
    bottom: 4%;
    left: -34%;
  }

  .img-nohover.img-devant {
    right: 3%;
  }

  .hover-img.img-hover {
    align-self: flex-end;
    align-items: stretch;
    right: 3%;
  }

  .text-hovercolor {
    font-size: 20px;
    line-height: 27px;
  }

  .grid-hero_left {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .grid-hero_right {
    height: 100%;
  }

  .image-21 {
    display: none;
  }

  .text-block-28 {
    font-size: 22px;
    line-height: 32px;
  }

  .text-block-29 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 16px;
  }

  .slider-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .slider-base {
    min-height: 17rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-actus {
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .heading-5 {
    font-size: 45px;
    line-height: 47px;
  }

  .mask-link {
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
  }

  .section-activity {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    padding: 6rem 0 10rem 16.5em;
  }

  .tabs-content-3 {
    width: 35%;
    height: 55vh;
  }

  .infos-act {
    z-index: 0;
  }

  .text-block-30 {
    font-size: 20px;
    line-height: 1.6;
  }

  .text-block-31 {
    font-size: 30px;
    line-height: 45px;
  }

  .div-block-9 {
    z-index: 2;
    width: 85px;
    height: 85px;
    padding-bottom: 0;
    bottom: -1%;
    right: -.5%;
  }

  .tab-link-tab-1-3 {
    font-size: 18px;
  }

  .tab-link-tab-1-3.w--current, .tab-link-tab-2-3, .tab-link-tab-3-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-size: 18px;
  }

  .footer-homepage {
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .div-block-11 {
    margin-bottom: .3rem;
    margin-right: .3rem;
    bottom: 3%;
  }

  .tab-link-tab-4-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-size: 18px;
  }

  .heading-6 {
    font-size: 55px;
    line-height: 65px;
  }

  .text-block-33 {
    font-size: 20px;
  }

  .arrow.is-left, .arrow.is-right {
    width: 5rem;
    height: 5rem;
  }

  .slider-wrapper {
    padding-left: 4rem;
  }

  .container-large-2 {
    max-width: 90rem;
  }

  .arrow-right {
    width: 37px;
  }

  .slider-icon_wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-left: 15rem;
    position: relative;
    inset: auto 0% 0%;
  }

  .padding-global {
    display: block;
    position: relative;
  }

  .arrow-left {
    width: 37px;
  }

  .title {
    font-size: 30px;
  }

  .body-text {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 1.6;
  }

  .image-30, .image-31 {
    width: 60px;
  }

  .image-32 {
    width: 12.1rem;
  }

  .text-block-37 {
    font-size: 40px;
  }

  .div-block-14 {
    width: 20px;
    height: 20px;
  }

  .tab-one, .tab-two, .tab-three, .tab-four {
    padding: .7rem;
  }

  .section-agenda {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .agenda-wrapper {
    grid-template-columns: .25fr .75fr;
  }

  .swiper-wrapper2.swiper-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .main-container {
    max-width: 100%;
  }

  .swiper-slide3.swiper-slide {
    width: 32%;
  }

  .text-block-38 {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: 16px;
  }

  .section-nasletter {
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .text-block-39 {
    font-size: 35px;
  }

  .text-field {
    height: 70px;
    padding-left: 20px;
    font-size: 18px;
  }

  .div-block-18 {
    width: 50px;
    height: 50px;
  }

  .submit-button {
    font-size: 20px;
  }

  .text-block-40 {
    font-size: 20px;
    line-height: 1.6;
  }

  .white-corner-mariage {
    right: -9%;
  }

  .section-2-id {
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .text-block-41 {
    font-size: 55px;
  }

  .text-block-42 {
    font-size: 18px;
  }

  .div-block-20 {
    width: 85px;
    height: 85px;
  }

  .div-block-21.adnpage {
    background-position: 80% 100%;
    width: 70px;
    height: 70px;
  }

  .div-block-21.adm {
    width: 70px;
    height: 70px;
  }

  .div-block-21.adm.nationnalit--att {
    background-image: url('../images/certificat-nationalit-franaise.jpg');
    background-position: 50% 100%;
  }

  .div-block-21.ast {
    background-position: 100% 100%;
    width: 70px;
    height: 70px;
  }

  .div-block-21.rde {
    background-position: 83% 100%;
    background-size: 800px;
    width: 70px;
    height: 70px;
  }

  .div-block-21.ile {
    background-position: 100% 100%;
    width: 70px;
    height: 70px;
  }

  .div-block-21.pc {
    width: 70px;
    height: 70px;
  }

  .div-block-21.cnipageimg {
    background-position: 50% 100%;
  }

  .div-block-21.mariagepageimg {
    background-image: url('../images/mariage-mairie-tsingoni-2.png');
  }

  .div-block-21.idnmerique {
    background-image: url('../images/identit-numrique-mairie-de-tsingoni.jpg');
    width: 70px;
    height: 70px;
  }

  .div-block-21.tdt, .div-block-21.ddd {
    background-position: 100% 100%;
    width: 70px;
    height: 70px;
  }

  .link-3 {
    font-size: 18px;
  }

  .demarcheenligne.adnpage {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-block-43 {
    font-size: 20px;
    line-height: 32px;
  }

  .text-block-44 {
    font-size: 35px;
  }

  .link-block-4.adnpage {
    border-radius: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .text-block-45 {
    font-size: 20px;
  }

  .white-corner2-mariage-copy {
    right: -9%;
  }

  .white-corner2-mariage-copy.corner_mariage {
    left: -39px;
  }

  .white-corner2-mariage {
    top: -36%;
  }

  .white-corner2-mariage.corner_maire1.municipalit, .white-corner2-mariage.corner_mariage1 {
    top: -39px;
  }

  .text-block-47 {
    font-size: 35px;
    line-height: 25px;
  }

  .section-3-id {
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .texte-sommaire {
    font-size: 20px;
  }

  .image-36 {
    width: .7em;
  }

  .heading-7 {
    font-size: 35px;
    line-height: 50px;
  }

  .text-block-48 {
    font-size: 20px;
    line-height: 32px;
  }

  .text-block-48.dt2space {
    text-align: left;
  }

  .text-block-49 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-51.cnipage {
    font-size: 18px;
    line-height: 25px;
  }

  .white-corner-cni {
    right: -9%;
  }

  .section-1-actus {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-left: 16.5em;
    padding-right: 16.5em;
  }

  .hero-actus-wrapper {
    height: 45vh;
  }

  .titre-8 {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 45px;
    font-weight: 700;
    line-height: 35px;
  }

  .text-block-52 {
    font-size: 20px;
  }

  .section-2-actus {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 6rem 5.5em 6rem 16.5em;
  }

  .tab-link-tab-1-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tab-link-tab-1-4.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-link-tab-2-4 {
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .tab-link-tab-2-4.w--current, .tab-link-tab-3-3, .tab-link-tab-4-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-54 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 16px;
  }

  .text-block-55 {
    font-size: 27px;
  }

  .text-block-56 {
    font-size: 16px;
  }

  .services-publics-1 {
    border-radius: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-block-57 {
    font-size: 20px;
  }

  .link-voir-article {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-37 {
    width: 3rem;
    height: 3rem;
  }

  .image-40 {
    width: 1.5rem;
  }

  .white-corner-actemariage {
    right: -9%;
  }

  .section-3-adm, .section-2-rde {
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .section-3-rde {
    padding-left: 16.5rem;
    padding-right: 5.5rem;
  }

  .white-corner-rde {
    right: -9%;
  }

  .section-2-cnp, .section-3-cnp {
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .mini-block-cnp {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .white-corner-cnp {
    right: -9%;
  }

  .section-2-suprblm {
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .heading-10 {
    font-size: 45px;
  }

  .tab-link-tab-1-5, .tab-link-tab-2-5, .tab-link-tab-2-5.w--current, .tab-link-tab-3-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pit-imput-1, .pit-paragraph-1, .select-field {
    font-size: 20px;
  }

  .white-corner-prblm {
    right: -9%;
  }

  .white-corner2-prblm {
    top: -36%;
  }

  .heading-11 {
    font-size: 20px;
  }

  .text-block-59 {
    font-size: 20px;
    line-height: 30px;
  }

  .mini-block-idn {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .white-corner-idn {
    right: -9%;
  }

  .white-corner2-idn {
    top: -36%;
  }

  .white-corner2-idn.corner_idn {
    top: -39px;
  }

  .section-2-idn, .section-3-idn {
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .text-block-60 {
    font-size: 22px;
  }

  .text-block-61 {
    font-size: 20px;
  }

  .white-corner-cdn {
    right: -9%;
  }

  .section-2-cnf, .section-3-cnf, .section-3-ast {
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .white-corner-ast, .white-corner-pacs {
    right: -9%;
  }

  .section-3-ile {
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .mini-block-ile {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .white-corner-ile, .white-corner-pc {
    right: -9%;
  }

  .dossier-pc.pc {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .section-2-pc, .section-3-pc {
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .white-corner-sco {
    right: -9%;
  }

  .section-2-sco, .section-3-sco, .section-2-oe, .section-3-oe {
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .img-emploi {
    height: 300px;
  }

  .white-corner-oe {
    right: -9%;
  }

  .white-corner2-oe {
    top: -36%;
  }

  .white-corner2-oe.corner_mariage1-oe {
    top: -39px;
  }

  .text-block-62 {
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .image-44 {
    width: 2rem;
  }

  .text-block-63, .text-block-64 {
    font-size: 18px;
  }

  .image-45 {
    width: 1.5rem;
  }

  .next-2 {
    padding: 15px 30px;
  }

  .white-corner-dt {
    right: -9%;
  }

  .section-2-dt, .section-3-dt {
    padding-left: 16.5em;
    padding-right: 5.5em;
  }

  .text-block-65 {
    font-size: 22px;
  }

  .badge {
    width: 1.7rem;
  }

  .bullet-wraper {
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h6 {
    font-size: 20px;
  }

  .docs-dt {
    padding: 1rem 2rem;
  }

  .nom-form {
    height: 4rem;
    padding-top: 8px;
    font-size: 20px;
  }

  .mail-form, .telephone-form, .prenom-form, .adresse-form, .ville-form, .codep-form {
    height: 4rem;
    font-size: 20px;
  }

  .message-travaux {
    font-size: 20px;
  }

  .submit-button-1.submit-button {
    border-radius: .7rem;
    padding: 1rem 1.5rem;
    font-size: 18px;
    font-weight: 500;
  }

  .link-items-ec {
    height: 250px;
    padding-top: 2.5rem;
  }

  .text-block-67 {
    font-size: 20px;
    line-height: 27px;
  }

  .white-corner-demarches {
    right: -9%;
  }

  .white-corner2-demarches {
    top: -36%;
  }

  .acc-text {
    font-size: 20px;
    line-height: 30px;
  }

  .faq-question, .faq-question-2 {
    font-size: 22px;
  }

  .acc-text-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .plan-c-urbhabitat, .image-46 {
    width: 140px;
  }

  .collection-list-2 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    height: 90vh;
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .collection-list-2.services-p {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .gradient-actu {
    grid-template-areas: "."
                         "Area";
  }

  .text-block-71, .text-block-72, .text-block-73, .text-block-74 {
    font-size: 20px;
  }

  .culture-patrimoine, .solidarite-sante {
    border-radius: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-block-75, .text-block-76, .text-block-77, .text-block-78, .text-block-79 {
    font-size: 20px;
  }

  .grid-hero_right-mobile {
    height: 100%;
  }

  .image-50, .image-51 {
    width: 140px;
  }

  .text-block-84 {
    color: var(--_theme---color);
  }

  .feature_content-wrap-2 {
    border-radius: 20px;
  }

  .text-size-small.is-color {
    font-size: 18px;
    line-height: 1.4;
  }

  .feature_content-text {
    font-size: 23px;
    line-height: 1.4;
  }

  .feature_img-wrap-2 {
    min-height: 240px;
  }

  .div-block-46 {
    padding: .5rem 1rem;
  }

  .text-block-85, .text-block-86 {
    font-size: 15px;
  }

  .text-block-87, .text-block-88, .text-block-89 {
    font-size: 20px;
  }

  .image-52, .image-53, .image-54, .image-55, .image-56, .image-57, .image-58 {
    width: 140px;
  }

  .image-59 {
    width: 130px;
  }

  .image-60, .image-61, .image-62, .image-63, .image-64 {
    width: 140px;
  }

  .text-block-90 {
    font-size: 20px;
  }

  .icon-2 {
    width: auto;
    font-size: 20px;
  }

  .text-block-91 {
    width: 80%;
    font-size: 22px;
    line-height: 37px;
  }

  .gridherodelib {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    -webkit-text-stroke-color: var(--_theme---swatch--brand-3);
    background-color: #cf5d5d00;
    flex: 0 auto;
    margin-top: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .gridherodelib.hero-delib-wrapper--ou-areter {
    inset: 10px 10px 10px 30px;
  }

  .gridherodelib.hero-delib-wrapper {
    left: 20px;
  }

  .text-delib {
    font-size: 20px;
  }

  .image-illustr-delib {
    padding-top: 0;
  }

  .padding-delib {
    padding-bottom: 4rem;
  }

  .tabs-menu-6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .grid-pdf-delib {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area-3 . ."
                         ". Area-2 Area";
  }

  .link-delib {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .titre {
    font-size: 22px;
    line-height: 30px;
  }

  .date {
    font-size: 18px;
  }

  .tab-link-tab-1-6.w--current, .tab-link-tab-2-6, .tab-link-tab-3-5 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }

  .link-retour-municipalite {
    margin-top: 1rem;
    padding: 1.5rem 2rem;
    font-size: 20px;
  }

  .hero-delib-wrapper {
    height: 45vh;
    margin-left: 60px;
    margin-right: 20px;
    inset: 10px;
  }

  .hero-delib-wrapper.hero-delib-wrapper--ou-areter {
    background-color: #498c0e3b;
  }

  .section-delib {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 16.5em;
    padding-right: 5.5em;
    display: block;
  }

  .hero-ml-wrapper-copy {
    height: 40vh;
  }

  .text-block-93, .text-block-94 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-6 {
    font-size: 22px;
  }

  .heading-pu {
    font-size: 55px;
    line-height: 65px;
  }

  .text-block-95 {
    font-size: 20px;
  }

  .hero-delib-wrapper-arrt-s {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    -webkit-text-stroke-color: var(--_theme---swatch--brand-2);
    background-color: #498c0e3b;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 45vh;
    margin: 10px 0 10px 10px;
    left: 20px;
    right: 0;
  }

  .lien-finances {
    margin-top: 1rem;
    padding: 1.5rem 2rem;
    font-size: 20px;
  }

  .lien-finances.lien-arr-t-s {
    background-color: var(--_theme---swatch--brand-2);
    color: var(--_theme---swatch--brand-2);
  }

  .tab-link-tab-1-6-copy.w--current {
    background-color: var(--_theme---swatch--brand-2);
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }

  .onglets-menu-6-copier {
    background-color: #498c0e3b;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-delib-delib {
    text-align: left;
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 20px;
    text-decoration: none;
  }

  .text-delib-del {
    text-align: left;
    font-size: 20px;
  }

  .link-retourcopy {
    background-color: var(--_theme---swatch--brand-2);
    -webkit-text-stroke-color: var(--_theme---swatch--brand-2);
    margin-top: 1rem;
    padding: 1.5rem 2rem;
    font-size: 20px;
  }

  .collection-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .hero-delib-wrapper--ou-areter {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-self: center;
    height: 45vh;
  }
}

@media screen and (max-width: 991px) {
  .nav-progress-indicator {
    display: none;
  }

  .main-navbar {
    border-bottom: 1px solid #fff8df3b;
    border-right-width: 0;
    width: 100%;
    height: 6em;
    display: none;
    inset: 0% 0% auto;
  }

  .nav-link {
    transform: none;
  }

  .fake-logo {
    height: 3.5em;
  }

  .brand-wrapper {
    width: auto;
    margin-top: 0;
  }

  .nav-links-wrapper {
    display: none;
  }

  .navbar-container {
    flex-direction: row;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .nav-background {
    display: none;
  }

  .nav-wrapper {
    padding-left: 2em;
  }

  .access-components {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
  }

  .search-wrapper {
    display: none;
  }

  .search-pop-up-wrapper {
    display: flex;
  }

  .body {
    overflow: hidden;
  }

  .hero-wrapper {
    padding-left: 2em;
    padding-right: 2rem;
  }

  .grid-liensrapides {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .access-ra {
    padding-left: 1rem;
  }

  .hero {
    padding-left: 2rem;
  }

  .text-hero {
    width: 70%;
  }

  .nav-layout, .section-test._2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-test._1 {
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .section-test._4 {
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .maire-wrapper {
    padding: 2rem;
  }

  .container-maire {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .img-maire-container {
    height: 450px;
  }

  .v-tab_link {
    font-size: 16px;
  }

  .topic-accordian-main {
    margin: 8px 0;
  }

  .topic-question-link:hover {
    text-decoration: none;
  }

  .faq-key-info {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .text-term-heading {
    text-align: center;
    width: auto;
  }

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

  .faq-heading-left {
    max-width: none;
  }

  .faq-heading-left.flex-verticle {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .faq-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .text-block-7 {
    text-align: center;
    width: 70%;
    font-size: 27px;
  }

  .paragraph-3 {
    text-align: center;
    width: 70%;
    font-size: 14px;
    line-height: 1.6;
  }

  .image-11 {
    align-self: center;
    width: 50%;
  }

  .tabs {
    flex-flow: column;
  }

  .tabs-content {
    width: 100%;
    height: auto;
  }

  .tabs-menu {
    width: 70%;
    height: 503px;
  }

  .white-corner {
    right: -19%;
  }

  .heading-3 {
    width: 100%;
  }

  .paragraph-4 {
    width: 70%;
  }

  .grid-team {
    grid-template-columns: 1fr 1fr 1fr;
    height: 55rem;
  }

  .text-block-12 {
    font-size: 16px;
  }

  .text-block-13 {
    font-size: 12px;
  }

  .text-block-14 {
    width: 70%;
  }

  .footer {
    padding-bottom: 1.5rem;
  }

  .grid {
    flex-flow: column;
    grid-template-columns: .4fr 1fr;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 2rem;
  }

  .image-17 {
    width: 7rem;
  }

  .text-block-20 {
    padding-left: 0;
  }

  .div-block-7 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-legales {
    text-align: left;
    flex: none;
  }

  .minis-lis_footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    width: 100%;
    display: grid;
  }

  .mini-link {
    justify-content: flex-start;
    align-items: center;
  }

  .link-hero {
    height: 12.5rem;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .grid-hero_left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid-hero_right {
    height: 25rem;
  }

  .hero-text_haut {
    align-self: center;
    width: 80%;
  }

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

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

  .content-section-copy {
    height: auto;
  }

  .slider-heading {
    font-size: 25px;
  }

  .slider-base {
    min-height: 13.5rem;
  }

  .montain-2, .montain-1, .stars {
    width: 100%;
  }

  .arbre {
    width: 101px;
  }

  .section-actus {
    padding: 3rem 2rem 3rem 2em;
  }

  .heading-5 {
    margin-bottom: 0;
    font-size: 35px;
  }

  .titre-wrapper-actus {
    align-self: center;
  }

  .section-activity {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    padding-left: 2em;
  }

  .titre-wrapper-activity {
    align-self: center;
  }

  .tabs-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .tabs-content-3 {
    width: 45%;
  }

  .tabs-menu-3 {
    width: 50%;
    margin-left: 1.5rem;
  }

  .category-act {
    display: none;
  }

  .text-block-30 {
    font-size: 12px;
  }

  .footer-homepage {
    padding-left: 2em;
  }

  .heading-6 {
    text-align: center;
    align-self: center;
    width: 100%;
  }

  .slider-left {
    align-self: center;
    width: 70%;
  }

  .slider-right {
    width: 100%;
  }

  .slider-wrapper {
    flex-flow: column;
  }

  .image-30 {
    align-self: flex-end;
    width: 45px;
  }

  .image-31 {
    align-self: flex-end;
  }

  .section-agenda {
    padding-bottom: 5rem;
    padding-left: 2rem;
  }

  .agenda-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .titre-et-button {
    align-self: center;
  }

  .swiper-wrapper2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .swiper-wrapper2.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .content-home-blog-slider, .blog-slider-wrapper {
    width: 100%;
  }

  .swiper-slide3 {
    width: 50%;
  }

  .swiper-2.is-swiper-portfolio {
    overflow: visible;
  }

  .text-block-38 {
    font-size: 11px;
  }

  .section-nasletter {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 2em;
    display: flex;
  }

  .newsletter-wrapper {
    width: 100%;
  }

  .illustration-newsletter {
    height: 40vh;
  }

  .text-block-39 {
    font-size: 20px;
  }

  .section-1-id {
    border-bottom-left-radius: 0;
  }

  .white-corner-mariage {
    right: -19%;
  }

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

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

  .intro-id-grid {
    flex-flow: column;
    display: flex;
  }

  .intro-img-id-grid {
    height: 27rem;
  }

  .intro-img-id-grid.adnpage {
    height: 25rem;
  }

  .intro-txt-img-grid {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .div-block-21.adnpage {
    background-position: 100% 100%;
  }

  .div-block-21.adm.nationnalit--att {
    background-image: url('../images/certificat-nationalit-franaise.jpg');
    background-position: 100% 100%;
  }

  .div-block-21.rde, .div-block-21.pacs {
    background-position: 100% 100%;
  }

  .div-block-21.mariagepageimg {
    background-image: url('../images/mariage-mairie-tsingoni-2.png');
    background-position: 89% 100%;
  }

  .demarcheenligne {
    text-align: center;
    align-self: center;
  }

  .div-block-22 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 90%;
  }

  .text-block-43 {
    text-align: center;
    width: 100%;
  }

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

  .div-block-23.pcpage {
    align-self: center;
  }

  .white-corner2-mariage-copy {
    right: -19%;
  }

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

  .sticky-grid-mariage-tsingoni {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    display: flex;
  }

  .sticky-grid-mariage-tsingoni.oe-emploi {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .sommiaire {
    color: #3b1e7b;
    border-width: 1px;
    border-color: #3b1e7b;
    flex-flow: column;
  }

  .heading-7 {
    text-align: center;
    align-self: center;
  }

  .white-corner-cni {
    right: -19%;
  }

  .qui-peut-demander-adn, .absenceouerreur.adnpage {
    width: 100%;
  }

  .section-1-actus {
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero-actus-wrapper {
    height: 35vh;
    padding-left: 0;
    padding-right: 0;
  }

  .titre-8 {
    color: #3b1e7b;
    font-size: 32px;
  }

  .gridheroactus {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .text-block-52 {
    font-size: 14px;
  }

  .image-37 {
    width: 30%;
  }

  .section-2-actus {
    padding-left: 2em;
    padding-right: 2em;
  }

  .tabs-menu-4 {
    flex-flow: wrap;
    order: 0;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .tab-link-tab-1-4, .tab-link-tab-2-4.w--current, .tab-link-tab-3-3 {
    flex: none;
  }

  .tab-link-tab-4-3 {
    flex: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .mosqu-e {
    width: 27%;
    left: 35%;
  }

  .text-block-55 {
    font-size: 20px;
  }

  .d-clarer-une-naissance {
    width: 100%;
  }

  .section-2-ldf {
    padding-left: 2rem;
  }

  .intro-img-ldf-grid {
    height: 27rem;
  }

  .white-corner-actemariage {
    right: -19%;
  }

  .section-1-adm {
    border-bottom-left-radius: 0;
  }

  .intro-img-adm {
    height: 27rem;
  }

  .section-2-adm, .section-3-adm {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-1-rde {
    border-bottom-left-radius: 0;
  }

  .section-2-rde, .section-3-rde {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .intro-img-rde {
    height: 27rem;
  }

  .white-corner-rde {
    right: -19%;
  }

  .section-1-cnp {
    border-bottom-left-radius: 0;
  }

  .section-2-cnp, .section-3-cnp {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .white-corner-cnp {
    right: -19%;
  }

  .section-2-suprblm {
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bloc-formulaire {
    padding-left: 0;
    padding-right: 0;
  }

  .form-bloc.supblm {
    width: 100%;
  }

  .white-corner-prblm {
    right: -19%;
  }

  .renseignements-wrapper {
    padding-right: 1rem;
  }

  .infos-renseignements {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section-1-idn {
    border-bottom-left-radius: 0;
  }

  .white-corner-idn {
    right: -19%;
  }

  .section-2-idn, .section-3-idn {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .quoi_-a-sert-idn.idn, .tapes-idn.idn {
    width: 100%;
  }

  .white-corner-cdn {
    right: -19%;
  }

  .section-1-cnf {
    border-bottom-left-radius: 0;
  }

  .intro-img-cdn {
    height: 27rem;
  }

  .section-2-cnf, .section-3-cnf {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-1-ast {
    border-bottom-left-radius: 0;
  }

  .section-2-ast, .section-3-ast {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .white-corner-ast, .white-corner-pacs {
    right: -19%;
  }

  .intro-img-pacs {
    height: 27rem;
  }

  .section-1-ile {
    border-bottom-left-radius: 0;
  }

  .section-2-ile, .section-3-ile {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .white-corner-ile {
    right: -19%;
  }

  .intro-img-ile {
    height: 27rem;
  }

  .white-corner-pc {
    right: -19%;
  }

  .section-1-pc {
    border-bottom-left-radius: 0;
  }

  .intro-img-pc {
    height: 27rem;
  }

  .dossier-pc.pc {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .section-2-pc {
    padding: 5rem 2rem;
  }

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

  .section-1-sco {
    border-bottom-left-radius: 0;
  }

  .white-corner-sco {
    right: -19%;
  }

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

  .intro-img-sco {
    height: 27rem;
  }

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

  .section-1-oe {
    border-bottom-left-radius: 0;
  }

  .section-2-oe, .section-3-oe {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .white-corner-oe {
    right: -19%;
  }

  .intro-img-oe {
    height: 27rem;
  }

  .collection-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .section-1-dt {
    border-bottom-left-radius: 0;
  }

  .white-corner-dt {
    right: -19%;
  }

  .section-2-dt, .section-3-dt {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .intro-img-dt {
    height: 27rem;
  }

  .bullet-wraper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .feature_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .bullet-img-wrapper {
    order: -1;
    width: 100%;
    height: auto;
  }

  .div-block-42 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .right-block-da {
    padding-left: 0;
    padding-right: 0;
  }

  .white-corner-demarches {
    right: -19%;
  }

  .section-1-adm-copy {
    border-bottom-left-radius: 0;
  }

  .collection-list-2 {
    height: 85vh;
  }

  .popup-close {
    top: 5%;
    right: 5%;
  }

  .mobile-scrolly-thing {
    display: flex;
  }

  .mob-foot-button {
    background-color: #3b1e7b;
    border-left-style: none;
    border-left-color: #3b1e7b;
    border-right-style: none;
    border-right-color: #3b1e7b;
  }

  .mob-foot-button:hover {
    background-color: #498c0e;
    background-image: none;
  }

  .mob-foot-button.w--current {
    background-color: #498c0e;
  }

  .mobile-icon {
    width: 35px;
  }

  .arbre-mobile {
    width: 101px;
  }

  .montain-2-mobile, .montain-1-mobile, .stars-mobile {
    width: 100%;
  }

  .mosqu-e-mobile {
    width: 27%;
    left: 35%;
  }

  .grid-hero_right-mobile {
    height: 25rem;
  }

  .text-block-84 {
    text-align: left;
  }

  .feature_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-size-small {
    font-size: .75rem;
  }

  .feature_button {
    padding: 12px 20px;
    font-size: 1rem;
  }

  .titre-section-actu {
    width: 100%;
  }

  .text-block-91 {
    width: 70%;
  }

  .intro-tdt {
    flex-flow: column;
    display: flex;
  }

  .section-1-tdt {
    border-bottom-left-radius: 0;
  }

  .gridherodelib {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-delib {
    font-size: 14px;
  }

  .image-illustr-delib {
    width: 30%;
  }

  .hero-delib-wrapper {
    height: 45vh;
    padding-left: 0;
    padding-right: 0;
  }

  .section-delib {
    padding: 3rem 2rem 3rem 2em;
  }

  .section-1-ddd {
    border-bottom-left-radius: 0;
  }

  .hero-ml-wrapper-copy {
    height: 45vh;
    padding-left: 0;
    padding-right: 0;
  }

  .para1-ml {
    width: 100%;
  }

  .heading-pu {
    color: #3b1e7b;
    font-size: 32px;
  }

  .hero-delib-wrapper-arrt-s {
    height: 45vh;
    padding-left: 0;
    padding-right: 0;
  }

  .text-delib-delib, .text-delib-del {
    font-size: 14px;
  }

  .hero-delib-wrapper--ou-areter {
    height: 45vh;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    font-size: .8rem;
  }

  .search-input {
    min-width: 15rem;
  }

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

  .section-test._3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-maire {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .v-tab_link {
    font-size: 13px;
  }

  .faq-list {
    grid-row-gap: 14px;
  }

  .topic-accordian-main {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-key-info {
    width: 100%;
  }

  .faq-icon-wrapper {
    flex: none;
  }

  .faq-heading {
    margin-right: 10px;
    line-height: 24px;
  }

  .faq-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-block-10, .text-block-11 {
    font-size: 13px;
  }

  .white-corner {
    right: -18%;
  }

  .team-title_wrapper, .tabs-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .tabs-menu-2 {
    border-bottom-style: none;
    justify-content: center;
    align-items: flex-start;
  }

  .grid-team {
    grid-template-columns: 1fr 1fr;
    height: 90rem;
  }

  .mini-title {
    display: none;
  }

  .booster-tab-menu {
    flex-wrap: wrap;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .swiper-wrapper2 {
    grid-template-columns: 1fr;
  }

  .content-home-blog-slider {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .blog-slider-wrapper, .swiper-slide3 {
    width: 100%;
  }

  .swiper-2.is-swiper-portfolio {
    overflow: visible;
  }

  .white-corner-mariage, .white-corner2-mariage-copy, .white-corner-cni, .white-corner-actemariage, .white-corner-rde, .white-corner-cnp, .white-corner-prblm, .white-corner-idn, .white-corner-cdn, .white-corner-ast, .white-corner-pacs, .white-corner-ile, .white-corner-pc, .white-corner-sco, .white-corner-oe, .white-corner-dt {
    right: -18%;
  }

  .feature_content-detail {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .white-corner-demarches {
    right: -18%;
  }

  .faq-item-wrap {
    width: 100%;
  }

  .popup-wrap {
    padding-left: 0;
  }

  .popup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .scrollbar {
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .mobile-scrolly-thing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature_grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature_content-text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-progress-indicator, .main-navbar, .nav-links-wrapper, .nav-background {
    display: none;
  }

  .section-header {
    width: 100%;
  }

  .nav-wrapper {
    z-index: 5;
    background-color: var(--_theme---color--background);
    width: 100%;
    padding-left: 1rem;
    padding-right: 1.5rem;
    box-shadow: 0 7px 25px #0000001f;
  }

  .search-components {
    display: none;
  }

  .access-components {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .search-input {
    min-width: 10rem;
  }

  .search-button {
    width: 2rem;
  }

  .body {
    overflow: visible;
  }

  .hero-wrapper {
    width: 100%;
    padding-top: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: visible;
  }

  .haut-hero {
    width: 100%;
  }

  .grid-liensrapides {
    grid-template-columns: 1fr 1fr;
  }

  .toggle-bg-2 {
    width: 50px;
    height: 30px;
  }

  .toggle-circle-2 {
    width: 22px;
    height: 22px;
  }

  .toggle-overlay-2 {
    width: 44px;
    height: 22px;
  }

  .text-block-2 {
    color: #3b1e7b;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .accessibilit--div {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    color: #3b1e7b;
    background-color: #da48161a;
    border: 1px solid #da4816;
  }

  .contact-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-left-color: #3b1e7b;
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    width: 2rem;
    display: none;
  }

  .image-6.mobile {
    width: 1.5rem;
    display: none;
  }

  .access-ra {
    display: none;
  }

  .hero {
    height: 65vh;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-hero {
    width: 100%;
  }

  .heading {
    font-size: 27px;
    line-height: 33px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 22px;
  }

  .navbar {
    z-index: 6;
    min-height: auto;
    display: none;
  }

  .page-padding {
    flex-flow: row;
    display: block;
  }

  .nav-layout {
    padding-left: 1rem;
    display: flex;
    overflow: visible;
  }

  .nav_links_wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: row;
    padding: .5rem;
    display: none;
  }

  .nav_link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-block-3 {
    font-size: 12px;
    display: none;
  }

  .section-test._2 {
    padding: 3rem 1rem;
  }

  .section-test._1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-test._3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 2rem 1rem;
  }

  .section-test._4 {
    padding: 0 1rem;
  }

  .maire-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-maire {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .img-maire-container {
    border-radius: 1rem;
    height: 350px;
  }

  .tabs-wrapper {
    width: 100%;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 33px;
  }

  .text-block-4 {
    font-size: 15px;
    line-height: 22px;
  }

  .v-tab_text {
    flex: none;
    font-size: 13px;
  }

  .v-tab_menu {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .values_text {
    font-size: 15px;
    line-height: 22px;
  }

  .v-tab_link {
    font-size: 13px;
  }

  .v-tab_link.w--current {
    justify-content: center;
    align-items: center;
    font-size: 13px;
  }

  .div-block-2 {
    flex-flow: column;
    display: flex;
  }

  .text-block-6 {
    font-size: 15px;
    line-height: 22px;
  }

  .faq-list {
    display: flex;
  }

  .topic-accordian-main {
    flex-flow: column;
    padding-left: 15px;
  }

  .topic-question-link {
    padding-bottom: 0;
  }

  .faq-key-info {
    width: 100%;
  }

  .text-term-heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
  }

  .faq-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .faq-heading.faq-form {
    font-size: 15px;
  }

  .disclaimer-text {
    font-size: 15px;
    line-height: 22px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .body-2 {
    overflow: visible;
  }

  .swiper-slide.cc-how-slider {
    padding-bottom: 60px;
  }

  .container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
  }

  .row.row-align-center {
    background-size: auto 100%;
  }

  .text-block-7 {
    text-align: center;
    width: 100%;
    font-size: 22px;
  }

  .paragraph-3 {
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }

  .image-11 {
    width: 60%;
  }

  .tabs-menu {
    width: 80%;
  }

  .tab-link-tab-2 {
    padding-top: 13px;
    padding-bottom: 13px;
    top: 0%;
    right: 10%;
  }

  .tab-link-tab-3.style-tab_history {
    top: 20%;
    right: 25%;
  }

  .text-block-10 {
    font-size: 13px;
  }

  .text-block-11 {
    flex: none;
    font-size: 13px;
  }

  .white-corner-3 {
    top: -43%;
  }

  .white-corner {
    bottom: 0%;
    right: -30px;
  }

  .div-block-6 {
    background-position: 97% 100%;
    background-size: 390px;
  }

  .tab-prev {
    display: none;
    left: -1%;
  }

  .tab-next {
    display: none;
  }

  .circle-title {
    background-image: none;
    padding: 0;
  }

  .heading-3 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
  }

  .paragraph-4 {
    width: 90%;
  }

  .link-deliberations {
    margin-top: 1rem;
  }

  .tabs-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tabs-menu-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom-style: none;
    justify-content: space-between;
  }

  .tab-link-tab-1-2.w--current {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .tab-link-tab-2-2 {
    text-align: center;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 55%;
    display: flex;
  }

  .grid-team {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: 80rem;
    margin-top: 0;
  }

  .div-roundcorner {
    width: 100%;
  }

  .text-block-12 {
    flex: 0 auto;
    font-size: 16px;
  }

  .mini-title {
    display: none;
  }

  .heading-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
  }

  .text-block-14 {
    color: #3b1e7bbf;
    width: 90%;
    font-size: 15px;
    line-height: 22px;
  }

  .circle-title-2 {
    padding: 0;
  }

  .tab-link-tab-4 {
    padding-top: 13px;
    padding-bottom: 13px;
    top: 33%;
  }

  .tab-link-tab-5 {
    padding-top: 9px;
  }

  .tab-link-tab-6 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .tab-link-tab-7, .tab-link-tab-8 {
    bottom: 0%;
  }

  .text-block-18 {
    font-size: 15px;
  }

  .text-block-19 {
    flex: none;
    font-size: 15px;
  }

  .footer {
    padding-bottom: 1.5rem;
  }

  .bas-content {
    align-items: stretch;
    padding-bottom: 0;
  }

  .grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-auto-flow: row;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  .logo-footer {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .image-17 {
    width: 5rem;
  }

  .text-span-2 {
    font-size: 18px;
  }

  .liens-haut {
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .div-block-7 {
    flex-flow: column;
    display: flex;
  }

  .link-legales {
    font-size: 13px;
  }

  .minis-lis_footer {
    flex-flow: column;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .social-medias {
    align-self: center;
  }

  .mini-link {
    justify-content: flex-start;
  }

  .link-hero {
    height: 11rem;
  }

  .white-cornerhomepage {
    top: -43%;
  }

  .white-cornerhomepage.corner_act-1 {
    top: -29px;
  }

  .white-cornerhomepage.corner_atc-2 {
    left: -30px;
  }

  .text-hovercolor {
    font-size: 15px;
    line-height: 22px;
  }

  .grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
    display: flex;
  }

  .grid-hero_left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
  }

  .grid-hero_right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 17rem;
    display: block;
  }

  .grid-hero_right.desktop {
    display: none;
  }

  .image-21 {
    width: 70%;
  }

  .hero-text_haut {
    width: 100%;
  }

  .text-block-28 {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-29 {
    padding: .3rem .7rem;
    font-size: 13px;
  }

  .content-section-copy {
    height: 12rem;
  }

  .tabs-content-2 {
    padding-top: 0;
  }

  .booster-tab-menu {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1rem;
    inset: auto 0% 0%;
  }

  .slider-heading {
    width: 80%;
    font-size: 22px;
  }

  .slider-base {
    min-height: 12rem;
  }

  .tab, .tab.w--current {
    width: 75px;
  }

  .montain-2 {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .arbre {
    border-top-right-radius: 1rem;
    width: 100px;
    bottom: 0%;
  }

  .lune {
    border-top-left-radius: 1rem;
  }

  .section-actus {
    padding: 3rem 1rem 3rem 1em;
  }

  .heading-5 {
    flex: none;
    font-size: 25px;
  }

  .section-activity {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    height: 130vh;
    min-height: auto;
    padding: 0 1.25rem;
    overflow: visible;
  }

  .tab-activity {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: .5fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .tabs-4 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    height: 100%;
    display: flex;
  }

  .tabs-content-3 {
    width: 100%;
    height: 370px;
  }

  .tabs-menu-3 {
    background-position: 50%;
    width: 100%;
    height: 50%;
    margin-left: 0;
    bottom: -35px;
  }

  .text-block-30 {
    font-size: 15px;
    line-height: 22px;
  }

  .div-block-9 {
    width: 57px;
    height: 57px;
  }

  .tab-link-tab-1-3, .tab-link-tab-1-3.w--current {
    bottom: 29%;
  }

  .tab-link-tab-2-3, .tab-link-tab-2-3.w--current {
    bottom: 50%;
    right: 18%;
  }

  .tab-link-tab-3-2 {
    top: 25%;
  }

  .image-25 {
    display: none;
  }

  .footer-homepage {
    padding-bottom: 9.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: visible;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
  }

  .image-26 {
    z-index: 1;
  }

  .heading-6 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-33 {
    font-size: 13px;
  }

  .mega-menu-wrapper {
    overflow: visible;
  }

  .slider-left {
    align-self: center;
    width: 80%;
  }

  .swiper-wrapper.is-content, .slider-right {
    width: 100%;
  }

  .slider-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large-2 {
    display: block;
  }

  .slider-icon_wrapper {
    display: none;
  }

  .padding-global {
    padding-top: 2rem;
  }

  .slide_content {
    padding-bottom: 10%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .title {
    font-size: 20px;
  }

  .image-30, .image-31 {
    width: 45px;
  }

  .image-32 {
    width: 5rem;
  }

  .block-inter-text {
    inset: auto 0% 48%;
    transform: rotate(-34deg);
  }

  .text-block-37 {
    font-size: 27px;
    line-height: 1;
  }

  .section-agenda {
    padding-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: visible;
  }

  .agenda-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .titre-et-button {
    align-self: center;
  }

  .agenda-cms {
    flex-flow: column;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .swiper-wrapper2.swiper-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .blog-slider-wrapper {
    align-self: flex-start;
  }

  .main-container {
    flex-flow: column;
    align-self: auto;
    display: block;
  }

  .swiper-slide3.swiper-slide {
    width: 100%;
    display: block;
  }

  .swiper-2.is-swiper-portfolio {
    overflow: visible;
  }

  .swiper-2.is-swiper-portfolio.swiper {
    flex-flow: column;
    display: block;
  }

  .text-block-38 {
    color: #3b1e7b;
    border-color: #3b1e7b;
    font-size: 13px;
  }

  .titre-wrapper-agenda {
    align-self: center;
  }

  .section-nasletter {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: visible;
  }

  .newsletter-wrapper {
    flex-flow: column;
    display: flex;
  }

  .illustration-newsletter {
    background-size: 40%;
    height: 30vh;
  }

  .image-35 {
    width: 40%;
  }

  .text-block-39 {
    font-size: 20px;
  }

  .text-block-40 {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }

  .section-1-id, .section-1-id.cnipage, .section-1-id.adnpage {
    border-bottom-left-radius: 0;
  }

  .div-block-19 {
    background-color: #fbfaff;
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

  .white-corner-mariage {
    bottom: 0%;
    right: -30px;
  }

  .body-3 {
    background-color: #fbfaff;
  }

  .section-2-id {
    padding-bottom: 5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-block-41 {
    text-align: center;
    font-size: 27px;
    line-height: 1.4;
  }

  .intro-id-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .intro-img-id-grid, .intro-img-id-grid.cnipage, .intro-img-id-grid.adnpage {
    height: 20rem;
  }

  .intro-txt-img-grid {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-20 {
    background-color: #fbfaff;
  }

  .div-block-21 {
    background-position: 91% 100%;
    background-size: 400px;
  }

  .div-block-21.adnpage {
    background-position: 90% 100%;
    background-size: 400px;
  }

  .div-block-21.ldf {
    background-position: 85% 97%;
    background-size: 570px;
  }

  .div-block-21.adm.nationnalit--att {
    background-image: url('../images/certificat-nationalit-franaise.jpg');
    background-position: 95% 100%;
  }

  .div-block-21.ast {
    background-position: 98% 100%;
    background-size: 400px;
  }

  .div-block-21.rde {
    background-position: 88% 100%;
    background-size: 500px;
  }

  .div-block-21.pacs {
    background-position: 100% 100%;
  }

  .div-block-21.cnipageimg {
    background-position: 75% 100%;
  }

  .div-block-21.mariagepageimg {
    background-image: url('../images/mariage-mairie-tsingoni-2.png');
    background-position: 90% 100%;
  }

  .div-block-21.idnmerique {
    background-image: url('../images/identit-numrique-mairie-de-tsingoni.jpg');
    background-position: 100% 100%;
  }

  .div-block-21.tdt, .div-block-21.ddd {
    background-position: 98% 100%;
    background-size: 400px;
  }

  .div-block-22 {
    width: 100%;
  }

  .text-block-44 {
    color: #3b1e7b;
    width: 100%;
    font-size: 20px;
  }

  .div-block-23 {
    flex-flow: column;
    align-self: center;
    display: flex;
  }

  .white-corner2-mariage-copy {
    bottom: 0%;
    right: -30px;
  }

  .white-corner2-mariage-copy.corner_actualit {
    left: -39px;
  }

  .white-corner2-mariage {
    top: -43%;
  }

  .white-corner2-mariage.corner_maire1.actualit {
    top: -40px;
  }

  .text-block-47 {
    font-size: 18px;
  }

  .section-3-id {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sticky-grid-mariage-tsingoni {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .sommiaire {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-width: 1px;
    border-color: #3b1e7b;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sommiaire.sco {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .sommiaire.da {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 1rem;
    display: flex;
  }

  .texte-sommaire {
    flex: 0 auto;
  }

  .link-sommaire {
    border-bottom: 1px dashed var(--_theme---color--text);
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-sommaire.last-without-t {
    border-bottom-style: none;
  }

  .div-block-24 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .les-conditions, .les-conditions.pour-se-marier, .les-conditions.d-p-t-du-dossier-de-mariage {
    width: 100%;
  }

  .heading-7 {
    font-size: 20px;
  }

  .white-corner-cni {
    bottom: 0%;
    right: -30px;
  }

  .prendre-rdv.d-p-t-du-dossier-de-mariage, .qui-peut-demander-cni.pour-se-marier, .qui-peut-demander-adn {
    width: 100%;
  }

  .section-1-actus {
    flex-flow: column;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .hero-actus-wrapper {
    justify-content: flex-start;
    align-items: center;
    height: 40vh;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .titre-8 {
    text-align: center;
    font-size: 24px;
    line-height: 35px;
  }

  .gridheroactus {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
  }

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

  .div-block-29 {
    width: 100%;
  }

  .image-37 {
    width: 46%;
    right: 5%;
  }

  .section-2-actus {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: visible;
  }

  .tabs-5 {
    overflow: visible;
  }

  .tabs-menu-4 {
    box-sizing: border-box;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    display: flex;
    overflow: auto;
  }

  .tab-link-tab-1-4 {
    flex: none;
  }

  .tab-link-tab-1-4.w--current {
    flex: none;
    align-self: center;
    width: 164.014px;
  }

  .tab-link-tab-2-4 {
    flex: none;
    align-self: center;
    width: 202.986px;
  }

  .tab-link-tab-3-3 {
    flex: none;
    align-self: center;
    width: 179.486px;
  }

  .tab-link-tab-4-3 {
    flex: none;
    align-self: center;
    width: 222.028px;
  }

  .mosqu-e {
    width: 30%;
  }

  .div-block-34 {
    width: 65px;
    height: 65px;
  }

  .div-block-35 {
    width: 55px;
    height: 55px;
  }

  .div-block-36 {
    width: 90%;
  }

  .div-block-36.first-actu {
    width: 100%;
  }

  .text-block-55 {
    font-size: 20px;
  }

  .d-clarer-une-naissance {
    width: 100%;
  }

  .section-1-ldf {
    border-bottom-left-radius: 0;
  }

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

  .intro-img-ldf-grid {
    height: 20rem;
  }

  .premi-re-d-livrance.ldf, .mise-jour-du-livret.ldf, .cas-de-perte-ou-vol, .cas-particuliers-ldf {
    width: 100%;
  }

  .white-corner-actemariage {
    bottom: 0%;
    right: -30px;
  }

  .section-1-adm {
    border-bottom-left-radius: 0;
  }

  .intro-img-adm {
    height: 20rem;
  }

  .section-2-adm {
    padding: 4rem 1.25rem;
  }

  .section-3-adm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .comment-faire-la-demande-adm.adm {
    width: 100%;
  }

  .section-1-rde {
    border-bottom-left-radius: 0;
  }

  .section-2-rde {
    padding: 4rem 1.25rem 5rem;
  }

  .section-3-rde {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mini-block-rde {
    background-color: #fbfaff;
  }

  .intro-img-rde {
    height: 20rem;
  }

  .white-corner-rde {
    bottom: 0%;
    right: -30px;
  }

  .cons-quences-juridiques-rde, .quand-inscription.rde, .quand-inscription.ile, .quand-inscription.sco, .quand-peut-on-reconna-tre.rde {
    width: 100%;
  }

  .section-1-cnp {
    border-bottom-left-radius: 0;
  }

  .section-2-cnp {
    padding: 4rem 1.25rem 5rem;
  }

  .section-3-cnp {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mini-block-cnp {
    background-color: #fbfaff;
  }

  .white-corner-cnp {
    bottom: 0%;
    right: -30px;
  }

  .intro-img-cnp {
    height: 20rem;
  }

  .qui-peut-changer-de-p.cnp, .qui-peut-changer-de-n.cnp, .maj-d-documents {
    width: 100%;
  }

  .section-1-suprblm {
    border-bottom-left-radius: 0;
  }

  .section-2-suprblm {
    padding-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .bloc-formulaire {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10 {
    align-self: center;
    font-size: 25px;
  }

  .form-bloc.supblm {
    width: 100%;
  }

  .tabs-6 {
    min-width: 100%;
  }

  .tab-link-tab-1-5.w--current, .tab-link-tab-2-5, .tab-link-tab-3-4 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .tabs-content-4.faq-form {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nom-prenom {
    flex-flow: column;
  }

  .white-corner-prblm {
    bottom: 0%;
    right: -30px;
  }

  .white-corner2-prblm {
    top: -43%;
  }

  .infos-renseignements {
    margin-bottom: 2rem;
  }

  .section-1-idn {
    border-bottom-left-radius: 0;
  }

  .mini-block-idn {
    background-color: #fbfaff;
  }

  .white-corner-idn {
    bottom: 0%;
    right: -30px;
  }

  .white-corner2-idn {
    top: -43%;
  }

  .section-2-idn {
    padding: 4rem 1.25rem 5rem;
  }

  .section-3-idn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .intro-img-idn {
    height: 20rem;
  }

  .tapes-idn.idn {
    width: 100%;
  }

  .grid-idn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .step-component-idn {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .mini-block-cdn {
    background-color: #fbfaff;
  }

  .white-corner-cdn {
    bottom: 0%;
    right: -30px;
  }

  .section-1-cnf {
    border-bottom-left-radius: 0;
  }

  .intro-img-cdn {
    height: 20rem;
  }

  .qui-peut-demander-cnf.cnf, .d-pot-de-la-demande-cnf.cnf {
    width: 100%;
  }

  .section-2-cnf {
    padding: 4rem 1.25rem 5rem;
  }

  .section-3-cnf {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-1-ast {
    border-bottom-left-radius: 0;
  }

  .section-2-ast {
    padding: 4rem 1.25rem 5rem;
  }

  .section-3-ast {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mini-block-ast {
    background-color: #fbfaff;
  }

  .white-corner-ast {
    bottom: 0%;
    right: -30px;
  }

  .intro-img-ast {
    height: 20rem;
  }

  .quand-faut-il-une-ast.ast, .cas-de-non-pr-sentation.ast {
    width: 100%;
  }

  .section-1-pacs {
    border-bottom-left-radius: 0;
  }

  .mini-block-pacs {
    background-color: #fbfaff;
  }

  .white-corner-pacs {
    bottom: 0%;
    right: -30px;
  }

  .intro-img-pacs {
    height: 20rem;
  }

  .documents-pacs.pacs, .ou-d-poser-la-demande.pacs {
    width: 100%;
  }

  .section-1-ile {
    border-bottom-left-radius: 0;
  }

  .section-2-ile {
    padding: 4rem 1.25rem 5rem;
  }

  .section-3-ile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mini-block-ile {
    background-color: #fbfaff;
  }

  .white-corner-ile {
    bottom: 0%;
    right: -30px;
  }

  .intro-img-ile {
    height: 20rem;
  }

  .inscription-liste.ile, .vote-procuration-ile {
    width: 100%;
  }

  .mini-block-pc {
    background-color: #fbfaff;
  }

  .white-corner-pc {
    bottom: 0%;
    right: -30px;
  }

  .section-1-pc {
    border-bottom-left-radius: 0;
  }

  .intro-img-pc {
    height: 20rem;
  }

  .quand-demander-pc.pc, .dossier-pc.pc {
    width: 100%;
  }

  .section-2-pc {
    padding: 4rem 1.25rem 5rem;
  }

  .section-3-pc {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-1-sco {
    border-bottom-left-radius: 0;
  }

  .mini-block-sco {
    background-color: #fbfaff;
  }

  .white-corner-sco {
    bottom: 0%;
    right: -30px;
  }

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

  .intro-img-sco {
    height: 20rem;
  }

  .section-3-sco {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cas-refus.sco, .d-marches-particuliers-sco {
    width: 100%;
  }

  .section-1-oe {
    border-bottom-left-radius: 0;
  }

  .section-2-oe, .section-3-oe {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .white-corner-oe {
    bottom: 0%;
    right: -30px;
  }

  .intro-img-oe {
    height: 20rem;
  }

  .white-corner2-oe {
    top: -43%;
  }

  .section-1-dt {
    border-bottom-left-radius: 0;
  }

  .white-corner-dt {
    bottom: 0%;
    right: -30px;
  }

  .section-2-dt {
    padding: 4rem 1.25rem 5rem;
  }

  .section-3-dt {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .intro-img-dt {
    height: 20rem;
  }

  .text-block-65, .text-block-65.space-form {
    align-self: center;
  }

  .bullet-wrapper-detail {
    flex-flow: row;
  }

  .feature_content-detail {
    width: 100%;
    padding: 2rem 1.25rem;
  }

  .bullet-img-wrapper {
    height: auto;
  }

  .file-upload {
    align-self: center;
  }

  .block-nom-prenom {
    flex-flow: column;
  }

  .nom-form {
    width: 100%;
  }

  .block-mail-tel {
    flex-flow: column;
  }

  .mail-form, .prenom-form, .form-tpage, .formulaire-habitat-urbanisme {
    width: 100%;
  }

  .submit-button-1.submit-button {
    padding: 1rem 1.5rem;
    font-weight: 500;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .right-block-da {
    padding-left: 0;
    padding-right: 0;
  }

  .items-components-da {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .white-corner-demarches {
    bottom: 0%;
    right: -30px;
  }

  .white-corner2-demarches {
    top: -43%;
  }

  .q-icon {
    display: none;
  }

  .section-1-adm-copy {
    border-bottom-left-radius: 0;
  }

  .grid-doc-off {
    grid-template-columns: 1fr 1fr;
  }

  .left-accordian.asso {
    background-position: 50%;
    width: 100%;
    height: 13rem;
  }

  .left-accordian.urbanisme {
    width: 100%;
    height: 13rem;
  }

  .left-accordian.ecoles {
    background-position: 0 22%;
    width: 100%;
    height: 13rem;
  }

  .left-accordian.budget-commune {
    width: 100%;
    height: 13rem;
  }

  .left-accordian.eco {
    background-position: 50% 15%;
    width: 100%;
    height: 13rem;
  }

  .left-accordian.d-administratives {
    background-position: 50% 33%;
    width: 100%;
    height: 13rem;
  }

  .section-titre-article {
    width: 100%;
    padding-top: 4em;
    padding-left: 1em;
    padding-right: 1em;
    overflow: visible;
  }

  .text-block-68 {
    font-size: 12px;
  }

  .heading-12 {
    width: 100%;
    font-size: 25px;
  }

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

  .section-article {
    width: 100%;
    padding-left: 2em;
    overflow: visible;
  }

  .rich-text-block {
    width: 100%;
    line-height: 20px;
  }

  .image-component-article {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .collection-list-2 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .collection-list-2.services-p {
    padding-left: 0;
    padding-right: 0;
  }

  .items-sante {
    height: 280px;
  }

  .gradient-actu {
    background-image: linear-gradient(#fff0, #3b1e7bd9 75%, #3b1e7be6);
  }

  .text-block-71, .text-block-72, .text-block-73, .text-block-74 {
    flex: none;
    font-size: 15px;
    line-height: 22px;
  }

  .items-culture {
    height: 260px;
  }

  .body-5 {
    overflow: visible;
  }

  .items-vie-associative {
    height: 260px;
  }

  .popup-close {
    top: 30px;
    right: 30px;
  }

  .popup {
    z-index: 9999999;
    opacity: 0;
    display: none;
  }

  .form-row {
    flex-direction: column;
  }

  .form-contact {
    min-width: auto;
    padding: 20px;
  }

  .scrollbar {
    padding: 20px;
  }

  .input-wrapper.mr-15 {
    margin-right: 0;
  }

  .agenda {
    width: 100%;
    overflow: hidden;
  }

  .text-block-77, .text-block-78, .text-block-79 {
    text-align: center;
  }

  .mobile-scrolly-thing {
    z-index: 4;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #3b1e7b;
    background-color: #3b1e7b;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 45px;
    display: grid;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 -15px 20px -7px #0003;
  }

  .mob-foot-button {
    text-align: center;
    background-color: #0000;
    border-left: 1px #3b1e7b;
    border-right: 1px #3b1e7b;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    padding: 15px 10px 10px;
    font-family: Poppins, sans-serif;
    text-decoration: none;
    transition: all .1s;
    display: flex;
  }

  .mob-foot-button:hover {
    background-color: var(--_theme---rgba-73-140-14-0-23);
    background-image: none;
    text-decoration: none;
  }

  .mob-foot-button:active {
    background-image: none;
    margin-top: -20px;
  }

  .mob-foot-button.w--current {
    background-color: #498c0e;
    border-left-style: none;
    border-left-color: #5d0099;
    border-right-style: none;
    border-right-color: #5d0099;
    min-height: 45px;
    padding-bottom: 15px;
    transition: all .1s;
  }

  .mob-foot-button.w--current:active {
    background-color: var(--_theme---rgba-73-140-14-0-23);
    background-image: none;
  }

  .mobile-icon {
    width: 100%;
    max-width: 35px;
    min-height: 18px;
    margin-bottom: 5px;
  }

  .mob-foot-linktext {
    color: #eee;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-top: 2px;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
  }

  .lune-mobile {
    border-top-left-radius: 1rem;
  }

  .arbre-mobile {
    border-top-right-radius: 1rem;
    width: 100px;
    bottom: 0%;
  }

  .montain-2-mobile {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .mosqu-e-mobile {
    width: 30%;
  }

  .grid-hero_right-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 17rem;
    display: block;
  }

  .grid-hero_right-mobile.mobile {
    height: 18rem;
  }

  .image-49 {
    width: 3rem;
    display: block;
  }

  .autres-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .image-50 {
    max-width: 100%;
  }

  .image-51 {
    width: auto;
  }

  .text-block-80, .text-block-81, .text-block-82, .text-block-83 {
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-84 {
    font-size: 15px;
  }

  .feature_content-wrap-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .feature_content-text-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .feature_grid {
    grid-template-columns: 1fr;
  }

  .text-size-small.is-color {
    font-size: 13px;
  }

  .feature_content-text {
    font-size: 1.2rem;
  }

  .feature_img-wrap-2 {
    min-height: 200px;
  }

  .feature_button {
    padding: 10px 16px;
    font-size: .875rem;
  }

  .div-block-46 {
    background-color: #f6fdf0;
    border: 1px solid #498c0e33;
    border-radius: 50rem;
    align-self: flex-start;
    margin-top: 2px;
    margin-bottom: 10px;
    padding: .25rem .7rem;
  }

  .text-block-85 {
    color: #498c0e;
    font-size: 11px;
    font-weight: 500;
  }

  .titre-section-actu {
    width: 100%;
  }

  .text-block-91 {
    width: 90%;
    font-size: 15px;
    line-height: 22px;
  }

  .prise-de-rdv {
    z-index: 999998;
    display: block;
  }

  .intro-tdt {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .intro-img-tdt {
    height: 20rem;
  }

  .section-1-tdt {
    border-bottom-left-radius: 0;
  }

  .transport-amb.ast, .documents-tpd.ast, .aqs-dtsingoni.ast {
    width: 100%;
  }

  .gridherodelib {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
  }

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

  .image-illustr-delib {
    width: 46%;
    right: 5%;
  }

  .padding-delib {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-menu-6 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    padding: .5rem;
  }

  .grid-pdf-delib {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .link-delib {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-link-tab-1-6.w--current, .tab-link-tab-2-6, .tab-link-tab-3-5 {
    justify-content: center;
    align-items: center;
    width: 33.33%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .link-retour-municipalite {
    margin-top: 1rem;
  }

  .hero-delib-wrapper {
    justify-content: flex-start;
    align-items: center;
    height: 40vh;
    padding: 2rem 1.25rem;
  }

  .section-delib {
    padding: 3rem 1rem 3rem 1em;
  }

  .section-1-ddd {
    border-bottom-left-radius: 0;
  }

  .intro-img-ddd {
    height: 20rem;
  }

  .hero-ml-wrapper-copy {
    justify-content: flex-start;
    align-items: center;
    height: 30vh;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .para1-ml {
    width: 100%;
  }

  .text-block-92 {
    line-height: 25px;
  }

  .heading-14 {
    font-size: 27px;
    line-height: 40px;
  }

  .heading-pu {
    text-align: center;
    width: 100%;
    font-size: 24px;
    line-height: 35px;
  }

  .link-block-5 {
    padding-top: 1rem;
    position: fixed;
    inset: auto 0% 0%;
  }

  .text-block-96 {
    background-color: var(--_theme---swatch--brand-3);
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: .7rem;
    padding-bottom: .7rem;
    display: flex;
  }

  .link-block-6 {
    text-decoration: none;
  }

  .image-65 {
    width: 2rem;
  }

  .hero-delib-wrapper-arrt-s {
    justify-content: flex-start;
    align-items: center;
    height: 40vh;
    padding: 2rem 1.25rem;
  }

  .lien-finances {
    margin-top: 1rem;
  }

  .tab-link-tab-1-6-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tab-link-tab-1-6-copy.w--current {
    background-color: var(--_theme---swatch--brand-3);
    padding-left: 20px;
    padding-right: 20px;
  }

  .onglets-menu-6-copier {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-color: var(--_theme---swatch--color-back);
    background-color: var(--_theme---swatch--color-back);
    flex-flow: row;
    padding: .5rem;
  }

  .text-delib-delib, .text-delib-del {
    text-align: center;
    width: 100%;
  }

  .link-retourcopy {
    margin-top: 1rem;
  }

  .hero-delib-wrapper--ou-areter {
    justify-content: flex-start;
    align-items: center;
    height: 40vh;
    padding: 2rem 1.25rem;
  }
}

#w-node-bf9f68d7-7215-bcee-db2f-f4cc3f7f524f-cacaf940 {
  align-self: auto;
}

#w-node-ac619f33-1062-23d1-e60e-872f27a1ebec-cacaf940, #w-node-_20c237b2-0dd7-3380-c307-a6fbc1ee8329-cacaf940, #w-node-bd053d4b-f8c8-2738-75db-f6565be32b81-cacaf940, #w-node-_874d94e5-b355-edfe-c24e-da30d15f51d4-cacaf940, #w-node-d60fcc9f-363d-eecc-44b0-5ff0410c7603-cacaf940 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a26e846f-fc58-17c6-9451-eaf04217ccba-cacaf940, #w-node-_3076ff8e-ddd2-9228-92ee-8b38749b4285-cacaf940, #w-node-_006de361-a8c9-6544-9445-4aa2440d8dab-cacaf940, #w-node-_006de361-a8c9-6544-9445-4aa2440d8dac-cacaf940, #w-node-ee9ba489-c356-d85c-8e14-dd29f036d774-cacaf940, #w-node-ee9ba489-c356-d85c-8e14-dd29f036d775-cacaf940, #w-node-_737cbae4-5137-c108-c13d-bed44fcbb937-cacaf940, #w-node-_737cbae4-5137-c108-c13d-bed44fcbb938-cacaf940 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-c67f03b3-ef0a-9ec5-ce3a-d58c6cbd7089-6cbd707c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c67f03b3-ef0a-9ec5-ce3a-d58c6cbd70bc-6cbd707c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc416336-a7ef-c389-60b4-fb2730173984-a31029ef {
  place-self: auto center;
}

#w-node-d0b24e8b-b83f-08ef-bdac-bf2778801052-a31029ef, #w-node-_3c6a9ade-7ff3-a579-e7f4-d94d32c3584a-a31029ef {
  order: -9999;
}

#w-node-_0ae92c78-803c-7541-a558-ef21fb90772e-a31029ef, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-7b7636a2, #w-node-fc2a36c3-3659-aa4b-cad3-d16ea7bfbea6-7b7636a2, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-d212955c, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-0be072a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcd12c9b-956a-04cb-90de-5bc3ee2cb700-a1e8aa20 {
  place-self: center;
}

#w-node-_30f19269-f197-6186-5e39-ea57f9b69771-a1e8aa20 {
  align-self: center;
}

#w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-6fbd5530, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-6bc1552e, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-e67b0393, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-25237e8e, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-76fd1852, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-55be6668, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-92f62cd6, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-dd139018, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-489b7f2c, #w-node-_422cb144-4e3a-05c6-fe02-366c9038467b-489b7f2c, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-9186e359, #w-node-_422cb144-4e3a-05c6-fe02-366c9038467b-9186e359, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-2158e0b8, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-157ee51c, #w-node-b8d1f42a-9798-bde1-50c7-beaeabce2ce6-157ee51c, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-bc1d52cc, #w-node-_422cb144-4e3a-05c6-fe02-366c9038467b-bc1d52cc, #w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-5ebb3ebc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcd12c9b-956a-04cb-90de-5bc3ee2cb700-008ed2d2 {
  place-self: center;
}

#w-node-_30f19269-f197-6186-5e39-ea57f9b69771-008ed2d2 {
  align-self: center;
}

#w-node-_97abe202-159a-1d6f-abac-fb0ace0f3bf3-008ed2d2 {
  place-self: center;
}

#w-node-_97abe202-159a-1d6f-abac-fb0ace0f3bf6-008ed2d2 {
  align-self: center;
}

#w-node-cdbc1732-252e-b3de-9db2-187a7dd66c08-008ed2d2 {
  place-self: center;
}

#w-node-cdbc1732-252e-b3de-9db2-187a7dd66c0b-008ed2d2 {
  align-self: center;
}

#w-node-eff3f8e3-5585-01b6-ed56-a455e40320fe-a61cc0e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcd12c9b-956a-04cb-90de-5bc3ee2cb700-5d8f8ea5, #w-node-dcd12c9b-956a-04cb-90de-5bc3ee2cb700-6d4bfee0, #w-node-dcd12c9b-956a-04cb-90de-5bc3ee2cb700-396707f6, #w-node-_42322147-e973-3291-808b-6a1d44b50bb8-cbe6c229 {
  place-self: center;
}

#w-node-_42322147-e973-3291-808b-6a1d44b50bbb-cbe6c229 {
  align-self: center;
}

#w-node-_42322147-e973-3291-808b-6a1d44b50bb8-fb850709 {
  place-self: center;
}

#w-node-_42322147-e973-3291-808b-6a1d44b50bbb-fb850709 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_10f6327c-b287-b9e5-52ed-2d3280b30a0b-755fa707 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_8385011d-9d63-409a-160e-96868c693c3f-cacaf940 {
    justify-self: center;
  }

  #w-node-_98551b5b-bfee-3c95-08f3-46492d1157be-755fa707, #w-node-_8391a60d-9398-2625-cb89-900070e07288-755fa707, #w-node-_81ec7625-b1a7-e8aa-ef56-c86c4eade224-755fa707 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1cbc6a69-acb0-19e8-f455-2f30687fc16f-cacaf940 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_1cbc6a69-acb0-19e8-f455-2f30687fc172-cacaf940, #w-node-_1cbc6a69-acb0-19e8-f455-2f30687fc175-cacaf940, #w-node-_1cbc6a69-acb0-19e8-f455-2f30687fc178-cacaf940 {
    justify-self: center;
  }

  #w-node-b21799d0-6f09-6d09-2942-1e754128a42b-9f2fdbfc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Simple Letter';
  src: url('../fonts/simple-letter.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opendyslexic';
  src: url('../fonts/opendyslexic-bold-italic.otf') format('opentype'), url('../fonts/opendyslexic-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opendyslexic';
  src: url('../fonts/opendyslexic-regular.otf') format('opentype'), url('../fonts/opendyslexic-italic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}