/* 
Theme Name: Hello Ingely
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Comwell Starter : Elementor Child Theme
Author: Comwell
Author URI: https://www.comwell.fr
Template: hello-elementor
Version: 1.0.1
Text Domain: cwstarter
*/


/* remove bottom margin on last elementor paragraph */
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}


/* automatic add left and right padding  */
.elementor[data-elementor-type="header"] > .e-con-boxed > .e-con-inner,
.elementor[data-elementor-type="footer"] > .e-con-boxed > .e-con-inner,
.elementor[data-elementor-type="wp-page"] > .e-con-boxed > .e-con-inner,
.elementor[data-elementor-type="single-post"] > .e-con-boxed > .e-con-inner {
    padding-left: 10px;
    padding-inline-start : 10px;
    padding-right: 10px;
    padding-inline-end: 10px;
}

/** automatic set font color to primary color **/
body  {
    color:var(--e-global-color-primary);
    font-family: var(--e-global-typography-text-font-family);
}

h1,h2,h3 {
    font-family: var(--e-global-typography-primary-font-family);
}

.em-accent em {
    font-style: normal;
    color:var(--e-global-color-accent);
}


.title-underlined .elementor-heading-title{
    position: relative;
    padding-bottom: 10px;
}
.title-underlined .elementor-heading-title:after {
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color:  var(--e-global-color-accent);
}

.mix-blend-mode-multiply,
.before-mix-blend-mode-multiply:before {
    mix-blend-mode: multiply;
}


.absolute-center-horizontally {
    left: 50%;
    transform: translateX(-50%);
}

.absolute-center-vertically {
    top: 50%;
    transform: translateY(-50%);
}

.title-as-link .elementor-heading-title a {
    position: relative;
    padding-bottom: 6px;
}
.title-as-link .elementor-heading-title a:after {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color:  var(--e-global-color-accent);
    transition: bottom 250ms;
}

.title-as-link .elementor-heading-title a:hover:after {
    bottom: -10px;
}


.btn-accent .elementor-button {
    background-color:  var(--e-global-color-accent);
    border-color:  var(--e-global-color-accent);
    color:#FFF;
}

.btn-accent .elementor-button:hover {
    color:  var(--e-global-color-accent);
    border-color:  var(--e-global-color-accent);
    background-color:#FFF;
}


.e-loop-item:not(.cs-realisation) .realisation-only,
.e-loop-item:not(.type-post) .post-only {
    display: none;
}

.e-loop-item.type-post .postrealisation-renderer .datefield .elementor-widget-container
{
    background-color: var(--e-global-color-accent);
}

.renderer-white .postrealisation-renderer .elementor-widget-heading:not(.title-as-link) .elementor-heading-title,
.renderer-white .postrealisation-renderer .elementor-widget-theme-post-excerpt .elementor-widget-container
{
    color:#FFF!important;
}

.postrealisations-tab .e-n-tab-title-text{
    position: relative;
}
.postrealisations-tab .e-n-tab-title[aria-selected="false"] .e-n-tab-title-text:after {
    content:'';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -6px;
    left: 0;
    background-color: var(--e-global-color-accent);

}

.hidedate .postrealisation-renderer .datefield {
    display: none;
}

.postrealisations-tab-home .postrealisation-renderer .image-container {
    padding-top: 0;
    justify-content: flex-end;
    align-items: flex-start;
    background-size: cover;
    background-position: center;

}


.elementor-field-group .elementor-select-wrapper select {
    padding-right: 50px;
}

.elementor-select-wrapper .eicon-caret-down:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 45px;
    background-color: var(--e-global-color-accent);
    -webkit-mask-image: url('img/fleche-bas.svg');
    mask-image: url('img/fleche-bas.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-size: contain;
    mask-size: contain;
}


/**
Ingely
 */


.btn-arrow .elementor-button-icon {
    font-size: 9px;
    padding-right: 8px;
    transition: all 250ms;
}
.btn-arrow:hover .elementor-button-icon {
    padding-right: 0;
    padding-left: 8px;
}

.btn-small .elementor-button {
    padding-top: 14px;
    padding-bottom: 14px;
}



