/**
 * Theme Name: fleurir2023
 */
.top-event__img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    aspect-ratio: 16 / 9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-event__link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
}
.top-event__txt h1, .top-event__txt h2, .top-event__txt h3, .top-event__txt h4, .top-event__txt h5, .top-event__txt h6, .top-event__txt p {
    font-weight: 700;
    color: #FFF;
    margin: 0;
    line-height: 1.75;
    text-shadow:
    2px 0 0 black,
    -2px 0 0 black,
    0 2px 0 black,
    0 -2px 0 black,
    1px 1px 0 black,
    -1px 1px 0 black,
    1px -1px 0 black,
    -1px -1px 0 black;
    text-align: center;
}
.top-event__txt h1, .top-event__txt h2 {
    font-size: 48px;
}
.top-event__txt h3 {
    font-size: 40px;
}
.top-event__txt h4 {
    font-size: 36px;
}
.top-event__txt h5 {
    font-size: 32px;
}
.top-event__txt h6, .top-event__txt p {
    font-size: 28px;
}

@media screen and (max-width: 959px) {
    .top-event__img {
        width: 100%;
    }
    .top-event__txt h1, .top-event__txt h2 {
        font-size: 28px;
    }
    .top-event__txt h3 {
        font-size: 26px;
    }
    .top-event__txt h4 {
        font-size: 24px;
    }
    .top-event__txt h5 {
        font-size: 22px;
    }
    .top-event__txt h6, .top-event__txt p  {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .top-event__txt h2, .top-event__txt h1 {
        font-size: 20px;
    }
    .top-event__txt h3, .top-event__txt h4{
        font-size: 18px;
    }
    .top-event__txt h5, .top-event__txt h6, .top-event__txt p {
        font-size: 16px;
    }
}