/*
Theme Name: Pullmann Immobilier
Theme URI: 
Author: Ouest Communication
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
Text Domain: pullmann-immobilier
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.print-only {
  display: none;
}
.breadcrumb {
  font-family: "Arsenal", sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
}

/* HEADER */
.scrolling-active .stk-block-columns.header-bar {
  height: 80px !important;
  padding-top: 0;
  background-color: #111111 !important;
}
.stk-block-columns.header-bar figure {
  transition: all 0.2s ease-out;
}
.scrolling-active .stk-block-columns.header-bar figure {
  transform: scale(0.56) translateY(-30px);
}
@media (max-width: 768px) {
  .scrolling-active .stk-block-columns.header-bar figure {
    transform: scale(0.76) translateY(0px);
  }
  .scrolling-active .stk-block-columns.header-bar h1 {
    margin-top: 6px !important;
  }
}
@media (max-width: 364px) {
  .stk-block-columns.header-bar figure {
    transform: scale(0.7);
  }
  .scrolling-active .stk-block-columns.header-bar figure {
    transform: scale(0.7);
  }
  .wp-site-blocks .stk-block-columns.header-bar h1 {
    margin-top: -10px !important;
    margin-left: 14px !important;
  }
}
@media (min-width: 766px) and (max-width: 1120px){
  .stk-block-columns.header-bar figure {
    display: none;
  }
}
.encart-header {
  width: 275px;
  transition: all 0.2s ease-in-out;
  position: relative;
  right: -15px;
}
a:hover .encart-header {
  background-color: #897a6e !important;
  right: 0;
}
a:has(.encart-header) {
  text-decoration: none;
}
.encart-header-2 {
  gap: 40px !important;
}
.stk-block-carousel__slider {
  pointer-events: none;
}
/* END HEADER */

/* MENU */
.mob-menu-header-holder.mobmenu {
  pointer-events: none;
}
.mob-menu-header-holder.mobmenu a {
  pointer-events: all;
}
.mobmenul-container {
  left: 15px;
  top: 25px !important;
  transition: top 0.2s ease-in-out;
}
.scrolling-active .mobmenul-container {
  top: 15px !important;
}
.mobmenul-container a {
  text-decoration: none;
}
.left-menu-icon-text {
  display: block;
  float: none !important;
  font-family: "Inter", sans-serif !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  text-align: center;
  margin-left: 3px;
}
.menu-menu-container {
  margin: 20%;
}
#mobmenuleft li a {
  font-family: Inter, sans-serif !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid #f0f0f0;
  padding: 11px 0 11px 0 !important;
  transition: text-indent 0.4s ease-out;
  text-indent: 0;
}
#mobmenuleft li a:hover {
  text-indent: 10px;
}
.mobmenu-left-panel {
  overflow: hidden !important;
  background: #000000 url("./assets/img/logo-mini.png") bottom right no-repeat;
  background-position-x: 90%;
  background-position-y: 90%;
}
.menu-title {
  text-transform: uppercase;
  font-size: 2rem;
  font-family: Inter, sans-serif !important;
  font-weight: bold;
  color: #ffffff;
  margin-top: -60px;
}
/* END MENU */

/* FORMULAIRE DE RECHERCHE */
#search-form-inputs {
  background-color: #b29e8e9e;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  gap: 36px;
}
@media (max-width: 768px) {
  #search-form-inputs {
    flex-wrap: wrap;
  }
}
#search-form-inputs .price {
  display: flex;
  gap: 15px;
}
#search-form-inputs .price label {
  color: #ffffff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
}
#search-form-inputs input {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  text-align: right;
  outline: none;
}
#search-form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.select2-container {
  width: 100% !important;
  min-width: 165px;
}
.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 0 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #ffffff !important;
}
.select2-results__option {
  font-family: Inter, sans-serif;
  font-size: 0.85rem;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #b29e8e !important;
}
#search-form-submit button {
  border: 2px solid #b29e8e;
  color: #b29e8e;
  font-family: Arsenal, Sans-serif;
  padding: 15px 30px 19px 30px;
  cursor: pointer;
  background-color: transparent;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
  width: 300px;
  max-width: 50%;
  transition: top 0.3s ease-in-out;
}
#search-form-submit button:hover {
  background-color: #b29e8e;
  color: #ffffff;
}
/* END FORMULAIRE DE RECHERCHE */

