@charset 'UTF-8';
body
{
    font-family: 'franklin-gothic', -apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen','Ubuntu','Cantarell','Fira Sans','Droid Sans','Helvetica Neue',sans-serif;
    font-size: 20px;
    line-height: 1.5; 

    color: #222;
    background: #f5f5f5;
}
@media only screen and (max-width: 767px)
{
    body
    {
        font-size: 17px;
    }
}

.page
{
    position: relative;
    z-index: 1;

    max-width: 75%;
    min-height: 100vh;
    padding: 10vh 3vw;

    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
@media only screen and (max-width: 1200px)
{
    .page
    {
        max-width: 80%;
    }
}
@media only screen and (max-width: 1024px)
{
    .page
    {
        max-width: 95%;
    }
}
@media only screen and (max-width: 767px)
{
    .page
    {
        max-width: 100%;
    }
}

header
{
    margin-bottom: 3rem;
}

a
{
    text-decoration: none; 

    color: currentColor;
}
a:hover
{
    color: #3f51b5;
    border-bottom: 1px solid;
}

abbr
{
    cursor: help; 
    text-decoration: none;

    color: currentColor;
    border-bottom: 1px dotted #3f51b5;
}

h1
{
    font-size: 2em;
    line-height: 1.25;
}

h2,
h3,
h4
{
    font-size: 1em;
}

h1
{
    margin-bottom: .8em;
}
h1 a
{
    color: currentColor;
}
h1:after
{
    font-weight: normal;
    font-style: italic; 

    content: ' / design & code';
}

h4
{
    font-weight: normal;

    margin-bottom: .4em;
}

main > * + *
{
    margin-top: 3em;
}

nav
{
    margin-bottom: 1em;
}

nav > a:not(:last-child)
{
    margin-right: .4rem;
}

article > h2
{
    position: relative;
    left: -3vw;

    padding-left: 3vw; 

    color: #000;
}

iframe
{
    position: fixed;
    top: 0;
    right: 0;

    display: none;

    width: 84vw;
    height: 100vh;

    transition: all .08s ease-out; 

    border: 0;
    border-left: 1px dotted #aaa;
    background: #fff;

    -webkit-filter: blur(10px);
            filter: blur(10px);
}

iframe:hover
{
    z-index: 999;

    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3); 

    -webkit-filter: none;
            filter: none;
}

#parcours
{
    position: relative;
}
#parcours:before
{
    position: absolute;
    top: calc(1em + 4rem); 
    left: -1px;

    width: 1px;
    height: calc(100% - 10rem);

    content: '';

    background-color: rgba(0, 0, 0, .3);
}

.parcours.passed
{
    color: #6f6f6f;
}

.parcours.passed + .parcours.passed
{
    color: #888;
}

.parcours.passed + .parcours.passed + .parcours.passed
{
    color: #a2a2a2;
}

.parcours.passed + .parcours.passed + .parcours.passed + .parcours.passed
{
    color: #bbb;
}

.parcours
{
    position: relative;

    margin-top: 0;
    padding-top: 1em; 
    padding-left: 2rem;
}
.parcours:after
{
    position: absolute;
    top: calc(1em + 2rem);
    left: -6px;

    display: block;

    width: 10px;
    height: 10px;

    content: '';

    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 10px;
    background: white; 
    box-shadow: 0 0 1px 4px rgba(0, 0, 0, .1);
}
.parcours.active .parcours__head,
.parcours.active .parcours__content > p
{
    color: #3f51b5;
}
.parcours:hover .parcours__head,
.parcours:hover .parcours__content > p
{
    color: #3f51b5;
}
.parcours:hover .old
{
    color: #7a7a7a;
}
.parcours:hover .parcours--contrat
{
    visibility: visible; 

    opacity: 1;
}
.parcours:hover:after
{
    transition: background-color 350ms linear; 

    background-color: #3f51b5;
    box-shadow: 0 0 1px 4px rgba(63, 81, 181, .1);
}

.parcours__head
{
    cursor: default;
}

.parcours__content
{
    font-size: 1rem;

    padding-top: .25rem;
}
.parcours__content > p
{
    font-family: Georgia;
    font-style: italic;

    margin-bottom: .5rem;
}
.parcours__content > ul
{
    margin: 0 0 0 -33px; 
    padding: 0 0 0 0;
}
.parcours__content > ul > li
{
    position: relative;

    display: flex;

    margin-bottom: 1rem; 
    padding-left: 33px;

    list-style: none;
}
@media only screen and (max-width: 767px)
{
    .parcours__content > ul > li
    {
        display: block;
    }
}
.parcours__content > ul > li::before
{
    position: absolute;
    top: 13px;
    left: 0;

    width: 20px;
    height: 1px;

    content: '';

    border-radius: 1em; 
    background-color: rgba(0, 0, 0, .3);
}

.parcours.active .in-progress
{
    color: rgba(63, 81, 181, .5);
}

.parcours__year
{
    display: block; 

    margin-right: 4px;
}

.parcours__content > hr
{
    width: 50%;
    height: 1px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;

    border: none; 
    background-color: rgba(63, 81, 181, .25);
}

.parcours__list a[href^='http'],
.old
{
    font-family: Georgia;
    font-style: italic;
}

