.page-content {
    width: 90%;
    margin: 0 auto 1.6rem;
}
.empty-page {
    height: 550px;
    background-image: url('/links/images/background_blur.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.page-title {
    text-align: center;
    margin: 3.2rem auto 0;
    color: white;
}
.page-title-blue {
    text-align: center;
    margin: 3.2rem auto 0;
    color: #0a3360;
}
.title-section {
    margin-bottom: 1rem;
}
.phone-number {
    color: #0a3360;
    font-size: 1.0rem;
}
.page-link {
    text-align: center;
    margin: 1.6rem auto 0;
    display: block;
    text-decoration: none;
    color: #204fb4;
}
.page-link:hover, .page-link:focus {
    text-decoration: underline;
    color: #3d6bcf;
}
.alert {
    width: 100%;
    text-align: center;
    padding: 1.2rem 0;
    margin-bottom: 3.2rem
}
.alert-success {
    background-color: rgb(152, 224, 152);
}
/*-------------------- Page Contact ------------------*/
.contact-form {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
hr {
    width: 100%;
    border-bottom: 1px solid rgb(245, 243, 243);
    max-width: 400px;
    margin: 0.4rem auto;
}
.narrow-separator {
    width: 60%;
    border-bottom: 1px solid rgb(245, 243, 243);
    max-width: 400px;
    margin: 1.6rem auto;
}
.contact-form-item, .contact-form-button {
    color: #0a3360;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.contact-form-item label, .contact-form-item input {
    margin-bottom: 0.6rem;
}
.contact-form-item input {
    padding: 0.6rem;
}
.btn-payment {
    background-color: #1e2d5a;
}
.contact-form-button {
    padding: 0.6rem 0;
    background-color: #1e2d5a;
    color: white;
    transition: all 0.3s ease-in-out;
}
.admin-form-button {
    max-width: 461px
    transition: all 0.3s ease-in-out;
}
.contact-form-button:hover, .contact-form-button:focus {
    cursor: pointer;
    background-color: #3167db;
    color: white;
}
/*---------------- Fin de Page Contact ---------------*/
.page-comite {
    background-image: url('/links/images/background_2_blur.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.status-pdf-container {
    width: 90%;
    margin: 0 auto;
    padding-bottom:  3.2rem;
}
.page-comite .page-title {
    color: white;
    padding-top: 3.2rem;
    margin-bottom: 3.2rem;
}
.page-comite hr {
    color: white;
    width: 100%;
    max-width: 80%;
    border-bottom: 10px solid white;
}
.page-comite a {
    color: white;
}
.page-links {
    background-image: url('/links/images/background_blur.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.status-pdf-container {
    width: 90%;
    margin: 0 auto;
    padding-bottom:  3.2rem;
}
.page-links .page-title {
    color: white;
    padding-top: 3.2rem;
    margin-bottom: 3.2rem;
}
.page-links hr {
    color: white;
    width: 100%;
    max-width: 80%;
    border-bottom: 10px solid white;
}
.page-links a {
    color: white;
}
.card-links-container {
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0 0.6rem;
    min-height: 290px;
}
.links-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.card-links {
    background-color: (0,51,160,0.6);
    background-image: url('/links/images/fond_4_blur_des.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 48%;
    min-width: 300px;
    max-width: 600px;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    border: 1px solid grey;
    border-radius: 7px;
    margin: 0 auto 3.2rem;
    padding: 1.6rem 0 0.8rem 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: space-between;
}
.icon-links {
    max-width: 90%;
    max-height: 145px;
    margin-bottom: 20px
}
.card-links__footer {
    color: #0033A0;
    width: 90%;
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.card-links a:hover, .card-links a:focus {
    background-color: rgba(255, 255, 255, 1);
}
.card-links__footer a, .card-links__footer p {
    color: #0033A0;
    text-decoration: none;
}
.sponsor-link {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.drapeau {
    width: 20px;
    height: 25px
}
.events-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.event-card {
    width: 100%;
    margin: 0 auto;
}
.event-picture {
    width: 45%;
    margin: 0 auto 3.2rem;
    box-shadow: 0 0 15px 2px #adadad;
    border-radius: 8px;
}
.event-link {
    text-decoration: none;
    color: #0a3360;
    width: 100%;
    margin: 0 auto;
}
.event-link-game {
    text-decoration: none;
    color: #0033A0;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.card-game-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.card-game-logo-home {
    margin-right: 0.8rem
}
.card-game-tiret {
    margin: 0 0.6rem;
}
.card-game-logo-away {
    margin-left: 0.5rem
}
.event-link:hover, .event-link:focus {
    text-decoration: underline;
    color: #416fd3;
}
.logo-club {
    width: 30px;
}
.logo-club-home {
    margin-right: 0.4rem
}
.logo-club-away {
    margin-left: 0.4rem
}
.games-container {
    display: flex;

}
.text-devenir-membre {
    text-align: center;
    width: 60%;
    margin: 0 auto 2rem;
}
.membre-avantage {
    text-align: center;
    padding: 0.8rem 0;
    margin: 0;
}
.montant {
    text-align: center;
    font-size: 1.5rem;
}
.separator-thin {
    text-align: center;
    margin: 0 auto;
    width: 20px;
    border-bottom: 2px solid #0a3360;
}
.separator {
    text-align: center;
    padding: 2rem 3rem 0;
    margin: 0 auto;
    border-bottom: 3px solid #0a3360;
}
.devenir-membre-section {
    width: 80%;
    max-width: 750px;
    margin: 0 auto;
}
.devenir-membre-list {
    width: 33%;
    margin: 0 auto 0.8rem;
}
.devenir-membre-list li {
    text-align: left;
}
.devenir-membre-logo {
    width: 50px;
    margin: 0 auto;
    display: inherit;
}
.list-disk {
    display: inline-block;
    font-size: 2rem;
}
@media screen and (max-width: 820px) {
    .links-container {
        flex-direction: column;
    }
    .card-links-container {
        margin: 0 auto;
    }
    .logo {
        flex-direction: column-reverse;
    }
    h1 {
        margin: 0;
    }
    .devenir-membre-list {
        width: 50%;
    }
}
@media screen and (max-width: 608px) {
    .devenir-membre-list {
        width: 85%;
    }
}
