body, html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    text-align: justify;
    height: 100%;
}
p {
  text-align: justify;
}
.accordion {
    
    color: #000000;
    cursor:pointer;
    padding: 18px;
    width: 500px;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
    background-color: rgb(255, 255, 255);
    height: 100px;
    

    .active,.accordion:hover {
        background-color: #ccc;
      }
  }

  .panel {
    padding: 0 18px;
    background-color: rgb(255, 255, 255);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1; 
    top: 0; 
    left: 0;
    background-color: #9b0404;
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s;
    right: 0;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }
  
  
  .sidenav a:hover {
    color: #c0b9b9;
  }
  
  
  .sidenav.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }

  
 
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  #myInput {
    background-image: url('/css/searchicon.png'); 
    background-position: 10px 12px; 
    background-repeat: no-repeat; 
    width: 100%; 
    font-size: 16px; 
    padding: 12px 20px 12px 40px; 
    border: 1px solid #ddd; 
    margin-bottom: 12px; 
  }
  
  #myUL {
    
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  #myUL li a {
    border: 1px solid #ddd; 
    margin-top: -1px;
    background-color: #f6f6f6; 
    padding: 12px; 
    text-decoration: none; 
    font-size: 18px; 
    color: black; 
    display: block; 
  }
  
  #myUL li a:hover:not(.header) {
    background-color: #eee; 
  }
  video{
    display: block;
    margin: auto;
  }
  .resume{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
  }
  .titrejour{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
  }
  .credit{
    text-align: left;
    font-style: italic;
    font-size: 15px;
  }
  .column {
    padding: 5px;
    flex : 33.33%
  }
  .row{
    display: flex;
  }
  img {
    height: 200px;
    width: auto;
  }
  .smalltitle{
    text-align: center;
  }
  .smalltitrejour{
    text-align: center;
  }
  .texte{
    text-align: left;
    font-size: 20px;
    text-align: justify;
    line-height: 1.5;
    
  }
  h3 {
    text-align: center;
    font-style: bold;
    font-size: 30px;
  }
  .curtain-background {
    background-image: url('mardi/rideaux.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    padding: 150px 50px 50px 50px; 
    min-height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
    }

    .curtain-overlay {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background-image: url('mardi/rideaux.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    pointer-events: none;
    z-index: 0;
    opacity: 100;
    
    }

    .content {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 10px;
    max-width: 900px;
    margin: auto;
    opacity: 100;
    }
    h5 {
      font-size: 100px;
    }
    .je{
      text-align: center;
      font-style: bold;
      font-size: 25px;
      text-decoration: none;
      color: rgb(0, 0, 0);
      outline-style:outset;
      outline-width: 10px;
      outline-color: #9b0404;
      outline-offset: 6px;
      align-items: center;
      align-content: center;
    }
    #myLux {
      border-radius: 5px;
      cursor: pointer;
      transition: 0.3s;
    }
    
    #myLux:hover {opacity: 0.7;}
    
    
    .modal {
      display: none; 
      position: fixed;
      z-index: 1; 
      padding-top: 100px; 
      left: 0;
      top: 0;
      width: 100%; 
      height: 100%; 
      overflow: auto; 
      background-color: rgba(207, 207, 207, 0.9); 
      background-color: rgba(207, 207, 207, 0.9);
    }
    
    
    .modal-content {
      margin: auto;
      display: block;
      width: 80%;
      max-width: 700px;
    }
    
    
    #caption {
      margin: auto;
      display: block;
      width: 80%;
      max-width: 700px;
      text-align: center;
      color: #ccc;
      padding: 10px 0;
      height: 150px;
    }
    
    
    .modal-content, #caption {
      animation-name: zoom;
      animation-duration: 0.6s;
    }
    
    @keyframes zoom {
      from {transform:scale(0)}
      to {transform:scale(1)}
    }
    
    
    .close {
      position: absolute;
      top: 15px;
      right: 35px;
      color: #f1f1f1;
      font-size: 40px;
      font-weight: bold;
      transition: 0.3s;
    }
    
    .close:hover,
    .close:focus {
      color: #bbb;
      text-decoration: none;
      cursor: pointer;
    }
    
    @media only screen and (max-width: 700px){
      .modal-content {
        width: 100%;
      }
    }
    #vidco{
      float: center;
      margin-bottom: 0;
      margin-right: 0;
      padding-right: 0;
      margin: 0;
      padding: 0;
    }

    #img01{
      width: auto;
      height: 600px;
    }
    #pclass{
      border-bottom: 40px solid #9b0404;

    }