/*--------------------------------------------------------------------------------------------------------------------*/
/* BUTTON
/*--------------------------------------------------------------------------------------------------------------------*/
.cta {
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 231px;
    height: 53px;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    @include disable-text-selection();
    cursor: pointer;
    border-radius: 41px;
    border: 1.767px solid #FFF9A5;
    background: linear-gradient(90deg, #FFF9A5 0%, #FBEF93 6%, #F8E684 10%, #F3D768 16%, #F1CE58 19%, #F9E682 49%, #FAE888 51%, #F5DA70 72%, #F4D76B 76%, #EEC448 86%, #FFF9A5 100%);
    color: #7A4320;
    font-size: 16px;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 400;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.15)) drop-shadow(6px 3px 7px rgba(0, 0, 0, 0.13)) drop-shadow(13px 8px 9px rgba(0, 0, 0, 0.08)) drop-shadow(24px 14px 11px rgba(0, 0, 0, 0.02)) drop-shadow(37px 21px 12px rgba(0, 0, 0, 0.00));

    &:hover,
    &:focus {
        text-decoration: none;
    }

    &:hover {
        //background: linear-gradient(90deg, #E9AA41 0%, #FFD863 75%, #E6AB40 100%);
    }
}

.cta.cta_long{
    width: 100%;
}

/* Fix spécifique iOS 16 pour le bouton "Je participe" */
.cta--participate {
    position: relative;
    z-index: 999;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    user-select: none;
}

.cta--getgift {
    width: 100%;
    max-width: 15.8125rem;
    height: 3.8125rem;
    line-height: 1.375rem;
    padding: 0.75rem 0;
    margin: 0.94rem auto 0;
}

.cta--getgift--cancel {
    background: #8A0021;
    width: 100%;
    max-width: 15.8125rem;
    height: 3.8125rem;
    line-height: 3.8125rem;
}
