
	/* CSE Styles */

	

		 .titreblanc { color: #FFFFFF; }
		
		 .jeunesse-button { display: block; text-align: center; padding: 6px 25px; border-radius: 12px; border: 2px solid #f5c061; background: #f5c061; color: #FFFFFF!important; transition: all 0.5s ease; }
		
			 .jeunesse-button:hover { background: #FFFFFF; color: #f5c061!important; }
			
		 .handicap-button { display: block; text-align: center; padding: 6px 25px; border-radius: 12px; border: 2px solid #37a4b6; background: #37a4b6; color: #FFFFFF!important; transition: all 0.5s ease; }
		
			 .handicap-button:hover { background: #FFFFFF; color: #37a4b6!important; }
			
		 .solidarites-button { display: block; text-align: center; padding: 6px 25px; border-radius: 12px; border: 2px solid #7dd956; background: #7dd956 ; color: #FFFFFF!important; transition: all 0.5s ease; }
		
			 .solidarites-button:hover { background: #FFFFFF; color: #eb6f4a!important; }
			
		 .insertion-button { display: block; text-align: center; padding: 6px 25px; border-radius: 12px; border: 2px solid #eb6f4a; background: #eb6f4a; color: #FFFFFF!important; transition: all 0.5s ease; }
		
			 .insertion-button:hover { background: #FFFFFF; color: #7dd956!important; }
			
		 .soins-button { display: block; text-align: center; padding: 6px 25px; border-radius: 12px; border: 2px solid #f5c061; background: #f5c061; color: #FFFFFF!important; transition: all 0.5s ease; }
		
			 .soins-button:hover { background: #FFFFFF; color: #f5c061!important; }
			
		 .bouton-rouge { display: inline-block; background: #cd1719; border: 1px solid #cd1719; border-radius: 15px; color: #FFFFFF!important; padding:  6px 26px; text-align: center; font-weight: bold; transition: all 0.5s ease; }
		
			 .bouton-rouge:hover { background: #FFFFFF; color: #cd1719!important;  }
			
		 .bouton-beige { display: inline-block; background: #f5c061; border: 1px solid #f5c061; border-radius: 15px; color: #cd1719; padding:  6px 26px; text-align: center; font-weight: bold;  transition: all 0.5s ease; }
		
			 .bouton-beige:hover { background: #FFFFFF;  }
			
	/* PAGINATION */

	
		 .paginationholder a { display: inline-block; padding: 0.5rem 0.9rem; border: 1px solid #FFFFFF; color: #cd1719; cursor: pointer; }
		 .paginationholder a:hover {  }
		 .paginationholder a.jp-current { background: #cd1719; color: #FFFFFF; }
		