#biographietxt{
    display: flex;
    font-family: 'Josefin Sans', sans-serif;
    color: white;
    max-width: 57%;
    max-height: 100%;
    display: block;
    font-size: 1.9vw;
    margin-top: 30px;
    margin-right: 30px;
    text-align: justify;
  }
  
  .decale{
      text-align: left;
  }
  
  #photoxav{
    max-width: 24vw;
    max-height: 80%;
    display: block;
    object-fit: cover;
    min-width: 5vw;
    margin: 30px;
    border-radius: 23px;
  } 
  
  #mobile-only {
    display:none !important;
  }
  
  
  .biographiediv{
    /* flex-wrap: wrap; */
    /* margin-top: 50px; */
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    /* padding-top: 30px; */
    /* padding-bottom: 25px; */
    /* margin-left: 200px; */
    /* margin-right: 120px; */
    display: flex;
    text-align: center;
    background-color: black;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6vh;
    justify-content: center;
    /* align-items: center; */
    /* position: inherit; */
    /* align-content: center; */
  }
  
  
  
  @media screen and (max-width:1024px) {
    #bio2{
      font-family: 'Josefin Sans', sans-serif;
      color: white;
      font-size: 6vw;
      margin-right: 25px;
      padding-left: 25px;
    }
  
    body{
      background-color: black;
    }
    
    .bloc2{
      background-color: black;
      margin-top: 20px;
      margin-left: 15px;
      margin-right: 15px;
      border-radius: 9px;
      padding-top: 30px;
      padding-bottom: 30px;
    }
  
    #r2{
      height: 50%;
      width: 50%;
      display: flex;
      margin: auto;
      border-radius: 10px;
    } 
    
    .biographie2{
      margin-top: 50px;
      padding-top: 30px;
      padding-bottom: 30px;
      font-family: 'Josefin Sans', sans-serif;
      display: flex; 
      background-color: white;
      }
    
      #mobile-only {
        display:block !important;
      }
    
      #desktop-only {
        display:none !important;
      }
  }
  
  a#justify {
    display: flex;
}