.portrait-card{
    height: 440px;
    width: 330px;
    background-repeat: no-repeat;
    background-size: cover;
  }

.portrait-image-card{
    width: 100%;
    height:70%;
    margin: auto;
    display: block;
}

.portrait-body{
    height: 30%;
    width:100%;
    border-end-end-radius:14px;
    border-end-start-radius:14px;
}

.actu-card{
  height: 400px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}
.actu-card-large{
  height: 400px;
  width: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 540px) {
  .actu-card {
    height: 500px;
    width: 310px;
  }
  .actu-card-large{
  height: 206px;
  width: 310px;
  background-repeat: no-repeat;
  background-size:cover;
}
}

.actu-body{
    height: 40%;
    box-sizing: border-box;
    width:100%;
    bottom: 0px;
    padding: 0px;
    border-end-end-radius:14px;
    border-end-start-radius:14px;

}
.style-hr {

    line-height: 2em;
    position: relative;
    outline: 0;
    border: 0;
    height: 2em;
    opacity: .7;
    &:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 2px;
    }
    &:after {
      position: relative;
      display: inline-block;
      padding: 0 .5em;
      line-height: 2em;
    }
}

.small-icon{
    font-size: 2rem;
}

.big-icon{
    font-size: 4rem;
}
.medium-icon{
  font-size: 2rem;
}

.actu-img{
    width: 20rem;
}

.actu-img-horizontal{
  height: 20rem;
}

.actu-img-horizontal2{
  width: 25rem;
}

.actu-div{
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;

}
.actu-header{
    height:5rem;
}

.big-card{
    height: 500px;
    width: 350px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  @media screen and (max-width: 540px) {
    .big-card {
      width: 310px;
    }
  }

.big-card-img{
  height:60%;
}
.big-card-body{
  height:30%;
}

  .image-card{
    height: 300px;
    width: 400px;

  }

  .image-presentation{
    width: 700px;
  }

  @media screen and (max-width: 720px) {
    .image-presentation {
      width: 100%;
      box-sizing: border-box;
    }
  }


  /*
  Pour Carousel dans index.html
  */
  .carousel-item {
    height: 550px;
  }
  @media screen and (max-width: 540px) {
    .carousel-item {
      height: 350px;
    }
  }
  @media screen and (max-width: 720px) {
    .carousel-item {
      height: 400px;
    }
  }
  @media screen and (max-width: 960px) {
    .carousel-item {
      height: 430px;
    }
  }
  @media screen and (max-width: 1140px) {
    .carousel-item {
      height: 440px;
    }
  }
  @media screen and (max-width: 1320px) {
    .carousel-item {
      height: 450px;
    }
  }

  .presentation-card-image{
    border-radius: 25px;
    width: 300px;
    rotate: -5deg;
  }

  .presentation-card-image-2{
    border-radius: 25px;
    width: 300px;
    rotate: 8deg;
  }

  .actu-card-image{
    height:300px;
  }

  .pedagogie-img{
    width:100%;
  }

  .feature-icon {
    width: 9rem;
    height: 6rem;
    border-radius: 1rem;
  }
  .feature-icon2 {
    width: 13rem;
    height: 6rem;
    border-radius: 1rem;
  }
  .sponsor-carousel{
    width:200px;
    height:150px;
  }
  .sponsor-images{
    width:200px;
  }
  .line-info{
    height:3rem;
  }



