@charset "UTF-8";
/*paramètres de page*/
body{
	/*font-family: 'century Gotic', verdana, sans-serif;*/
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
@media screen and (min-width: 1280px){
	html, body{
		height: 100%
		/*min-height: 100vh;*/
	}
}
/*paramètres d'entête*/
header{
	margin: 0px;
	padding: 0px;
	border-bottom: 4px solid #4f9e2c;
	height: 100px;
	background-color: #4f9e2c;
}
/*titre d'entête*/
h1{
	height: 60px;
	margin: 0px;
	padding: 0px;
	padding-top: 35px;
	border-bottom: 4px solid white;
	text-align: center;
	color: #fff;
	text-shadow: -1px -1px 2px #444;
}

/*paramètres du crops de la page*/
nav{
	width: 100%;
	height: calc(100% - 204px);
	margin: 0px;
	padding: 0px;
	Content: "";
	display:table;
	clear: both;
	border-top: 8px solid rgba(60,200,60,0.3);
}

/*boite intermédière entre nav et secltions*/
article{
	margin: 0px;
	padding: 0px;
}

/*paramètre généreau aux sections*/
section{
	padding: 0px;
	margin: 0px;
	padding-left: 6%;
	padding-right: 3%;
	
}
/*section gauche*/
.left{
	float: left;
	width: 30%;
	background-color: rgba(60,200,60,0.3);
	border-radius: 0px 0px 15px 0px;
}

/*section droite*/
.right{
	float: left;
	width: 60%;
	
}
/*mise en frome des titre dans les sections*/
h3{
	margin-bottom: 0px;
}

/*alignement du text*/
div{
	padding-left: 10px;
}
/*mise en frome des paragraphes*/
p{
	margin: 0px;
	padding: 0px;
}

/*insertion sprite coordonnées*/
table{
	border-collapse: collapse;
	margin-left: 2%;
	display: inline;
}
td{
	height: 30px;
}

#adresse{
	width: 25px;
	background-image: url("icon.png");
	background-position: 0px -115px;
	background-size: 500% auto;
	position: relative;
	top: 13px;
}
#adressetop{
	position: relative;
	top: 4px;
}
#adressebot{
	position: relative;
	bottom: 4px;
}
#telephone{
	width: 25px;
	background-image: url("icon.png");
	background-position: -110px 5px;
	background-size: 500% auto;
}
#email{
	width: 25px;
	background-image: url("icon.png");
	background-position: 0px -26px;
	background-size: 500% auto;
}
/*retrait de la mise en forme des liens*/
a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	text-shadow: 0px 0px 2px #E0E000;
}


/*mise en frome des compétences*/
.com{
	margin-top: 0px;
	padding-left: 6%;
}

/*création de jauge français*/
#fra{
	Margin-right: 15%;
	border-bottom: 5px solid #4f9e2c;
}

/*création de jauge anglais*/
#ang{
	Margin-right: 15%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	/*dégradé franc vert 80% blanc 20%*/
	border-image: -webkit-linear-gradient(left, #ffffff 0% 20%, #4f9e2c 20% 100%) 1;
	border-image: -o-linear-gradient(right, #ffffff 0% 20%, #4f9e2c 20% 100%) 1;
	border-image: -moz-linear-gradient(right, #ffffff 0% 20%, #4f9e2c 20% 100%) 1;
	border-image: linear-gradient(to right,  #4f9e2c 0% 80%, #ffffff 80% 100%) 1;
}
.ref{
	padding-bottom: 15px;
	
	
}
.pro{
	
	text-align: justify;
	font-style: italic;
}
/*mise en frome des expériences*/
.exp{
	
	border-top: 2px solid rgba(60,200,60,0.3);
	padding-top: 5px;
	padding-bottom: 5px;
}

#sergent{
	
	border-top: 2px solid rgba(60,200,60,0.3);
	padding-top: 5px;
}
#muni{
	padding-bottom: 30px;
	
}

/*paramètres pied de page*/
footer{
	height: 80px;
	padding-top: 10px;
	text-align: center;
	background-color: #4f9e2c;
	border-top: 2px solid #555555;
}