﻿@font-face {
    font-family: 'HelveticaNeue-BlackCond';
    src: url('/fonts/HelveticaNeue-BlackCond.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CocoGoose';
    src: url('/fonts/Cocogoose.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Open Sans";
}

.header-landing {
    background-image: url('/images/podcast/glitter_bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    height: 50vh !important;
    color: #141B4D;
    padding: 2rem;
}

.block-landing {
    margin: 3rem;
    font-size: 1rem;
    font-weight: 500;
    color: rgb(0,0,0,0.55)
}

    .block-landing.orange {
        margin: 0;
    }

.title {
    font-size: 2rem;
    padding: 1rem 0;
    font-weight: bold;
    font-family: Inter;
    width: 100vw;
    color: black;
}

.over-title {
    font-size: 1.5rem;
    padding: 1rem 0;
    font-family: Inter;
    text-align: center;
}

.orange {
    background-color: #141B4D;
    padding: 3rem 0;
}

    .orange .title {
        font-family: HelveticaNeue-BlackCond;
        font-size: 6vh;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        color: white;
        text-align: center;
        max-height: 25vh !important;
    }

.headline {
    font-family: HelveticaNeue-BlackCond;
    font-size: 6vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 50vw;
    max-height: 35vh !important;
}

    .headline span {
        padding: 0 0.2rem;
        text-align: center;
        line-height: 1;
    }

        .headline span.coco {
            font-family: CocoGoose;
        }

        .headline span.white {
            color: white;
        }

.podcast-card {
    margin: 2rem;
    text-decoration: none;
    flex-basis: 20%;
    font-size: 1.1rem;
    color: rgb(0,0,0,0.55);
    position: relative;
    top: -55px;
}

.episode-card {
    text-decoration: none;
    font-size: 1.2rem;
    color: rgb(0,0,0,0.55);
    padding: 0 2rem;
}

.season-card {
    flex-basis: 80%;
}

.podcast-card .border {
    border: 0 !important;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.episode-card .border {
    border: 0 !important;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.podcast-title {
    color: black;
    font-size: 1.3rem;
    padding: 1rem 0;
    font-weight: bold;
}

.diffusion-badge {
    display: flex;
}

    .diffusion-badge a {
        width: 100%;
    }

/* Desktop & Large Laptop */
@media (min-width: 950px) {
    .podcast-card {
        flex-basis: 20%;
    }

    .episode-card .bg_img_after {
        padding: 0;
        background-size: contain;
        object-fit: contain;
        width: 20% !important;
    }

    .episode-body {
        width: 75% !important;
    }
}

/* Tablet Landscape & Small Laptop */
@media (min-width: 769px) and (max-width: 950px) {
    .podcast-card {
        flex-basis: 25%;
    }

    .header-landing {
        height: 70vh !important;
    }

    .episode-card .bg_img_after {
        padding: 0;
        background-size: contain;
        object-fit: contain;
        width: 20% !important;
    }

    .episode-body {
        width: 75% !important;
    }
}

/* Tablet Portrait */
@media (min-width: 481px) and (max-width: 768px) {
    .podcast-card {
        flex-basis: 50%;
    }

    .header-landing {
        height: 70vh !important;
    }

    .diffusion-badge a {
        width: 50%;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .podcast-card {
        flex-basis: 100%;
    }

    .header-landing {
        height: 70vh !important;
    }

    .diffusion-badge a {
        width: 50%;
    }
}

.podcast.podcast-card {
    flex-basis: 10%!important;
}

.thumbnail {
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.thumbnail img {
    border-radius: 0.5rem;
}


.bg_img_after {
    border-radius: 0.5rem;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

    .bg_img_after.top-round {
        border-radius: 0.5rem 0.5rem 0 0;
    }

.episode-card .button, .podcast .button {
    padding-top: 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: black;
}
