a:visited {
color: #2980B9;
}

.class_box {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    height: 250px;
}

#subtitle {
    font-size: 12pt;
    font-weight: bold;
    font-variant: small-caps;
    margin-left: 100px;
}

#outline-container-subtitle a {
    text-align: right;
    font-variant: small-caps;
    font-size: 10pt;
    font-weight: bold;
}

#outline-container-subtitle p {
    text-align: right;
}

#outline-container-subtitle a:before {
    content: "⌂";
    margin-right: 5px;
}

h1:before {
    content: "";
    background-image: url('rc/logo.png');
    background-size: cover;
    padding: 10px 28px;
    margin: 20px;
}

.annee {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

subtitle, .annee a {
    display: flex;
    width: 90%;
    margin: 5px;
    font-size: 20pt;
    font-weight: bold;
    font-variant: small-caps;
    align-items: center;
    justify-content: center;
}

.annee a {
    background: #2980b9;
    text-align: center;
    color: white;
    height: 100%;
}

subtitle {
    color: #2980b9;
    height: 30px;
    margin-bottom: 30px;
}

.annee a:visited {
    color: white;
}

.advent {
	display: flex;
    flex-direction: column;
    justify-content: center;
	font-size: 18pt;
    font-variant: small-caps;
    margin-bottom: 10px;
}
.advent .figure
{
    margin: 5px;
}
.advent img {
	width: 300px;
}
.advent p {
    text-align: center;
}

.advent form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.advent form input[type=submit] {
    font-size: 12pt;
    font-variant: small-caps;
    background-color: #EFFFFF;
    border-radius: 10px;
    padding: 10px 20px;
    color: #2980b9;
}
.advent a::before{
	content: "🎄";
    margin-right: 5px;
}
