/* =======================
   GLOBAUX & VARIABLES
   ======================= */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

body {
  background-color: var(--color-grey-dark);
  font-family: var(--font-family-main);
}

a {
  text-decoration: none;
}
img {
  max-width: 90%;
  height: auto;
}
p {
  font-family: var(--font-family-main);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-p);
  line-height: var(--line-height-p);
  color: var(--color-blanc);
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.000625rem !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.000625rem !important;
    scroll-behavior: auto !important;
  }
}
/* ----- variables --- */
:root {
  --blanc: rgba(244, 244, 244, 1);
  --white: rgba(255, 255, 255, 1);
  --orange: rgba(232, 84, 38, 1);
  --grey: rgb(179, 175, 171);
  --black: rgba(0, 0, 0, 1);
  --font-family-main: "Roboto", Helvetica, Arial, sans-serif;
  --font-weight-bold: 600;
  --font-weight-regular: 400;
  --font-size-h1: 2.72751678rem;
  --font-size-h2: 1.46845638rem;
  --font-size-h3: 1.20805369rem;
  --font-size-h4: 0.80536913rem;
  --font-size-p: clamp(1rem, 2vw, 1.25rem);
  --font-size-small: 0.67114094rem;
  --font-size-button: 1.0738255rem;
  --line-height-h1: 1.1;
  --line-height-h2: 1.2;
  --line-height-p: 1.4;
  --gap-section: 3rem;
  --gap-card: 1.5rem;
  --gap-header: 15rem;
  --gap-footer: 2rem;
  --gap-list: 1.3rem;
  --padding-section: 3rem;
  --padding-section-mobile: 1rem;
  --padding-container: 0.5rem 0;
  --padding-button: 0.8rem 1.325rem;
  --padding-footer: 2rem 1rem;
  --radius-main: 0.3rem;
  --radius-card: 0.835625rem;
  --shadow-main: 0 0.25rem 1.5rem rgba(0,0,0,0.15);
  --neumorphisme-button: -0.125rem -0.125rem 0.125rem 0 rgba(255,255,255,0.08), 0.125rem 0.125rem 0.125rem 0 rgba(0,0,0,0.25);
  --transition-main: background-color 0.3s ease;
  --color-blanc: #f4f4f4;
  --color-white: #fff;
  --color-orange: #e85426;
  --color-orange-light: #ff833d;
  --color-grey: #78736f;
  --color-grey-light: #acacac;
  --color-grey-medium: #acacac;
  --color-grey-dark: #2b2c2d;
  --color-black: #000;
  --color-border: #898989;
}

/* =======================
   TYPOGRAPHIE
   ======================= */
h1,
.l-application-qui,
.text-wrapper-11 {
  font-family: var(--font-family-main);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  color: var(--color-blanc);
  letter-spacing: 0;
}
h2 {
  font-family: var(--font-family-main);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
  color: var(--color-blanc);
}
h3,
.heading-3 {
  font-family: var(--font-family-main);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-h3);
  color: var(--color-blanc);
}
h4 {
  font-family: var(--font-family-main);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-h4);
  color: var(--color-blanc);
}
small {
  font-size: var(--font-size-small);
}

/* ------------------- LAYOUT & ESPACEMENTS ------------------- */

.element-light {
  background-color: var(--color-grey-dark);
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.element-w-light {
  max-width: none;
  width: 100%;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-section);
  width: 100%;
  padding-top: 0.671rem;
  padding-right: clamp(0.671rem, 5.369vw, 6.711rem);
  padding-bottom: clamp(0.671rem, 5.369vw, 6.711rem);
  padding-left: clamp(0.671rem, 5.369vw, 6.711rem);
  box-sizing: border-box;
  max-width: 100vw;
}

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.684rem;
  gap: 2.013rem;
  max-width: 100vw;
  width: 100%;
}

.header {
  margin: 0 auto;
  width: 100%;
}

.header-flex {
  width: 100%;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 6vw, 6rem) clamp(0.75rem, 6vw, 6rem);
  padding-bottom: calc(2rem / 1.49);
}

.menu-layout {
  max-width: 100vw;
  width: 100%;
}

.element-light .container {
  padding: var(--padding-container);
}

/* =======================
   SECTION : HEADER
   ======================= */

.header-content {
}
.heading {
  align-items: center;
  gap: 0.486875rem;
}
.l-application-qui {
  margin-top: -0.069375rem;
  margin-bottom: -0.069375rem;
  font-weight: 600;
  color: var(--blanc);
}

.localiser-cr-er-wrapper {
  /* max-width: 50.25rem; */
  align-items: flex-start;
  color: var(--blanc);
}

.element-light .localiser-cr-er {
  width: fit-content;
  font-weight: 500;
  color: var(--blanc);
  font-size: 1.51875rem;
  letter-spacing: -0.0175rem;
  line-height: 1.95rem;
}

