img.sgpb-popup-close-button-1{bottom:auto !important;top:9px !important}

/* En tete et menu */


.header-top-bar .top-bar-field a {
    font-size: 19px !important;
    font-weight: 600;
}


/*****/

/* Liste deroulante */


.liste-deroulante .elementor-accordion .elementor-accordion-item {
    margin-bottom: 40px;
    border-width: 0px;
    border-radius: 25px;
    box-shadow: 0 9px 20px 0 rgba(12, 41, 61, 0.1);
    padding-bottom: 15px;
    position: relative;
    background-color: #ffffff !important;
}

.liste-deroulante .elementor-accordion .elementor-tab-content {
    border: none ;
}

.liste-deroulante a.elementor-accordion-title span {
    border-radius: 40px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.liste-deroulante .elementor-tab-content.elementor-clearfix {
    width: 90%;
}

.liste-deroulante .elementor-accordion .elementor-accordion-item a.elementor-accordion-title span {
    background-color: #beeaff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.liste-deroulante .elementor-accordion .elementor-accordion-item a.elementor-accordion-title {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    width: 85%;
}


.liste-deroulante a.elementor-accordion-title {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
}


.liste-deroulante .elementor-accordion .elementor-tab-title {
    padding-bottom: 0;
}

.liste-deroulante span.elementor-accordion-icon.elementor-accordion-icon-right {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background-color: gray;
}

.liste-deroulante .elementor-accordion .elementor-accordion-item span.elementor-accordion-icon.elementor-accordion-icon-right {
    background-color: #BEEAFF;
    color: #2374B7;
}



@media (max-width: 767px) {
    .liste-deroulante .elementor-accordion .elementor-tab-content {
        width: 85%;
    }
}

@media (max-width: 420px){
    .liste-deroulante .elementor-accordion .elementor-accordion-item a.elementor-accordion-title {
        max-width:85%;
    }
} 

/***/


/*** Avis google */

@media (max-width: 700px) {
    .ti-review-item.source-Google {
        min-width: 100% !important;
    }
}



/*****/





/******************* SIMULATEUR V2-1 **************************/

/*p.salaire-net {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}*/

.taux-rendement span.valeur {
    margin-left: 2em;
}

p.salaire-net span.valeur {
    margin-left: 1.5em;
}

.salaire-net span.material-tooltip, .taux-rendement span.material-tooltip {
    top: 12px !important;
    left:23em !important;
}


.fiscalite span.material-tooltip {
    left: 25em!important;
    top: 42px !important;
}

.salaire-net span.material-tooltip-text {
    top: 35px !important;
    z-index:1;
}

.taux-rendement span.material-tooltip-text {
    top: 3em !important;
    z-index:1;
}

.fiscalite span.material-tooltip-text {
    top: -20px !important;
    z-index:1;
}

body .pure-material-textfield-outlined > input[id=ca-mensuel] + span, body .pure-material-textfield-outlined > textarea[id=ca-mensuel] + span, body .pure-material-textfield-outlined > input[id=nb-jours] + span, body .pure-material-textfield-outlined > textarea[id=nb-jours] + span, body .pure-material-textfield-outlined > input[id=prix-journalier] + span, body .pure-material-textfield-outlined > textarea[id=prix-journalier] + span, body .pure-material-textfield-outlined > input[id=frais-pros] + span, body .pure-material-textfield-outlined > textarea[id=frais-pros] + span, body .pure-material-textfield-outlined > input[id=taux-imposition] + span, body .pure-material-textfield-outlined > textarea[id=taux-imposition] + span {
    color: #3C424F !important;
}

.bloc-donnees p {
    font-size: 16px !important;
    color: #3C424F !important;
}

div.section-resultat-rapide {
    background-color: white !important;
}

.section-resutat-rapide.elementor-widget.elementor-widget-html {
    background-color: white;
    padding: 20px;
    margin: 0;
    border-radius:40px;
    height: 5em;
}

/*.section-resutat-rapide p {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #3C424F;
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}*/

p.fiscalite {
    font-size: 20px;
    font-weight: 800;
    color: #3C424F;
}

.salaire-net-val .valeur {
    width:75px !important;
}

/*
section#resultats {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

section#resultats.active {
    opacity: 1;
    position: relative;
    z-index: unset;
}
*/

.offre-speciale .elementor-widget-container {
    background-color: white !important;
    border-radius: 20px !important;
}

@media (max-width:991px) {
    .section-resutat-rapide.elementor-widget.elementor-widget-html {
        margin-bottom:30px !important;
    }
}


@media (max-width:442px) {
    p.salaire-net, p.taux-rendement {
        font-size: 17px !important;
    }
    .salaire-net span.material-tooltip {
        left: 16em !important;
    }
    .taux-rendement span.material-tooltip {
        left:15em !important;
    }

    p.salaire-net, p.taux-rendement {
        margin-left: 1em;
    }
}


@media (max-width:405px) {
    p.salaire-net, p.taux-rendement {
        flex-direction: column !important;
        justify-content: center !important;
        align-content: center !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }
    .salaire-net span.valeur {
        text-align: center !important;
    }
    .taux-rendement span.material-tooltip, .salaire-net span.material-tooltip { 
        top: 9px !important;

    } 

    .taux-rendement span.valeur, p.salaire-net span.valeur {
        margin-left: 3.5em;
    }
    
   .section-resutat-rapide.elementor-widget.elementor-widget-html {
        height:7em !important;
    }
}

/* Safari with gap */

@supports (background: -webkit-named-image(i)) and (color: lch(0% 0 0)) {

    .section-resutat-rapide p {
        font-weight: 500 !important;
    }
   
}
/* POPUP SIMULATEUR */ 

div.sgpb-content-25724, .div.sgpb-content-26839, .sgpb-theme-1-content {
    padding: 60px !important;
    border: 0px !important;
    box-shadow: none !important;
    background-color:#beeaff !important;
}

.text-1-popup-simu {
    font-size: 28px !important;
    text-align: center;
    margin-bottom: 20px;
}

.text-2-popup-simu {
    text-align:center;
}

.formulaire-popup-simu {
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;
}

body.elementor-page .wpcf7 input[type=text], body.elementor-page .wpcf7 input[type=password], body.elementor-page .wpcf7 input[type=tel], body.elementor-page .wpcf7 input[type=email], body.elementor-page .wpcf7 input[type=search], body.elementor-page .wpcf7 textarea, body.elementor-page .wpcf7 select, body.elementor-page .wpcf7-captchar {
    background-color: #beeaff !important;
    border-color: #3C424F !important;
}

.sgpb-content-25724 span.wpcf7-list-item-label, .sgpb-content-26839 span.wpcf7-list-item-label {
    font-size: 12px;
}

@media (max-width:600px) {
    .text-1-popup-simu {
        font-size:22px !important;
    }

    div.sgpb-content-25724, div.sgpb-content-26839 {
        padding: 40px !important;
    }
}

/**********/

/* Slider page accueil */

.htslider-postslider-area .slick-dots li.slick-active button {
    background: white !important;
    border: none !important;
    margin-left:5px !important;
}

.htslider-postslider-area .slick-dots li button {
    border: solid 1px white !important;
    background: transparent !important;
    margin: 0px 5px !important;
}

/***/


/* Correction popup simlateur hauteur de champs */

#envoi_resultats_simulation_form::before {
    position: absolute;
}

