@media (min-width: 1300px){

  .header{
    padding-top: 2%;
    display: flex;
    justify-content: space-between;
  }

  .header h2{
    margin-bottom: 4%;
  }

  hr{
    display: none;
  }
  
  .mode{
    width: 10vw;
  }

  .media{
    height: 27vh;
    margin-top: -13vh;
    margin-bottom: 5%;
    display: flex;
    justify-content: space-between;
  }

  .informations{
    width: 18vw;
    height: 27vh;
  }

  .media-instagram .border{
    width: 18vw;
    position: relative;
    right: 12%;
  }

  .overview{
    margin-top: -2%;
  }

  .overview h3{
    margin-bottom: 0;
  }

  .overview-description{
    display: flex;
    justify-content: space-between;
  }

  .description{
    width: 20vw;
    height: 16vh;
    padding: 2%;
    margin-top: 2%;
  }

}