.flavr-container.free-level-popup.congratulations .tL,
.flavr-container.free-level-popup.congratulations .tR,
.flavr-container.free-level-popup.congratulations .bL,
.flavr-container.free-level-popup.congratulations .bR {
    position: absolute;
}

/* Containers de lucioles */
.flavr-container.free-level-popup.congratulations .tL {
    top: -20px;
    left: -20px;
    width: 100px;
    height: 80px;
}

.flavr-container.free-level-popup.congratulations .tR {
    top: 0;
    right: -20px;
    width: 100px;
    height: 100px;
}

.flavr-container.free-level-popup.congratulations .bL {
    bottom: 10px;
    left: 10px;
}

.flavr-container.free-level-popup.congratulations .bR {
    bottom: 0;
    right: -20px;
    width: 70px;
    height: 70px;
}

/* Images des lucioles */
.flavr-container.free-level-popup.congratulations .firefly-img {
    position: absolute;
}

.flavr-container.free-level-popup.congratulations .firefly-img.small {
    width: 20px;
}

.flavr-container.free-level-popup.congratulations .firefly-img.medium {
    width: 30px;
}

.flavr-container.free-level-popup.congratulations .firefly-img.large {
    width: 40px;
}

/* Placement spécifique des lucioles dans leur container */
.flavr-container.free-level-popup.congratulations .tL .firefly-img.small {
    bottom: 0;
    left: 10px;
}

.flavr-container.free-level-popup.congratulations .tL .firefly-img.medium {
    top: 0;
    left: 0;
}

.flavr-container.free-level-popup.congratulations .tL .firefly-img.large {
    top: 10px;
    right: 10px;
}

.flavr-container.free-level-popup.congratulations .tR .firefly-img.small {
    top: 0;
    left: 0;
}

.flavr-container.free-level-popup.congratulations .tR .firefly-img.large {
    bottom: 0;
    right: 0;
}

.flavr-container.free-level-popup.congratulations .bR .firefly-img.medium {
    right: 0;
    top: 0;
}

.flavr-container.free-level-popup.congratulations .bR .firefly-img.large {
    bottom: 0;
    left: 0;
}

.flavr-container.free-level-popup.congratulations .flavr-overlay .flavr-fixer {
    margin: 0;
    bottom: -25vh;
}

.flavr-container.free-level-popup.congratulations .flavr-overlay .flavr-fixer::before {
    content: '';
    background-image: url(/static/event/marketing/free-level/img/halo_pop_up.png);
    width: 550px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 490px;
    position: absolute;
    left: -70px;
    top: -80px;
    z-index: -3;
    animation: rotate-fade 10s linear infinite;
}

.flavr-container.free-level-popup.congratulations .flavr-outer {
    height: 332px;
    width: 441px;
    padding: 112px 70px 60px 60px;
}

.flavr-container.free-level-popup.congratulations .flavr-outer .flavr-content .flavr-message {
    padding: 0 !important;
    overflow: visible;
}

.flavr-container.free-level-popup.congratulations .flavr-outer .flavr-content .flavr-message::after {
    content: '';
    background-image: url(/static/event/marketing/free-level/img/palier_icon_flottant.png);
    background-size: 100%;
    position: absolute;
    left: 128px;
    bottom: 237px;
    height: 193px;
    width: 181px;
}

.flavr-container.free-level-popup.congratulations .flavr-outer .flavr-content .flavr-message h3 {
    color: #321540;
    font-family: Alegreya Sans SC, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
}

.flavr-container.free-level-popup.congratulations .flavr-outer .flavr-content .flavr-message p.popup-text {
    color: #321540;
    font-family: Alegreya Sans, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.flavr-container.free-level-popup.congratulations .flavr-outer .flavr-content .flavr-message .nl-button {
    margin-top: 16px;
    background: linear-gradient(211deg, #FF9C00 0%, #FFD200 100%);
    box-shadow: inset 0 0 27px rgba(242, 223, 8, .55), 0 5px 4px 1px rgba(0, 0, 0, .10);
    padding: .375rem 2.05rem;
}
