.body {
    font-family: "Open Sans", "Lato", sans-serif;
}
.titre {
    text-align: center;
    font-size: 2em;
    margin-top: 30px;
    margin-bottom: 25px;
}
.social {
    width: 40px;
    height: 40px;
    margin-right: 3px;
}
.name {
    font-size: 1.3em;
}
.avatar {
    margin-top: 30px;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    border: 2px solid white;
}
.cv {
    margin-top: 15px;
}
.about {
    background: url("img/lake.jpg");
    background-repeat: no-repeat;
    height: auto;
    color: #FFFFFF;
    text-shadow: 0px 1px 2px #000000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.about a {
    color: #FFFFFF;
}
.about a:hover {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
}
.competences,
.outils {
    text-align: center;
    font-weight: 600;
}
.logo {
    width: 75px;
    height: 75px;
}
.copyright {
    font-size: 0.85em;
    padding: 10px;
    font-weight: 600;
}
.margin-logo {
	margin-top: 10px;
}
