/* 
Theme Name: Hello Elementor 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: 3.4.4
Text Domain: hello-elementor-child
*/

.title span{
    color: var(--e-global-color-primary);
}
.text-box p:last-child{
    margin-bottom: 0;
}
.header.elementor-sticky--effects{
    box-shadow: 0px 10px 15px -3px #cccccc5c;
}
.header.elementor-sticky--effects .e-con-inner{
    padding: 30px 0!important;
}

.list-services .elementor-icon-list-item:first-child .elementor-icon-list-icon{
    display: none;
}

.blc-accordion .e-n-accordion-item-title-icon{ 
    width:87px;
    justify-content: flex-end;
    padding-right: 18px;
    position: relative;
    z-index: 20
}

.blc-accordion .e-n-accordion-item-title{
    position: relative
}
.blc-accordion .e-n-accordion-item-title:after{
    content:'';
    position: absolute;
    width: 87px;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--e-global-color-primary);
    border-radius: 0 19px 19px 0
}


.e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg{
    fill:#231F20!important
}

/*PAGE EVENEMENT*/

.item-event .elementor-cta__content{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}


.item-event .elementor-cta__content:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);

}


.item-event .elementor-cta__title{
        position: relative;
        padding-top: 15px;
}

.item-event .elementor-cta__title:before{
    content: '';
    width: 172px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin:auto;
}

.slide-event .elementor-swiper-button{
    background: #fff;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}   

.slide-event .swiper-slide-inner img{
    display: block;
}

/*PAGE CONTACT*/
.blc-chp{
    display: flex;
    flex-wrap: wrap;
}

.blc-chp .chp{
    padding: 0 9px;
    margin-bottom: 18px;
}
.blc-chp .chp:last-child{
    margin-bottom: 9px;
}

.blc-chp .chp input,
.blc-chp .chp textarea{
    height: 42px;
    background: #F3F3F3;
    border:none;
    font-family: "Auux Pro Bold";
    font-style: italic;
    font-size: 23px;
    padding: 10px 12px;
    border-radius: 0 22px 22px 0;
    outline: none;
}

.blc-chp .chp textarea{
    height: 247px;
    border-radius: 0;
    resize: none;
}

.blc-chp .chp.w-50{
    width: 50%;
}

.blc-chp .chp.w-100{
    width: 100%;
}

.blc-chp p{
    margin-bottom: 0;
}

.blc-chp .chp ::-webkit-input-placeholder {
    opacity: 1;
    color: #B1B1B1;
    font-style: italic;
}

.blc-chp .chp ::-moz-placeholder {
    opacity: 1;
    color: #B1B1B1;
    font-style: italic;
}

.blc-chp .chp ::-ms-input-placeholder {
    opacity: 1;
    color: #B1B1B1;
    font-style: italic;
}

.text-rgpd{
    padding: 0 9px;
    text-align: right;
    font-family: "Gotham-book";
    font-size: 11px;
    margin-bottom: 35px;
}


.text-rgpd a{
    color: var(--e-global-color-primary);
    text-decoration: underline;
}

.text-rgpd a:hover{
    color: var(--e-global-color-text);
}

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

.blc-send .btn-send{
    background: transparent!important;
    color: var(--e-global-color-text)!important;
    border:1px solid var(--e-global-color-text)!important;
    border-radius: 0!important;
    padding: 2px 12px 4px 12px!important;
    transition:all ease-in-out .4s;
}

.blc-send .btn-send:hover{
    background: var(--e-global-color-primary)!important;
    color: #fff!important;
    border-color:var(--e-global-color-primary)!important;;
}
.wpcf7-spinner{
    position: absolute;
}

.wpcf7-response-output{
    text-align: center;
}

.evenement{
    overflow: hidden!important
}

.list-event .evenement:last-child{
    width: 536px!important;
}

@media (max-width:1200px) {
    .menu-principal .elementor-nav-menu--dropdown{
        padding-bottom: 15px;
    }
}

@media (max-width:991px) {
    .list-event .evenement:last-child{
        width: initial!important;
    }
}

@media (max-width:767PX) {
    .list-services .elementor-icon-list-item:first-child .elementor-icon-list-icon{
        display: block;
    }

    .list-services .elementor-icon-list-items{
        flex-direction: column;
    }

    .blc-accordion .e-n-accordion-item-title:after,
    .blc-accordion .e-n-accordion-item-title-icon{
        width: 40px;
    }
    .nav-foot .menu-item .elementor-item{
        display: block;
        text-align: left;
    }
    .header.elementor-sticky--effects .e-con-inner{
        padding: 20px 0!important;
    }
    .blc-chp .chp.w-50{
        width: 100%;
    }
    .text-rgpd{
        text-align: left;

    }
    .text-rgpd br{
        display: none;
    }
    .blc-chp .chp input, .blc-chp .chp textarea {
        font-size: 18px;
    }

}