/* =============== version_v2 =============== */
* {
    box-sizing: border-box;
}

.version_v2 body {
  background: #ffffff;
}

/* ================== prev_next ====================  */
.prev_next.v2 {
  margin: 0;
  background: #ffffff;
  padding: 9rem 0 4rem;
}

.prev_next {
  padding-top: 5rem;
}

.arrow_btn .icon {
  width: 3.5rem;
  height: 3.5rem;
  border: 0.1rem solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow_btn .icon img {
  width: 1rem;
}

.arrow_btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
}

.prev_next {
  margin-top: var(--menuHeight);
}

.prev_next .cross {
  width: 3.5rem;
  height: 3.5rem;
  border: 0.1rem solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.prev_next .cross img {
  width: 1.4rem;
  filter: var(--black_img);
}

.prev_next .cross:hover {
  background: #f1f1f1;
}

.prev_next .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.arrow_btn.next {
  flex-direction: row-reverse;
  margin-left: auto;
}

/* ============= hero_slider_area ========== */
.hero_slider_area {
  padding: 3rem 0 9rem;
}

.hero_slider .swiper_pagination {
  display: flex;
  gap: 2.4rem;
  position: absolute;
  bottom: 2.4rem;
  left: 6.5rem;
  z-index: 1;
}

.hero_slider {
  position: relative;
  overflow: hidden;
  display: flex;
}

.slider_arrow {
  display: flex;
  align-items: center;
  width: calc(100% - 3.6rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  justify-content: space-between;
}

/* ============= hero_v2_area =========== */
.hero_v2_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.herov2_right {
  display: flex;
  gap: 7rem;
}

.title_31 {
  font-size: 3.1rem;
  line-height: 3.2rem;
}

.herov2_left h3 {
  font-family: var(--primaryfont);
}

.hero_v2_area {
  padding-top: 4.5rem;
}

.herov2_box span {
  font-size: 1.1rem;
  color: #a0a09b;
}

.herov2_box p {
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-transform: uppercase;
}

/* ================ Service area ================= */
.service_content {
  padding: 0 12rem 11.5rem 12rem;
}

.service_content > p {
  font-size: 2.2rem;
  line-height: 1.35;
}

.service_content .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8rem;
}

.service_box span {
  width: 2rem;
  height: 0.2rem;
  display: block;
  background: #c67050;
}

.service_box h6 {
  font-family: var(--primaryfont);
  font-size: 3rem;
  line-height: 3.4rem;
  padding: 2rem 0 3rem;
  color: #1f1f1f;
}

.service_box ul,
.service_box p {
  color: #1f1f1f;
  font-size: 2.02rem;
  line-height: 1.45;
}

/* ========= image_slide_area =========== */
.image_slide_area {
  padding: 0 0 8rem;
}

.image_slider .swiper-slide {
  width: 66.9rem;
}

.image_card {
  position: relative;
  display: flex;
  overflow: hidden;
}

.image_slide {
  height: 44.6rem;
  object-fit: cover;
  transition: 0.25s ease;
}

.plus_icon {
  width: 8rem;
  height: 8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(0.9) translate(-50%, -50%);
  opacity: 0;
  transition: 0.35s ease;
}

.image_card:hover .image_slide {
  transform: scale(1.05);
  filter: brightness(0.75);
}

.image_card:hover .plus_icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.swiper_pagination {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  position: relative;
  bottom: 0;
  margin-top: 3rem;
  margin-left: 7rem;
}

.image_slide_top .slider_arrow {
  position: relative;
  top: auto;
  left: auto;
  transform: translate(0, 0);
  width: fit-content;
  margin-left: auto;
  margin-bottom: 1.6rem;
  display: flex;
  gap: 2rem;
}

.image_slider {
  overflow: hidden;
}

.image_slide_area .container-fluid {
  max-width: calc(100% - 12rem);
}

/* ============== video_area_v2 ============== */
.video_area_v2 .title_36 {
  font-size: 3.6rem;
  font-family: var(--primary);
  text-align: right;
  line-height: 4.2rem;
}

/* =============================== */
.maps_area_v2 {
  padding: 6rem 0 8rem;
  background: #fff;
}

.maps_area_v2 .test_author * {
  font-size: 3rem;
  line-height: 1.2;
}

.maps_area_v2 .test_author {
  max-width: 96.7rem;
  margin: 0 auto;
}

.maps_area_v2 .phone-box {
  max-width: 103rem;
  margin: 0 auto;
  padding: 2rem;
}

.maps_area_v2 .phon_box_items span {
  font-size: 4rem;
}

.maps_area_v2 .phone-box input {
  width: 43.6rem;
  box-sizing: border-box;
}

.maps_area_v2 .phone-box input::placeholder {
  font-size: 3rem;
}

.maps_area_v2 .phon_box_items button img {
  width: 5.4rem;
  margin-left: 1rem;
}

/* ================= Schema projet personnalisé ================= */
.project_schema_header {
  padding: 5rem 0 2rem;
  background: #ffffff;
}

.project_schema_header_inner {
  min-height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project_schema_kicker {
  display: inline-block;
  width: fit-content;
  margin-bottom: 1.8rem;
  padding-bottom: 0.6rem;
  color: #c67050;
  border-bottom: 0.2rem solid #c67050;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project_schema_header h1 {
  margin: 0;
  font-family: var(--secondaryfont);
  font-size: clamp(6rem, 10vw, 13rem);
  line-height: 0.9;
  font-weight: 300;
  color: #000000;
}

.project_schema_header p {
  max-width: 86rem;
  margin-top: 2.5rem;
  color: #1f1f1f;
  font-size: 3rem;
  line-height: 1.15;
}

.schema_slider_area {
  padding: 3rem 0 6rem;
}

.project_info_area {
  padding: 0 0 7rem;
  background: #ffffff;
}

.project_info_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}

.project_info_item {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.22);
  padding-top: 1.6rem;
}

