body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}
/* Section podcast header */
.podcast__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}
@media (min-width: 1201px) {
    .podcast__header {
        max-width: 1200px;
    }
}

.podcast__title {
    margin: 0;
    color: #00263C;
    text-align: center;
    font-family: 'Bouygues Speak', Arial, sans-serif;
    font-size: 40px !important;
    font-weight: 700;
    line-height: 48px;
}

.podcast__subtitle {
    margin: 0;
    color: #00263C;
    text-align: center;
    font-family: 'Bouygues Read',Arial,sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.podcast__banner {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    background: #00263C;
    border-radius: 8px;
    padding-top: 30px;

}
.banner_image img{
    height: 100%;
    width: 100%;
    max-width: 350px;
    max-height: 1000px;
    margin-left: -10px;
}
.image-container {
    text-align: left;
}
.banner_description .image-container .image__pl{
    max-width: 100%;
    height: auto;
    padding: 20px 10px;
    margin-left: -20px;
}
.banner_description .image-container .image__imp{
    max-width: 100%;
    height: auto;
    padding: 10px;
    margin-left: -5px;
}
.encart__content{
    background-color: white;
    padding: 1px 25px 25px 25px;
    text-align: left;
    border-radius: 8px;
    margin: 20px 30px 0 50px;
}
.encart__content .encart__title{
    color: #00263C;
    font-family: 'Bouygues Speak', Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}
.banner_encart p{
    color: #00263C;
    font-family: 'Bouygues Read',Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px
}

/* Layout en Desktop, utilisez 3 colonnes */
@media screen and (min-width: 1025px) {
    .banner_image{
        flex: 0 0 30% ;
    }
    .banner_description {
        flex: 0 0 20% ;
    }
    .banner_encart {
        flex: 0 0 50% ;
    }
    .banner_image_mobile{
        display: none;
    }

}
/* Layout en Tablette */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner_image,
    .banner_description {
        flex: 0 0 50%;
    }
    .banner_encart {
        flex: 0 0 100%;
    }
    .banner_image_desktop{
        display: none;
    }
    .podcast__banner{
        border-radius: inherit;
        padding: 30px;
    }
    .encart__content{
        margin: 0 30px 0 30px;
    }
    .banner_image img{
        max-height: 500px;
        margin-left: 0px;
    }
    .banner_description .image-container .image__pl{
        padding: 0;
        max-height: 300px;
        margin-left: 0;
    }
    .banner_description .image-container .image__imp{
        max-height: 150px;
        margin-left: 0;
    }
    .image-container {
        text-align: center;
    }

}

/* Layout En Mobile */

