@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,700,800&display=swap");


/*.hero {*/
/*    height: auto;*/
/*}*/
/*.hero__content {*/
/*    position: relative;*/
/*    height: 66rem;*/
/*}*/


.top-banner {
    position: relative;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
    margin: -40px 0 30px;
}
.top-banner__content {
    max-width: 100%;
    margin: auto;
    background: #fff;
    padding: 10px;
}
.top-banner__content-main {
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 3.5rem;
    background: url(../img/top-banner/top-banner-bg.png) center/contain no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.top-banner__left {
    max-width: 60%;
}
.top-banner__right {
    display: flex;
    align-items: center;
    position: relative;
    width: 40%;
}
.top-banner__date {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
}
.top-banner__text {
    font-weight: 400;
    margin: 1.5rem 0 0;
    font-size: 4rem;
    color: #1F1418;
}
.top-banner__text p {
    margin: 0.1em 0;
}
.top-banner__text p:first-child {
    margin-top: 0;
    font-weight: 700;
    line-height: 1.4;
}
.top-banner__text p:last-child {
    margin-bottom: 0;
}
.top-banner__text strong {
    font-weight: 800;
}
.top-banner__text a {
    color: #fff;
    font-size: 3rem;
    text-decoration: underline;
}
.top-banner__image {
    display: block;
    margin: -3rem 3rem -4rem 0;
    width: 44rem;
    height: 33rem;
    background: url(../img/top-banner/top-banner-logo-and-pres.png) center/contain no-repeat;
}
.top-banner__link-presentation {
    position: relative;
    z-index: 1;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    text-transform: none;
    text-align: left;
    display: inline-block;
}
.top-banner__ticker {
    position: absolute;
    bottom: -1.4rem;
    left: 23rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}



@media (min-width: 1025px) {
    .top-banner__text a:hover {
        text-decoration: none;
    }
    .top-banner__link-presentation:hover {
        text-decoration: none;
    }
}

@media (max-width: 1560px) {
    .top-banner__date {
        font-size: 2.8rem;
    }
    .top-banner__text {
        font-size: 4rem;
    }
    .top-banner__text a {
        font-size: 2.8rem;
    }
}
@media (max-width: 1366px) {
    .top-banner__date {
        font-size: 2.4rem;
    }
    .top-banner__text {
        font-size: 3.8rem;
    }
    .top-banner__text a {
        font-size: 2.4rem;
    }
    .top-banner__link-presentation {
        font-size: 2.2rem;
    }
}
@media (max-width: 1180px) {
    .top-banner {
        margin: -20px 0 30px;
    }

    .top-banner__date {
        font-size: 2rem;
    }
    .top-banner__text {
        font-size: 3.4rem;
    }
    .top-banner__text a {
        font-size: 2rem;
    }
    .top-banner__image {
        width: 34rem;
        height: 26rem;
    }
    .top-banner__ticker {
        bottom: -2.2rem;
        left: 20rem;
        font-size: 1.6rem;
    }
}
@media (max-width: 1023px) {
    .top-banner {
        margin: 0px 0 10px;
    }
    .top-banner__date {
        font-size: 1.8rem;
    }
    .top-banner__text {
        margin: 1.5rem 0 0;
        font-size: 3rem;
    }
    .top-banner__text a {
        font-size: 1.8rem;
    }
    .top-banner__image {
        width: 26rem;
        height: 20rem;
    }
    .top-banner__ticker {
        bottom: -3rem;
        left: 15rem;
        font-size: 1.5rem;
    }
    .top-banner__link-presentation {
        font-size: 1.8rem;
    }
}

@media (max-width: 820px) {
    .top-banner__content-main {
        flex-flow: column;
    }
    .top-banner__left {
        width: 100%;
        max-width: 100%;
    }
    .top-banner__right {
        margin: 2rem 0 0;
        width: 100%;
    }
    .top-banner__image {
        width: 26rem;
        height: 20rem;
        margin: 0 4rem 0 0;
    }
    .top-banner__ticker {
        bottom: 1rem;
    }
}
@media (max-width: 480px) {
    .top-banner__content-main {
        padding: 2rem 2.5rem;
    }
    .top-banner__text br {
        display: none;
    }
    .top-banner__right {
        flex-wrap: wrap;
    }
    .top-banner__ticker {
        position: relative;
        top: 0;
        left: 0;
        margin: -3rem 0 0;
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 420px) {
    .top-banner__right {
        flex-flow: column;
        align-items: center;
    }
    .top-banner__link-presentation {
        margin: 1rem 0 0;
        text-align: center;
    }
    .top-banner__link-presentation br {
        display: none;
    }
    .top-banner__ticker {
        margin: 1rem 0 0;
    }
    .top-banner__image {
        width: 31rem;
        height: 23rem;
        margin: 0;
    }
    .top-banner__date {
        text-align: center;
    }
    .top-banner__text {
        text-align: center;
    }
    .top-banner__text strong {
        display: block;
    }
    .top-banner__text a {
        display: block;
        text-align: center;
    }
}

