.big_title h2 {
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-top: 30px;
  font-weight: 100;
}

.big_title small {
  margin-bottom: 30px;
  display: inline-block;
}

.big_title strong {
  font-weight: 300;
}

h3 {
  font-family: "Lato", sans-serif;
  font-weight: 100;
}

h3 strong {
  font-weight: 400;
}

.logo {
  width: 460px;
}

p {
  font-size: 15px;
}

a:focus {
  outline: 0;
}

.diagonale_white_transparent,
.diagonale_transparent_grey,
.diagonale_transparent_white,
.diagonale_transparent_blue_grey,
.diagonale_blue_grey_transparent,
.diagonale_grey_transparent {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 61px 100vw 0 0;
  border-color: transparent white transparent transparent;
  -webkit-transform: scale(1.0001);
  -ms-transform: scale(1.0001);
  transform: scale(1.0001);
  position: relative;
  z-index: 9999;
}

/* diagonale-header */

.diagonale_white_transparent {
  border-color: #fff transparent transparent transparent;
  margin-bottom: -60px;
}

/* diagonale-projet */

.diagonale_transparent_grey {
  border-color: transparent #eaeaea transparent transparent;
  margin-top: -60px;
}

/* diagonale-realisation */

.diagonale_transparent_white {
  border-color: transparent #fff transparent transparent;
  margin-top: -60px;
}

.diagonale_transparent_blue_grey {
  border-color: transparent #d6dde5 transparent transparent;
  margin-top: -60px;
}

.diagonale_blue_grey_transparent {
  border-color: #d6dde5 transparent transparent transparent;
  margin-top: -60px;
}

.diagonale_grey_transparent {
  border-color: #eaeaea transparent transparent transparent;
  margin-top: -60px;
}

.grey {
  background-color: #dddddd;
}

.grey-light {
  background-color: #eaeaea;
}

.blue-grey {
  background-color: #d6dde5;
}

.no_padding {
  padding: 0 !important;
}

.no_margin {
  margin: 0 !important;
}

.mb {
  margin-bottom: 70px;
}

.mt {
  margin-top: 70px;
}

.pt {
  padding-top: 70px;
}

.pb {
  padding-bottom: 70px;
}

.pt_large {
  padding-top: 140px;
}

.pb_large {
  padding-bottom: 140px;
}

.mb_large {
  margin-bottom: 140px;
}

.mt_large {
  margin-top: 140px;
}

.mb_large {
  margin-bottom: 140px;
}

.position_relative {
  position: relative;
}

.position_absolute {
  position: absolute;
}

.vcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.hcenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.uppercase {
  text-transform: uppercase;
}

.big_image_wrapper h3 {
  color: #fff;
  font-weight: lighter;
  margin-bottom: 40px;
  font-family: "Lato", sans-serif;
  letter-spacing: 3px;
  font-size: 28px;
  line-height: 50px;
}

.big_image_wrapper .separator h3 {
  font-size: 24px;
}

.big_image_wrapper p {
  color: #fff;
}

.l-mb {
  margin-bottom: 25px;
}

.owl-carousel .owl-dots.disabled {
  display: none !important;
}

.owl-carousel .owl-nav.disabled {
  display: none !important;
}

.big_image {
  padding-top: 150px;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}

.big_image_projet {
  padding-top: 300px;
  padding-bottom: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

a {
  color: #094175;

  font-size: 14px;
}

a:hover,
a:focus {
  text-decoration: none;
}

.button_empty {
  display: inline-block;
  font-weight: bold;
  padding: 15px 10px 15px 10px;
  border: 2px solid #094175;
  color: #094175;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button_empty:hover {
  color: #fff;
  text-decoration: none;
  background-color: #094175;
}

.button_empty_white {
  display: inline-block;
  padding: 10px 30px 10px 30px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button_empty_white:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #094175;
  background-color: #094175;
}

.navbar-kcimmo {
  z-index: 999;
  margin-bottom: 0;
}

.navbar-kcimmo .navbar-nav > li.current-menu-item > a {
  color: #3aaae2;
}

.navbar-kcimmo .navbar-brand {
  height: auto;
}

.navbar-kcimmo .navbar-nav {
  float: right;
}

.navbar-kcimmo .navbar-nav > li a {
  color: #000;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 35px;
  font-weight: 300;
}

.navbar-kcimmo .navbar-nav > li a:hover,
.navbar-kcimmo .navbar-nav > li a:focus {
  background-color: transparent;
  color: #3aaae2;
}

#slideshow {
  font-family: "Lato", serif;
  font-size: 37px;
  max-height: 800px;
  height: 800px;
}

