/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
*/

/* Largeur sous menu drapeau */
body[data-header*="type-1"] .ct-header [data-id="menu"] .wpml-ls-item .sub-menu {
    --dropdown-width: 50px;
}

#block-23 p{
    margin-bottom: 0;
}

/* Suite */

.white-text{
    color: white;
}

.listing-offres-emploi__search-form label{
    color: white;
}

#wpcf7-f302632-p302630-o1 select{
    border: 1px solid #E0E0E0;
}

.leaflet-agences-map .leaflet-popup {
    cursor: pointer;
}

.btn-open-story {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 10;
    color: transparent;
}

.leaflet-popup-close-button{
    z-index: 11 !important;
}

/************************************************************
* CAROUSEL SUCCESS STORIES
*************************************************************/
/* ================================
   SECTION GLOBALE
   ================================ */

.success-stories {
  padding: 40px 0;
}

.success-stories__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.success-stories__header {
  text-align: center;
  margin-bottom: 40px;
}

.success-stories__title {

}

.success-stories__subtitle {
  font-size: 1rem;
}

/* ================================
   SWIPER
   ================================ */

.success-stories .swiper {
  overflow: visible; /* pour voir les slides agrandies */
  padding: 20px 0 40px;
}

/* Slide Swiper : largeur relative pour avoir 1 slide + 2 partielles */
.success-stories .swiper-slide {
  display: flex;
  justify-content: center;
  /* largeur = % du viewport, Swiper fait le reste */
  width: 80%;
}

@media (min-width: 768px) {
  .success-stories .swiper-slide {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .success-stories .swiper-slide {
    width: 60%;
  }
}

/* ================================
   CARTE SUCCESS STORY
   ================================ */

.success-story__card {
  display: flex;
  flex-direction: column;
  background: #f4f7fa;
  text-decoration: none;
  color: inherit;
  border-radius: 0 0 60px 0; /* gros arrondi bas droite */
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);

  max-width: 780px;  /* largeur max de la carte */
  width: 100%;
  margin: 0 auto;

  /* Effet de taille par défaut (plus petit que la centrale) */
  transform: scale(0.85)!important;
  opacity: 0.5;
  transform-origin: center center;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease,
    box-shadow 0.35s ease,
    background-color 0.35s ease;
}

/* Slide ACTIVE : carte plus grande et plus visible */
.success-stories .swiper-slide-active .success-story__card {
  transform: scale(1)!important;
  opacity: 1;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

/* Slides voisines : un peu plus visibles que les autres */
.success-stories .swiper-slide-next .success-story__card,
.success-stories .swiper-slide-prev .success-story__card {
  opacity: 0.75;
  transform: scale(0.85)!important;
}

/* ================================
   IMAGE
   ================================ */

.success-story__image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.success-story__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* ================================
   CONTENU
   ================================ */

.success-story__content {
  padding: 28px 40px 34px;
  text-align: center;
}

.success-story__main-title {
    font-family: 'Encode Sans Expanded', Sans-Serif;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.22em;
    letter-spacing: 1px;
    color: var(--theme-palette-color-3);
    text-transform: none;
}

.success-story__description {
    color: var(--theme-palette-color-3);
    font-size: 16px;
}

.success_stories-nav{
    margin-top: 70px;
}

/* ================================
   STATS
   ================================ */

.success-story__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.success-story__stat {

}

.listing-agences__card {
  text-decoration: none;
  color: inherit;
  background: #f4f7fa;
  border-radius: 0 0 60px 0;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  opacity: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transform: none!important;
}

/* Ne pas toucher à la largeur des colonnes Bootstrap */

.listing-agences__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
}

.listing-agences__stats {
  justify-content: flex-start;
}

.listing-agences__address {
  margin: 16px auto 12px;
  color: var(--theme-palette-color-3);
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 500;
}

.listing-agences__services {
  margin-bottom: 12px;
  color: var(--theme-palette-color-3);
  font-size: 17px;
  font-weight: 500;
}

.listing-agences__card .success-story__content {
  padding: 28px 24px 34px;
  text-align: center;
}

.listing-agences__stats {
  justify-content: center;
}

.listing-agences__search-input{
    font-family: 'Barlow', sans-serif;
    font-size: 20px !important;
}

.listing-agences__search-input::placeholder {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    color: inherit;
    opacity: 1;
}

/************************************************************
* MOTEUR DE RECHERCHE DISPO-SECTEUR
*************************************************************/

.dispo-secteur {
  padding: 40px 0;
}

.dispo-secteur__search {
  margin-bottom: 30px;
}

.dispo-secteur__search-form {
  background: #f4f7fa;
  padding: 30px;
  border-radius: 0 0 60px 0;
}

.dispo-secteur__search-input {
  font-size: 1rem;
}

.dispo-secteur__result {
  animation: slideIn 0.3s ease-in-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dispo-secteur__result-content {
  margin: 0;
  font-size: 1rem;
  border-radius: 8px;
}

.dispo-secteur__result-content strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2em;
}

