@font-face {
  font-family: HostGrotesk;
  src: url(HostGrotesk.ttf);
}


html{
  scroll-behavior: smooth;
}

body{
  margin: 0;
  color : white;
  background-color: #103357;
}


img{
  width: 100%;
}

hr, h1, p{
  margin: 0;
}
p{
  width: 80%;
  }
a{
  text-decoration: none;
  color: inherit;
}

.audio{
	padding-top:1.5vh;
	padding-bottom:1.5vh;
	
}

h1{
  font-family: "HostGrotesk";
  font-size: 1.5vw;
  margin-top : 1%;
  margin-bottom : 1%;
}

.dossier{
  width: 99%;
  height: 80vh;
}


header{
  width: 100%;
  padding-top : 1%;
  z-index: 2;
  position: fixed;

}

.logo{
  float: left;
  width: 10%;
  margin-top : 2vh;
  margin-left: 3%;
  margin-right: 3%;
}

.navbar{
  display: flex;
}

.trait{
  margin-top: 1%;
  height: 1px;
	border: 0;
}

.underline, .fin{
  color : white;
  background-color: #103357;
  text-decoration: none;
  font-size: 15pt;
  padding : 1%;
  margin-right: 2%;
  font-family: "HostGrotesk";
}

.underline2{
  color : white;
  background-color: #103357;
  text-decoration: none;
  font-size: 15pt;
  padding : 1%;
  margin-right: 2%;
  font-family: "HostGrotesk";
}

.underline:hover{
  //color : white;
  //background-color: #103357;
  text-decoration: none;
  opacity : 0.6;
}

.underline2:hover{
	opacity : 0.6;
  //color : white;
  //background-color: #103357;
  text-decoration: none;
}

.fin{
  margin-left: auto;
}
.fin:hover{
  //color : white;
  //background-color: #103357;
  text-decoration: none;
  font-size: 15pt;
  //border-radius: 25px;
  padding : 1%;
  opacity : 0.6;
}


.footerflex{
  display: flex;
  padding: 3%;
}

.footerdroite{
  padding-top: 1%;
  margin-left: auto;
  width: 5%;
  display: flex;
}

.logos{
  margin-right: 20%;
}

.mail{
  text-decoration: none;
  color : inherit;
}

.soustitre{
	margin-top:-1.5vh;
	margin-bottom:1vh;
	font-style : italic;
	font-size : 10pt;
}








.retour{
  z-index: 1;
  padding-top : 15vh;
  font-family: "HostGrotesk"
}

.theme{
  margin-top: 5%;
  margin-bottom: 3%;
  font-size: 15pt;
  text-align: center;
  padding: 1%;
  border : 1px solid white;
  border-radius: 25px;
  width: 25vh;
}

.texte{
  padding-top : 15vh;
}


.bawflex{
  display: flex;
}
.gauche{
  padding-left : 3%;
  width: 35%;
  border-right: 1px solid white;
  display: flex;
  flex-direction: column;
}
.toutdroite{
  background-color: #103357;
  padding-bottom : 8vh;
  padding-top : 8vh;
  width: 70%;
  height : 84vh;
  overflow: scroll;
}

.droite{
  display: flex;
}

.titreprojet{
  font-size: 3vw;
  margin-top: auto;
  margin-left: 6vw;
  transform-origin: bottom left;
  transform: rotate(-90deg);
}

.imagesdroite, .imagesgauche{
  padding-left : 1%;
  width: 50%;
}

.images{
  padding-bottom: 1%;
}

.logoslogiciels{
  display: flex;
  margin-bottom: 2%;
}

.logiciels{
  margin-left: 1%;
  width: 5%;
}

.illus{
  position: absolute;
  width : 10%;
  bottom : 0%;
  left : 8%;
}

.dossier{
  border : none;
  width: 100%;
  height: 80vh;
  padding-left : 1%;
}




.imageseule{
	padding-left: 1%;
	padding-bottom: 1%;
}

.troisimages{
	display : flex;
	width : 33%;
	padding-bottom: 1%;
}
.troisimages img{
	padding-left: 3%;
}





.underline2{
  color : white;
  background-color: inherit;
  text-decoration: none;
  font-size: 15pt;
  padding : 1%;
  margin-right: 2%;
  display: block;
}


@media only screen and (max-width: 700px) {
  .chargementimage{
    width:70%;
  }
  .logo{
	margin-top : 3%;
    width: 15vh;
  }
  h1{
	 font-size: 4vh;
  }
  .underline2{
    display: none;
  }
  .underline, .fin{
    font-size: 2vh;
    padding: 2%;
  }
  .footerdroite{
    width: 15%;
  }
  .cc{
    font-size: 3px;
  }
  .bawflex{
    display: block;
  }
  .gauche{
    padding : 20% 2% 2% 2%;
    border: none;
    width: auto;
    display: block;
  }
  .toutdroite{
    padding-top: 3%;
    width: 100%;
    overflow: auto;
    height: auto;
  }
  .dossier{
    height: 54vw;
  }
  .titreprojet{
    margin-top: 5%;
    font-size: 20pt;
    margin-left: 0;
    transform: none;
  }
  .theme{
    width: 98%;
  }
  .imagesdroite{
    padding-right: 1%;
  }
  .illus{
    display: none;
  }
  p{  
    text-align:center;
    width: 100%;
  }
  .texte{
	  padding-top:0vh;
  }
  .audio{
	  display:flex;
	  justify-content:center;
  }
  header{
	  position : inherit;
  }
}