#slideshow img {
  max-height: 800px;
  object-fit: cover;
}

#slideshow .item-text {
  position: absolute;
  background-color: rgba(58, 170, 226, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 1rem;
  z-index: 99;
  width: 50%;
}
#slideshow .item-text p {
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

/* Responsive pour le contenu du slideshow */
@media (max-width: 768px) {
  #slideshow .item-text {
    width: 80%;
    padding: 0.8rem;
  }

  #slideshow .item-text p {
    font-size: 1.5rem;
  }

  .hero-cta {
    flex-direction: column;
    gap: 10px;
  }

  .hero-cta .hero-btn {
    width: 100%;
    margin: 5px 0;
  }
}

@media (max-width: 480px) {
  #slideshow .item-text {
    width: 90%;
    padding: 0.6rem;
  }

  #slideshow .item-text p {
    font-size: 1.2rem;
  }

  .hero-cta .hero-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.customDots {
  display: none;
  position: relative;
  z-index: 99999999;
  margin-top: -150px;
  margin-left: 15px;
}

.customDots .owl-dot.active span {
  background-color: #094175;
}

.customDots .owl-dot {
  display: inline-block;
}

.customDots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #094175;
  background-color: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */

/* This is very important class. Use z-index if you want move Out item above In item */

.owl-animated-out {
  z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */

.owl-animated-in {
  z-index: 0;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.projet p {
  margin-bottom: 30px;
}

.footer {
  background-color: #000;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  font-size: 12px;
  font-family: "Myriad Pro", sans-serif;
}

.footer img {
  height: 40px;
  margin-bottom: 25px;
}

.formulaire label {
  color: #094175;

  font-weight: 100;
}

.formulaire input,
.formulaire textarea {
  font-weight: 100;
  width: 100%;
  border: 0px;
  background-color: #eaeaea;
  font-size: 18px;
  padding: 12px;
  color: #000;
  border: 1px solid #eaeaea;
}

.formulaire input:focus,
.formulaire textarea:focus {
  border: 1px solid #094175;
  background-color: #eaeaea;
  outline: 0px;
}

.formulaire .wpcf7 input[type="submit"] {
  padding: 0 !important;
}

.about_header h1 {
  margin-bottom: 50px;
}

.about_header p {
  margin-bottom: 30px;
}

.team h3 {
  margin-bottom: 40px;
  font-size: 18px;
  margin-top: 40px;
}

.team .hover_mailto {
  position: relative;
  display: inline-block;
}

.team .hover_mailto .overlay_img {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  background-size: 263px 218px;
  height: 218px;
  width: 200px;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.team .hover_mailto:hover .overlay_img {
  opacity: 1;
}

.miniatures {
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.miniatures .miniature {
  display: inline-block;
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
  /* height: 120px; */
  /* width: 120px; */
  overflow: hidden;
}

.active_miniature:after {
  background-color: rgba(0, 115, 163, 0.6);
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.projet_single h2 {
  margin-bottom: 50px;
}

.projet_gmap .row {
  margin-top: -60px;
}

.projet_details h2 {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  border-bottom: 1px solid #999999;
  padding-bottom: 30px;
  margin-bottom: 20px;
  padding-left: 40px;
}

.projet_details h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.projet_details .documents {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
}

.projet_details .plan_file,
.projet_details .cahier_file,
.projet_details .energy {
  position: relative;
}

.projet_details .plan_file a,
.projet_details .plan_file .peb_a,
.projet_details .plan_file .peb_b,
.projet_details .plan_file .peb_c,
.projet_details .plan_file .peb_d,
.projet_details .plan_file .peb_e,
.projet_details .plan_file .peb_f,
.projet_details .plan_file .peb_g,
.projet_details .cahier_file a,
.projet_details .cahier_file .peb_a,
.projet_details .cahier_file .peb_b,
.projet_details .cahier_file .peb_c,
.projet_details .cahier_file .peb_d,
.projet_details .cahier_file .peb_e,
.projet_details .cahier_file .peb_f,
.projet_details .cahier_file .peb_g,
.projet_details .energy a,
.projet_details .energy .peb_a,
.projet_details .energy .peb_b,
.projet_details .energy .peb_c,
.projet_details .energy .peb_d,
.projet_details .energy .peb_e,
.projet_details .energy .peb_f,
.projet_details .energy .peb_g {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.projet_details .plan_file .cpe span,
.projet_details .cahier_file .cpe span,
.projet_details .energy .cpe span {
  position: relative;
}

.projet_details .plan {
  background-image: url(../img/sprite.png);
  background-position: -200px -113px;
  background-size: 263px 218px;
  height: 37px;
  width: 39px;
  display: inline-block;
  margin-right: 20px;
}

.projet_details .cahier {
  background-image: url(../img/sprite.png);
  background-position: -200px -150px;
  background-size: 263px 218px;
  height: 38px;
  width: 26px;
  display: inline-block;
  margin-right: 33px;
}

.projet_details .peb {
  background-image: url(../img/sprite.png);
  background-position: -200px 0px;
  background-size: 263px 218px;
  height: 51px;
  width: 63px;
  display: inline-block;
}

.projet_details .peb_a {
  color: #097e3e;
}

.projet_details .peb_b {
  color: #32a548;
}

.projet_details .peb_c {
  color: #96c133;
}

.projet_details .peb_d {
  color: #efe61e;
}

.projet_details .peb_e {
  color: #f7ad24;
}

.projet_details .peb_f {
  color: #ea6927;
}

.projet_details .peb_g {
  color: #e31829;
}

.projet_details .energy span {
  font-size: 34px;
  text-transform: uppercase;
  border: 1px solid #999999;
  font-weight: bold;
  padding: 0px 12px 0px 13px;
  margin-left: 20px;
}

.slides {
  padding: 0;
  list-style: none;
}

.control_nav .flex-direction-nav {
  padding: 0;
  list-style: none;
}

.control_nav .flex-nav-prev {
  position: absolute;
  left: 15px;
  top: 24px;
  color: white;
  background-color: #2d5786;
}

.control_nav .flex-nav-prev a {
  color: #fff;
  padding: 13px 4px 13px 3px;
  line-height: 28px;
}

.control_nav .flex-nav-next {
  position: absolute;
  right: 15px;
  top: 24px;
  color: white;
  background-color: #2d5786;
}

.control_nav .flex-nav-next a {
  color: #fff;
  padding: 13px 4px 13px 3px;
  line-height: 28px;
}

.kc_tab li {
  text-transform: uppercase;
  color: #0073a3;
}

.kc_tab .type_tab {
  margin-right: 5px;
  line-height: 1.42857143;
  border: 2px solid #0073a3;
  padding: 8px 15px;
  font-weight: bold;
}

.kc_tab .nav-tabs {
  display: table;
  margin: auto;
  margin-bottom: 25px;
  border: 0px;
}

.kc_tab .nav-tabs li a {
  border: 2px solid #0073a3;
  border-radius: 0px;
  margin-right: 5px;
  font-weight: bold;
}

.kc_tab .nav-tabs > li.active > a,
.kc_tab .nav-tabs > li.active > a:focus,
.kc_tab .nav-tabs > li.active > a:hover {
  color: #fff;
  border: 2px solid #0073a3;
  background-color: #0073a3;
}

.kc_table tr th {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  padding: 20px !important;
  text-align: center;
  font-family: Lato;
  font-weight: 100;
}

.kc_table tr td {
  border: 1px solid #fff !important;
  font-family: Lato;
  font-weight: 100;
  font-size: 15px;
  padding: 20px !important;
  text-align: center;
  color: #fff;
}

.kc_table tr .appartement_name {
  position: relative;
}

.kc_table tr .appartement_name .vendu {
  position: absolute;
  top: -3px;
  left: 5px;
  background-image: url(../img/sprite.png);
  background-position: -200px -51px;
  background-size: 263px 218px;
  height: 62px;
  width: 51px;
  display: inline-block;
  margin-right: 20px;
}

.kc_table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(58, 170, 226, 0.7);
}

.projet-related #carousel-related li {
  list-style: none;
}

.projet-related #carousel img {
  width: 350px;
}

/* Amélioration des carrousels */
#slider-related .item,
#slider-evolution .item {
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

#slider-related .item:hover,
#slider-evolution .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

#slider-related .item img,
#slider-evolution .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

#slider-related .item:hover img,
#slider-evolution .item:hover img {
  transform: scale(1.05);
}

/* Ajustement pour les écrans plus petits */
@media (max-width: 768px) {
  #slider-related .item,
  #slider-evolution .item {
    height: 250px;
  }
}

.projet-related ul#carousel-related {
  padding: 0;
}

