*{
	box-sizing: border-box;
	text-decoration: none;


}

header, main, footer {
	font-family: 'Fjalla One', sans-serif;

}

/***********************************************************************************/
nav{

	position: absolute;
	z-index: 999;
	width: 100%;
	}

#nav {
	position: fixed;
	display: inline-block;
	background-color: #d6ae7b;

	box-shadow: 0px 4px 0px;
	opacity: 0.8;

	/*display: inline-flex;
	flex-direction: row;*/

}
#habout, #hport, #hcontact {
	float: right;
	padding: 3vh;

}

#titre {
	float: left;
	padding: 3vh;
}

#logo {
	display: inline-block;
	float: left;
	margin-top: 1vh;
	margin-left: 3vh;
	width: 2vw;
}

#nav a {
	color: /*#f5e4c3*/ #000;
	font-size: 2vh;
}



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


#hport li {
/* on place les liens du  horizontalement */
    display: inline-block;
}
#hport ul li {
/* on enlève ce comportement pour les liens du sous  */
    display: inherit;
}
#hport a {
    text-decoration: none;
    display: block;
}

#soushport a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #d6ae7b;
	padding-left: 1em;
	padding-right: 1em;

}
#hport ul {
    position: absolute;
/* on cache les sous s complètement sur la gauche */
    left: -999em;
    text-align: left;
    z-index: 1000;
}
#hport li:hover ul {
/* Au survol des li du  on replace les sous s */
    left: auto;
}



body {
	background: #eacda3;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #d6ae7b, #eacda3);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #d6ae7b, #eacda3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}



#nav a:hover{
	text-decoration: underline;
	color: #590000;
}

/*main ------------------------------------------------------------------*/
html{
	width: 100%;

}


main{

	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.content{
	padding: 1vh;
	padding-bottom: 4vh;
	margin-top: 3vh;
	border: solid 2px black;
}
#ulfoot, #ullienport, #ullienCV{

	padding-top: 1em;

}
#ullienport, #ullienCV{
	margin-top: 3em;

}


#lienport, #lienCV{
	font-size: 2vh;
	text-decoration: none;
	color: black;
	padding: 2vh;
	margin-bottom: 2vh;
	background-color: #eacda3;
	border-radius: 30px;
}
#lienport:hover{
	text-decoration: underline;
	color: #590000;

}

#lienCV:hover{
	text-decoration: underline;
	color: #590000;

}
#present h2, #present h3{
	font-weight: bold;
	font-size: 2vh;
	text-align: left;
	text-align: center;

}
h3{
	padding-top: 1em;
}



#sociaux img {
	width: 50%;
	position: center;
}

#sociaux img:hover{
		transform: scale(1.2);
	}

#sociaux {
	display: inline-flex;
	text-align: center;
	width: 35%;
	padding: 1em;
}


#crittitre{
	height: 100%;
	display: flex;
	flex-direction: column;

	opacity: 0.8;
	background-color: #000;
	/*margin-top: 4.25em;*/

	/*left: 26%;
	position: relative;*/
	padding-left: 20vh;
	padding-right: 20vh;
	margin-top: 8vh;

	text-align: center;
}

#crittitre li{

	text-align: center;
	padding: 1em;

	color:#AF946D ;
	display: inline-block;
	font-size: 2vh;
	/*right: 27%;*/

}



@media (max-width: 980px){
		#sociaux {
			width: 30%;
		}

		#logo {
			width: 6%;
		}

		#titre{
			display: none;
		}

	}

@media (max-width: 630px){

	#present h2, #present h3, #lienport{
		font-size: 18px;
	}
}
@media (max-width: 405px){
	#nav a, #titre, #hport, #hcontact{
		font-size: 10px;
	}

	main{
		font-size: 18px;
	}


}
				@media (max-width: 350px){
					#sociaux {
						width: 100%;
					}

					#logo {
					width: 8%;
					}
					h2, h3 {
						font-size: 20px;
					}
				}
				@media (max-width: 320px){
					#sociaux {
						height: 100%;
					}

					#logo {
					width: 8%;
					}
