2019-03-01 08:48:57 +01:00
|
|
|
.content {
|
|
|
|
color: $gray-light;
|
|
|
|
a {
|
|
|
|
color: $violet-light-darker;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
color: $violet-light;
|
|
|
|
}
|
|
|
|
a:visited {
|
|
|
|
color: $violet-dark;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#contact {
|
|
|
|
font-size: $font-size-small;
|
|
|
|
ul {
|
|
|
|
padding-left: 0;
|
|
|
|
li {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
}
|
2019-03-02 08:59:57 +01:00
|
|
|
.prof {
|
|
|
|
margin-top: 1em;
|
|
|
|
@include breakpoint(l) {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
2019-03-01 08:48:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#personnel,
|
|
|
|
#professionnel,
|
|
|
|
#contact,
|
|
|
|
#online {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#online {
|
|
|
|
section {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin-right: 1em;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|