/* CSS file
 * by Louis SWINNEN, 2019
 *
 */
 body  { 
    font-family: 'PT Sans', sans-serif; 
    padding-top: 50px; 
}

.page-header {    
    margin: 40px 0 30px;
    border-bottom: 1px solid #eee;
}

#interet {
    font-weight: bold;
}
#description {
    color: rgb(134, 134, 134);    
}
#commun {
    margin-top: 20px;
}

#entete {
    border-left: 5px solid lightgray;
    padding-left: 15px;
}

#footer {
    margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

#experience {
    font-weight: bold;
}


#codeblock {
    text-align: left;
    margin-left: 20px;
    padding-left: 10px;
    width: 350pt;
    border: 1px dashed black;
    font-size: 80%;
    background-color: #f0eee6;
}

code {    
    text-align: left;
    font-family: 'Source Code Pro', monospace;
    
}