/* HERO SECTION */

@media screen and (max-width: 480px) {
    .hero h1 {
        font-size: 35px;
        text-align: center;
    }

    .hero .columns.is-centered {
        flex-direction: column-reverse;
        display: flex;
    }

    .hero img.decore {
        top: 24px;
        left: -31%;
        width: 100%;
        height: auto;
    }

    .hero h2 {
        font-size: 27px;
        text-align: center;
    }

    .hero p {
        font-size: 20px;
        text-align: center;
    }

    .custom-btn {
        padding: 23px 31px;
        font-size: 26px;
        width: 80%;
        margin: 0 auto !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero figure {
        width: 100%;
    }

    .section-title {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .section-p {
        font-size: 25px;
    }

    .about .about-decore {
        position: absolute;
        right: -27px;
        width: 150px;
    }

    .about .bottom-about {
        display: none;
    }

    .default-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .soiree .soiree-main-content h5 {
        font-size: 45px;
        text-align: center;
    }

    .soiree .soiree-main-content p {
        font-size: 37px;
        text-align: center;
    }

    .soiree .soiree-main-content .soiree-card-image {
        width: 100%;
    }

    .soiree .soiree-image {
        width: 123px;
        left: -21px;
    }

    .events .event-text {
        font-size: 25px;
        text-align: center;
    }

    .section-subtitle {
        font-size: 27px;
    }
}

@media screen and (max-width: 780px) {
    .hero figure {
        width: 100%;
    }

    .hero .columns.is-centered {
        flex-direction: column-reverse;
        display: flex;
        text-align: center;
    }

    .hero p {
        text-align: center;
    }

    .about .about-decore {
        width: 200px;
    }

    .section-title {
        text-align: center;
        font-size: 60px;
        margin-bottom: 30px;
    }

    .section-subtitle {
        font-size: 30px;
        width: 100%;
    }

    .section-p {
        text-align: center;
        font-size: 34px;
    }

    .default-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about .bottom-about {
        display: none;
    }

    .soiree .soiree-main-content .soiree-card-image {
        margin: auto;
    }

    .soiree .soiree-main-content h5 {
        font-size: 50px;
        text-align: center;
    }

    .soiree .soiree-main-content p {
        font-size: 40px;
        text-align: center;
        color: #cdcdcd;
    }

    .events .event-text {
        font-size: 36px;
        text-align: center;
    }

    .blogs h5 {
        text-align: center;
    }

    .blogs h5::before {
        content: "";
        position: absolute;
        background: var(--primary-color);
        height: 2px;
        width: 28%;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .offer .logo-billetteries {
        width: 100%;
    }

}

@media screen and (max-width: 990px) {
    header .header-links li a {
        font-size: 20px;
    }

    .hero h1 {
        font-size: 45px;
    }

    .hero h2 {
        font-size: 30px;
    }

    .hero p {
        font-size: 22px;
    }

    .hero figure {
        width: 100%;
        margin: auto;
    }

    .custom-btn {
        padding: 15px 47px;
        font-size: 22px;
    }

    .section-title {
        font-size: 50px;
    }

    .section-p {
        font-size: 30px;
    }

    .about .bottom-about {
        bottom: 0;
    }

    .about .about-decore {
        position: absolute;
        right: -17px;
        top: 71%;
        width: 100px;
    }

    .soiree .soiree-main-content h5 {
        font-size: 35px;
    }

    .soiree .soiree-main-content p {
        font-size: 25px;
    }

    .soiree .soiree-main-content .soiree-card-image {
        width: 300px;
        height: auto;
    }

    .soiree .soiree-image {
        width: 125px;
        left: -20px;
    }

    .events .event-text {
        color: #cdcdcd;
        font-size: 27px;
    }

    .events .events-btn {
        font-size: 20px;
    }

    .default-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #blog .section-title {
        font-size: 50px;
    }

    #deroule .section-title {
        font-size: 39px;
    }

}

@media screen and (max-width: 1280px) {
    header .header-links li a {
        font-size: 23px;
    }

    header .brand-logo {
        width: 150px;
    }
}

@media screen and (max-width: 1420px) {
    .hero figure {
        width: 100%;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero h2 {
        font-size: 50px;
    }

    .hero p {
        font-size: 30px;
    }

    .section-subtitle {
        font-size: 40px;
    }

    .hero .custom-btn {
        padding: 20px 30px;
        font-size: 28px;
    }

    #deroule .section-title {
        font-size: 43px;
    }

    .section-p {
        font-size: 30px;
    }

    .about .about-decore {
        right: -34px;
        width: 200px;
    }

    .soiree .soiree-main-content h5 {
        font-size: 40px;
        font-weight: 800;
    }

    .soiree .soiree-main-content p {
        font-size: 36px;
        color: #cdcdcd;
        font-weight: 100;
    }

    .soiree .custom-btn {
        font-size: 30px;
    }

    .soiree .soiree-image {
        width: 222px;
    }

    .events .events-btn {
        font-size: 18px;
    }

    .events .event-text {
        margin-left: 29px;
    }

    .events .event-text {
        font-size: 30px;
    }

    footer .brand-logo {
        width: 200px !important;
        margin: auto;
    }

}