@font-face {
    font-family: 'inoFF';
    src: url('../fonts/inoFF_Bold.woff2') format('woff2'),
        url('../fonts/inoFF_Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica LT Std';
    src: url('../fonts/HelveticaLTStd-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaLTStd-Roman.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


body{
    font-family: 'inoFF';
    color: black;
    background-color: #4bff9a;
   /* background-color: offwhite;*/
}

main{
    width: 100%;
    max-width: 100%;
    margin: none;
}

#fond-texte{
    z-index: 3;
    position: fixed;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#fond-texte #NOM a{
    display: block;
    justify-content: center;
    margin: 5% 0 0 5%;
}


#fond-texte #NOM h1{
    font-size: 2rem;
    line-height: normal;
    font-family: 'inoFF';
    margin: 0 0 0 0;
}

#fond-texte #NOM h2{
    margin: 10px 0 0 0;
    font-size: 1.5rem;
    font-family: 'Helvetica LT Std';
}

#fond-texte #annexe{
    display: flex;
    justify-content: flex-end;
}

#fond-texte #annexe a{
    width: 30px;
    height: 30px;
    justify-content: center;
    margin: 25px 25px 0 0;
}

svg{
    width: 100%;
    height: 100%;
}

svg:hover{
    fill: bisque;
    filter: drop-shadow(30px 20px 20px bisque);
}

#propos_page{
    display: none;
}

.navigation-list{
    margin: 0% 0 20% 0%;
}

.navigation-wrapper ul {
  margin: 15% 0 5% 2%;
  list-style: none;
  position: absolute;
    z-index: 1;
}

.navigation-item {
  display: block;
  user-select: none;
  margin: 5% 0 0 0 ;
}

a {
  font-family: 'Helvetica LT Std';
  font-size: 5rem;
  text-decoration: none;
  color: black;
  display: flex;
    -webkit-text-stroke: 0.5px #4bff9a;
}

a:hover{
    color: bisque;
    filter: drop-shadow(30px 20px 20px bisque);
      -webkit-text-stroke: 0.5px out bisque;
}

.navigation-item p{
    font-size: 1rem;
    font-family: 'inoFF';
}

span {
  position: relative;
  display: block;
}

.navigation-item span:before {
  width: 0;
  color: #ffffff;
  overflow: hidden;
  position: absolute;
  content: attr(data-text);
}

.navigation-item span:hover:before {
  width: 100%;
}

.project-preview-wrapper {
  width: 100%;
  height: 100hv;
  position: fixed;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.project-preview {
  position: fixed;
  top: 12%;
  left: 25%;
  width: 0;
  height: 400px;
  background: url(#) no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
    
}

.infosT_projet_AP{
    display: block;
    justify-content: space-between;
    padding: 50px 0 0 100px;
}

.titre_projet_AP{
    font-family: 'Helvetica Neue LT Std';
    width: auto:
    
}

.titre_projet h1{
   font-size: 2em;
}

.petitesInfos_projet_AP{
        margin: none; padding: none;
}

.categorie{
    font-family: 'Helvetica Neue LT Std';
}
.categorie p{
    margin: 0;
    padding: 0;
    line-height: 0;
}


.propos{
    font-family: 'Helvetica LT Std';
    width: 500px;
    height: 100%;
    z-index: 0;
    margin: 25% 0 0 60%;
    position: absolute;
}

.categorie{
    font-family: 'inoFF';
}

.titre_projet{
    margin: 0 0 50px 0;
}

.reponses h2{
    margin: 15px 0 25px 0; 
}

.reponses h2{
    font-size: 1em;
}

.presentation{
    margin: 100px 0 0 0;
}

#Insta{
    font-size: 0.5em;
    
}

.texte_pre_AP{
    font-family: 'Helvetica LT Std';
    padding: 0 0 0 100px;
    margin: 0 0 50px 0;
}

.texte_pre_AP p{
    font-size: 1em;
    line-height: normal;
    margin-bottom: 50px;
}

.texte_pre_AP p a:hover{
    color: black;
}



/*
//////////////////
/////////////////
*/

@media all and (max-width: 776px){
  .progressbar,
  .project-preview-wrapper {
    display: none;
  }
    
#annexe{
        display: none;
    }
    
    #fond-texte #NOM a{
    display: block;
    justify-content: center;
}
    
#fond-texte #NOM h1{
    font-size: 1.5rem;
    line-height: normal;
    font-family: 'inoFF';
}

#fond-texte #NOM h2{
    margin: 5px 0 0 0;
    font-size: 1rem;
    font-family: 'Helvetica LT Std';
} 
    
   #fond-texte #annexe p{
    font-family: 'inoFF';
    font-size: 0.85rem;
    margin: 15px;
    color: black;
}
    
.navigation-wrapper ul {
  margin: 15% 0 20% 0%;
}    
    
a{
    font-size: 2.5rem;    
    }
    
 .navigation-item p{
    font-size: 0.75rem;
    font-family: 'inoFF';
} 

.propos{
    font-family: 'Helvetica LT Std';
    width: 350px;
    height: 100%;
    z-index: 0;
    margin: 25% 0 0 50%;
    position: absolute;
}    
    
.titre_projet,h1{
        font-size: 0.5rem;
    }   
    
}
    
/*
//////////////////
/////////////////
*/

@media all and (max-width: 451px){   

#fond-texte{
    justify-content: flex-start;

    }   
    