.parcours__head > div:last-child > div:first-child
{
    cursor: url('../images/cursors/default.png'), auto;
    cursor: -webkit-image-set(url('../images/cursors/default.png') 1x, url('../images/cursors/default-hi.png') 2x), auto;
}

.parcours__head > div:last-child > div:last-child
{
    line-height: 1.25;
}

.formation
{
    display: flex;

    gap: 3rem;
    align-items: baseline;
}
@media only screen and (max-width: 767px)
{
    .formation
    {
        display: block;
    }
}

.formation > div:first-child,
.parcours > div:first-child
{
    font-size: 1rem;
}

.formation > div > div:first-child,
.parcours .parcours__head > div > div:first-child
{
    font-weight: bold;
}

.formation--option,
.formation--mention
{
    font-size: .75em;
    font-weight: 300; 
    font-style: italic;
}

.parcours--contrat
{
    font-size: .75rem;

    position: absolute;
    left: 0;

    visibility: hidden;

    padding: 2px 0;

    transition: opacity 350ms linear; 
    -webkit-transform: rotate(180deg) translate(10px, 0px);
            transform: rotate(180deg) translate(10px, 0px);
    letter-spacing: -.015em;
        -ms-writing-mode: tb-rl;
    text-transform: uppercase;

    opacity: 0;
    color: #bbb;
    background: #fff;

    text-orientation: sideways;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
}

.realisation__list
{
    margin: 0 0 .8em 0; 

    list-style: none;
}

.realisation__list li,
.realisation__list li a
{
    display: block;
}
@media only screen and (max-width: 767px)
{
    .realisation__list li,
    .realisation__list li a
    {
        display: inline;
    }
}

.realisation__list li a,
.realisation__list li a:hover
{
    color: #3f51b5;
    border: 0;
}

.realisation__list li a:hover,
.realisation__list li a.selected
{
    font-weight: bold;
}

@media only screen and (max-width: 767px)
{
    .realisation__list li a.selected span:before,
    .external:before
    {
        content: '';
    }
}

.realisation__list li a span
{
    font-weight: normal;
    font-weight: normal; 

    margin-left: .1em;

    color: #222;
}

.realisation__list li a:hover,
.realisation__list li a.selected
{
    font-weight: bold;
}

.realisation__list li a:hover span::before,
.realisation__list li a.selected span::before
{
    content: ' — ';
}

@media only screen and (max-width: 767px)
{
    .realisation__list li a
    {
        font-weight: bold; 

        color: currentColor;
    }
}

.external:before
{
    content: '↗';
}

.skill__dots
{
    font-size: .75em;

    letter-spacing: 1px;
}

.button
{
    font-size: 1em;
    line-height: 1.2;
    line-height: 1;

    position: relative;

    display: inline-flex;

    padding-top: .5em;
    padding-right: .75em; 
    padding-bottom: .5em;
    padding-left: .75em;

    white-space: nowrap;
    text-decoration: none;

    border: 1px solid transparent;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    will-change: transform;
    justify-content: center;
    align-items: center;
}

.button--PDF
{
    padding-right: 2rem; 
    padding-left: 2rem;

    border: 1px solid rgba(0, 0, 0, .115);
    border-radius: 2px;
    background-color: #fafafa;
}
.button--PDF:hover
{
    cursor: pointer;

    border: 1px solid #3f51b5; 
    background-color: aliceblue;
}

a.link--ext:not(.button)
{
    line-height: 100%; 

    margin-right: 10px;
    margin-right: .625rem;
    padding-right: 14px;
    padding-right: .875rem;

    background-image: url(../images/icons/external.svg);
    background-repeat: no-repeat;
    background-position: right 70%;
    background-size: 12px;
}

a[href$='.pdf']:not(.button)
{
    line-height: 100%; 

    margin-right: 10px;
    margin-right: .625rem;
    padding-right: 32px;
    padding-right: 2rem;

    background-image: url(../images/icons/pdf-outlined-grey.svg) !important;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 32px 32px;
}

a[href$='.pdf']:not(.button):hover
{
    background-image: url(../images/icons/pdf-outlined-blue.svg) !important;
}

.actions
{
    padding-top: 1vh;
    padding-top: 1vh;

    text-align: center;
}

@media print
{
    body
    {
        font-size: 10pt;
    }
    nav
    {
        display: none;
    }
    header
    {
        margin-bottom: 1cm;
    }
    article > * + *
    {
        margin-top: .25cm;
    }
    article
    {
        -webkit-column-break-after: always;
           -moz-column-break-after: always;
        break-after: always;
    }
    #parcours::after,
    #parcours::before,
    .parcours::after,
    .parcours::before
    {
        display: none; 

        content: inherit;
    }
    .parcours
    {
        margin: 0;
        padding-top: .25cm; 
        padding-left: 0;
    }
    .parcours__content
    {
        font-size: 10pt; 

        display: block !important;
    }
    .parcours__list
    {
        display: none;
    }
    .formation > div:first-child,
    .parcours > div:first-child
    {
        font-size: 10pt;
    }
    .button--print
    {
        display: none;
    }
    @page
    {
        margin: 5%; 

        size: A4 portrait;
    }
    .page
    {
        float: none !important;

        width: auto;
        margin: 0 5%;
        padding: 0;

        color: black;
        border: 0;
        background: red;
        box-shadow: none;
    }
}

/*# sourceMappingURL=style.css.map */
