/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/Hero.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
/* Hero Section */
.Hero_hero__JT9C7 {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.Hero_hero__JT9C7::before {
  display: none;
}

.Hero_hero__JT9C7::after {
  display: none;
}

/* Hero Content Wrapper */
.Hero_heroContentWrapper__h8v9t {
  width: 90%;
  max-width: 1400px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
}

/* Hero Grid */
.Hero_heroGrid__9jvy4 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  min-height: 100%;
}

.Hero_heroGridFirstChild__LxP6b {
  position: relative;
  z-index: 4;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
  height: 100%;
  min-height: 100%;
}

/* Hero Typography */
.Hero_heroTitle__lzsay {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
  color: #fff !important;
  font-weight: 400;
  margin-top: 70px;
}

.Hero_accent__qw_VD {
  color: var(--primary);
  font-weight: 550;
}

.Hero_heroLead__E4NEr {
  font-size: 16px;
  color: #d3d3d3 !important;
  margin: 0 0 20px;
  margin-top: 30px;
  line-height: 1.5;
}

/* Hero Actions */
.Hero_heroActions__40P6L {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
}

.Hero_whatsappButtonsGroup__4itPL {
  display: flex;
  align-items: center;
  gap: 0;
}

.Hero_whatsappButtonsGroup__4itPL:hover .Hero_whatsappIconOnly___J0l8,
.Hero_whatsappButtonsGroup__4itPL:hover .Hero_whatsappTextOnly__TLMc7 {
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}

.Hero_whatsappIconOnly___J0l8:hover,
.Hero_whatsappTextOnly__TLMc7:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}

