* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    text-decoration: none;
}

@font-face {
  font-family: 'unica';
  src: url('NeueHaasDisplay-Roman.woff2') format("woff2"), url('NeueHaasDisplay-Roman.otf') format("otf");
  font-weight: 300;
  ;
}



::selection {
    color: #EBEBEB;
}



/* TEXTES * --------------------------------------- */
p {
    font-size: 12px;
    font-family: "unica", Helvetica;
    line-height: 17px;
    letter-spacing: 0.7px;
    color:  color rgb(24, 24, 24)
  }

a {
    font-size: 12px;
    font-family: "unica", Helvetica;
    text-decoration: none;
    line-height: 17px;
    color: inherit;
    letter-spacing: 0.7px;
  }

a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;}

a:hover {
    color: #dfdfdf;}


/* HEADER * --------------------------------------- */
.panel-click{
    width: 100%;
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid rgb(24, 24, 24);
  font-size: 12px;
  font-family: "unica";
  line-height: 17px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  padding-top: 7px;
  padding-bottom: 7px;
  letter-spacing: 0.7px;
  color: rgb(17, 17, 17);


  }

  .panel-info{
    width: 100%;
    margin-top: 5px;
    display:none;
  }

  .texte{
    padding-left: 50%;
  }

  .titre{
    padding-left: 50%;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 2px;
    margin-top: 4px;

  }


  .titre-projet{
  
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 2px;
    margin-top: 4px;

  }

  .panel-click:hover{
    color: #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }

  .panel-clickkk:hover{
    color: #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }
  
  .footer-panel-click:hover{
    color: #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
  }

  
  .panel-clickk{
    width: 100%;
  cursor:pointer;
  display:inline-block;
  border-bottom: 1px solid rgb(24, 24, 24);
  font-size: 12px;
  font-family: "unica";
  line-height: 17px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: rgb(82, 82, 82);
  ;

  }
  .panel-infoo{
    width:100%;
    display:none;
  }
  
  .information{
    display:flex;
    margin-left: 5px;
    margin-right: 5px;
  }

  .logo{
    margin-left: 5px;
      width: 50%;
      padding-top: 8px;
      padding-bottom: 8px;
  }
  
  .colonne-un{
    width: 50%;
  
  }
  


  .description-panel-info{
    border-bottom: 1px solid rgb(24, 24, 24);
    padding-bottom: 3px;

  }

  .panel-lien{
    padding-top: 4px;

  }

  .panel-clickkk{
margin-top: 45vh; 
transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */    
  cursor:pointer;
  display:inline-block;
  border-bottom: 1px solid rgb(24, 24, 24);
  font-size: 12px;
  font-family: "unica";
  line-height: 17px;
  letter-spacing: 0.7px;
  padding-bottom: 3px;
  width: calc(50% - 5px);
  margin-left:50%;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  padding-top: 7px;
  padding-bottom: 7px;
  }

  .panel-infooo{
      width:100%;
    display:none;
    margin-top: 0px;

  }



.projet {
    height: auto;
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 16px;
}

.titre-projet {
   width: 100%;
 }

.info-projet  {
    flex: 0 0 50%;
    margin-left: 50%;}

  .nom-projet-book{
    margin-left: 50%;
  }




/* COLONNE * --------------------------------------- */


.colophon-projet{
    display: flex;
}
.sup {
    height: auto;
    width: 33.3%;
    flex-direction: column;
    flex-flow: wrap;
  margin-left: 4px;
  margin-right: 4px;
  }

  .sup-left {
    height: auto;
    width: 33.3%;
    flex-direction: column;
    flex-flow: wrap;
  margin-right: 4px;
  }


  .sup-right {
    height: auto;
    width: 33.3%;
    flex-direction: column;
    flex-flow: wrap;
  margin-left: 4px;
  }

  .sup-left-50 {
    height: auto;
    width: 50%;
    flex-direction: column;
    flex-flow: wrap;
  margin-right: 4px;
  }


  .sup-right-50 {
    height: auto;
    width: 50%;
    flex-direction: column;
    flex-flow: wrap;
  margin-left: 4px;
  }
  


  .sup-left-25 {
    height: auto;
    width: 25%;
    flex-direction: column;
    flex-flow: wrap;
  margin-right: 4px;
  }


  .sup-right-25 {
    height: auto;
    width: 25%;
    flex-direction: column;
    flex-flow: wrap;
  margin-left: 4px;
  }
  
  .sup-25 {
    height: auto;
    width: 25%;
    flex-direction: column;
    flex-flow: wrap;
  margin-left: 4px;
  margin-right: 4px;
  }

.sup-titre{
  margin-bottom: 2px;
}

.sup-info{
  border-top: 1px solid  rgb(24, 24, 24);
  padding-top: 4px;
}


.texte p:nth-child(1){
    background: white;}


.colonne:after {
    content: "";
    display: block;
    width: 100%;}

    .colonne2 {
      width: 100%;
      display: block;
    }
/* IMAGES * --------------------------------------- */


#images {
  width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
  margin-top: 20px;}

#images img:nth-child(1){

  width: 50%;
      height: 100%;
   padding-top: 2.5px;
  padding-left: 5px;
  padding-right: 2.5px;
padding-bottom: 2.5px;
  
    }



#images img:nth-child(2){
        width: 50%;
      height: 100%;
      padding-top: 2.5px;
      padding-left: 2.5px;
    padding-right: 5px;
    padding-bottom: 2.5px;
  }

#images img:nth-child(3){
  width: 50%;
  height: 100%;
      padding-left: 5px;
      padding-right: 2.5px;
      padding-top: 2.5px;

      padding-bottom: 2.5px;
    }

