@charset "UTF-8";:root{--primary-text:#424242;--light-text:#777;--contrast-text:#9e9e9e;--body-color:#fff7eb;--body-text:#cfb7ab;--sidebar-color:#efefef;--primary-color:#f90;--link-color:#f90;--divider-color:#e0e0e0;--white:#fafafa;--black:#424242;--shadow-color:#999;--root-font-size:16px;--print-font-size:12pt;--gutter:20px;--gutter-reset:-20px;--valid-color:#090}html{background:var(--body-color);color:var(--primary-text);font-family:sans-serif;font-size:var(--root-font-size)}body,html{margin:0;padding:0}*{box-sizing:border-box}@media print{html{background:none;font-size:var(--print-font-size)}body{position:relative;z-index:1}}h1,h2,h3,h4{margin-bottom:.4rem;margin-top:1rem}h1{font-size:1.5em}h1,h2{color:var(--primary-color);text-transform:uppercase}h2{font-size:1.3em}h3{font-size:1.1em}h3,h4{color:var(--light-text)}h4{font-size:1em}@media screen and (max-width:479px){h1{font-size:1.3em}h1,h2{color:var(--primary-color);text-transform:uppercase}h2{font-size:1.2em}h3{color:var(--light-text);font-size:1.1em}}a{color:var(--link-color);cursor:pointer}a:hover{text-decoration-color:var(--primary-text)}a.--external[target=_blank]:after{color:var(--light-text);content:" [\1f855]";display:inline;font-size:.8em}hr{border:0;border-bottom:2px solid var(--divider-color);height:0;margin:1.5em 0;width:100%}strong{color:var(--light-text)}pre{font-size:.9em;white-space:normal}blockquote{border-left:4px solid var(--divider-color);color:var(--light-text);margin-left:.6em;padding:.2em 0 .2em .6em}ul{margin:0}@media print{caption,h1,h2,h3{page-break-after:avoid}a[href].print-href:after{content:" (" attr(href) ")"}blockquote,ol,ul{page-break-inside:avoid}}.container{box-shadow:2px 2px 6px var(--shadow-color);display:flex;justify-content:stretch;margin:calc(3.8rem + 3px + var(--gutter)) auto var(--gutter) auto;max-width:1024px;width:100%}@media screen and (max-width:479px){.container{flex-direction:column}}@media print{.container{box-shadow:none;margin:0;max-width:210mm;width:100%}}.sidebar{background:var(--sidebar-color);flex-shrink:0;padding:var(--gutter);width:290px}.sidebar .contact{list-style-position:outside;list-style-type:none;margin:1.4em 0;padding:0}.sidebar .contact li{align-items:center;display:flex;margin:.2em 0}.sidebar .contact a{color:var(--primary-text);text-decoration:none}.sidebar .contact a:hover{text-decoration:underline;text-decoration-color:var(--link-color)}.sidebar .contact svg{fill:var(--link-color);height:1em;margin-right:.4em}@media screen and (min-width:480px) and (max-width:767px){.sidebar .contact{margin-top:0}}.identity .name{font-size:1.3em}.identity .position{color:var(--primary-color);font-size:1.4em;text-transform:uppercase}.identity img{border:6px solid var(--white);border-radius:50%;box-shadow:0 0 4px var(--shadow-color);margin:var(--gutter) auto 0 auto;width:100%}.identity{display:grid;grid-auto-rows:auto;grid-template-columns:1fr}@media screen and (min-width:480px) and (max-width:767px){.container{flex-direction:column}.sidebar{background:var(--white);display:flex;flex-direction:row;width:100%}.identity img{width:160px}.tag-box{flex:0;margin-top:0}}@media screen and (max-width:479px){.container{box-shadow:none;margin-bottom:0}.section--formations,.section--jobs,.section--leisures,.section--skills{background:var(--white);box-shadow:1px 1px 4px var(--shadow-color);margin-bottom:var(--gutter);margin-left:var(--gutter-reset);margin-right:var(--gutter-reset);padding:0 var(--gutter) var(--gutter) var(--gutter)}div.content{background:none;padding-bottom:0}}@media screen and (max-width:767px){.sidebar{background:var(--white);box-shadow:1px 1px 4px var(--shadow-color);margin-bottom:var(--gutter)}.identity{grid-template-columns:4.8em 1fr}.identity .name{align-self:end;font-size:1.3em;grid-column:2;grid-row:1}.identity .position{align-self:start;font-size:1.3em;grid-column:2;grid-row:2}.identity .avatar{grid-column:1;grid-row:1/3}.identity img{border-width:2px;height:4em;margin:0;width:auto}}.qr-codes{display:flex;flex-direction:column;margin:1em 2em;width:calc(100% - 4em)}@media screen and (min-width:480px) and (max-width:767px){.qr-codes{display:none}}@media screen and (max-width:479px){.qr-codes{display:none}}.qr-codes a{color:var(--light-text);cursor:pointer;margin-bottom:2em;text-align:center;text-decoration:none}.qr-codes a:hover{text-decoration:underline;text-decoration-color:var(--link-color)}.qr-codes span{display:block;margin-top:-.6em}.qr-codes img{width:100%}@media screen and (max-width:479px){.sidebar{width:100%}}@media print{.sidebar{font-size:.8em;width:60mm}}.content{background:var(--white);flex-grow:1;padding:0 var(--gutter) var(--gutter) var(--gutter)}@media print{.content{background:none}}.tag-box{display:flex;flex-wrap:wrap;margin:1em auto}.tag-box__tag{background:var(--primary-color);border-radius:.6em;box-shadow:1px 1px 2px var(--shadow-color);color:var(--white);line-height:1.2em;margin:.1em .2em;padding:.2em .6em;white-space:nowrap}@media screen and (min-width:480px) and (max-width:767px){.tag-box{flex:0;margin-top:0}}.header{align-items:center;background:var(--black);border-bottom:3px solid var(--primary-color);box-shadow:0 2px 6px var(--shadow-color);color:var(--contrast-text);display:flex;justify-content:stretch;left:0;margin:0;padding:.8em 1.6em;position:fixed;top:0;width:100%;z-index:10}.header__title{color:var(--primary-color);font-size:1.2em}.header__subtitle{padding-left:.8em}@media screen and (max-width:479px){.header__subtitle{display:none}}.header__spacer{flex-grow:1}.header__ico{cursor:pointer}.header__ico svg{fill:var(--contrast-text);height:2em;margin-left:1em}.header__ico:hover svg{fill:var(--primary-color)}@media print{.header{display:none}}.section{margin-bottom:var(--gutter)}.section__title{background:var(--sidebar-color);color:var(--light-text);font-size:1.5rem;font-weight:700;margin:0 var(--gutter-reset) 1em var(--gutter-reset);padding:.4em;text-align:center;text-transform:uppercase}.job__title{display:grid;grid-auto-rows:auto;grid-template-columns:1fr 5em;margin-top:1.4em;width:100%}.job__title_infos{display:flex;gap:var(--gutter)}.job__title_infos>*{align-items:center;display:flex;gap:.3em}.job__title_infos svg{fill:var(--light-text);height:1.2em;width:auto}@media screen and (max-width:479px){.job__title_infos{flex-direction:column;gap:.3em}.job__title_infos svg{width:1.2em}}.job__title>:first-child{grid-column:2;grid-row:1/3;text-align:right}.job__title>:first-child img{max-height:3.4em;max-width:5em}.job__title>:nth-child(2){grid-column:1;grid-row:1}.job__title>:nth-child(2) h2{margin-top:0}.job__title>:nth-child(2) h3{margin-bottom:.4rem;margin-top:-.4rem}.job__title>:nth-child(3){grid-column:1;grid-row:2}@media screen and (max-width:479px){.job__title>:first-child{grid-row:2}.job__title>:nth-child(2){grid-column:1/3}}.job__title__duration{color:var(--light-text);font-size:.7em;white-space:nowrap}.job__logo-box{display:flex;flex-wrap:wrap;gap:.8em;margin:1em 0 2em;width:100%}.job__logo-box__logo{cursor:help;filter:grayscale(100%);height:2em;opacity:.5}.job__logo-box__logo:hover{filter:grayscale(0);opacity:1}.text-divider:before{color:var(--divider-color);content:"|";display:inline;padding:0 .2em}.filters{background:var(--sidebar-color);border-bottom:3px solid var(--primary-color);box-shadow:0 2px 6px var(--shadow-color);color:var(--contrast-text);left:auto;max-height:calc(100vh - 3.8rem - 3px);opacity:1;overflow-y:auto;position:fixed;right:8px;top:calc(3.8rem + 3px);transition:all .4s ease;z-index:9}@media screen and (max-width:479px){.filters{right:0;width:100%}}@media print{.filters{display:none}}.filters__checkbox{display:none}.filters__content{padding:1em}.filters__content label{cursor:pointer;transition:all .4s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filters__content label:before{background:var(--white);border:1px solid var(--body-text);box-shadow:1px 1px 2px var(--body-text);color:var(--valid-color);content:"\2713";display:inline-block;font-size:1.2em;font-weight:700;height:1em;line-height:1.1em;margin-right:.3em;text-align:center;transition:all .4s ease;width:1em}.filters__content ul{display:flex;flex-direction:column;list-style-type:none;margin:0;padding:0}.filters__content ul ul{padding-left:2em}.filters__content li{line-height:2em}.filters__content>h3:first-child{margin-top:0}input#filter-label__menu:not(:checked)~.filters{font-size:0;opacity:0}input#filter-label__details__client-information[type=checkbox]:not(:checked)~.filters label[for=filter-label__details__client-information]:before,input#filter-label__details__logo-box[type=checkbox]:not(:checked)~.filters label[for=filter-label__details__logo-box]:before,input#filter-label__details__missions-list[type=checkbox]:not(:checked)~.filters label[for=filter-label__details__missions-list]:before,input#filter-label__details__technos-list[type=checkbox]:not(:checked)~.filters label[for=filter-label__details__technos-list]:before,input#filter-label__section__formations[type=checkbox]:not(:checked)~.filters label[for=filter-label__section__formations]:before,input#filter-label__section__jobs[type=checkbox]:not(:checked)~.filters label[for=filter-label__section__jobs]:before,input#filter-label__section__leisures[type=checkbox]:not(:checked)~.filters label[for=filter-label__section__leisures]:before,input#filter-label__section__skills[type=checkbox]:not(:checked)~.filters label[for=filter-label__section__skills]:before{color:var(--white)}input#filter-label__details__client-information[type=checkbox]:not(:checked)~.filters label[for=filter-label__details__client-information],input#filter-label__details__logo-box[type=checkbox]:not(:checked)~.filters label[for=filter-label__details__logo-box],input#filter-label__details__missions-list[type=checkbox]:not(:checked)~.filters label[for=filter-label__details__missions-list],input#filter-label__details__technos-list[type=checkbox]:not(:checked)~.filters label[for=filter-label__details__technos-list],input#filter-label__section__formations[type=checkbox]:not(:checked)~.filters label[for=filter-label__section__formations],input#filter-label__section__jobs[type=checkbox]:not(:checked)~.filters label[for=filter-label__section__jobs],input#filter-label__section__leisures[type=checkbox]:not(:checked)~.filters label[for=filter-label__section__leisures],input#filter-label__section__skills[type=checkbox]:not(:checked)~.filters label[for=filter-label__section__skills]{opacity:.5}input#filter-label__details__client-information:not(:checked)~main .job__client-information,input#filter-label__details__logo-box:not(:checked)~main .job__logo-box,input#filter-label__details__missions-list:not(:checked)~main .job__missions-list,input#filter-label__details__technos-list:not(:checked)~main .job__technos-list,input#filter-label__section__formations:not(:checked)~main .section--formations,input#filter-label__section__jobs:not(:checked)~main .section--jobs,input#filter-label__section__leisures:not(:checked)~main .section--leisures,input#filter-label__section__skills:not(:checked)~main .section--skills{display:none}
