.footer-wrapper {
	z-index: 1;
	position: relative;
}

#wrapper {
	max-width: none !important;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.MyContent .slick-slide>div {
	height: 100% !important;
}

#wrapper.pt_category-wide .site-width-slot {
	max-width: none !important;
}

/*HEADER */

.PodcastsPlateformes{
    display: flex;
    margin: 0 auto;
    max-width: 900px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    margin-top: -10px;
   /* border-top: 1px solid #ccc;*/
    filter: grayscale(1);
}

/*.PodcastsPlateformes {
    display: none!important;
}  */

.PodcastsPlateformes a{
	flex:1;
	margin:5px;
}
.PodcastsPlateformes img{
	max-width:100%;
}

.MyContent {
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #fff;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
}

.MyContent .Text {
    margin:0;
}
.MyContent  .PodCastHeader{
   background-color:#53c6ec;
   display: flex;
   justify-content: center;
   align-items: center;
}
@media (max-width:761px){
    .MyContent  .PodCastHeader {
        background-image:url(img/header.png);
        background-size: auto 165px ;
        background-repeat: no-repeat;
        background-position: top center;
    }
}
.MyContent  .PodCastHeader .HiddenTitle{
    font-size:0;
}
.MyContent  .PodCastHeader .Content{
   max-width:700px;
   padding-left:336px;
   background-image:url(img/header.png);
   background-repeat: no-repeat;
   height:250px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: flex-start;
   color:#FFF;
   text-align: left;
}
@media (max-width:1023px){
    .MyContent  .PodCastHeader .Content{
       margin-right:30px;
    }
}
@media (max-width:761px){
    .MyContent  .PodCastHeader .Content{
        background-image:none;
        padding:20px;
        margin:0;
        background-color:#fff;
        color:#000;
        text-align: center;
        box-sizing: border-box;
        margin-top:165px;
       height:auto;
    }
}
.MyContent  .PodCastHeader .Title{
    font-size:30px;
    margin:0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    margin-bottom:10px;
}
@media (max-width:1023px){
    .MyContent  .PodCastHeader .Title{
        font-size:20px;
    }
}

/*SEASON TITLE */
.MyContent  .PodCastSeasonTitle {
    text-align: center;
    padding:30px;
    max-width:1170px;
    margin:0 auto;
}   
.MyContent  .PodCastSeasonTitle .MainTitle{
    margin:0;
    text-transform: uppercase;
    max-width:100%;
    text-align: center;
    font-size:30px;
    font-weight: bold;
    position:relative;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    line-height: 1em;   
    margin-bottom:10px;
}   
.MyContent  .PodCastSeasonTitle .MainTitle span{
   display:block;
   position: relative;
   margin:0 auto;padding:0 5px;
}
.MyContent  .PodCastSeasonTitle .MainTitle span::before{
    content: " ";
    display: block;
    background-color: #53c6ec;
    height: 13px;
    margin: 0 auto;
    top: 20px;
    position: absolute;
    z-index: -1;left:0;
    width: 100%;   
}

