/* MARGIN */

button.cta {
  background-color: transparent;
  cursor: pointer;
}

button.cta.load_more.disabled {
  display: none;
}

.region.region-highlighted:has(#block-dfge-primary-local-tasks) {
  display: none;
}

#overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: initial;
}

#overlay {
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

body.actualites ul.list-filters > li {
  cursor: pointer;
}

body.actualites .actu_load_more.disabled {
  display: none;
}

.actualites .img-container .img-responsive {
  width: 100%;
}

/* .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p:not(:last-child) {
  margin-bottom: 1.39vw;
} */

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item h2:not(:first-child), .conclusion h2 {
  margin-top: 1.39vw;
}

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item h2, .conclusion h2 {
  margin-bottom: 1.04vw;
  font-size: 1.67vw;
  line-height: 1.2;
  font-family: 'overused_groteskbold';
  font-weight: normal;
}

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p, .conclusion p {
  font-size: 1.11vw;
  line-height: 1.3;
}

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item ul, .conclusion ul{
  padding-left: 1.39vw;
}

.clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item li, .conclusion li{
  list-style-type: disc;
}

.conclusion {
  margin-top: 1.39vw;
  background-color: var(--color-grey-100);
  border-left: 1px solid var(--color-secondary-green-400);
  padding: 2.22vw;
}

[class*="connection"] .text-container-filter {
  display: flex;
  align-items: center;
}

[class*="connection"] .container {
  justify-content: space-between;
  display: flex;
  width: 70%;
}

[class*="connection"] .text-inner {
  width: 45%;
  display: flex;
  align-items: center;
}

/* ESPACE */
.layout--twocol-section .box{
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px 0 #00000030;
}

