	
	svg 												{ fill : currentColor}
	
	.site-content, .home .site-main 					{ background: none!important; }

/*	============================================================================
	!GÉNÉRAL
	========================================================================== */	
	html.cake											{ font-size: 125%; }
	html.cake body										{ font-size: .7rem; line-height: .9rem; }
	.wrapper											{ height: 100%; display: table; width:100%; table-layout: fixed; margin-top: 117px; }
	.container											{ max-width: 1250px; width: 100%; margin-left: auto; margin-right: auto; box-sizing: border-box; }
	.blog .container									{ max-width: 1280px; }
	.page-template .container							{ max-width: 1184px; }
	.wrapper .mdl-layout__drawer						{ position: fixed; top: 122px; bottom: 0; height: calc(100% - 122px); }
	.admin-bar .wrapper .mdl-layout__drawer				{ top: 148px; bottom: 0; height: calc(100% - 154px); }
	.wrapper .magog-content-wrapper 					{ margin: auto; }
	.wrapper .sgc-calendar-header						{ position: relative; width: 100%; }
	
	.l-anchor											{ top: -10rem; left: 0; } 
	
	.l-txt__shadow										{ text-shadow: 0px 2px 4.75px rgba(0, 0, 0, 0.5); }
	
	.bold a,
	.bold												{ font-weight: bold; }
	
	.cake .wrapper p									{ font-size: 16px; line-height: 20px; }
	.cake .wrapper a,
	.c-footer a											{ color: inherit; transition: all .3s; }
	.cake .wrapper h3									{ margin-top: 0; line-height: 28px; margin-bottom: 10px; }
	.cake .wrapper h5									{ margin-top: 0; margin-bottom: 10px; }
	.cake .wrapper .margin-bottom-none					{ margin-bottom: 0; }
	.c-header label,
	.cake .wrapper label								{ cursor: pointer; pointer-events: auto; }
	
	/* SVG */
	[class*="l-svg"]									{ display: block; line-height: 0; width: 2rem; }											
	[class*="l-svg"].inline-block						{ display: inline-block; vertical-align: middle; }
	[class*="l-svg"] span								{ position: relative; display: block; width: 100%; padding-bottom: 100%; }
	[class*="l-svg"] svg								{ display: block; position: absolute; width: 100%; height: 100%; }
		
	@media screen and ( max-width: 975px){
		.wrapper											{ margin-top: 178px; }
		.admin-bar .wrapper									{ margin-top: 178px; }
		.wrapper .mdl-layout__drawer						{ top: 0; bottom: 0; height: 100%; }
	}

	@media screen and (max-width: 800px){
		.wrapper											{ margin-top: 82px; }
		.admin-bar .wrapper									{ margin-top: 81px; }
	}

	@media screen and (max-width: 782px){
		.admin-bar .wrapper									{ margin-top: 69px; }
	}



	@media screen and (max-width: 600px){
		.admin-bar .wrapper									{ margin-top: 37px; }
		.admin-bar .wrapper .mdl-layout__drawer				{ top: 0; }
	}

	@media screen and (max-width: 415px){
		.c-header__logo img									{ max-width: 8rem!important; }
		.wrapper											{ margin-top: 52px; }
	}

