:root {
    --securite_blue: #0168b7;
    --gray_blue: #dce6f2;
}

.top-container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.bg-grayblue {
    background-color: var(--gray_blue);
}

.top-hero {
    height: auto;
    padding: 0;
    /* animation: bg-anime 60s infinite linear forwards; */
    /* For IE */
    /* background-color: #dce6f2;  */
    background-image: url('/images/carousel1007.png');
    /* background-repeat: no-repeat; */
    background-size: contain !important;
}

.hero-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

@media (max-width: 400px) {
    .hero-circle {
        width: 85px;
        height: 85px;
        font-size: 12px;
    }
}

@keyframes bg-anime {
    0% {
        background-position: left;
    }

    100% {
        background-position: right;
    }
}

#gotoPickup {
    border-bottom: 1px solid rgba(255,255,255,0);
}

#gotoPickup:hover {
    cursor: pointer;
    opacity: 0.8;
}

.about-hero {
    padding: 30px 0 180px 0;
    position: relative;
    background-color: #dce6f2; /* For IE */
    background-image: url('/images/top/about_hero.webp');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-lead {
    font-size: 40px;
    letter-spacing: 3px;
}

.about-lead {
    font-size: 25px!important;
    letter-spacing: 3px;    
}

@media (min-width:992px) {
    .main-lead {
        font-size: 50px;
        letter-spacing: 4px;
    }
    .top-hero {
        min-height: 500px;
        background-size: auto;
    }
    .about-hero {
        padding: 100px 0;
        background-attachment: fixed;
        background-position: bottom center;
    }
    .about-lead {
        font-size: 40px!important;
    }
}

@media (min-width: 1440px) {
    .top-hero {
        /* animation: bg-anime 30s infinite linear forwards; */
    }
}

.news-badge {
    width: 100px;
    padding: 3px;
    border-radius: 8px;
    text-align: center;
    font-size: 9px;
    color: var(--securite_blue);
    background-color: var(--gray_blue);
    overflow: hidden;
    white-space: nowrap;
}

.securitenews-link:hover,
.securitenews-link:hover a,
.fundnews-link:hover,
.fundnews-link:hover a {
    background-color: #e8f0fe;
    text-decoration: none!important;
}

.about-img-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    margin: 20px auto;
    background-color: #dce6f2; /* For IE */
}

.youtube-frame {
    /* aspect-ratio: 16 / 9; */
}

.youtube-frame iframe {
    width: 100%;
    height: 100%;
}

.return-block {
    color: #fff;
    background: linear-gradient(to top, #008ecb, #0168b7);
}

#financialTermSearch,
#tokutenSearch,
#sdgsSearch,
#amountSearch {
    border: 2px solid var(--securite_blue);
    display: none;
}