/* 
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.3.0
Text Domain: hello-elementor-child
*/

/*
    Add your custom styles here
*/


.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.presentation .elementor-widget-container h3,
.presentation .elementor-widget-container h4{
    font-size: 15px;
    color: #380099;
    margin:0;
}


.bloc-actus .elementor-post__read-more{
    position: absolute;
    right: 34px;
    bottom: 30px;
    width: 37px;
    height: 38px;
    border-radius: 50%;
    background:url(assets/img/arrow-btn.svg)center no-repeat #6CEB9E;
    transition: all ease-in-out .4s;
}

.bloc-actus .elementor-post__read-more:hover{
    background-color:#380099;
}

.bloc-actus .elementor-post{
    position: relative;
}

/*MEGA MENU*/
.jet-mega-menu-mega-container__inner{
    padding: 0!important;
    background: none!important;
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container {
    top: 35px!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
}


/*LISTE FORMATION*/
.list-formation{
    display: flex;
    flex-wrap: wrap;
    margin:0 -17px;
}

.list-formation .item{
    width: 33.33%;
    padding:17px;
}

.list-formation .inner{
    padding: 10px;
    -webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.15);
box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.15);
border-radius: 16px;
}


.list-formation .img{
    display: block;
    position: relative;
}

.list-formation .img img{
    width: 100%;
    display: block;
    height: 176px;
    object-fit: cover;
    border-radius: 6px;
}

.list-formation .img .price{
    position: absolute;
    right: 18px;
    bottom: 11px;
    width: 65px;
    height: 65px;
    color: #000000!important;
    font-size: 12px!important;
    line-height: 12px!important;
    font-weight: 500;
    text-transform: uppercase;
    background: #fff;
    font-family: "Helvetica neue", Sans-serif!important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-formation .title-item{
    line-height: 19px;
    margin:0 0 15px;
}


.list-formation .title-item a{
    font-size: 15px;
    font-weight: 700;
    font-family: "Helvetica neue", Sans-serif;
    line-height: 19px;
    color: #000000;
}

.list-formation .time{
     font-family: "Helvetica neue", Sans-serif;
     font-size: 11px;
     line-height: 12px;
     padding-left: 17px;
     background:url(assets/img/ico-horaire.svg)left center no-repeat;
     margin-bottom: 10px;
 }

.list-formation .item .categorie,
.top-detail .categorie{
    font-family: "Helvetica neue", Sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    background: #E3552759;
    color: #E35527;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 2px;
}

.list-formation .item .list-cat,
.top-detail .list-cat{
	display:flex;
	flex-wrap:wrap;
	gap:5px
}

.list-formation .item .list-tag{
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
}

.list-formation .item .list-tag span,
.top-detail .tag{
    font-family: "Helvetica neue", Sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 2px;
    background: #F5F5F5;
    color: #4E4E4E;
    margin: 5px 5px 0 0;
}

.list-formation .item .content{
    padding: 15px 11px;
}

.top-detail .categorie{
    margin-bottom: 5px;
}

.top-detail .list-info{
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    font-family: "Helvetica neue", Sans-serif;
    margin-top: 15px;
}

.top-detail .list-info li{
    margin-bottom: 12px;
    padding-left: 32px;
    min-height: 21px;
}

.top-detail .list-info li.date{
    background:url(assets/img/ico-calendar-single.svg)left 0 no-repeat;
}
.top-detail .list-info li.horaire{
    background:url(assets/img/ico-horaire-single.svg)left 0 no-repeat;
}
.top-detail .list-info li.financement{
    background:url(assets/img/ico-price-single.svg)left 0 no-repeat;
}
.top-detail .list-info li.nombre-place{
    background:url(assets/img/ico-place-single.svg)left 0 no-repeat;
}

.top-detail .tarif{
    font-family: "Helvetica neue", Sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #9262E3;
    font-style: italic;
    margin-bottom: 8px;
}


.top-detail .blc-down .down{
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #9262E3;
    display: block;
    padding-left: 31px;
    min-height: 24px;
    background:url(assets/img/ico-down-single.svg)left 0 no-repeat;
}

.top-detail .blc-down .down:hover{
    color: #380099;
}

.top-detail .btn{
    font-family: "Helvetica neue", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 16px 10px 16px;
    background: #6CEB9E;
    color: #380099;
    display: inline-block;
    margin-top: 30px;
}

.top-detail .btn:hover{
    background: #E35527;
    color: #fff;
}


/*PAGE CONTACT*/
.blc-chp{
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
}

.acceptance{
    width: 100%;
}

.btn-send{
    width: 100%;
}
.btn-send .btn{
    font-family: "Helvetica neue", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 16px 10px 16px;
    background: #6CEB9E;
    color: #380099;
    display: inline-block;
    border:none;
}

.btn-send .btn:hover{
    background: #E35527;
    color: #fff;
}

.blc-chp p{margin-bottom: 0!important}

.blc-chp .chp{
    padding: 0 10px;
    margin-bottom: 30px;
    width: 100%;
}

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

.menu-foot a:hover{
    color: #E35527!important;
}


.blc-choice-formation{
    display: flex;
    justify-content: center;
    margin-bottom: 13px;
}

.blc-choice-formation .list{
    display: flex;
    flex-wrap: wrap;
    border:1px solid #DEDEDE;
    border-radius: 32px;
    padding: 5px;

}


.blc-choice-formation input{
    opacity: 0;
    position: absolute;

}

.blc-choice-formation input:checked + label{
    background: #6CEB9E;
    color: #380099;
    font-weight: 500;
}

.blc-choice-formation label{
    font-size: 14px;
    font-weight: 400;
     font-family: "Helvetica neue", Sans-serif;
     display: inline-block;
     padding: 10px 30px;
     border-radius: 32px;
     color: #4E4E4E;
     cursor: pointer;
}

.htmega-menu-container ul > li{margin-right:45px!important}
.htmega-menu-container ul > li:last-child{
    margin-right: 0!important
}

#content{
    padding: 80px 0;
}
.alignwide{
    margin-inline: 0!important;
}


:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #E35527;
  border-radius: 5px;
  color: #fff;
}

:root :where(.wp-element-button, .wp-block-button__link):hover{
    background: #6CEB9E;
    color:#fff;
}

.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce-Address-title h2{
    color: #380099;
    font-size: 28px!important;
    line-height: 32px;
}

.wc-block-components-title{
    color: #380099;
}

.woocommerce-account .page-header .entry-title{
    color: #380099;
}

   .woocommerce-button.view{
    height: auto;
}

.woocommerce-MyAccount-navigation-link{
    list-style: none;
}


.woocommerce-MyAccount-navigation-link a{
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    background: #9262E3;
    color: #fff;
}


.woocommerce-MyAccount-navigation ul{
    padding: 0;
}

.woocommerce-MyAccount-navigation li{
    margin-bottom: 7px;
}

.woocommerce-EditAccountForm  .fieldset{
    margin-bottom: 15px;
}

.woocommerce-info{
    border-color: #380099;
}

.woocommerce-info::before {
    color: #380099;
}


.woocommerce-page a{
    text-decoration: none!important;
}


.woocommerce-account .woocommerce>h2{
	display:none
}


/*LISTE TEMOIGNAGE*/
.list-temoignage .item .inner{
    background: #fff;
    padding: 20px 26px 15px;
    border-radius: 16px;
    position: relative;
}

.list-temoignage .item {
    padding:24px;
}
/*
.list-temoignage .item:nth-child(3n + 2) .inner{
    top: -20px;
}
*/
.slick-current.slick-active + .slick-active .inner{
	top: -20px
}
.list-temoignage p{
    margin-bottom: 10px;
    line-height: 18px;

}

.list-temoignage .icon{
    margin-bottom: 10px;
    display: block;
}

.list-temoignage .name{
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    color: #380099;
}

.list-temoignage .slick-dots{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}


.list-temoignage:not(#slide-temoignage){
    display: flex;
    flex-wrap: wrap;
}

.list-temoignage:not(#slide-temoignage) .item{
    width: 33.33%;
}


.list-temoignage .slick-dots li{
    margin:0 5px;
    line-height: 0;
}


.list-temoignage .slick-dots li.slick-active button{
    background:#E35527 ;
}


.list-temoignage .slick-dots button{
    padding: 0;
    border:none;
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}


@media (max-width:1200px) {
    #content{
        padding: 80px 40px 60px;
    }
}
@media (max-width:991px) {
    .list-formation .item{
        width: 50%;
    }
    .blc-chp .chp.chp-50{
    width: 100%;
}
      .content-submenu{
        box-shadow: none!important;
    }

    .list-temoignage .item{
        padding: 10px 0;
    }

    .list-temoignage .item .inner{
        top: inherit!important;
    }
    .list-temoignage:not(#slide-temoignage) .item{
        padding: 10px;
        width: 50%;
    }
}

@media (max-width:767px) {
  
    .list-formation .item{
        width: 100%;
    }
      #content{
        padding: 80px 20px 60px;
    }
     .list-temoignage:not(#slide-temoignage) .item{
        padding: 10px 0;
        width: 100%;
    }
 

}