
	/* COLORS */

	
	
		:root {
			--white : #FFFFFF;
--black : #000000;
--rouge : #e4003a;
--vert : #009c3d;
--bleu : #1f3b90;
--jaune1 : #fcf6b6;
--jaune2 : #dbaa6b;
--gris1 : rgb(40,38,38);
--gris2 : rgb(244,244,244);

		}
		
		.acf-block-body {
			--white : #FFFFFF!important;
--black : #000000!important;
--rouge : #e4003a!important;
--vert : #009c3d!important;
--bleu : #1f3b90!important;
--jaune1 : #fcf6b6!important;
--jaune2 : #dbaa6b!important;
--gris1 : rgb(40,38,38)!important;
--gris2 : rgb(244,244,244)!important;

		}	
	
	
		.white { color: #FFFFFF!important; }
		.bg-white { background-color: #FFFFFF!important; }
		.border-white { border-color: #FFFFFF!important; }
		.black { color: #000000!important; }
		.bg-black { background-color: #000000!important; }
		.border-black { border-color: #000000!important; }
	.rouge { color: #e4003a!important; }
			  .bg-rouge { background-color: #e4003a!important; }
		      .border-rouge { border-color: #e4003a!important; }
		.vert { color: #009c3d!important; }
			  .bg-vert { background-color: #009c3d!important; }
		      .border-vert { border-color: #009c3d!important; }
		.bleu { color: #1f3b90!important; }
			  .bg-bleu { background-color: #1f3b90!important; }
		      .border-bleu { border-color: #1f3b90!important; }
		.jaune1 { color: #fcf6b6!important; }
			  .bg-jaune1 { background-color: #fcf6b6!important; }
		      .border-jaune1 { border-color: #fcf6b6!important; }
		.jaune2 { color: #dbaa6b!important; }
			  .bg-jaune2 { background-color: #dbaa6b!important; }
		      .border-jaune2 { border-color: #dbaa6b!important; }
		.gris1 { color: rgb(40,38,38)!important; }
			  .bg-gris1 { background-color: rgb(40,38,38)!important; }
		      .border-gris1 { border-color: rgb(40,38,38)!important; }
		.gris2 { color: rgb(244,244,244)!important; }
			  .bg-gris2 { background-color: rgb(244,244,244)!important; }
		      .border-gris2 { border-color: rgb(244,244,244)!important; }
		
 /* TYPOS  */

	body {
				font-family: 'Jost', serif;
				color: #000000;
				line-height: 1.5;
				font-size: 1rem;
				font-weight: normal;
				background-color: #FFFFFF;
				
			}

			h1, h2 {
				font-family: 'Jost', serif;
				color: #000000;
				font-weight: 600;
				
			}
			h3, h4, h5, h6 {
				font-family: 'Jost', serif;
				color: #000000;
				font-weight: ;
				
			}
			a, a:visited { color: rgb(31,59,144); text-decoration: none; transition: all 0.5s ease;  }
	a:hover { color: rgb(0,156,61); } 	
	h2.flexible_section_title { font-size: 2rem; color: #000000; text-align: text-center; text-transform: inherit; }
	
	/* HEADER */
	
	body:not(.block-editor-iframe__body):not(.wp-admin) { padding-top: 0px; }
	
	
	#main_header_logo { height: 100px; }
	@media (max-width: 578px) { 
		#main_header_logo { height: 80px; }
	}
	
	header#masthead { position: fixed; z-index: 10000; top: 0; background-color: rgb(31,59,144); color: #FFFFFF; padding-top: 10px; padding-bottom: 10px; }
		header#masthead { color: #FFFFFF; }
		header#masthead .navbar-nav > li > a { display: inline-block; padding: 0 0.4em; color: #FFFFFF!important; transition: all 0.5s ease; }
		header#masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a { color: #FFFFFF!important; }
		header#masthead .navbar-collapse { flex-basis: 50%!important; }
		
		.headerscrollable {}
.headerscrollable.scrolled {}

#logo_desktop { display: block; }
	#logo_mobile { display: none; }#sidebarCollapse { cursor: pointer; margin-bottom: 0; padding-top: 0px; padding-left: 15px; color: rgb(255,255,255)!important; font-size: 32px; }
#sidebarCollapse .fas { font-size: 32px; }
#sidebarCollapse:hover .fas { color: rgb(252,246,182)!important; }
#masthead #menu-main-menu li { padding: 0 15px; }
#masthead #menu-main-menu li a { font-size: 1.1rem; }
#masthead .navbar-brand { padding-left: 15px; }


		
		/* RESPONSIVE MENU & SIDEBAR */
		
		#sidebarCollapse { display: none; }

		#sidebar { display: none; width: 300px; max-width: 90%; height: 100vh; position: fixed; top: 0px; left: -300px; z-index: 999999; background: #000000; transition: all 0.3s ease; }
		#sidebar.active { left: 0; }
		.overlay { display: none; position: fixed; width: 100vw; height: 100vh; background: rgba(255,255,255,0.6); z-index: 999998; opacity: 0; transition: all 0.5s ease-in-out; top: 0; }
		.overlay.active { display: block; opacity: 1; }
		#dismiss { width: 35px; height: 35px; position: absolute; top: 10px; right: 10px; }
		#sidebar .dropdown-menu.show { position: relative!important; top: auto!important; left: auto!important; transform: none!important; }
		header#masthead #sidebar, header#masthead #sidebar .navbar-nav li a { color: !important; }
		header#masthead #sidebar .navbar-nav li a:hover { color: !important; }
		#sidebar  ul.navbar-nav li { padding-bottom: 5px; }
		#sidebar .dropdown-menu { position: relative; top: auto; left: auto; z-index: 1; background: none!important; float: none; min-width: inherit; padding: 0.5rem 0; margin: 0; font-size: 0.9rem; color: ; text-align: left; list-style: none; background-color: none; border: none; border-radius: 0; }
		#sidebar .dropdown-menu li a { font-weight: normal!important; white-space: normal; overflow-wrap: break-word; font-size: 0.85rem; }
		#sidebar .dropdown-menu li, #sidebar .dropdown-menu li:hover { background: none!important; padding-bottom: 2px; }
		#sidebar .dropdown-menu li .dropdown-menu li:hover, #sidebar .dropdown-menu li .dropdown-menu a:hover, #sidebar .dropdown-item:hover { background: none!important; background-color: none!important; }
		#sidebar #sidebar-logo { max-width: 80%; }

		@media (max-width: 768px) { 
			body:not(.block-editor-iframe__body):not(.wp-admin) { padding-top: 100px; }
			#sidebarCollapse { display: block; }
			.navbar-collapse { display: none; }
			#sidebar { display: block; }
			#logo_desktop { display: none; }
			#logo_mobile { display: block; }
			header#masthead { padding-top: 10px; padding-bottom: 10px; }
		}

		
		
		
	
	/* FOOTER */
		
	#footer { overflow-x: hidden; background-color: rgb(40,38,38); color: #FFFFFF; padding-top: 20px; padding-bottom: 20px; }
	#footer * { color: #FFFFFF; }
	
	.footer_row_1 { background-color: rgb(40,38,38); }
.footer_row_1_col_2_content_1.menu ul li { padding: 0px 5px; }
.footer_row_1_col_2_content_1.menu ul li a { display: inline-block; font-size: 1rem; font-weight: normal; color: rgb(255,255,255); transition: all 0.5s ease; }
.footer_row_1_col_2_content_1.menu ul li a:hover { color: rgb(252,246,182)!important; }
.footer_row_1_col_2_content_1.menu ul li .nav-link { padding: 0!important; }
.footer_row_1_col_3_content_1.rsbar li a { display: inline-block; text-align: center; aspect-ratio: 1 / 1; position: relative; font-size: 1rem; color: rgb(255,255,255)!important; transition: all 0.5s ease; }
.footer_row_1_col_3_content_1.rsbar li a:hover { color: rgb(252,246,182)!important; }
.footer_row_1_col_3_content_1.rsbar li a i { display: inline-block; color: rgb(255,255,255)!important; transition: all 0.5s ease; }
.footer_row_1_col_3_content_1.rsbar li a:hover i { color: rgb(252,246,182)!important; }
.footer_row_2 { background-color: rgb(40,38,38); }
.footer_row_2_col_2_content_1.menu ul li { padding: 10px 15px; }
.footer_row_2_col_2_content_1.menu ul li:last-child { padding-right: 0!important; }
.footer_row_2_col_2_content_1.menu ul li:first-child { padding-left: 0!important; }
.footer_row_2_col_2_content_1.menu ul li a { display: inline-block; font-size: 1rem; font-weight: normal; color: rgb(255,255,255); transition: all 0.5s ease; }
.footer_row_2_col_2_content_1.menu ul li a:hover { color: rgb(252,246,182)!important; }
.footer_row_2_col_2_content_1.menu ul li .nav-link { padding: 0!important; }
.footer_row_1_col_1_content_1 img { height: 200px; }
	
	/* 404 PAGE */
	
	.error404 { }
.error404_inner { }
.error404_content { }
	
	
	
	/* SEARCH PAGE */
	
	.search-result h2 { font-size: 1.2rem; }
	
	