/*
  Theme Name:   Theme Expert Invest 2022
  Author:       AMA
  Version:      1.0
  Template:     hello-elementor
*/
@import url("../hello-elementor/style.css");

/************************ STYLES GLOBAUX ************************/
@font-face {
	font-family: 'Dancing Script';
	src: url("../../uploads/2024/04/DancingScript-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Dancing Script';
	src: url("../../uploads/2024/04/DancingScript-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #555555;
	overflow-x: hidden;
}

div, p, span, h4, h5, h6 {
    font-size: 1rem;
    line-height: 1.45rem;
}

h4 { 
	color: var( --e-global-color-accent ); 
	font-weight: medium;
	margin-bottom: 2px;
}

.blanc { color: var(--e-global-color-primary) !important; }
.bleu { color: var( --e-global-color-secondary ); }
.violet { color: var( --e-global-color-46f81fc ); }

main.page_dynamique {
    clear: both;
    /*margin-top: 140px;*/
    position: relative;
}

main.page_dynamique .content {
    position: relative;
}

main.page_dynamique .content .content-blocs section.section-pagedyn {
    width: 100%;
	display: inline-block;
}

main.page_dynamique .content .content-blocs section.section-pagedyn:not(.section-titre) { padding-bottom: 35px; }
main.page_dynamique .content .content-blocs section.section-pagedyn:not(.section-texte, .section-onglets) { padding-top: 35px; }
main.page_dynamique .content .content-blocs section.section-pagedyn.section-avis-expert { padding-top: 75px; padding-bottom: 70px; }
main.page_dynamique .content .content-blocs section.section-pagedyn.section-chiffres-cles { padding-top: 70px; padding-bottom: 70px; margin-top: 25px; margin-bottom: 25px; }

/*main.page_dynamique .content .content-blocs section.section-pagedyn.section-texte { padding-bottom: 0px; }*/

section {
    clear: both;
}

.page_dynamique .section-pagedyn .section-pagedyn-contenu {
    padding: 0 10% 0 24%;
}

.page_dynamique.votre_profil .section-pagedyn .section-pagedyn-contenu,
.page_dynamique.avec_pages_enfants .section-pagedyn .section-pagedyn-contenu {
	max-width: 1250px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.section-limitee { max-width: 900px; margin: 0 auto; }


@media screen and (max-width:1200px) {
	.page_dynamique .section-pagedyn .section-pagedyn-contenu, .page_dynamique.votre_profil .section-pagedyn .section-pagedyn-contenu  {
		padding: 0 8%;
	}
}

@media screen and (max-width:768px) {
	.page_dynamique .section-pagedyn .section-pagedyn-contenu, .page_dynamique.votre_profil .section-pagedyn .section-pagedyn-contenu {
		padding: 0 25px;
	}
}
/************************ FIN --- STYLES GLOBAUX ************************/

/************************ FIL D'ARIANE ************************/
.ariane {
    width: 100%;
    padding: 10px 6.8%;
}

.ariane span, .ariane a {
    color: var( --e-global-color-secondary );
    font-size: 1rem;
}
/************************ FIN --- FIL D'ARIANE ************************/

/************************ BLOC TITRE H1 ************************/
.fond-titre-h1 {
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    max-height: 390px;
	background-size: cover;
}

.page_dynamique .titre-h1 {
    background-color: rgba(0, 151, 168, 0.8);
    border-radius: 10px;
    padding: 3rem 2.8rem;
    display: inline-block;
    text-align: center;
	margin: 1rem auto;
}

@media screen and (min-width: 1300px) {
	.page_dynamique .titre-h1 {
    	width: 40%;
		max-width: 700px;
		margin: 3rem auto;
	}
}

@media screen and (max-width: 1200px) {
	.page_dynamique .titre-h1 {
		padding: 2rem 1.5rem;
		max-width: 95%;
	}
}

.page_dynamique .titre-h1 h1, .page_dynamique .titre-h1 h2 {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.7rem;
	margin: 0;
    color: var(--e-global-color-primary) !important;
}

.page_dynamique:not(.landing_pages) .titre-h1 h1, .page_dynamique:not(.landing_pages) .titre-h1 h2 {
    text-transform: uppercase;
}

/************************ FIN --- BLOC TITRE H1 ************************/

/************************ BLOCS SPECIFIQUES TC ************************/
/************************ Exergue, alternance couleurs de fond sur blocs texte ************************/
.page-template-toutcomprendre .content .content-blocs section.section-pagedyn.section-texte { padding: 50px 0; text-align: justify; }

.page_dynamique .section-exergue {
    text-align: center;
    font-weight: 500;
    padding: 100px 30px 60px 30px;
}

.page_dynamique .section-texte-0 {
    background-color: var( --e-global-color-2ec4466 );
}

.page_dynamique .section-texte-0:last-of-type {
    background-color: var(--e-global-color-primary);
}

/************************ FIN --- BLOCS SPECIFIQUES TC ************************/

main.page_dynamique .content .content-blocs section.section-pagedyn.section-titre { padding-bottom: 0px;
}

.page_dynamique h2, .titre_h2 h2, .section_produits h2 {
    text-align: center;
    font-weight: bold;
    padding: 5px 50px;
    font-size: 1.4rem;
    color: var( --e-global-color-secondary ) !important;
	margin-bottom: 1rem;
}

.titre_h2 h2 {
    padding: 30px 50px;
	margin-bottom: 0rem;
}

.page_dynamique h3, .titre_h3 h3 {
    font-weight: bold;
    font-size: 1.2rem;
    color: var( --e-global-color-ce7775e );
    margin:1.5rem 0 0.5rem 0;
	line-height: 1.5rem;
}

.page_dynamique .section-texte h3 {
    margin: 3rem 0 1.5rem 0;
}

.page_dynamique ul {
    list-style: none;
	margin-bottom: 20px;
}

.page_dynamique .section-texte ul li, .page_dynamique .section-onglets ul li, .page_dynamique .section-faq ul li, .page_dynamique .section-avecimage ul li, .page_dynamique .section-sommaire ul li, .page_dynamique .section-produits ul li  {
    background: url('assets/img/liste_fleche.png') no-repeat left 8px;
    padding-left: 20px;
    margin-bottom: 4px;
}

.page_dynamique .bloc-exemple {
    background: url('assets/img/exemple_tampon.png') no-repeat left center  var( --e-global-color-46f81fc );
    background-position-x: 20px;
    color: var(--e-global-color-primary);
    padding: 40px 40px 40px 170px;
    min-height: 170px;
}

.page_dynamique .bloc-exemple a, .page_dynamique .bloc-exemple a:hover {
    color: var(--e-global-color-primary);
    text-decoration: underline;
}
.page_dynamique .bloc-exemple div:last-child, .page_dynamique .bloc-exemple .bloc-exemple-contenu p:last-child {
    margin-bottom: 0px;
}

.page_dynamique .bloc-exemple ul li  {
    background: url('assets/img/liste_fleche_blanche.png') no-repeat left 8px;
    padding-left: 20px;
    margin-bottom: 4px;
}

/************************ BOUTON / LIEN SUR FOND ROSE  ************************/
a.btn_lien, .div_btn_lien a.elementor-button-link, .form_footer input[type="submit"], .form_footer.form_contact input[type="submit"] {
    background: url('assets/img/bouton_fleche.png') no-repeat left center var(--e-global-color-7ebcc55);
    background-position-x: 30px;
    color: var(--e-global-color-primary) !important;
    border: solid 3px var(--e-global-color-primary);
    border-radius: 5px;
    display: inline-block;
    padding: 7px 45px 7px 55px;
    font-weight: bold;
	transition-delay: 100ms;
	transition-property: all;
}

a.btn_lien, .div_btn_lien a.elementor-button-link {
	text-transform: uppercase;
	margin-top: 30px;
	font-size: 1.2rem;
}

.form_footer input[type="submit"], .form_footer.form_contact input[type="submit"] {
	margin: 10px auto 30px auto;
}

.form_newsletter .form_footer .gfield--width-full.gfield.gfield--type-captcha {
	padding: 0px;
}

.form_newsletter .form_footer .gfield--width-half, .form_newsletter .form_footer .gfield--width-full {
	padding: 0px 15px;
}

.form_newsletter .gform_wrapper.gravity-theme .gform_footer {
	margin-top: 0px;
}



a.btn_lien.petite_marge, .div_btn_lien.petite_marge a.elementor-button-link {
	margin-top: 10px;
}

a.btn_lien.sans_marge, .div_btn_lien.sans_marge a.elementor-button-link {
	margin-top: 0px;
}

a.btn_lien:hover, .div_btn_lien a.elementor-button-link:hover, .form_footer input[type="submit"]:hover, .form_footer.form_contact input[type="submit"]:hover {
    background-color: var(--e-global-color-c6dc6f3);
    background-position-x: calc(100% - 15px);
}

/************************ FIN --- BOUTON / LIEN SUR FOND ROSE  ************************/

/************************ TC : GESTION DU MENU LATERAL ************************/
@media screen and (min-width:1201px) {
	.menu_lateral_custom {
		width: 13.5%;
		position: absolute;
		top: 20px;
		left: 6.8%;
		z-index: 1000;
	}
}

@media screen and (max-width:1200px) {
	.menu_lateral_custom {
		width: 260px;
		margin: 0 auto 25px auto;
	}
}


.contenu_parent_et_enfants {
    margin-top: 20px;
    box-shadow: -1.763px 2.427px 5px 0px rgba(0, 1, 1, 0.2);
}

.contenu_parent_et_enfants:first-of-type {
    margin-top: 0px;
}

.contenu_parent {
    background: var( --e-global-color-46f81fc );
    padding: 17px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.contenu_parent a {
    color: var(--e-global-color-primary);
    font-weight: bold;
    font-size: 1rem;
    width: 100%;
    background: url('assets/img/menu_lateral_off.png') no-repeat right center;
    padding-right: 20px;
}

.contenu_parent.parent_ec a {
    background-image: url('assets/img/menu_lateral_on.png');
}

.contenu_parent.parent_ec {
    background: #f5ebf2;
}

.contenu_parent.parent_ec a {
    color: #42002b;
}

.contenu_enfants {
    display: none;
    background-color: white;
}

.contenu_enfants.parent_ec {
    display: block;
}

.contenu_enfants a {
    padding: 17px;
    color: var(--e-global-color-primary);
    font-weight: normal;
    width: 100%;
    background: #f5ebf2;
    display: block;
    margin-top: 1px;
    color:  var( --e-global-color-46f81fc );
}

.contenu_enfants a.enfant_ec, .contenu_enfants a:hover {
    background: var( --e-global-color-secondary );
    color: var(--e-global-color-primary);
}
/******************** FIN --- TC : GESTION DU MENU LATERAL ********************/

/******************** TC : GESTION DE L'AFFICHAGE DES PAGES ENFANTS ********************/
.section-pages-enfants {
	width: 1000px;
	margin: 0 auto;	
	display: flex;
	flex-wrap: wrap;
}

.bloc_page_enfant {
	width: 33%;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

.bloc_page_enfant h3 {
	color: var( --e-global-color-secondary );
	max-width: 300px;
}

.lien_page_enfant {
	display: inline-block;
}
/******************** FIN --- TC : GESTION DE L'AFFICHAGE DES PAGES ENFANTS ********************/


/******************** BLOC INFOS ILLUSTREES ********************/
.section-infosillustrees .section-pagedyn-contenu, .section-avecimage .section-pagedyn-contenu,
.section-a-qui-sadresse-ce-placement .section-pagedyn-contenu .section-blocs, .section-avantages-produit .section-pagedyn-contenu,
.section-avis-expert .section-pagedyn-contenu {
    display: flex;
	flex-flow: row wrap;
    justify-content: space-between;
}

.bloc_info {
    flex: 1 1 0px;
    margin: 0px 1%;
    background-color: var( --e-global-color-2ec4466 );
    padding: 25px 20px 50px 20px;
    text-align: center;
}

.bloc_info h3 {
    color: var( --e-global-color-secondary );
    font-size: 1.1rem;
    font-weight: bold;
    margin: 20px 0;
}

.bloc_info-icone {
	width: 170px;
}

@media screen and (max-width: 1200px) {
	.section-avantages-produit .bloc_info { flex-basis: 48%; margin-top: 25px; }
}

@media screen and (max-width: 768px) {	
	.bloc_info, .section-avantages-produit .bloc_info { flex-basis: 100%; margin: 10px 0; }
}

.section-avecimage .section-colonne img, .section-image .section-pagedyn-contenu img {
    margin: 0 auto;
}

.section-avecimage .section-colonne.colonne-1-3 { text-align: center; }
/******************** FIN --- BLOC INFOS ILLUSTREES *********************/

/******************** FIN --- BLOC POUR ALLER + LOIN *********************/
main.page_dynamique .content .content-blocs section.section-pagedyn.section-papl, main.page_dynamique .content .content-blocs section.section-pagedyn.section-recompenses {
	width: 100%;
	background-color: var(--e-global-color-2ec4466);
	padding: 47px 0 60px 0;
}

.section-papl section {
	display: flex;
	flex-wrap: wrap;
}

.section-papl .section-pagedyn-contenu, .section-recompenses .section-pagedyn-contenu {
	display: flex;
	flex-wrap: wrap;
}

.section-papl h2, .section-a-retenir h2, .section-recompenses h2 { width: 100%; margin-bottom: 15px; }

.lien_pour_aller_plus_loin {
	width: 33%;
	padding: 0 10px;
	margin: 5px 0;
	background: url('assets/img/liste_fleche_bleue.png') no-repeat left 8px;
}

a.lien_page_enfant, a.lien_page_enfant:hover, a.lien_page_enfant:visited {
	color: var(--e-global-color-46f81fc);
	font-weight: bold;
	padding-left: 13px;
}

@media screen and (max-width: 1200px) {
	.lien_pour_aller_plus_loin { width: 50%; }
}

@media screen and (max-width: 500px) {
	.lien_pour_aller_plus_loin { width: 100%; }
}
/******************** FIN --- BLOC POUR ALLER + LOIN *********************/

/******************** BLOC ONGLETS / ACCORDEONS ********************/
.section-onglets .section-pagedyn-contenu {
    margin-bottom: 20px;
}

input.rd_acc, input.rd_ong {
	display: none;
}

.lbl_acc {
	width: 100%;
    background-color: var( --e-global-color-2ec4466 );
    padding: 20px 40px;
}

.ligne_onglets {
    display: flex;
	flex-wrap: wrap;
    margin-bottom: 25px;
    width: 100%;
	justify-content: center;
}

.div_ong {
    width: 30%;
    margin: 0 1.5%;
    text-align: center;
}

.lbl_ong {
    width: 100%;
}

.lbl_acc span , .lbl_ong {
    float: left;
    color: var( --e-global-color-ce7775e );
    font-weight: bold;
    margin: 0px;
}

.lbl_acc span { padding-right: 25px; }

.lbl_acc img {
	float: left;
	margin-top: 4px;
	transform: rotate(0deg);
	transition: rotate, .5s;
}

@media screen and (max-width: 500px) {
	.lbl_acc { padding: 15px 20px; }
	.lbl_acc span { padding-right: 10px; }
}

input.rd_acc:checked ~ .lbl_acc img {
    transform: rotate(-90deg);
    transition: rotate, 1s;
}

.contenu_acc {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
    opacity: 0;
}

.contenu_acc p { margin-bottom: 0rem; margin-top: 0.9rem; }
.contenu_acc p:last-child { margin-bottom: 2rem; }

input.rd_acc:checked ~ .contenu_acc, .contenu_acc.ong_affiche {
    max-height: 1200px;
    transition: max-height, 1s;
	opacity: 1;
}

.lbl_ong img.soulignement_ong {
    display: none;
    margin: 10px auto 0 auto;
}

input.rd_ong:checked ~ .lbl_ong img.soulignement_ong {
    display: block;
}

.section-details h2 { margin-bottom: 50px; }
.section-details .div_ong { width: 22%; }
.section-details .lbl_ong span { padding-top: 15px; display: inline-block; }

@media screen and (max-width: 500px) {
	.section-details h2 { margin-bottom: 30px; }
	.section-details .div_ong { width: calc(50% - 20px); margin: 10px; }
}

/******************** FIN --- BLOC ONGLETS / ACCORDEONS ********************/

/******************** BLOC 2 COLONNES (SOMMAIRE, BLOC AVEC IMAGE) ********************/
.section-colonne { float: left; }

.col_gauche { padding-right: 2.5%; }
.col_droite { padding-left: 2.5%; }

.colonne-1-3 { width: 33.33%; }
.colonne-2-3 { width: 66.67%; }

.colonne-1-4 { width: 25%; }
.colonne-3-4 { width: 75%; }

.colonne-1-2 { width: 50%; }

@media screen and (max-width:1200px) {
	.col_gauche, .col_droite { padding: 0; }
	.col_gauche { padding-bottom: 10px; }
	.col_droite { padding-top: 10px; }
	.colonne-1-3, .colonne-2-3, .colonne-1-4, .colonne-3-4, .colonne-1-2 { width: 100%; padding-left: 0px; padding-right: 0px; }
}
/******************** FIN --- BLOC 2 COLONNES (SOMMAIRE) ********************/

/******************** FIN --- BLOC SOMMAIRE ********************/
.section-sommaire {
    display: inline-block;
    padding-bottom: 50px;
}

.section-sommaire h2 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.lien_sommaire {
    background: white;
    box-shadow: -1.763px 2.427px 5px 0px rgba(0, 1, 1, 0.2);
    border-radius: 5px;
    display: inline-block;
    margin: 5px 0;
    position: relative;
    width: 100%;
}

.titre_sommaire {
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    color: var(--e-global-color-ce7775e)
}

.contenu_lien {
    float: left;
    width: calc(100% - 40px);
    padding: 15px;
    color: var(--e-global-color-text);
	font-size: 0.9rem;
	font-weight: bold;
}

.contenu_lien:hover {
	color: var(--e-global-color-ce7775e);
}

.fleche_lien {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 40px;
    background: var(--e-global-color-ce7775e);
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right:0;
}

/******************** FIN --- BLOC SOMMAIRE ********************/

/******************** BLOC A RETENIR ********************/
main.page_dynamique .content .content-blocs section.section-pagedyn.section-a-retenir {
	padding: 70px 0;
	margin-top: 50px;
    background-color: var( --e-global-color-accent );
	display : inline-block;
}

.section-pagedyn.section-a-retenir h2 {
	color: var( --e-global-color-46f81fc ) !important;
}

.section-pagedyn.section-a-retenir .colonne-1-2.gauche { padding-right: 30px; clear: both; }
.section-pagedyn.section-a-retenir .colonne-1-2.droite { padding-left: 30px; }

@media screen and (max-width:1200px) {
	.section-pagedyn.section-a-retenir .colonne-1-2.gauche, .section-pagedyn.section-a-retenir .colonne-1-2.droite { padding-left: 0px; padding-right: 0px; }
}

.section-pagedyn.section-a-retenir li {
	list-style: none;
	color: var(--e-global-color-primary);
	font-weight: bold;
    background: url('assets/img/puce_a_retenir.png') no-repeat center left;
	min-height: 33px;
    padding-left: 40px;
    padding-right: 30px;
    margin-bottom: 15px;
}

/******************** FIN --- BLOC A RETENIR ********************/

/******************** BLOC IMAGE ********************/
.section-image {
	text-align: center;
}
/******************** FIN --- BLOC IMAGE ********************/

/******************** BLOC FAQ ********************/
input.rd_faq {
	display: none;
}

.lbl_faq {
	width: 100%;
    padding: 20px 0px;
	border-bottom: solid 1px #CCCCCC;
}

.lbl_faq span {
    float: left;
    font-weight: bold;
	line-height: 34px;
    margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: calc(100% - 58px);
}

.lbl_faq img {
	float: left;
}

.lbl_faq img.img_fleche {
	margin-top: 4px;
	transform: rotate(-90deg);
	transition: rotate, .5s;
}

input.rd_faq:checked ~ .lbl_faq img.img_fleche {
    transform: rotate(0);
    transition: rotate, 1s;
}

.contenu_faq {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
    opacity: 0;
	border-bottom: solid 1px #CCCCCC;
	background: url('assets/img/img_reponse.jpg') no-repeat left 20px;
	padding-left: 44px;
}

.contenu_faq ul {
	margin-top: 10px;
}

.contenu_faq ul li:last-of-type {
	margin-bottom: 10px;
}

input.rd_faq:checked ~ .contenu_faq {
    max-height: 1200px;
    transition: max-height, 1s;
	opacity: 1;
}
/******************** FIN --- BLOC FAQ ********************/

/******************** BLOC CHIFFRES CLES ********************/
.section-pagedyn.section-chiffres-cles {
    background-color: var( --e-global-color-2ec4466 );
    display : inline-block;
}

.section-pagedyn.section-chiffres-cles h2 {
    color: var( --e-global-color-secondary ) !important;
}

.section-les-chiffres {
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.section-les-chiffres div.bloc-chiffre {
	flex-basis: 100%;
    text-align: center;
    padding: 15px 10px;
    color: var( --e-global-color-c8e73b7 );
    font-weight: bold;
}

.section-les-chiffres.chiffres_2 div.bloc-chiffre { flex-basis: 50%; }
.section-les-chiffres.chiffres_3 div.bloc-chiffre { flex-basis: 33%; }
.section-les-chiffres.chiffres_4 div.bloc-chiffre { flex-basis: 25%; }

.bloc-chiffre .le-chiffre {
    font-size: 2.7rem;
    line-height: 3.1rem;
    padding-bottom: 10px;
}

.bloc-chiffre .la-legende {
	max-width: 70%;
	margin: 0 15%;
}

@media screen and (max-width:1024px) {
	.bloc-chiffre .la-legende { 
		max-width: 90%;
		margin: 0 5%;
	}
	
	.section-les-chiffres.chiffres_4 div.bloc-chiffre {
		flex-basis: 50%;
	}
}

@media screen and (max-width:768px) {
	.section-les-chiffres div.bloc-chiffre, .section-les-chiffres.chiffres_2 div.bloc-chiffre, .section-les-chiffres.chiffres_3 div.bloc-chiffre, .section-les-chiffres.chiffres_4 div.bloc-chiffre {
		flex-basis: 100%;
		padding: 20px 0;
	}
}
/******************** FIN --- BLOC CHIFFRES CLES ********************/

/******************** GESTION DES TABLEAUX ********************/
.section-texte table, .contenu_acc table, .section-faq table {
    width: auto;
    min-width: 70%;
    margin: 2rem auto;
    font-size: 1rem;
}

.section-texte table p, .contenu_acc table p, .section-faq table p {
    margin-bottom: 0px;
}

.section-texte table tbody > tr > td, .contenu_acc table tbody > tr > td, .section-faq table tbody > tr > td  {
    border-bottom-width: 0px;
    border-top-width: 0px;
}

.section-texte table tbody > tr:nth-child(odd) > td, .section-texte table tbody > tr:nth-child(odd) > th,
.section-texte table tbody tr:nth-child(odd):hover > td, .section-texte table tbody tr:nth-child(odd):hover > th,
.section-texte table tbody > tr:nth-child(even) > td, .section-texte table tbody > tr:nth-child(even) > th,
.section-texte table tbody tr:nth-child(even):hover > td, .section-texte table tbody tr:nth-child(even):hover > th,
.contenu_acc table tbody > tr:nth-child(odd) > td, .contenu_acc table tbody > tr:nth-child(odd) > th,
.contenu_acc table tbody tr:nth-child(odd):hover > td, .contenu_acc table tbody tr:nth-child(odd):hover > th,
.contenu_acc table tbody > tr:nth-child(even) > td, .contenu_acc table tbody > tr:nth-child(even) > th,
.contenu_acc table tbody tr:nth-child(even):hover > td, .contenu_acc table tbody tr:nth-child(even):hover > th,
.section-faq table tbody > tr:nth-child(odd) > td, .section-faq table tbody > tr:nth-child(odd) > th,
.section-faq table tbody tr:nth-child(odd):hover > td, .section-faq table tbody tr:nth-child(odd):hover > th,
.section-faq table tbody > tr:nth-child(even) > td, .section-faq table tbody > tr:nth-child(even) > th,
.section-faq table tbody tr:nth-child(even):hover > td, .section-faq table tbody tr:nth-child(even):hover > th {
    background-color: var( --e-global-color-primary );
    border-width: 0px;
    border-bottom: solid 3px var( --e-global-color-2ec4466 );
}


.section-texte table tbody > tr:first-of-type > td, .section-texte table tbody > tr:first-of-type:hover > td,
.contenu_acc table tbody > tr:first-of-type > td, .contenu_acc table tbody > tr:first-of-type:hover > td,
.section-faq table tbody > tr:first-of-type > td, .section-faq table tbody > tr:first-of-type:hover > td {
    background-color: var( --e-global-color-2ec4466 ) !important;
    font-weight: bold;
    text-align: center;
    color: var( --e-global-color-accent );
    border-bottom-width: 0px;
    border-left: solid 3px var( --e-global-color-primary );
}
/******************** FIN --- GESTION DES TABLEAUX ********************/

/************************ VOS OBJECTIFS - GESTION DU MENU LATERAL ************************/
.menu_lateral_custom.colonne_vo {
    background: var( --e-global-color-46f81fc );
    padding: 25px 20px;
    box-shadow: -1.763px 2.427px 5px 0px rgba(0, 1, 1, 0.2);
    text-align: center;
}

.menu_lateral_custom-titre {
    font-weight: bold;
    color: var( --e-global-color-primary );
}

.menu_lateral_custom-illustration {
	margin: 15px auto;
}

.menu_lateral_custom ul {
    text-align: left;
    padding-left: 0px;
}

.menu_lateral_custom ul li {
    background: url('assets/img/colonne_gauche_puce.png') no-repeat left 8px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.menu_lateral_custom li a, .menu_lateral_custom li a:hover, .menu_lateral_custom li a:visited {
    color:  var( --e-global-color-primary );
    font-size: 1.05rem;
}

.menu_lateral_custom.colonne_vo .bloc_image {
	background: var(--e-global-color-primary);
	border-radius: 5px;
	padding: 10px 20px;
	height: 200px;
	line-height: 200px;
	margin: 0 auto 15px auto;
	min-width: 0;
	width: 200px;
	max-width: 100%;
}

@media screen and (min-width:1201px) {
	.menu_lateral_custom.colonne_vo.sticky {
		position: fixed;
		top: 50px;
	}
}
/************************ FIN --- VOS OBJECTIFS - GESTION DU MENU LATERAL ************************/

/************************ PLACEMENTS ET GUIDES - BLOC A QUI S'ADRESSE CE PLACEMENT ************************/
.section-a-qui-sadresse-ce-placement {
    padding: 70px 0 80px 0;
    background-color: var( --e-global-color-2ec4466 );
    display : inline-block;
}

.section-a-qui-sadresse-ce-placement h2 {
    color: var( --e-global-color-secondary );
    margin-bottom: 35px;
}

.section-a-qui-sadresse-ce-placement .bloc_info {
	padding: 10px 2.6% 2.6% 2.6%;
}

/************************ FIN --- PLACEMENTS ET GUIDES - BLOC A QUI S'ADRESSE CE PLACEMENT ************************/

/************************ VOTRE PROFIL - BLOCS GUIDES ET OBJECTIFS ************************/
.section-guides {
    padding: 70px 0 80px 0;
    background-color: var( --e-global-color-2ec4466 );
    display : inline-block;
}

.section-guides h2  {
    margin-bottom: 35px;
}
.section-guides .guide_intro  {
    margin-bottom: 35px;
	text-align: center;
}

.les_guides {
	display: flex;
	flex-wrap: wrap;
}

a.guide_lien, a.guide_lien:hover, a.guide_lien:visited {
	color:  var(--e-global-color-text);
}

.guide_contenu:hover  {
	transform: scale(1.05);
}

.guide_contenu {
	width: 48%;
	background-color: var(--e-global-color-primary);
	padding-bottom: 15px;
	margin: 10px 1%;
	float: left;
	transition: transform .5s;
}

.guide_titre {
	width: 100%;
	background: var(--e-global-color-secondary) url('assets/img/fleche_guide.png') no-repeat;
	background-position: right 8px top 12px;
	color: var(--e-global-color-primary);
	padding: 15px 25px;
	font-weight: bold;
}

.guide_visuel {
	width: 37%;
	max-width: 260px;
	float: left;
	padding-top: 10px;
}

.guide_desc {
	padding: 20px 20px 10px 30px;
	width: 63%;
    float: left;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	.guide_visuel { width: 100%; max-width: 100%; text-align: center; }
	.guide_desc { width: 100%; padding: 10px 20px 0px 20px; }
}

@media screen and (max-width: 500px) {
	.guide_visuel { width: 100%; max-width: 100%; text-align: center; }
	.guide_desc { width: 100%; padding: 10px 20px 0px 20px; }
}

@media screen and (max-width: 769px) {
	.guide_contenu { width: 100%; margin: 10px 0; }
}

.objectifs_intro {
	margin: 15px 0;
	display: inline-block;
	width: 100%;
}

.page_dynamique.votre_profil .section-pagedyn.section-objectifs .section-pagedyn-contenu { max-width: 900px; }

.objectif_ligne {
	width: 100%;
	display: inline-block;
    padding: 1px;
	background: var(--e-global-color-2ec4466 )  url('assets/img/objectif_fleche.png') no-repeat center right 20px;
	margin-bottom: 20px;
	border: solid 2px var(--e-global-color-2ec4466 );
}

.objectif_ligne:hover {
	background-color: var(--e-global-color-primary);
}

.objectif_icone {
	float: left;
	width: 80px;
}

.objectif_texte {
    float: left;
    margin: 5px 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: calc(100% - 120px);
}

.objectif_titre {
	margin: 5px 0;
	font-weight: bold;
	color: var( --e-global-color-secondary );
}

.objectif_desc {
	margin-bottom: 0px;
	color: var(--e-global-color-text);
}

/************************ FIN --- VOTRE PROFIL - BLOCS GUIDES ET OBJECTIFS ************************/

/************************ SPECIFICITES DES PRODUITS DE PLACEMENTS ************************/
.produit_categorie {
	border-top: solid 1px var(--e-global-color-primary);
	border-bottom: solid 1px var(--e-global-color-primary);
	margin: 0 auto 20px auto;
	padding: 5px 50px;
	display: inline-block;
    font-size: 1.2rem;
	color: var(--e-global-color-primary);
}

.single-produits-placements .menu_lateral_custom-titre { color: var(--e-global-color-5e209df); }

.single-produits-placements .menu_lateral_custom.colonne_vo .bloc_image .menu_lateral_custom-illustration {
	margin: auto;
}

.single-produits-placements ul.liste_objectifs li  {
    background: url('assets/img/puce_produits.png') no-repeat left 0px;
    padding-left: 30px;
    margin-bottom: 15px;
	min-height: 26px;
	color: var(--e-global-color-primary);
}

.section-chiffres-cles-produit .colonne-1-2 { float: left; }

.section-chiffres-cles-produit .section-les-chiffres {
    display: flex;
	flex-flow: grid wrap;
	padding: 25px 0 50px 0;
}

.section-chiffres-cles-produit .section-les-chiffres .bloc-chiffre {
	flex-basis: 50%;
}

@media screen and (max-width:500px) {
	.section-chiffres-cles-produit .section-les-chiffres .bloc-chiffre { flex-basis: 100%; }
}

.analyse_ligne {
	display: inline-block;
	width: 100%;
	background: var(--e-global-color-2ec4466);
	padding: 15px;
	font-weight: bold;
	margin: 6px 0;
}

.analyse_legende { width: 30px; padding-top: 3px; float: left; }

.analyse_titre {
	color: var(--e-global-color-accent);
	width: calc(100% - 230px);
	text-transform: uppercase;
	float: left;
}

.analyse_chiffre {
	width: 40px;
	text-align: center;
	color: #99cccc;
	float: left;
}

.analyse_chiffre.chiffre_actif { color: #007380; }

@media screen and (max-width: 500px) {
	.analyse_ligne { padding: 15px 5px; }
	.analyse_titre { width: calc(100% - 30px); }
	.analyse_chiffre:first-of-type { clear: both; }
	.analyse_chiffre { width: 20%; }
}

.bloc_guide_detaille {
	background: var(--e-global-color-46f81fc );
	padding: 0 50px 20px 50px;
	text-align: center;
}

.logo_pdf img {
	margin-top: -77px;
}

.section-avis-expert .section-pagedyn-contenu .bloc_ae {
	flex-basis: 48%;
	margin: 0 1%;
}

.bloc_avis_expert {
	background: url('assets/img/avis_expert_apostrophe.png') no-repeat 35px 25px var(--e-global-color-2ec4466);
	padding: 0 50px 20px 50px;
	color: var(--e-global-color-4a2ccbd);
	font-size: 1.2rem;
	text-align: center;
}

.expert_photo img {
	border-radius: 50%;
	border: solid 4px var(--e-global-color-2ec4466);
	margin-top: -77px;
}

.expert_surtitre {
	text-transform: uppercase;
	line-height: 0;
	margin-top: 25px;
	margin-bottom: 30px;
}

.expert_surtitre div { padding-top: 5px; }

.expert_nom {
	font-size: 1.35rem;
	font-weight: bold;
}

.expert_titre {
	margin-top: 10px;
	margin-bottom: 30px;
}

.expert_avis {
	text-align: justify;
	color: var(--e-global-color-text);
}

.recompenses-intro {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
	width: 100%;
}

.bloc_recompense {
	text-align: center;
}

.bloc_recompense p {
	text-align: center;
	font-size: 0.9rem;
	margin-top: 8px;
}

.slider-recompenses {
	position: relative;
	padding: 10px 30px;
	margin: 0 auto;
}

.recompense_logo {
	background: var(--e-global-color-primary);
	border-radius: 5px;
	padding-top: 5px;
}

.recompense_logo img { width: 150px; }

@media  screen and (min-width: 768px) {
	.bloc_recompense { min-width: 200px; }
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: var(--e-global-color-2ec4466);
    color: var(--e-global-color-accent);
	border: solid 1px var(--e-global-color-accent);
	font-weight: normal;
	font-style: italic;
    font-size: 0.9rem;
    position: absolute;
    padding: 10px 15px;
    bottom: -0.8rem;
    left: 100%;
    white-space: nowrap;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}

[data-title] {
    position: relative;
}

@media screen and (max-width:1200px) {
	.section-avis-expert .section-pagedyn-contenu .bloc_ae { flex-basis: 100%; margin: 0; }
	.section-avis-expert .section-pagedyn-contenu .bloc_ae.bloc_guide_detaille { margin-top: 100px; padding: 0 20px 20px 20px; }
	.section-avis-expert .section-pagedyn-contenu .bloc_ae.bloc_guide_detaille .form_footer .gform_button.button { padding: 12px 20px 12px 30px; background-position-x: 10px; }
}

.section-papl-placements .lien_pour_aller_plus_loin { width: 50%; } 
/************************ FIN --- SPECIFICITES DES PRODUITS DE PLACEMENTS ************************/

/************************ BLOC AVIS VERIFIES ************************/
.section-avis h2 {
	font-family: "Damion", Sans-serif;
	font-size: 2.5vw;
    font-weight: normal;
}


.slides li.bloc_avis {
	position: relative;
}

.av_img { 
	position: absolute;
	top: 0px;
	left: 25px;
}

#slideravis {
	padding: 25px;
}

.slides .contenu_avis {
	background: var(--e-global-color-accent);
	margin-top: 40px;
	padding: 70px 30px 20px 30px;
	color: var(--e-global-color-primary);
	height: 350px;
	font-size: 0.95em;
	line-height: 1.25rem;
}

.slides .auteur_avis {
	position: absolute;
    bottom: 30px;
    font-weight: bold;
}

@media screen and (max-width: 850px) {
	li.bloc_avis .contenu_avis { margin-left: 15px; }
}
/************************ FIN --- BLOC AVIS VERIFIES ************************/

/************************ BLOC DE DECOUVERTE DES PRODUITS DE PLACEMENT ************************/
.section-produits h2 {
	margin-bottom: 30px;
}

.bloc-liste-produits {
	margin: 0 auto;	
	display: flex;
	flex-flow: row wrap;
}

.bloc-detail-produit {
	flex-basis: 46%;
	margin: 40px 2%;
	background-color: var(--e-global-color-secondary);
	padding: 0 25px 5px 25px;
	color: var(--e-global-color-primary);
}

.page_dynamique .section-produits ul li  {
    background: url('assets/img/liste_fleche_blanche.png') no-repeat left 8px;
}

.bdp-image {
	width: 120px;
	height: 120px;
	line-height: 120px;
	background: var(--e-global-color-primary);
	border-radius: 50%;
	border: solid 2px var(--e-global-color-secondary);
	text-align: center;
	margin: -60px auto 0 auto;
}

.bdp-image img {
	max-width: 95px;
	vertical-align: middle;
	border-radius: 35%;
}

.bloc-detail-produit h3 {
	text-align: center;
	color: var(--e-global-color-primary);
	margin: 0.6rem 0 0.2rem 0;
}

.bdp-separation  {
	text-align: center;
	margin: 5px auto 10px auto;
}

.bdp-lien {
	text-align: center;
}

.bdp-lien a.btn_lien {
	text-transform: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bdp-categories {
	text-align: center;
	color: var(--e-global-color-46f81fc);
	font-size: 0.9rem;
	margin-bottom: 15px;
}

.bdp-categories a {
	color: var(--e-global-color-46f81fc);
}

#bloc-brouillard {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    height: 400px;
    margin-top: -400px;
    position: relative;
    z-index: 100;
}

#lien_plus_produits {
	color: var(--e-global-color-7ebcc55);
	font-size: 1.48rem;
	display: inline-block;
	height: 55px;
	background: url('assets/img/bdp_fleche.png') bottom center no-repeat;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.bdp_masque {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.bloc-detail-produit { flex-basis: 98%; }
}
/************************ FIN --- BLOC DE DECOUVERTE DES PRODUITS DE PLACEMENT ************************/
/************************ PAGES STATIQUES : HP, QSN, BILAN PATRIMONIAL, CONTACT ************************/
.ligne_avec_fleche:after {
    content: '';
    position: absolute;
    left: calc(50% - 85px);
    bottom: -40px;
    width: 0;
    height: 0;
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
    border-top: 40px solid;
    clear: both;
    z-index: 15;
}

.fleche_blanche.ligne_avec_fleche:after { border-top-color: white; }
.fleche_bleue.ligne_avec_fleche:after { border-top-color: var(--e-global-color-2ec4466); }

.elementor-widget-tabs.onglets_bilan_patrimonial .elementor-tabs-wrapper {
	display: flex;
}

.elementor-widget-tabs.onglets_bilan_patrimonial .elementor-tab-desktop-title {
    padding: 0  25px 25px 25px;
    text-align: center;
	width: 25%;
}

.elementor-widget-tabs.onglets_bilan_patrimonial .elementor-tab-content {
	background-color: var(--e-global-color-2ec4466);
	padding: 50px 90px;
	margin-top: 15px;
}

.onglets_bilan_patrimonial .onglet {
    padding: 0 35px 10px 35px;
    border-bottom: solid 4px;
}
.onglets_bilan_patrimonial .onglet_img {
    width: 150px;
    margin-top: 10px;
}

.onglets_bilan_patrimonial .onglet_num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    color: white;
    margin-bottom: 20px
}

.onglets_bilan_patrimonial .onglet_titre {
    font-weight: bold;
}

.onglets_bilan_patrimonial .elementor-tab-content, .elementor-tab-content li {
    font-size: 1rem;
}

.onglets_bilan_patrimonial .elementor-active .onglet:after {
    content: '';
    position: absolute;
    left: calc(50% - 85px);
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
    border-top: 25px solid;
    clear: both;
    z-index: 15;
}

.onglets_bilan_patrimonial .elementor-active .onglet.turquoise:after { border-top-color: var(--e-global-color-5e209df); }
.onglets_bilan_patrimonial .onglet_titre.turquoise { color: var(--e-global-color-5e209df); }
.onglets_bilan_patrimonial .onglet.turquoise { border-bottom-color: var(--e-global-color-5e209df); }
.onglets_bilan_patrimonial .turquoise .onglet_num { background: var(--e-global-color-5e209df); }

.onglets_bilan_patrimonial .elementor-active .onglet.rose:after { border-top-color: var(--e-global-color-7ebcc55); }
.onglets_bilan_patrimonial .onglet_titre.rose { color: var(--e-global-color-7ebcc55); }
.onglets_bilan_patrimonial .onglet.rose { border-bottom-color: var(--e-global-color-7ebcc55); }
.onglets_bilan_patrimonial .rose .onglet_num { background: var(--e-global-color-7ebcc55); }

.onglets_bilan_patrimonial .elementor-active .onglet.bleu_canard:after { border-top-color: var(--e-global-color-c8e73b7); }
.onglets_bilan_patrimonial .onglet_titre.bleu_canard { color: var(--e-global-color-c8e73b7); }
.onglets_bilan_patrimonial .onglet.bleu_canard { border-bottom-color: var(--e-global-color-c8e73b7); }
.onglets_bilan_patrimonial .bleu_canard .onglet_num { background: var(--e-global-color-c8e73b7); }

.onglets_bilan_patrimonial .elementor-active .onglet.violet:after { border-top-color: var(--e-global-color-46f81fc); }
.onglets_bilan_patrimonial .onglet_titre.violet { color: var(--e-global-color-46f81fc); }
.onglets_bilan_patrimonial .onglet.violet { border-bottom-color: var(--e-global-color-46f81fc); }
.onglets_bilan_patrimonial .violet .onglet_num { background: var(--e-global-color-46f81fc); }

.page-id-3789 #formulaire_contact { display: none; }
/************************ FIN --- PAGES STATIQUES : HP, QSN, BILAN PATRIMONIAL, CONTACT ************************/
/************************ FORMULAIRE DE CONTACT DU FOOTER ************************/
.form_footer input, .form_footer input:focus, .form_footer input:focus-visible {
	background: transparent;
	border: solid 0px white;
	border-bottom-width: 1px;
	border-radius: 0px;
	outline: none;
	color: var(--e-global-color-primary);
}

.form_footer input::placeholder, .form_footer textarea::placeholder {
    font-weight: bold;
    opacity: 1;
    color: var(--e-global-color-primary);
}

.form_footer .gfield--width-half, .form_footer .gfield--width-full, .gform_wrapper.gravity-theme .form_footer fieldset.gfield--width-full {
	padding: 15px 20px;
}

.form_footer .gchoice label {
	color: var(--e-global-color-primary);
	max-width: calc(100% - 44px) !important;
}

.bloc_form_footer .gform_required_legend {
	display: none;
}

.form_footer input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--e-global-color-primary);
	margin: 0;
	font: inherit;
	color: red;
	width: 1.16em;
	height: 1.16em;
	border: none;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
	margin-right: 20px;
}

.form_footer input[type=checkbox]::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	margin-left: 0.08em;
    margin-top: 0.08em;
	-webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--e-global-color-accent);
	/* Windows High Contrast Mode */
	background-color: none;
}

.form_footer input[type=checkbox]:checked::before {
  transform: scale(1);
}

.form_footer .gform_confirmation_message { color: var( --e-global-color-primary ); }
#gform_confirmation_message_1 { min-height: 333px; }

	/* Specificites du formulaire de la page contact */
.form_footer.form_contact input { border-bottom-color: var(--e-global-color-secondary); border-bottom-width: 2px; color: var(--e-global-color-secondary); }
.form_footer.form_contact input::placeholder, .form_footer.form_contact textarea::placeholder { color: var(--e-global-color-secondary); }
.form_footer.form_contact textarea, .form_footer.form_contact textarea:focus, .form_footer.form_contact textarea:focus-visible  {
	border: solid 2px var(--e-global-color-secondary);
	border-radius: 0px;
	color: var(--e-global-color-secondary);
	margin-top: 30px;
	outline: none;
}
.form_footer.form_contact .gform_confirmation_message { color: var( --e-global-color-text ); margin-bottom: 30px; }
.form_footer.form_contact .gchoice label { color: var(--e-global-color-secondary); }
.form_footer.form_contact .gchoice input[type="checkbox"] { color: var(--e-global-color-secondary); border: solid 1px var(--e-global-color-secondary); }

/************************ FIN --- FORMULAIRE DE CONTACT DU FOOTER ************************/
/************************ MEGAMENU ************************/
a.mega-menu-link {
	font-weight: 600 !important;
}
ul.liste_menu {
	list-style: none;
	padding-left: 0px;
}
ul.liste_menu li {
	background: url('assets/img/menu_liste.png') no-repeat left 8px;
	padding-left: 20px;
}

li.liste_menu_elt a, li.liste_menu_elt a:hover, li.liste_menu_elt a:visited {
	color: #666666;
}
li.liste_menu_elt a:hover, li.liste_menu_elt.elt_ec a, li.liste_menu_elt.elt_ec a:hover, li.liste_menu_elt.elt_ec a:visited {
	color: var(--e-global-color-secondary );
	font-weight: bold;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	font-style: italic;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 .textwidget p:not(.sans_bordure) {
	color: var( --e-global-color-accent );
    border-bottom: 1px solid var( --e-global-color-accent );
	font-style: italic;
	margin-bottom: 0px;
}
	/* VOTRE PROFIL */
.menu_profil_droite {
	display: flex;
	flex-wrap: wrap;
}

.menu_profil_droite_bloc {
	width: 25%;
	padding: 15px;
	text-align: center;
}

.menu_profil_droite_bloc a, .menu_profil_droite_bloc a:hover, .menu_profil_droite_bloc a:visited {
	color: var(--e-global-color-secondary );
}

.menu_profil_droite_bloc a:hover img {
	box-shadow: 5px 5px 10px #CCCCCC;
}

	/* PLACEMENTS */
a.menu_placements_lien {
	color: var(--e-global-color-primary);
	font-weight: bold;
}
.menu_placements_lien_1, .menu_placements_lien_2, .menu_placements_lien_3 {
	width: 100%;
	border: solid 2px;
	border-radius: 2px;
	margin: 5px 0px;
	display: inline-block;
	vertical-align: middle;
}
.menu_placements_lien_1 {
	background-color: #02b2c6;
	border-color: #02b2c6;
}
.menu_placements_lien_2 {
	background-color: var( --e-global-color-accent );
	border-color: var( --e-global-color-accent );
}
.menu_placements_lien_3 {
	background-color: var( --e-global-color-c8e73b7 );
	border-color: var( --e-global-color-c8e73b7 );
}
.menu_placements_lien_txt, .menu_placements_lien_img {
	float: left;
}
.menu_placements_lien_txt {
	width: calc( 100% - 91px );
	padding: 5px 15px;
	height: 68px;
    line-height: 68px;
}
.menu_placements_lien_txt.placement_long {
    line-height: 30px;
	padding-top: 20px;
}
.menu_placements_lien_img {
	background-color: var( --e-global-color-primary );
	width: 91px;
	text-align: center;
}
.menu_placements_lien_img img {
	width: 78px;
}

.menu_placements_lien_1:hover, .menu_placements_lien_2:hover, .menu_placements_lien_3:hover {
	box-shadow: 5px 5px 10px #CCCCCC;
}

.menu_placements_blocs .liste_menu {
	float: left;
	width: 48%;
	margin-top: 15px;
}

@media screen and (max-width:1000px) {
	.menu_placements_blocs .liste_menu { width: 100%; }
}

	/* DIVERS : GUIDES, IMMOBILIER */
.menu_divers_droite {
	display: flex;
	flex-wrap: wrap;
}

.menu_divers_droite_bloc {
	width: 33.3%;
	padding: 15px;
	text-align: center;
}

.menu_divers_droite_bloc a, .menu_divers_droite_bloc a:hover, .menu_divers_droite_bloc a:visited {
	color: var(--e-global-color-secondary );
}

.menu_divers_droite_bloc a:hover img {
	box-shadow: 5px 5px 10px #CCCCCC;
}

.section-offres-immobilieres { margin-bottom: 4rem; }
/************************ FIN --- MEGAMENU ************************/

/************************ MASQUAGE FORMULAIRE BILAN PATRIMONIAL SUR PAGE CONTACT ************************/
body.page-id-3789 #formulaire-ou-nous-trouver { display: none; }

/************************ FIN --- MASQUAGE FORMULAIRE BILAN PATRIMONIAL SUR PAGE CONTACT ************************/

/************************ HEADER DE LA PAGE AUTOMATIQUE DES PRODUITS DE PLACEMENTS ************************/
.post-type-archive-produits-placements .header_categorie_produit {
	background-image: url('/wp-content/uploads/2023/02/fond_header_qui_sommes_nous.jpg');
}
/************************ FIN --- HEADER DE LA PAGE AUTOMATIQUE DES PRODUITS DE PLACEMENTS ************************/

/* LANDING PAGES = GENERALITES */
.page_dynamique.landing_pages .titre-h1 { max-width: 800px; }
/* FIN --- LANDING PAGES = GENERALITES */

/* LANDING PAGES = FORMULAIRE DE TEST D'ELIGIBILITE */
.section-shortcode { margin-bottom: 0; padding-bottom: 0 !important; }
.section-shortcode .section-limitee { max-width: 960px; margin: 0 auto; }
.form_test .form_ligne { clear: both; height: 50px; line-height: 50px; border-bottom: solid 1px #CCCCCC; padding: 0 20px; }
.form_ligne .toggle_legende { float: left; width: calc(100% - 100px); padding-top: 12px; }
.form_ligne .toggle_btn { float: left; }
.reponse { float: left; font-size: 14px; width: 45px; margin-top: 12px; }
.form_test input[type=checkbox] { height: 0; width: 0; visibility: hidden; float: left; }
.form_test label { float: left; cursor: pointer; text-indent: -9999px; width: 40px; height: 26px; background: #DDDDDD; display: block; border-radius: 26px; border: solid 2px #CCCCCC; position: relative; margin-top: 12px; }
.form_test label:after { content: ''; position: absolute; left: calc(50% - 10px); top: 1px; width: 20px; height: 20px; background: #888888; border-radius: 20px; transition: 0.3s; }
.form_test input:checked + label { background: #8ED8E0;}
.form_test input:checked + label:after { left: calc(100% - 1px); transform: translateX(-100%); background: #0097A8; }
.form_test label:active:after { width: 30px; }
.form_test .active label:after { left: 1px; background: #5c233f; }
.form_test .active label { background: #e7cfde; }

.resultats_test_eligibilite, .bloc_apres_simulateur { 
	background-color: var(--e-global-color-secondary); 
	color: var(--e-global-color-primary); 
	background-image: url('../../uploads/2024/04/grand_triangle_blanc.png'); 
	background-position: top center; 
	background-repeat: no-repeat; 
	padding: 50px 0 30px 0;
	margin-top: 50px;
}

.resultats_test_eligibilite div { font-size: 1.8rem; font-weight: bold; line-height: 1.5em; text-align: center; }
.resultat_masque { display: none; height: 0; }

@media (max-width: 768px) {
	.form_test .form_ligne { line-height: 25px; padding: 5px 10px; display: inline-block; width: 100%; height: auto; min-height: 60px; }
	.form_test label, .form_test input:checked + label { margin-top: 0px; }
}
/* FIN --- LANDING PAGES = FORMULAIRE DE TEST D'ELIGIBILITE */

/* LANDING PAGES = SIMULATEUR */
.section-simulateur { background-color: var(--e-global-color-2ec4466); margin: 50px 0 0 0; }
.colonne_simulateur { text-align: center; }
.colonne_simulateur h3 { font-weight: 500; }

.jauge { 
	background: url('../../uploads/2024/04/jauge_simulateur.png') top left no-repeat;
	height: 40px;
	max-width: 519px;
	width: 100%;
	position: relative;
	margin: 2rem auto 0.5rem auto;
}

#taux1, #taux2, #taux3 { position: absolute; top: 15px; }
#taux1 { left: 10px; }
#taux2 { left: calc(50% - 7px); }
#taux3 { right: 17px; }
.bloc_taux { cursor: pointer; }
.bloc_taux:before { height: 15px; width: 2px; content:url('../../uploads/2024/04/jauge_curseur_vide.png'); position: absolute; top: -20px; left: 8px; } 
.bloc_taux.tx_select:before { height: 23px; width: 14px; content:url('../../uploads/2024/04/jauge_curseur.png'); top: -24px; left: 3px } 

.simulateur_contenus { max-width: 519px; margin: 0 auto; }
.contenu_taux { background-color: var(--e-global-color-secondary); color: var(--e-global-color-primary); padding : 1rem; }
.contenu_taux .simulateur_conclusion { font-weight: bold; font-size: 1.25rem; margin-top: 0.5rem; }
.contenu_taux .simulateur_diminution { background-color: var(--e-global-color-c8e73b7); font-weight: bold; font-size: 2.1rem; margin: 0.5rem -1rem -1rem -1rem; padding : 0.8rem 1rem; }
.contenu_taux:not(.tx_select) { display: none; }

.simulation_remarque { color: var(--e-global-color-secondary); font-size: 0.8rem; font-style: italic; margin: 2rem auto 0 auto; max-width: 519px; }
.bloc_apres_simulateur { background-color: var(--e-global-color-46f81fc); background-image: url('../../uploads/2024/04/grand_triangle_gris.png'); margin: 0; text-align: center; }
.bloc_apres_simulateur h2 { color: var(--e-global-color-primary) !important; margin-bottom: 0.2rem; }
.bloc_apres_simulateur p { color: var(--e-global-color-primary); font-style: italic; }
/* FIN --- LANDING PAGES = SIMULATEUR */

/* LANDING PAGES = BLOC TEXTE SUR GRANDE IMAGE */
.section-landing { margin: 0; min-height: 800px; max-height: 975px; }
.contenu-investissement { width: 550px; margin: 3% 0; background-color: var(--e-global-color-46f81fc); padding: 1.5rem 3rem 2rem 3rem; color: var(--e-global-color-primary); }
.contenu-investissement h2, .contenu-investissement h3, .contenu-investissement .tilde { color: var(--e-global-color-primary) !important; font-family: "Dancing Script"; }
.contenu-investissement h2 { font-size: 3.5rem; }
.contenu-investissement .tilde { font-size: 5rem; text-align: center; }
.contenu-investissement h3 { font-size: 1.8rem; padding: 1rem 0 .5rem 0; }

@media (max-width: 768px) {
	.contenu-investissement { max-width: 90%; }
}
/* FIN --- LANDING PAGES = BLOC TEXTE SUR GRANDE IMAGE */

/* LANDING PAGES = BLOC AVANTAGES */
.les_avantages { display: flex; flex-direction: row; flex-wrap: wrap; gap: 1rem; }
.avantages_lp { display:flex; flex-direction: row; width: calc(50% - .5rem); gap: 1rem; align-items: center; }
.avant_visuel { width: 140px; }
.avant_desc { width: calc(100% - 140px); }

@media (max-width: 768px) {
	.avantages_lp { width: 100%; }
}
/* FIN --- LANDING PAGES = BLOC AVANTAGES */

/* LANDING PAGES = BLOC FAQ */
.landing_pages .section-faq.faq-produit { background-color: var(--e-global-color-2ec4466); }
/* FIN --- LANDING PAGES = BLOC FAQ */

/* LANDING PAGES = BLOC TELECHARGEMENT DU GUIDE */
.section-guide-lp { height: 308px; background-position: center center; background-repeat: no-repeat; text-align: center; padding-top: 0px !important; }
.section-guide-lp:before { background-image: url('../../uploads/2024/04/grand_triangle_gris.png'); content: "\00a0"; display: inline-block; width: 66px; left: 50%; }
.section-guide-lp h2 { color: var(--e-global-color-primary) !important; font-size: 2rem; margin-top: 50px; }

@media (max-width: 768px) {
	.section-guide-lp h2 { margin-top: 10px; margin-bottom: 0px; }
}
/* FIN --- LANDING PAGES = BLOC TELECHARGEMENT DU GUIDE */