* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    background: var(--fond-pages, #151515);
    text-align: center;
}

main {
    width: 80%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px;
}
main #equipe {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
main #equipe h1 {
    color: var(--text-contenu, #fff);
    text-align: center;
    /* Desktop/p-desktop */
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 143.75% */
}
main #equipe .photo_equipe {
    position: relative;
    margin: 20px;
    width: 400px;
}
main #equipe .photo_equipe .illu_1 {
    position: absolute;
    left: -70px;
    top: -30px;
    width: 50px;
    flex-shrink: 0;

}
main #equipe .photo_equipe img {
    width: 100%;
    flex-shrink: 0;
}
main #equipe .photo_equipe .illu_2 {
    position: absolute;
    right: -70px;
    top: 60px;
    width: 50px;
    flex-shrink: 0;
}
main #equipe p {
    margin: 20px 0;
    color: var(--text-contenu, #fff);
    /* Desktop/p-desktop */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 143.75% */
    text-align: center;
}
main #membres {
    max-width: 90%;
    display: flex;
    justify-content: center;
    gap: 75px;
}
main #membres .membre {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 40%;

}
main #membres .membre img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 100%;
    max-height: 295px;
}
main #membres .membre h2 {
    color: var(--text-contenu, #fff);
    text-align: center;
    /* Desktop/h2-desktop */
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
main #membres .membre .jeu {
    max-width: 100%;
    margin-top: 10px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #fff;
    text-align: center;
    /* Desktop/p-desktop */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 143.75% */
}
main #membres .membre p {
    max-width: 100%;
    width: 295px;
    color: var(--text-contenu, #fff);
    text-align: center;
    /* Desktop/p-desktop */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 143.75% */
}
main #membres .equipe_incomplete {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid var(--text-contenu, #fff);
    padding: 20px 10px;
    margin: 20px 10px;
}
main #membres .equipe_incomplete h2 {
    width: 225px;
    color: var(--text-contenu, #fff);
    text-align: center;
    /* Desktop/h2-desktop */
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
main #membres .equipe_incomplete a {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--primaire, #2f1d62);
    color: var(--text-CAT, #fff);
    /* Desktop/p-desktop */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 143.75% */
    text-decoration: none;
}
main #photo img {
    width: 0;
}
main .nbr_coeur {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
main .nbr_coeur #nbr_coeur {
    color: var(--text-contenu, #fff);
    text-align: center;
    /* Desktop/p-desktop */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 143.75% */
}
main .nbr_coeur #nbr_coeur svg {
    width: 24px;
    height: 22.501px;
}
main #retour {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
main #retour a svg {
    width: 29px;
    height: 29px;
    transform: rotate(90deg);
}
main #retour .retour {
    color: var(--text-contenu, #fff);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    text-decoration-line: underline;
}

#alertRejoindreEquipe {
    position: absolute;
    top: 250px;
    left: 20px;
    display: none;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    background: var(--fond-pages, #151515);
    box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.25),
        -4px -4px 40px 0px rgba(0, 0, 0, 0.25);
}
#alertRejoindreEquipe h2 {
    color: var(--text-contenu, #fff);
    /* Desktop/h2-desktop */
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
#alertRejoindreEquipe form {
    padding-top: 20px;
}
#alertRejoindreEquipe form textarea {
    display: flex;
    width: 250px;
    height: 100px;
    padding: 10px;
    align-items: flex-start;
    gap: 5px;
    color: white;
    background-color: var(--fond-pages, #151515);
}
#alertRejoindreEquipe form div {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
#alertRejoindreEquipe form div input {
    display: flex;
    border: none;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    color: var(--text-CAT, #fff);
    /* Desktop/p-desktop */
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 143.75% */
}
#alertRejoindreEquipe form div input[type="button"] {
    background: var(--fond-nav, #212121);
}
#alertRejoindreEquipe form div input[type="submit"] {
    background: var(--primaire, #2f1d62);
}

.hidden {
    display: none;
}