.listing-agences__address {
  margin: 16px auto 12px;
  color: var(--theme-palette-color-3);
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: center;
}

.success-story__stat-label {
  display: block;
  font-size: 0.9rem;
  color: var(--theme-palette-color-3);
  margin-bottom: 2px;
}

.success-story__stat-value {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--theme-palette-color-3);
}

/* Séparateur */
.success-story__divider {
  height: 1px;
  width: 60%;
  margin: 0 auto 20px;
  background: var(--theme-palette-color-1);
}

/* ================================
   CTA
   ================================ */

.success-story__cta-wrapper {
  display: block;
  padding-top: 20px;
}

.event-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(7, 12, 20, 0.96);
}

.event-modal.is-open {
  display: flex;
}

.event-modal__swiper {
  width: 100%;
  max-width: 1400px;
  height: 90vh;
}

.event-modal__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-modal__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.event-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.event-modal .swiper-button-prev,
.event-modal .swiper-button-next {
  color: #fff;
}

.event-modal .swiper-pagination-bullet {
  background: #fff;
}

body .success-story__cta-wrapper .elementor-button-link .elementor-button-text{
    color: var(--theme-palette-color-3);
}

/* ================================
   HOVER
   ================================ */

.success-story__card:hover .success-story__image {
  transform: scale(1.05);
}


/* ================================
   PAGINATION & FLÈCHES
   ================================ */

.success-stories .swiper-pagination {
  bottom: 0;
}

.success-stories .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #16324f;
  opacity: 0.3;
}

.success-stories .swiper-pagination-bullet-active {
  opacity: 1;
}

.success-stories .swiper-button-prev,
.success-stories .swiper-button-next {
  color: #16324f;
}

.success-stories .swiper-button-prev::after,
.success-stories .swiper-button-next::after {
  font-size: 22px;
  display: none;
}

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 767px) {
  .success-story__content {
    padding: 20px 20px 28px;
  }

  .success-story__stats {
    gap: 10px 20px;
  }

  .success-story__card {
    border-radius: 0 0 40px 0;
  }
}


/************************************************************
* TIMELINE HISTOIRE
*************************************************************/
body .ctl-story{
    box-shadow: 0 20px 60px 0 rgba(0,0,0,.05);
    border-radius: 5px;
}

body .ctl-wrapper .ctl-icon i {
    font-size: 15px;
}

body .ctl-wrapper .ctl-description ol,
body .ctl-wrapper .ctl-description p,
body .ctl-wrapper .ctl-description ul {
    color: var( --e-global-color-blocksy_palette_3 );
}

.ctl-story .ctl-description{
    padding-top: 0!important;
}

.ctl-story .ctl-description:before{
    content: '';
    display: block;
    width: calc(100% + 30px);
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 -15px 30px -15px;
}

/* Création de l'agencerie par Julien Raynaud */
/*#ctl-story-301913 .ctl-description:before{
    background-image: url('https://lagencerie.apercu.ovh/wp-content/uploads/2026/02/julien-illustration.jpg');
}*/

/* Lancement de l'Agencerie Albi */
/*#ctl-story-301932 .ctl-description:before{
    background-image: url('https://lagencerie.apercu.ovh/wp-content/uploads/2025/04/Accueil-LAgencerie-Albi.png');
}*/

/* Lancement de l'Agencerie Toulouse */
/*#ctl-story-301937 .ctl-description:before{
    background-image: url('https://lagencerie.apercu.ovh/wp-content/uploads/2025/04/Bureaux-de-LAgencerie-Albi.png');
}*/

/* Lancement de l'Agencerie Bordeaux */
/*#ctl-story-301942 .ctl-description:before{
    background-image: url('https://bordeaux.lagencerie.fr/wp-content/uploads/2025/08/PHOTOS-SITE-13.png');
}*/

/* Lancement de l'Agencerie Arcachon */
/*#ctl-story-301943 .ctl-description:before{
    background-image: url('https://bassin-arcachon.lagencerie.fr/wp-content/uploads/2025/02/Bassin-Arcachon-1.png');
}*/

/* Lancement de l'Agencerie Anglet */
/*#ctl-story-301944 .ctl-description:before{
    background-image: url('https://cote-basque.lagencerie.fr/wp-content/uploads/2025/07/Visuel-Co%CC%82te-Basque.jpg');
}*/



/************************************************************
* CAROUSEL EFFET LATERAL
*************************************************************/

.services-wrap{
    padding: 60px 0;
}

.services-head {

}

.services-head .services-nav{
    position: relative;
    top: -60px;
    float: right;
}

/* Aligne à gauche sur ton container, laisse la droite en pleine largeur */
.services-rail{
    padding-left: max(16px, calc((100vw - 1700px)/2));
    padding-right: 0;
}

/* Important: ne pas couper ce qui déborde */
.services-swiper,
.services-swiper .swiper-wrapper{
    overflow: visible;
}

.service-card{
    width: 400px;
    min-height: 400px;/* clé: slidesPerView:auto */
    background:#fff;
    border-radius: 0 0 48px 0;
    overflow:hidden;
}