#fond-texte #annexe{
    display: block;
    margin: 0 0 0 35%;
}

#fond-texte #annexe p{
    font-family: 'inoFF';
    font-size: 0.75rem;
    margin: 10% 0 20% 0;
    color: black;
}
    
.navigation-wrapper ul {
  margin: 25% 0 10% 0%;
}
    
a{
    font-size: 2.5rem;    
    }
    
 .navigation-item p{
    font-size: 0.75rem;
    font-family: 'inoFF';
}  
  
#propos_page{
    display: block;
} 
    
.propos{
      display: none;  
    }    
    
}

/*
///////////////////////////////////////////
//////////////////////////////////////////////
////////////////////////////////////////////////
//////////////////////////////////////////////////
///////////////////////////////////////////////////////
//////////////////////////////////////////////////////////
///////////////////////////////////////


page PROJETS

*/

.projet{  
    margin: 5% 0 0 0;
    padding: 0 0 5% 0;
    padding: none;
    position: absolute;
    left: 30%;
    width: 70%;
    transition: ease 1s;
}

.infosT_projet {
    display: block;
    justify-content: space-between;
    margin: none; padding: none;
}

.infosT_projet h1{
    font-size: 5rem;
}

.petitesInfos_projet{
    display: flex;
    justify-content: flex-start;
}

.pinfos{
    margin: 0 100px 0 0;
}

.categorie{
    font-family: 'inoFF';
    margin: 0 0 15px 0;
    font-size: 0.75rem;
}

.reponses{
    font-family: 'Helvetica LT Std';
    font-size: 1.25rem;
}

.presentation{
    margin: none;
}

.texte_pre{
    font-family: 'Helvetica LT Std';
    font-size: 2rem;
    margin: 0 0 50px 0;
}

.texte_pre p{
    width: 90%;
    height: auto;
}

.lien_poto{
    font-size: 2rem;
    margin: none;
    padding: none;
    display: contents;
    color: bisque;
}

.lien_poto:hover{
    color: black;
}

.Gimages_pre{
    width: auto;
    margin-bottom: 100px;
}

.Gimages_pre img{
    width: 90%;
    height: auto;
}

.Pimages_pre{
    display: block;
    justify-content: flex-start;
}


.BHimages{
    margin: 100px 50px 0 50px;
    z-index: 0;
}

.BHimages img{
    width: 100%;
    height: auto;
}

.HBimages{
    margin: -250px 150px 50px 350px;
    z-index: 1;
}

.HBimages img{
    width: 100%;
    height: auto;
}

.BHimages:hover{
    filter: drop-shadow(3px 2px 2px bisque);
}

.HBimages:hover{
    filter: drop-shadow(3px 2px 2px bisque);
}

.liens_site{
    font-family: 'inoFF';
    font-size: 1.5rem;
    margin: 10% 0 10% 0;
    padding: 0 0 0 10%;
    
}

/*
//////////////////
/////////////////
*/

/* page projet mobil*/

@media all and (max-width: 776px){
    
.projet{
    left: 75px;
    width: 85%;
    margin: 10% 0 0 0;
}
   
.titre_projet h1{
   font-size: 4em;
}
    
.petitesInfos_projet{
        margin: none; 
        padding: 0 0 0 25px;
}
   
.categorie{
    font-family: 'inoFF';
    margin: 0 0 15px 0;
    font-size: 0.75rem;
}

.reponses{
    font-family: 'Helvetica LT Std';
    font-size: 0.9rem;
}

.presentation{
    margin: 50px 0 0 0;
}

.texte_pre{
    font-family: 'Helvetica LT Std';
    padding: 0 0 0 0;
    margin: 0 0 50px 0;
}

.texte_pre a{
    font-size: 2rem;
}    
    
.texte_pre p{
    font-size: 1em;
    line-height: normal;
}  
    
.lien_poto{
      font-size: 1rem;  
    }
    
.Gimages_pre{
    margin-bottom: 50px;
} 
    
.BHimages{
    margin: 0  0 25px 0px;
    z-index: 1;
}    
    
.HBimages{
    margin: 0  0 25px 0px;
    z-index: 1;
}
    
video{
       width: auto; 
    }    
    
}

/*
//////////////////
/////////////////
*/

@media screen and (max-width:451px){
.projet{
    left: 12px;
    width: 94%;
}

.infosT_projet{
    display: block;
    padding: 15% 0 0 0;
}
    
.pinfos{
    margin: 0 15% 0 0;
}   
    
.titre_projet h1{
   font-size: 4em;
    line-height: normal;
    margin-bottom: 50px;
    
}   
   
.reponses h2{
    font-size: 1.25em;
}

.presentation{
    margin: 75px 0 0 0;
}

.texte_pre{
    font-family: 'Helvetica LT Std';
    padding: 0 0 0 0;
    margin: 0 0 25px 0;
}   

.texte_pre p{
    font-size: 1em;
    line-height: normal;
    margin-bottom: 25px;
}
    
.liens_site{
       margin: 10% 0 10% 0;
        font-size: 1.15rem;
        padding: 0 0 0 5%;
    }    
    
.Gimages_pre{
    margin-bottom: 25px;
}  
    
.HBimages{
    margin: 0  0 25px 0px;
}
    
.BHimages{
    margin: 0  0 25px 0px;
    z-index: 1;
}
    
}
