
	/* COLORS */

	
	
		:root {
			--white : #FFFFFF;
--black : #000000;
--violet : #440381;
--vert : #7cea9c;
--orange : #ff8600;
--lila : #e2a0ff;
--bleu : #3abeff;

		}
		
		.acf-block-body {
			--white : #FFFFFF!important;
--black : #000000!important;
--violet : #440381!important;
--vert : #7cea9c!important;
--orange : #ff8600!important;
--lila : #e2a0ff!important;
--bleu : #3abeff!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; }
	.violet { color: #440381!important; }
			  .bg-violet { background-color: #440381!important; }
		      .border-violet { border-color: #440381!important; }
		.vert { color: #7cea9c!important; }
			  .bg-vert { background-color: #7cea9c!important; }
		      .border-vert { border-color: #7cea9c!important; }
		.orange { color: #ff8600!important; }
			  .bg-orange { background-color: #ff8600!important; }
		      .border-orange { border-color: #ff8600!important; }
		.lila { color: #e2a0ff!important; }
			  .bg-lila { background-color: #e2a0ff!important; }
		      .border-lila { border-color: #e2a0ff!important; }
		.bleu { color: #3abeff!important; }
			  .bg-bleu { background-color: #3abeff!important; }
		      .border-bleu { border-color: #3abeff!important; }
		
 /* TYPOS  */

	body {
				font-family: 'Work Sans', serif;
				color: #000000;
				line-height: 1.5;
				font-size: 1.2rem;
				font-weight: 300;
				background-color: ;
				
			}

			h1, h2 {
				font-family: 'Oswald', sans-serif;
				color: #000000;
				font-weight: 600;
				
			}
			h3, h4, h5, h6 {
				font-family: 'Oswald', sans-serif;
				color: #000000;
				font-weight: 500;
				
			}
			a, a:visited { color: #ffffff; text-decoration: none; transition: all 0.5s ease;  }
	a:hover { color: #e2a0ff; } 	
	h2.flexible_section_title { font-size: 2rem; color: #000000; text-align: text-center; text-transform: inherit; }
	
	

		@media (max-width: 768px) { 
			body { font-size: 0.9rem; }
			body h1 { font-size: 2rem; }
			body h2 { font-size: 1.5rem; }
			body h3 { font-size: 1.2rem; }
			body h4 { font-size: 1.1rem; }
			body h5 { font-size: 1rem; }
		}
		
		/* HEADER */
	
	body { padding-top: 110px; }
	
	
	#main_header_logo { height: auto; }
	@media (max-width: 578px) { 
		#main_header_logo { height: auto; }
	}
	
	header#masthead { position: fixed; z-index: 10000; top: 0; background-color: #ffffff; color: #440381; padding-top: 10px; padding-bottom: 10px; }
		header#masthead { color: #440381; }
		header#masthead .navbar-nav > li > a { display: inline-block; padding: 0 0.4em; color: #440381!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: #e2a0ff!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: 20px; padding-left: 15px; color: #440381!important; font-size: 32px; }
#sidebarCollapse .fas { font-size: 32px; }
#sidebarCollapse:hover .fas { color: #e2a0ff!important; }
#menu-main-menu a { font-weight: bold; padding: 0 15px!important; }
#menu-main-menu a::after { content: ''; display: block; width: 0; height: 2px; background: var(--lila);     transition: width .3s; }
#menu-main-menu a:hover::after, #menu-main-menu .current_page_item a::after { width: 100%; }
#sidebarCollapse { padding-top: 0!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: #ff4bf0; 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: #000000!important; }
		header#masthead #sidebar .navbar-nav li a:hover { color: #00dc32!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: #000000; 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: 80px; }
			#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; }
		}

		body:not(.theme-preset-active) #masthead #sidebar .navbar-nav { margin-top: 40px; }
body:not(.theme-preset-active) #masthead #sidebar .navbar-nav > li > a { color: #000000!important; }
		
		/* PREFOOTER */

	#prefooter { padding: 20px 0 20px 0; background: #e2a0ff; color: #440381 }
	#prefooter_inner { background: #e2a0ff; }
	
	
	/* FOOTER */
		
	#footer { overflow-x: hidden; background-color: #440381; color: #ffffff; padding-top: 20px; padding-bottom: 40px; }
	#footer * { color: #ffffff; }
	
	.footer_row_1 { background-color: #440381; }
.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: #ffffff; transition: all 0.5s ease; }
.footer_row_1_col_2_content_1.menu ul li a:hover { color: #e2a0ff!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: #ffffff!important; transition: all 0.5s ease; }
.footer_row_1_col_3_content_1.rsbar li a:hover { color: #e2a0ff!important; }
.footer_row_1_col_3_content_1.rsbar li a i { display: inline-block; color: #ffffff!important; transition: all 0.5s ease; }
.footer_row_1_col_3_content_1.rsbar li a:hover i { color: #e2a0ff!important; }
.footer_row_2 { background-color: #440381; }
.footer_row_2_col_2_content_1.menu ul li { padding: 0px 10px; }
.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: #ffffff; transition: all 0.5s ease; }
.footer_row_2_col_2_content_1.menu ul li a:hover { color: #e2a0ff!important; }
.footer_row_2_col_2_content_1.menu ul li .nav-link { padding: 0!important; }
#footer .rsbar li, #footer .rsbar li a { min-width: 40px; }
#footer .rsbar li, #footer .rsbar li a i { font-size: 1.5rem; }
#footer .credits, #footer #menu-legal-menu li a { font-size: 0.9rem; }
	
	/* 404 PAGE */
	
	
	
	
	
	/* SEARCH PAGE */
	
	.search-result h2 { font-size: 1.2rem; }
	
	