.service-card .service-card-content{
    background: white;
    padding: 20px;
}

.service-card img{
    width: 100%;
    height: 225px!important;
    object-fit: cover;
}

.service-card h3 {
    color: var( --e-global-color-blocksy_palette_1 );
    margin: 15px 0;
}

.service-card p {
    font-size: 19px;
}

.services-swiper, .services-swiper *{
  user-select: none;
  -webkit-user-select: none;
}
.services-swiper img{
  -webkit-user-drag: none;
}

.services-swiper .swiper-wrapper{
  will-change: transform;
  transform: translate3d(0,0,0);
}
.services-swiper .swiper-slide{
  will-change: transform;
}

.services-swiper{
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.services-swiper .swiper-slide{
  backface-visibility: hidden;
  transform: translateZ(0);
}

@media screen and (max-width: 768px){
    .services-rail{
        padding-left: 0;
        padding-right: 0;
    }

    .service-card{
        width: 330px;
        min-height: 400px;/* clé: slidesPerView:auto */
    }
}

/* Blog  */
body.blog h1{
    color: white !important;
}

body.single-post h2 {
    color: var(--theme-palette-color-3);
}

body.single-post h3 {
    color: var(--theme-palette-color-1);
}

body .accordeon-contenu details {
    border-bottom: 1px solid var(--theme-palette-color-1);
}

body .accordeon-contenu details > div > div {
    padding-bottom: 20px;
}

/* TEst debug couleur strong */
body #main-container span[data-color-group="turquoise"] {
    color: var(--theme-palette-color-3);
}

body strong {
    font-weight: 600 !important;
}

/* Bouton espace perso */
body .btn-espace-perso{
    border: 0!important;
}

body .btn-espace-perso svg{
    transform: scale(1.8);
}

body[data-header="type-1:sticky:shrink"] .btn-espace-perso svg{
    filter: brightness(0) saturate(100%);
}

/* General */
body .ct-header-trigger .ct-icon,
body .ct-header-trigger .ct-icon-container svg {
    /*fill: white;*/
}

body #header{
    z-index: 9999;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}


/* Boutons */
body .cta-intro-home:hover svg path{
    stroke: var(--e-global-color-blocksy_palette_1);
}

body .cta-intro-home:hover svg:hover path.path-fleche{
    stroke: white;
    z-index: 10;
}

body .cta-intro-home:hover svg:hover path.path-rond{
    stroke: var(--e-global-color-blocksy_palette_3);
    fill: var(--e-global-color-blocksy_palette_3);
}


/* Elargir la boite du header */
body .es_gdpr a{
    color:  var( --e-global-color-blocksy_palette_2 );
}

body footer #ixoyv{
    font-size: 20px;
    color: var( --e-global-color-blocksy_palette_1 );
    font-weight: 500;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    text-align: left;
    letter-spacing: 1px;
}

body footer #block-18 > p{
    display: none;
}

body #header [data-column-set="2"]>div{
    max-width: 1500px !important;
}

body footer .widget-title{
    color: var( --e-global-color-blocksy_palette_1 );
    font-weight: 500;
    text-transform: uppercase;
}

body footer div[data-row="middle"] .widget_nav_menu a{
    text-transform: uppercase;
    font-weight: normal;
}

body footer div[data-row="middle"] .ct-contact-info-block{
    font-weight: normal;
}


body footer div[data-row="bottom"] [data-column]{
    flex-direction: row !important;
}

body footer ul#menu-menu-mentions-legales li,
body footer ul#menu-menu-mentions-legales-anglais li{
    display: inline-block;
    position: relative;
}

body footer ul#menu-menu-mentions-legales li:before,
body footer ul#menu-menu-mentions-legales-anglais li:before{
    content: '-';
    display: inline-block;
    margin: 0 10px;
}

@media screen and (max-width: 992px){
    body footer div[data-row="bottom"] [data-column]{
        flex-direction: column !important;
    }

    body footer ul#menu-menu-mentions-legales li {
        display: block;
    }

    body footer ul#menu-menu-mentions-legales li:before{
        content: '';
    }
}

#menu-item-302500 a {
    font-weight: 500;
}

#menu-item-302500 a:before {
    /*content: '';
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 50px;
    border: 2px solid white;
    position: absolute;
    left: 0;
    top: 0;*/
}

/* TITRES */
body h1{
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}


/* Eléments décoratifs */
.decorated-div{
    position: relative;
}