/****/

/* Masquer menu - page simulation prospect */ 

.page-id-26828 .navigation-bar.bordered {
    display: none;
}

.page-id-26828 section.elementor-section.elementor-top-section.elementor-element.elementor-element-2301d07.elementor-section-full_width.main-footer.elementor-section-height-default.elementor-section-height-default {
    display: none;
}


/*****/


/*Appel du code CSS dans la landing page + masquer la div */ 
.appel-css {
    height: 0;
    width: 0;
}

/* Modification liste deroulante */ 
.liste-deroulante a.elementor-accordion-title span {
    border-radius: 0px !important;
    padding: 5px !important;
}


.liste-deroulante a.elementor-accordion-title span {
    justify-content: inherit !important;
    height: 60px !important;
    width: 25%;
    max-width: 50px !important;
}
/* Ajustement bouton icones */
.elementor-button-icon svg {
    width: 25px !important;
}

span.elementor-button-content-wrapper {
    align-items: center;
}

.liste-deroulante .elementor-accordion .elementor-accordion-item a.elementor-accordion-title span {
    background-color: transparent !important;
    box-shadow: none !important;
}


/******/


/***** Modification des headers du template par défaut ****/

p.hero-title {
    color: white;
    font-size: 30px;
    font-weight: 600 !important;
    margin-bottom: 40px;
}

.header-separator.header-separator-bottom {
    display: none;
}

.header-separator svg {
    display: none;
}

