@charset "UTF-8";.avatar{width:15em;height:15em;margin-right:5em;border-radius:100em}button{height:2.5em;padding:0 2em;margin:0;color:#fff;background-color:#ed6d67;border:#ed6d67 2px solid;border-radius:50em}button:hover{color:#ed6d67;cursor:pointer;background-color:#fff;transition:all .2s ease-in-out}footer{display:flex;align-items:center;justify-content:center;height:10em;color:#fff;background-color:#2f4858}nav{position:fixed;top:50%;left:5em;transform:translateY(-50%)}nav ul li{padding-left:1em;margin-bottom:1.2em;border-left:rgba(0,0,0,0) 3px solid}nav ul li a{color:#333;text-transform:uppercase;letter-spacing:.2em}nav ul li a span{mix-blend-mode:difference}nav ul li.active a{font-size:2em;font-weight:600}nav ul li.active a:before{display:block;font-size:.4em;font-weight:400;text-transform:capitalize;letter-spacing:.1em}nav ul li.active.home{border-left:#f39336 3px solid}nav ul li.active.home a:before{color:#f39336;content:"\d648  \d398\c774\c9c0  // Accueil"}nav ul li.active.about{border-left:#ed6d67 3px solid}nav ul li.active.about a:before{color:#ed6d67;content:"\b300\d574\c11c  // A propos"}nav ul li.active.resume{border-left:#c55d89 3px solid}nav ul li.active.resume a:before{color:#c55d89;content:"\acbd\b825  // Exp\e9riences"}nav ul li.active.contact{border-left:#875d92 3px solid}nav ul li.active.contact a:before{color:#875d92;content:"\c5f0\b77d  // Contact"}section{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;width:100vw;height:100vh;color:#333;background-color:#fff}section .container{display:flex;flex-direction:column;justify-content:center;width:750px;margin-right:auto;margin-left:auto}section h2{position:relative;z-index:0;margin-bottom:3em;font-size:2em;font-weight:500}section h2:before{position:absolute;top:-50%;left:-50%;z-index:-1;display:block;width:200%;height:200%;font-size:2em;font-weight:900;color:#00000026;text-align:center}#about{color:#fff;background:linear-gradient(77.78deg,#2f4858 10.59%,#4c577e 90.44%)}#about h2:before{color:#ffffff26;content:"\c815\bcf4"}#contact form{display:flex;flex-direction:column;width:100%}#contact form label{display:flex;flex-flow:column nowrap}#contact form div{display:flex;flex-direction:row;justify-content:space-between}#contact form div label{width:45%}#contact h2{color:#875d92}#contact h2:before{content:"\c5f0\b77d"}#home .container{align-items:start}#home .container .heading{display:flex;flex-direction:row;align-items:center}#home .container .heading .heading-info{display:flex;flex-direction:column}#home .container .heading hgroup{margin:0;font-weight:900;color:#ed6d67}#home .container .heading hgroup h1{margin:0;font-size:3em}#home .container .heading hgroup h1:before{font-size:.6em;white-space:pre;content:"\c774\b984\a"}#home .container .heading hgroup h2{margin:0;font-weight:400;color:#333;text-transform:capitalize}#home .container .call-to-action{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:2em}#home .container .call-to-action .icons{margin-top:1em}#home .container .call-to-action .icons a svg{width:1.5em;height:auto}#home .container .call-to-action .icons a:not(:nth-child(1)){margin-left:.5em}.color-picker{display:flex;flex-direction:row;justify-content:space-between}.color-picker .colors{display:flex;flex-direction:row}.color-picker .colors li{width:1em;height:1em;cursor:pointer;border-radius:100%}.color-picker .colors li:not(:first-child){margin-left:.5em}.color-picker .colors li:nth-child(1){background-color:#2f4858}.color-picker .colors li:nth-child(2){background-color:#4c577e}.color-picker .colors li:nth-child(3){background-color:#875d92}.color-picker .colors li:nth-child(4){background-color:#c55d89}.color-picker .colors li:nth-child(5){background-color:#ed6d67}.color-picker .colors li:nth-child(6){background-color:#f39336}.color-picker .picked-color{font-weight:900}#resume h2{color:#c55d89}#resume h2:before{content:"\acbd\b825"}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body{margin:0;font-family:Raleway,serif;font-weight:400;font-variant-numeric:lining-nums}ul{padding-left:0;list-style:none}a{color:inherit;text-decoration:none}h1,h2{text-transform:uppercase;letter-spacing:.05em}strong{font-weight:600}.color-1{color:#2f4858}.color-2{color:#4c577e}.color-3{color:#875d92}.color-4{color:#c55d89}.color-5{color:#ed6d67}.color-6{color:#f39336}.background-color-1{background-color:#2f4858}.background-color-2{background-color:#4c577e}.background-color-3{background-color:#875d92}.background-color-4{background-color:#c55d89}.background-color-5{background-color:#ed6d67}.background-color-6{background-color:#f39336}.border-color-1{border-color:#2f4858}.border-color-2{border-color:#4c577e}.border-color-3{border-color:#875d92}.border-color-4{border-color:#c55d89}.border-color-5{border-color:#ed6d67}.border-color-6{border-color:#f39336}.icon-color-1{fill:#2f4858;stroke:#2f4858}.icon-color-2{fill:#4c577e;stroke:#4c577e}.icon-color-3{fill:#875d92;stroke:#875d92}.icon-color-4{fill:#c55d89;stroke:#c55d89}.icon-color-5{fill:#ed6d67;stroke:#ed6d67}.icon-color-6{fill:#f39336;stroke:#f39336}
