.Afficher,
.Chargement {
    z-index: 100000;
    position: fixed;
    align-items: center;
    justify-content: center;
    align-self: center;
    align-content: center;
    justify-items: center;
    justify-self: center;
    width: 90%;
    height: 80%;
    top: 16%;
    left: 5%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    cursor: pointer;
    background: rgba(0, 0, 0, 0.829) !important;
    border-radius: 8px;
    box-shadow: var(--shadow);
    padding: 2rem;
    margin-bottom: 2rem;
    transition: var(--transition);
}

.Afficher:hover,
.Chargement:hover {
    background: rgba(0, 0, 0, 0.938) !important;
}

.progress-circle {
    width: 130px;
    height: 130px;
    position: relative;
}

.circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: changeColorDivChange 5s infinite;
}

.mask,
.fill {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    animation: changeColorDivChange 5s infinite;
}

.mask {
    clip: rect(0px, 130px, 130px, 60px);
}

.mask.full,
.circle .fill {
    animation: fillEase 2s linear infinite;
}

.fill {
    clip: rect(0px, 60px, 130px, 0px);
    background-color: rgba(0, 0, 0, 0.349);
    background-color: rgba(248, 244, 244, 0.815);
}

.mask.half {
    clip: rect(0px, 60px, 130px, 0px);
    background-color: inherit;
}

.inside-circle {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10%;
    left: 10%;
}

.progress-text {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}


@keyframes fillEase {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.PhotoView,
.Carte_membre {
    z-index: 100000;
    position: fixed;
    background-color: green;

    align-items: center;
    justify-content: center;
    align-self: center;
    align-content: center;
    justify-items: center;
    justify-self: center;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-around;


    cursor: pointer;


    background: rgba(0, 0, 0, 0.829) !important;
    border-radius: 8px;
    box-shadow: var(--shadow);
    padding: 1rem;
    margin-bottom: 2rem;
    transition: var(--transition);

}

.PhotoView img {
    width: 100%;
    height: 100%;
    border-radius: 1%;

    fill: aqua;
    object-fit: fill;
}

.PhotoView video {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 1%;
    fill: aqua;
    object-fit: cover;

    cursor: pointer;
}


.field {
    padding: 1% 10%;
    border: none;
    border-radius: 8px;
    box-shadow: var(--shadredw);

    margin-bottom: 2rem;
    transition: var(--transition);

    background-color: rgba(0, 0, 0, 0.055);
    width: 100%;


}



/* Responsive Design */
@media (max-width: 992px) {

    .Afficher,
    .Chargement {
        z-index: 100000;
        position: fixed;
        background-color: green;

        align-items: center;
        justify-content: center;
        align-self: center;
        align-content: center;
        justify-items: center;
        justify-self: center;
        width: 80%;
        height: 80%;
        top: 16%;
        left: 5%;


        display: flex;
        flex-direction: column;
        justify-content: space-around;


        cursor: pointer;


        background: rgba(0, 0, 0, 0.829);
        border-radius: 8px;
        box-shadow: var(--shadow);
        padding: 2rem;
        margin-bottom: 2rem;
        transition: var(--transition);


    }

    .ul li {
        margin-left: -10%;
    }
}

@media (max-width: 768px) {

    .Afficher,
    .Chargement {
        z-index: 100000;
        position: fixed;
        background-color: green;

        align-items: center;
        justify-content: center;
        align-self: center;
        align-content: center;
        justify-items: center;
        justify-self: center;
        width: 90%;
        height: 80%;
        top: 16%;
        left: 5%;


        display: flex;
        flex-direction: column;
        justify-content: space-around;


        cursor: pointer;


        background: rgba(0, 0, 0, 0.829);
        border-radius: 8px;
        box-shadow: var(--shadow);
        padding: 2rem;
        margin-bottom: 2rem;
        transition: var(--transition);


    }

    .Infos {
        display: none;
    }

    .ul li {
        margin-left: -15%;
    }
}

@media (max-width: 576px) {

    .Afficher,
    .Chargement {
        z-index: 100000;
        position: fixed;
        background-color: green;

        align-items: center;
        justify-content: center;
        align-self: center;
        align-content: center;
        justify-items: center;
        justify-self: center;
        width: 90%;
        height: 76%;
        top: 21%;
        left: 5%;


        display: flex;
        flex-direction: column;
        justify-content: space-around;


        cursor: pointer;


        background: rgba(0, 0, 0, 0.829);
        border-radius: 8px;
        box-shadow: var(--shadow);
        padding: 2rem;
        margin-bottom: 2rem;
        transition: var(--transition);


    }

    .Infos {
        display: none !important;
        color: red;
    }

    .ul li {
        margin-left: -30%;
    }

}


/* Styliser le menu déroulant <select> */
select {
    /* Couleur du texte */
    padding: 10px;
    /* Espace intérieur pour agrandir */
    border-radius: 5px;
    /* Coins arrondis */
    border: 1px solid #333;
    border: none !important;
    /* Bordure du menu */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
}

input {
    border: none !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
}

/* Pour Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Pour Firefox */
input[type="number"] {
    -moz-appearance: textfield !important;
    margin: 0;

}
select label {
    color: red;
    background-color: #333;
    cursor: pointer;

}
optgroup {
    background-color: rgba(0, 0, 0, 0.123);
    align-self: center;

    font-family: Arial, sans-serif, var(--fa-style-family, "Font Awesome 6 Free") !important;
    font-weight: var(--fa-style, 100) !important;
}
body {}