.projet-related .carousel-related {
  position: relative;
}

.projet-related .related_control_nav .flex-direction-nav {
  padding: 0;
  list-style: none;
}

.projet-related .related_control_nav .flex-nav-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -14px;
  color: white;
  background-color: #eaeaea;
}

.projet-related .related_control_nav .flex-nav-prev a {
  color: #0073a3;
  padding: 13px 10px 13px 10px;
  line-height: 28px;
  font-weight: bold;
}

.projet-related .related_control_nav .flex-nav-next {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -14px;
  color: white;
  background-color: #eaeaea;
}

.projet-related .related_control_nav .flex-nav-next a {
  color: #0073a3;
  padding: 13px 10px 13px 10px;
  line-height: 28px;
  font-weight: bold;
}

.projet-related .related_control_nav a:hover {
  color: #eaeaea;
}

.projet-related .related_control_nav .flex-nav-next:hover,
.projet-related .related_control_nav .flex-nav-prev:hover {
  background-color: #0073a3;
}

/* Common style */

figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 15px 1%;
  /*min-width: 360px;*/
  max-width: 480px;
  max-height: 290px;
  width: 100%;
  background: #3085a3;
  cursor: pointer;
}

figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
  pointer-events: none;
}

figure figcaption,
figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

figure h2 {
  word-spacing: -0.15em;
  font-weight: 800;
}