.main-menu  ul > li:last-child > .e-n-menu-title {
    padding-right: 0;
}

.megamenu-link .elementor-icon-box-icon {
    padding-top: 6px;
}


.floating-btn {
    pointer-events: auto;
}

.floating-btn .elementor-widget-heading {
    opacity: 0;
    transition: opacity 400ms;
}
.floating-btn:hover .elementor-widget-heading {
    opacity: 1;
}

.floating-btn:before {
    transition: width 250ms;
    width: 60px;
    left: unset;
    right: 0;
}
.floating-btn:hover:before {
    width: 100%;
}


.pointer-events-none {
    pointer-events: none;
}


.top-banner {
    min-height: calc(100vh - 42px);
    padding-top:170px;
    padding-bottom: 50px;

}

.top-banner-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.square {
    aspect-ratio: 1/1;
}

.hover-svg-white:hover .elementor-icon svg {
    color:#FFF;
}

.overhideplus:hover .plusicon {
    opacity: 0;
}


.solutions-tabs button.e-n-tab-title:active,
.solutions-tabs button.e-n-tab-title:focus,
.solutions-tabs button.e-n-tab-title:hover {
    border-radius: 50px 0 0 50px!important;
}
.solutions-tabs  .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
    justify-content: space-between;
}

.solutions-tabs .e-n-accordion-item >.e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened svg {
    width: auto!important;
    height: 14px!important;
}
.solutions-tabs .e-n-accordion-item >.e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
    color:var(--e-global-color-accent)!important;
}



.solutions-tabs .elementor-widget-n-accordion .e-n-accordion-item-title-text:before {
    content:url("https://ingely.encours.dev/wp-content/uploads/2025/06/puce-carree.svg");
    padding-right: 6px;
}

.solutions-tabs .e-n-tabs-heading .e-n-tab-title-text {
    display: none;
}


.solutions-tabs .e-n-tabs>.e-n-tabs-heading .e-n-tab-title {
    background-size: 50% auto !important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    min-height: 120px!important;
    margin-left: 30px;
    transition: all 250ms;

}
.solutions-tabs .e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected="true"],
.solutions-tabs .e-n-tabs>.e-n-tabs-heading .e-n-tab-title:hover {
    margin-left: 0;
    position: relative;
}
.solutions-tabs .e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:after {
    content:'';
    position: absolute;
    top: 0;
    right: -24px;
    width: 24px;
    height:100%;
    z-index: 2;
    background: url("img/fleche_logiciel.png") no-repeat center;
    background-size: contain;
}

#icon-ebp {
    background-image: url('img/logo_EBP_off.png');
}
#icon-ebp[aria-selected="true"], #icon-ebp:hover {
    background-image: url('img/logo_EBP_on.png');
}

#icon-finthesis {
    background-image: url('img/LOGO-finthesis-off.png');
    background-size: 75% auto !important;
}
#icon-finthesis[aria-selected="true"], #icon-finthesis:hover {
    background-image: url('img/LOGO-finthesis-on.png');
}

#icon-pennylane {
    background-image: url('img/logo-pennylane-off.png');
    background-size: 75% auto!important;
}
#icon-pennylane[aria-selected="true"], #icon-pennylane:hover {
    background-image: url('img/logo-pennylane-on.png');
}


#icon-codial {
    background-image: url('img/logo_CODIAL_off.svg');
    background-size: 75% auto!important;
}
#icon-codial[aria-selected="true"], #icon-codial:hover {
    background-image: url('img/logo_CODIAL_on.svg');
}

#icon-kalitics {
    background-image: url('img/logo_KALITICS_off.svg');
    background-size: 75% auto!important;
}
#icon-kalitics[aria-selected="true"], #icon-kalitics:hover {
    background-image: url('img/logo_KALITICS_on.svg');
}

#icon-alobees {
    background-image: url('img/LOGO-Alobees-off.png');
    background-size: 75% auto!important;
}
#icon-alobees[aria-selected="true"], #icon-alobees:hover {
    background-image: url('img/LOGO-Alobees-on.png');
}