.project_info_item span {
  display: inline-block;
  color: #a0a09b;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 0.2rem solid #c67050;
  padding-bottom: 0.8rem;
  margin-bottom: 1.5rem;
}

.project_info_item p {
  color: #000000;
  font-size: 2.05rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.project_story_area {
  padding: 0 0 8rem;
  background: #ffffff;
}

.project_story_intro p {
  max-width: 108rem;
  color: #1f1f1f;
  font-size: 2.6rem;
  line-height: 1.25;
}

.project_story_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 4.5rem;
}

.project_story_card {
  min-height: 34rem;
  padding: 3rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.14);
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.project_story_card > span {
  width: 2.2rem;
  height: 0.2rem;
  display: block;
  background: #c67050;
  margin-bottom: 2.2rem;
}

.project_story_card h2 {
  margin: 0 0 2.2rem;
  color: #000000;
  font-family: var(--primaryfont);
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 600;
}

.project_story_card p {
  color: #1f1f1f;
  font-size: 2rem;
  line-height: 1.42;
}

.project_value_area {
  padding: 0 0 8rem;
  background: #ffffff;
}

.project_value_box {
  max-width: 118rem;
}

.project_value_box h2 {
  max-width: 96rem;
  margin: 0 0 2.2rem;
  color: #000000;
  font-family: var(--secondaryfont);
  font-size: clamp(4.2rem, 6vw, 8.4rem);
  font-weight: 300;
  line-height: 0.95;
}

.project_value_box p {
  max-width: 104rem;
  color: #1f1f1f;
  font-size: 2.2rem;
  line-height: 1.45;
}

.schema_gallery_area {
  padding-top: 1rem;
}

/* ================= Slider projet unique + parallax ================= */
.project_hero_parallax_area {
  position: relative;
  min-height: calc(100vh - var(--menuHeight));
  margin-top: var(--menuHeight);
  overflow: hidden;
  background: #111111;
  display: flex;
  align-items: center;
}

.project_hero_parallax_bg {
  position: absolute;
  inset: -8rem 0;
  background-image: url("../img/slider1.webp");
  background-size: cover;
  background-position: center;
  transform: translate3d(0, 0, 0) scale(1.08);
  will-change: transform;
}

.project_hero_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.26), rgba(0,0,0,0.04), rgba(0,0,0,0.26));
  pointer-events: none;
}

.project_slider_nav {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project_slider_btn {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  min-width: 19rem;
  padding: 1.3rem 1.6rem;
  color: #ffffff;
  border: 0.1rem solid rgba(255,255,255,0.72);
  background: rgba(0,0,0,0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-transform: uppercase;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.project_slider_btn:hover {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}

.project_slider_icon {
  width: 3.8rem;
  height: 3.8rem;
  border: 0.1rem solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.project_slider_icon img {
  width: 1.05rem;
  filter: var(--white_img);
  transition: 200ms;
}

.project_slider_btn:hover .project_slider_icon img {
  filter: var(--black_img);
}

.project_schema_header {
  padding-top: 7rem;
}