.MyContent  .PodCastSeasonTitle .MainTitle strong{
   display:block;
   margin:0 auto;
   font-size:50px;
   position:relative;
   padding:0 5px;  
   line-height:60px;
}
@media (max-width:761px){
    .MyContent  .PodCastSeasonTitle .MainTitle strong{
        font-size:35px;
        line-height:48px;
    }
}
.MyContent  .PodCastSeasonTitle .MainTitle strong::before{
    content: " ";
    display: block;
    background-color: #ec729a;
    height:24px;
    width: 100%;
    margin: 0 auto;
    top: 32px;
    position: absolute;
    left:0;
    z-index: -1;
}
@media (max-width:761px){
    .MyContent  .PodCastSeasonTitle .MainTitle strong::before{
        top: 22px;
    }
}
/* AUTHOR DESCRIPTION */
.MyContent  .PodCastAuthor{
    display:flex;
    position:relative;
    box-sizing: border-box;
    padding-left:50%;
    height:480px;
    justify-content: flex-start;
    align-items: center;
}
@media (max-width:761px){
    .MyContent  .PodCastAuthor{
        display:block;
        padding:0;
        padding-top: 260px;
        height:auto;
    }
}
.MyContent  .PodCastAuthor .Content{
    background-color: #53c6ec;
    margin:60px 30px;
    margin-left: 0;
    max-width:500px;
    flex-basis: 100%;
    padding:40px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
@media (max-width:761px){
    .MyContent  .PodCastAuthor .Content{
        margin:0 auto;
    }
}
.MyContent  .PodCastAuthor .Content::before{
    content:" ";
    height:30px;
    width:30px;
    border-top:5px solid #fff;
    border-right:5px solid #fff;
    position:absolute;
    right:10px;
    top:10px;
    display:block;
}
.MyContent  .PodCastAuthor .Content::after{
    content:" ";
    height:30px;
    width:30px;
    border-bottom:5px solid #fff;
    border-left:5px solid #fff;
    position:absolute;
    left:10px;
    bottom:10px;
    display:block;
}
.MyContent  .PodCastAuthor .Content .Title{
    margin:0;
    text-transform: uppercase;
    max-width:100%;
    text-align: left;
    font-size:40px;
    font-weight: bold;
    position:relative;
    max-width:360px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    line-height: 40px;
    margin-bottom:10px;
    color:#fff;z-index: 1;
    padding:0 5px;
    display: inline-block;
}
.MyContent  .PodCastAuthor .Content .Title::before{
    content: " ";
    display: block;
    background-color: #ec729a;
    height: 18px;
    width: 100%;
    margin: 0 auto;
    top: 25px;
    position: absolute;
    left:0;
    z-index: -1;
}
.MyContent  .PodCastAuthor .Content .Text{
   color:#fff;
   padding-top:10px;
}
.MyContent  .PodCastAuthor .Visual{
   position:absolute;
   left:calc(50% - 800px);
   top:0;
   z-index:-1;
   width:1600px;
}
.MyContent  .PodCastAuthor .Visual img{
   max-width:100%;
   display:block;
}
@media (max-width:1023px){
    .MyContent  .PodCastAuthor .Visual{
    left:calc(50% - 670px);
    }
}
@media (max-width:761px){
    .MyContent  .PodCastAuthor .Visual{
        margin:0 auto;
        width:1000px;
        left:calc(50% - 320px);
    }
}
/* EPISODES MENU */

.MyContent  .PodCastNav{
    display:flex;
    margin:0 auto;
    padding:0;
    max-width:1250px;
    padding:10px 30px;
    box-sizing: border-box;
    padding-bottom:20px;
}
@media (max-width:761px){
    .MyContent  .PodCastNav{
        display: block;
    }
}
.MyContent  .PodCastNav h2{
    margin:0;
    padding:0px;
    padding-top:5px;
    color:#8e8e8e;
    font-size:12px;
    text-transform: uppercase;
    flex-basis:160px;
}
.MyContent  .PodCastNav ul{
 
    margin:0;
    padding:0;
    list-style:none;
    flex-wrap:wrap;
    flex:1;
    display: grid;
    grid-template-columns:  33% 33% 33%;
    grid-gap: 0px;
}

@media (max-width:761px){
    .MyContent  .PodCastNav ul{
        display: block;
    }
}
.MyContent  .PodCastNav ul li{
    padding:5px 0;
    min-width:190px;
    font-size:12px;
    text-transform: uppercase;
    box-sizing: border-box;
    text-align: left;
    padding-bottom: 0;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
}
.MyContent  .PodCastNav ul li  a{
  text-decoration: none;
  color:#000;
  display: inline-block;
  position: relative;
  padding:0 5px;
}
.MyContent  .PodCastNav ul li.Selected  a::before{
    content: " ";
    display: block;
    background-color: #53c6ec;
    height: 9px;
    width: 100%;
    margin: 0 auto;
    top: 10px;
    position: absolute;
    left:0;
    z-index: -1;
}
/* EPISODES MOSAIC */
.MyContent .Podcast{
    max-width:1170px;
    display:flex;
    margin:0 auto;
    text-align: center;
}
@media (max-width:761px){
    .MyContent .Podcast{
    display:block;
}
}
.MyContent .Podcast .Title{
    margin:0;
    text-transform: uppercase;
    max-width:100%;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    position:relative;
    max-width:360px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    line-height: 20px;
    margin-bottom:10px;
}   

.MyContent .Podcast .Title::before{
    content: " ";
    display: block;
    background-color: #53c6ec;
    height: 11px;
    width: 140px;
    margin: 0 auto;
    top: 10px;
    position: absolute;
    left: calc(50% - 70px);
    z-index: -1;
}
.MyContent .Podcast .Title strong{
   display:block;
   margin:0 auto;
   font-size:30px;
   position:relative;
   padding:0 5px;
   line-height: 35px;
}
.MyContent .Podcast .Title strong::before{
    content: " ";
    display: block;
    background-color: #ec729a;
    height: 13px;
    width: 100%;
    margin: 0 auto;
    top: 20px;
    position: absolute;
    left:0;
    z-index: -1;
}
.MyContent .Podcast .SubTitle{
    font-size:22px;
    margin:10px; 
    max-width:360px;
    line-height: 24px;
}   
.MyContent .Podcast iframe{
    max-width:360px;
}   
.MyContent .Podcast .Text{
    font-size:14px;
    margin:0px;
     max-width:360px;
}   

.MyContent .Podcast:nth-child(2n){
    flex-direction: row-reverse;
}
.MyContent .Podcast .Visual{
    margin:0;
    padding:0;
    flex-basis:50%;
    background-color: #ccc;
    position:relative;
    overflow: hidden;
    min-height:506px;
}
.MyContent .Podcast .Visual img{
    width:100%;
    height:auto;
    top:auto;
    left:50%;
    transform:translateX(-50%);
    position:absolute;
}
@media (max-width:1170px){
    .MyContent .Podcast .Visual{
        min-height:50vw;
    }
    .MyContent .Podcast .Visual img{
    width:auto;
    height:100%;
    top:auto;
    left:50%;
    transform:translateX(-50%);
    position:absolute;
    }
}
@media (max-width:1023px){
    .MyContent .Podcast .Visual{
        min-height:50vw;
        flex-basis:30%;
    }
    .MyContent .Podcast .Visual img{
    width:auto;
    height:100%;
    top:auto;
    left:50%;
    transform:translateX(-50%);
    position:absolute;
    }
}

@media (max-width:761px){
    .MyContent .Podcast .Visual{
        height:100vw;
        width:100vw;
    }
}
.MyContent .Podcast .Content{
    margin:0;
    padding:30px;
    flex-basis:50%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;

}
@media (max-width:1023px){
    .MyContent .Podcast .Content{
    flex-basis:70%;
}
}
/*.MyContent .Podcast .Content::before{
    content:" ";
    height:30px;
    width:30px;
    border-top:5px solid #ec729a;
    border-right:5px solid #ec729a;
    position:absolute;
    left:calc(50% + 156px);
    top:17px;
    display:block;
}
.MyContent .Podcast .Content::after{
    content:" ";
    height:30px;
    width:30px;
    border-bottom:5px solid #53c6ec;
    border-left:5px solid #53c6ec;
    position:absolute;
    right:calc(50% + 156px);
    bottom:17px;
    display:block;
}
*/
@media (max-width:761px){
    .MyContent .Podcast .Content::before{
    right:10px;
    top:10px;
    left:auto;
}
.MyContent .Podcast .Content::after{
    left:10px;
    right:auto;
    bottom:10px;
}

}



.art19-web-player{
    width:100%!important;
    max-width:360px!important;
    margin-top:20px!important;
}
.art19-web-player[class*="awp-theme-light"] .awp, 
.art19-web-player[class*="awp-theme-light"] .awp-playlist-module, 
div.art19-web-player[class*="awp-theme-light"] .awp, 
div.art19-web-player[class*="awp-theme-light"] .awp-playlist-module{
    background-color:#53c6ec;
}
.art19-web-player[class*="awp-theme-light"].awp-micro .awp .awp-control, div.art19-web-player[class*="awp-theme-light"].awp-micro .awp .awp-control {
color: #FFF !important;
min-width: auto;
}

/* NEW DTW season 02 */

.tab-season {
    display: flex;
    justify-content: center;
}

#s2-title strong::before, #s2-menu::before {
background-color: #f59031!important;
}