.coords {
  background: transparent url("./assets/img/angle.svg") bottom left no-repeat;
  background-position-x: 10px;
  background-position-y: 90%;
}

/* FORMULAIRE FLUENT FORMS */
.fluentform label {
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 1rem;
}
.fluentform input {
  border-radius: 0 !important;
  border: 1px solid #111111 !important;
}
.fluentform .ff-column-container.ff_columns_total_3 {
  align-items: center;
}
.fluentform .ff-custom_html p {
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 1rem;
}
.fluentform select {
  background-color: #111111;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}
.ff-default .ff-el-form-control:focus {
  border-color: #111111;
  background-color: #ffffff;
}
.ff-default select.ff-el-form-control:focus {
  background-color: #111111;
}
.fluentform .ff-btn {
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
}
.fluentform .ff-btn:hover {
  color: #111111 !important;
  border: 1px solid #111111 !important;
}
/* END FORMULAIRE */

/* LISTE BIENS */
.result-text {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 30px;
}
.liste-biens {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .liste-biens {
    grid-template-columns: auto;
  }
}
/* END LISTE BIENS */

/* ENCART BIEN */
.link-bien:hover img.photo-bien {
  transform: scale(1.05);
}
.bien {
  box-shadow: 0px 5px 13px 5px #0000002e !important;
  overflow: hidden !important;
  position: relative;
  font-family: Inter, sans-serif;
}
.bien img.photo-bien {
  width: 100%;
  object-fit: cover;
  height: 460px;
  transition: all 0.2s ease-in-out;
}
/* .bien img.photo-bien.photo-terrain{
  object-fit: contain;
  background-color: #6b953a;
  position: relative;
  bottom: 20%;
} */
.bien .description-bien {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #ffffff;
  text-align: center;
  font-size: 1rem;
}
.title-bien {
  font-weight: bold;
  font-size: 1.3rem;
}
.infos-bien {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.infos-bien span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #111111;
  padding-right: 16px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .infos-bien {
    margin-left: 10px;
    margin-right: 10px;
  }
  .infos-bien span {
    border-right: 0;
    padding-right: 0;
  }
}
.infos-bien span:first-child {
  padding-right: 0;
}
.infos-bien span:first-child,
.infos-bien span:last-child {
  border: 0;
}

.exclusivite {
  background-color: #ffffff;
  box-shadow: 0px 10px 16px 0px #12121254;
  padding-right: var(--stk--preset--spacing--50, clamp(30px, 5vw, 50px));
  padding-left: var(--stk--preset--spacing--50, clamp(30px, 5vw, 50px));
  top: 0px;
  right: 0px;
  position: absolute;
}
.exclusivite p {
  font-size: 1rem;
  color: #b29e8d;
  font-weight: bold;
  text-transform: uppercase;
}

.tns-outer .bien {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.tns-outer .tns-controls {
  position: absolute;
  bottom: -50px;
  left: 50%;
  z-index: 15;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 8px;
}
.tns-outer .tns-nav {
  display: none;
}
.tns-controls button {
  width: 65px;
  height: 65px;
  background-size: contain;
  border: none;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  background-color: transparent;
}
.tns-controls button:hover {
  opacity: 0.6;
}
.tns-controls button[data-controls="prev"] {
  background: url("./assets/img/arrow-left.svg") no-repeat center;
}
.tns-controls button[data-controls="next"] {
  background: url("./assets/img/arrow-right.svg") no-repeat center;
}
/* END ENCART BIEN */

/* PAGE D'UN BIEN */
#bx-pager {
  text-align: center;
  margin-top: -30px;
}
#bx-pager a {
  margin: 0 3px;
}
#bx-pager a img {
  padding: 3px;
  border: solid #ccc 1px;
}
#bx-pager a.active img {
  border: solid #5280dd 1px;
}

.bx-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.bxslider img {
  max-height: 600px;
  margin: auto;
}

.wp-block-lazyblock-contenu-page-bien h1 {
  background-color: #b29e8e;
  color: #ffffff;
  margin: 0;
  padding: 20px;
}

