/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@font-face {
  font-family: 'gotham';
  src: url('/wp-content/themes/hello-theme-child-master/fonts/GothamHTF-Medium.otf') format('opentype');
  font-weight: 500;
  ascent-override: 100%;
  descent-override: 30%;
}

@font-face {
  font-family: 'gotham';
  src: url('/wp-content/themes/hello-theme-child-master/fonts/GothamHTF-Book.otf') format('opentype');
  font-weight: 400;
  ascent-override: 100%;
  descent-override: 30%;
}

@font-face {
  font-family: 'gotham';
  src: url('/wp-content/themes/hello-theme-child-master/fonts/GothamBold.ttf') format('truetype');
  font-weight: 600;
  ascent-override: 100%;
  descent-override: 30%;
}

@font-face {
  font-family: 'charter';
  src: url('/wp-content/themes/hello-theme-child-master/fonts/Charter Regular.otf') format('opentype');
  font-weight: 500;
  ascent-override: 100%;
  descent-override: 30%;
}

@font-face {
  font-family: 'charter';
  src: url('/wp-content/themes/hello-theme-child-master/fonts/Charter Bold.otf') format('opentype');
  font-weight: 600;
  ascent-override: 100%;
  descent-override: 30%;
}

.gotham-font,
.gotham-font * {
  font-family: 'gotham', sans-serif !important;
}

.charter-font,
.charter-font * {
  font-family: 'charter', serif !important;
}

.phone-text {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(22px, 1.5vw, 28px);
  font-weight: 500;
}
a.elementor-element-47ee421 {
  color:#f7e3cd !important
}
a.elementor-element-47ee421:hover {
  color:#EC524C !important
}


#home-logo-wrapper {
  position: relative;
  box-sizing: border-box;
}

.home-emergence-logo {
  position: sticky !important;
}

#sticky-header {
  transform: translateY(-264px);
  opacity: 0;
  transition: all 300ms ease-in-out;
}

#sticky-header.show {
  transform: translateY(0);
  opacity: 1;
}

/*Bouton Contact fixé*/
.text-spin svg {
  animation: rotate 25s linear infinite;
}

.circle-btn-icon {
  fill: #f9c7a5;
}

#play-icon {
  width: 30px;
  height: auto;
}

#pin-icon {
  width: 50px;
  height: auto;
}

.circle-btn-container:hover .circle-btn-icon {
  fill: #EC524C;
}

.circle-btn-container:hover .red-on-hover, .circle-btn-container:hover .red-on-hover p {
  color: #EC524C !important;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#btn-circle-contact-container {
  scale: 0;
  transform-origin: center;
  transition: scale 300ms ease-in-out;
}

#btn-circle-contact-container.show {
  scale: 1;
}

/*Galeries d'images*/
.gallery-item {
  /*height: -webkit-fill-available;
  width: -webkit-fill-available;*/
  position: absolute;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  z-index: 1;
}

/*.gallery-item a {
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}

.gallery-img {
  height: -webkit-fill-available !important;
  width: -webkit-fill-available;
  object-fit: cover;
  object-position: center center;
}*/

.gallery-item.active {
  opacity: 1;
  z-index: 5
}

.gallery-icon {
  position: absolute;
  top: 28px;
  right: 28px;
  max-width: 46px;
  max-height: 46px;
}

.areas-item {
  gap: 24px;
}

.checkmark {
  fill: #303a35;
}

#checkmark {
  width: clamp(25.96px, 2vw, 32px);
  height: auto;
}

.infos-container {
  flex-direction: column;
  gap: 40px;
}

.areas-repeater-container .jet-listing-dynamic-repeater__item:nth-child(odd) {
  background-color: #f7e3cd;
}

.areas-repeater-container .jet-listing-dynamic-repeater__item:nth-child(even) {
  background-color: #dcdec6;
}

.areas-icon {
  width: 90px;
}

.grid-aires-communes .jet-listing-dynamic-repeater__item img{
  aspect-ratio: 1/1;
}

/*.areas-repeater-container .jet-listing-dynamic-repeater {
height: 100%;
}*/

.areas-repeater-container .jet-listing-dynamic-repeater__items {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 1fr;
  /*height: 100%;*/
}

.areas-repeater-container .jet-listing-dynamic-repeater__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.areas-repeater-container .jet-listing-dynamic-repeater__item.active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.areas-repeater-container .jet-listing-dynamic-repeater__item.left>.infos-container,
.areas-repeater-container .jet-listing-dynamic-repeater__item.right>img {
  order: 1;
}

