.wrap-menu-pathologies-podcast{
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap-menu-pathologies-podcast .pod-menu{
  width: 30%;
  cursor: pointer;

}

.wrap-menu-pathologies-podcast .pod-menu img{
  display: inline-block;
  transition: all 0.2s linear;
}
.wrap-menu-pathologies-podcast .pod-menu img:hover{
  margin-top: -40px;
}

.wrap-content-pathologies-podcast{
  margin-top: 5%;
  position: relative;
}

.wrap-content-pathologies-podcast .item-content{
  display: none;
  width: 100%;
  left:0px;
  top:0px;
  bottom: 0px;
  opacity: 0;
  height:100%;
  transition: opacity 0.7s linear;
}
.wrap-content-pathologies-podcast .item-content.on{
  display: block;
  opacity: 1;
}

.podcast .auteurs{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.podcast .auteurs .item-auteur{

  width: 45%;
  border-radius: 150px;
  background: #1e4a63;
}

.podcast .maladie .auteurs .item-auteur{
  background: #B0090E;
}

.podcast .rhumatisme .auteurs .item-auteur{
  background: #edcd1e;
}

.podcast .dermato .auteurs .item-auteur{
  background: #eba31c;
}

.podcast .auteurs .item-auteur img{
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 8px;
  border-color: #b0090e;
  width:35%;
}

.dermato .auteurs .item-auteur img{
  border-color: #eba31c;
}

.rhumatisme .auteurs .item-auteur img{
  border-color: #edcd1e;
}

.maladie .auteurs .item-auteur img{
  border-color: #b0090e;
}

.podcast .auteurs .item-auteur .texte{
  display: inline-block;
  vertical-align: middle;
  font-family: 'HelveticaNeu',sans-serif;
  color:#ffffff;
  font-size: 0.8em;
  width: 60%;
  margin-left: 2%;
}
.podcast .auteurs .item-auteur .texte span{
  font-family: 'Optima',sans-serif;
}


.dermato .auteurs .item-auteur .texte span{
  color: #ffffff;
}
.rhumatisme .auteurs .item-auteur .texte span{
  color: #ffffff;
}
.maladie .auteurs .item-auteur .texte span{
  color: #ffffff;
}

.texte-intro{
  width: 100%;
  margin: 0 auto;
  margin-top:5%;
  margin-bottom: 5%;
  font-size: 0.8em;
  font-family: "HelveticaNeuBold",sans-serif;
  font-weight: bold;
}

.dermato .texte-intro{
  color:#eba31c;
}

.rhumatisme .texte-intro{
  color:#edcd1e;
}

.maladie .texte-intro{
  color:#b0090e;
}

.podcast .wrap-podcasts{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.podcast .wrap-podcasts .item-podcast{

  width: 45%;
  border-radius: 100px;
  background: #1e4a63;
  margin-bottom: 4%;
  cursor: pointer;
}

audio::-webkit-media-controls-time-remaining-display{
  display: none;
}

.podcast .wrap-podcasts .item-podcast audio{
  display: none;
  max-width:100%;
  width: 100%;
  height: 30px;
}



.podcast .wrap-podcasts .item-podcast.on audio{
  display: block;
}

.podcast .wrap-podcasts .item-podcast p{
  font-family: 'HelveticaNeu',sans-serif;
  font-size: 0.9em;
}

.podcast .wrap-podcasts .item-podcast.on p{
  display: none;
}

.podcast .wrap-podcasts .item-podcast .rond-ecoute{
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  display: none;
  vertical-align: middle;
  text-align: center;
  background: #eba31c;
  width:32%;
  aspect-ratio: 1;
}

.dermato .rond-ecoute{
  background: #eba31c !important;
}

.maladie .rond-ecoute{
  background: #b0090e !important;
}

.rhumatisme .rond-ecoute{
  background: #edcd1e !important;
}

.podcast .wrap-podcasts .item-podcast.on .rond-ecoute{
  display: inline-block;
}

.podcast .wrap-podcasts .item-podcast.on > img{
  display: none;
}

.podcast .wrap-podcasts .item-podcast .rond-ecoute img{
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-top: 25%;
  height:auto;
}

.podcast .wrap-podcasts .item-podcast img{
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width:32%;
}

.podcast .wrap-podcasts .item-podcast .texte{
  display: inline-block;
  vertical-align: middle;
  font-family: 'Optima',sans-serif;
  color:#ffffff;
  font-size: 0.8em;
  width: 60%;
  margin-left: 2%;
}

.podcast .wrap-podcasts .item-podcast .texte p{
  margin:0px;
}

.dermato .wrap-podcasts .item-podcast .texte span{
  color: #eba31c;
}
.rhumatisme .wrap-podcasts .item-podcast .texte span{
  color: #edcd1e;
}
.maladie .wrap-podcasts .item-podcast .texte span{
  color: #ffffff;
}

.links-podcast{
  background: #deeff0;
  margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top:10px !important;
  padding-bottom:10px !important;
}

.links-podcast p{
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.links-podcast a{
  display: inline-block;
  margin-right:10px;
  width: 4%;
  transition:all 0.2s linear;
}

.links-podcast a:hover{
  transform: scale(1.1);
}

.links-podcast a img{
  width: 100%;
  height: auto;
  display: inline-block;
}


@media screen and (max-width: 800px){



  .podcast .auteurs .item-auteur{
    width: 49%;
    border-radius: 150px;
    background: #1e4a63;
  }

  .podcast .wrap-podcasts .item-podcast{
    width: 49%;
    border-radius: 100px;
    background: #1e4a63;
    margin-bottom: 4%;
  }

}

@media screen and (max-width: 550px){

  .podcast .auteurs{
    display: block;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
  }

  .podcast .auteurs .item-auteur{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 150px;
    background: #1e4a63;
  }
  .podcast .wrap-podcasts .item-podcast{
    width: 100%;
    border-radius: 100px;
    background: #1e4a63;
    margin-bottom: 4%;
  }

}
