.elementor-7 .elementor-element.elementor-element-ee08b39{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-ee08b39:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-ee08b39 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://decisia.desi-gn.fr/wp-content/uploads/2026/04/Le-Palais-des-Papes-1920x960-crop-1683115619.jpg");}.elementor-7 .elementor-element.elementor-element-fa114c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-dbae7b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-170b89f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-170b89f:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-170b89f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://decisia.desi-gn.fr/wp-content/uploads/2026/04/Le-Palais-des-Papes-1920x960-crop-1683115619.jpg");}.elementor-7 .elementor-element.elementor-element-87cae73{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-1949fe2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-a032da3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-5f8c857{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-c8d9be9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c20bbec */* { margin: 0; padding: 0; box-sizing: border-box; }

.decisia-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  font-family: 'Barlow', sans-serif;
  background-image: url('https://decisia.desi-gn.fr/wp-content/uploads/2026/04/palais_des_papes_avignon.webp');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.decisia-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.55) 0%,
    rgba(10,5,0,0.65) 50%,
    rgba(0,0,0,0.72) 100%
  );
  z-index: 1;
}

.decisia-hero__content {
  position: relative;
  z-index: 2;
  padding: 40px 24px;
  max-width: 860px;
  animation: fadeUp 1s ease both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

.decisia-hero__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(52px, 9vw, 100px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.decisia-hero__title .accent {
  color: #e03020;
}

.decisia-hero__subtitle {
  font-size: clamp(15px, 2.2vw, 20px);
  font-weight: 400;
  color: rgba(255,255,255,0.88);
  margin-bottom: 26px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.decisia-hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.decisia-hero__meta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.decisia-hero__meta-item svg {
  width: 16px;
  height: 16px;
  stroke: rgba(255,255,255,0.7);
  fill: none;
  flex-shrink: 0;
}

.decisia-hero__tagline {
  font-size: clamp(11px, 1.5vw, 13px);
  font-weight: 500;
  letter-spacing: 0.25em;
  color: #e03020;
  text-transform: uppercase;
  margin-bottom: 38px;
}

.decisia-hero__cta {
  display: inline-block;
  background: #e03020;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 18px 44px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.decisia-hero__cta:hover {
  background: #c0251a;
  transform: translateY(-2px);
}


.decisia-hero__accroche {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-underline-offset: 4px;
  margin-bottom: 38px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.decisia-hero__tagline strong {
  font-weight: 700!important;
  font-size: 25px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-144a93d */.decisia-manifeste {
  background: #ffffff;
  padding: 100px 24px;
  text-align: center;
  font-family: 'Barlow', sans-serif;
}

.decisia-manifeste__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #e03020;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.decisia-manifeste__heading {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  line-height: 1.15;
  max-width: 820px;
  margin: 0 auto 20px;
}

.decisia-manifeste__heading-accent {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 700;
  color: #e03020;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 48px;
}

.decisia-manifeste__body {
  max-width: 680px;
  margin: 0 auto;
  color: #444444;
  font-size: 17px;
  line-height: 1.7;
}

.decisia-manifeste__body p {
  margin-bottom: 8px;
}

.decisia-manifeste__body .gap {
  margin-bottom: 28px;
}

.decisia-manifeste__body strong {
  color: #111111;
  font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-498020d */.decisia-pourquoi {
  background: #16172e;
  padding: 90px 24px;
  text-align: center;
  font-family: 'Barlow', sans-serif;
}

.decisia-pourquoi__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.decisia-pourquoi__intro {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  max-width: 600px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

.decisia-pourquoi__divider {
  width: 60px;
  height: 3px;
  background: #e03020;
  margin: 0 auto 56px;
}

.decisia-pourquoi__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto 52px;
}

.decisia-pourquoi__card {
  background: #06060c;
  border-radius: 10px;
  padding: 28px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
}

.decisia-pourquoi__card-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  stroke: #e03020;
  fill: none;
}

.decisia-pourquoi__card-label {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.decisia-pourquoi__footer {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
}

@media (max-width: 680px) {
  .decisia-pourquoi__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f0c1e0b */.decisia-lieu {
  position: relative;
  width: 100%;
  padding: 100px 24px;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  background-image: url('https://decisia.desi-gn.fr/wp-content/uploads/2026/04/palais_des_papes_avignon_vue_nuit-copie.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.decisia-lieu::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 1;
}

.decisia-lieu__content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
}

.decisia-lieu__label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #e03020;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.decisia-lieu__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(32px, 5.5vw, 64px);
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 32px;
}

.decisia-lieu__text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
}

.decisia-lieu__text p {
  margin-bottom: 16px;
}

.decisia-lieu__text p:last-child {
  margin-bottom: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7395d1 */.decisia-experience {
  background: #f5f2ee;
  padding: 90px 24px;
  text-align: center;
  font-family: 'Barlow', sans-serif;
}

.decisia-experience__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.decisia-experience__subtitle {
  font-size: 16px;
  color: rgba(0,0,0,0.5);
  margin-bottom: 24px;
}

.decisia-experience__divider {
  width: 60px;
  height: 3px;
  background: #e03020;
  margin: 0 auto 56px;
}

.decisia-experience__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1040px;
  margin: 0 auto 48px;
}

.decisia-experience__card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 36px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.decisia-experience__card-icon {
  width: 38px;
  height: 38px;
  stroke: #e03020;
  fill: none;
  flex-shrink: 0;
}

.decisia-experience__card-label {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.decisia-experience__footer {
  font-size: 16px;
  color: rgba(0,0,0,0.45);
  font-style: italic;
}

@media (max-width: 700px) {
  .decisia-experience__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06868d7 */.decisia-tournant {
  background: #ffffff;
  font-family: 'Barlow', sans-serif;
  padding: 80px 24px;
}

.decisia-tournant__inner {
  max-width: 760px;
  margin: 0 auto;
}

.decisia-tournant__header {
  text-align: center;
  margin-bottom: 48px;
}

.decisia-tournant__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 16px;
}

.decisia-tournant__divider {
  width: 50px;
  height: 3px;
  background: #e03020;
  margin: 0 auto;
}

.decisia-tournant__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.decisia-tournant__body p {
  font-size: 16px;
  color: rgba(0,0,0,0.55);
  line-height: 1.8;
}

.decisia-tournant__questions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 8px 0;
}

.decisia-tournant__question {
  padding: 18px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
}

.decisia-tournant__question--out {
  background: #f5f2ee;
  text-decoration: line-through;
  color: rgba(0,0,0,0.35);
}

.decisia-tournant__question--in {
  background: rgba(224,48,32,0.07);
  border-left: 3px solid #e03020;
  color: #111111;
}

.decisia-tournant__conclusion {
  font-weight: 700 !important;
  color: #111111 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16d954e */.decisia-benefices {
  background: #f5f2ee;
  font-family: 'Barlow', sans-serif;
  padding: 80px 24px;
  text-align: center;
}

.decisia-benefices__inner {
  max-width: 760px;
  margin: 0 auto;
}

.decisia-benefices__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #e03020;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.decisia-benefices__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.decisia-benefices__divider {
  width: 50px;
  height: 3px;
  background: #e03020;
  margin: 0 auto 24px;
}

.decisia-benefices__intro {
  font-size: 16px;
  color: rgba(0,0,0,0.5);
  margin-bottom: 40px;
}

.decisia-benefices__grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  margin-bottom: 48px;
}

.decisia-benefices__item {
  background: #ffffff;
  border-radius: 8px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.decisia-benefices__item:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.decisia-benefices__icon {
  font-size: 18px;
  font-weight: 700;
  color: #e03020;
  flex-shrink: 0;
}

.decisia-benefices__item p {
  font-size: 15px;
  font-weight: 500;
  color: #222222;
}

.decisia-benefices__footer {
  background: #16172e;
  border-radius: 10px;
  padding: 32px;
}

.decisia-benefices__footer-title {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.decisia-benefices__footer-text {
  font-size: 15px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8689b23 */.decisia-agir {
  background: #ffff;
  font-family: 'Barlow', sans-serif;
  padding: 80px 24px;
  text-align: center;
}

.decisia-agir__inner {
  max-width: 760px;
  margin: 0 auto;
}

.decisia-agir__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.decisia-agir__divider {
  width: 50px;
  height: 3px;
  background: #e03020;
  margin: 0 auto 24px;
}

.decisia-agir__intro {
  font-size: 16px;
  color: rgba(0,0,0,0.5);
  margin-bottom: 48px;
  line-height: 1.7;
}

.decisia-agir__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  margin-bottom: 48px;
}

.decisia-agir__card {
  background: #ffffff;
  border-radius: 10px;
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border: 1px solid rgba(0,0,0,0.08);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.decisia-agir__card:hover {
  border-color: #e03020;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.07);
}

.decisia-agir__num {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #e03020;
  flex-shrink: 0;
  line-height: 1;
}

.decisia-agir__card-title {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.decisia-agir__card-text {
  font-size: 14px;
  color: rgba(0,0,0,0.5);
  line-height: 1.7;
}

.decisia-agir__conclusion {
  background: #16172e;
  border-radius: 10px;
  padding: 32px;
}

.decisia-agir__conclusion-main {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.decisia-agir__conclusion-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e3d5de8 */.decisia-cta {
  background: #16172e;
  padding: 100px 24px;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  position: relative;
  overflow: hidden;
}

/* Ligne rouge décorative en fond */
.decisia-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: #e03020;
}

.decisia-cta::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: #e03020;
}

.decisia-cta__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.decisia-cta__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #e03020;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.decisia-cta__title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 16px;
}

.decisia-cta__title span {
  color: #e03020;
}

.decisia-cta__meta {
  font-size: 15px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.1em;
  margin-bottom: 48px;
}

.decisia-cta__meta strong {
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}

.decisia-cta__btn {
  display: inline-block;
  background: #e03020;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 20px 52px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 0 0 rgba(224,48,32,0.4);
}

.decisia-cta__btn:hover {
  background: #c0251a;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(224,48,32,0.35);
}

.decisia-cta__note {
  margin-top: 28px;
  font-size: 13px;
  color: rgba(255,255,255,0.25);
  letter-spacing: 0.05em;
}/* End custom CSS */