.Hero_iconSquare__LSVk_ {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.Hero_iconSquareRed__13Rtd {
  background: var(--primary);
  color: #fff;
}

.Hero_whatsappIconOnly___J0l8 .Hero_iconSquareRed__13Rtd {
  width: 57.5px;
  height: 57.5px;
}

.Hero_whatsappIconOnly___J0l8 .Hero_iconSquareRed__13Rtd svg {
  width: 28px;
  height: 28px;
}

.Hero_whatsappTextOnly__TLMc7 {
  padding: 20px 30px;
  background: #fff;
  color: #0a0a0a;
  border: none;
  font-size: 16px ;
  line-height: 1.2;
  height: 40px;
  width: 200px;
  font-weight: 500;
  margin-left: 0px;
}

/* Hero Image */
.Hero_heroImage__JrR6L {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.Hero_heroImage__JrR6L > span {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.Hero_heroImage__JrR6L img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 0 !important;
}

/* Hero Badges */
.Hero_heroBadges__YCCMY {
  display: flex;
  flex-direction: row;
  gap: 14px;
  position: relative;
  margin-top: 40px;
  z-index: 5;
  width: 100%;
  align-items: flex-end;
}

.Hero_heroBadge__ipubI {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 18px 20px;
  background: var(--primary);
  color: #fff;
  border-radius: 0;
  border: none;
  border-bottom: 3px solid var(--primary);
  box-shadow: 0 8px 20px rgba(223, 31, 38, 0.3);
  font-weight: 600;
  overflow: visible;
  -webkit-clip-path: polygon(0 0, calc(100% - 55px) 0, 100% 55px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 55px) 0, 100% 55px, 100% 100%, 0 100%);
  flex: 1 1;
  min-width: 0;
  width: 160px;
  min-height: 140px;
}

/* Première carte : blanche avec effet glass rouge et dégradé */
.Hero_heroBadge1__M_1Ha {
  background: rgba(255, 255, 255, 1);
  color: #0a0a0a;
  border: none;
  border-bottom: 3px solid var(--primary);
  box-shadow: 0 8px 24px rgba(223, 31, 38, 0.2);
}

.Hero_heroBadge1__M_1Ha .Hero_checkmarkStar__MR2tP {
  color: var(--primary);
  background: none;
}

.Hero_heroBadge1__M_1Ha .Hero_checkmarkStar__MR2tP svg {
  color: var(--primary);
  fill: var(--primary);
}

.Hero_heroBadge1__M_1Ha span:not(.Hero_checkmarkStar__MR2tP) {
  color: #0a0a0a;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Deuxième carte : rouge solide */
.Hero_heroBadge2__FrGIr {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 8px 24px rgba(223, 31, 38, 0.4);
}

.Hero_heroBadge2__FrGIr .Hero_checkmarkStar__MR2tP {
  color: #fff;
  background: none;
}

.Hero_heroBadge2__FrGIr .Hero_checkmarkStar__MR2tP svg {
  color: #fff !important;
  fill: #fff !important;
}

.Hero_heroBadge2__FrGIr span:not(.Hero_checkmarkStar__MR2tP) {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Troisième et quatrième cartes : blanche avec effet glass rouge subtil */
.Hero_heroBadge3__h_P_E,
.Hero_heroBadge4__4azgZ {
  background: rgba(255, 255, 255, 0.92);
  color: #0a0a0a;
  border: none;
  border-bottom: 3px solid var(--primary);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(223, 31, 38, 0.15);
}

.Hero_heroBadge3__h_P_E .Hero_checkmarkStar__MR2tP,
.Hero_heroBadge4__4azgZ .Hero_checkmarkStar__MR2tP {
  color: var(--primary);
  background: none;
}

.Hero_heroBadge3__h_P_E .Hero_checkmarkStar__MR2tP svg,
.Hero_heroBadge4__4azgZ .Hero_checkmarkStar__MR2tP svg {
  color: var(--primary);
  fill: var(--primary);
}

.Hero_heroBadge3__h_P_E span:not(.Hero_checkmarkStar__MR2tP),
.Hero_heroBadge4__4azgZ span:not(.Hero_checkmarkStar__MR2tP) {
  color: #0a0a0a;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.Hero_heroBadge__ipubI::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent rgba(0, 0, 0, 0.3) transparent transparent;
  z-index: 1;
}

.Hero_heroBadge__ipubI {
  overflow: visible;
}

.Hero_heroBadge__ipubI .Hero_checkmarkStar__MR2tP {
  position: static;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
  background: none;
  padding: 0;
  overflow: visible;
  margin-bottom: 6px;
}

.Hero_heroBadge__ipubI .Hero_checkmarkStar__MR2tP svg {
  width: 52px;
  height: 52px;
  display: block;
  color: var(--primary);
  fill: var(--primary);
}

.Hero_heroBadge__ipubI span:not(.Hero_checkmarkStar__MR2tP) {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
  z-index: 2;
  position: relative;
  font-weight: 600;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.5em * 2);
  text-align: left;
  width: 100%;
  align-self: flex-start;
  white-space: pre-line;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* ------------------- RESPONSIVE ------------------- */
@media (max-width: 900px) {
  .Hero_hero__JT9C7 {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
  }
.Hero_accent__qw_VD {
  color: black;
  font-weight: 550;
}
  .Hero_heroContentWrapper__h8v9t {
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    padding-top: 0;
    overflow-y: auto;
  }

  .Hero_heroTitle__lzsay {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .Hero_hero__JT9C7 {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
  }

  .Hero_heroContentWrapper__h8v9t {
    width: 100%;
    padding: 0;
    height: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    overflow-y: auto;
  }

  .Hero_heroGrid__9jvy4 {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    height: 100%;
    justify-content: center;
    padding: 0 5%;
  }

  .Hero_heroGridFirstChild__LxP6b {
    flex: 1 1 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .Hero_heroImage__JrR6L {
    position: relative;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 50%;
    margin-right: 0;
    right: auto;
    top: auto;
  }

  .Hero_heroTitle__lzsay {
    font-size: 40px;
    margin: 0 0 16px;
  }
}

@media (max-width: 768px) {
  .Hero_hero__JT9C7 {
    height: 90vh;
    min-height: 90vh;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
  }

  .Hero_heroContentWrapper__h8v9t {
    width: 100%;
    max-width: 100%;
    padding: 0;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .Hero_heroTitle__lzsay {
    font-size: 32px;
    margin: 0 0 14px;
    line-height: 1.2;
  }

  .Hero_heroGrid__9jvy4 {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    height: 100%;
    min-height: 100%;
    position: static;
    width: 100%;
  }

  .Hero_heroGridFirstChild__LxP6b {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 20px 4% 20px;
    width: 100%;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .Hero_heroGridFirstChild__LxP6b > div:first-child {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    margin: auto 0;
  }

  .Hero_heroGridFirstChild__LxP6b .Hero_heroBadges__YCCMY {
    flex: 0 0 auto;
    margin-top: auto;
    padding-bottom: 0 !important;
    position: absolute;
    bottom: 20px;
    left: 4%;
    right: 4%;
    width: calc(100% - 8%);
  }

  .Hero_heroImage__JrR6L {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
    width: 100% !important;
    height: 70% !important;
    margin: 0 !important;
    z-index: 1 !important;
  }

  .Hero_heroImage__JrR6L img,
  .Hero_heroImage__JrR6L span {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
  }

  .Hero_heroBadges__YCCMY {
    position: absolute !important;
    bottom: 20px !important;
    left: 4% !important;
    right: 4% !important;
    width: calc(100% - 8%) !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    margin-top: 0 !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: thin !important;
    scrollbar-color: var(--primary) transparent !important;
  }

  .Hero_heroBadges__YCCMY::-webkit-scrollbar {
    height: 4px !important;
  }

  .Hero_heroBadges__YCCMY::-webkit-scrollbar-track {
    background: transparent !important;
  }

  .Hero_heroBadges__YCCMY::-webkit-scrollbar-thumb {
    background: var(--primary) !important;
    border-radius: 2px !important;
  }

  .Hero_heroBadge__ipubI {
    width: 200px !important;
    min-width: 200px !important;
    min-height: 120px !important;
    padding: 16px 18px 16px 18px !important;
    flex: 0 0 200px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    box-sizing: border-box !important;
    position: relative !important;
    -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%) !important;
            clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%) !important;
  }

  .Hero_heroBadge__ipubI .Hero_checkmarkStar__MR2tP {
    position: static !important;
    margin-bottom: 6px !important;
  }

  .Hero_heroBadge__ipubI .Hero_checkmarkStar__MR2tP svg {
    width: 32px !important;
    height: 32px !important;
  }

  .Hero_heroBadge2__FrGIr .Hero_checkmarkStar__MR2tP svg {
    color: #fff !important;
    fill: #fff !important;
  }

  .Hero_heroBadge1__M_1Ha .Hero_checkmarkStar__MR2tP svg,
  .Hero_heroBadge3__h_P_E .Hero_checkmarkStar__MR2tP svg,
  .Hero_heroBadge4__4azgZ .Hero_checkmarkStar__MR2tP svg {
    color: var(--primary) !important;
    fill: var(--primary) !important;
  }

  .Hero_heroBadge__ipubI {
    padding: 18px 20px 18px 20px !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  .Hero_heroBadge__ipubI .Hero_checkmarkStar__MR2tP {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  .Hero_heroBadge__ipubI span:not(.Hero_checkmarkStar__MR2tP) {
    font-size: 13px !important;
    line-height: 1.5 !important;
    white-space: normal !important;
    text-align: left !important;
    flex: 1 1 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 640px) {
  .Hero_heroTitle__lzsay {
    font-size: 28px;
    margin: 0 0 12px !important;
  }

  .Hero_heroGridFirstChild__LxP6b {
    padding: 16px 4% 16px !important;
    height: 100% !important;
    min-height: 100% !important;
    justify-content: center !important;
  }

  .Hero_heroGridFirstChild__LxP6b > div:first-child {
    margin: auto 0 !important;
  }

  .Hero_heroGridFirstChild__LxP6b .Hero_heroBadges__YCCMY {
    bottom: 16px !important;
    left: 4% !important;
    right: 4% !important;
    width: calc(100% - 8%) !important;
  }

  .Hero_heroImage__JrR6L {
    width: 100% !important;
    height: 70% !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    margin: 0 !important;
  }

  .Hero_heroImage__JrR6L img {
    object-position: center center !important;
  }

  .Hero_heroBadges__YCCMY {
    gap: 10px !important;
    padding: 0 4% 0 !important;
    margin-top: auto !important;
  }

  .Hero_heroBadge__ipubI {
    width: 180px !important;
    min-width: 180px !important;
    flex: 0 0 180px !important;
    min-height: 110px !important;
    padding: 14px 16px 14px 16px !important;
    -webkit-clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 35px, 100% 100%, 0 100%) !important;
            clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 35px, 100% 100%, 0 100%) !important;
  }

  .Hero_heroBadge__ipubI .Hero_checkmarkStar__MR2tP {
    position: static !important;
  }

  .Hero_heroBadge__ipubI .Hero_checkmarkStar__MR2tP svg {
    width: 30px !important;
    height: 30px !important;
  }

  .Hero_heroBadge2__FrGIr .Hero_checkmarkStar__MR2tP svg {
    color: #fff !important;
    fill: #fff !important;
  }

  .Hero_heroBadge1__M_1Ha .Hero_checkmarkStar__MR2tP svg,
  .Hero_heroBadge3__h_P_E .Hero_checkmarkStar__MR2tP svg,
  .Hero_heroBadge4__4azgZ .Hero_checkmarkStar__MR2tP svg {
    color: var(--primary) !important;
    fill: var(--primary) !important;
  }

  .Hero_heroBadge__ipubI {
    padding: 16px 18px 16px 18px !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  .Hero_heroBadge__ipubI .Hero_checkmarkStar__MR2tP {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  .Hero_heroBadge__ipubI span:not(.Hero_checkmarkStar__MR2tP) {
    font-size: 16px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}

@media (max-width: 480px) {
  .Hero_heroTitle__lzsay {
    font-size: 24px !important;
    margin: 0 0 10px !important;
  }

  .Hero_heroGridFirstChild__LxP6b {
    padding: 12px 4% 12px !important;
    height: 100% !important;
    min-height: 100% !important;
    justify-content: center !important;
  }

  .Hero_heroGridFirstChild__LxP6b > div:first-child {
    margin: auto 0 !important;
  }

  .Hero_heroGridFirstChild__LxP6b .Hero_heroBadges__YCCMY {
    bottom: 12px !important;
    left: 4% !important;
    right: 4% !important;
    width: calc(100% - 8%) !important;
  }

  .Hero_heroImage__JrR6L {
    position: absolute !important;
    width: 100% !important;
    height: 70% !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1 !important;
  }

  .Hero_heroImage__JrR6L img {
    object-fit: cover !important;
    object-position: center center !important;
  }

  .Hero_heroBadges__YCCMY {
    gap: 8px !important;
    padding: 0 4% 0 !important;
    position: absolute !important;
    bottom: 12px !important;
    left: 4% !important;
    right: 4% !important;
    width: calc(100% - 8%) !important;
    margin-top: 0 !important;
  }

  .Hero_heroBadge__ipubI {
    width: 160px !important;
    min-width: 160px !important;
    flex: 0 0 160px !important;
    min-height: 100px !important;
    padding: 12px 14px 12px 14px !important;
    -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%) !important;
            clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%) !important;
  }

  .Hero_heroBadge__ipubI .Hero_checkmarkStar__MR2tP {
    position: static !important;
  }

  .Hero_heroBadge__ipubI .Hero_checkmarkStar__MR2tP svg {
    width: 28px !important;
    height: 28px !important;
  }

  .Hero_heroBadge2__FrGIr .Hero_checkmarkStar__MR2tP svg {
    color: #fff !important;
    fill: #fff !important;
  }

  .Hero_heroBadge1__M_1Ha .Hero_checkmarkStar__MR2tP svg,
  .Hero_heroBadge3__h_P_E .Hero_checkmarkStar__MR2tP svg,
  .Hero_heroBadge4__4azgZ .Hero_checkmarkStar__MR2tP svg {
    color: var(--primary) !important;
    fill: var(--primary) !important;
  }

  .Hero_heroBadge__ipubI {
    padding: 14px 16px 14px 16px !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  .Hero_heroBadge__ipubI .Hero_checkmarkStar__MR2tP {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  .Hero_heroBadge__ipubI span:not(.Hero_checkmarkStar__MR2tP) {
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}



/* MOBILE ONLY */
@media (max-width: 768px) {
  .Hero_accent__qw_VD {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: #d40000;
    padding: 0.25em 0.7em;
    transform: skew(-12deg);
  }

  /* Redresser le texte */
  .Hero_accent__qw_VD::before {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skew(12deg);
    color: #d40000;
    font-weight: 800;
  }

  /* Masquer le texte original */
  .Hero_accent__qw_VD {
    color: red;
  }
}



















/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/PatternDecoratif.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/* =====================================
   PATTERN DÉCORATIF – FULL WIDTH
===================================== */

.PatternDecoratif_patternContainer__VLS8U {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  overflow: hidden;
  display: block;
}

/* Wrapper = hauteur contrôlée */
.PatternDecoratif_patternWrapper__Km7XG {
  position: relative;
  width: 100%;
  height: 300px; /* ✅ DESKTOP HEIGHT */
  overflow: hidden;
}

/* Image */
.PatternDecoratif_patternImage___8oO1 {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.35);
  transform: scale(1.1);
}

/* Gradient décoratif */
.PatternDecoratif_patternGradient__v1aJU {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.7) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
  opacity: 0.4;
}

/* =====================================
   MOBILE (≤ 768px)
===================================== */

@media (max-width: 768px) {
 
  .PatternDecoratif_patternContainer__VLS8U {
    width: 100vw;
    margin: 0 auto;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 1;
  }

  .PatternDecoratif_patternWrapper__Km7XG {
    height: 300px; /* ✅ SAME HEIGHT MOBILE */
  }

  .PatternDecoratif_patternImage___8oO1 {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    transform: none;
    filter: brightness(0.45);
  }

  .PatternDecoratif_patternGradient__v1aJU {
    height: 90px;
    opacity: 0.25; /* plus clean mobile */
  }
}

/* =====================================
   SMALL MOBILE (≤ 480px)
===================================== */

@media (max-width: 480px) {
  .PatternDecoratif_patternContainer__VLS8U {
    width: 100vw;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 1;
  }

  .PatternDecoratif_patternWrapper__Km7XG {
    height: 300px; /* ✅ toujours 300px */
  }
 
  .PatternDecoratif_patternGradient__v1aJU {
    height: 70px;
    opacity: 0.2;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/Apropos.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.Apropos_aboutSection__6JeBR {
  background-attachment: fixed;
  position: relative;
  overflow: visible;
  padding: 100px 0 0 0;
  z-index: 0;
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.Apropos_aboutSection__6JeBR::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  opacity: 0.12;
  z-index: 0;
  pointer-events: none;
}

.Apropos_aboutSection__6JeBR::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, transparent 100px),
    linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, transparent 100px),
    linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, transparent 150px),
    linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, transparent 200px);
  pointer-events: none;
  z-index: 0;
}


.Apropos_aboutSection__6JeBR > .container {
  position: relative;
  z-index: 3;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


.Apropos_aboutGrid__lKpU_ {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  gap: 0;
  align-items: flex-start;
  overflow: visible;
  padding: 0;
  width: 90%;
  max-width: 1400px;
  margin: 0;
}

.Apropos_aboutLeft__OjLMF {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}

.Apropos_aboutStats__tiYE5 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  justify-content: flex-start;
  width: auto;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;

}
.Apropos_aboutStat__sJIQZ {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 14px;
  background: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease;
}

.Apropos_aboutStat__sJIQZ:hover {
  background: transparent;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: none;
}

.Apropos_aboutImages__L2Ws2 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0;
  height: auto;
  width: 100%;
}

.Apropos_aboutImageWrapper__R_2U9 {
  position: relative;
  border-radius: 0;
  overflow: visible;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  width: 70%;
  min-height: 400px;
}

.Apropos_aboutImageWrapper__R_2U9:first-child {
  position: absolute;
  bottom: -160px;
  left: 0;
  z-index: 2;
  width: 48%;
  border-top: 15px solid #000;
  border-right: 15px solid #000;
}

.Apropos_aboutImageWrapper__R_2U9.Apropos_aboutImageOverlap__iE3Ky {
  position: relative;
  z-index: 1;
  width: 60%;
  margin-left: auto;
  margin-right: 10px;
}

.Apropos_aboutImageWrapper__R_2U9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
}

.Apropos_aboutImageOverlap__iE3Ky img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
}

.Apropos_aboutRight__cjNRj {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: visible;
  position: relative;
  padding-left: 40px;
  padding-right: 0;
  justify-content: space-between;
}

.Apropos_aboutTag__3L0ne {
  font-size: 14px;
  color: rgba(224, 31, 38, 0.8);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 20px;
  line-height: 1em;
}

.Apropos_aboutTitle__VICs9 {
  font-size: 38px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px 0;
  margin-left: -2px;
  text-transform: uppercase;
}

.Apropos_aboutDescription__KLkAq {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.9;
  margin: 0 0 67px;
  max-width: 508px;
  font-weight: 300;
}

.Apropos_aboutFeaturesCarousel__L_tg3 {
  position: relative;
  margin: 0 0 0;
  align-self: flex-start;
  margin-top: 0;
  margin-right: 0;
  transform: translateX(0);
  width: 100%;
  max-width: 550px;
  padding-right: 0;
  overflow: hidden;
}

.Apropos_aboutFeaturesCarouselContainer__Xg3Le {
  position: relative;
  overflow: hidden;
  background: rgba(224, 31, 38, 0.15);
  padding: 32px 28px;
  padding-right: 28px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(231, 3, 3, 0.1);
  width: 531px;
  max-width: 550px;
}

.Apropos_aboutFeaturesTrack__DvhEI {
  display: flex;
  gap: 24px;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  padding: 4px 0;
}

.Apropos_aboutFeaturesTrack__DvhEI.Apropos_noTransition__x9R1H {
  transition: none;
}

.Apropos_aboutFeaturesFadeLeft__8q2T_,
.Apropos_aboutFeaturesFadeRight__NFSqC {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 160px;
  pointer-events: none;
  z-index: 5;
}

.Apropos_aboutFeaturesFadeLeft__8q2T_ {
  display: none;
}

.Apropos_aboutFeaturesFadeRight__NFSqC {
  right: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  display: none;
}

.Apropos_aboutFeaturesCarouselBtn__03yfy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(223, 31, 38, 0.9);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.Apropos_aboutFeaturesCarouselBtn__03yfy:hover {
  background: var(--primary);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 16px rgba(223, 31, 38, 0.5);
}

.Apropos_aboutFeaturesCarouselBtnPrev__PT0BV {
  left: -20px;
}

.Apropos_aboutFeaturesCarouselBtnNext__tn5Hs {
  right: -20px;
}

.Apropos_aboutFeaturesProgress__Yy0cR {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  margin-top: 0;
  overflow: hidden;
}

.Apropos_aboutFeaturesProgressBar__EgrVs {
  height: 100%;
  background: var(--primary);
  transition: width 0.04s linear;
  border-radius: 2px;
}

.Apropos_aboutFeaturesDots__g2sNW {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.Apropos_aboutFeaturesDot__ymFAU {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.Apropos_aboutFeaturesDot__ymFAU:hover {
  background: rgba(255, 255, 255, 0.5);
}

.Apropos_aboutFeaturesDot__ymFAU.Apropos_active__Q_7XN {
  background: var(--primary);
  width: 24px;
  border-radius: 4px;
}

.Apropos_aboutFeatureCard__H4c40 {
  position: relative;
  width: 150px;
  height: 145px;
  padding: 14px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 0;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  flex-shrink: 0;
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: flex-end;
}

.Apropos_aboutFeatureCard__H4c40.Apropos_entering__sANo_ {
  animation: Apropos_slideInFromRight__PNw62 0.6s ease-out;
}

@keyframes Apropos_slideInFromRight__PNw62 {
  from {
    transform: translateX(200px) scale(0.9);
    opacity: 0;
    filter: blur(4px);
  }
  to {
    transform: translateX(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

.Apropos_aboutFeatureCard__H4c40.Apropos_entering__sANo_.Apropos_active__Q_7XN {
  animation: Apropos_slideInFromRight__PNw62 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.Apropos_aboutFeatureCard__H4c40::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent rgba(0, 0, 0, 0.25) transparent transparent;
  z-index: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.Apropos_aboutFeatureCard__H4c40.Apropos_active__Q_7XN::before {
  border-color: transparent rgba(0, 0, 0, 0.35) transparent transparent;
}

.Apropos_aboutFeatureCard__H4c40.Apropos_active__Q_7XN {
  background: linear-gradient(135deg, #d71920 0%, #b8151c 100%);
  color: #fff;
  opacity: 1;
  box-shadow: 
    0 8px 24px rgba(215, 25, 32, 0.4),
    0 4px 12px rgba(215, 25, 32, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-2px) scale(1.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.Apropos_aboutFeatureCard__H4c40.Apropos_active__Q_7XN::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  animation: Apropos_shine__20GPL 3s infinite;
}

@keyframes Apropos_shine__20GPL {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}

.Apropos_aboutFeatureCard__H4c40.Apropos_active__Q_7XN:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 
    0 12px 32px rgba(215, 25, 32, 0.5),
    0 6px 16px rgba(215, 25, 32, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.Apropos_aboutFeatureCard__H4c40.Apropos_inactive__fExWm {
   background: linear-gradient(135deg, #d71920 0%, #b8151c 100%);
  color: #fff;
  opacity: 1;
  box-shadow: 
    0 8px 24px rgba(215, 25, 32, 0.4),
    0 4px 12px rgba(215, 25, 32, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-2px) scale(1.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.Apropos_featureIcon__K7ZHD {
  position: absolute;
  top: 32px;
  left: 12px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.Apropos_featureIcon__K7ZHD svg {
  width: 38px;
  height: 38px;
  transition: transform 0.3s ease;
}

.Apropos_featureIcon__K7ZHD .material-symbols-sharp {
  font-size: 45px;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 1;
 min-height: 80px;
}

.Apropos_aboutFeatureCard__H4c40.Apropos_active__Q_7XN .Apropos_featureIcon__K7ZHD {
  color: #fff;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

.Apropos_aboutFeatureCard__H4c40.Apropos_active__Q_7XN:hover .Apropos_featureIcon__K7ZHD svg {
  transform: scale(1.1) rotate(5deg);
}

.Apropos_aboutFeatureCard__H4c40.Apropos_inactive__fExWm .Apropos_featureIcon__K7ZHD {
  color: #fff;
}

.Apropos_featureText___VHjI {
  margin-top: auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  z-index: 2;
  position: absolute;
  bottom: 12px;
  left: 12px;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.Apropos_aboutFeatureCard__H4c40.Apropos_active__Q_7XN .Apropos_featureText___VHjI {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.Apropos_aboutFeatureCard__H4c40.Apropos_active__Q_7XN:hover .Apropos_featureText___VHjI {
  transform: translateY(-1px);
}

.Apropos_aboutCta__fg_sK {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border: none;
  color: #ffff;
  background: var(--primary);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  align-self: flex-start;
  margin-top: 40px;
  width: 406px;
  height: 60px;
  font-size: 14px;
}

.Apropos_aboutCtaWrapper__HDDic {
  display: flex;
  justify-content: flex-start;
  margin-top: auto;
  align-self: flex-start;
  position: relative;
  top: 75px;
}

.Apropos_aboutCtaWrapper__HDDic .cta.secondary {
  box-shadow: 
    0 4px 16px rgba(223, 31, 38, 0.2),
    0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;

}

.Apropos_aboutCtaWrapper__HDDic .cta.secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.Apropos_aboutCtaWrapper__HDDic .cta.secondary:hover::before {
  left: 100%;
}

.Apropos_aboutCtaWrapper__HDDic .cta.secondary:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 24px rgba(223, 31, 38, 0.3),
    0 4px 12px rgba(0, 0, 0, 0.15);
}

.Apropos_aboutCtaWrapper__HDDic .cta.secondary:active {
  transform: translateY(0);
  box-shadow: 
    0 2px 8px rgba(223, 31, 38, 0.2),
    0 1px 4px rgba(0, 0, 0, 0.1);
}

.Apropos_aboutCtaWrapper__HDDic .cta.secondary .icon-square {
  width: 44px;
  height: 44px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.Apropos_aboutCtaWrapper__HDDic .cta.secondary:hover .icon-square {
  transform: scale(1.05);
}

.Apropos_aboutCtaWrapper__HDDic .cta.secondary .icon-square svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.Apropos_aboutCtaWrapper__HDDic .cta.secondary:hover .icon-square svg {
  transform: rotate(5deg);
}

.Apropos_aboutCtaWrapper__HDDic .cta.secondary .icon-square .material-symbols-outlined {
  font-size: 30px;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.Apropos_aboutCtaWrapper__HDDic .cta.secondary:hover .icon-square .material-symbols-outlined {
  transform: rotate(5deg);
}

.Apropos_aboutCtaWrapper__HDDic .cta.secondary .icon-square-white {
  background: #fff;
  color: #0a0a0a;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.Apropos_aboutCtaWrapper__HDDic .cta.secondary .icon-square-white .material-symbols-outlined {
  color: #0a0a0a;
}

.Apropos_aboutCtaWrapper__HDDic .cta.secondary > span:not(.icon-square) {
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.Apropos_aboutCta__fg_sK .icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.Apropos_aboutCta__fg_sK .icon-square-red {
  background: var(--primary);
  color: #fff;
}

.Apropos_aboutCta__fg_sK > span:not(.icon-square) {
  padding: 14px 22px;
  background: var(--primary);
  display: inline-block;
}

.Apropos_aboutCta__fg_sK:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(223, 31, 38, 0.35);
}

.Apropos_aproposSection__mzIvS {
  background: radial-gradient(circle at 25% 60%, rgba(223, 31, 38, 0.32), rgba(0, 0, 0, 0.9));
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.Apropos_aproposSection__mzIvS::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, transparent 100px),
    linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100px),
    linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, transparent 150px),
    linear-gradient(to left, rgba(0, 0, 0, 0.7) 0%, transparent 150px);
  pointer-events: none;
  z-index: 0;
}

.Apropos_aproposSection__mzIvS > .container {
  position: relative;
  z-index: 1;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .Apropos_aboutFeaturesCarousel__L_tg3 {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .Apropos_aboutSection__6JeBR {
    padding: 60px 0 !important;
    overflow: visible !important;
    position: relative !important;
  }

  .Apropos_aboutGrid__lKpU_ {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    padding: 0 20px !important;
  }

  .Apropos_aboutLeft__OjLMF {
    width: 100% !important;
    order: 1;
    display: none;
  }

  .Apropos_aboutRight__cjNRj {
    padding-left: 20px !important;
    padding-right: 20px !important;
    order: 2;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    position: relative !important;
    z-index: 10 !important;
  }

  .Apropos_aboutTag__3L0ne {
    font-size: 14px !important;
    margin-bottom: 12px !important;
    color: rgba(224, 31, 38, 0.9) !important;
    display: block !important;
    visibility: visible !important;
  }

  .Apropos_aboutTitle__VICs9 {
    font-size: 32px !important;
    margin-bottom: 16px !important;
    line-height: 1.3 !important;
    color: #fff !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .Apropos_aboutDescription__KLkAq {
    font-size: 16px !important;
    margin-bottom: 30px !important;
    max-width: 100% !important;
    line-height: 1.7 !important;
    padding-right: 0 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .Apropos_aboutCtaWrapper__HDDic {
    display: block !important;
    visibility: visible !important;
    margin-top: 0 !important;
  }

  .Apropos_aboutFeaturesCarousel__L_tg3 {
    margin-bottom: 0 !important;
  }

  .Apropos_aboutStats__tiYE5 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    flex-direction: row !important;
    gap: 30px !important;
    margin-bottom: 30px !important;
    justify-content: center !important;
  }

  .Apropos_aboutImages__L2Ws2 {
    margin-top: 30px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    position: relative !important;
    width: 100% !important;
    height: 225px !important;
    padding: 0 20px !important;
  }

  .Apropos_aboutImageWrapper__R_2U9 {
    width: 170px !important;
    position: absolute !important;
    border: none !important;
    min-height: 225px !important;
    height: 225px !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5) !important;
    top: 0 !important;
  }

  .Apropos_aboutImageWrapper__R_2U9:first-child {
    position: absolute !important;
    left: calc(50% - 170px - 15px) !important;
    transform: translateX(0) !important;
    width: 170px !important;
    border: none !important;
    z-index: 2 !important;
  }

  .Apropos_aboutImageWrapper__R_2U9.Apropos_aboutImageOverlap__iE3Ky {
    width: 170px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: calc(50% + 15px) !important;
    transform: translateX(0) !important;
    z-index: 1 !important;
  }

  .Apropos_aboutImageWrapper__R_2U9 img {
    min-height: 225px !important;
    height: 225px !important;
    object-fit: cover !important;
    width: 100% !important;
  }

  .Apropos_aboutRight__cjNRj {
    padding-left: 16px !important;
    padding-right: 16px !important;
    gap: 16px !important;
  }

  .Apropos_aboutTag__3L0ne {
    font-size: 13px !important;
    margin-bottom: 10px !important;
    color: rgba(224, 31, 38, 0.9) !important;
  }

  .Apropos_aboutTitle__VICs9 {
    font-size: 24px !important;
    margin-bottom: 14px !important;
    line-height: 1.3 !important;
    color: #fff !important;
  }

  .Apropos_aboutDescription__KLkAq {
    font-size: 16px !important;
    margin-bottom: 30px !important;
    max-width: 100% !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.95) !important;
  }

  .Apropos_aboutFeaturesCarousel__L_tg3 {
    max-width: 356px !important;
    width: 356px !important;
    margin-left: 20px !important;
    margin-right: auto !important;
  }

  .Apropos_aboutFeaturesCarouselContainer__Xg3Le {
    width: 356px !important;
    max-width: 356px !important;
    padding: 20px !important;
    overflow: hidden !important;
  }

  .Apropos_aboutFeaturesTrack__DvhEI {
    padding: 0 !important;
    gap: 16px !important;
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    transform: none !important;
  }

  .Apropos_aboutFeaturesTrack__DvhEI::-webkit-scrollbar {
    display: none !important;
  }

  .Apropos_aboutFeatureCard__H4c40 {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
    flex-shrink: 0 !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
    height: 145px !important;
    padding: 14px 12px 12px !important;
    margin-right: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  

  .Apropos_aboutFeaturesCarouselContainer__Xg3Le {
    padding: 24px 20px;
  }

  .Apropos_aproposSection__mzIvS {
    padding: 60px 0 !important;
  }
}

@media (max-width: 480px) {
  .Apropos_aboutSection__6JeBR {
    width: 100%;
    padding: 50px 0 !important;
    overflow: visible !important;
    position: relative !important;
  }

  .Apropos_aboutGrid__lKpU_ {
    gap: 30px !important;
    padding: 0 16px !important;
  }

  .Apropos_aboutStats__tiYE5 {
    gap: 20px !important;
    margin-bottom: 25px !important;
  }

  .Apropos_aboutImages__L2Ws2 {
    margin-top: 25px !important;
    height: 200px !important;
    padding: 0 16px !important;
    
  }

  .Apropos_aboutImageWrapper__R_2U9 {
    width: 140px !important;
    min-height: 200px !important;
    height: 200px !important;

  }

  .Apropos_aboutImageWrapper__R_2U9:first-child {
    left: calc(50% - 140px - 10px) !important;
    width: 140px !important;
  }

  .Apropos_aboutImageWrapper__R_2U9.Apropos_aboutImageOverlap__iE3Ky {
    width: 140px !important;
    left: calc(50% + 10px) !important;
  }

  .Apropos_aboutImageWrapper__R_2U9 img {
    min-height: 200px !important;
    height: 200px !important;
    width: 100% !important;
  }

  .Apropos_aboutTitle__VICs9 {
    font-size: 24px !important;
    margin-bottom: 12px !important;
  }

  .Apropos_aboutDescription__KLkAq {
    font-size: 16px !important;
    margin-bottom: 30px !important;
    line-height: 1.7 !important;
  }

  .Apropos_aboutFeaturesCarousel__L_tg3 {
    max-width: 324px !important;
    width: 324px !important;
    margin-left: 16px !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
  }

  .Apropos_aboutCtaWrapper__HDDic {
    margin-top: 0 !important;
  }

  .Apropos_aboutFeaturesCarouselContainer__Xg3Le {
    width: 324px !important;
    max-width: 324px !important;
    padding: 18px 16px !important;
    overflow: hidden !important;
  }

  .Apropos_aboutFeaturesTrack__DvhEI {
    gap: 12px !important;
    padding: 0 !important;
    transform: none !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    width: 100% !important;
  }

  .Apropos_aboutFeaturesTrack__DvhEI::-webkit-scrollbar {
    display: none !important;
  }

  .Apropos_aboutFeatureCard__H4c40 {
    min-width: 140px !important;
    width: 140px !important;
    max-width: 140px !important;
    flex-shrink: 0 !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
    height: 135px !important;
    padding: 12px 10px 10px !important;
    margin-right: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

}
@media (max-width: 768px) {
  /* forcer l'affichage du CTA */
  .Apropos_aboutCtaWrapper__HDDic {
    display: flex !important;
    visibility: visible !important;
    margin-top: 20px !important;
    justify-content: left !important;
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
  }
}



/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/NosProjets.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.NosProjets_projetsSection__GnC7Q {
  background: #000000;
  background-attachment: fixed;
  position: relative;
  overflow: visible;
  overscroll-behavior: contain;
  padding-top: 0;
  padding-bottom: 0px;
  margin-top: -1px;
  margin-bottom: -80px;
  -webkit-clip-path: none;
          clip-path: none;
  z-index: 1;
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.NosProjets_projetsSection__GnC7Q::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 50px, transparent 100px),
    linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100px),
    linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, transparent 200px),
    linear-gradient(to left, rgba(0, 0, 0, 0.85) 0%, transparent 200px),
    radial-gradient(ellipse 600px 400px at 30% 40%, rgba(0, 0, 0, 0.4) 0%, transparent 70%),
    radial-gradient(ellipse 500px 350px at 70% 60%, rgba(0, 0, 0, 0.35) 0%, transparent 65%),
    radial-gradient(ellipse 450px 300px at 50% 50%, rgba(0, 0, 0, 0.3) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}

.NosProjets_projetsSection__GnC7Q::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse 400px 250px at 20% 70%, rgba(0, 0, 0, 0.25) 0%, transparent 55%),
    radial-gradient(ellipse 350px 200px at 80% 30%, rgba(0, 0, 0, 0.3) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.NosProjets_projetsSection__GnC7Q > .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.NosProjets_container__GbRqD {
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.NosProjets_projectsSectionHeader__QWLvB {
  margin-bottom: 40px;
  padding-left: 0;
  position: relative;
  z-index: 2;
}

.NosProjets_projectsSectionHeader__QWLvB h2 {
   font-size: 38px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px 0;
  margin-left: -2px;
  text-transform: uppercase;
}

.NosProjets_projectsSubtitle__wzprZ {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
  max-width: 800px;
}

.NosProjets_projectsList__E2eRJ {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 60px;
  width: 100%;
}

.NosProjets_projectsList__E2eRJ .NosProjets_projectItemHorizontal__OAFE3 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.NosProjets_projectsHorizontalCarousel__6EYIS {
  display: none;
}

.NosProjets_projectsHorizontalTrack__b98Lx {
  overflow: hidden;
  width: 1069.98px;
  max-width: 1069.98px;
  height: 650px;
  min-height: 650px;
  position: relative;
  flex: 0 0 auto;
  cursor: default;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  will-change: transform;
  pointer-events: auto;
}

.NosProjets_projectsHorizontalTrack__b98Lx * {
  pointer-events: auto;
}

.NosProjets_projectsCarouselTrack__SKNl4 {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  height: calc(650px * var(--projects-count, 2));
  will-change: transform;
  align-items: center;
}

.NosProjets_projectItemHorizontal__OAFE3 {
  display: flex;
  flex-direction: row;
  gap: 0;
  width: 100%;
  max-width: 100%;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  height: 620px;
}

.NosProjets_projectItemHorizontal__OAFE3.NosProjets_slideFromBottom__T1XHD {
  animation: NosProjets_slideUpFromBottomItem__4GtcK 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  will-change: transform, opacity;
}

.NosProjets_projectItemHorizontal__OAFE3.NosProjets_slideFromBottom__T1XHD .NosProjets_projectContent__2iV7b,
.NosProjets_projectItemHorizontal__OAFE3.NosProjets_slideFromBottom__T1XHD .NosProjets_projectImageWrapper___Arn9 {
  animation: NosProjets_slideUpFromBottomContent__cjG8W 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  will-change: transform, opacity;
}

.NosProjets_projectItemHorizontal__OAFE3.NosProjets_slideFromTop__Dzdqx {
  animation: NosProjets_slideDownFromTopItem__RtOkw 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  will-change: transform, opacity;
}

.NosProjets_projectItemHorizontal__OAFE3.NosProjets_slideFromTop__Dzdqx .NosProjets_projectContent__2iV7b,
.NosProjets_projectItemHorizontal__OAFE3.NosProjets_slideFromTop__Dzdqx .NosProjets_projectImageWrapper___Arn9 {
  animation: NosProjets_slideDownFromTopContent__u4pVn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  will-change: transform, opacity;
}

.NosProjets_projectItemHorizontal__OAFE3.NosProjets_imageRight__QRBv_ .NosProjets_projectContent__2iV7b {
  order: 1;
}

.NosProjets_projectItemHorizontal__OAFE3.NosProjets_imageRight__QRBv_ .NosProjets_projectImageWrapper___Arn9 {
  order: 2;
}

.NosProjets_projectItemHorizontal__OAFE3.NosProjets_imageLeft__6WbXv .NosProjets_projectContent__2iV7b {
  order: 2;
}

.NosProjets_projectItemHorizontal__OAFE3.NosProjets_imageLeft__6WbXv .NosProjets_projectImageWrapper___Arn9 {
  order: 1;
}

@keyframes NosProjets_slideUpFromBottomItem__4GtcK {
  0% {
    opacity: 0;
    transform: translateY(140px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes NosProjets_slideUpFromBottomContent__cjG8W {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes NosProjets_slideDownFromTopItem__RtOkw {
  0% {
    opacity: 0;
    transform: translateY(-140px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes NosProjets_slideDownFromTopContent__u4pVn {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.NosProjets_projectItemHorizontal__OAFE3 .NosProjets_projectContent__2iV7b {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 40px;
  padding-bottom: 50px;
  border-radius: 0;
  width: 50%;
  height: 534.99px;
  flex-shrink: 0;
  overflow: visible;
  margin: 0;
}

.NosProjets_projectItemHorizontal__OAFE3 .NosProjets_projectImageWrapper___Arn9 {
  aspect-ratio: 1;
  width: 50% !important;
  height: 534.99px !important;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.NosProjets_projectItemHorizontal__OAFE3 .NosProjets_projectImage__TZrSh {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  z-index: 1;
}

.NosProjets_projectItem__3oRQS {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  height: 50%;
  flex-shrink: 0;
  position: relative;
}

.NosProjets_projectItem__3oRQS:nth-child(1) {
  z-index: 2;
  position: relative;
}

.NosProjets_projectItem__3oRQS:nth-child(2) {
  z-index: 1;
  position: relative;
}

.NosProjets_imageRight__QRBv_ .NosProjets_projectContent__2iV7b {
  order: 1;
}

.NosProjets_imageRight__QRBv_ .NosProjets_projectImageWrapper___Arn9 {
  order: 2;
}

.NosProjets_imageLeft__6WbXv .NosProjets_projectContent__2iV7b {
  order: 2;
}

.NosProjets_imageLeft__6WbXv .NosProjets_projectImageWrapper___Arn9 {
  order: 1;
}

.NosProjets_projectContent__2iV7b {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  padding: 30px;
  color: #0a0a0a;
  aspect-ratio: 1 / 1;
  width: 50%;
  height: 500px;
  justify-content: center;
  flex-shrink: 0;
}

.NosProjets_projectTitle__hKebv {
  font-size: 36px;
  font-weight: 600;
  color: #0a0a0a;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.NosProjets_projectSubtitle__yNxJe {
  font-size: 36px;
  color: #5a5a5a;
  margin: 0;
  font-weight: 400;
}

.NosProjets_projectFeatures__mXYfI {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.NosProjets_projectFeatures__mXYfI li {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 24px;
}

.NosProjets_projectFeatures__mXYfI li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 20px;
  line-height: 1;
}

.NosProjets_projectAction__UKbsn {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border: none !important;
  margin-top: 40px !important;
  align-self: flex-start;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.NosProjets_projectAction__UKbsn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.NosProjets_projectAction__UKbsn .btn,
.NosProjets_projectAction__UKbsn .btn.primary {
  border: none !important;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}

.NosProjets_projectAction__UKbsn .icon-square {
  width: 46px;
  height: 46px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border: none !important;
  outline: none !important;
}

.NosProjets_projectAction__UKbsn:hover .icon-square {
  transform: scale(1.05);
}

.NosProjets_projectAction__UKbsn .icon-square img {
  width: 25px;
  height: 25px;
  transition: transform 0.3s ease;
}

.NosProjets_projectAction__UKbsn:hover .icon-square img {
  transform: rotate(5deg);
}

.NosProjets_projectAction__UKbsn .icon-square-white {
  background: #000;
  color: #fff;
  border: none !important;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1) !important;
  outline: none !important;
}

.NosProjets_projectAction__UKbsn .icon-square-white img {
  filter: brightness(0) invert(1);
}

.NosProjets_projectAction__UKbsn > span:not(.icon-square) {
  background: var(--primary);
  color: #fff;
  border: none;
  border-left: none;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 14px 26px 15px 26px;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.NosProjets_projectAction__UKbsn:hover > span:not(.icon-square) {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}

.NosProjets_projectImageWrapper___Arn9 {
  position: relative;
  width: 500px;
  height: 500px;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  flex-shrink: 0;
}

.NosProjets_projectDownloadBtn__ACEzt {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  background: #fff;
  color: #0a0a0a;
  border: none;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 44px;
  height: 44px;
}

.NosProjets_projectDownloadBtn__ACEzt:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.NosProjets_projectDownloadBtn__ACEzt img {
  width: 24px;
  height: 24px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  filter: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(7151%) hue-rotate(349deg) brightness(92%) contrast(87%);
  flex-shrink: 0;
  object-fit: contain;
}

.NosProjets_downloadText__iCoqb {
  position: absolute;
  top: 68px;
  left: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.NosProjets_projectImage__TZrSh {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.NosProjets_slideFromTop__Dzdqx {
  animation: NosProjets_slideDownFromTopItem__RtOkw 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  will-change: transform, opacity;
}

.NosProjets_slideFromBottom__T1XHD {
  animation: NosProjets_slideUpFromBottomItem__4GtcK 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  will-change: transform, opacity;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .NosProjets_projetsSection__GnC7Q {
    width: 100% !important;
    max-width: 100% !important;
    padding: 40px 20px !important;
    margin: 0 !important;
  }

  .NosProjets_projetsSection__GnC7Q > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .NosProjets_projectsSectionHeader__QWLvB {
    padding-left: 0 !important;
    margin-bottom: 30px !important;
  }

  .NosProjets_projectsSectionHeader__QWLvB h2 {
    font-size: 24px !important;
    margin-bottom: 12px !important;
  }

  .NosProjets_projectsSubtitle__wzprZ {
    font-size: 24px !important;
    line-height: 1.5 !important;
  }
  .NosProjets_projectImageWrapper___Arn9 {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 !important;
    order: 2 !important;
    min-height: 250px !important;
  }

  .NosProjets_projectItemHorizontal__OAFE3 .NosProjets_projectImageWrapper___Arn9 {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 !important;
    order: 2 !important;
    min-height: 250px !important;
  }
  
  /* Liste devient carousel horizontal */
  .NosProjets_projectsList__E2eRJ {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  /* cacher scrollbar */
  .NosProjets_projectsList__E2eRJ::-webkit-scrollbar {
    display: none;
  }

  .NosProjets_projectsList__E2eRJ {
    scrollbar-width: none;
  }

  /* Chaque projet = slide */
  .NosProjets_projectItemHorizontal__OAFE3 {
    flex: 0 0 90% !important;
    width: 90% !important;
    scroll-snap-align: center;
    height: auto !important;
  }

  /* Contenu en colonne */
  .NosProjets_projectItemHorizontal__OAFE3 {
    flex-direction: column !important;
  }

  /* Image au-dessus */
  .NosProjets_projectItemHorizontal__OAFE3 .NosProjets_projectImageWrapper___Arn9 {
    width: 100% !important;
    height: 260px !important;
    order: 1 !important;
  }

  .NosProjets_projectItemHorizontal__OAFE3 .NosProjets_projectImage__TZrSh {
    object-fit: cover !important;
  }

  /* Contenu en dessous */
  .NosProjets_projectItemHorizontal__OAFE3 .NosProjets_projectContent__2iV7b {
    width: 100% !important;
    height: auto !important;
    padding: 24px 20px !important;
    order: 2 !important;
  }

  /* Désactiver logique imageLeft / imageRight */
  .NosProjets_projectItemHorizontal__OAFE3.NosProjets_imageLeft__6WbXv .NosProjets_projectContent__2iV7b,
  .NosProjets_projectItemHorizontal__OAFE3.NosProjets_imageRight__QRBv_ .NosProjets_projectContent__2iV7b {
    order: 2 !important;
  }

  .NosProjets_projectItemHorizontal__OAFE3.NosProjets_imageLeft__6WbXv .NosProjets_projectImageWrapper___Arn9,
  .NosProjets_projectItemHorizontal__OAFE3.NosProjets_imageRight__QRBv_ .NosProjets_projectImageWrapper___Arn9 {
    order: 1 !important;
  }

 
 
 
}

@media (max-width: 480px) {
  .NosProjets_projetsSection__GnC7Q {
    padding: 30px 15px !important;
  }

  .NosProjets_projectsSectionHeader__QWLvB h2 {
    font-size: 24px !important;
  }

  .NosProjets_projectsSubtitle__wzprZ {
    font-size: 16px !important;
  }

  .NosProjets_projectItemHorizontal__OAFE3 .NosProjets_projectContent__2iV7b {
    padding: 25px 15px !important;
  }

  .NosProjets_projectTitle__hKebv {
    font-size: 20px !important;
  }

  .NosProjets_projectSubtitle__yNxJe {
    font-size: 20px !important;
  }

  .NosProjets_projectFeatures__mXYfI li {
    font-size: 14px !important;
  }

  .NosProjets_projectAction__UKbsn > span:not(.icon-square) {
    font-size: 12px !important;
    padding: 10px 18px 11px 18px !important;
  }

  .NosProjets_projectDownloadBtn__ACEzt {
    width: 36px !important;
    height: 36px !important;
    top: 12px !important;
    left: 12px !important;
  }

  .NosProjets_projectDownloadBtn__ACEzt img {
    width: 18px !important;
    height: 18px !important;
  }

  .NosProjets_downloadText__iCoqb {
    font-size: 14px !important;
    top: 54px !important;
    left: 12px !important;
  }
}




/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/processus.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/* Processus Section */
.processus_processSection__KUX7i {
  margin-top: 0;
  padding-top: 400px;
  position: relative;
  overflow: hidden;
  background: #000 url('/image.png') center calc(100% + 100px) / 110% no-repeat !important;
  background-size: 110% auto !important;
  background-position: center calc(100% + 100px) !important;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  border-top: none;
  
}
.processus_titleSection__nve0y{
   font-size: 38px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px 0;
  margin-left: -2px;
  text-transform: uppercase;
}

.processus_processSection__KUX7i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.8) 60%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.processus_processSection__KUX7i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    rgba(0, 0, 0, 0.7),
    radial-gradient(ellipse 1400px 400px at 50% 50%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 70%, transparent 85%),
    radial-gradient(ellipse 800px 600px at 20% 30%, rgba(0, 0, 0, 0.8) 0%, transparent 70%),
    radial-gradient(ellipse 600px 500px at 80% 70%, rgba(0, 0, 0, 0.7) 0%, transparent 65%),
    radial-gradient(ellipse 500px 400px at 10% 80%, rgba(0, 0, 0, 0.75) 0%, transparent 55%),
    radial-gradient(ellipse 550px 450px at 90% 20%, rgba(0, 0, 0, 0.7) 0%, transparent 58%);
  pointer-events: none;
  z-index: 0;
}

.processus_processSection__KUX7i > .container {
  position: relative;
  z-index: 3;
  max-width: 100%;
  overflow: visible;
}

.processus_processSectionHeader__sL8_R {
  margin-top: -300px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}

.processus_processSectionSubtitle__i3UVU {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 16px 0 0 0;
  max-width: 800px;
}

.processus_processStepsCarousel__fRTl8 {
  margin-top: -40px;
  margin: 60px auto;
  overflow-x: visible;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 120px;
  width: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.processus_processStepsCarousel__fRTl8::-webkit-scrollbar {
  display: none;
}

.processus_processStepsContainer__q3cUX {
  display: flex;
  gap: 24px;
  padding: 12px 0;
  padding-right: 40px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  justify-content: center;
  margin: 0 auto;
}

.processus_processStep__7IGPN {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 140px;
  flex-shrink: 0;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}

.processus_processStep__7IGPN::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(ellipse 300px 300px, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.3) 90%, rgba(0, 0, 0, 0.15) 95%, transparent 100%);
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
}

.processus_processStepNumber__eNZmu {
  position: relative;
  width: 80px;
  height: 100px;
  background: #df1f26;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
  font-size: 38px;
  font-weight: 200;
  letter-spacing: 1px;
  -webkit-clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
          clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
  transform: translateY(-8px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.processus_processStepNumber__eNZmu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  -webkit-clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%, 0 25px);
          clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%, 0 25px);
}

.processus_processStepText__L78Ue {
  padding: 8px 20px 4px 20px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 120px;
  box-sizing: border-box;
  margin: 0 auto;
  text-transform: uppercase;
  -webkit-clip-path: polygon(0.5% 0, 99.5% 0, 100% 100%, 0 100%);
          clip-path: polygon(0.5% 0, 99.5% 0, 100% 100%, 0 100%);
  border-top: none;
}

.processus_processCta__drrCK {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.processus_processCtaBtn__5jumt {
  box-shadow: 
    0 4px 16px rgba(223, 31, 38, 0.2),
    0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
}

.processus_processCtaBtn__5jumt::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.processus_processCtaBtn__5jumt:hover::before {
  left: 100%;
}

.processus_processCtaBtn__5jumt:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 24px rgba(223, 31, 38, 0.3),
    0 4px 12px rgba(0, 0, 0, 0.15);
}

.processus_processCtaBtn__5jumt:active {
  transform: translateY(0);
  box-shadow: 
    0 2px 8px rgba(223, 31, 38, 0.2),
    0 1px 4px rgba(0, 0, 0, 0.1);
}

.processus_processCtaBtn__5jumt .icon-square {
  width: 44px;
  height: 50px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.processus_processCtaBtn__5jumt:hover .icon-square {
  transform: scale(1.05);
}

.processus_processCtaBtn__5jumt .icon-square svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.processus_processCtaBtn__5jumt:hover .icon-square svg {
  transform: rotate(5deg);
}

.processus_processCtaBtn__5jumt .icon-square .material-symbols-outlined {
  font-size: 30px;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.processus_processCtaBtn__5jumt:hover .icon-square .material-symbols-outlined {
  transform: rotate(5deg);
}

.processus_processCtaBtn__5jumt .icon-square-white {
  background: #fff;
  color: #0a0a0a;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.processus_processCtaBtn__5jumt .icon-square-white .material-symbols-outlined {
  color: #0a0a0a;
}

.processus_processCtaBtn__5jumt > span:not(.icon-square) {
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 14px 26px 15px 26px;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.processus_processCtaBtn__5jumt:hover > span:not(.icon-square) {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .processus_processSection__KUX7i {
    padding-top: 80px !important;
    background-size: 150% auto !important;
    background-position: center calc(100% + 50px) !important;
  }

  .processus_processSectionHeader__sL8_R {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
    padding: 0 20px !important;
  }

  .processus_processSectionHeader__sL8_R h2 {
    font-size: 32px !important;
  }

  .processus_processSectionSubtitle__i3UVU {
    font-size: 15px !important;
    padding: 0 10px !important;
  }

  .processus_processStepsCarousel__fRTl8 {
    padding: 0 !important;
    margin: 40px auto !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    width: 100% !important;
    position: relative !important;
  }

  .processus_processStepsContainer__q3cUX {
    padding: 12px 20px !important;
    gap: 20px !important;
    justify-content: flex-start !important;
    display: flex !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    min-width: 100% !important;
  }

  .processus_processStep__7IGPN {
    min-width: calc(100% - 40px) !important;
    width: calc(100% - 40px) !important;
    flex-shrink: 0 !important;
    scroll-snap-align: center !important;
    scroll-snap-stop: always !important;
    max-width: calc(100vw - 40px) !important;
  }

  .processus_processStepNumber__eNZmu {
    width: 70px !important;
    height: 90px !important;
    font-size: 32px !important;
    margin: 0 auto !important;
  }

  .processus_processStepText__L78Ue {
    font-size: 12px !important;
    line-height: 1.5 !important;
    padding: 10px 16px 8px 16px !important;
    width: 100% !important;
    max-width: 280px !important;
    margin: 0 auto !important;
  }

  .processus_processCta__drrCK {
    padding: 0 20px !important;
    margin-top: 40px !important;
  }
}

@media (max-width: 480px) {
  .processus_processSection__KUX7i {
    padding-top: 60px !important;
  }

  .processus_processSectionHeader__sL8_R h2 {
    font-size: 24px !important;
  }

  .processus_processSectionSubtitle__i3UVU {
    font-size: 16px !important;
  }

  .processus_processStepsCarousel__fRTl8 {
    padding: 0 !important;
  }

  .processus_processStepsContainer__q3cUX {
    gap: 16px !important;
    padding: 12px 16px !important;
  }

  .processus_processStep__7IGPN {
    min-width: calc(100% - 32px) !important;
    width: calc(100% - 32px) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .processus_processStepNumber__eNZmu {
    width: 60px !important;
    height: 80px !important;
    font-size: 28px !important;
  }

  .processus_processStepText__L78Ue {
    font-size: 14px !important;
    max-width: 250px !important;
    padding: 8px 14px 6px 14px !important;
  }
}






/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/formulaire.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
/* ==================================================
   FORMULAIRE SECTION
================================================== */
.formulaire_formulaireSection__NR9FN {
  position: relative;
  overflow: visible;
  padding: 80px 0;
}

.formulaire_formulaireSection__NR9FN::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-image: url('/image.png');
  background-size: 130% auto;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0.5;
  filter: brightness(0.5);
  pointer-events: none;
  z-index: 0;
}

.formulaire_formulaireSection__NR9FN::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-image: url('/image.png');
  background-size: 130% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  transform: scaleY(-1);
  opacity: 0.5;
  filter: brightness(0.5);
  pointer-events: none;
  z-index: 0;
}

/* ==================================================
   CONTAINER (90% / 1400px)
================================================== */
.formulaire_formulaireSection__NR9FN > .container {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
}

.formulaire_formulaireContainer__kk_iK {
  position: relative;
  z-index: 2;
}

/* ==================================================
   HEADER
================================================== */
.formulaire_formulaireHeader__2c2W_ {
  text-align: left;
  margin-bottom: 60px;
}

.formulaire_formulaireTitle__WKt2c {
  font-size: 38px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.formulaire_formulaireDescription__IJJ__ {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
  max-width: 800px;
}

/* ==================================================
   GRID (50% / 50%)
================================================== */
.formulaire_formulaireGrid__YIMs0 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  align-items: stretch;
  margin: 0 auto;
  width: 100%;
  min-height: 600px;
}

/* ==================================================
   LEFT SECTION (Image)
================================================== */
.formulaire_formulaireLeft__xd_HA {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  width: 100%;
}

.formulaire_formulaireImageWrapper__wPgqw {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%, 0 calc(100% - 100px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%, 0 calc(100% - 100px));
  display: flex;
  align-items: stretch;
  flex: 1 1;
  min-width: 0;
}

.formulaire_formulaireImage__uIAnt {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==================================================
   RIGHT SECTION (Form with Red Background)
================================================== */
.formulaire_formulaireRight__GzX2z {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

/* Fond rouge derrière le formulaire */
.formulaire_formulaireRight__GzX2z::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: 0;
  border-radius: 0;
}

.formulaire_formulairePanel___37I4 {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 40px 35px;
  padding-top: 70px;
  padding-left: 90px;
  -webkit-clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100px, 100% 100%, 0 100%);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

/* ==================================================
   FORM FIELDS
================================================== */
.formulaire_formulaire__tzubO {
  display: flex;
  flex-direction: column;
  gap: 38px;
  align-items: flex-start;
  margin-top: 20px;
}

.formulaire_formulaireField__brgOc {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  width: 100%;
}

.formulaire_formulaireField__brgOc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 1px;
  background: rgba(223, 31, 38, 0.3);
  transition: background-color 0.2s ease;
}

.formulaire_formulaireField__brgOc:has(input:focus)::after,
.formulaire_formulaireField__brgOc:has(select:focus)::after,
.formulaire_formulaireField__brgOc:has(textarea:focus)::after {
  background: rgba(223, 31, 38, 0.5);
}

.formulaire_formulaireField__brgOc:has(select)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(300px - 6px);
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23df1f26' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transform: translateY(-100%);
  margin-bottom: -6px;
}

.formulaire_formulaireField__brgOc label {
  display: none;
}

.formulaire_formulaireInput__wzmFX {
  border: none;
  border-bottom: 1px solid rgba(223, 31, 38, 0.3);
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-image: linear-gradient(to right, rgba(223, 31, 38, 0.3) 0%, rgba(223, 31, 38, 0.3) 380px, transparent 380px, transparent 100%) 1;
  padding: 8px 0;
  font-size: 14px;
  background: transparent;
  color: #0a0a0a;
  outline: none;
  transition: all 0.2s ease;
  font-family: inherit;
  position: relative;
  width: 100%;
}

.formulaire_formulaireInput__wzmFX::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 1px;
  background: rgba(223, 31, 38, 0.3);
  transition: background-color 0.2s ease;
}

.formulaire_formulaireInput__wzmFX:focus::after {
  background: rgba(223, 31, 38, 0.5);
}

.formulaire_formulaireInput__wzmFX::placeholder {
  color: rgba(10, 10, 10, 0.5);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.formulaire_formulaireSelect__pk3Ft {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
  padding-right: 20px;
  border-bottom: none;
  transition: all 0.2s ease;
  color: rgba(10, 10, 10, 0.5);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
  position: relative;
}

.formulaire_formulaireSelect__pk3Ft:not([value=""]) {
  color: rgba(10, 10, 10, 0.5);
}

.formulaire_formulaireSelect__pk3Ft option {
  color: #0a0a0a;
  text-transform: none;
  font-weight: normal;
}

.formulaire_formulaireTextarea__TSIuv {
  min-height: 90px;
  resize: vertical;
  border-bottom: none;
  background: transparent;
  transition: all 0.2s ease;
}

.formulaire_formulaireTextarea__TSIuv::placeholder {
  color: rgba(10, 10, 10, 0.5);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.formulaire_formulaireSubmit__KW7Uy {
  margin-top: 0;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  align-self: flex-start;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0;
}

/* ==================================================
   RESPONSIVE
================================================== */
@media (max-width: 1024px) {
  .formulaire_formulaireSection__NR9FN > .container {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .formulaire_formulaireGrid__YIMs0 {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .formulaire_formulairePanel___37I4 {
    padding: 35px 30px;
    padding-top: 50px;
    padding-left: 40px;
    -webkit-clip-path: none;
            clip-path: none;
    max-width: 100%;
  }

  .formulaire_formulaireImageWrapper__wPgqw {
    -webkit-clip-path: none;
            clip-path: none;
    max-width: 100%;
    height: 400px;
  }
}

@media (max-width: 768px) {
  .formulaire_formulaireSection__NR9FN > .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .formulaire_formulaireHeader__2c2W_ {
    margin-bottom: 40px;
  }

  .formulaire_formulaireTitle__WKt2c {
    font-size: 36px;
  }

  .formulaire_formulaireDescription__IJJ__ {
    font-size: 15px;
  }

  .formulaire_formulaireGrid__YIMs0 {
    gap: 30px;
  }

  .formulaire_formulairePanel___37I4 {
    padding: 30px 24px;
    padding-top: 40px;
    padding-left: 30px;
  }

  .formulaire_formulaire__tzubO {
    gap: 28px;
  }

  .formulaire_formulaireField__brgOc::after {
    width: 100%;
    max-width: 300px;
  }

  .formulaire_formulaireImageWrapper__wPgqw {
    height: 350px;
  }
}

@media (max-width: 480px) {
  .formulaire_formulaireTitle__WKt2c {
    font-size: 24px;
  }

  .formulaire_formulaireDescription__IJJ__ {
    font-size: 16px;
  }

  .formulaire_formulairePanel___37I4 {
    padding: 24px 20px;
    padding-top: 35px;
    padding-left: 24px;
  }

  .formulaire_formulaire__tzubO {
    gap: 24px;
  }

  .formulaire_formulaireInput__wzmFX,
  .formulaire_formulaireSelect__pk3Ft,
  .formulaire_formulaireTextarea__TSIuv {
    font-size: 14px;
  }

  .formulaire_formulaireImageWrapper__wPgqw {
    height: 300px;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/faq.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/* ==================================================
   FAQ + LEAD FORM SECTION
================================================== */
.faq_faqSection__W9yCu {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 800px 600px at 20% 30%, rgba(0,0,0,.8), transparent 70%),
    radial-gradient(ellipse 600px 500px at 80% 70%, rgba(0,0,0,.7), transparent 65%),
    radial-gradient(ellipse 700px 550px at 50% 50%, rgba(0,0,0,.6), transparent 60%),
    radial-gradient(ellipse 500px 400px at 10% 80%, rgba(0,0,0,.75), transparent 55%),
    radial-gradient(ellipse 550px 450px at 90% 20%, rgba(0,0,0,.7), transparent 58%),
    #000;
}

/* Decorative background image */
.faq_faqSection__W9yCu::before,
.faq_faqSection__W9yCu::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/image.png') no-repeat center / 110%;
  opacity: .45;
  filter: brightness(.5);
  pointer-events: none;
  z-index: 0;
}

.faq_faqSection__W9yCu::after {
  bottom: 0;
  top: auto;
  transform: scaleY(-1);
}

/* ==================================================
   CONTAINER (90% / 1400px)
================================================== */
.faq_faqSection__W9yCu > .container {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1400px;
  margin-inline: auto;
}

/* ==================================================
   GRID GLOBAL
================================================== */
.faq_faqGrid__6_gIB {
  display: grid;
  grid-template-columns: 60% 35%;
  grid-gap: 60px;
  gap: 60px;
  align-items: stretch;
}


/* ==================================================
   LEAD FORM (50 / 50)
================================================== */
.faq_leadFormWrapper__fXmwo {
  display: flex;
}
.faq_lead-form-image__tngib {
  width: 35%;
}

.faq_lead-form-panel__e8uRU {
  width: 60%;
}

.faq_lead-form-image__tngib {
  position: relative;
}

.faq_lead-form-image__tngib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.faq_lead-form-panel__e8uRU {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  background: rgba(255,255,255,.03);
}

/* ==================================================
   FAQ CONTENT
================================================== */
.faq_faqContent__qiZeI {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.faq_faqHeader__yTtT5 {
  margin-bottom: 0;
}

.faq_faq__WgvqD {
  display: flex;
  flex-direction: column;
}

.faq_faqTitle__tulja {
  font-size: 38px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px 0;
  margin-left: -2px;
  text-transform: uppercase;
}

.faq_faqIntro__VjbwE {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.8);
}

/* ==================================================
   FAQ ITEMS
================================================== */

.faq_faqItem__sASBH {
  border-bottom: 1px solid rgba(255,255,255,.2);
  transition: border-color .3s ease, height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq_faqItem__sASBH:hover {
  border-bottom-color: rgba(255,255,255,.4);
}

.faq_faqItem__sASBH:last-child {
  border-bottom: none;
}

.faq_faqItem__sASBH summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.faq_faqItem__sASBH[open] summary {
  background: #fff;
  color: #0a0a0a;
  padding: 20px 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

/* Question & Toggle */
.faq_faqQuestion__h168P {
  flex: 1 1;
}

.faq_faqToggle__JtX0d {
  width: 32px;
  height: 32px;
  background: var(--primary);
  color: #fff;
  display: grid;
  place-items: center;
  margin-left: 16px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.faq_faqIconPlus__C97X_,
.faq_faqIconMinus__YA8pQ {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: opacity .2s ease;
}

.faq_faqItem__sASBH[open] .faq_faqIconPlus__C97X_ { opacity: 0; }
.faq_faqItem__sASBH[open] .faq_faqIconMinus__YA8pQ { opacity: 1; }
.faq_faqItem__sASBH:not([open]) .faq_faqIconPlus__C97X_ { opacity: 1; }
.faq_faqItem__sASBH:not([open]) .faq_faqIconMinus__YA8pQ { opacity: 0; }

/* Answer */
.faq_faqAnswer__B0vpD {
  padding: 24px 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.faq_faqItem__sASBH:not([open]) .faq_faqAnswer__B0vpD {
  display: none;
}

.faq_faqItem__sASBH[open] .faq_faqAnswer__B0vpD {
  animation: faq_fadeIn__aMPxy 0.3s ease;
}

@keyframes faq_fadeIn__aMPxy {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==================================================
   FAQ IMAGE
================================================== */
.faq_faqImage__jvgNJ {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-self: stretch;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height;
  min-height: 0;
  height: auto;
}

.faq_faqFlagWrapper__fNhPp {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.faq_faqFlagPole__m5Nap {
  width: 4px;
  background: linear-gradient(to bottom, #c0c0c0, #808080);
  flex-shrink: 0;
  height: 100%;
}

.faq_faqFlagFabric__zz3Qj {
  flex: 1 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: stretch;
}

.faq_faqFlagImage__2W7sc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ==================================================
   RESPONSIVE
================================================== */
@media (max-width: 1024px) {
  .faq_lead-form-panel__e8uRU {
    padding: 36px;
  }
}

@media (max-width: 768px) {
  .faq_faqGrid__6_gIB {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* Cacher l'image sur mobile */
  .faq_faqImage__jvgNJ {
    display: none;
  }

  .faq_leadFormWrapper__fXmwo {
    flex-direction: column;
  }

  .faq_lead-form-image__tngib,
  .faq_lead-form-panel__e8uRU {
    width: 100%;
  }

  .faq_lead-form-image__tngib {
    height: 260px;
  }

  .faq_lead-form-panel__e8uRU {
    padding: 32px 24px;
  }

  .faq_faqTitle__tulja {
    font-size: 28px;
    text-align: center;
  }

  .faq_faqIntro__VjbwE {
    text-align: center;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .faq_lead-form-image__tngib {
    height: 220px;
  }

  .faq_faqTitle__tulja {
    font-size: 24px;
  }

  .faq_faqIntro__VjbwE {
    font-size: 16px;
  }
}

