body{
    font:16px 'Source Code Pro';

}
.container{
    width:1000px;
    overflow: hidden;
    margin:-.1rem auto ;

}
.menu{
    display: none !important;
}
/*ombrage*/
article:before, article:after {
    content: "";
	display:none;
  
}

.tooltip{
	display:none;
 }
 
h1{
    font-size: 3rem;
	
}
h2{
    font-size:2.3rem;
	/*text-decoration:underline;*/

}

h2 .fa{
    font-size:2rem;

}
h3{
	font-size:1.5rem;
}

h3 .fa{
	font-size:1.5rem;
}




p{
    margin-left: 2rem;
}


.skills br{
	display:block;
}

section:first-child article:first-child h2{
	text-align:left;
    font-size: 1.5rem;
    font-weight: 300;
	text-decoration:none;
}	
section:first-child article:first-child h2 .fa{
	text-align:left;
    font-size: 1.3rem;

}
.nom{
	margin-left:3rem;
}









section:last-child article:last-child ul li p{
    font-weight: 600;
	font-size:1.1rem;

}
section:last-child article:last-child ul li:last-child p .fa{
        margin-left: 4rem;
		margin-bottom:.1rem;
		font-size:.8rem;
     
}



section:first-child article:nth-child(2) p{
		font-size:1.1rem;

}


a{
    display: block;
    color:inherit;

    word-wrap: break-word;
    margin-left: .3rem;
    text-decoration: none;
	font-weight:600;
}



.school p{
	font-weight:600;


}

 article{
    background: none;
    background-size:auto;
    background-position: 0 0;
    position:relative;
    margin:1.5rem;
    padding: 0;
	padding-top:0;
    border:none;
    box-shadow: none;
    border-radius:5px !important;
}
.experiences{

	margin-left:2.5rem;
	margin-top:1rem;
}
.skills{
    margin-bottom: 0;
    margin-top: 5rem;
}
.interest, .school{
	margin-left:2.5rem;
}
.interest{
   top: -11rem;

}
.school{
    top:-3.5rem;
}

.utility{
    display: none;
}


