/* DirectPlayer 10.3.54 — accueil mobile : carrousel Derniers podcasts compact */
@media (max-width:720px){
  .home-podcast-section{
    padding-top:30px!important;
    padding-bottom:12px!important;
    margin-bottom:0!important;
  }
  .home-podcast-section .strong-heading{
    margin-bottom:14px!important;
    gap:10px!important;
    align-items:flex-end!important;
    flex-wrap:nowrap!important;
  }
  .home-podcast-section .strong-heading>div:first-child{
    min-width:0!important;
  }
  .home-podcast-section .eyebrow{
    margin-bottom:5px!important;
    font-size:9px!important;
    letter-spacing:.12em!important;
  }
  .home-podcast-section .strong-heading h2{
    margin:0!important;
    font-size:clamp(24px,6.6vw,29px)!important;
    line-height:1!important;
    letter-spacing:-.04em!important;
    white-space:nowrap!important;
  }
  .home-podcast-section .section-heading-actions{
    flex:0 0 auto!important;
  }
  .home-podcast-section .carousel-arrows{
    gap:6px!important;
  }
  .home-podcast-section .carousel-arrows button{
    width:34px!important;
    height:34px!important;
    font-size:15px!important;
    box-shadow:none!important;
  }
  .home-podcast-section .podcast-carousel{
    gap:12px!important;
    padding:2px 0 5px!important;
    scroll-padding-left:0!important;
    scroll-snap-type:x mandatory!important;
  }
  .home-podcast-section .podcast-carousel>.podcast-card{
    flex:0 0 68%!important;
    max-width:260px!important;
    min-width:0!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
  }
  .home-podcast-section .podcast-cover{
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    max-height:none!important;
    aspect-ratio:1/1!important;
    border-radius:14px!important;
    box-shadow:0 8px 20px rgba(15,45,82,.065)!important;
  }
  .home-podcast-section .podcast-card>p{
    margin:9px 0 4px!important;
    font-size:8.5px!important;
    line-height:1.15!important;
  }
  .home-podcast-section .podcast-card h3{
    margin:0 0 5px!important;
    font-size:14.5px!important;
    line-height:1.22!important;
    max-width:100%!important;
  }
  .home-podcast-section .podcast-card h3 a{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .home-podcast-section .podcast-card small{
    display:block!important;
    margin:0!important;
    font-size:9.5px!important;
    line-height:1.2!important;
  }
}
@media (max-width:430px){
  .home-podcast-section{
    padding-top:28px!important;
    padding-bottom:10px!important;
  }
  .home-podcast-section .strong-heading h2{
    font-size:clamp(23px,6.4vw,26px)!important;
  }
  .home-podcast-section .carousel-arrows button{
    width:32px!important;
    height:32px!important;
    font-size:14px!important;
  }
  .home-podcast-section .podcast-carousel>.podcast-card{
    flex-basis:69%!important;
    max-width:245px!important;
  }
}
