/* ----- VERSION MOBILE (écrans petits) ----- */
@media screen and (min-width: 601px) {
	.fullwidth-section {
		display: show;
	}
	.fullwidth-section-small {
		display: none;
	}
	#logoIndex,
	.logo {
		font-size: 100px !important;
		line-height: 170px;
		margin-top: 80px !important;
		display: flex !important;
		justify-content: start !important;
		align-items: start !important;
		text-align: left !important;
		align-content : center !important;
		float: none !important;
		left: auto !important;
		margin-left: 80px !important;
		width: 100% !important;
		margin-right: auto !important;
		margin-bottom: 0 !important;
	}
	
	.menu-trigger {
		margin-top : -20px;
	}
	
	#header {
		display: flex;
		align-content : center !important;
	}
}

/* ----- VERSION MOBILE (écrans très petits) ----- */
@media screen and (max-width: 600px) {
	.fullwidth-section {
		display: none;
	}
	.fullwidth-section-small {
		display: block;
	}
	
	#logoIndex,
	.logo {
		font-size: 100px !important;
		line-height: 170px;
		margin-top: 30px;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
		float: none !important;
		left: auto !important;
		margin-left: 0 !important;
		width: 100% !important;
		margin-right: auto !important;
		margin-bottom: 0 !important;
	}
	
	.container.menu-container {
		justify-content: center !important;
		flex-direction: column !important;
	}
}