@media screen and (max-width: 700px) {
    main #membres {
        flex-direction: column;
        margin-bottom: 100px;
        align-items: center;
    }
    main #membres .membre {
        max-width: 100%;
    }
}
@media screen and (min-width: 912px) {
    * {
        box-sizing: border-box;
        margin: 0px;
        padding: 0px;
    }
    body {
        background: var(--fond-pages, #151515);
    }
    main {
        width: 90%;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 60px;
    }
    main #equipe {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }
    main #equipe h1 {
        color: var(--text-contenu, #fff);
        text-align: center;
        /* Desktop/h1-desktop */
        font-family: Overused Grotesk;
        font-size: 40px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: uppercase;
    }
    main #equipe .photo_equipe {
        position: relative;
    }
    main #equipe .photo_equipe .illu_1 {
        position: absolute;
        left: -103px;
        top: -46px;
        width: 85px;
        height: 134px;
        flex-shrink: 0;
    }
    main #equipe .photo_equipe img {
        width: 400px;
        height: 400px;
        flex-shrink: 0;
    }
    main #equipe .photo_equipe .illu_2 {
        position: absolute;
        right: -107px;
        top: 320px;
        width: 85px;
        height: 97px;
        flex-shrink: 0;
    }
    main #equipe p {
        margin: 60px 0;
        color: var(--text-contenu, #fff);
        /* Desktop/p-desktop */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px; /* 143.75% */
    }
    main #membres {
        max-width: 800px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 30px;
        margin: 20px 20px;
    }
    main #membres .membre {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    main #membres .membre img {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    main #membres .membre h2 {
        color: var(--text-contenu, #fff);
        text-align: center;
        /* Desktop/h2-desktop */
        font-family: Montserrat;
        font-size: 32px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
    main #membres .membre .jeu {
        margin-top: 19px;
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
    main #membres .membre .jeu p {
        color: #fff;
        text-align: center;
        /* Desktop/p-desktop */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px; /* 143.75% */
    }
    main #membres .membre p {
        width: 295px;
        color: var(--text-contenu, #fff);
        /* Desktop/p-desktop */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px; /* 143.75% */
    }
    main #membres .equipe_incomplete {
        max-width: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        align-self: stretch;
        border-radius: 5px;
        border: 1px solid var(--text-contenu, #fff);
    }
    main #membres .equipe_incomplete h2 {
        color: var(--text-contenu, #fff);
        text-align: center;
        /* Desktop/h2-desktop */
        width: 225px;
        font-family: Montserrat;
        font-size: 32px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
    main #membres .equipe_incomplete a {
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 5px;
        background: var(--primaire, #2f1d62);
        color: var(--text-CAT, #fff);
        /* Desktop/p-desktop */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px; /* 143.75% */
        text-decoration: none;
    }
    main #photo {
        margin: 120px 0;
    }
    main #photo img {
        width: 295px;
        height: 226px;
        flex-shrink: 0;
        border-radius: 10px;
    }
    main #photo .img1 {
        transform: rotate(-2deg);
    }
    main #photo .img2 {
        transform: rotate(7deg);
    }
    main #photo .img3 {
        transform: rotate(-5deg);
    }
    main #photo .img4 {
        transform: rotate(2deg);
    }
    main .nbr_coeur {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
    main .nbr_coeur #nbr_coeur {
        color: var(--text-contenu, #fff);
        text-align: center;
        /* Desktop/p-desktop */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px; /* 143.75% */
    }
    main .nbr_coeur #nbr_coeur svg {
        width: 24px;
        height: 22.501px;
    }
    main #retour {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    main #retour a svg {
        width: 29px;
        height: 29px;
        transform: rotate(90deg);
    }
    main #retour .retour {
        color: var(--text-contenu, #fff);
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 131.25% */
        text-decoration-line: underline;
    }
    #alertRejoindreEquipe {
        position: absolute;
        z-index: 99999;
        top: 50%;
        left: 25%;
        display: none;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 5px;
        background: var(--fond-pages, #151515);
        box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.25),
            -4px -4px 40px 0px rgba(0, 0, 0, 0.25);
    }
    #alertRejoindreEquipe h2 {
        color: var(--text-contenu, #fff);
        /* Desktop/h2-desktop */
        font-family: Montserrat;
        font-size: 32px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
    #alertRejoindreEquipe form {
        padding-top: 20px;
    }
    #alertRejoindreEquipe form textarea {
        display: flex;
        width: 715px;
        height: 187px;
        padding: 20px;
        align-items: flex-start;
        gap: 10px;
        background-color: var(--fond-pages, #151515);
    }
    #alertRejoindreEquipe form div {
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }
    #alertRejoindreEquipe form div input {
        display: flex;
        border: none;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 5px;
        color: var(--text-CAT, #fff);
        /* Desktop/p-desktop */
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px; /* 143.75% */
    }
    #alertRejoindreEquipe form div input[type="button"] {
        background: var(--fond-nav, #212121);
    }
    #alertRejoindreEquipe form div input[type="submit"] {
        background: var(--primaire, #2f1d62);
    }
} /*# sourceMappingURL=details_equipes.css.map */