#s2-title span::before{
    background-color: #f59031!important;
}

.Visualepisode02 {
    background-color: inherit!important; 
    margin: auto!important; 
}

span.subtitle-menopause {
    font-size: 14px;
}

h2.h2-episode02-style > strong::before{
    background-color: #f59031!important;
}

h2.h2-episode02-style::before{
    background-color: #a095ca!important;
}

.MyContent .PodCastAuthor .Content .Title-episode02-style::before{
    background-color: #604fa7!important;
}

.Content-episode02 {
    background-color: #f59031!important;
}

.MainVisualepisode02{
    left: calc(66% - 800px)!important;
}

/* mobile */
@media screen and (max-width: 761px) {
.tab-season {
    display: inherit;
}

.MyContent .PodCastSeasonTitle .MainTitle strong {
    font-size: 34px;
}

.MyContent .PodCastSeasonMenu{
    justify-content: space-around !important;
    margin: initial !important;
    top: 185px;
    width: 100%;
}

.MyContent .PodCastSeasonMenu .MainTitle{
    margin-right: initial !important;
    z-index: 1;
}

.MyContent .PodCastHeader .Title{
    margin-top: 40px;
}

.PodCastSeasonTitle{
    padding-top: 0 !important;
}

.HeaderText{
    margin-bottom: 20px !important;
}

}

