.headerFVO-decompte {
    position: relative;
    z-index: 2;
    padding: 60px 0 30px;
    color: white;
}

.headerFVO-decompte-content h1.festival-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    font-family: Poppins-SemiBold, sans-serif;
    text-align: center;
    margin: 0 0 250px;
}

.headerFVO-decompte-content h3.festival-subtitle {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px;
}

.headerFVO-decompte-content-title {
    margin-top: 15px;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
}

.headerFVO-decompte-content .logo-fvo,
.headerFVO-decompte-content .logo-jdc {
    display: block;
    margin: auto;
}
.headerFVO-decompte-content-description{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
}
.headerFVO-decompte-content-subtitle{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -40px;
    line-height: 20px;
}
.headerFVO-decompte-content-date{
    display: flex;
    justify-content: center;
    margin-right: 10px;
    margin-left: 10px;
    gap: 15px;
}
.headerFVO-decompte-content-date>div{
    width: 70px;
    background-color: #F8F9FB;
    opacity: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}

.headerFVO-decompte-content-date-number{
    height: 70px;
    font-size: 44px;
    font-weight: bold;
    line-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    color: #1E1E1E;
    opacity: 100%;
}

.headerFVO-decompte-content-date-letter{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 22px;
    color: #D30B0B;
    opacity: 100%;
    margin: 2px auto 5px;
}

.headerFVO-decompte .btn-container {
    justify-content: center;
    margin-top: 20px;
}

.headerFVO-decompte__img-container {
    position: relative;
}

.headerFVO-decompte__img--cars {
    margin: auto;
    display: block;
}

.headerFVO-decompte__img--dates {
    position: absolute;
    right: 24%;
    top: 0;
}

@media screen and (max-width: 1199px) {
    .headerFVO-decompte__img--dates {
        right: 17%;
    }
}

@media screen and (max-width: 1002px) {
    .headerFVO-decompte__img--dates {
        right: 8%;
    }
}

@media (max-width: 767px) {
    .headerFVO-decompte-content h1.festival-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .headerFVO-decompte-content h3.festival-subtitle {
        font-size: 19px;
        margin-bottom: 105px;
    }

    .headerFVO-decompte {
        padding: 20px 0;
    }
    .headerFVO-decompte-content {
        padding: 0 15px;
    }

    .headerFVO-decompte-content .logo-jdc {
        max-width: 180px;
    }

    .headerFVO-decompte-content-description {
        margin-right: 10px;
        margin-left: 10px;
    }
    .headerFVO-decompte-content-title {
        margin-top: 15px;
    }
    .headerFVO-decompte-content-title {
        font-size: 20px;
        line-height: 24px;
    }
    .headerFVO-decompte-content-subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .headerFVO-decompte-content-date {
        margin-top: 0;
    }
    .headerFVO-decompte-content-date-number {
        font-size: 35px;
        line-height: 45px;
        height: 45px;
    }
    .headerFVO-decompte-content-date>div {
        height: 65px;
    }
    .headerFVO-decompte-content-date-letter {
        font-size: 9px;
        line-height: 13px;
        margin-bottom: 0;
    }

    .headerFVO-decompte__img--cars {
        max-width: 100%;
        padding-top: 80px;
        position: relative;
        z-index: 2;
    }

    .headerFVO-decompte__img--dates {
        right: 50%;
        transform: translateX(50%);
    }
}