figure h2 span {
  font-weight: 800;
}

figure h2,
figure p {
  margin: 0;
}

figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-bubba {
  background: #0073a3;
}

figure.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  width: 100%;
}

figure.effect-bubba:hover img {
  opacity: 0.1;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  -o-transition:
    opacity 0.35s,
    transform 0.35s;
  transition:
    opacity 0.35s,
    transform 0.35s;
  transition:
    opacity 0.35s,
    transform 0.35s,
    -webkit-transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  padding-top: 25%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition:
    transform 0.35s,
    -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  padding: 15px 15px 15px 0px;
  opacity: 0;
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  -o-transition:
    opacity 0.35s,
    transform 0.35s;
  transition:
    opacity 0.35s,
    transform 0.35s;
  transition:
    opacity 0.35s,
    transform 0.35s,
    -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.effect-bubba .sale {
  position: absolute;
  right: 25px;
}

/* .effect-bubba .next_project {
	height: 267.27px;
} */

.effect-bubba .percent_vendu {
  background-image: url(../img/patch.svg);
  height: 62px;
  width: 51px;
  position: absolute;
  z-index: 9;
}

.effect-bubba .percent {
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: 600;
  left: 8px;
  top: 5px;
}

.effect-bubba .statut {
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: 100;
  left: 8px;
  top: 5px;
  font-size: 11px;
}

.big_title {
  background-color: #3aaae2;
  color: #fff;
}

.big_title strong {
  text-transform: uppercase;
}

.residence_details {
  background-color: #515f67;
  color: #fff;
  padding-bottom: 50px !important;
}

.residence_details h3 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  margin-top: 30px;
  font-size: 20px;
  margin-bottom: 30px;
}