.content-bien {
  max-width: 1400px;
  margin: 20px auto;
}
.wp-block-lazyblock-contenu-page-bien h1 {
  text-align: center;
  font-size: 2.2rem;
}
.wp-block-lazyblock-contenu-page-bien .header-bien {
  display: flex;
  justify-content: space-between;
}
.print-btn {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  background-color: transparent;
  color: #111111;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}
.print-btn img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.wp-block-lazyblock-contenu-page-bien h2 {
  display: inline-block;
  font-size: 1.6rem;
  padding-bottom: 16px;
  border-bottom: 3px solid #b29e8e;
}
.wp-block-lazyblock-contenu-page-bien .caracteristiques {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-top: 1px solid #e0e1ec;
  border-bottom: 1px solid #e0e1ec;
  padding: 30px;
}
.wp-block-lazyblock-contenu-page-bien .caracteristiques span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wp-block-lazyblock-contenu-page-bien .caracteristiques .exclusivite {
  position: relative;
}
.wp-block-lazyblock-contenu-page-bien .bien-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.wp-block-lazyblock-contenu-page-bien p {
  font-size: 1.1rem;
}
#fluentform_4 {
  margin: 20px;
  padding: 20px;
  border: 1px solid #e0e1ec;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
  width: 300px;
}
.wp-block-lazyblock-contenu-page-bien .all-caracteristiques {
  border-top: 1px solid #e0e1ec;
  border-bottom: 1px solid #e0e1ec;
  padding: 30px;
  margin-top: 94px;
}
.all-caracteristiques .details-caracs {
  display: flex;
  font-size: 1.1rem;
  justify-content: space-between;
}
.all-caracteristiques .details-caracs ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  padding-left: 24px;
  align-self: start;
}
.all-caracteristiques .details-caracs ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  padding-bottom: 14px;
  border-bottom: 1px solid #e0e1ec;
}
@media (max-width: 768px) {
  .wp-block-lazyblock-contenu-page-bien h2 {
    font-size: 1.4rem;
    margin: 5px;
  }
  .wp-block-lazyblock-contenu-page-bien .caracteristiques {
    transform: scale(0.85);
    flex-direction: column;
  }
  .wp-block-lazyblock-contenu-page-bien .bien-content {
    flex-direction: column;
    gap: 0;
  }
  .wp-block-lazyblock-contenu-page-bien .description {
    padding: 10px;
  }
  .wp-block-lazyblock-contenu-page-bien .bien-content .fluentform {
    margin: 0 auto;
  }
  .wp-block-lazyblock-contenu-page-bien .bien-infos {
    padding: 10px;
  }
  .wp-block-lazyblock-contenu-page-bien .details-caracs {
    flex-direction: column;
  }
  .wp-block-lazyblock-contenu-page-bien .details-caracs img {
    max-width: 100%;
  }
}
/* END PAGE D'UN BIEN */

/* AFFICHAGE PHOTOS BIEN */
.gallery-container {
  display: flex;
  justify-content: space-between;
  max-height: 600px;
}
.gallery-container .main-image {
  flex: 1;
}
.gallery-container .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-container .main-image .only-one-image {
  object-fit: cover;
  max-height: 600px;
}
.gallery-container .thumbnail-images {
  flex: 1;
}
.gallery-container .row {
  display: flex;
  height: 300px;
}
.gallery-container .row a {
  display: inline-block;
  width: 50%;
}
.gallery-container .thumbnail {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.gallery-container img {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  cursor: zoom-in;
}
.gallery-container img:hover {
  filter: brightness(120%) contrast(106%);
}
.gallery-container .additional-images {
  display: none;
}
.gallery-container .image-container {
  position: relative;
  display: inline-block;
  width: 50%;
}
.gallery-container .image-container a {
  width: 100%;
}
.gallery-container .more-photos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background-color: #ffffff;
  color: #b29e8e;
  text-decoration: none;
  font-size: 18px;
  width: 120px !important;
  text-align: center;
}
.gallery-container .more-photos:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .gallery-container {
    flex-flow: column;
    max-height: none;
  }
  .gallery-container .main-image a {
    display: block;
    height: 280px;
  }
}
/* END AFFICHAGE PHOTOS BIEN */

@media (max-width: 768px) {
  .mobmenu-left-panel {
    width: 85% !important;
  }
  .header-bar .stk-row {
    margin-left: 50px !important;
  }
  .coords-tel {
    overflow: hidden;
  }
}
@media (max-width: 364px) {
  .header-bar .stk-row {
    justify-content: normal !important;
  }
}
