.header-icon {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}
body {
    background: #FAFAFA;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.mdl-card {
    min-width: 100%;
}
.experiences-ul {
    list-style-type: none;
    border-top: 1px solid rgba(0,0,0,.12);
}
.experiences-ul p {
    margin-bottom: 8px;

}
.experiences-ul .material-icons{
    vertical-align: bottom;
}
.sujets-ul {
    font-style: italic;
    list-style-type: disc;
}
.logo {
    max-width: 64px;
    max-height: 64px;
    float:right;
    margin-right: 12px;;
}
.resume p {
    text-align: justify;
}