.projet {
  color: #fff;
  background-color: #3aaae2;
}

.form_details {
  background-color: #515f67;
  color: #fff;
}

.form_details .s_title {
  color: #fff;
}

.form_details .label {
  color: #fff;

  font-weight: 100;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0;
}

.form_details input,
.form_details textarea {
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  outline: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}

.form_details input:focus,
.form_details textarea:focus {
  border: 1px solid #3aaae2;
  outline: 0px;
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
}

.form_details input[type="submit"],
.form_details textarea[type="submit"] {
  background-color: #3aaae2;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
}

.realisation .s_title:after {
  background-color: #000;
}

.s_title {
  text-transform: uppercase;

  font-weight: 100;
  position: relative;
  margin-bottom: 50px;
}

.s_title:after {
  content: "";
  width: 45px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -25px;
  left: 0;
}

/* Styles pour les owl-nav actifs */
.owl-nav {
  display: block !important;
}

.owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  height: 40px;
  width: 40px;
  background-color: #3aaae2 !important;
  border-radius: 50% !important;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}

/* Responsive pour les boutons de navigation */
@media (max-width: 768px) {
  .owl-nav .owl-prev {
    left: 5px;
    height: 35px;
    width: 35px;
    font-size: 12px;
  }

  .owl-nav .owl-next {
    right: 5px;
    height: 35px;
    width: 35px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .owl-nav .owl-prev {
    left: 2px;
    height: 30px;
    width: 30px;
    font-size: 10px;
  }

  .owl-nav .owl-next {
    right: 2px;
    height: 30px;
    width: 30px;
    font-size: 10px;
  }
}

.owl-nav .owl-prev {
  font-size: 0;
}

.owl-nav .owl-prev:after {
  content: "<";
  color: #fff;
  font-size: 15px;
}

.owl-nav .owl-next {
  position: absolute;
  right: 15px;
  height: 40px;
  width: 40px;
  background-color: #3aaae2 !important;
  border-radius: 50% !important;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}

.owl-nav .owl-next {
  font-size: 0;
}

.owl-nav .owl-next:after {
  content: ">";
  color: #fff;
  font-size: 15px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #094175 !important;
  transform: translateY(-50%) scale(1.1);
  transition: all 0.3s ease;
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.btn,
.wpcf7 input[type="submit"] {
  height: auto !important;
  font-family: "Lato", sans-serif;
}
/* Styles pour les owl-dots */
.owl-dots {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #fff;
  background-color: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background-color: #fff;
}

.bg-inverse {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}

.btn-rj {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.cahier {
  color: #515f67 !important;
  border-color: #515f67 !important;
}

/* Section Téléchargements */
.downloads_section {
  background-color: #f8f9fa;
}

.downloads_subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.download_card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.download_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.download_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3aaae2, #094175);
}

.download_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3aaae2, #094175);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}

.download_icon i {
  font-size: 24px;
  color: #fff;
}

/* Icônes personnalisées */
.download-icon-plan::before {
  content: "📐";
  font-size: 24px;
}

.download-icon-document::before {
  content: "📄";
  font-size: 24px;
}

.download-icon-description::before {
  content: "📝";
  font-size: 24px;
}

.download-icon-technical::before {
  content: "⚙️";
  font-size: 24px;
}

.download-icon-download::before {
  content: "⬇️";
  font-size: 24px;
}

.download_content {
  flex: 1;
  margin-bottom: 20px;
}

.download_content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.3;
}

.download_content p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
}

.download_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.file_size {
  font-size: 12px;
  color: #999;
  background: #f0f0f0;
  padding: 4px 8px;
  border-radius: 12px;
}

.file_language {
  font-size: 12px;
  font-weight: 600;
  color: #3aaae2;
  background: #e3f2fd;
  padding: 4px 8px;
  border-radius: 12px;
}

