
	/* COLORS */

	
	
		:root {
			--white : #FFFFFF;
--black : #000000;
--bleu : #233853;
--bleu2 : #3da0ea;
--bleu3 : #9ceff0;
--bleu4 : #dff6f7;
--bleu5 : #f3faff;
--gris : #f0efec;
--vert : #6ca080;
--vert2 : #b9d826;
--beige : #fff0d1;
--beige2 : #fff9ee;
--orange : #ff8325;

		}
		
		.acf-block-body {
			--white : #FFFFFF!important;
--black : #000000!important;
--bleu : #233853!important;
--bleu2 : #3da0ea!important;
--bleu3 : #9ceff0!important;
--bleu4 : #dff6f7!important;
--bleu5 : #f3faff!important;
--gris : #f0efec!important;
--vert : #6ca080!important;
--vert2 : #b9d826!important;
--beige : #fff0d1!important;
--beige2 : #fff9ee!important;
--orange : #ff8325!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; }
	.bleu { color: #233853!important; }
			  .bg-bleu { background-color: #233853!important; }
		      .border-bleu { border-color: #233853!important; }
		.bleu2 { color: #3da0ea!important; }
			  .bg-bleu2 { background-color: #3da0ea!important; }
		      .border-bleu2 { border-color: #3da0ea!important; }
		.bleu3 { color: #9ceff0!important; }
			  .bg-bleu3 { background-color: #9ceff0!important; }
		      .border-bleu3 { border-color: #9ceff0!important; }
		.bleu4 { color: #dff6f7!important; }
			  .bg-bleu4 { background-color: #dff6f7!important; }
		      .border-bleu4 { border-color: #dff6f7!important; }
		.bleu5 { color: #f3faff!important; }
			  .bg-bleu5 { background-color: #f3faff!important; }
		      .border-bleu5 { border-color: #f3faff!important; }
		.gris { color: #f0efec!important; }
			  .bg-gris { background-color: #f0efec!important; }
		      .border-gris { border-color: #f0efec!important; }
		.vert { color: #6ca080!important; }
			  .bg-vert { background-color: #6ca080!important; }
		      .border-vert { border-color: #6ca080!important; }
		.vert2 { color: #b9d826!important; }
			  .bg-vert2 { background-color: #b9d826!important; }
		      .border-vert2 { border-color: #b9d826!important; }
		.beige { color: #fff0d1!important; }
			  .bg-beige { background-color: #fff0d1!important; }
		      .border-beige { border-color: #fff0d1!important; }
		.beige2 { color: #fff9ee!important; }
			  .bg-beige2 { background-color: #fff9ee!important; }
		      .border-beige2 { border-color: #fff9ee!important; }
		.orange { color: #ff8325!important; }
			  .bg-orange { background-color: #ff8325!important; }
		      .border-orange { border-color: #ff8325!important; }
		
 /* TYPOS  */

	body {
				font-family: 'Montserrat', serif;
				color: #14363f;
				line-height: 1.5;
				font-size: 1rem;
				font-weight: 300;
				background-color: #FFFFFF;
				
			}

			h1, h2 {
				font-family: 'Cabin', serif;
				color: #14363f;
				font-weight: 700;
				
			}
			h3, h4, h5, h6 {
				font-family: 'Cabin', serif;
				color: #14363f;
				font-weight: 700;
				
			}
			h2 { line-height: 1.2; font-size: 2.5rem; margin-bottom: 0.5rem; }
		
		a, a:visited { color: #3da0ea; text-decoration: none; transition: all 0.5s ease;  }
	a:hover { color: #14363f; } 	
	h2.flexible_section_title { font-size: 2.5rem; color: #14363f; text-align: text-left; text-transform: inherit; }
	
	/* HEADER */
	
	body { padding-top: 120px; }
	
	
	#main_header_logo { height: 120px; }
	@media (max-width: 578px) { 
		#main_header_logo { height: 80px; }
	}
	
	header#masthead { position: fixed; z-index: 10000; top: 0; background-color: #ffffff; color: #233853; padding-top: 0px; padding-bottom: 0px; }
		header#masthead { color: #233853; }
		header#masthead .navbar-nav > li > a { display: inline-block; padding: 0 0.4em; color: #233853!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: #3da0ea!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: #3da0ea!important; font-size: 32px; }
#sidebarCollapse .fas { font-size: 32px; }
#sidebarCollapse:hover .fas { color: #233853!important; }
#menu-main li { padding: 0 5px; }
#menu-main li a { font-size: 1rem; }
#menu-main li ul a { font-size: 1rem; font-weight: normal; }
#menu-main .dropdown-menu .dropdown-menu { left: 200px; top: 0px; }
a.faireundon { font-size: 1rem; margin-left: 50px; border: 2px solid var(--bleu2); padding: 8px 20px!important; border-radius: 20px; color: var(--bleu)!important; background: #FFFFFF; transition: all 0.5s ease; }
a.faireundon:hover { color: #FFFFFF!important; background: var(--bleu2); }
a.nousrejoindre { font-size: 1rem; border: 2px solid var(--bleu2); padding: 8px 20px!important; border-radius: 20px; color: #FFFFFF!important; background: var(--bleu2); transition: all 0.5s ease; }
a.nousrejoindre:hover { color: var(--bleu2)!important; background: #FFFFFF; }


		
		/* 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: #dff6f7; 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 { padding-top: 110px; }
			#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; }
		}

		@media (max-width: 1320px) {
#masthead .navbar-collapse p { margin-top: -70px; }
#masthead #menu-main { padding-top: 20px; }
}
		
		/* PREFOOTER */

	#prefooter { padding: 20px 0 20px 0; background: #3da0ea; color: #ffffff }
	#prefooter_inner { background: #3da0ea; }
	#prefooter { background: var(--bleu2); padding-bottom: 40px; padding-top: 40px; }
#prefooter .h1 { font-size: 3rem; }
	
	/* FOOTER */
		
	#footer { overflow-x: hidden; background-color: #ffffff; color: #14363f; padding-top: 40px; padding-bottom: 40px; }
	#footer * { color: #14363f; }
	
	.footer_row_1_col_2_content_1.menu ul li { padding: 2px 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: #14363f; transition: all 0.5s ease; }
.footer_row_1_col_2_content_1.menu ul li a:hover { color: #3da0ea!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: flex!important; align-items: center!important; justify-content: center!important; aspect-ratio: 1 / 1; position: relative; font-size: 0.9rem; color: #ffffff!important; background: #14363f; border-radius: 50%; width : calc(0.9rem + 1.5rem); transition: all 0.5s ease; }
.footer_row_1_col_3_content_1.rsbar li a:hover { color: #14363f!important; background: #ffffff; }
.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: #14363f!important; }
.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: 0.9rem; font-weight: normal; color: #14363f; transition: all 0.5s ease; }
.footer_row_2_col_2_content_1.menu ul li a:hover { color: #3da0ea!important; }
.footer_row_2_col_2_content_1.menu ul li .nav-link { padding: 0!important; }
.footer_row_1_col_3_content_2 { font-size: 0.75rem; }
.footer_row_2 { border-top: 1px solid var(--gris); }
	
	/* 404 PAGE */
	
	.error404 { }
.error404_inner { }
.error404_content { }
	
	
	
	/* SEARCH PAGE */
	
	.search-result h2 { font-size: 1.2rem; }
	
	