@font-face {
    font-family: 'Agency FB';
    src: url('../fonts/agency-fb.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}
body{
    margin-top:30px;
	font-family: 'Agency FB', arial;
	color:#111;
    margin:auto;
	width:50%;
}
h1{
	font-family: 'Agency FB', arial;
	display:block;
	font-size:20px;
	line-height:26px;
	width:95%;
	border-left:15px solid #007EB2;
	border-bottom: 1px solid #007EB2;
	padding-left:2px;
	margin:0;
}
h2{
	font-family: 'Agency FB', arial;
	border-left:15px solid #B25F00;
	border-bottom: 1px solid #B25F00;
	padding-left: 2px;
	font-size:1.2em;
	line-height:20px;
	margin:0;		
}
a{
    color:#B25F00;
}
a:visited{
    color:#B25F00;
}
.right img{
    width: 125px;
}
#wrapper { 
	top: 10px;
/*	height: 100% !important; */
	background-color:#FFF;
    
}
#header{	
	text-align:center;

}
#header h1{
	line-height:50px;
	font-family: 'Agency FB', arial;
	text-align:center;
}
#bandeau{
    margin-top:10px;
}
.left{
	margin-top:10px;
	margin-left:10px;
	width:70%;
/*	text-align: center; */
	display:inline-block;
	float: left;


}
.right{
	margin-top:10px;	
	margin-right:10px;	
	width:25%;
	display: inline-block;
/*	text-align: center; */
	float: right;
}

#photo{
	margin-top: 20px;
	background-color:#FFF;
}
.right img{
}


@media screen and (max-width: 1260px)
{
    body{
    	width:90%;
    }
    
	.left{
		margin-left:5px;
		width:100%;
		display:inline-block;
		float:left;

	}
	.right{
		margin-left:5px;	
		width:100%;
		display:inline-block;
		float:left;
		
	}
	.texte{
	    margin-left:15px;
	}
	.texte p {
		margin-left:5px;
		padding-left: 2px;

	}
	h1, h2{
	    margin-bottom:20px;
	}
}
#profession{
	font-size:1.8em;
	color: #007EB2;
}

#nom{
	font-size: 3.5em;
}
#prenom{
	font-size: 3em;
	color: #B25F00;
}

#footer{
	height:50px;
}
#telephone{
	display:none;
}
#mail, #nomPrenom, #mail, #profession_print{
	display: none;
}
.date{	
	border-left:15px solid #B25F00;
	border-bottom: 1px solid #B25F00;
	padding-left: 2px;
	margin:0px;	
	font-size:1.2em; 
}
.expPro{
	width:91%;
	margin-left:15px;
}
.expPro .employeur{
	font-size:1.2em;
}
.expPro .profil{
	font-style:italic;
	color:#007EB2;	
}
.detail{
	color:#007EB2;	
}

.expPro .employeur,.expPro .profil {
	border-left:1px solid #000;
	padding-left: 2px;
	margin:0px;	
}
.expPro .description{
	padding-left:20px;
}
.skills {
	margin-top:0px;	
	padding-left: 2px;
	color:#007EB2;
	border-left:1px dotted #007EB2;
	border-bottom:1px dotted #007EB2;
	display:block;
	font-size:12px;
	line-height:14px;
	font-style:italic;	

}
.skills_2{
	color:rgb(255, 0, 0);
	font-family:"Times New Roman", Times, serif;
}
.texte p {
/*	border-left:1px solid #000;*/
	padding-left: 2px;
	margin:0px;	
	font-size:1em;
}
#nomPrenom{
    width:200px;
}
#profession_print{
    width:300px;
}
#bandeau{
	text-align: center;
}