.layout--twocol-section .box-header{
  background: linear-gradient(0deg, #01373D 0%, #1F4A50 100%);
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  text-align: center;
}

.layout--twocol-section .box-container{
  background-color: var(--color-grey-100);
  padding: 1.78vw 3.33vw;
}

.layout--twocol-section .row:not(:last-child){
  border-bottom: 1px solid var(--color-grey-300);
  padding-bottom: 1.39vw;
  margin-bottom: 1.39vw;
}

.layout--twocol-section .row-header{
  margin-bottom: 0.8vw;
  display: flex;
}

.layout--twocol-section .row-header .num{
  border: 1px solid var(--color-secondary-green-400);
  border-radius: 50%;
  height: 2.08vw;
  width: 2.08vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.39vw;
  transform: translateY(-25%);
}

.layout--twocol-section .row-header p{
  width: calc(100% - 3.47vw);
}

.layout--twocol-section .list{
  padding-left: 1.39vw;
}

.layout--twocol-section .list__item{
  list-style: disc;
}

.layout--twocol-section .list__item:not(:last-child){
  margin-bottom: 0.69vw;
}

.layout--twocol-section .icon-help{
  text-decoration: underline;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.layout--twocol-section .icon-help::after{
  content: "";
  width: 0.97vw;
  height: 0.97vw;
  background: url("../images/icon-informations.svg") no-repeat center;
  background-size: cover;
  margin-left: 8px;
}


.layout--twocol-section .widget-nav{
  background-color: var(--color-green-grey-200);
  display: flex;
  border-radius: 12px;
  padding: 4px;
}

.layout--twocol-section .widget-nav__item{
  flex: 1 1 0;
  text-align: center;
  border-radius: 8px;
  padding: 1.11vw;
  cursor: pointer;
}

.layout--twocol-section .widget-nav__item--active{
  background-color: var(--color-primary-green-500);
  color: var(--color-white);
  font-family: 'overused_groteskbold';
}

.layout--twocol-section .widget-item{
  display: none;
}

.layout--twocol-section .widget-connexion .info-connexion{
  display: block;
}

.layout--twocol-section .widget-ref-client .info-ref-client{
  display: block;
}

@media (max-width: 1023px) {
  .layout--twocol-section .box:not(:last-child){
    margin-bottom: 9.375vw;
  }

  .layout--twocol-section .box-header{
    padding: 3.5vw 4vw;
  }

  .layout--twocol-section .box-container{
    padding: 6.5vw 5vw;
  }

  .layout--twocol-section .row-header .num{
    height: 9.375vw;
    width: 9.375vw;
    margin-right: 2.625vw;
  }

  .layout--twocol-section .row-header{
    margin-bottom: 4vw;
  }

  .layout--twocol-section .row-header p {
    width: calc(100% - 12vw);
    font-size: 3.6vw;
  }

  .layout--twocol-section .row:not(:last-child) {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }

  .layout--twocol-section .list{
    padding-left: 6.25vw;
  }

  .layout--twocol-section .list__item:not(:last-child) {
    margin-bottom: 2vw;
  }

  .layout--twocol-section .widget-info{
    padding: 5vw;
  }

  .layout--twocol-section .widget-nav__item{
    padding: 3vw 1vw;
  }

  .layout--twocol-section .widget-close{
    height: 9.9vw;
    width: 9.9vw;
  }

  .layout--twocol-section .icon-help::after{
    width: 4.5vw;
    height: 4.5vw;
    margin-left: 5px;
  }

  .html-block:not(:has(.form_etat_date_intro_padding)){
    margin-bottom: 12vw;
  }
}

@media (min-width: 1024px) {
  .layout--twocol-section .container-sm{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .layout--twocol-section .box{
    width: 100%;
    margin-top: -3.17vw;
  }

  .layout--twocol-section .img-65{
    width: 65%;
  }

  .layout--twocol-section .box-header{
    height: 3.17vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.widget-info {
  z-index: 15;
}

body.user-logged-in .widget-info {
  height: calc(100vh - 80px);
  top: 80px;
  z-index: 110;
  overflow-x: hidden;
}

.flexBetween {
  display: flex;
  justify-content: space-between;
}

.flexCenter {
  display: flex;
  justify-content: center;
}

.flexAlignCenter {
  display: flex;
  align-items: center;
}

.block-list-announcements {
  background-color: var(--color-green-grey);
}

.widget_slider_item {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.slider_slider img {
  position: absolute;
  height: 100%;
  width: 100%;
  filter: saturate(95%) brightness(95%);
  object-fit: cover;
}

.slider_slider {
  display: flex;
}
.slider_item{z-index: 0!important;opacity: 0;}

.slide_item--current{z-index: 3!important;opacity: 1;}
.slide_item--prev{z-index: 2!important;opacity: 1;}
.slide_item--next{z-index: 1!important;opacity: 1;}

.slider_slider.left .slide_item--prev{z-index: 1!important;opacity: 1;}
.slider_slider.left .slide_item--next{z-index: 2!important;opacity: 1;}

.expertises .section-pole.layout-reversed .container {
  flex-direction: row-reverse;
}

.slider_img_wrapper {
  height: 36vw;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.slider_timer_container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  display: flex;
  gap: 15px;
  z-index: 4;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .8));
  align-items: flex-end;
  padding: 4% 6%;
}

.slider_timer {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 3px;
}

.slider_timer_inner {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #78BF26;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;

  transition: background-color 0.3s linear;
}

.slider_timer.disabled .slider_timer_inner  {
  background-color: transparent;
}

.slider_slider {
  height: 100%;
}

.slider_container_nav {
  display: flex;
}

.slider_container_nav .arrow{cursor: pointer;}

.slider_container_nav .slider_container__prev {
  transform: rotate(180deg);
}

.slider_container_nav .slider_container__prev, .slider_container_nav .slider_container__next {
  width: 1.2vw;
}

@media screen and (max-width: 991px) {
  .slider_container_nav .slider_container__prev, .slider_container_nav .slider_container__next {
    width: 6vw;
  }
}

.desc_and_nav {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
}

.page_indicator {
  margin-left: 15px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  font-size: 12px;
}

.page_indicator > span {
  margin-left: 5px;
}

.page_indicator > span:first-child {
  margin-left: 0;
  font-weight: 800;
  width: 14px;
}

.slider_container {
  width: 42%;
}

body.estimation .slider_container {
  width: 25%;
  position: sticky;
  top: 110px;
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 991px) {
  body.estimation .slider_container {
    width: 100%;
    margin-top: 30px;
  }
}

/* body.estimation .slider_slider img {
  width: 100%;
  position: relative;
}
 */
body.estimation .slider_img_wrapper {
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .slider_container {
    width: 100%;
  }

  .slider_img_wrapper{
    height: 100vw;
  }
}

.widget_slider_container{
  position: relative;
}

.widget_slider_slider {
  position: relative;
  height: 25vw;
}

@media screen and (max-width: 1023px) {
  .widget_slider_slider {
    height: 70vw;
  }
}

.navigator {
  position: absolute;
  margin-top: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 15px;
  align-items: center;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 10px;
  border-radius: 100px;
  overflow: hidden;
}

.navigator .prev_button, .navigator .next_button{
  width: 1.54vw;
  cursor: pointer;
}

.navigator .prev_button svg rect, .navigator .next_button svg rect {
  transition: opacity 0.2s linear;
}

.navigator .prev_button.disabled svg rect, .navigator .next_button.disabled svg rect {
  opacity: 0.4;
}

@media screen and (max-width: 1023px) {
  .navigator .prev_button, .navigator .next_button{
    width: 7vw;
  }

  .navigator{
    margin-top: -64px
  }
}

.navigator .prev_button svg {
  transform: rotate(-180deg);
}

.counter_slide{
  color: var(--color-white);
  font-size: 12px;
}

.widget_slider_item {
  position: absolute;
}

.banner-intro-and-html .text-inner{
  width: 45%;
  position: absolute;
  bottom: 110px;
  left: 80px;
}

@media (max-width: 1023px) {
  .banner-intro-and-html .text-inner{
    width: 85%;
    bottom: 6%;
    left: 7.5%;
  }
}

.banner-intro-and-html .arrow-scroll {
  margin-top: 24px;
}

section.announcements .filter {
  display: flex;
}

section.announcements .filter button:first-child {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-right: none;
}

section.announcements .filter button:last-child {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-left: none;
}

section.announcements .filter button {
  border: 1px solid #D2D2D2;
  background-color: #FFFFFF;
  transition: all 0.2s linear;
  color: #01373D;
  font-weight: 700;
  cursor: pointer;
  font-size: clamp(12px, 1.11vw, 14px);
  padding: 0.8vw 2.22vw 0.8vw;
}

@media screen and (max-width: 1023px) {
  .announcements.section-padding-top-xlight{
    padding: 0;
  }

  section.announcements .filter {
    width: 100%;
    margin-bottom: 15px;
  }
  section.announcements .filter button {
    width: 33%;
    height: 50px;
  }
}

section.announcements .filter button.active {
  background-color: #01373D;
  border: 1px solid #01373D;
  color: white;
}



.map_item {
  width: 100%;
  z-index: 2;
  position: relative;
  aspect-ratio: 1;
}

.map_item #map {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .section-map #map {
    width: 100%;
    height: 500px;
  }
}

@media screen and (min-width: 1024px) {
  .section-map #map {
    width: 100%;
    height: 100%;
  }

  .contact .hp-banner-with-jobs-accordion {
    padding: 6.67vw 0 0;
  }
}

.actus-footer {
  width: 100%;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

.estimation .list {
  margin-top: 20px;
}

.estimation .list > p {
  margin-bottom: 16px;
  
}
.estimation .list > p:before {
  content: "";
  width: 1.04vw;
  height: 1.04vw;
  background: url(../images/icon-check.svg) no-repeat center;
  margin-right: 10px;
  display: inline-block;
}

.section-parallax {
  height: 100%;
}

body[class*="connection"] .banner .section-parallax {
  height: calc(70vh - 90px);
}

body.user-logged-in.toolbar-horizontal[class*="connection"] .banner .section-parallax, body[data-once*="form-single-submit"] .banner .section-parallax{
  height: calc(100vh - 170px);
}

body.user-logged-in.toolbar-horizontal.path-frontpage .banner .section-parallax, body[data-once*="form-single-submit"] .banner .section-parallax {
  height: calc(140vh - 170px);
}

body[data-once*="form-single-submit"] .banner .section-parallax > div {
  background-position-y: -1235px;
}

.body.path-frontpage .banner .banner-intro {
  height: calc(140vh - 170px);
}

body.user-logged-in.toolbar-horizontal .banner .banner-intro {
  height: calc(100vh - 170px);
}

body.user-logged-in.toolbar-horizontal.path-frontpage .banner .banner-intro, body.user-logged-in.toolbar-horizontal.expertises .banner .section-parallax {
  height: calc(140vh - 170px);
}

body.user-logged-in.toolbar-horizontal .banner .banner-intro.expertises {
  height: calc(100vh - 170px);
}

body.user-logged-in.toolbar-horizontal.expertises .banner .section-parallax {
  height: calc(100vh - 170px);
}

.img-parallax {
  height: 100%;
}

@media screen and (max-width: 1023px) {
  section.announcements .cta-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(255,255,255,0.5);
    padding: 10px;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }

  section.announcements .cta-fixed .cta{
    width: 100%;
  }

  .estimation .list > p:before {
    width: 4vw;
    height: 4vw;
    margin-right: 6px;
    background-size: cover;
    transform: translateY(15%);
  }
}

@media screen and (max-width: 1023px) {
  .main-banner-espace .text-container-filter {
    position: relative;
  }

  [class*="connection"] .container {
    width:80%;
    margin: 0 auto;
  }

  [class*="connection"] div:not(.container).text-inner {
    display: block;
    width: 100%;
  }

  [class*="connection"] div:not(.container).text-inner:first-child {
    padding-top: 12.5vw;
  }

  [class*="connection"] div:not(.container).text-inner:last-child {
    padding-bottom: 3vw;
  }

  [class*="connection"] .text-inner * {
    color: var(--color-primary-green-500);
  }
}

@media screen and (max-width: 991px) {
  .d-none-mob {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .d-none-desk {
    display: none;
  }
}

.d-none {
  display: none !important;
}

.h-100vh {
  height: 100vh;
}

.h-80vh {
  height: 80vh;
}

@media (max-width: 1023px) {
  .h-80vh {
    height: 70vh;
  }
}

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

.flexAlignStart {
  display: flex;
  align-items: start !important;
}

body.userlogin main {
  margin-top: 90px;
}

#popup_message {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s linear;
}

#popup_message:not(.active) {
  opacity: 0;
}