/*	============================================================================
	!COLORS
	========================================================================== */	
	.gris a, a.gris,
	.gris												{ color: #808284; }
	.bleu a, a.bleu, 
	.bleu												{ color: #0088c7; }
	.vert												{ color: #66ae3e; }
	a.blanc,
	.blanc												{ color: #fff; }
	
	.bkg-blanc											{ background-color: #fff; }
	.bkg-bleu											{ background-color: #0088c7; }
	.bkg-vert											{ background-color: #66ae3e; }
	.bkg-gris											{ background-color: #808284; }
	.bkg-gris-pale										{ background-color: #f1f2f2; }
	
/*	============================================================================
	!MENU && HEADER
	========================================================================== */	
	/* HEADER */
	.c-header											{ position: fixed; top: 0; left: 0; width: 100%; z-index: 5; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14); }
	.c-header .grid										{ flex-grow: 0; max-width: 100%; align-self: center; box-sizing: border-box; }
	.c-header .c-header__menus							{ flex-grow: 1; }
	.admin-bar .c-header								{ top: 32px; }
	.c-header a											{ transition: all .3s; }
	.grecaptcha-badge									{ /*display: none!important;*/ }
	/*  HEADER - PAGE */
	.c-header__inner>
	
	/* MAIN MENU */
	.c-main__header									{ flex: 50px; max-width: 50px; align-self: flex-start; }
	.c-mobile__lbl										{ width: 1.3rem; }
	.c-mobile__lbl .inline-block						{ vertical-align: baseline; padding-right: .25rem; min-height: 16px; min-width: 1.25rem; }
	.c-mobile__lbl .lbl__line							{ display: block; width: 1.3rem; height: .2rem; background-color: #0088c7; position: relative; position: absolute; top: .2rem; left: 0; border-radius: 8px;  
														  transition: width .3s ease .3s, height .3s ease .3s, transform .3s ease 0s, margin .3s ease 0s, top .3s ease 0s; }
	.c-mobile__lbl .lbl__line:nth-child(2)				{ width: .7rem;  top: .6rem; }
	.c-mobile__lbl .lbl__line:nth-child(3)				{ width: 1rem; top: 1rem;}
	
	
	/* LOGO */
	.c-header__logo	img									{ width: 100%; max-width: 15rem; }
	.l-svg__logo										{ width: 9rem; }
	.l-svg__logo span									{ padding-bottom: 20.1%; }
	.c-footer .l-svg__logo path							{ fill: #fff; }
	
	/* UTILITAIRE - CONTACT - SOCIAL */
	.c-plan__menu,
	.c-social__menu,
	.c-contact__menu,
	.c-utility__menu									{ list-style: none; margin: 0; padding: 0; }
	.c-social__menu li,
	.c-contact__menu li									{ display: inline-block; vertical-align: middle; padding: 0 .125rem; }
	.c-utility__menu li									{ display: inline-block; vertical-align: middle; padding: 0 .75rem; }
	.c-contact__menu li:first-child						{ padding: 0 .75rem; }
	.c-contact__menu li.current-menu-item>a,
	.c-utility__menu li.current-menu-item>a,
	.c-contact__menu li>a:hover,
	.c-utility__menu li>a:hover							{ color: #0088c7; }
	.l-svg__social										{ width: 1.4rem; }

	/* SEARCHFORM */
	.c-header__search											{ vertical-align: middle; }
	.c-header__searchform										{ flex: 100%; max-width: 100%; max-height: 0; overflow: hidden; transition: all .3s; }
	.close-icons												{ display: none; font-style: normal; position: absolute; top: 0; left: 0; width: 100%; text-align: center; line-height: 24px; vertical-align: baseline }
	#searchform-in:checked ~ .c-header .c-header__searchform 	{ max-height: 5rem; }
	#searchform-in:checked ~ .c-header label .material-icons	{ opacity: 0; }
	#searchform-in:checked ~ .c-header .close-icons				{ display: inline-block; }
	
	/* FOOTER */
	.c-footer__logo,
	.c-footer__plan										{ flex: 100%; max-width: 25%; box-sizing: border-box; }
	.c-footer__menus									{ flex: 100%; max-width: 75%; box-sizing: border-box; }
	.c-footer__nav										{ flex: 100%; max-width: 100%; box-sizing: border-box; }
	.c-footer__social									{ flex: 100%; max-width: 37.5%; box-sizing: border-box; }
	.c-footer__copy										{ flex: 100%; max-width: 37.5%; box-sizing: border-box; }
	.c-footer__menu										{ list-style: none; margin: 0; padding: 0; }
	.c-footer__menu>li									{ flex: 100%; max-width: 33.333%; padding: 1rem; box-sizing: border-box; }
	.c-footer__menu .sub-menu							{ display: block!important; list-style: none; margin: 0; padding: 0; }
	.c-footer__tel a									{ font-weight: bold; font-size: 20px; }
	.c-footer__logo .flex-column						{ height: 100%; }
	.c-footer__nav a:after								{ display: none; }
	.c-footer__nav li.current-menu-item>a,
	.c-footer__plan li.current-menu-item>a,
	.c-social__nav li.current-menu-item>a,
	.c-footer__nav li>a:hover,
	.c-footer__plan li>a:hover,
	.c-social__nav li>a:hover							{ color: #49c5ff; }
	
	
	@media screen and ( max-width: 1300px){
		.c-header .container								{ padding-left: 1rem; padding-right: 1rem; }
	}
	
	@media screen and ( max-width: 1050px){
		.c-utility__menu li									{ padding: 0 .5rem; }
		.c-footer__logo										{ max-width: 100%; }
		.c-footer__menus									{ max-width: 90%; }
		.c-footer__plan										{ max-width: 30%; }
		.c-footer__copy										{ max-width: 100%; padding-top: 1rem; text-align: right; }
	}	
	
	@media screen and ( max-width: 975px){
		.c-header .c-header__main							{ flex: 100%; max-width: 15%; order: 0; padding: .5rem; }
		.c-header .c-header__logo							{ flex-grow: 1; flex: 100%; max-width: 100%; order: 3; text-align: center; padding: .5rem; }
		.c-header .c-header__menus							{ flex: 100%; max-width: 85%; order: 1; padding-bottom: .5rem; }
		.c-header__searchform								{ order: 2; }
		.c-contact__nav.pad-bottom							{ padding-bottom: .5rem; }
	}	

	@media screen and ( max-width: 900px){
		.c-footer__nav li									{ max-width: 100%; }
		.c-footer__nav li:first-child,
		.c-footer__nav li:nth-child(2)						{ display: none; }
		.c-footer__logo										{ max-width: 25%; order: 0; }
		.c-footer__social									{ max-width: 50%; order: 1; text-align: center; padding: 1rem; }
		.c-social__nav										{ display: inline-block; }
		.c-footer__menus									{ max-width: 25%; order: 2; text-align: right; }
		.c-footer__fcm										{ max-width: 100%; order: 3; text-align: right; }
		.c-footer__plan										{ max-width: 25%; order: 4; align-self: flex-end; }
		.c-footer__copy										{ max-width: 75%; order: 5; }
	}
	
	@media screen and ( max-width: 800px){
		.c-header .c-header__menus							{ display: none; }
		.c-header .c-header__main							{ padding: .5rem; }
		.c-header .c-header__logo							{ max-width: 85%; order: 3; padding: .5rem; align-self: center; }
		.c-header__searchform								{ order: 3; }
	}

	@media screen and ( max-width: 750px){
		.c-plan__menu,
		.c-footer__logo,
		.c-footer__social									{ max-width: 100%; text-align: center; }
		.c-footer__menus									{ max-width: 50%; text-align: center; }
		.c-footer__nav li									{ padding: 0; }
	}

	@media screen and ( max-width: 650px){
/*
		.c-header .c-header__main							{ flex: 100%; max-width: 15%; order: 0; }
		.c-header .c-header__menus							{ flex: 100%; max-width: 100%; order: 1; }
*/
	}	

	@media screen and ( max-width: 600px){
		.admin-bar .c-header								{ top: 0; }
	}

	@media screen and ( max-width: 575px){
		.c-footer__plan										{ max-width: 50%; order: 2; align-self: flex-start; }
		.c-footer__fcm										{ max-width: 50%; }
		.c-footer__menus,
		.c-footer__copy										{ max-width: 100%; text-align: center; }
	}	

	@media screen and ( max-width: 450px){
		.c-footer>.pad-horizontal-x2						{ padding-left: 0; padding-right: 0; }
		.c-footer__menus									{ max-width: 100%; }
		.c-footer__nav.pad-bottom,
		.c-footer__nav li									{ padding-bottom: .25rem; }
		.c-footer__plan										{ max-width: 100%; order: 2; align-self: flex-start; }
		.c-footer__fcm										{ max-width: 100%; text-align: center; }
		.c-footer__copy										{ max-width: 100%; }
	}	
	
	
/*	============================================================================
	!ALERTE
	========================================================================== */	
	.l-svg__alert										{ width: 1.5rem; }

/*	============================================================================
	!MODULES
	========================================================================== */	
	/* NOUVELLES */
	.l-post>.l-post__main								{ flex: 100%; max-width: 65%; }
	.l-post>.l-post__posts								{ flex: 100%; max-width: 35%; }
	.l-post__main .l-post__inner						{ height: 100%; }
	.l-post__posts .l-post__inner						{ max-height:  calc(812.5px * 56 / 100 ); /* calc(1130px * 42 / 100); */ overflow: scroll; position: relative; padding-bottom: 3rem; padding-right: 1rem; box-sizing: border-box; } 
	.l-post__posts .l-post__inner:before				{ }
	.l-post__items										{ border-bottom: 1px solid #a1a1a1; margin-bottom: 1rem; }
	.l-post__posts .l-post__ctn							{ flex: 100%; max-width: 100%; }
	.l-post__ttl										{ font-weight: bold; font-size: 20px; }
	.l-post__thumb img									{ width: 100%; }
	.l-post__all										{ bottom: 0; left: 0; right: 0; z-index: 2; background-color: #fff; padding-right: 2rem }
	.slider												{ position: relative; overflow: hidden; }
	.slides												{ white-space: nowrap; display: block; width: 100%; height: 100%; position: relative; left: 0; } 
	.slide												{ white-space: normal; display: inline-block; width: 100%; height: 100%; vertical-align: bottom; box-sizing: border-box; background-size: cover; 
														  background-position: center center; background-repeat: no-repeat; background-blend-mode: multiply; background-color: rgba(128, 130, 132, 0.5); }
	.slide__inner										{ height: 100%; box-sizing: border-box; }
	.l-svg__slider										{ width: 1rem; }
	.l-slider__thumbs									{ position: absolute; bottom: 0; right: 0; z-index: 2; }
	.l-slider__lbl										{ display: inline-block; vertical-align: bottom; width: 2.5rem; height: 2.5rem; border: 1px solid; padding: .75rem; box-sizing: border-box; 
														  background-color: rgba(0,0,0,.5); cursor: pointer }
	.l-slider__lbl:first-child							{ position: relative; left: 1px; }
	
	/* PAGES */
	.l-page__items										{ flex: 100%; max-width: 7.6rem; }
	.l-svg__page										{ width: 2.5rem; margin-bottom: .5rem; }
	.l-svg__page span									{ padding-bottom: 100%; }
	
	/* CTA */
	.l-cta__inner:before 								{ content: ''; display: block; height: calc(100% + 50px); width: 80%; background-color: #fff; position: absolute; left: 10%; top: -25px; z-index: 0; }
	.l-cta__items										{ flex: 100%; max-width: 33.333%; position: relative; z-index: 1; }
	.l-cta__items .flex-column							{ height: 100%; }
	.l-cta__items h3									{ font-weight: bold; }
	
	/* SEARCH */
	.l-search											{ padding: 0 3rem 1rem; }
	.l-search:before									{ content: ''; display: block; width: 100%; height: 50%; position: absolute; left: 0; top: 0; right: 0; background-color: #0088c7; }
	.l-search form 										{ display: block; width: 100%; max-width: 100%; margin-left: auto; margin-right: auto; background-color: #fff; padding: 10px 20px 20px; box-sizing: border-box; 
														  position: relative; z-index: 1; }
	.l-search #searchform								{ display: flex; justify-content: space-between; flex-wrap: wrap; flex-direction: row; }
	.l-search #searchform .mdl-textfield				{ flex: 100%; max-width: 83%; align-self: flex-end; padding-bottom: 0; box-sizing: border-box; }
	.l-search #searchform .mdl-button					{ flex: 100%; max-width: 15%; align-self: flex-end; color: #fff; background-color: #0088c7; border-radius: 0; border: 1px solid #0088c7; margin: 0; 
														  box-sizing: border-box; }					
	.l-search #searchform .mdl-textfield__label:after	{ display: none; }								  
/*
	.l-search input,
	.l-search button									{ -webkit-transform : none; }
*/

	/* YOUTUBE */
	.l-yt:before										{ content: ''; position: absolute; left: 7rem; right: 2rem; top: 2.5rem; bottom: 4rem; z-index: 0; background-color: #fff; }
	h3.l-yt__intro										{ position: relative; padding: 0 1rem 0 3rem; margin-bottom: 2rem; font-weight: bold; }
	.l-yt__inner										{ z-index: 1; }
	.l-yt__primary										{ flex: 100%; max-width: 65%; }
	.l-yt__primary .inner								{ width: 100%; padding-bottom: 56%; position: relative; min-height: 100%; box-sizing: border-box; }
	.l-yt__primary .flex-column							{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; align-items: center; width: 100%; height: 100%; }
	.l-yt__list											{ flex: 100%; max-width: 33%; }
	.l-yt__list>.flex-column							{ height: 100%; }
	.l-yt__second										{ width: 100%; flex-grow: 1; box-sizing: border-box; }
	.l-yt__second:nth-child(odd)						{ padding-bottom: 1rem; border-bottom: 1px solid; }
	.l-yt__second:nth-child(even)						{ padding: 1rem 0; }
	.l-yt__second>.flex-column							{ align-items: center; flex: 100%; max-width: 48%; }
	.l-yt__second .l-yt__meta							{ flex: 100%; max-width: 48%; align-self: center; }
	.l-svg__play										{ width: 5rem; opacity: .7; }
	.l-yt__second .l-svg__play							{ width: 3rem; }
	.l-svg__play:hover									{ opacity: 1; }
	.l-yt__main											{ flex: 100%; max-width: 100%; padding: 1rem 1rem 1rem 4rem; }
	
	@media screen and (max-width: 1250px){
		.l-posts>.l-post__main								{ max-width: 70%;}
		.l-posts>.l-post__posts								{ max-width: 30%; }
		.l-post__posts .l-post__inner						{ min-height: calc(56 / 100 * 70vw); }
	}


	@media screen and (max-width: 1050px){
		.l-page.box-x4										{ padding: 4rem 3rem; }
		
		.l-cta__items.box-x3								{ padding: 2rem; }
		
		.slide__inner.pad-top-x4.pad-horizontal-x4 			{ padding: 2rem 2rem .5rem; }

		/* YOUTUBE */
		.l-yt__primary										{ max-width: 100%; order: 0; }
		.l-yt__list											{ max-width: 100%; padding-top: 0; order: 3; position: relative; }
		.l-yt__list>.flex-column							{ height: auto; flex-direction: row; flex-wrap: wrap;  }
		.l-yt__list:before									{ content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #fff; z-index: 0; }
		.l-yt__second:nth-child(odd)						{ max-width: 50%; padding: 0 .5rem 0 0; z-index: 1; }				
		.l-yt__second:nth-child(even)						{ max-width: 50%; padding: 0 0 0 .5rem; border-bottom: 1px solid; z-index: 1; }
		.l-yt__second>.flex-column							{ height: calc( 565px * 37 / 100); min-height: 10rem; }
		.l-yt__second>.flex-column							{ max-width: 100%; }
		.l-yt__second .l-yt__meta							{ max-width: 100%; padding-top: 1rem; }
		.l-yt__meta,
		.l-yt__all											{ z-index: 1; padding: 1rem}
	}

	@media screen and (max-width: 1150px){
		.slide__inner.pad-top-x4.pad-horizontal-x4 			{ padding: 2rem 1rem .5rem; }
		.slide												{ background-size: contain; }
		.l-post>.l-post__main								{ max-width: 100%; min-height: 56vw; }
		.l-post>.l-post__posts								{ max-width: 100%; padding-left: 0; }
		.l-post .l-post__posts .l-post__inner				{ display: none; }
		.l-post .l-post__all								{ position: relative; text-align: center; padding: .5rem 1rem; display: block; box-sizing: border-box; }
		.l-post .l-post__all>a 								{ display: block; }
	
		/* YT */
		.l-yt:before										{ top: 0; left: 0; right: 0; }
		h3.l-yt__intro,
		.l-yt__main, 
		.l-yt__all											{ padding-left: 0; }
		.l-yt__meta											{ padding: 0; }
	}
	
	@media screen and (max-width: 1000px){
		.l-page__items										{ max-width: 33.333%; } 
	}
	
	@media screen and (max-width: 975px){
		.l-post__posts .l-post__thumb,
		.l-post__posts .l-post__ttl							{ max-width: 100%; padding-bottom: .5rem; }
		
		.l-page.box-x4										{ padding: 4rem 2rem; }
	}
	
	@media screen and (max-width: 900px){
		.l-post__inner.box-x4								{ padding: 3rem; }
		
		.l-cta.box-x3										{ padding: 3rem 1rem; }
		.l-cta__items.box-x3								{ padding: 1.5rem 1rem; }
	}
	
	@media screen and (max-width: 850px){
		.l-page.box-x4										{ padding: 4rem 1rem; }
	}

	@media screen and (max-width: 750px){
		/* SLIDER */
		.l-post>.l-post__main								{ max-width: 100%; }
		.l-post>.l-post__posts								{ max-width: 100%; }
		.l-post__posts .l-post__inner						{ max-height: none; overflow: auto; padding-bottom: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; } 
		.l-post__items										{ flex: 100%; max-width: 50%; padding: 1rem .25rem; }
		.l-post__all.absolute								{ position: relative; top: auto; bottom: auto; left: auto; right: auto; display: block; background-image: none;  padding: 1rem; }
		.slide__inner.pad-top-x4.pad-horizontal-x4 			{ padding: 1rem 1rem .5rem; }
		.slide.pad-bottom-half								{ padding-bottom: 0; }
		.slide__inner.pad-top-x4.pad-horizontal-x4			{ padding-left: .5rem; }	
		
		.l-page.justify-around								{ justify-content: center; } 
		
		.l-cta__items.box-x3								{ max-width: 50%; min-height: 30vw}
		
		/* YOUTUBE */
		.l-yt__second:nth-child(odd),				
		.l-yt__second:nth-child(even)						{ max-width: 100%; padding: 0 0 1rem 0; border-bottom: 0; }
		.l-yt__second>.flex-column							{ height: calc( 56vw - 4.5rem); }
		.l-svg__play										{ width: 3rem; }
		
		/* SEARCH */
		.l-search label										{ top: 0; bottom: auto; }
		.l-search input,
		.l-search button									{ -webkit-transform : none; border-radius: 0; }
	}
	
	@media screen and (max-width: 575px){
		/* YT */
		.l-yt.pad-horizontal-x4								{ padding-left: 0; padding-right: 0; }
		.l-yt .l-yt__intro									{ padding: 1rem 1rem 0; margin-bottom: 1rem; }
		.l-yt .l-yt__meta,
		.l-yt .l-yt__all									{ padding-left: 1rem; padding-right: 1rem; }
		.l-yt__second>.flex-column							{ height: calc( 56vw - 2rem); }
		.l-yt:before,
		.l-yt__list:before									{ display: none; }
		
		/* CTA */
		.l-cta.box-x3										{ padding: 0; }
		.l-cta__inner:before 								{ display: none; }
		.l-cta__inner										{ justify-content: center; }
		.l-cta__items.box-x3								{ max-width: 100%; min-height: 10rem; }
		
		/* SEARCH */
		.l-search											{ padding: 0 1rem 1rem;}
	}

	@media screen and (max-width: 558px){
		.l-page.pad-horizontal-x2							{ padding: 1rem; }
		.l-page.justify-around.box-x4						{ padding: 4rem 0;justify-content: space-around; } 
		
		.l-post__items										{ max-width: 15rem; padding: 1rem .25rem; }
		
	}
	
	@media screen and (max-width: 500px){
		.l-search #searchform .mdl-button 					{ height: 32px; }
	}

	@media screen and (max-width: 450px){
		.l-page__items										{ max-width: 50%; } 
		.slide__inner h2 									{ font-size: 1.5rem; line-height: 1.2; margin: .5rem 0; }
		
		/* SEARCH */
		.l-search											{ padding: 0 0 1rem;}
	
		/* CTA */
		.l-cta.box-x3										{ padding: 0; }
		.l-cta__inner:before								{ display: none; }
	}
	
	@media screen and (max-width: 400px){
		.l-search #searchform .mdl-textfield				{ max-width: 100%; }
		.l-search #searchform .mdl-button					{ max-width: 100%; margin-top: 10px; } 
		.l-page__items.box									{ display: flex; max-width: 100%; padding: .5rem; align-items: center; } 
		.l-svg__page										{ flex: 100%; max-width: 2.5rem; }
		.l-page__items p									{ flex: 100%; max-width: calc(100% - 2.5rem); padding-left: 1rem; box-sizing: border-box; }
		.l-page.pad-horizontal-x2							{ padding-left: .5rem; padding-right: .5rem; }
	}
	
	
/*	============================================================================
	!HELPERS
	========================================================================== */	
	/* !BUTTONS */
	[class*="l-btn"]									{ display: inline-block; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; border-radius: 0; 
														  transition: all .3s }
	.l-btn__bordered									{ border: 1px solid; padding: .5rem 1rem; text-align: center; }
	.l-btn__bordered:hover								{ background-color: #808284; color: #fff; border-color: #808284; }
	.l-btn__shadow										{ border: 1px solid; padding: .5rem 1rem; background-color: rgba(0,0,0,.5); }
	.l-btn__shadow:hover								{ background-color: #808284; color: #fff; border-color: #808284; }
	.l-cta .l-btn__bordered:hover,
	.bkg-gris .l-btn__bordered:hover					{ background-color: #fff; color: #808284; border-color: #fff; }

	/* !FLEX  */
	.flex 												{ display: flex; flex-direction: row; flex-wrap: wrap; }
	.flex-column 										{ display: flex; flex-direction: column; flex-wrap: wrap; }
	.justify-start 										{ justify-content: flex-start; }
	.justify-end 										{ justify-content: flex-end; }
	.justify-center 									{ justify-content: center; }
	.justify-between 									{ justify-content: space-between; }
	.justify-around 									{ justify-content: space-around; }	
	
	/* !BOX ELEMENTS */
	.box, 
	[class^="pad-"], [class*="pad-"], 
	[class^="box-"], [class*="box-"],
	[class^="grid-"], [class*="grid-"]					{ box-sizing: border-box; }
	.box > :last-child									{ margin-bottom: 0; }	

	/* Background-positionning */	
	.bkg-parallaxe										{ background-attachment: fixed; }
	.bkg-initial										{ background-size: initial; }
	.bkg-cover											{ background-size: cover; }
	.bkg-contain										{ background-size: contain; }
	.norepeat											{ background-repeat: no-repeat; }
	.repeat-x											{ background-repeat: repeat-x; }
	.repeat-y											{ background-repeat: repeat-y; }
	.right-top											{ background-position: right top; }
	.right-center										{ background-position: right center; }
	.right-bottom										{ background-position: right bottom; }
	.center-top											{ background-position: center top; }
	.center-center										{ background-position: center center; }
	.center-bottom										{ background-position: center bottom; }
	.left-top											{ background-position: left top; }
	.left-center										{ background-position: left center; }
	.left-bottom										{ background-position: left bottom; }
	
	/* Fonts & Texts */
	.left												{ text-align: left; }
	.right												{ text-align: right; }
	.center												{ text-align: center; }
	.justify											{ text-align: justify; }
	.lower												{ text-transform: lowercase; }
	.normal-case										{ text-transform: none; }
	.caps												{ text-transform: uppercase; }
	.nowrap												{ white-space: nowrap;}
	
	/* Displays & Positionning */
	.toggle												{ position: fixed; top:0; left: -9999em;}
	.static												{ position: static; }
	.relative											{ position: relative; }
	.absolute											{ position: absolute; }
	.inline												{ display: inline; }
	.inline-block										{ display: inline-block; }
	.block												{ display: block; }

	.box												{ padding: 1rem; }
	
	.pad-top, .pad-vertical								{ padding-top: 1rem; }
	.pad-bottom, .pad-vertical							{ padding-bottom: 1rem; }
	.pad-left, .pad-horizontal							{ padding-left: 1rem; }
	.pad-right, .pad-horizontal							{ padding-right: 1rem; }
	
	.margin-top, .margin-vertical						{ margin-top:  1rem; }
	.margin-bottom, .margin-vertical					{ margin-bottom: 1rem; }
	.margin-left, .margin-horizontal, 
	.align-right, .alignright 							{ margin-left: 1rem; }	
	.margin-right, .margin-horizontal,
	.align-left, .alignleft								{ margin-right: 1rem; }

	hr.pad-left, hr.pad-horizontal						{ padding-left: 0; margin-left: 1rem; }
	hr.pad-right, hr.pad-horizontal						{ padding-right: 0; margin-right: 1rem; }
	
	.box-quart											{ padding: .25rem; }
	
	.pad-top-quart, .pad-vertical-quart					{ padding-top: .25rem; }
	.pad-bottom-quart, .pad-vertical-quart				{ padding-bottom: .25rem; }
	.pad-left-quart, .pad-horizontal-quart				{ padding-left: .25rem; }
	.pad-right-quart, .pad-horizontal-quart				{ padding-right: .25rem; }
	
	.margin-quart										{ margin: .25rem; }
	.margin-top-quart, .margin-vertical-quart			{ margin-top:  .25rem; }
	.margin-bottom-quart, .margin-vertical-quart		{ margin-bottom: .25rem; }
	.margin-left-quart, .margin-horizontal-quart, 
	.align-right-quart, .alignright-quart 				{ margin-left: .25rem; }	
	.margin-right-quart, .margin-horizontal-quart,
	.align-left-quart, .alignleft-quart					{ margin-right: .25rem; }
	
	hr.pad-left-quart, hr.pad-horizontal-quart			{ padding-left: 0; margin-left: .25rem; }
	hr.pad-right-quart, hr.pad-horizontal-quart			{ padding-right: 0; margin-right: .25rem; }
	
	.box-half											{ padding: .5rem; }
	
	.pad-top-half, .pad-vertical-half					{ padding-top: .5rem; }
	.pad-bottom-half, .pad-vertical-half				{ padding-bottom: .5rem; }
	.pad-left-half, .pad-horizontal-half				{ padding-left: .5rem; }
	.pad-right-half, .pad-horizontal-half				{ padding-right: .5rem; }
	
	.margin-half										{ margin: .5rem; }
	.margin-top-half, .margin-vertical-half				{ margin-top:  .5rem; }
	.margin-bottom-half, .margin-vertical-half			{ margin-bottom: .5rem; }
	.margin-left-half, .margin-horizontal-half, 
	.align-right-half, .alignright-half 				{ margin-left: .5rem; }	
	.margin-right-half, .margin-horizontal-half,
	.align-left-half, .alignleft-half					{ margin-right: .5rem; }
	
	hr.pad-left-half, hr.pad-horizontal-half			{ padding-left: 0; margin-left: .5rem; }
	hr.pad-right-half, hr.pad-horizontal-half			{ padding-right: 0; margin-right: .5rem; }
	
	.box-x2												{ padding: 2rem; }
	
	.pad-top-x2, .pad-vertical-x2						{ padding-top: 2rem; }
	.pad-bottom-x2, .pad-vertical-x2					{ padding-bottom: 2rem; }
	.pad-left-x2, .pad-horizontal-x2					{ padding-left: 2rem; }
	.pad-right-x2, .pad-horizontal-x2					{ padding-right: 2rem; }
	
	.margin-x2											{ margin: 2rem }
	.margin-top-x2, .margin-vertical-x2					{ margin-top:  2rem; }
	.margin-bottom-x2, .margin-vertical-x2				{ margin-bottom: 2rem; }
	.margin-left-x2, .margin-horizontal-x2, 
	.align-right-x2, .alignright-x2 					{ margin-left: 2rem; }	
	.margin-right-x2, .margin-horizontal-x2,
	.align-left-x2, .alignleft-x2						{ margin-right: 2rem; }
	
	hr.pad-left-x2, hr.pad-horizontal-x2				{ padding-left: 0; margin-left: 2rem; }
	hr.pad-right-x2, hr.pad-horizontal-x2				{ padding-right: 0; margin-right: 2rem; }
	
	.box-x3												{ padding: 3rem; }
	
	.pad-top-x3, .pad-vertical-x3						{ padding-top: 3rem; }
	.pad-bottom-x3, .pad-vertical-x3					{ padding-bottom: 3rem; }
	.pad-left-x3, .pad-horizontal-x3					{ padding-left: 3rem; }
	.pad-right-x3, .pad-horizontal-x3					{ padding-right: 3rem; }
	
	.margin-x3											{ margin: 3rem }
	.margin-top-x3, .margin-vertical-x3					{ margin-top: 3rem; }
	.margin-bottom-x3, .margin-vertical-x3				{ margin-bottom: 3rem; }
	.margin-left-x3, .margin-horizontal-x3, 
	.align-right-x3, .alignright-x3 					{ margin-left: 3rem; }	
	.margin-right-x3, .margin-horizontal-x3,
	.align-left-x3, .alignleft-x3						{ margin-right: 3rem; }
	
	hr.pad-left-x3, hr.pad-horizontal-x3				{ padding-left: 0; margin-left: 3rem; }
	hr.pad-right-x3, hr.pad-horizontal-x3				{ padding-right: 0; margin-right: 3rem; }
	
	.box-x4												{ padding: 4rem; }
	
	
	.pad-top-x4, .pad-vertical-x4						{ padding-top: 4rem; }
	.pad-bottom-x4, .pad-vertical-x4					{ padding-bottom: 4rem; }
	.pad-left-x4, .pad-horizontal-x4					{ padding-left: 4rem; }
	.pad-right-x4, .pad-horizontal-x4					{ padding-right: 4rem; }
	
	.margin-x4											{ margin: 4rem }
	.margin-top-x4, .margin-vertical-x4					{ margin-top: 4rem; }
	.margin-bottom-x4, .margin-vertical-x4				{ margin-bottom: 4rem; }
	.margin-left-x4, .margin-horizontal-x4, 
	.align-right-x4, .alignright-x4 					{ margin-left: 4rem; }	
	.margin-right-x4, .margin-horizontal-x4,
	.align-left-x4, .alignleft-x4						{ margin-right: 4rem; }
	
	hr.pad-left-x4, hr.pad-horizontal-x4				{ padding-left: 0; margin-left: 4rem; }
	hr.pad-right-x4, hr.pad-horizontal-x4				{ padding-right: 0; margin-right: 4rem; }
