body{
    background: #fff;
}
section{
    position: relative;
    width: 100%;
    height: 85vh;
    background: url("/images/CSMWEBRADIO.jpg") center;
    background-blend-mode: luminosity;
    background-size: cover;
}
section .skewed{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 85vh;
    background: #fff;
    transform: skewY(-5deg);
    transform-origin: top left;
}

.lien{
    background-color:#F4F4F4;
}

.card-img-top{
    width:100%;
    height:220px;
}
.card-img-top-index{
    width:100%;
    height:220px;
}

#lien a::after {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background: #F8CC26;
    transition: 0.2s;
}

#lien a:hover::after {
    width: 100%;
}

#lien a{
    text-decoration:none;
    color:black;
    transition:0.2s;
}
#lien a:hover{
    color:#F8CC26;
}

.carousel{
    width:90%;
    max-width:450px;
    height:450px;
}

.carousel-control-prev, .carousel-control-next{
    filter: invert(100%);
}

@media screen and (min-width: 1500px) {
    .card-img-top-index {
      width:100%;
      height:300px;
    }
    .card-img-top{
      width:100%;
      height:350px;
    }
  }