body {
    background-color: #FFF6EE;
}


h1 {
    font: normal normal bold 16px/84px Arial;
    letter-spacing: 2.24px;
    color: #681410;
    text-transform: uppercase;
    opacity: 1;
}

.titre {
    letter-spacing: 0px;
    color: #DD472F;
    opacity: 1;
    text-transform: none;
}

.titre-2 {
    font: normal normal bold 32px/42px Arial;
    letter-spacing: 0px;
    color: #DD472F;
}

.sous-titre {
    font: normal normal bold 16px/24px Arial;
    letter-spacing: 2.24px;
    color: #681410;
    text-transform: uppercase;
    opacity: 1;
}

@media screen and (min-width: 992px) {
    .titre {
        font: normal normal bold 64px/64px Arial;
    }
}

@media screen and (max-width: 991px) {
    .titre {
        font: normal normal bold 45px/50px Arial;
    }
}

.titre:after {
    content: "";
    width: 100px;
    height: 30px;
    background-image: url("../images/afterTitre2.svg");
    background-repeat: no-repeat;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
}

.text-lg-center .titre:after {
    content: "";
    width: 100px;
    height: 30px;
    background-image: url("../images/afterTitre2.svg");
    background-repeat: no-repeat;
    display: block;
    margin: 30px auto 40px auto;
}

p {
    font: normal normal normal 16px/24px Arial;
    letter-spacing: 0px;
    color: #681410;
    opacity: 1;
}

p.lead {
    font: normal normal bold 24px/36px Arial;
}

@media screen and (min-width: 992px) {
    article.transcript p, article.transcript li {
        font: normal normal normal 24px/43px Arial;
        letter-spacing: 0px;
        color: #681410;
    }

    /*article.transcript li {
      font: normal normal normal 20px/30px Arial;
      letter-spacing: 0px;
      color: #681410;
    }*/
}

@media screen and (max-width: 991px) {
    article.transcript p {
        font: normal normal normal 22px/36px Arial;
        letter-spacing: 0px;
        color: #681410;
    }

    article.transcript li {
        font: normal normal normal 18px/27px Arial;
        letter-spacing: 0px;
        color: #681410;
    }
}

/* --------- Liens --------- */
a, a:hover, a:focus, a:visited, a:active {
    color: #681410;
    text-decoration: underline;
}

a.red, a.red:focus, a.red:visited, a.red:active {
    color: #C43F2C;
}

a.main-link, a.main-link:visited, a.main-link:focus, a.main-link:active {
    text-decoration: underline;
    font: normal normal bold 32px/42px Arial;
    letter-spacing: 0px;
    color: #C43F2C;
    opacity: 1;
}

