/*
Theme Name: Child elementor
Author: Nizar Gazoline
Description: Elementor
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme.

*/

body {
    overflow-x: hidden;
}

.single-formations .lae-testimonial p, .lae-author-name {
    color: #000000 !important;
}

.single-formations .lae-container .slick-arrow:before {
    background-color: #e5e1e2 !important;
}

.col-temoignages-trajectoires .lae-container .slick-arrow:before {
    background-color: #10959E !important;
}

.formseb7 span[data-name="message"] {
    grid-column: 1 / 3;
    grid-row: 6;
}

.form-clair .elementor-field-group .elementor-select-wrapper:before {
    content: '';
    background-image: url(/wp-content/uploads/2023/02/arrow-white.svg);
    width: 22px;
    height: 14px;
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    z-index: 2;
    right: 0px;
    position: absolute;
    top: 27px;
    cursor: pointer;
}

.rightcolorange, .left-jaune, .colgris, .left-bleu, .left-orange {
    position: relative;
}

.rightcolorange::after {
    content: '';
    width: 10000px;
    position: absolute;
    height: 100%;
    background-color: #F46041;
    z-index: -1;
    transform: translate(100%);
    right: 4px;
}

.colgris::after {
    content: '';
    width: 10000px;
    position: absolute;
    height: 100%;
    background-color: #E5E1E2;
    z-index: -1;
    transform: translate(100%);
    right: 4px;
}

.left-jaune::before {
    content: '';
    width: 100000px;
    position: absolute;
    background-color: #f2b214;
    height: 100%;
    z-index: 0;
    left: -100000px;
}

.left-bleu::before {
    content: '';
    width: 100000px;
    position: absolute;
    background-color: #27BDB9;
    height: 100%;
    z-index: 0;
    left: -100000px;
}

.left-orange::before {
    content: '';
    width: 100000px;
    position: absolute;
    background-color: #F46041;
    height: 100%;
    z-index: 0;
    left: -100000px;
}

span.select2.select2-container.select2-container--default {
    max-width: 100%;
}

@media (max-width: 768px) {
    .has_eae_slider.elementor-column.elementor-col-20.elementor-top-column.elementor-element.elementor-element-2efde93 {
        width: 100%;
    }

    .btn-financeformation{
        margin-top: 15px !important;
    }
    .type-formation img {
        width: 100vw !important;
        height: calc(100vw - 30px) !important;
    }

    .elementor-3739 .elementor-element.elementor-element-17d68a6 .elementor-heading-title, .elementor-3739 .elementor-element.elementor-element-a611ef4 .elementor-heading-title {
        color: #000 !important;
        font-weight: 600 !important;
    }
}

@media (min-width: 1025px) {
    #col-filtres-gauche .elementor-widget-wrap.elementor-element-populated:first-child {
        position: inherit !important;
        width: auto !important;
    } 
    #col-img-gauche {
        position: fixed;
        width: 15%;
        margin-left: 25%;
    }
    #col-droite-results {
        margin-left: 15%;
    }
}

.has_eae_slider.elementor-element.elementor-element-9249f03.e-con-full.e-con,
.has_eae_slider.elementor-element.elementor-element-aa55f99.e-con-full.e-con,
.has_eae_slider.elementor-element.elementor-element-846e417.e-con-full.e-con
{
    background-color: #e1e1e1;
    padding: 10px;
    border-radius: 25px 0 0 25px;
}

.elementor-element.elementor-element-b1ad41f.elementor-widget.elementor-widget-heading,
.elementor-element.elementor-element-d7f6bbe.elementor-widget.elementor-widget-shortcode,
.elementor-element.elementor-element-72acca1.elementor-widget.elementor-widget-heading,
.elementor-element.elementor-element-4eb7b92.elementor-widget.elementor-widget-shortcode,
.elementor-element.elementor-element-2a231bc.elementor-widget.elementor-widget-heading,
.elementor-element.elementor-element-38e3632.elementor-widget.elementor-widget-shortcode
{
    width: 50% !important;
}

/*style parcours (trajectoire)*/
.content_formations .item_formations:not(.active),
.nav_formations ul li a:not(.active) + .mobile_content{
    display: none;
}
.nav_formations ul{
    list-style-type: none;
    padding: 0;
    margin: 0;

}

.nav_formations ul li a + .mobile_content{
    padding: 10px;
}
.nav_formations ul li a{
    padding: 12px;
    background: transparent;
    transition: ease-in-out .4s;
    font-family: "Open Sans", Sans-serif;
    font-size: 1em;
    font-weight: 700;
    color: var( --e-global-color-text );
    display: block;
    line-height: 1;
}

.nav_formations ul li a.active{
    background: #F46041;
    color: #fff;
}

@media (min-width: 768px){

    .nav_formations ul li a{
        border-radius: 50px;
    }
    .nav_formations ul li a + .mobile_content{
        display: none!important;
    }
}
