.actuellement-title{
    font-size: 1.2rem;
    padding: 0rem 0rem 1rem 2.8rem;
    font-weight: 500;
}

.bloc-flex-actuellement-bloc{
    padding: 1rem 2.8rem 2rem 2.8rem;
    display: flex;
    justify-content: center;
}
.actuellement-bloc{
    display: flex;
    flex-direction: row;
    height: 25rem;
    gap: 1.5rem;
    width: 100%;
}

.actuellement-img{
    /* box-shadow: 0px 0px 1.5rem rgba(178, 178, 178, 0.616); */
}

.exept-1{
    height: 20rem;
}

.actuellement-blc-title{
    font-family: "Inknut Antiqua", serif;
    padding-bottom: 1.4rem;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1rem;
}

.passe-title{
    font-size: 1.2rem;
    padding: 2rem 0rem 1rem 2.8rem;
    font-weight: 500;
}

.passe-bloc{
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    height: 12rem;
    padding: 1rem 2.8rem 2rem 2.8rem;
}

.passe-img{
    height: 100%;
}

.passe-blc-title{
    font-family: "Inknut Antiqua", serif;
    padding-bottom: 1.4rem;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1rem;
}

.passe-blc-txt-title{
    /* max-width: 40rem; */
}
.group-passe{
    display: flex;
    flex-direction: column;
    padding-bottom: 5rem ;
}

.ligne{
    height: 1.2px;
    width: 40%;
    background-color: red;
    margin: auto;
      margin-top: auto;
    margin-top: 4rem;
}

.actuellement-prgr{
    font-size: 0.94rem;
    line-height: 1.4;
    max-width: 40rem;
}

.passe-prgr{
    font-size: 0.94rem;
  line-height: 1.4;
  max-width: 40rem;
}

/* QUERIES */
@media screen and (min-width: 1600px) {
.actuellement-bloc {
  height: 40vh;
}
.passe-bloc {
    height: 23vh;
  }
  
}
/* 
@media screen and (min-width: 1024px) and (max-height: 655px) {
} */

@media screen and (max-width: 1080px) {
    /* tablet */
    .actuellement-title {
    padding: 0rem 0rem 1em 2rem;
    }
    .passe-title {
    padding: 3rem 0rem 1rem 2rem;
    }
    .bloc-flex-actuellement-bloc {
    padding: 1rem 2rem 2rem 2rem;
    }
    .passe-bloc {
    padding: 1rem 2rem 2rem 2rem;
    }
    .group-passe {
    padding-bottom: 6rem;
    }
    .actuellement-bloc {
        height: 20rem;
      }
}

/* @media screen and (max-width: 992px){
} */

@media screen and (max-width: 650px) {
/* debut du menu hamburger */
  .actuellement-bloc {
    display: flex;
    flex-direction: column;
    height: fit-content;
    gap: 1.5rem;
    width: 100%;
  }
  .passe-bloc {
    display: flex;
    flex-direction: column;
    height: fit-content;
    gap: 1.5rem;
    width: calc(100% - 2rem);
    padding: 1rem 1rem 2rem 1rem;
  }
  .actuellement-title {
    padding: 0rem 0rem 0rem 1rem;
  }
  .passe-title {
    padding: 4rem 0rem 0rem 1rem;
  }
  .bloc-flex-actuellement-bloc {
    padding: 1rem 1rem 2rem 1rem;
  }
  .group-passe {
    padding-bottom: 5rem;
  }
  .passe-img{
    height: auto;
    width: auto;
  }
  .exept-1{
    height: auto;
    width: auto;
}
}

@media screen and (max-width: 600px) {
/* mobile */
}

/* mobile landscape special */
@media screen and (max-width: 992px ) and (max-height: 450px ) {
    .actuellement-bloc {
        height: 20rem;
      }
      .actuellement-title {
        padding: 0rem 0rem 0rem 2rem;
      }
      .passe-title {
        padding: 3rem 0rem 0rem 2rem;
      }
      .bloc-flex-actuellement-bloc {
        padding: 1rem 2rem 2rem 2rem;
      }
      .passe-bloc {
        width: calc(100% - 4rem);
        padding: 1rem 2rem 2rem 2rem;
      }
      .group-passe {
        padding-bottom: 5rem;
      }
      .ligne{
        margin-top: 3rem;
      }
}
    