.lead span.amplitude-play-pause, .lead a, .lead a:focus, .lead a:visited, .lead a:active, a.nav-link, a.nav-link:focus, a.nav-link:visited, a.nav-link:active {
    text-align: left;
    font: normal normal bold 18px/36px Arial;
    letter-spacing: 0px;
    color: #C43F2C;
    opacity: 1;
    text-decoration: underline #C43F2C;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

a.a-main-footer {
    line-height: 40px;
}

a:hover, a.red:hover, a.main-link:hover, .lead a:hover, a.nav-link:hover, a.nav-link:not(.active) {
    text-decoration: none;
}
/* --------- Liens --------- */

/* --------- Inverse --------- */
.pre-container-inverse {
    background-color: #FEEDE5;
}

.pre-container-inverse .sous-titre {
    letter-spacing: 2.24px;
    color: #681410;
    text-transform: uppercase;
    opacity: 1;
}

@media screen and (min-width: 992px) {
    .pre-container-inverse .sous-titre {
        font: normal normal bold 16px/84px Arial;
    }
}

@media screen and (max-width: 991px) {
    .pre-container-inverse .sous-titre {
        font: normal normal bold 16px/24px Arial;
    }
}
/* --------- Inverse --------- */

/* --------- Card --------- */
.card {
    background-color: #FFF6EE;
    border: none;
}

.pre-container-inverse .card {
    background-color: #FEEDE5;
}

.card-img-top, .card-img-top-img {
    height: 140px;
    padding: 0.7rem;
    width: 170px;
    margin: auto;
}

.card-episode {
    background-color: #FEEDE5;
    padding: 15px;
    border-radius: 0;
}

@media screen and (min-width: 992px) {
    .card-horizontal {
        display: flex;
        flex: 1 1 auto;
    }

    .card-horizontal .card-body {
        width: 50%;
    }

    .card-episode .card-title {
        font: normal normal bold 16px/84px Arial;
        letter-spacing: 2.24px;
        color: #DD472F;
        text-transform: uppercase;
    }

    .card-episode .div-img-episode {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .card-episode .card-title {
        font: normal normal bold 16px/20px Arial;
        letter-spacing: 2.24px;
        color: #DD472F;
        text-transform: uppercase;
    }

    .card-episode .div-img-episode {
        width: 100%;
    }
}

.card-episode .card-subtitle a {
    text-align: left;
    font: normal normal bold 22px/28px Arial;
    letter-spacing: 0px;
    color: #DD472F;
    text-decoration: none;
}


.card-episode-info .card-body {
    background-color: #FFF6EE;
    border-top: 8px solid #681410;
}

@media screen and (min-width: 992px) {
    .card-episode-info {
        margin-top: -100px;
    }
}
/* --------- Card --------- */

/* --------- Footer --------- */
.pre-footer {
    border-top: 9px solid #DD472F;
}

footer {
}

.footer-ecoresponsable {
    background: #FEEDE5 0% 0% no-repeat padding-box;
}

.footer-ecoresponsable-encoche {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 23px 23px 0;
    border-color: transparent #feede5 transparent transparent;
}
/* --------- Footer --------- */

/* --------- PlayBar --------- */
.playbar {
    background-color: #5D120E;
    color: #FFFFFF;
}

.playbar-time {
    color: #FFF6EE;
}

progress.amplitude-song-played-progress {
    background-color: #231C07;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 7px;
    display: block;
    cursor: pointer;
    border: none; }
progress.amplitude-song-played-progress:not([value]) {
    background-color: #231C07; }

progress[value]::-webkit-progress-bar {
    background-color: #231C07; }

progress[value]::-moz-progress-bar {
    background-color: #DD472F; }

progress[value]::-webkit-progress-value {
    background-color: #DD472F; }

.img-amplitude {
    max-width: 100px;
    max-height: 100px;
    margin-top: -30px;
}

.amplitude-play-pause {
    cursor:pointer;
}
/* --------- PlayBar --------- */

/* --------- Breadcrumb --------- */
.breadcrumb {
    background-color: #FFF6EE;
    border: none;
    padding: 0;
}

.breadcrumb-item, .breadcrumb-item.active {
    font: normal normal bold 16px/20px Arial;
    letter-spacing: 2.24px;
    color: #681410;
    text-transform: uppercase;
}

.breadcrumb-item:not(.active) {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #681410;
    text-decoration: none;
}
/* --------- Breadcrumb --------- */

/* --------- Episode Info --------- */
@media screen and (min-width: 992px) {
    .episode-description {
        margin-top: -200px !important;
    }
}

.episode-bibliographie {
    font: normal normal normal 16px/30px Arial;
    letter-spacing: 0px;
    color: #DD472F;
}

.info-podcast dt {
    text-align: left;
    font: normal normal bold 18px/27px Arial;
    letter-spacing: 0px;
    color: #DD472F;
    margin-bottom: 10px;
}

.info-podcast dd {
    font: normal normal normal 16px/24px Arial;
    letter-spacing: 0px;
    color: #681410;
}
/* --------- Episode Info --------- */

/* --------- Badge --------- */
.badge.badge-primary {
    background-color: #FBDCD2;
    border-radius: 0;
    text-align: center;
    font: normal normal bold 14px/26px Arial;
    letter-spacing: 1.57px;
    color: #65130F;
    text-transform: uppercase;
}
/* --------- Badge --------- */

/* --------- Nav Saisons --------- */
.nav-saison .nav-item .nav-link {
    font: normal normal bold 24px/36px Arial;
    letter-spacing: 0px;
    color: #DD472F;
    text-decoration: none;
}

.nav-saison .nav-item.active {
    border-bottom: #DD472F 3px solid;
}
/* --------- Nav Saisons --------- */

.episode-description .lead a {
    font-size: inherit;
}

.card-ep-mini {
    border-left: 3px solid #E8593C;
    padding: 12px 16px;
    margin-bottom: 16px;
    transition: background-color 0.2s ease;
}
.card-ep-mini:hover {
    background-color: rgba(232, 89, 60, 0.05);
}
.card-ep-mini .ep-title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 4px;
}
.card-ep-mini .ep-title a {
    color: inherit;
    text-decoration: none;
}
.card-ep-mini .ep-title a:hover {
    color: #E8593C;
}
.card-ep-mini .ep-desc {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.45;
    margin-bottom: 6px;
}
.card-ep-mini .ep-meta {
    font-size: 0.75rem;
    color: #888;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.card-ep-mini .ep-tag {
    display: inline-block;
    background-color: rgba(232, 89, 60, 0.1);
    color: #c04828;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.ep-section-label {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #E8593C;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(232, 89, 60, 0.2);
}

#mlb2-3858283.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
    padding: 0 !important;
}