#container-link {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    /* align-items: center; */
    width: 100%;
    padding: 1rem 0;
}

#container-link button {
    margin: 0 1rem 0 0;
}

@media(max-width: 768px) {
    #container-link button {
        margin: 0 1rem 1rem 0;
    }
}

#link-block {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}



.copy-btn {
    padding: 10px 20px;
    background-color: #202020;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.copy-btn:hover {
    background-color: #292929;
}

.feedback {
    margin: 0;
    color: #f2c437;
    display: none;
}

#godchild-container {
    display: grid;
    grid-template-columns: 65% 35%;
    gap: 1rem;
    justify-content: center;
    padding: 0 1rem 2rem 1rem;
    position: relative;
    @media(min-width: 1280px) {
        grid-template-columns: 60% 40%;
        margin: auto 10rem;
    }
    
}
#godchild-container h2{
    font-size: 1.3rem;
}

#godchild-container ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(2, 1fr);
    /* Colonnes flexibles */
    gap: 10px;
    /* Espacement entre les éléments */
    list-style: none;
    padding: 0;
}

#godchild-container #listing {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* align-items: center; */
    margin-bottom: 1rem;
}

#godfatherlist {
    padding: 0 0 1rem 0;
}

#fidelity-link {
    display: flex;
    flex-direction: column;
    padding: 0 1rem 1rem 1rem;
    width: 100%;
}

@media(max-width: 768px) {

    #godchild-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-template-columns: repeat(1, 1fr);
    }

    #fidelity-link {
        display: flex;
        flex-direction: column;
        padding: 1rem 0;
        width: 100%;
    }
}

#pure-link {
    /* max-width: 60%; */

    /* overflow-wrap: break-word; */
    word-break: break-all;
}

#bf-footer-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#bf-footer {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0.3rem;
}

#bf-footer a {
    color: #fff;
}

#global_container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2rem;
}

h1#bonusfidelity {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    padding: 1rem 0 3rem 0;
}

#container_bonus_msg {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#container_bonus_msg img {
    max-width: 250px;
}

#container_bonus_msg #msg {
    padding: 1rem;
    text-align: center;
}

h1#bonusfidelity.notlogged {
    padding: 1rem 0 0 0;
}

#global_container #nobf-msg {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}

@media(max-width: 768px) {
    h1#bonusfidelity {
        text-align: center;
    }
}


.circle-container {

    position: relative;
    width: 100%;
    /* max-width: 500px; */
    /* Ajuster la taille si nécessaire */
    padding-bottom: 100%;
    /* Pour conserver le ratio 1:1 */

}

.circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center;
}

.small-circle {
    position: absolute;
    width: 20%;
    height: 20%;
    /* border: 1px solid; */
}

/* .collector-cercle-6 { */
#bonus-cercle-1 {
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#bonus-cercle-2 {
    top: 35%;
    left: 72.5%;
    transform: translate(-50%, -50%);
}

#bonus-cercle-3 {
    top: 62.5%;
    left: 72.5%;
    transform: translate(-50%, -50%);
}

#bonus-cercle-4 {
    top: 77%;
    left: 49.5%;
    transform: translate(-50%, -50%);
}

#bonus-cercle-5 {
    top: 62.5%;
    left: 27.5%;
    transform: translate(-50%, -50%);
}

#bonus-cercle-6 {
    top: 34.5%;
    left: 27.5%;
    transform: translate(-50%, -50%);
}

#central-cercle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -56%);
    position: absolute;
    z-index: 100;
    /* width: 100%;
    height: 100%; */
}

.motivation-circle {
    position: absolute;
    width: 20%;
    height: 20%;

}

.bonus-container .active-btn {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
}




/* } */


.collector-cercle-4 {
    #bonus-cercle-1 {
        top: 35%;
        left: 74%;
        transform: translate(-50%, -50%);
    }

    #bonus-cercle-2 {
        top: 64%;
        left: 74%;
        transform: translate(-50%, -50%);
    }


    #bonus-cercle-3 {
        top: 60%;
        left: 27%;
        transform: translate(-50%, -50%);
    }

    #bonus-cercle-4 {
        top: 35%;
        left: 27%;
        transform: translate(-50%, -50%);

    }

    #central-cercle {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }
}

.central-finished {
    z-index: 10;
    max-width: 300px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /* top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;     */
}

.bf_container .block-intro {
    margin-bottom: 1rem;
    border-radius: 1rem;
    padding: 1rem;
    background-color: #eeeeee;
}

.bf_container .block-outro {
    margin-bottom: 3rem;
    border-radius: 1rem;
    padding: 1rem;
    background-color: #eeeeee;
}

.bonus-badge img {
    max-width: 90px;
    position: absolute;
    top: -40px;
    left: 10px;
}

#intro_msg {
    height: 100px;
    overflow: auto;
}

.block-intro h2 {
    margin-left: 4.5rem;
    margin-bottom: 1.5rem;
}

.block-outro .gain {
    margin-top: 1.5rem;
    display: inline-block;
}

/* #intro_msg {
    display: flex;

} */

#intro_msg {
    overflow-y: auto;
    /* Active la barre de défilement si nécessaire */
    scrollbar-width: thin;
    /* Pour Firefox */
    scrollbar-color: #888 transparent;
    /* Couleur de la barre dans Firefox */
}

/* Pour les navigateurs basés sur WebKit (Chrome, Safari) */
#intro_msg::-webkit-scrollbar {
    width: 12px;
    /* Largeur de la barre de défilement */
}

#intro_msg::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Couleur de la barre */
    border-radius: 6px;
    /* Arrondir la barre */
}

#bonus-badge-notlogged {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#bonus-badge-notlogged img {
    max-width: 500px;
}

#bonus-badge-notlogged #notlogged {
    margin-bottom: 1rem;
    text-align: center;
}

#bonus-badge-notlogged a {
    margin-bottom: 3rem;
}

.period {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}