.areas-repeater-container .jet-listing-dynamic-repeater__item.left>img,
.areas-repeater-container .jet-listing-dynamic-repeater__item.right>.infos-container {
  order: 2;
}

.areas-repeater-container .jet-listing-dynamic-repeater__item>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.jet-map-close {
  display: none !important;
}

.jet-map-box {
  width: fit-content !important;
}

.jet-listing-grid__slider .jet-slick-dots {
  position: absolute;
  bottom: 48px;
}

.jet-listing-grid__slider .jet-slick-dots li {
  width: 72px;
  height: 8px;
  border-radius: 12px;
}

/*Contact form*/

label.interesse {
  text-indent: 0px;
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
}

.wpcf7 .wpcf7-list-item {
  min-width: 165px;
}

.elementor-9 .elementor-element.elementor-element-e1a76cf span.wpcf7-list-item.first.last {
  margin: 20px 0px;
}

span.wpcf7-list-item {
  margin-left: 0px;
  margin-right: 30px;
}

label {
  line-height: 1.2em;
}

p.recaptcha_text,
label {
  color: #f9c7a5;
}

p.recaptcha_text a {
  color: unset;
}

input,
textarea,
select {
  background-color: #ffffff00 !important;
  border: none !important;
  color: #f9c7a5;
  color-scheme: dark;
}

textarea {
  border-radius: 24px !important;
  border: 1px solid #f9c7a5 !important;
}

input,
select {
  border-radius: 0px !important;
  padding-left: 0px !important;
  border-bottom: 1px solid #f9c7a5 !important;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #f9c7a5;
}

button[type="submit"] {
  border-color: #f9c7a5 !important;
  color: #f9c7a5 !important;
  background-color: #303a35 !important;
}
button[type="submit"]:hover {
  color: #303a35 !important;
  background-color: #f9c7a5 !important;
}
.cf-col-12:last-of-type p {
  text-align: center;
}

.select-budget p {
  min-width: 100% !important;
}

.unit-size .unit-half-txt {
  font-size: 32px !important;
  vertical-align: text-top;
}

.list-unit-type .jet-listing-grid__item:not(:last-child)>div {
  border-bottom: 1px solid #303a35;
}

.hamburger-menu {
  justify-self: end;
  width: 28px;
  height: 25px;
  border-radius: 8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background-color: #ec524c;
}

.hamburger-menu span {
  display: block;
  position: absolute;
  height: 1.2px;
  width: 16px;
  border-radius: 0;
  background-color: #f9c7a5;
  opacity: 1;
  left: 6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.hamburger-menu span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.hamburger-menu span:nth-child(3) {
  top: 17px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.hamburger-menu.open span {
  background-color: #f9c7a5;
}

.hamburger-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  left: 8px;
}

.hamburger-menu.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.hamburger-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 8px;
}
#mobile-menu-container {
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 400ms ease-in-out;
}
#mobile-menu-container.open {
  opacity: 1;
  transform: translateY(0vh);
}
.menu-menu-mobile-container .menu-item:not(:last-of-type){
  border-bottom: 1px solid #f7e3cd
}

.full-height, .full-height div:not(.gallery-plus), .full-height div:not(.gallery-icon), .full-height a, .full-height img {
  height: 100% !important;
}

.full-height .gallery-plus {
  max-height: 44px;
}

.elementor-widget-jet-map {
  position: relative;
}
.elementor-434 .elementor-element.elementor-element-c00ff38 .jet-map {
    height: 100% !important;
    min-height: 500px;
}
@media (min-width: 768px) {
  .cf-col-12 {
    grid-column: 1 / span 2;
  }
    .cf-container {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 1201px) {
.areas-repeater-container .jet-listing-dynamic-repeater {
  height: 100%;
}

.areas-repeater-container .jet-listing-dynamic-repeater__items {
  height: 100%;
}
}

@media (max-width: 767px) {
  .areas-icon {
    width: 60px;
  }
  #pin-icon {
    width: 32px;
  }
  .unit-size .unit-half-txt {
    font-size: 24px !important;
  }
  .jet-listing-grid__slider .jet-slick-dots li {
    width: 40px;
    height: 8px;
    border-radius: 12px;
  }
  .areas-repeater-container .jet-listing-dynamic-repeater__item>img {
    height: 196px;
  }
}