body {
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
}

header {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 20px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

h1 {
    margin: 0;
    font-size: 2.5em;
}

h2 {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 5px;
}
h3{
    color: #2980b9;
}

.section {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.job-date {
    font-style: italic;
    color: #7f8c8d;
}

li {
    margin-bottom: 5px;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #2c3e50;
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 24px;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.email-link{
    color: #ecf0f1;
    text-decoration: none;
}
.email-link:hover{
    color: #6b6969;
}

.cell-link{
    color: #ecf0f1;
    /*text-decoration: none;*/
}
.cell-link:hover{
    color: #6b6969;
}

a {
    color: #606366;
    text-decoration: none;
}
a:hover {
    color:#3498db; 
}
.bilboquet-link{
    color: #2980b9;
}
.bilboquet-link:hover{
    color: #606366;
}
