/* ----------------------- IMPORTATION DES TYPOS ----------------------- */
@font-face {
  font-family: OfficeCodePro_regular;
  src: url(fonts/officecodepro-regular.otf);
}

@font-face {
  font-family: OfficeCodePro_bold;
  src: url(fonts/OfficeCodeProD-Bold.otf);
}

/* ----------------------- STYLE ----------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}
/* 
body{
  overflow: hidden;
} */
html,body{
  scroll-behavior:smooth;
}



html,
body,
p {
  margin: 0;
  padding: 0;
  /* font-family: Endroit; */
  font-family: OfficeCodePro_regular;
  font-size: 16px;


}

.gras {
  font-family: OfficeCodePro_bold;
}



a {
  color: white;
  text-decoration: none;

}

.bigContainer {
  display: flex;
  height: 100vh;
  width: 100%;
}

/* SPÉCIFIQUE DESCRIPTIONS DE PROJETS */


.titre {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 15%;
  padding: 0px 16px;
}


.description {
  margin-top: 50px;
  padding: 4px 16px;
  font-size: 16px;
}

.contactfren {
  display: flex;
  position: relative;
}

#fren {
  position: absolute;
  flex-wrap: wrap;
  right: 16px;
}

#fren a {
  padding-left: 8px;
}

/* PAGE INFOS */

#pageInfos {
  background-color: pink;
  position: absolute;
  /*z-index: 9999999;*/
  width: 50%;
  height: 100vh;

  overflow: hidden; 

  display: none;
}

.droiteInfos {
  height: 100vh;
  position: absolute;
  right: 0px;
  top: 0px;
  /*z-index: 9999999;*/
}

.gaucheInfos {
  position: absolute;
  top: 0px;
  left: 0px;
  /*z-index: 9999999;*/
}

.contactfrenInfos{
  width: 100%;
  display: flex;
  position: absolute;
  left: 0px;
  top: 0px;

}
.contactfrenInfos a:hover{
  color: white;

}

.texteInfos {

  margin-top: 15%;


}

.texteInfos p{
  margin-top: 12px;
}

.mentionsLegales {
  font-size: 12px;
  padding: 8px 16px;

  position: absolute;
  bottom: 0px;
}

.outils {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.parentCollectif{
  display: flex;
  padding-left: 16px;
  align-items: center;
  margin-bottom: 60px;
}

.parentCollectif a{
  flex-grow: 1;


}

.parentCollectif p{
  flex-grow: 2;
}

.portfolioPdf {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 8px 16px;

  background-color: pink;
}

.maj{
  text-transform: uppercase;
}

.maj span{
  text-transform: lowercase;
}


/* PAGE DE FIN */

.portfolioPdfFin {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 8px 16px;

  background-color: pink;
}




/* DIV SOURIS  */

#texteSouris, #texteSourisScrollG, #texteSourisScrollD{
  background-color: pink;
  margin-left: 20px;
  padding: 0px 2px;
  width: fit-content;
  z-index: 999999999;
  position: fixed;
  pointer-events: none;
  display: none;
  font-family: OfficeCodePro_regular;
}


/* DIV RESPONSIVE */

.responsive{
  display: none;
  height: 100vh;
  width: 100%;
  background-color: pink;
}





.rouge {
  background-color: red;
}

.bleu {
  background-color: blue;
}

.vert {
  background-color: green;
}

.jaune {
  background-color: yellow;
}

.rose {
  background-color: pink;
}

.blanc {
  background-color: white;
}

/* SMARTPHONE MODE PORTRAIT */
@media screen and (orientation: portrait) {
  .bigContainer{
    display: none;
  }

  .responsive{
    display: block;
  }

  .en-tete{
    display: none;
  }

  a{
    color: black;
  }
}






@media print {
  html,
  body {
    size: A4;
    margin: 0;
  }
  #pageInfos {
    background-color: red;
  }

  .noPrint{
    display: none;
  }
}









/* 
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

body {
  overflow: hidden;
  height: 100vh;
  font-family: Arial, sans-serif;
}

        

.colonne {
  width: 50%;
  height: 100vh;
  overflow-y: scroll;
}

.colonne.active {
  scroll-snap-type: y mandatory;
}

.colonne::-webkit-scrollbar {
  width: 0px;
}


.projet {
  height: 100vh;
  display: flex;
  color: white;
  scroll-snap-align: start;
  color: black;
}

.projet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: auto;
}

#couv-gauche {
  background-image: url(medias/moi-typo-03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  cursor: s-resize;
}

#couv-droite {
  background-image: url(medias/moi-typo-04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  cursor: n-resize;
}

.en-tete {
  position: fixed;
  top: 14px;
  left: 0;
  width: 100%;
  height: 40px;
  color:white;

  z-index: 9999999;
  mix-blend-mode: difference;
}





.infos {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 16px;
  padding-left: 24px;
  flex-wrap: wrap;
 
  

}

.contact {
  position: absolute;
  left: 52%;
  top: 0px;
  
}

.langue {
  position: absolute;
  right: 24px;
  top: 0px;
}








img:hover {
  cursor: crosshair;
}

.content-info a{
  color: black;
}

.cv {
  padding-left: 16px;
  !margin-top: 40px;
}

#retour{
  color: black;
  text-transform: uppercase;
  font-weight: bolder;
  
}

.ancre{
  color: transparent;
}

.retourp{
  padding-left: 24px;
  margin-top: 50px;
}