.nav {
  display: flex;
  width: auto;
  align-items: flex-start;
  gap: 1.5rem 0.5575rem;
}
.cta-button,
.button,
.button-orange,
.button-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-main);
  transition: var(--transition-main);
  font-family: var(--font-family-main);
  font-weight: var(--font-weight-bold);
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  padding: clamp(0.45rem, 1.5vw, 0.8rem) clamp(1rem, 3vw, 1.3rem);
  background: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  gap: 0.27875rem;
  min-width: 0;
  max-width: 100%;
}

.button,
.cta-button,
.button-orange,
.button-white {
  /* Empêche le contenu de forcer la largeur */
  width: auto;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.button .text-wrapper,
.cta-button .text-wrapper,
.button-orange .text-wrapper,
.button-white .text-wrapper {
  font-size: inherit;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button {
  background-color: #2b2c2d;
  box-shadow: var(--neumorphisme-button);
  border-radius: 0.348125rem;
  transition: background-color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button.active {
  background-color: #444;
}
.button-orange {
  background: linear-gradient(90deg, var(--color-orange-light) 0%, var(--color-orange) 100%);
  color: var(--color-white);
  padding: clamp(0.45rem, 1.5vw, 0.8rem) clamp(1rem, 3vw, 1.3rem);
  
}
.button-orange:hover {
  background: linear-gradient(90deg, var(--color-orange) 0%, var(--color-orange-light) 100%);
}
.button-white {
  background-color: var(--color-blanc);
  color: var(--color-orange);
}
.button-white:hover {
  background-color: var(--color-orange);
  color: var(--color-white);
}
.header-video {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.header-video video {
  max-width: clamp(16rem, 40vw, 25rem);
  width: 100%;
}

/* --- Logos collectivités --- */
.container {
  padding: var(--padding-container);
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-wrapper-4 {
  width: fit-content;
  margin-top: -0.069375rem;
  margin-bottom: -0.069375rem;
  font-weight: 500;
  color: var(--grey);
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  line-height: 2rem;
  white-space: nowrap;
}
.section-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3.75rem;
  padding: 0 1.016875rem 0 0;
}
.logo {
  height: auto;
}
.logo-color-svg {
  display: flex;
  align-items: center;
  width: 13rem;
  height: 8.75rem;
}
.logo-color-svg img {
  max-width: 9.75rem;
  width: 100%;
  height: 7.5rem;
  object-fit: contain;
  display: block;
}

/* =======================
   SECTION : CAROUSEL / TABLIST
   ======================= */
.section-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
}
.background-border {
  position: relative;
  display: none;
  transition: opacity 2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background-border.active {
  display: block;
}

.background-border img {
  display: block;
  margin: 0 auto;
  height: auto;
}

.svg img {
  max-width: clamp(5rem, 90%, 90vw);
}
.text-overlay-1 {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-align: center;
  z-index: 1;
}

.background-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background: linear-gradient(to top,
    rgb(43, 44, 45) 0%,
    rgba(43, 44, 45, 0.900) 40%,
    rgba(43, 44, 45, 0.493) 80%,
    rgba(43, 44, 45, 0) 100%
  );
  pointer-events: none;
  backdrop-filter: blur(0.0625rem);
}

.text-overlay-2 {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-align: center;
  z-index: 1;
}
.background-border h2 small {
  font-size: 2rem;
  font-weight: normal;
}
.activits-et-supports {
  width: clamp(20rem, 60vw, 100rem);
  margin-right: -0.8625rem;
}
.tablist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--gap-list);
  padding: 0.139375rem 0;
  width: 100%;
}
.button-wrapper {
}
.element-light .tablist .button,
.element-light .tablist .button-wrapper .button {
  min-width: clamp(2rem, 6vw, 4rem);
  max-width: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.4rem 0.6rem;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SVG {
  width: 1.75rem;
  height: 1.75rem;
}
.text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -0.069375rem;
  font-family: var(--font-family-main);
  font-weight: var(--font-weight-bold);
  color: var(--blanc);
  font-size: var(--font-size-p);
  letter-spacing: 0;
  line-height: var(--line-height-p);
  white-space: nowrap;
  font-style: normal;
}
.element-icon-liste {
}
.element-icon-filtre {
  width: 1.4375rem;
  height: 1.5625rem;
  top: 0;
  position: absolute;
  left: 0.0625rem;
}
.element-icon-loupe {
  width: 4.125rem;
  height: 4.125rem;
}
.element-moticone-map-2 {
  width: 4.56875rem;
  height: 4.0775rem;
}

/* =======================
   SECTION : EXPLORER PARC PUBLICITAIRE
   ======================= */
.section-3 {
}
.wrapper-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.text-wrapper-11 {
}
.text-wrapper-5 {
  width: fit-content;
  color: var(--grey);
  font-size: 1.375rem;
  letter-spacing: -0.00875rem;
  margin-top: 0 !important;
}
.list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: auto;
  gap: 1rem;
  width: 100%;
  padding: 1rem;

}
.item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.835625rem;
  flex: 1;
  flex-grow: 1;
}
.element-icon-filtre-2 {
  width: 2.5rem;
  height: 3rem;
  top: 0.0625rem;
  left: 0.25rem;
}
.div-2 {
  width: fit-content;
  font-size: 1.375rem;
}
.span {
  font-weight: var(--font-weight-bold);
  color: #f4f4f4;
  line-height: var(--line-height-p);
  font-family: var(--font-family-main);
  font-style: normal;
  letter-spacing: 0;
  font-size: var(--font-size-p);
  margin-bottom: 0.625rem;
  display: inline-block;
}
.frame {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.explorer-parc-publicitaire {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.heading-remplace {
  color: var(--blanc);
  font-size: clamp(0.61rem, 2vw, 1.25rem);
  font-weight: 600;
  font-family: var(--font-family-main);
}
.list-2 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 0.835625rem;
  margin: 0px!important
}
.item-2 {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}
.gdocs-svg {
  width: clamp(1.2rem, 5vw, 2rem);
  height: clamp(1.2rem, 5vw, 2rem);
  object-fit: contain;
}
.text-wrapper-7 {
  width: fit-content;
  color: var(--grey);
  font-size: clamp(0.9rem, 3vw, 1.5rem);
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 0px !important;
  font-family: var(--font-family-main);
}

/* =======================
   SECTION : FONCTIONNALITÉS
   ======================= */
.section-6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.frame-5 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
  width: 100%;
  padding: 1rem;
}
.container-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}
.image-2 {
  width: 3.74255705rem;
  height: 3.74255705rem;
  background-size: cover;
  background-position: 50% 50%;
}

