.page-template-template-podcasts .main-content-mobile {
    background-color: #013c56;
}


.page-template-template-podcasts #headerV2 .logo {
    max-width: 600px;
    margin: auto;
}

.page-template-template-podcasts .td-content-wrap {
    padding-right: 0;
    padding-left: 0;
}

.page-template-template-podcasts a.button-action, .page-template-template-podcasts input[type="submit"] {
    background-color: var(--primaire-bleu);

    &:hover {
        background-color: var(--primaire-bleu);
        color: #ffffff;
    }
}

.page-template-template-podcasts a.button-action:hover {
    background-color: #ffffff;
}

#template-podcasts {
    display: flex;
    flex-direction: column;
}


#template-podcasts #podcast1 {

    background: url(/wp-content/themes/marsactu/assets/img/bg1.png) no-repeat;
    background-size: cover;
    padding: 6rem 0;
    color: #ffffff;
    margin-top: 0;
}

#podcast1 h2 {
    font-family: "Buffalo";
    font-weight: 700;
    font-size: 65px;
    line-height: 0.8;
}

#podcast1 p {
    font-size: 22px;
}

#podcast1 .description, #podcast1 .description p, #podcast1 h2 {
    color: #ffffff;
}

#podcast1 .around-xs {
    position: relative;
}

#podcast1 .around-xs:before {
    display: block;
    content: "";
    background: url(/wp-content/themes/marsactu/assets/img/line.png);
    position: absolute;
    top: calc(50% - 60px);
    height: 120px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 40%;
    background-position: right;
    z-index: 1;
}


#podcast2 h3 {
    font-size: 32px;
}

#podcast3 .row .col-sm-6 {
    display: flex;
    flex-direction: column;
}

#podcast3 .row .col-sm-6 iframe {
    margin-top: auto;
}

#template-podcasts section {
    display: flex;
    align-items: center;
    margin: 0 0 3rem;
}

#template-podcasts section .row {
    max-width: 1400px;
    margin: 0 auto;
}

.img-bocal {
    z-index: 1;
}

.img-bocal img {
    float: right;
    width: 207px;
}

#template-podcasts #separateur-podcasts {
    width: 100%;
    height: 42px;
    font-family: 'MultipleSans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    /* identical to box height */
    justify-content: center;
    color: #173C56;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .page-template-template-podcasts .main-content-mobile {
        background-color: #ffffff;
        padding-top: 0;
    }

    .img-bocal {
        display: none;
    }

    #template-podcasts section {
        margin: 1rem 0;
    }

    #podcast1 .description .text-center {
        text-align: center;
    }
}
