/*
 * Theme Name: Moûtiers
 * Author: Vas-y Paulette
 * Version: 1.0.0
*/


#cookie-notice .cn-button{
	background-color: #E45856;
}

.Frontpage__Shortcuts{
	--nb-buttons: 4;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.Frontpage__Shortcuts__Item{
	width: calc(100% / var(--nb-buttons));
}



@media screen and (max-width: 1024px) {
	.Frontpage__Shortcuts__Item{
		width: 33.33333%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 768px) {
	.Frontpage__Shortcuts__Item{
		width: 50%;
	}
}

@media screen and (max-width: 380px) {
	.Frontpage__Shortcuts__Item{
		width: 100%;
	}
}