.text-wrapper-12 {
  align-self: stretch;
  font-weight: 600;
  color: var(--blanc);
  font-size: var(--font-size-p);
  letter-spacing: 0.0175rem;
  
}
.l-application-permet {
  font-weight: 500;
  color: var(--grey);
  font-size: 1.25625rem;
  letter-spacing: -0.00875rem;
  line-height: 1.66875rem;
}

/* =======================
   SECTION : TARIFS
   ======================= */
.section-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 clamp(1rem, 6vw, 4rem);
  width: 100%;
  box-sizing: border-box;
}
.section-5 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 1.2rem 1.5rem;
  flex: 0 0 auto;
  border-radius: 0.5rem;
  border: 0.0625rem solid;
  border-color: #f6f5f4;
  width: 100%;
  max-width: 28rem;
  box-sizing: border-box;
}
.frame-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 0.9rem;
}
.detaille {
  width: fit-content;
  font-weight: 600;
  color: var(--grey);
  font-size: 0.85rem;
  white-space: nowrap;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0 !important;
}
.frame-2 .detaille:first-child {
  font-size: 1.1rem;
  font-weight: bold;
}
.text-wrapper-9 {
  width: auto;
  min-width: 0;
  max-width: 100%;
  font-size: clamp(1.2rem, 7vw, 2.2rem);
  line-height: 1.2;
  margin: 0 1rem 0 1rem;
}
.div-4 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: clamp(12rem, 90vw, 18rem);
  flex: 0 0 auto;
  margin: 1.2rem 0 1.2rem 0;
  border-top: 0.0625rem solid rgb(255, 255, 255);
  padding-left: 0% !important;
  box-sizing: border-box;
}
.div-4 li {
  padding: 0.7rem 0;
  border-bottom: 0.0625rem solid rgb(255, 255, 255);
}
.frame-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}
.text-wrapper-10 {
  width: fit-content;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  white-space: normal;
  margin-bottom: 0.2rem !important;
  margin-top: 0.2rem !important;
}
.line {
  width: 100%;
  max-width: clamp(12rem, 90vw, 18rem);
  height: 0.0625rem;
  object-fit: cover;
}
.line-2 {
  margin-bottom: -0.0625rem;
  width: 100%;
  max-width: clamp(12rem, 90vw, 18rem);
  height: 0.0625rem;
  object-fit: cover;
}

/* =======================
   SECTION : CONTACT
   ======================= */
.ui-section-feature {
  text-align: center;
  margin: 0 auto;
}
.ui-layout-container {
  max-width: 75rem;
  margin: 0 auto;
}
.ui-layout-column-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.ui-layout-container h2 {
  margin-bottom: 0 !important;
}

/* =======================
   SECTION : TESTIMONIALS
   ======================= */
.section-testimonials {
  padding: 3.125rem 0;
}
.testimonials-heading {
  font-size: 2.5rem;
  color: var(--blanc);
  margin-bottom: 3rem;
}
.testimonials-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 3.125rem;
  max-width: 100rem;
  margin: 0 auto;
}
.testimonial {
  padding: 1.25rem 0;
  max-width: 31.25rem;
  text-align: left;
}
.testimonial-text {
  font-size: 1.375rem;
  color: var(--grey);
  margin-bottom: 0.9375rem;
}
.testimonial-author {
  font-size: 1rem;
  font-weight: bold;
  color: #e85426;
}

/* =======================
   AUTRES / UTILITAIRES
   ======================= */
.social-links {
  gap: 1.2rem;
}
.social-links img {
  width: 2.5rem;
  height: 2.5rem;
}