.MyContent .PodCastSeasonMenu{
    position: absolute;
    display: flex;
    justify-content: start;
    margin: 10px;
}

.MyContent .PodCastSeasonMenu .MainTitle {
    margin: 0;
    text-transform: uppercase;
    max-width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-right: 25px;
}

.MyContent .PodCastSeasonMenu .MainTitle::before {
    content: " ";
    display: block;
    background-color: #53c6ec;
    height: 12px;
    margin: 0 auto;
    top: 14px;
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
}

.MyContent .PodCastSeasonMenu .MainTitle:last-child{
    margin-right: initial;
}

.HeaderText{
    margin-bottom: 20px !important;
}

.art19-web-player.awp-micro .awp .awp-control, div.art19-web-player.awp-micro .awp .awp-control{
    min-width: 0;
}

.art19-web-player[class*="awp-theme-dark"] .awp, .art19-web-player[class*="awp-theme-dark"] .awp-playlist-module, div.art19-web-player[class*="awp-theme-dark"] .awp, div.art19-web-player[class*="awp-theme-dark"] .awp-playlist-module{
    background-color: #f59031 !important;
}

.MyContent .PodCastSeasonMenu .MainTitle strong::before{
    background-color: #a095ca!important;
    content: " ";
    display: block;
    height: 12px;
    width: 100%;
    margin: 0 auto;
    top: 40px;
    position: absolute;
    left: 0;
    z-index: -1;
}
.logoTitle{
    margin: 0 auto;
    max-width: 900px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    filter: grayscale(1);
}

.MyContent .PodCastSeasonMenu{
     position: inherit;
}

@media only screen and ( max-width: 1366px ){ 
    .MyContent .PodCastSeasonMenu{
         position: inherit;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
 .MyContent .PodCastSeasonMenu{
    position: inherit;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .MyContent .PodCastSeasonMenu{
    position: inherit;
  }
}

@media all and (device-width: 834px) and (device-height: 1112px) and (orientation:portrait) {
 .MyContent .PodCastSeasonMenu{
    position: inherit;
  }
}
@media all and (device-width: 1112px) and (device-height: 834px) and (orientation:landscape) {
  .MyContent .PodCastSeasonMenu{
    position: inherit;
  }
}

@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
 .MyContent .PodCastSeasonMenu{
    position: inherit;
  }
}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation:landscape) {
  .MyContent .PodCastSeasonMenu{
    position: inherit;
  }
}


@media (max-width:761px){
    .MyContent .PodCastSeasonMenu{
        position: absolute;
    }
}