body.blog .header-wrapper .header, body.search .header-wrapper .header {
    background-image: #2374B7 !important;
}

.inner-header-description {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
}

@media(max-width:767px) {
    p.hero-title {
        font-size: 25px !important;
        margin-bottom: 10px !important;
        line-height: 37px;
        text-align: center !important;

    }

    p.header-subtitle {
        text-align: center !important;
    }
}
/***/



/**** POPUP WEBINAIRE ****/

.sgpb-content-29725 .sgpb-main-html-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
}

.sgpb-content-29725 {
    background-color: #BEEAFF !important;
    background-image: url("/wp-content/uploads/2025/04/3.png");
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.sgpb-content-29725 .colonne-droite {
    text-align: left;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.sgpb-content-29725 h2 {
    padding-bottom: 20px;
    color: #C5005F !important;
    font-family: 'Mulish', sans-serif !important;
    font-weight: bold !important;
    font-size: 38px !important;
    padding-top: 20px;
} 

.sgpb-content-29725 .liste-puce-webi {
    color: #2374B7 !important;
    font-size: 20px;;
}

.bouton-pop-up-webinaire {
    padding-top: 30px;
}

a.bouton-inscription {
    display: flex;
    justify-content: flex-end;
    color: white;
    text-decoration: none;
    font-weight:600;
    font-style:"Mulish",sans-serif !important;
}

.bouton-inscription span.elementor-button-content-wrapper {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px 15px 10px 20px;
    background-color: #C5005F !important;
    border-radius: 37px;
    font-size: 18px !important;
}

.sgpb-content-29725 .colonne-gauche img {
    width: 100%;
    position: relative;
    right: 53px;
    top: 0.80em;
}

.colonne-gauche {
    width: 110%;
}

.liste-puce-webi, .sgpb-content-29671 h2, .sgpb-content-29671 p {
    text-align: left;
}

.information-webi {
    font-size: 20px;
    color:#3C424F;
}

.date-webi p {
    background-color: white !important;
    color: black !important;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    padding: 10px;
    border-radius: 11px;
    text-align: center !important;
}

.date-webi {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sgpb-content-29725 p {
    margin-bottom: 5px;
}

@media (max-width:767px) {
    .sgpb-content-29725 .sgpb-main-html-content-wrapper {
        flex-direction: column-reverse !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sgpb-content-29725 p, .sgpb-content-29725 h2 {
        text-align: left !important;
    }

    .date-webi {
        justify-content: center !important;
    }

    .sgpb-content-29725 .colonne-gauche img {
        width:60% !important;
    }

    .sgpb-content-29725 .colonne-droite {
        padding-bottom: 0px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .sgpb-content-29725 .sgpb-main-html-content-wrapper {
        row-gap: 0;
    }

    .sgpb-content-29725 p {
        font-size: 17px !important;
        line-height: 26px !important;
    }

    .sgpb-content-29725 h2 {
        font-size:26px !important;
    }

    .sgpb-content-29725 span.elementor-button-text {
        font-size: 16px;
        text-align: center !important;
    }

    .sgpb-content-29725 {
        background-image: url("/wp-content/uploads/2025/04/POP-UP-webinaire-portrait.jpg") !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
}


@media (max-width:480px) {
    .sgpb-content-29725 .colonne-droite {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .sgpb-content-29725 h2 {
        font-size:20px !important;
    }

    .sgpb-content-29725 span.elementor-button-text  {
        font-size: 14px !important;
        text-align: center !important;
    }
    .sgpb-content-29725 .colonne-gauche img {
        right: 34px !important;
        top: 1em !important;
    }
    .sgpb-content-29725 .date-webi p {
        font-size: 14px !important;
    }
}

@media (max-width:400px){
    .sgpb-content-29725 .date-webi p {
        font-size: 12px !important;
    }
    .sgpb-content-29725 .colonne-droite {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .sgpb-content-29725 h2 {
        font-size:20px !important;
    }

    .sgpb-content-29725 p {
        font-size: 14px !important;
        line-height: 22px !important;
    }
}


/*****/

/*** Titre article ***/
/* Remise en bleu des titres anciennement fait sur Beaver */ 
.single-post.single-format-standard h2, .single-post.single-format-standard h3 {
    color: #2374B7;
    font-weight: 700;
    font-size: 28px;
}
/***/


/* Extrait articles - page blog */

.post-excerpt {
    display: none;
}

/**/