
	/* CSE Styles */

	

		 .button_bleu { display: inline-block; background: var(--bleu1);  color: #FFFFFF!important; font-family: 'gobold_uplow'; padding: 8px 16px; transition: all 0.5s ease; }
		
			 .button_bleu:hover { background: var(--bleu2);  color: var(--bleu1)!important; }
			
		 .button_bleu2 { display: inline-block; background: var(--bleu2);  color: #FFFFFF!important; font-family: 'gobold_uplow'; padding: 8px 16px; transition: all 0.5s ease; }
		
			 .button_bleu2:hover { background: var(--white);  color: var(--bleu1)!important; }
			
		 .gobolduplow { font-family: 'gobold_uplow'; }
		
		 .button_orange { display: inline-block; background: var(--orange);  border: 1px solid var(--orange); color: #FFFFFF!important; font-family: 'gobold_uplow'; padding: 8px 16px; transition: all 0.5s ease; }
		
			 .button_orange:hover { background: var(--white);  color: var(--orange)!important; }
			
		 .button_jaune { display: inline-block; background: var(--jaune);  border: 1px solid var(--jaune); color: #FFFFFF!important; font-family: 'gobold_uplow'; padding: 8px 16px; transition: all 0.5s ease; }
		
			 .button_jaune:hover { background: var(--white);  color: var(--jaune)!important; }
			
		 .heropages { background: var(--bleu1) url(https://www.impact-businessangels.org/wp-content/uploads/2026/03/iba-hero-home.svg) no-repeat 80% 0%; background-size: auto 100%;  }
		
	/* PAGINATION */

	
		 .paginationholder a { display: inline-block; padding: 0.5rem 0.9rem; border: 1px solid #FFFFFF; color: var(--bleu1); cursor: pointer; }
		 .paginationholder a:hover {  }
		 .paginationholder a.jp-current, .paginationholder a.mixitup-control-active { background: var(--bleu1); color: #FFFFFF; }
		
	/* CUSTOM CSS */
	@font-face {
    font-family: 'gobold_uplow';
    src: url('https://www.impact-businessangels.org//wp-content/uploads/flexipow_local/gobold_uplow-webfont.woff2') format('woff2'),
         url('https://www.impact-businessangels.org//wp-content/uploads/flexipow_local/gobold_uplow-webfont.woff') format('woff');
    font-weight: normal; 
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

h1,h2,h3,h4,h5 { font-family: 'gobold_uplow'; text-transform: uppercase; line-height: 150%; }
h2.flexible_section_title { text-transform: uppercase; }
h1, .h1 { font-size: 2.7rem; }
#menu-main, #menu-main-en { font-family: 'gobold_uplow'; }

.colhover1 { border: 2px solid var(--jaune); background: #FFFFFF; color: var(--bleu1); transition: all 0.5s ease; }
.colhover1:hover { background: var(--jaune); color: #FFFFFF; }
.colhover1 h2, .colhover1 h3, .colhover1 h4 { color: var(--jaune); transition: all 0.5s ease; }
.colhover1:hover h2, .colhover1:hover h3, .colhover1:hover h4 { color: #FFFFFF; }

.whiteicon img { filter: brightness(0) invert(1); }

/* actus */
.headeractus { background: var(--bleu1) url(https://www.impact-businessangels.org/wp-content/uploads/2026/03/iba-hero-home.svg) no-repeat 80% 0%; background-size: auto 100%; border-top: 2px solid var(--bleu2); }
.item_actus_title { line-height: 150%; min-height: 90px; }
.valign_link { position: relative; padding-bottom: 20px; }
.valign_link a.more { position: absolute; bottom: 10px; right: 10px; }