#images img:nth-child(4){
  width: 50%;
  height: 100%;
     padding-left: 2.5px;
     padding-right: 5px;
     padding-bottom: 2.5px;
     padding-top: 2.5px;

    }

#images img:nth-child(5){
  width: 50%;
  height: 100%;
     padding-left: 5px;
     padding-right: 2.5px;
     padding-bottom: 2.5px;
     padding-top: 2.5px;

    }

#images img:nth-child(6){
  width: 50%;
  height: 100%;
  padding-left: 2.5px;
  padding-right: 5px;
  padding-bottom: 2.5px;
  padding-top: 2.5px;

}

.lol {
    max-width: 50%;
height: 50%;}


 .video1{
  width: calc(50% - 7.5px);
height: 50%;
margin-left: 5px;
margin-top: 2.5px;
margin-right: 2.5px;
margin-bottom: 2.5px;
}

.video2{
  width: calc(50% - 7.5px);
height: 50%;
margin-right: 5px;
margin-top: 2.5px;
margin-left: 2.5px;
margin-bottom: 2.5px;
}


    
        


/* TRANSITION IMAGE * --------------------------------------- */
img.lazyload,
img.lazyloading {
    opacity: 0;
    -webkit-transition: opacity 3s ease;
    -moz-transition: opacity 3s ease;
    -o-transition: opacity 3s ease;
    transition: opacity 3s ease;
}

img.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 3s ease;
    -moz-transition: opacity 3s ease;
    -o-transition: opacity 3s ease;
    transition: opacity 3s ease;
}


    


/* FOOTER * --------------------------------------- */

.footer{
  padding-left: 50%;
  display: flex;
  width: 100%;
  bottom: 5px;
  position: fixed;
  padding-right: 5px;

}

.footer-colonne-un{
  width: 100%;
  /* padding-right: 5px;*/

}

.footer-panel-click{
  width:100%;
cursor:pointer;
display:inline-block;
border-bottom: 1px solid rgb(24, 24, 24);
font-size: 12px;
font-family: "unica";
line-height: 17px;
-webkit-transition: color 0.5s;
transition: color 0.5s;
padding-top: 7px;
  padding-bottom: 7px;
  letter-spacing: 0.7px;
  color: rgb(24, 24, 24);


}

.footer-panel-info{
    width:100%;
  display:none;
  margin-top: 5px;
  background-color: white;

}








@media screen and (max-width : 800px) {
  /* Styles pour cette Media Queries */


  #images {
    height: auto;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }

#images img:nth-child(1){

    width: 100%;
      height: 100%;
   padding-top: 4px;
  padding-left: 0px;
  padding-right: 0px;
padding-bottom: 4px;
  
    }



#images img:nth-child(2){
  width: 100%;
  height: 100%;
  padding-top: 4px;
  padding-left: 0px;
  padding-right: 0px;
 padding-bottom: 4px;
    }

#images img:nth-child(3){
      flex: 0 0 100%;
      height: 100%;
      padding-left: 0px;
      padding-right: 0px;
   
    padding-bottom: 4px;
    }

#images img:nth-child(4){
        flex: 0 0 100%;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    padding-bottom: 4px;
   }

#images img:nth-child(5){
        flex: 0 0 100%;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    padding-bottom: 4px;
   }

#images img:nth-child(6){
        flex: 0 0 100%;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    padding-bottom: 4px;
   }


   .video1{
    width: 100%;
    height: 100%;
   margin-top: 4px;
margin-left: 0px;
margin-right: 0px;

  }
  
  .video2{
    width: 100% ;
    height: 100%;
   margin-top: 4px;
    margin-left: 0px;
    margin-right: 0px;

  }



   .lol {
    max-width: 100%;
height: auto;}

.colophon-projet{
  width: 100%;
  margin-bottom: 20px;

}

.sup {
  height: auto;
  width: 100%;
  flex-flow: wrap;
margin-left: 4px;
margin-right: 4px;
}

.sup-left {
  height: auto;
  width: 100%;
margin-right: 4px;
}


.sup-right {
  height: auto;
  width: 100%;

margin-left: 4px;
}

.sup-left-50 {
  height: auto;
  width: 100%;
 
margin-right: 4px;
}


.sup-right-50 {
  height: auto;
  width: 100%;
 
margin-left: 4px;
}



.sup-titre{
  width: 100%;
  margin-bottom: 2px;
}

.sup-info{
  width: 100%;
  border-top: 1px solid rgb(24, 24, 24);
  padding-top: 4px;
}


.info-projet  {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  margin-left: 0px;
  margin-right: 10px;
}

.nom-projet-book{
  margin-left: 0px;
}

  

.colonne-un{
  width:25%;

}
.colonne-deux{
  width:25%;
  padding-left: 5px;

}


@media screen and (max-width : 800px) {
  /* Styles pour cette Media Queries */

  
.texte{
  padding-left: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.titre{
  padding-left: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

  .footer{
 display: none;
  }
  .colonne-un{   
    width:50%;
    /*padding-right: 5px;*/
  }

  .colonne-deux{ 
    width:50%;
    padding-left: 5px;}
  

}


.panel-clickkk{
  margin-top: 45vh; 
  transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */    
    cursor:pointer;
    display:inline-block;
    border-bottom: 1px solid  color rgb(24, 24, 24);
    font-size: 12px;
    font-family: "unica";
    line-height: 17px;
    width: calc(100% - 10px);
    margin-left: 5px;
    letter-spacing: 0.7px;


    }
  



  }
