
	/* COLORS */

	
	
		:root {
			--white : #FFFFFF;
--black : #000000;
--vert : #058842;
--bleu : #0085ca;
--jaune : #ffbf3f;
--beige : #fff8e7;
--vert2 : #339d64;
--vert3 : #d3e6d6;
--gris : #343232;

		}
		
		.acf-block-body {
			--white : #FFFFFF!important;
--black : #000000!important;
--vert : #058842!important;
--bleu : #0085ca!important;
--jaune : #ffbf3f!important;
--beige : #fff8e7!important;
--vert2 : #339d64!important;
--vert3 : #d3e6d6!important;
--gris : #343232!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; }
	.vert { color: #058842!important; }
			  .bg-vert { background-color: #058842!important; }
		      .border-vert { border-color: #058842!important; }
		.bleu { color: #0085ca!important; }
			  .bg-bleu { background-color: #0085ca!important; }
		      .border-bleu { border-color: #0085ca!important; }
		.jaune { color: #ffbf3f!important; }
			  .bg-jaune { background-color: #ffbf3f!important; }
		      .border-jaune { border-color: #ffbf3f!important; }
		.beige { color: #fff8e7!important; }
			  .bg-beige { background-color: #fff8e7!important; }
		      .border-beige { border-color: #fff8e7!important; }
		.vert2 { color: #339d64!important; }
			  .bg-vert2 { background-color: #339d64!important; }
		      .border-vert2 { border-color: #339d64!important; }
		.vert3 { color: #d3e6d6!important; }
			  .bg-vert3 { background-color: #d3e6d6!important; }
		      .border-vert3 { border-color: #d3e6d6!important; }
		.gris { color: #343232!important; }
			  .bg-gris { background-color: #343232!important; }
		      .border-gris { border-color: #343232!important; }
		
 /* TYPOS  */

	body {
				font-family: 'Gothic A1', serif;
				color: #343232;
				line-height: 1.5;
				font-size: 1rem;
				font-weight: 300;
				background-color: #FFFFFF;
				
			}

			h1, h2 {
				font-family: 'Poppins', serif;
				color: #343232;
				font-weight: 500;
				
			}
			h3, h4, h5, h6 {
				font-family: 'Poppins', serif;
				color: #343232;
				font-weight: 500;
				
			}
			a, a:visited { color: #058842; text-decoration: none; transition: all 0.5s ease;  }
	a:hover { color: #0085ca; } 	
	h2.flexible_section_title { font-size: 2rem; color: #000000; text-align: text-center; text-transform: inherit; }
	
	/* HEADER */
	
	body { padding-top: 140px; }
	
	
	#main_header_logo { height: 120px; }
	@media (max-width: 578px) { 
		#main_header_logo { height: 100px; }
	}
	
	header#masthead { position: fixed; z-index: 10000; top: 0; background-color: #ffffff; color: #000000; padding-top: 10px; padding-bottom: 10px; }
		header#masthead { color: #000000; }
		header#masthead .navbar-nav > li > a { display: inline-block; padding: 0 0.4em; color: #343232!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: #0085ca!important; }
		header#masthead .navbar-collapse { flex-basis: 50%!important; }
		
		#logo_desktop { display: block; }
	#logo_mobile { display: none; }#sidebarCollapse { cursor: pointer; margin-bottom: 0; padding-top: 0px; padding-left: 15px; color: #058842!important; font-size: 32px; }
#sidebarCollapse .fas { font-size: 32px; }
#sidebarCollapse:hover .fas { color: #0085ca!important; }
header#masthead .navbar-nav > li > a { display: inline-block; padding: 4px 12px; font-weight: 500; }
header#masthead .navbar-nav > li.mainmenu_bleu > a { display: inline-block; padding: 4px 12px; border-radius: 6px; color: #FFFFFF!important; border: 1px solid var(--bleu); background: var(--bleu); margin-left: 12px; transition: all 0.5s ease; }
header#masthead .navbar-nav > li.mainmenu_bleu > a:hover, header#masthead .navbar-nav > li.mainmenu_bleu.active > a { background: #FFFFFF; color: var(--bleu)!important; } 
#menu-main .dropdown-menu a { color: #000000!important; }
#menu-main .dropdown-menu a:hover, #menu-main .dropdown-menu a:visited { color: var(--bleu)!important; }

#header_rs li a { display: inline-block; width: 30px; height: 30px; padding-top: 3px; border-radius: 50%; background: var(--vert); color: #FFFFFF!important; border: 1px solid var(--vert); text-align: center; transition: all 0.5s ease; }
#header_rs li a:hover { background: #FFFFFF; color: var(--vert)!important; }


		
		/* 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: #058842; 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: #fff8e7!important; }
		header#masthead #sidebar .navbar-nav li a:hover { color: #0085ca!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: #fff8e7; 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 { padding-top: 120px; }
			#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: #fff8e7; color: #343232; padding-top: 40px; padding-bottom: 40px; }
	#footer * { color: #343232; }
	
	.footer_row_1_col_2_content_1.menu ul li { padding: 4px 0px; }
.footer_row_1_col_2_content_1.menu ul li:last-child { padding-right: 0!important; }
.footer_row_1_col_2_content_1.menu ul li:first-child { padding-left: 0!important; }
.footer_row_1_col_2_content_1.menu ul li a { display: inline-block; font-size: 1rem; font-weight: normal; color: #058842; transition: all 0.5s ease; }
.footer_row_1_col_2_content_1.menu ul li a:hover { color: #0085ca!important; }
.footer_row_1_col_2_content_1.menu ul li .nav-link { padding: 0!important; }
.footer_row_1_col_3_content_1.menu ul li { padding: 4px 0px; }
.footer_row_1_col_3_content_1.menu ul li:last-child { padding-right: 0!important; }
.footer_row_1_col_3_content_1.menu ul li:first-child { padding-left: 0!important; }
.footer_row_1_col_3_content_1.menu ul li a { display: inline-block; font-size: 1rem; font-weight: normal; color: #058842; transition: all 0.5s ease; }
.footer_row_1_col_3_content_1.menu ul li a:hover { color: #0085ca!important; }
.footer_row_1_col_3_content_1.menu ul li .nav-link { padding: 0!important; }
.footer_row_1_col_1_content_1.logo img { height: 120px; }
.footer_row_2_col_2_content_1.content img { height: 80px; width: auto!important; }
.footer_row_1_col_4_content_1 .small { margin-right: 56px; }@media (max-width: 568px) { 
			.footer_row_2_col_1_content_2.menu ul li { padding-left: 0!important; } 
		}
	
	/* 404 PAGE */
	
	.error404 { }
.error404_inner { }
.error404_content { }
	
	
	
	/* SEARCH PAGE */
	
	.search-result h2 { font-size: 1.2rem; }
	
	