.download_btn {
  background: linear-gradient(135deg, #3aaae2, #094175);
  color: #fff;
  padding: 12px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  width: 100%;
}

.download_btn:hover {
  background: linear-gradient(135deg, #094175, #3aaae2);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(58, 170, 226, 0.3);
}

.download_btn i {
  font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .download_card {
    padding: 20px 15px;
  }

  .download_icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }

  .download_icon i {
    font-size: 20px;
  }

  .download_content h3 {
    font-size: 16px;
  }

  .download_btn {
    padding: 10px 16px;
    font-size: 13px;
  }
}

/* ===== AMÉLIORATIONS CONVERSION ===== */

/* Section CTA Hero */
.hero-cta-section {
  background: linear-gradient(135deg, #094175 0%, #3aaae2 100%);
  color: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.hero-cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.hero-description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.hero-description strong {
  color: #fff;
  font-weight: 700;
}

.hero-features {
  font-size: 1.1rem;
  margin-bottom: 30px;
  font-weight: 500;
  opacity: 0.95;
}

.hero-price {
  background: rgba(255, 255, 255, 0.15);
  padding: 25px 35px;
  border-radius: 15px;
  margin: 30px auto;
  max-width: 600px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.price-label {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 5px;
}

.price-amount {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1;
}

.price-details {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-top: 5px;
}

.price-note {
  font-size: 0.9rem;
  opacity: 0.8;
  font-style: italic;
  margin-top: 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Section Visites et Contact */
.hero-visits-contact {
  margin-top: 40px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.visits-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.visits-subtitle {
  font-size: 1.1rem;
  margin-bottom: 25px;
  text-align: center;
  opacity: 0.9;
}

.visits-dates {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.date-item {
  background: rgba(255, 255, 255, 0.15);
  padding: 15px 20px;
  border-radius: 10px;
  text-align: center;
  min-width: 200px;
}

.date-label {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 5px;
}

.date-time {
  display: block;
  font-size: 0.9rem;
  opacity: 0.9;
}

.contact-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.address-section,
.contact-persons {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
}

.address-section h4,
.contact-persons h4 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
}

.address-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  word-break: break-all;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.address-link:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.contact-item {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-name {
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
}

.contact-email,
.contact-phone {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 12px;
  border-radius: 6px;
  margin: 2px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
}

.contact-email:hover,
.contact-phone:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}

/* Icônes CSS */
.icon-location,
.icon-email,
.icon-phone {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  flex-shrink: 0;
}

.icon-location {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.icon-email {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
}

.icon-phone {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

/* Responsive pour Hero CTA */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-description {
    font-size: 1.1rem;
  }

  .hero-features {
    font-size: 1rem;
  }

  .price-amount {
    font-size: 2rem;
  }

  .hero-price {
    padding: 20px 25px;
    margin: 20px auto;
  }

  .price-note {
    font-size: 0.85rem;
  }

  .hero-visits-contact {
    margin-top: 30px;
    padding: 20px;
  }

  .visits-title {
    font-size: 1.3rem;
  }

  .visits-subtitle {
    font-size: 1rem;
  }

  .visits-dates {
    flex-direction: column;
    gap: 15px;
  }

  .date-item {
    min-width: auto;
    padding: 12px 15px;
  }

  .contact-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .address-section,
  .contact-persons {
    padding: 15px;
  }

  .contact-item {
    margin-bottom: 12px;
  }
}

/* Styles des boutons CTA */
.hero-btn {
  margin: 0 10px 10px 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  transition: all 0.3s ease;
  border: 2px solid;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-primary {
  background: linear-gradient(135deg, #3aaae2, #094175);
  color: #fff;
  box-shadow: 0 4px 15px rgba(58, 170, 226, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #094175, #3aaae2);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(58, 170, 226, 0.4);
  color: #fff;
  text-decoration: none;
}

.btn-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-outline:hover {
  background: #fff;
  color: #094175;
  text-decoration: none;
  transform: translateY(-2px);
}

.trust-badges {
  margin-top: 20px;
}

.trust-badges .badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 8px 16px;
  margin: 5px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(10px);
}

/* Section Statistiques */
.stats-section {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.stat-item {
  padding: 30px 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #094175;
  margin-bottom: 10px;
  line-height: 1;
}

.stat-label {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Section Portes Ouvertes */
.open-house-section {
  background: linear-gradient(135deg, #094175, #3aaae2);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.open-house-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.open-house-box {
  background: rgba(255, 255, 255, 0.15);
  padding: 50px 40px;
  border-radius: 25px;
  backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.open-house-icon {
  font-size: 4rem;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.open-house-box h2 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.open-house-subtitle {
  font-size: 1.3rem;
  margin-bottom: 40px;
  opacity: 0.95;
  font-weight: 300;
}

.open-house-dates {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  gap: 30px;
  flex-wrap: wrap;
}

.date-item {
  background: rgba(255, 255, 255, 0.2);
  padding: 25px 20px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  min-width: 180px;
  transition: all 0.3s ease;
}

.date-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.25);
}

.date-item.special {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: #094175;
  border: 2px solid #ffd700;
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.3);
}

.date-day {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
}

.date-month {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.date-time {
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.9;
}

.date-separator {
  font-size: 2rem;
  font-weight: 800;
  color: #ffd700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.open-house-benefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0;
}

.benefit {
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.benefit:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.open-house-cta {
  margin: 40px 0 20px 0;
}

.open-house-cta .btn {
  margin: 0 10px 15px 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
}

.open-house-cta .btn-primary {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: #094175;
  border: 2px solid #ffd700;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.open-house-cta .btn-primary:hover {
  background: linear-gradient(135deg, #ffed4e, #ffd700);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
}

.open-house-cta .btn-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.open-house-cta .btn-outline:hover {
  background: #fff;
  color: #094175;
  transform: translateY(-2px);
}

.open-house-note {
  font-size: 14px;
  margin-top: 20px;
  opacity: 0.9;
  font-style: italic;
}

/* Section Détails Techniques */
.technical-details {
  background-color: #f8f9fa;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 300;
  color: #094175;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 50px;
  font-weight: 300;
}

.property-overview {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.property-overview p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

/* Accordéons */
.accordion-container {
  max-width: 800px;
  margin: 0 auto;
}

.accordion-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.accordion-header {
  background: linear-gradient(135deg, #094175, #3aaae2);
  color: #fff;
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  user-select: none;
}

.accordion-header:hover {
  background: linear-gradient(135deg, #3aaae2, #094175);
}

.accordion-header h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: white;
}

.accordion-icon {
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 1000px;
}

.accordion-content > div {
  padding: 25px;
}

/* Grilles pour le contenu des accordéons */
.rooms-grid,
.equipment-list,
.exterior-grid,
.technical-grid {
  display: grid;
  gap: 15px;
}

.room-item,
.equipment-item,
.exterior-item,
.technical-item {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  border-left: 3px solid #3aaae2;
  transition: all 0.3s ease;
}

.room-item:hover,
.equipment-item:hover,
.exterior-item:hover,
.technical-item:hover {
  background: #e3f2fd;
  transform: translateX(3px);
  box-shadow: 0 2px 8px rgba(58, 170, 226, 0.2);
}

.room-name,
.equipment-name,
.exterior-name,
.technical-name {
  font-weight: 600;
  color: #094175;
  font-size: 1rem;
  margin-bottom: 5px;
}

.room-details,
.equipment-details,
.exterior-details,
.technical-details {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}

.exterior-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.technical-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* Responsive pour la section technique */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .property-overview {
    padding: 20px;
  }

  .accordion-header {
    padding: 15px 20px;
  }

  .accordion-header h3 {
    font-size: 1.1rem;
  }

  .accordion-content > div {
    padding: 20px;
  }

  .room-item,
  .equipment-item,
  .exterior-item,
  .technical-item {
    padding: 12px;
  }

  .exterior-grid,
  .technical-grid {
    grid-template-columns: 1fr;
  }

  .accordion-container {
    margin: 0 15px;
  }
}

/* Modal pour les images */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  height: 90vh;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.modal-close:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.modal-image-container {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}

#modalImage {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.modal-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}

.modal-prev,
.modal-next {
  background: rgba(9, 65, 117, 0.8);
  border: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 15px 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: all;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 50px;
}

.nav-arrow {
  font-size: 2rem;
  font-weight: bold;
  line-height: 0;
}

.modal-prev:hover,
.modal-next:hover {
  background: rgba(58, 170, 226, 0.9);
  transform: scale(1.1);
}

.modal-prev {
  margin-left: 20px;
}

.modal-next {
  margin-right: 20px;
}

.modal-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-counter {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  background: rgba(58, 170, 226, 0.2);
  padding: 8px 16px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

/* Responsive pour la modal */
@media (max-width: 768px) {
  .modal-content {
    width: 95%;
    height: 85vh;
  }

  .modal-close {
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    width: 35px;
    height: 35px;
  }

  .modal-prev,
  .modal-next {
    font-size: 1.2rem;
    padding: 12px 16px;
    min-width: 45px;
    min-height: 45px;
  }

  .nav-arrow {
    font-size: 1.5rem;
  }

  .modal-prev {
    margin-left: 10px;
  }

  .modal-next {
    margin-right: 10px;
  }

  .modal-counter {
    font-size: 1rem;
    padding: 6px 12px;
  }
}

/* Améliorations des tables */
.kc_table {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.kc_table tr th {
  background: linear-gradient(135deg, #094175, #3aaae2) !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.kc_table tr td {
  transition: all 0.3s ease;
}

.kc_table tr:hover td {
  background-color: rgba(58, 170, 226, 0.1) !important;
}

/* Améliorations des boutons existants */
.button_empty {
  position: relative;
  overflow: hidden;
}

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

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

.hero-cta {
  display: flex;
  justify-content: center;
}
/* Responsive pour les nouvelles sections */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-cta .hero-btn {
    display: block;
    width: 100%;
    margin: 10px 0;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .open-house-box h2 {
    font-size: 2.2rem;
  }

  .open-house-dates {
    flex-direction: column;
    gap: 20px;
  }

  .date-item {
    min-width: 160px;
  }

  .date-day {
    font-size: 2rem;
  }

  .open-house-benefits {
    flex-direction: column;
    align-items: center;
  }

  .benefit {
    width: 100%;
    text-align: center;
    max-width: 300px;
  }

  .open-house-cta .btn {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .button_empty {
    margin-bottom: 15px;
  }

  .projet-related .related_control_nav .flex-nav-prev {
    left: 15px;
    z-index: 999;
  }

  .projet-related .related_control_nav .flex-nav-next {
    right: 15px;
    z-index: 999;
  }
}

@media (max-width: 768px) {
  #slider-related {
    padding: 0 15px;
  }

  .navbar-kcimmo .navbar-nav {
    float: none !important;
    text-align: center !important;
  }

  .navbar-kcimmo button {
    border: 1px solid #094175;
  }

  .navbar-kcimmo button .icon-bar {
    background-color: #094175;
  }
}

@media (max-width: 992px) {
  .home .customDots {
    position: absolute;
    z-index: 99999999;
    top: 400px;
  }

  .home .projet .button_empty {
    margin-bottom: 20px;
  }

  .page-template-template-about .half_full_width img {
    max-width: 100%;
  }

  .home #slideshow {
    height: auto;
  }

  .home #slideshow .col-md-6 {
    height: 300px;
  }

  .home #slideshow .half_full_width {
    width: 100% !important;
    position: relative;
    height: 400px;
  }

  /* Amélioration responsive slideshow */
  #slideshow {
    height: 400px !important;
    max-height: 400px !important;
  }

  #slideshow img {
    height: 400px !important;
    max-height: 400px !important;
  }

  .diagonale_white_transparent,
  .diagonale_transparent_grey,
  .diagonale_transparent_white,
  .diagonale_transparent_blue_grey,
  .diagonale_blue_grey_transparent,
  .diagonale_grey_transparent {
    border-width: 61px 100vw 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .box img {
    height: 250px !important;
  }

  /* Slideshow sur très petits écrans */
  #slideshow {
    height: 500px !important;
    max-height: 500px !important;
  }

  #slideshow img {
    height: 500px !important;
    max-height: 500px !important;
  }

  #slideshow .item-text {
    width: 95%;
    padding: 0.5rem;
  }

  #slideshow .item-text p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  #slideshow .half_full_width {
    width: 50% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }

  .navbar-header {
    float: none;
  }
}
