@font-face {
	font-family: "Open Sans";
	font-weight: 700;
	font-style: normal;
	src:
			url('../../../../../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	src:
			url('../../../../../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
}
.AUDIERNE_PAGE_ACCUEIL {
	background-repeat: no-repeat;
	background-position: top center;
	padding:0 3em;
	margin:0;
}
.AUDIERNE_PAGE_ACCUEIL-time {
	position:absolute;
	top: 1em;
	right: 0.5em;
	color:#666;
	font-weight: bold;
	font-size: 6em;
	font-family: 'Open Sans', Arial, Sans-serif;
}

.AUDIERNE_PAGE_ACCUEIL-content {
	height:100vh;
	display:flex;
	flex-direction: column;
	justify-content: end;
	font-family: 'Open Sans';
}

.AUDIERNE_PAGE_ACCUEIL-logo {
	margin-bottom:2em;
}

.AUDIERNE_PAGE_ACCUEIL-title {
	color:black;
	font-weight: bold;
	font-size: 4em;
	max-width: 70%;
	margin-bottom: 4rem;
	line-height: 1em;
}

.AUDIERNE_PAGE_ACCUEIL-modal .modal-dialog {
	top:30%;
}

.AUDIERNE_PAGE_ACCUEIL-menu {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 4em 1.5em;
}

.AUDIERNE_PAGE_ACCUEIL-menu-button--black .BOUTON_AUDIERNE_PICTO {
	background-color: #222!important;
}
.AUDIERNE_PAGE_ACCUEIL-menu-button:nth-child(4n+4) .BOUTON_AUDIERNE_PICTO {
	background-color: #24629F;
}
.AUDIERNE_PAGE_ACCUEIL-menu-button:nth-child(4n+5) .BOUTON_AUDIERNE_PICTO {
	background-color: #F2B10B;
}
.AUDIERNE_PAGE_ACCUEIL-menu-button:nth-child(4n+6) .BOUTON_AUDIERNE_PICTO {
	background-color: #4E9D34;
}
.AUDIERNE_PAGE_ACCUEIL-menu-button:nth-child(4n+7) .BOUTON_AUDIERNE_PICTO {
	background-color: #F2B10B;
}

.AUDIERNE_PAGE_ACCUEIL-footer {
	display:flex;
	justify-content: end;
	align-items: center;
	margin:2em 0.5em 0.5em 0.5em;
}

.AUDIERNE_PAGE_ACCUEIL-footer-website {
	color:black;
	text-decoration: none;
	font-weight: bold;
	margin-left:10px;
}
