/* creation date: Thu, 07 May 2026 22:26:11 GMT
concat references:
https%3A%2F%2Fwww.petit-bateau.be%2Fon%2Fdemandware.static%2FSites-PB_BE-Site%2F-%2Ffr_BE%2Fv1778191504834%2Fcss%2Frichtext.css
https%3A%2F%2Fwww.petit-bateau.be%2Fon%2Fdemandware.static%2FSites-PB_BE-Site%2F-%2Ffr_BE%2Fv1778191504834%2Fcss%2Flandingpage%2Fcountdown.css
*/
/*! https%3A%2F%2Fwww.petit-bateau.be%2Fon%2Fdemandware.static%2FSites-PB_BE-Site%2F-%2Ffr_BE%2Fv1778191504834%2Fcss%2Frichtext.css */
.region div.experience-component {
    position: unset;
}

div.region_landscape-large:before {
    padding-top:unset;
}

div.region_square:before {
    padding-top:unset;
}

div.region_landscape-small:before {
    padding-top:unset;
}

div.region_portrait-small:before {
    padding-top:unset;
}
/*! https%3A%2F%2Fwww.petit-bateau.be%2Fon%2Fdemandware.static%2FSites-PB_BE-Site%2F-%2Ffr_BE%2Fv1778191504834%2Fcss%2Flandingpage%2Fcountdown.css */
.countdown-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.countdown-modal-overlay.countdown-modal-active {
    display: flex;
    opacity: 1;
}

.countdown-modal {
    position: relative;
    background: white;
    border-radius: 12px;
    max-width: 54.6rem;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    transform: translateY(-50px);
    transition: transform 0.3s ease;
}

.countdown-modal-active .countdown-modal {
    transform: translateY(0);
}

.countdown-modal-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: transparent;
    border: none;
    font-size: 2em;
    color: #002E5E;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
    z-index: 1;
}

.countdown-component {
    text-align: center;
    padding: 4rem 2rem 2rem;
    margin-top: 2rem;
}

.countdown-component .countdown-title, .countdown-component .countdown-subtitle {
    color: #002E5E;
    font-family: oswald, sans-serif;
    text-align: center;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    text-decoration: unset;
    margin-bottom: 0;
    text-transform: unset;
}



.countdown-component .countdown-timer {
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0;
    background: #F2F6FA;
    border-radius: .8rem;
}

.countdown-component .countdown-timer .countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F2F6FA;
    padding: 15px;
    border-radius: 8px;
    min-width: 80px;
}

.countdown-component .countdown-timer .countdown-item .countdown-value {
    font-size: 2.8rem;
    font-weight: 600;
    font-family: oswald, sans-serif;
    color: #002E5E;
}

.countdown-label {
    font-size: 1.6rem;
    color: #002E5E;
    text-transform: unset;
}

.countdown-component .countdown-cta {
    margin-top: 20px;
}

.countdown-component .countdown-cta a {
    text-decoration: none;
    background-color: #002E5E;
    font-family: oswald, sans-serif;
    color: white;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}
.countdown-component .countdown-cta a:hover {
    background-color: #00254B;
}
.countdown-component .countdown-cta a:active {
    background-color: #001C38;
}
.countdown-component .countdown-btn {
    display: inline-block;
    transition: background-color 0.3s ease;
    height: 4.4rem;
    border-radius: .4rem;
}

.countdown-expired .countdown-item {
    background: #f8d7da;
}

.countdown-expired .countdown-value {
    color: #721c24;
}

.countdown-component .countdown-timer .countdown-item-separator {
    min-width: unset;
    padding: 15px 0;
}
.countdown-modal .icon_close_light {
    font-size: 2.3rem;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .4rem;
}
@media (max-width: 768px) {
    .countdown-modal {
        width: 95%;
        margin: 20px;
    }

    .countdown-component .countdown-timer {
        flex-wrap: unset;
        gap: unset;
        padding: .8rem;
        border-radius: .8rem;
    }

    .countdown-component .countdown-timer .countdown-item-separator {
        width: unset !important;
    }

    .countdown-component .countdown-timer .countdown-item {
        width: 5.5rem;
        padding: 0;
        min-width: unset;
    }

    .countdown-value {
        font-size: 1.5em;
    }
}
