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

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);
}

/* 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 #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{
    display: inline-block;
    position: relative;
}

body footer ul#menu-menu-mentions-legales 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: '';
    }
}

/* 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;
}

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(33% - 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: 20px;
}

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 );
}

.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{
    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 .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);
}




















/**/
