/* ----- VERSION MOBILE (écrans petits) ----- */
@media screen and (min-width: 601px) {

	#logoIndex,
	.logo {
		font-size: 100px !important;
		line-height: 170px;
		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;
		margin-top: 10px !important;
	}
}

/* ----- VERSION MOBILE (écrans très petits) ----- */
@media screen and (max-width: 600px) {

	#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;
		background-color: #000 !important;
	}
}

