/* ========================================================================================================================*/
/* ====================== PAGE ACCUEIL ====================== */
.home-container {
    position: relative;
    font-family: var(--font_gene);
    max-width: 100%;
    width: 100%;
    margin: 1.1rem auto 2.2rem auto;
    padding: 0.01rem 1.2rem 0.1rem;
    background-color: var(--color-bg);
    border: 0px solid red;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(212, 184, 150, 0.2);
	margin-top: 10px;
}

.home-title {
text-align: center;
color: #843fa1;
font-family: var(--spontane);
font-size: 50pt;
border: 0px solid blue;
margin: 0.5rem;
}

.home-subtitle {
	text-align: center;
	color: var(--violet);
	font-family: var(--font_gene) !important;
	font-style: italic;
	margin-bottom: 2rem;
}

.home-center {
text-align: center;
}

.section-title {
color: #843fa1;
margin-top: 6rem;
}

.home-list {
margin-bottom: 2rem;
}

.home-link {
margin-top: 2rem;
}

.home-link a {
color: #843fa1;
font-weight: 600;
text-decoration: none;
}

.home-link a:hover {
text-decoration: underline;
}

.home-notice,
.home-contact-title,
.home-contact-mail {
text-align: center;
font-weight: 600;
}

.home-contact-mail {
margin-bottom: 2rem;
}