.noeud-pap:after {
    content: ''!important;
    z-index: 10;
    position: absolute;
    top: -15px; /* Positionner l'élément au-dessus de la div */
    left: 50%; /* Le point de référence est au milieu du parent */
    transform: translateX(-50%); /* Déplace l'élément de la moitié de sa largeur */
    height: 30px;
    background-image: url('/wp-content/uploads/2024/10/noeud-pap.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    max-width: 1360px;
    margin: auto;
}



/* ImmoWP */
body .iwp__property{
    max-width: 1360px;
}

body .iwp__searchbar-aside__group.aside-group-btn{
    width: 225px !important;
}

body.home .iwp__property,
body.page-id-1306 .iwp__property,
body.page-id-1328 .iwp__property{
    margin: 0;
    padding: 0;
    max-width: 100%;
}

body .iwp__searchbar{
    max-width: 100%;
    background: rgba(255,255,255,0.9);
    padding: 25px 25px 12px 25px;
}

body .iwp__searchbar-aside form .iwp__searchbar-aside__group label{
    display: none;
}

body .iwp__searchbar-aside form .iwp__searchbar-aside__more{
    display: none;
}

body .ss-main .ss-multi-selected{
    background: transparent;
    border: 0;
    border-radius: 0;
    border-left: 1px solid black;
}

body .iwp__searchbar-aside__group:first-child .ss-main .ss-multi-selected{
    border: 0;
}

body .ss-main .ss-multi-selected .ss-values .ss-disabled,
body .iwp__searchbar-aside form .iwp__searchbar-aside__group>div>select{
    color: #000;
    font-weight: normal;
    font-size: 20px;
    display: block;
    background-color: transparent;
}

body .ss-main .ss-multi-selected .ss-values{
    text-align: center;
}

body .ss-main .ss-multi-selected .ss-add .ss-plus{
    background: var(--e-global-color-blocksy_palette_3);
    position: relative;
    height: 12px;
    width: 2px;
    top: -5px;
}

body .ss-main .ss-multi-selected .ss-add .ss-plus:after{
    background: var(--e-global-color-blocksy_palette_3);
    height: 2px;
    width: 12px;
    left: -5px;
    top: 5px;
}

body .iwp__searchbar-aside__group {
    width: calc(25% - 20px);
}

body .iwp__searchbar-aside__line{
    gap: 0;
}

body .iwp__searchbar-aside form .iwp__searchbar-aside__group>div .ss-main .ss-multi-selected{
    padding-right: 40px;
}

body .iwp__searchbar-aside__group.aside-group-btn button{
    width: auto;
    height: auto;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 50px;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
    color: #000;
    position: relative;
    max-width: 200px;
}

body .iwp__searchbar-aside__group.aside-group-btn button:before{
    content: 'Rechercher' !important;
    display: inline-block;
    position: absolute;
    z-index: 10;
    opacity: 1;
    filter: none;
    font-size: 20px;
    top: 8px;
    left: 25px;
}

body .iwp__searchbar-aside__group.aside-group-btn button:after{
    content: url(/wp-content/uploads/2024/10/fleche-droite-immowp-search.svg) !important;
    display: inline-block;
    position: absolute;
    z-index: 10;
    opacity: 1;
    filter: none;
    top: 8px;
    right: 25px;
}

body .iwp__searchbar-aside__group.aside-group-btn button:hover{
    background: #fff;
    border-color: var(--e-global-color-blocksy_palette_1);
}

body .iwp__searchbar-aside form .iwp__searchbar-aside__group:nth-child(3)>div .ss-main .ss-multi-selected{
    border-right: 1px solid #000;
}

/* Debug select du 30/04/2025 */
body .iwp__searchbar-aside form .iwp__searchbar-aside__group>div>select{
    border: 0;
    margin-top: -5px;
    text-align: center;
    border-radius: 0;
    border-left: 1px solid black;
    margin-left: 30px;
}

/* Responsive ImmoWP */
@media screen and (max-width: 768px){
    body .iwp__searchbar-aside__group {
        width: 100%;
    }

    body .iwp__searchbar-aside__group.aside-group-btn button{
        width: 100%;
        max-width: none;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    body .ss-main .ss-multi-selected{
        border-left: 0;
    }

    body .iwp__searchbar-aside form .iwp__searchbar-aside__group:nth-child(3)>div .ss-main .ss-multi-selected{
        border-right: 0;
    }

    body .iwp__searchbar-aside form .iwp__searchbar-aside__group>div .ss-main .ss-multi-selected,
    body .iwp__searchbar-aside__group:first-child .ss-main .ss-multi-selected{
        padding-right: 0;
    }

    body .ss-main .ss-multi-selected .ss-values .ss-disabled{
        text-align: left;
    }

    body .iwp__searchbar-aside__group.aside-group-btn button:before,
    body .iwp__searchbar-aside__group.aside-group-btn button:after{
        top: 13px;
    }

    /* Debug select du 30/04/2025 */
    body .iwp__searchbar-aside form .iwp__searchbar-aside__group>div>select{
        margin-top: 0px;
        border-left: 0;
        margin-left: 4px;
        text-align: left;
    }
}


@media screen and (max-width: 992px){
    .no-absolute-mobile{
        position: relative !important;
        top: 0!important;
        bottom: 0!important;
        right: 0!important;
        left: 0!important;
    }
}


body span[data-color-group="turquoise"]{
    color: var(--e-global-color-blocksy_palette_1);
}

/* Avis Google */
body .ti-widget.ti-goog .ti-reviews-container,
body .ti-widget.ti-goog .ti-review-content,
body .ti-widget.ti-goog .ti-review-header .ti-profile-details .ti-name{
    color: var(--e-global-color-blocksy_palette_3);
    font-size: 16px;
}

body .ti-widget.ti-goog .ti-controls .ti-next:before,
body .ti-widget.ti-goog .ti-controls .ti-prev:before,
body .ti-widget.ti-goog .ti-controls .ti-next:after,
body .ti-widget.ti-goog .ti-controls .ti-prev:after{
    /*background-color: var(--e-global-color-blocksy_palette_3);*/
}

body .ti-widget.ti-goog .ti-review-header .ti-profile-details .ti-name{
    font-weight: 500;
    font-style: italic;
}

body .ti-widget.ti-goog .ti-widget-container .ti-date,
body .ti-widget.ti-goog .ti-footer{
    display: none;
}


/* TEAM MEMBERS - EQUIPE */
.item-member{
    padding: 0 20px;
}

.item-member .member-photo{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    margin: 20px 0 0 0;
    display: inline-block;
    background-color: silver;
}

.item-member .member-name{
    color: white;
    font-size: 20px;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 0;
}

.item-member .member-role{
    color: var( --e-global-color-blocksy_palette_5 );
    margin-bottom: 8px;
}

.item-member .member-legal{
    color: rgba(255,255,255,0.3);
    font-size: 13px;
}

.item-member .member-description{
    color: white;
    font-size: 16px;
}

body .slick-arrows-container{
    text-align: center;
    padding-top: 40px;
}

body button.slick-arrow,
body button.slick-arrow:hover,
body button.slick-arrow:active,
body button.slick-arrow:focus{
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid white!important;
    background-size: 40%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('./img/arrow-right-white.svg') !important;
    transform: rotate(0deg);
}

body button.slick-arrow:hover{
    background: white;
}

body .slick-prev:before, .slick-next:before{
    font-size: 40px;
    font-size: 0;
}

body button.slick-arrow:hover{
    background-size: 40%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('./img/arrow-right-blue.svg')!important;
}

/* Rotation du bouton précédent qui est identique au suivant, pour qu'il soit dans le bon sens inverse */
body .slick-prev{
    transform: rotate(-180deg) !important;
}


/* CONTACT FORM 7 */
.wpcf7 p{
    margin-bottom: 10px;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea{
    padding-left: 25px !important;
}

.wpcf7 input::placeholder,
.wpcf7 select,
.wpcf7 textarea::placeholder{
    color: var( --e-global-color-blocksy_palette_3 )!important;
    opacity: 0.85 !important;
    text-transform: uppercase;
}

.mentions-legales-contact-form{
    font-size: 16px;
    margin-top: 20px;
}

body .wpcf7 .wpcf7-submit,
body .es_subscription_form input[type="submit"] {
    background-color: var( --e-global-color-blocksy_palette_3 );
    padding: 10px 25px;
    text-align: right;
    display: inline-block;
    width: 100%;
    color: white;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

body .wpcf7 .wpcf7-submit:hover,
body .es_subscription_form input[type="submit"]:hover {
    background-color: var( --e-global-color-blocksy_palette_5 );
}


/* BLOG SHORTCODE */
.custom-recent-posts {
    display: flex;
    justify-content: space-between; /* Espacement entre les éléments */
    flex-wrap: wrap; /* Permet aux éléments de passer à la ligne si l'espace est insuffisant */
    gap: 20px; /* Optionnel si vous voulez de l'espace entre les items */
}

.custom-recent-posts .post-item {
    padding: 0;
    width: 31%;
    border-radius: 3px;
}

.custom-recent-posts .post-thumbnail img {
    width: 100%!important;
    height: 530px!important;
    object-fit: cover;
    height: auto;
    border-radius: 3px;
}

.custom-recent-posts .post-title {
    margin-top: 40px;
    margin-bottom: 20px;
    color: var( --e-global-color-blocksy_palette_1 );
    font-family: 'Encode Sans Expanded', Sans-Serif;
    font-weight: 400;
    font-size: 20px;
}

.custom-recent-posts .post-title a {
    text-decoration: none;
    color: inherit;
}

.custom-recent-posts .post-title a:hover {
    text-decoration: underline;
}

.custom-recent-posts .post-date {
    display: none;
    margin-bottom: 10px;
}

.custom-recent-posts .post-excerpt {
    font-size: 20px;
    color: white;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
}

.custom-recent-posts .post-button {
    display: inline-block;
    margin-top: 25px;
    color: white;
}

@media screen and (max-width: 768px){
    .custom-recent-posts {
        display: block;
    }

    .custom-recent-posts .post-item {
        margin-bottom: 20px;
        width: 100%;
        margin-bottom: 70px;
    }

    .custom-recent-posts .post-thumbnail img {
        height: 400px!important;
    }
}

body #block-16 > p{
    display: none;
}

/* Boutons */
body .elementor-button,
body .main-theme-button,
body .ct-button {
    background: transparent;
    border-radius: 25px;
    position: relative;
    padding: 12px 50px 12px 25px!important;
    line-height: 1em;
    font-size: 20px !important;
    color: white;
    font-family: 'Barlow', sans-serif;
    font-weight: 300 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    display: inline-block;
}

body.blog .ct-button,
body.category .ct-button,
body .main-theme-button.btn-blue-arrow {
    color: var( --e-global-color-blocksy_palette_3 );
}

/* Effet rond bleu */
body .elementor-button:before,
body .main-theme-button:before,
body .ct-button:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 44px;
    border: 1px solid var( --e-global-color-blocksy_palette_5 );
    border-radius: 50%;
    z-index: 0;
    transition: all 0.3s ease;
    filter: none !important;
    opacity: 1!important;
}

body .elementor-button:hover:before,
body .main-theme-button:hover:before,
body .ct-button:hover:before {
    width: 100%;
}

body .elementor-button:before,
body .main-theme-button:before,
body .ct-button:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    border: 1px solid var( --e-global-color-blocksy_palette_5 );
    border-radius: 25px;
    z-index: 0;
}

body.blog .ct-button:before,
body.category .ct-button:before,
body .main-theme-button.btn-blue-arrow:before {
    border: 1px solid var( --e-global-color-blocksy_palette_5 ) !important;
}

/* Effet flèche blanche */
body .elementor-button:after,
body .main-theme-button:after,
body .ct-button:after {
    content: url('./img/arrow-right-white.svg');
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: calc(50% - 12px);
}

body .btn-blue-arrow .elementor-button:after,
body .main-theme-button.btn-blue-arrow:after,
body.blog .ct-button:after,
body.category .ct-button:after {
    content: url('./img/arrow-right-blue.svg');
}




/* Compteurs */
body .elementor-counter-title{
    text-align: center;
}

body .container-counters .elementor-widget-counter .elementor-widget-container{
    width: 270px !important;
    height: 270px !important;
}

body .container-counters .elementor-widget-counter .elementor-widget-container .elementor-counter{
    margin-top: 10px;
}

body .container-counters>div{
    position: relative;
    margin-right: -80px;
}

body .counter-large .elementor-widget-counter .elementor-widget-container{
    height: 350px !important;
    width: 350px !important;
}


body .container-counters.counter-large>div{
    position: relative;
    margin-right: -50px;
}


body .container-counters>div:last-child{

}

@media screen and (max-width: 1050px){
    body .container-counters .elementor-widget-counter .elementor-widget-container{
        padding: 80px 0 0 0 !important;
    }

    body .container-counters>div{
        margin-right: 0px;
        margin-top: -30px;
    }

    body .container-counters.counter-large>div{
        margin-right: 0px;
        margin-top: -30px;
    }
}

@media screen and (max-width: 768px){
    body .counter-large .elementor-widget-counter .elementor-widget-container{
        height: 300px !important;
        width: 300px !important;
    }
}

/* Eléments boites images */
body .services-listing-container .elementor-image-box-content{
    margin-top: -20px;
}

body .services-listing-container .elementor-image-box-img{
    min-height: 88px;
}


/* ImmoWP */
body .iwp__items .iwp__item .iwp__item-header .iwp__item-meta{
    top: 0;
    left: 0;
    padding: 0;
}

body .iwp__items .iwp__item .iwp__item-header .iwp__item-meta ul li{
    border-radius: 0;
    line-height: normal;
}

body .iwp__items .iwp__item .iwp__item-header .iwp__item-meta ul li.iwp__heart{
    background-color: var( --e-global-color-blocksy_palette_1 );
    font-size: 18px;
    font-style: italic;
    font-family: 'Barlow', sans-serif;
    text-transform: none;
    letter-spacing: 0.5px;
}

body .iwp__items .iwp__item .iwp__item-header,
body .iwp__items .iwp__item .iwp__item-header img{
    height: 280px;
}

body .iwp__items .iwp__item{
    width: 87%;
    box-shadow: none;
    margin: auto;
}

body .iwp__items .iwp__item .iwp__item-content .iwp__item-text .description{
    display: none;
}

body .iwp__items .iwp__item .iwp__item-content .iwp__item-overview div span{
    color: white;
}

body .iwp__items .iwp__item .iwp__item-content .iwp__item-overview div svg{
    fill: white;
}

body .iwp__items .iwp__item .iwp__item-content .iwp__item-text{
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid var( --e-global-color-blocksy_palette_1 );
}

body .iwp__items .iwp__item .iwp__item-content .iwp__item-text .price{
    position: absolute;
    top: 0px;
    right: 0;
    background-color:  var( --e-global-color-blocksy_palette_3 );
    padding: 10px 12px;
}

body .iwp__items .iwp__item .iwp__item-content .iwp__item-text .price span{
    color: white;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    letter-spacing: 0.5px;
}

body .iwp__items .iwp__item .iwp__item-content .iwp__item-text h3{
    text-transform: none;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
    /*max-width: 61%;*/
}

body .iwp__items .iwp__item .iwp__item-content .iwp__item-text .localisation{
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
}

body .iwp__items .iwp__item .iwp__item-content .iwp__item-text .localisation span{
    font-size: 20px;
}

body .iwp__items .iwp__item .iwp__item-content .iwp__item-overview{
    display: none;
}

body .iwp__items.iwp__items-carousel .swiper-button-prev,
body .iwp__items.iwp__items-carousel .swiper-button-next,
body .services-prev,
body .services-next{
    display: block;
    background: transparent;
    border: 1px solid var(--e-global-color-blocksy_palette_3);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-image: url('./img/arrow-right-blue.svg')!important;
    background-position: center center;
    background-repeat: no-repeat;
    top: auto;
    bottom: -60px;
}

body .services-prev,
body .services-next{
    position: static !important;
    top: 0;
    bottom: 0;
    border-color: var( --e-global-color-blocksy_palette_1 );
    background-image: url('./img/arrow-right-gold.svg')!important;
    display: inline-block !important;
}

body .services-prev:disabled,
body .services-next:disabled{
    opacity: 0.5!important;
}

body .services-prev{
    transform: rotate(180deg);
    margin-right: 15px;
}

body .iwp__items.iwp__items-carousel .swiper-button-prev:hover,
body .iwp__items.iwp__items-carousel .swiper-button-next:hover{
    background-color: white;
}

body .iwp__items.iwp__items-carousel .swiper-button-prev{
    left: calc(50% - 50px);
}

body .iwp__items.iwp__items-carousel .swiper-button-next{
    right: calc(50% - 50px);
}

/* Correction décalage 20px */
@media screen and (min-width: 992px){
    .swiper-wrapper > div{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}


@media screen and (max-width: 768px){
    body .iwp__items .iwp__item{
        width: 100%;
        box-shadow: none;
    }
}

/* Page Services */
.bloc-numerotation:after {
    content: '';
    display: inline-block;
    color: white;
    width: 94px;
    height: 94px;
    line-height: 94px;
    border-radius: 50%;
    background-color: var(--e-global-color-blocksy_palette_1);
    position: absolute;
    left: -47px;
    top: -47px;
    z-index: 99;
    font-weight: normal;
    font-size: 50px;
    text-align: center;
    font-family: 'Aboreto', sans-serif;
}

.bloc-numerotation-1:after{
    content: '01';
}

.bloc-numerotation-2:after{
    content: '02';
}

.bloc-numerotation-3:after{
    content: '03';
}

.bloc-numerotation-4:after{
    content: '04';
}

.bloc-numerotation-5:after{
    content: '05';
}


@media screen and (max-width: 568px){
    .bloc-numerotation:after {
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: -25px;
        top: -25px;
        font-size: 25px;
    }
}

body .elementor-accordion .elementor-accordion-item{
    margin-bottom: 25px;
}


body .prix-mini .elementor-counter-number-wrapper:after,
body .prix-moyen .elementor-counter-number-wrapper:after,
body .prix-maxi .elementor-counter-number-wrapper:after{
    content: '';
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

body .prix-mini .elementor-counter-number-wrapper:after,
body .prix-moyen .elementor-counter-number-wrapper:after{
    background-image: url('./img/prices/prix-maxi.svg');
}

body .prix-maxi .elementor-counter-number-wrapper:after{
    background-image: url('./img/prices/prix-mini.svg');
}



/* Offres d'emploi */
.liste-offre-emplois{
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.liste-offre-emplois .offre-emploi-item{
    padding: 35px 25px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}

.liste-offre-emplois .offre-emploi-item:first-child{
    /*border-top: 0;*/
}

.liste-offre-emplois .offre-emploi-item h3{
    /*font-size: 20px;*/
}

.liste-offre-emplois .offre-emploi-item a{
    color: var( --e-global-color-blocksy_palette_3 );
}

.liste-offre-emplois .offre-emploi-item > div > div{
    padding-bottom: 20px;
}

.liste-offre-emplois .offre-emploi-item-intitule{
    font-weight: bold;
}

.liste-offre-emplois .offre-emploi-item-entoure{
    color: var( --e-global-color-blocksy_palette_5 );
}

.container-single-form-candidature{
    background-color: var( --e-global-color-blocksy_palette_6 );
    padding: 70px 40px;
    border-radius: 5px;
    text-align: left;
}

.container-single-form-candidature form{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.container-single-form-candidature form label{
    text-align: left;
}

.container-single-form-candidature form p{
    margin-bottom: 20px;
}

.single-offredemplois-content{
    padding-top: 70px;
}

.single-offredemplois-content h1{
    margin-bottom: 50px;
    color: var( --e-global-color-blocksy_palette_1 );
    text-shadow: none;
}

.single-offredemplois-content h2{
    color: var( --e-global-color-blocksy_palette_3 );
}

.single-offredemplois-content h3{
    color: var( --e-global-color-blocksy_palette_1 );
}

.single-offresdemploi .container{
    max-width: 950px;
}


.carousel-emploi .slick-dots li.slick-active button:before,
.carousel-emploi .slick-dots li button:before{
    color: white;
}




/* IMMOWP */
body .iwp__items {
    /*grid-template-columns: repeat(2, 1fr);*/
}

body .iwp__property-listing__header{
    margin: 50px 0;
}


@media screen and (max-width: 576px){
    body .iwp__property-listing__header .main-theme-button{
        margin: 20px 0!important;
    }

    body .iwp__property-listing__header .header-left{
        margin-bottom: 20px;
    }

    body .iwp__property-listing__header .header-right{
        width: 100%;
    }
}


body.page-id-961 .iwp__items .iwp__item .iwp__item-header img,
body.page-id-961 .iwp__items .iwp__item .iwp__item-header{
    height: 300px;
}


body .iwp__items .iwp__item .iwp__item-content .iwp__item-text{
    padding: 60px 30px 30px 30px;
    background: white;
    min-height: 200px;
}

/* icones CTA */
body .iwp__items .iwp__item.item-alerte-email .fa{
    font-size: 50px;
    display: block;
    margin-bottom: 30px;
}

/* CTA alerte email */
body .iwp__items .iwp__item.item-alerte-email .elementor-button:before, body .iwp__items .iwp__item.item-alerte-email .main-theme-button:before{
    border: 1px solid white;
}

body .iwp__items .iwp__item.item-alerte-email.item-cta-estimer .elementor-button:before, body .iwp__items .iwp__item.item-alerte-email.item-cta-estimer .main-theme-button:before{
    border: 1px solid var( --e-global-color-blocksy_palette_5 );
}

body .iwp__items .iwp__item.item-alerte-email{
    position: relative;
    height: 100%;
    min-height: 300px;
    box-shadow: none;
    display: flex;
    justify-content: center; /* Centre horizontalement */
    align-items: center;    /* Centre verticalement */
    background-color: var( --e-global-color-blocksy_palette_1 );
}

/* CTA Estimer */
body .iwp__items .iwp__item.item-alerte-email.item-cta-estimer {
    background: var( --e-global-color-blocksy_palette_3 );
    border-radius: 3px;
}

body .iwp__items .iwp__item.item-alerte-email.item-cta-estimer .background-alerte-email {
    background: transparent;
    height: auto;
    position: relative;
}

body .iwp__items .iwp__item.item-alerte-email.item-cta-estimer .background-alerte-email p{
    color: var( --e-global-color-blocksy_palette_8 );
}

.elementor-1673 .elementor-element.elementor-element-7b3055c:not(.elementor-motion-effects-element-type-background) {
    background-color: #9C1637 !important;
}

.background-alerte-email {
    width: 100%;
    border-radius: 3px;
    text-align: center;
    color: white;
    font-size: 16px;
}

.background-alerte-email a {

}

body .iwp__items .iwp__item.item-alerte-email.item-cta-estimer .background-alerte-email a{

}

.background-alerte-email a:hover {

}

body .background-alerte-email p {
    /*margin-top: 20px;*/
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 18px;
}

body .background-alerte-email img {
    margin-top: -40%;
    width: auto;
    height: 300px;
}

/* Bloc alerte email page de détail de bien */
body .iwp__sidebar-others .background-alerte-email img {
    margin-top: -50%;
}

body .iwp__sidebar-others .background-alerte-email a {
    padding: 8px 20px;
    border-radius: 3px;
}

@media screen and (max-width: 768px){
    body .iwp__items {
        grid-template-columns: repeat(1, 1fr);
    }

    body .iwp__items .iwp__item.item-alerte-email{
        min-height: 400px;
    }

    body .background-alerte-email img {
        margin-top: -30%;
    }
    body .iwp__property-listing__header{
        margin-top: 25px;
    }
}


/* BLog classique listing */
body.blog #main,
body.category #main,
body.single-iwp_gestion_immo #main{
    background-color:  var(--theme-palette-color-6);
}


body.blog h3.widget-title,
body .ct-sidebar .widget-title,
body .ct-sidebar .wp-block-heading{
    /*display: none;*/
    font-size: 26px;
    color: var(--theme-palette-color-1)!important;
}

body.blog .widget_categories ul li a,
body.category .widget_categories ul li a{
    display: block;
    margin-bottom: 10px;
    background: var(--theme-palette-color-3);
    padding: 10px 30px;
    border-radius: 0px;
    color: var(--theme-palette-color-8);
    font-weight: 600;
}

body.blog .widget_categories ul li a:hover,
body.category .widget_categories ul li a:hover{
    background: var(--theme-palette-color-5);
}

body.single-post .ct-widget.widget_categories {
    display: none !important;
}

/* LuckyWP */
body .lwptoc {
    width: 100%;
    margin: 0;
}

body .lwptoc .lwptoc_i{
    width: 100%;
    background: white;
    padding: 30px;
}

body .lwptoc .lwptoc_title{
    color: var(--theme-palette-color-1);
    font-size: 26px;
    font-weight: 600!important;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
}

body .lwptoc-light .lwptoc_i a,
body .lwptoc-light .lwptoc_i a:hover{
    color: var(--theme-palette-color-3);
}













/**/