#popup_message.active {
  opacity: 1;
}

#popup_message.success {
  background-color: rgba(120, 191, 38, 0.7);
}


#popup_message.error {
  background-color: rgba(255, 0, 0, 0.7);
}

.textCenter {
  text-align: center;
} 

.mauto {
  margin: 0 auto;
}

body.menu-burger--active, html.lenis-stopped {
  overflow: hidden;
  position: relative;
}
html.lenis-stopped::-webkit-scrollbar {
  display: none;
}
.section-cabinet .section-parallax .img-parallax {
  background-position-x: 50%;
  background-size: cover;
  filter: brightness(1);
}

/* parallax */
@media screen and (max-width: 991px) {
  .block-main-banner-and-annoncements .section-parallax .img-parallax {
    background-size: auto 110%;
    background-position-x: 50%;
  }

  .banner-intro-and-html .section-parallax .img-parallax {
    background-size: auto 110%;
  }

  body:not(.a-vendre-a-louer) .banner-intro-and-html .section-parallax .img-parallax {
    background-position-x: 50%;
  }

  body.estimation .banner-intro-and-html .section-parallax .img-parallax {
    background-position-x: 70%;
  }
}

.section-estimation .section-parallax .img-parallax {
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item h2, .conclusion h2{
    font-size: 4.67vw;
  }

  .clearfix.text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item p, .conclusion p{
    font-size: 4.11vw;
    line-height: 1.3;
  }
}

.actualites.fiche-actus .conclusion:not(:has(p)) {
  display: none;
}

/* body.connection-abd .widget-info--active .widget-inner {
  height: fit-content;
} */

body.connection-abd .widget-content:not(.widget-content--active) {
  display: none;
}

/* body.connection-abd .widget-info {
  overflow-y: auto;
} */

body.connection-abd.widget-active {
  height: 100vh;
  overflow: hidden;
}

body.expertises .slider_slider img {
  height: 100%;
}

.error_feedback:not(.show) {
  display: none;
}

.error_feedback {
  color: red;
  font-size: 12px;
}

.block-html-and-slider {
  overflow: hidden;
}

.widget-info {
  overflow: scroll !important;
}

.h-37vw {
  height: 37vw;
}

.h-110vw {
  height: 110vw;
}

/* AFTER FIX */