@media screen and (max-width: 767px) {
    .banner_image {
        flex: 0 0 60%;
    }

    .banner_description {
        flex: 0 0 40%;
    }
    .banner_encart {
        flex: 0 0 100%;
    }
    .podcast__banner{
        border-radius: inherit;
        padding: 30px;
    }
    .encart__content{
        margin: inherit;
    }
    .banner_image_desktop{
        display: none;
    }
    .encart__content .encart__title{
        font-size: 20px;
        line-height: 26px;
    }
    .podcast__title{
        font-size: 28px !important;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .podcast__subtitle{
        font-size: 13px;
        line-height: 18px;
    }
    .image-container{
        text-align: center;
    }
    .banner_image img{
        margin-left: -30px !important;
        max-height: 270px;
        max-width: 185px;
    }
    .banner_description .image-container .image__pl{
        padding: 0;
        max-height: 150px;
        padding-right: 10px;
    }
    .banner_description .image-container .image__imp{
        max-height: 100px;
        padding: 0 !important;
        margin-left: -20px;
        margin-top: 5px;
    }
    .podcast__frame{
        margin-top: 15px !important;

    }
}
/* End- of podcast header section */

/*Section podcast body */

.podcast__body{
    margin: 0 auto;
    padding: 20px;
    max-width: 60%;
    text-align: center;
}
.podcast__body .section__title{
    color: #00263C;
    font-family: 'Bouygues Speak', Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-top:15px;
}
.podcast__frame{
    margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .podcast__body {
        max-width: 80%; /* Prend toute la largeur en mode mobile */
    }
}
@media screen and (max-width: 767px) {
    .podcast__body {
        max-width: 100%; /* Prend toute la largeur en mode mobile */
    }
}
.link__style{
    color: #25465F;
    font-family: 'Bouygues Read',Arial,sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px;
}
.iframe__link{
    font-family: 'Bouygues Read',Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px;
    color: #109DB9;
    text-decoration-line: underline;
}
@media screen and (max-width: 767px) {
    .podcast__frame {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .iframe__link, .link__style {
        text-align: center;
        padding: 0 10px !important;
    }
    .podcast__body .section__title{
        font-size: 20px;
        line-height: 28px;
        padding: 0 30px;
    }
    .podcast__body .podcast__frame:first-of-type{
        margin-top: 0 !important;
    }
    .section__author__title{
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .podcast__body{
        padding: 10px;
    }
    .link__style{
        padding: inherit;
    }
}
/* End of podcast boy section */

 /*Section podcast author */
.section__author__title{
    color: #00263C;
    font-family: 'Bouygues Read',Arial,sans-serif;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding-top: 40px;
}

.podcast__author {
    background-image: url(../img/podcast_author.png);
    display: flex;
    justify-content: center;
    margin: 50px auto;
    text-align: center;
    border-radius: 10px;
    background-size : cover;
    overflow: hidden;
}
.author-layer{
    background-image: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0.5),rgba(0,0,0,0));
}

@media (min-width: 1201px) {
    .podcast__author {
        max-width: 1200px;
    }
}
.author__container {
    width: 80%;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.author__image {
    flex: 1;
    max-width: 30%;
}

.author__function {
    flex: 1;
    max-width: 70%;
    text-align: left;
    padding: 0 15px;
}
.author__name{
    color: #109DB9;
    font-family: 'Bouygues Speak', Arial, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 48px;
}
.author__description p, .author__description{
    color: #FFF;
    font-family: 'Bouygues Read',Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: left;
}
.author__image {

}
.author__image img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

/*
social icons
 */
.author_social_icon {
    display: flex;
    align-items: center;
    text-align: left;
}
.author_social_icon {
    padding-top: 10px;
}
.social-text{
    padding-right: 10px;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 10px; /* Ajustez l'espacement entre les icônes */
}
@media screen and (max-width: 1024px) {
    .socail__desktop{
        display: none !important;
    }
    .author__container {
        flex-direction: column;
        width: 100%;
    }
    .author__image{
        max-width: 100%;
    }
    .author__function{
        max-width: 100%;
        text-align: center;
    }
    .author__description p, .author__description{
        text-align: center;
    }
    .author_social_icon{
        flex-direction: column;
    }
    .social-icons{
        margin-top: 15px;
    }
    .podcast__author{
        border-radius: inherit;
        margin: 25px 0 0 0;
        background-image: url(../img/podcast_author.jpg);
    }
    .author-layer{
        background-image: initial !important;
    }
    .author__container{
        margin: 40px auto 35px auto !important;

    }
    .author__image img{
        width: 180px;
        height: 180px;
        margin-bottom: 20px;
    }
    .podcast__banner{
        margin-top: 25px;
    }

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .author__description p, .author__description{
        padding: 0 40px;
    }
}

/* End Of podcast author section */

/* Single Podcast Page */
.podcast__sframe{
margin: 25px auto;
}
@media (min-width: 1025px) {
    .podcast__sframe {
        max-width: 840px;
        text-align: center;
    }
    .social__mobile{
        display: none !important;
    }
}
.podcast_btn{
    margin: 30px 0 50px 0;
}
.podcast_sbtn{
    border-radius: 8px;
    border: 1px solid #00263C;
    font-family: 'Bouygues Read',Arial,sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #00263C;
    background: #fff;
    display: flex;
    padding: 18px 16px;
    align-items: center;
    gap: 8px;
}

.custom-post-content .podcast_btn a{
    text-decoration: none;
}

body.single-podcasts .main-container .row-container .row-parent {
    max-width: 100%;
}

/* Mobile Device */
@media screen and (max-width: 767px) {
    .post-header{
        margin-top: 20px;
    }
    .generic-title.podcast  {
        margin: 20px 0 5px !important;
    }
    .podcast.container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
}
#post-podcast figure {
    margin-top: 16px;
}
.post-header .podcast .tag-flag {
    border: 1px solid #00263C !important;
}
.custom-post-content .wp-caption-text{
    font-family: 'Bouygues Read', Arial, sans-serif;
}
.podcast blockquote{
    padding: 0px 0px 0px 20px;
}
.verbatim-author{
    padding-top: 20px;
}
.verb-name{
    color: #00263C !important;
    font-family: 'Bouygues Read', Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
}
.var_function{
    color: #00263C !important;
    font-family: 'Bouygues Read', Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    margin-top: 0 !important;
}
.play-button {
    position: absolute;
    z-index: 1;
    display: flex;
    width: 111px;
    height: 80px;
    padding: 32px 26px 26px 26px;
    justify-content: center;
    align-items: center;
}
.class-recap{
    font-size: 14px;
    min-height: 80px;
    display: flex;
    align-items: center;
    padding-top: 2px;
}
.single-podcasts #post-podcast.custom-post-content{
    padding-left: unset !important;
    max-width: 570px !important;
}
.single-podcasts .custom-post-wrapper .col-widgets-sidebar{
    padding-left: 0px !important;
}
@media (min-width: 960px)and (max-width: 1030px)  {
    .single-podcasts .main-container .row-container .col-std-gutter > .row-inner {
        margin-left: -160px;
    }
    .single-podcasts .custom-post-wrapper .col-widgets-sidebar {
        padding-left: 30px !important;
    }
}
@media (min-width: 1275px)and (max-width: 1290px)  {
    .single-podcasts .custom-post-wrapper .col-widgets-sidebar {
        margin-left: -30px;
    }
}