/**border**/
/*
body{
	border : solid black;
}

.container{
	border : solid yellow;
}
header{
	border : solid red;
}
*/

/**border**/

/*************************************/
*{
	box-sizing: border-box;
	margin : 0;
	padding : 0;
}

html{
	min-width: 150px;
	max-width: 1536px;
	margin : auto;
}

body{
	/*font-family: arial;*/
	font-size: 1em;
}

.container{
	margin: 0.5%;
}

/*********************header*******************/

header{
	background-image: url("../img/fond_pc.jpg");
	background-repeat: no-repeat;
	height: 50em;
	max-height: 60em;
	transition-property: height, max-height;
	transition-duration: 2s;
}

header img{
	/*min-width: 120px;*/
	width : 9em ;
	margin-top: 0.05em;
	margin-left: 0.5em;
}

header nav{
	float: right;
	margin-right : 3em;
}



header nav li{
	list-style: none;
	display: inline-block;
	margin-top: 1.5em;
}

.actuel{
	font-weight: bold;
}

header nav li a{
	text-decoration: none;
	color : black;
	padding: 0.5em;
}

header nav li a:hover{
	border-bottom: solid black;
}

.barreFixed nav{
	background-color: #5E5858;
	width : 100%;
	float : none;
	margin-right: 0em;
	text-align: center;
	padding-bottom: 1em;
	position: fixed;
	top : 0;
}
.barreFixed nav li{
	margin-left : 10%;
}
.barreFixed nav li:last-child {
  margin-right: 10%;
}

.barreFixed nav li a{
	color : white;
}
.barreFixed .actuel{
	font-weight: normal;
}

.barreFixed li a:hover{
	border-bottom: none;
}

.barreFixed{
	display: none;
}

/*******************media : header*******************/

@media (max-width : 470px)
{
	header{
		height: 20em;
		max-height: 60em;
	}
	header nav{
		float: none;
	}
	header nav li{
		display: block;
		margin-left: 1.5em;
	}
	.barreFixed nav li{
		margin-left : 0%;
	}
	.barreFixed nav li:last-child {
	  	margin-right: 0%;
	}
}

/*******************section : first*******************/

.first{
	text-align: center;
}

.titre_section{
	font-size: 2em;
	color : #707070;
}

.presentation, .langages{
	margin-top: 3em;
	margin-right: 1em;
	width: 20%;
	display: inline-block;
	padding: 0.5em;
	vertical-align: top;
}

.presentation{
	text-align: right;
	min-width: 280px;
}

.langages{
	text-align: left;
	min-width: 8em;
}
.first li{
	list-style: none;
}

.first p, .first li{
	margin-top: 1em;
}

.first h2{
	font-size: 1em;
}

.telecharger{
	margin-top: -11em;
	margin-left : 50em;
	margin-bottom: 15em;
}
.bouton_telecharger a{
	border : solid #022D55;
	padding: 1em 2em;
	color : #ffffff;
	background-color: #022D55;
	text-decoration : none;
}
/*********************media : first*******************/

@media (max-width: 1000px)
{
	.telecharger{
		margin-left : 35em;
	}
}

@media (max-width: 800px)
{
	.telecharger{
		margin: 0em;
		margin-left: 6em;
		margin-bottom: 5em;
	}
}

@media(max-width: 450px)
{
	.presentation, .langages{
		text-align: center;
	}
	.telecharger{
		margin-left: 0em;
	}

	.titre_section{
		font-size: 1.5em;
	}
}

@media(max-width: 300px)
{
	.presentation{
		display: none;
	}
}

/*******************section : second*******************/

.second{
	background-color: #C2BEBA;
	text-align: center;
	padding-bottom: 3em;
}

.second .container{
	padding : 3em;
}

.offre{
	width: 25%;
	text-align: center;
	display: inline-block;
	margin : 0 2em;
}

.offre img{
	margin : 3em 0;
}


.offre span{
	font-weight: bold;
}

/*********************media : second*******************/

@media (min-width: 921px){
	.offre p{
		width : 70%;
		margin : 0% 15%;
	}

	.offre_texte{
		min-width: 10em;
		max-width: 13em;
	}

}

@media (max-width: 920px)
{

	.second .container{
		padding : 3em 0em;
	}

	.offre{
		margin: 0em 1em;
	}
}

@media (max-width: 800px)
{
	.second{
		padding: 0em;
		padding-top : 1em;
		padding-bottom: 1em;
	}
	.second .container{
		padding : 0em 0em;
	}


	.offre{
		width : 100%;
		display: block;
		margin : 3em 0em;
	}

	.offre p{
		width : 40%;
		display: inline-block;
	}

	.offre img{
		margin : 0em;
	}

	.offre_texte{
		vertical-align: top;
		margin-top: 1em;
	}

}

@media (max-width: 540px)
{
	.offre p{
		width : 70%;
		margin : 0% 15%;
		display: block;
		text-align: center;
	}
}


/*******************section : third*******************/

.third{
	text-align: center;
	margin-bottom: 3em;
}

.third .titre_section{
	margin : 2em;
}

.info{
	display: inline-block;
	vertical-align: top;
	margin: 1em;
}

.info_texte{
	border : solid #022D55 1px;
	width : 15em;
	height: 7em;
}

.info_texte span{
	font-weight: bold;
	display: block;
	margin-top: 0.5em;
}

.message{
	border : solid #707070 1px;
	padding : 1em;
	width : 66.8em;
	display: inline-block;
}

input{
	display: block;
	margin-bottom: 1em;
	border : none;
	border-bottom: solid #707070 1px;
	width : 50%;
}

textarea
{
	display: block;
	width : 100%;
	margin-bottom: 1em;
	min-height: 10em;
	padding : 1em;
}

.bouton_envoyer{
	border : solid #022D55;
	padding: 1em 2em;
	color : #ffffff;
	background-color: #022D55;
	width : 8em;
}

.bouton_envoyer:hover{
	content : "submit";
}

.echecMessage{
	color : red;
}
.messageValide{
	color : green;
}
/*******************media : third*******************/

@media (max-width: 300px)
{
	.info{
		display: block;
	}

	.info_texte{
		width : 100%;
	}

}

@media (max-width: 180px)
{
	.info_texte{
		height: 8em;
	}

	.bouton_envoyer{
		width : 100%;
	}
}

@media (max-width: 1110px){
	.message{
		width: 50em;
	}
}

@media (max-width: 832px){
	.message{
		width: 32.4em;
	}
}

@media (max-width: 552px){
	.info_texte{
      width : 16em;
      height: 8em;
	}
	.message, input{
		display: block;
		width : 100%;
		margin : 0em;
		margin-bottom: 1em;
	}
}

/*******************section : footer*******************/

footer{
	background-color: #514D4D;
	min-height: 3em;
	text-align: center;
	padding: 1em;
}

footer p{
	color : white;
}
