body {
  background-color: #f2f2f2;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    font-size: 16px;
    color: #888;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    color: #000;
}

/* Exception tite section */
h5 {
    font-size: 1.3em;
    position: relative;
    top: -5px;
}


/* Typo */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Liens */
a {
    color: #000;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Header Wrap */
#headerwrap {
	background-color: #e5e5e5;
	padding-top:40px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap .img-circle {
    border: 10px solid #fff;
}

#headerwrap h1 {
	font-size: 80px;
	color: #34495e;
    text-shadow: 1px 1px 0 white;
    font-weight: 700;
}

#headerwrap h3 {
	font-size: 20px;
	color: black;
    font-weight: 400;
}

/* Intnro Wrap */

#intro , #interets {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	color: black;
}

#interets {
    background-color: #f2f2f2;
}

#intro h5, p {
	color: black;
}

#intro i {
	color: black;
	font-size: 20px;
	padding-right: 8px;
	vertical-align: middle;
}


#competences-wrap {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	color: black;
}

#competences-wrap h5, p {
	color: black;
}

#footer {
	background: #2f2f2f;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer p {
	color: white;
}

#footer t {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #91B4D8;
}

#footer h5 {
	color: white;
}

/* Global Values */

.desc {
	padding-top: 50px;
}

.desc p {
    font-family: 'PT Sans', sans-serif;
	color: #000;
}

.desc t {
    font-family: 'PT Sans', sans-serif;
	color: #34495e;
	font-weight: 700;
	text-transform: uppercase;
}

.desc i {
    font-family: 'Droid Serif', serif;
    font-size: .9em;
    color: gray;
}

.desc imp {
	padding: 6px;
	color: white;
	background: #34495e;
}

.desc more {
	color: #95a5a6;
}


sm {
	font-size: 12px;
}

.reals 

/* add social */
.social-icons {
     padding-left : 0;
}

.social-icons li { 
    display : inline-block;
    margin-right: 1em;
}
