/*------------------------- page index*/
#lienspageindex{
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	bottom: 0;
}

main{
	height: 85vh;
}

#lienspageindex .projet{
	height: inherit;
}

/*------------------------- fin page index*/
/*------------------------- header*/
header:not(#headerindex) #liens, header:not(#headerindex) p a{
	display: none;
}

/*------------ nav*/
#presentation{
	grid-column: 1/2;
	display: grid;
	grid-template-columns: 1fr;
}

#liens{
	grid-column: 1/2;
	text-align: left;
	margin-top: 10px;
}

/*#liens p{
	display: auto;
}*/

#mailDesktop{
	display: none;
}

#mail{
	display: inline;
}

h2{
/*	padding-left: 15px;*/
	font-size: 2.5em;
}

h3{
	margin: auto 5px;
	padding: 0 5vw;
}
/*------------ fin nav*/
/*------------------------- fin header*/

.projet:hover .imgallprojects{
	visibility: hidden;
	opacity: 1;
}

.projet{
	/* grid-template-columns: 1fr; */
	display: block;
}

.projet p{
	grid-column: 1/2;
	margin-left: 0;
	margin-bottom: 30px;
	padding: 0 15px;
	line-height: 1.2em;
}

.detail{
	display: none;
	margin-bottom: 15px;
}

.imgintro{

}

#annee1{
	margin-top: 22vh;
}

.projet:hover{
	box-shadow: none;
}


/*------------ images*/
.contenuimg{
	overflow-y: visible;
	height: auto;
}

figure{
	padding-right: 15px;
}

.active{
	padding-right: 0;
}

/*------------ fin images*/

/*------------------------- footer*/
footer{
	/* display: block; */
	/* position: absolute; */
	/* bottom: 0;
	height: 0; */
	margin-bottom: 15px;
}

#amies{
	text-align: left;
	grid-column: 1/4;
}

#separationFooter{
	margin-top: 15px;
	display: block;
}

#about-site{
	display: none;
}

/*------------------------- fin footer*/
/*------------------------- page typographies*/
#typographies{
	display: block;
}

.infosprojets{
	display: block;
}

.detail{
	margin-top: 15px;
}

.downloadlink a{
	flex-grow: 1;
	margin-left: 0;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22px;
}

.downloadlink{
	justify-content: inherit;
}

.typotest{
	display: block;
}

.infosprojets .downloadlink{
	width: auto;
}

/*------------ typetester*/
#matisse{
	font-size: 14em;
}

.ptest1{
	font-size: 8em;
}

.ptest2, .ptest3 {
  font-size: 2.5em;
  }

/*------------ fin typetester*/
/*------------------------- fin page typographies*/