#icon-inqom {
    background-image: url('img/logo-inqom-off.png');
    background-size: 75% auto!important;
}
#icon-inqom[aria-selected="true"], #icon-inqom:hover {
    background-image: url('img/logo-inqom-on.png');
}


#icon-wavesoft {
    background-image: url('img/logo-wavesoft-off.png');
    background-size: 75% auto!important;
}
#icon-wavesoft[aria-selected="true"], #icon-wavesoft:hover {
    background-image: url('img/logo-wavesoft-on.png');
}

#icon-visualplanning {
    background-image: url('img/LOGO-VisualPlanning-off.png');
    background-size: 75% auto!important;
}
#icon-visualplanning[aria-selected="true"], #icon-visualplanning:hover {
    background-image: url('img/LOGO-VisualPlanning-on.png');
}


.cursor-pointer {
    cursor: pointer;
}

.swiper-trigger .elementor-button{
    transition: transform 250ms;
}

.swiper-trigger.active .elementor-button{
    transform: translateY(-15px);
    background-color: var(--e-global-color-accent)!important;
}



.elementor-field-group-cvfile {
    position: relative;
}

.elementor-field-group-cvfile input[type="file"] {
    opacity: 0;
}

.elementor-field-group-cvfile::before {
    margin-left:30px;
    content: attr(data-file-name);
    display: inline-block;
    background-color: black;
    color: white;
    padding: 14px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 50px);
    text-align: left;
    z-index: 1;
}

.elementor-field-group-cvfile:not([data-file-name])::before {
    content: "Télécharger mon CV";
}

.elementor-field-group-cvfile::after {
    content: "\f093"; /* Font Awesome upload icon */
    font-family: "Font Awesome 5 Free"; /* Ensure you have Font Awesome included */
    font-weight: 900;
    position: absolute;
    right: 50px;
    top: 30px;
    transform: translateY(-50%);
    color: white;
    z-index: 2;
}

.elementor-field-group-cvfile:hover::before {
    background-color: #333; /* Darker shade on hover */
}


button.search-filter-input-button {

    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px 0;
    margin: 0 10px;
    border-radius: 0!important;
    border-bottom: 3px solid #FFF;
    color:var(--e-global-color-primary);
}

button.search-filter-input-button.search-filter-input-button--is-selected,
button.search-filter-input-button:hover {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 3px solid var(--e-global-color-accent)!important;
    color:var(--e-global-color-primary);

}

.sib_signup_box_inside_1{
    color:#FFF;
    font-size: 15px;
    font-weight: 400;
}
input.sib-email-area {
    margin: 14px 0!important;
    padding: 6px 12px!important;
    font-size: 15px!important;
    font-weight: 400!important;

}

.sib_signup_box_inside_1 input[type=checkbox] {
    margin-right: 8px;
}

input[type=submit].sib-default-btn {
    background-color: #FFF;
    color:var(--e-global-color-accent);
    padding: 14px 30px;
    margin-top: 8px;

}


/**
RESPONSIVE
 */

@media screen and (min-width: 1024px) {
    /**
    Menu as button
     */
    #header-menu .button-item a {
        border:2px solid #FFF;
        padding-left: 10px;
        padding-right: 10px;
    }
    #header-menu .button-item a:hover {
        background-color: var(--e-global-color-accent);
        border:2px solid var(--e-global-color-accent);
    }
    #header-menu .button-item a:after {
        content: none!important;
    }



}

@media screen and (min-width:768px) and (max-width:1023px) {

}

@media screen and (max-width:767px) {

    .main-menu .e-n-menu-wrapper {
        margin-top: 17px!important;
    }

    .top-banner {
        overflow-x: hidden;
        padding-top: 70px;
        padding-bottom: 10px;
        min-height: calc(70vh - 42px);
    }

    .solutions-tabs button.e-n-tab-title:active,
    .solutions-tabs button.e-n-tab-title:focus,
    .solutions-tabs button.e-n-tab-title:hover {
        border-radius: 0!important;
    }

    .solutions-tabs .e-n-tabs>.e-n-tabs-heading .e-n-tab-title {
        margin-left: 0;

    }
} 


