@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff2') format('woff2'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* dm-serif-display-regular - latin */
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/dm-serif-display-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/dm-serif-display-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dm-serif-display-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/dm-serif-display-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/dm-serif-display-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/dm-serif-display-v5-latin-regular.svg#DMSerifDisplay') format('svg'); /* Legacy iOS */
}

#bloc-page
{
	width: 900px;
	margin: auto;
	border: 1px solid black;
}

header
{
	
	display: flex;
	background: url(images/Polygone.png) no-repeat bottom;
	background-size: 100% 100%;
	height: 200px;
	

}
#image-prof
{
	
}
header img
{
	
	
	width: 120px;
	height: 120px;
	border-radius: 100px;
	TOP: 40px;

}

#header-left
{
	margin-top: 20px;
	margin-left: 30px;
	line-height: 80%;


	flex: 3;

}
#header-right
{

	flex: 1;
	margin-top: 15px;
}
#prenom 
{
	text-transform: uppercase;
	font-family :'DM Serif Display', helvetica, serif;
	font-size: 2.4em;
}
#nom 
{
	text-transform: uppercase;
	font-family :'DM Serif Display', helvetica, serif;
	font-size: 2.4em;
	color: grey;
}
header p
{
	text-transform: uppercase;
	font-family :'open_sansregular',Arial,DM Serif Display,serif;
	font-size: 1em;
}
section
{
	display: flex;
	flex-direction: row-reverse;

}
section h1
{
	font-family: 'open_sansbold',helvetica,serif;
	text-transform: uppercase;
	font-size: 1.5em;
}
section h2
{
	color: rgb(103, 107, 112);
	font-family: 'open_sansbold',helvetica,serif;
	font-size: 1.1em;
	line-height: 80%;
	margin-right: 5px;
}
section h3
{
	color: rgb(103, 107, 112);
	font-family :'open_sansregular',Arial,DM Serif Display,serif;
	text-transform: uppercase;
}
section p 
{
	
	font-size: 1em;
	color: rgb(103, 107, 112);
	font-family: 'open_sansregular',helvetica,serif;
}
aside
{
	display: flex;
	flex-direction: column;
	position: relative;
	width: 35%;
	margin-right: 30px;
	margin-left: 30px;


}
article
{
position: relative;
margin-right: 30px;

border-left: 5px solid #d1f1f1;
padding-left: 30px;

}
#competencesetformations
{
	display: flex;
	flex-direction: row;
}
#adresse
{
	text-transform: uppercase;
}
article p 
{
	text-align: justify;
}
#langues 
{
	background: url(images/tiret.jpg) no-repeat top left;
	
}
#contact
{
	background: url(images/tiret.jpg) no-repeat top left;
	
}
#permis 
{
	background: url(images/tiret.jpg) no-repeat top left;
}
#centres-interet
{
	background: url(images/tiret.jpg) no-repeat top left;
}
#mes-langues
{
	display: flex;
	
}
#formations 
{
	display: flex;
	flex-direction: column;
	width: 80%;
	
	background: url(images/tiret.jpg) no-repeat top left;


}
#formations p 
{
	font-family :'open_sansregular',Arial,DM Serif Display,serif;
	font-size: 1.3em;
	margin:0 0 0 0;
	padding-bottom: 15px ;
}
#formations h2
{
	font-size: 1.3em;
	line-height: 110%;
	margin: 0 0 0 0;
}
#competences 
{
	background: url(images/tiret.jpg) no-repeat top left;
	margin-left: 10px;
}
#competences p 
{
	text-align: left;
}
.courant
{
	margin: auto;
}
.francais
{
	vertical-align: middle;
}
#experiences h3
	{

	  text-decoration: none !important;
	  
	}
@media all and (max-width:  899px)
{
	#bloc-page 
	{
		width: auto;
	}
	#competencesetformations
	{
		display: contents;
		
	}
	#competences 
	{
		padding-top: 3px;
	}
	#experiences h2 
	{
		line-height: 1.2em;
	}
	#titre-cv
	{
		line-height: 1.2em;
	}
	#experiences p 
	{
		display: flex;
		margin-right: 5px;
		text-align: justify;
	}
	nav
	{
		width: auto;
		text-align: left;
	}
	nav ul 
	{
		flex-direction: column;
	}
	nav li 
	{
		padding-left: 5px;
	}
	nav a
	{
		font-size: 1em;
	}
	
	section
	{
	flex-direction: column;
	
	}
	#experiences h3
	{

	  text-decoration: none !important;
	  
	}
	#header-right
	{
		padding-left: 3px;
	}
}

