@charset "UTF-8";
.l-links, .l-cv, .l-certificates, .l-contact, .l-sitemap, .l-last-article, .l-projets, .l-landing, .l-header, .l-footer, .l-articles, .l-about {
  padding-left: calc(50% - (100% - 2.5rem) / 2);
  padding-right: calc(50% - (100% - 2.5rem) / 2);
}

@media screen and (min-width: 48rem) {
  .l-links, .l-cv, .l-certificates, .l-contact, .l-sitemap, .l-last-article, .l-projets, .l-landing, .l-header, .l-footer, .l-articles, .l-about {
    padding-left: calc(50% - (100% - 8rem) / 2);
    padding-right: calc(50% - (100% - 8rem) / 2);
  }
}
@media screen and (min-width: 82rem) {
  .l-links, .l-cv, .l-certificates, .l-contact, .l-sitemap, .l-last-article, .l-projets, .l-landing, .l-header, .l-footer, .l-articles, .l-about {
    padding-left: calc(50% - 37rem);
    padding-right: calc(50% - 37rem);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto/Roboto-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gluten";
  src: url("/fonts/Gluten/Gluten-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gluten";
  src: url("/fonts/Gluten/Gluten-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("/fonts/RobotoMono/RobotoMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-ThinItalic.ttf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-Thin.ttf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-ExtraLightItalic.ttf");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-Regular.ttf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-Black.ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-Italic.ttf");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("/fonts/BeVietnamPro/BeVietnamPro-Bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("/fonts/Merriweather/Merriweather-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("/fonts/Merriweather/Merriweather-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("/fonts/Merriweather/Merriweather-Regular.ttf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("/fonts/Merriweather/Merriweather-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("/fonts/Merriweather/Merriweather-Black.ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("/fonts/Merriweather/Merriweather-Italic.ttf");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("/fonts/Merriweather/Merriweather-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("/fonts/Merriweather/Merriweather-Bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-heading: "Merriweather", "BeVietnamPro", "Poppins", sans-serif;
  --font-body: "Roboto", "Poppins", sans-serif;
  --font-display: "Gluten", sans-serif;
  --font-monospace: "Roboto Mono", monospace;
}

:root {
  --radius-tiny: 3px;
  --radius-sm: 5px;
  --radius-md: 7px;
  --radius-lg: 9px;
  --radius-full: 99px;
  --mobile: 23rem;
  --tablet: 40rem;
  --laptop-sm: 64rem;
  --laptop-md: 80rem;
  --desktop: 90rem;
  --text-color: hsl(0, 0%, 0%);
  --bg-color: hsl(0, 0%, 100%);
  --color-brand: hsl(229, 100%, 44%);
  --color-brand-50: hsl(229, 100%, 5%);
  --color-brand-100: hsl(229, 100%, 10%);
  --color-brand-150: hsl(229, 100%, 15%);
  --color-brand-200: hsl(229, 100%, 20%);
  --color-brand-250: hsl(229, 100%, 25%);
  --color-brand-300: hsl(229, 100%, 30%);
  --color-brand-350: hsl(229, 100%, 35%);
  --color-brand-400: hsl(229, 100%, 40%);
  --color-brand-450: hsl(229, 100%, 45%);
  --color-brand-500: hsl(229, 100%, 50%);
  --color-brand-550: hsl(229, 100%, 55%);
  --color-brand-600: hsl(229, 100%, 60%);
  --color-brand-650: hsl(229, 100%, 65%);
  --color-brand-700: hsl(229, 100%, 70%);
  --color-brand-750: hsl(229, 100%, 75%);
  --color-brand-800: hsl(229, 100%, 80%);
  --color-brand-850: hsl(229, 100%, 85%);
  --color-brand-900: hsl(229, 100%, 90%);
  --color-brand-950: hsl(229, 100%, 95%);
  --secondary-color: hsl(49, 100%, 50%);
  --secondary-color-50: hsl(49, 100%, 5%);
  --secondary-color-100: hsl(49, 100%, 10%);
  --secondary-color-150: hsl(49, 100%, 15%);
  --secondary-color-200: hsl(49, 100%, 20%);
  --secondary-color-250: hsl(49, 100%, 25%);
  --secondary-color-300: hsl(49, 100%, 30%);
  --secondary-color-350: hsl(49, 100%, 35%);
  --secondary-color-400: hsl(49, 100%, 40%);
  --secondary-color-450: hsl(49, 100%, 45%);
  --secondary-color-500: hsl(49, 100%, 50%);
  --secondary-color-550: hsl(49, 100%, 55%);
  --secondary-color-600: hsl(49, 100%, 60%);
  --secondary-color-650: hsl(49, 100%, 65%);
  --secondary-color-700: hsl(49, 100%, 70%);
  --secondary-color-750: hsl(49, 100%, 75%);
  --secondary-color-800: hsl(49, 100%, 80%);
  --secondary-color-850: hsl(49, 100%, 85%);
  --secondary-color-900: hsl(49, 100%, 90%);
  --secondary-color-950: hsl(49, 100%, 95%);
  --secondary-color-980: hsl(49, 100%, 98%);
  --strong: var(--secondary-color);
  --neutral-color: hsl(0, 0%, 0%);
  --neutral-color-75A: hsla(0, 0%, 0%, 0.75);
  --neutral-color-50A: hsla(0, 0%, 0%, 0.5);
  --neutral-color-33A: hsla(0, 0%, 0%, 0.33);
  --neutral-color-25A: hsla(0, 0%, 0%, 0.25);
  --neutral-color-11A: hsla(0, 0%, 0%, 0.11);
  --neutral-color-50: hsl(0, 0%, 5%);
  --neutral-color-100: hsl(0, 0%, 10%);
  --neutral-color-150: hsl(0, 0%, 15%);
  --neutral-color-200: hsl(0, 0%, 20%);
  --neutral-color-250: hsl(0, 0%, 25%);
  --neutral-color-300: hsl(0, 0%, 30%);
  --neutral-color-350: hsl(0, 0%, 35%);
  --neutral-color-400: hsl(0, 0%, 40%);
  --neutral-color-450: hsl(0, 0%, 45%);
  --neutral-color-500: hsl(0, 0%, 50%);
  --neutral-color-550: hsl(0, 0%, 55%);
  --neutral-color-600: hsl(0, 0%, 60%);
  --neutral-color-650: hsl(0, 0%, 65%);
  --neutral-color-700: hsl(0, 0%, 70%);
  --neutral-color-750: hsl(0, 0%, 75%);
  --neutral-color-800: hsl(0, 0%, 80%);
  --neutral-color-850: hsl(0, 0%, 85%);
  --neutral-color-900: hsl(0, 0%, 90%);
  --neutral-color-950: hsl(0, 0%, 95%);
  --neutral-color-980: hsl(0, 0%, 98%);
  --neutral-color-990: hsl(0, 0%, 99%);
  --category-bg: var(--neutral-color-11A);
  --category-bg-hover: var(--neutral-color-950);
  --category-shadow-hover: var(--neutral-color-5);
  --code-bgc: #daa254;
  --danger: hsl(4, 90%, 45%);
  --danger-50: hsl(4, 90%, 5%);
  --danger-100: hsl(4, 90%, 10%);
  --danger-150: hsl(4, 90%, 15%);
  --danger-200: hsl(4, 90%, 20%);
  --danger-250: hsl(4, 90%, 25%);
  --danger-300: hsl(4, 90%, 30%);
  --danger-350: hsl(4, 90%, 35%);
  --danger-400: hsl(4, 90%, 40%);
  --danger-450: hsl(4, 90%, 45%);
  --danger-500: hsl(4, 90%, 50%);
  --danger-550: hsl(4, 90%, 55%);
  --danger-600: hsl(4, 90%, 60%);
  --danger-650: hsl(4, 90%, 65%);
  --danger-700: hsl(4, 90%, 70%);
  --danger-750: hsl(4, 90%, 75%);
  --danger-800: hsl(4, 90%, 80%);
  --danger-850: hsl(4, 90%, 85%);
  --danger-900: hsl(4, 90%, 90%);
  --danger-950: hsl(4, 90%, 95%);
  --success: hsl(155, 94%, 32%);
  --success-50: hsl(155, 94%, 5%);
  --success-100: hsl(155, 94%, 10%);
  --success-150: hsl(155, 94%, 15%);
  --success-200: hsl(155, 94%, 20%);
  --success-250: hsl(155, 94%, 25%);
  --success-300: hsl(155, 94%, 30%);
  --success-350: hsl(155, 94%, 35%);
  --success-400: hsl(155, 94%, 40%);
  --success-450: hsl(155, 94%, 45%);
  --success-500: hsl(155, 94%, 50%);
  --success-550: hsl(155, 94%, 55%);
  --success-600: hsl(155, 94%, 60%);
  --success-650: hsl(155, 94%, 65%);
  --success-700: hsl(155, 94%, 70%);
  --success-750: hsl(155, 94%, 75%);
  --success-800: hsl(155, 94%, 80%);
  --success-850: hsl(155, 94%, 85%);
  --success-900: hsl(155, 94%, 90%);
  --success-950: hsl(155, 94%, 95%);
  --update: hsl(240, 100%, 50%);
  --update-50: hsl(240, 100%, 5%);
  --update-100: hsl(240, 100%, 10%);
  --update-150: hsl(240, 100%, 15%);
  --update-200: hsl(240, 100%, 20%);
  --update-250: hsl(240, 100%, 25%);
  --update-300: hsl(240, 100%, 30%);
  --update-350: hsl(240, 100%, 35%);
  --update-400: hsl(240, 100%, 40%);
  --update-450: hsl(240, 100%, 45%);
  --update-500: hsl(240, 100%, 50%);
  --update-550: hsl(240, 100%, 55%);
  --update-600: hsl(240, 100%, 60%);
  --update-650: hsl(240, 100%, 65%);
  --update-700: hsl(240, 100%, 70%);
  --update-750: hsl(240, 100%, 75%);
  --update-800: hsl(240, 100%, 80%);
  --update-850: hsl(240, 100%, 85%);
  --update-900: hsl(240, 100%, 90%);
  --update-950: hsl(240, 100%, 95%);
}

html {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
}
h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5 strong,
h5 b {
  position: relative;
  font-weight: 700;
  color: var(--color-brand-650);
  text-decoration-thickness: 15%;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light {
  font-weight: 400;
}

.section-title {
  font-size: 1.8rem;
  line-height: 1.2;
}

.section-text {
  font-size: 18px;
  line-height: 1.5;
}

.intro-title {
  font-size: 2.2rem;
  line-height: 1.2;
}

.intro-text {
  font-size: 18px;
  line-height: 1.5;
}

.hero-title {
  font-size: 52px;
  line-height: 1.2;
}

.hero-text {
  font-size: 18px;
}

.iconed-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media only screen and (min-width: 48rem) {
  .hero-text {
    font-size: 20px;
  }
  .intro-title {
    font-size: 48px;
  }
  .intro-text {
    font-size: 20px;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
  font-family: var(--font-body), sans-serif;
  font-size: 16px;
  line-height: 28px;
  background-color: var(--bg-color);
}
body.row {
  flex-direction: row;
}

svg {
  pointer-events: none;
}

button {
  cursor: pointer;
  font-family: inherit;
  background-color: transparent;
  color: inherit;
  border: none;
  font-size: inherit;
  font-weight: inherit;
}

.icon {
  height: 20px;
  width: 20px;
}

section[class^=l-] {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section[class^=l-] > h2, section[class^=l-] > h3 {
  margin-bottom: 2rem;
}

.fixed {
  position: fixed;
}

pre, code {
  color: #000000;
  background-color: #FFFFFF;
}

.hl-keyword {
  color: #0000ff;
}

.hl-property {
  color: #795E26;
}

.hl-attribute {
  font-style: italic;
}

.hl-type {
  color: #267f99;
}

.hl-generic {
  color: #0000ff;
}

.hl-value {
  color: #a31515;
}

.hl-literal {
  color: #a31515;
}

.hl-number {
  color: #098658;
}

.hl-variable {
  color: #001080;
}

.hl-comment {
  color: #008000;
}

.hl-blur {
  filter: blur(2px);
}

.hl-strong {
  font-weight: bold;
}

.hl-em {
  font-style: italic;
}

.hl-addition {
  display: inline-block;
  min-width: 100%;
  background-color: rgba(0, 255, 0, 0.1333333333);
}

.hl-deletion {
  display: inline-block;
  min-width: 100%;
  background-color: rgba(255, 0, 0, 0.0666666667);
}

.hl-gutter {
  display: inline-block;
  font-size: 0.9em;
  color: #555;
  padding: 0 1ch;
  user-select: none;
}

.hl-gutter-addition {
  background-color: #34A853;
  color: #fff;
}

.hl-gutter-deletion {
  background-color: #EA4334;
  color: #fff;
}

.primary-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  background-color: var(--color-brand);
  color: var(--bg-color);
  text-align: center;
  font-weight: bolder;
  border-radius: var(--radius-full);
  padding: 1rem 2rem;
  z-index: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 0 2px 50px -10px var(--color-brand-800);
}
.primary-btn:hover, .primary-btn:focus {
  background-color: var(--color-brand-300);
  transform: translateY(-3px);
}
.primary-btn.md {
  padding: 0.75rem 1.5rem;
}
.primary-btn.sm {
  padding: 0.5rem 1rem;
}
.primary-btn.m-l {
  display: block;
  margin-left: auto;
}

.secondary-btn {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  font-family: var(--font-body);
  text-align: center;
  text-transform: lowercase;
  color: var(--color-brand);
  border-radius: var(--radius-full);
  font-weight: bolder;
  background: var(--color-brand-950);
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 2px 50px -10px var(--color-brand-900);
  transition: 0.3s ease;
  z-index: 0;
}
.secondary-btn:hover, .secondary-btn:focus {
  transform: translateY(-3px);
}
.secondary-btn.md {
  padding: 0.75rem 1.5rem;
}
.secondary-btn.sm {
  padding: 0.5rem 1rem;
}
.secondary-btn.mid {
  display: block;
  margin: 0 auto;
}
.secondary-btn.m-l {
  display: block;
  margin-left: auto;
}

button.neutral,
a.neutral {
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  color: var(--text-color);
  background-color: var(--neutral-color-800);
  font-weight: 700;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  transition: background 0.2s ease-out;
}
button.neutral:hover:not([disabled]), button.neutral:focus:not([disabled]),
a.neutral:hover:not([disabled]),
a.neutral:focus:not([disabled]) {
  background-color: var(--neutral-color-850);
}
button.neutral.md,
a.neutral.md {
  padding: 8px 16px;
}
button.neutral.sm,
a.neutral.sm {
  font-size: smaller;
  padding: 6px 12px;
}
button.neutral svg,
a.neutral svg {
  vertical-align: middle;
}
button.neutral[disabled],
a.neutral[disabled] {
  cursor: not-allowed;
  color: var(--neutral-color-400);
}

.iconed {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  z-index: 2;
  position: relative;
  cursor: pointer;
  color: var(--text-color);
  transition: all 0.2s ease-out;
}
.iconed svg,
.iconed img {
  height: 20px;
  width: 20px;
}
.iconed.danger {
  color: var(--danger);
}

input {
  outline: none;
  font-size: 16px;
  padding: 0.3rem 0.5rem;
  width: 100%;
  font-family: inherit;
  color: var(--text-color);
}
input::placeholder {
  color: var(--neutral-color-200);
}
input[disabled], input[readonly] {
  background-color: var(--neutral-color-800);
  cursor: not-allowed;
}

input[type=file] {
  color: var(--neutral-color-200);
  padding: 0.3rem 0.6rem;
  background-color: var(--bg-color);
  border: 1px solid var(--secondary-color-350);
  cursor: pointer;
  border-radius: var(--radius-md);
}
input[type=file]::file-selector-button {
  border-radius: var(--radius-md);
  margin-right: 0.5rem;
  border: none;
  background: var(--secondary-color-350);
  padding: 0.5rem 0.6rem;
  color: #fff;
  cursor: pointer;
}
input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:focus {
  background: var(--secondary-color-400);
}
input[type=file]:hover, input[type=file]:focus {
  outline: 1px dashed var(--text-color);
  outline-offset: 2px;
}

input[type=checkbox] {
  width: auto;
}
input[type=checkbox]:hover, input[type=checkbox]:focus {
  outline: 1px dashed var(--text-color);
  outline-offset: 2px;
}

.select {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 4px 0 16px 0;
}
.select svg {
  position: absolute;
  right: 4px;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

select {
  background-color: var(--bg-color);
  border: 1px solid var(--neutral-color-800);
  color: var(--text-color);
  padding: 5px 12px;
  font-family: inherit;
  outline: none;
}
select:focus {
  border: 1px solid var(--primary-color);
}
select[disabled] {
  cursor: not-allowed;
}

textarea {
  display: block;
  position: relative;
  font-family: inherit;
  line-height: 1.3;
  border: 0;
  color: var(--text-color);
  width: 100%;
  resize: none;
  padding: 0.5rem;
  overflow-x: hidden;
  outline: none;
  min-height: 6rem;
}
textarea::placeholder {
  color: var(--neutral-color-200);
}
textarea[disabled], textarea[readonly] {
  background-color: var(--neutral-color-800);
  cursor: not-allowed;
}
textarea.resize-y {
  resize: vertical;
}

.form-group {
  display: flex;
  gap: 0.5ch;
  flex-direction: column;
}
.form-group.center {
  align-items: center;
}
.form-group.gap-1 {
  gap: 1rem;
}
.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: var(--neutral-color-200);
}
.form-group label sup {
  color: var(--danger-350);
}
.form-group.invalid .form-element, .form-group.invalid #password:user-invalid, .form-group.invalid input, .form-group.invalid textarea, .form-group.invalid select {
  border-bottom: 1px solid var(--danger);
}
.form-group .invalid-message {
  font-size: 13px;
  text-align: left;
  text-wrap: pretty;
  color: var(--danger-350);
}
.form-group .invalid-message svg {
  color: var(--danger);
}
.form-group .invalid-message svg,
.form-group .invalid-message img {
  width: 25px;
  height: 25px;
}
.form-group .invalid-message ul, .form-group .invalid-message ol {
  list-style: none;
}
.form-group.checkbox {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

.md-editor {
  box-shadow: none;
  padding: 0;
  background-color: var(--bg-color);
  font-family: var(--font-monospace);
  line-height: 1.5;
  font-size: 14px;
  border: 0;
}

.form-element {
  box-shadow: 0 0 0 1px var(--neutral-color-33A);
  background-color: var(--neutral-color-980);
  border-radius: var(--radius-tiny);
  color: var(--text-color);
  position: relative;
  border: none;
  height: 33px;
}
.form-element:focus {
  box-shadow: 0 0 0 1px var(--neutral-color-500), 0 0 8px -2px var(--secondary-color);
}

.logo {
  display: grid;
  place-items: center;
  width: 36px;
}
.logo img {
  width: 100%;
}

.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(51, 51, 51, 0.4);
}

.alert {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 1.5rem;
  right: 50%;
  transform: translateX(50%);
  z-index: 999;
  color: var(--text-color);
  background-color: var(--bg-color);
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  letter-spacing: 0.25px;
}
.alert.success {
  color: var(--success-150);
  background-color: var(--success-950);
}
.alert.danger {
  color: var(--danger-150);
  background-color: var(--danger-950);
}
.alert.notice {
  color: var(--text-color);
  background-color: var(--neutral-color-850);
}
.alert button {
  background: transparent;
  border: 0;
  height: 30px;
  width: 30px;
}

.form-alert {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 999;
  font-size: 14px;
  padding: 0.5rem 0.25rem;
  border-radius: var(--radius-md);
  letter-spacing: 0.25px;
}
.form-alert.success {
  color: var(--success);
  background-color: var(--success-900);
}
.form-alert.error {
  color: var(--danger-250);
  background-color: var(--danger-900);
}
.form-alert.neutral {
  color: var(--text-color);
  background-color: var(--neutral-color-850);
}

.form .form-group {
  margin: 0.75rem 0;
}

.l-about {
  margin-top: 1px;
  z-index: 0;
  position: relative;
  padding-top: 82px;
  padding-bottom: 80px;
}
.l-about h2.big {
  text-align: center;
  color: var(--color-brand);
}

.about__list {
  padding-top: 1rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.about__list li {
  position: relative;
  width: 400px;
  margin: 0 auto;
  padding: 1rem;
}
.about__list li h3,
.about__list li h4 {
  text-align: center;
  position: relative;
  margin-bottom: 1rem;
}
.about__list li p {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
}

@media screen and (min-width: 1000px) {
  .about__list {
    flex-direction: row;
    justify-content: space-evenly;
    gap: 1rem;
  }
  .about__list li {
    width: 375px;
  }
  .about__list li p {
    max-width: none;
  }
}
.l-article {
  position: relative;
  max-width: 48rem;
  width: calc(100% - 2.5rem);
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.reading {
  font-weight: 400;
  font-size: 18px;
  line-height: 2rem;
  letter-spacing: 0.3px;
}
.reading img {
  width: 100%;
  margin: 1rem 0;
  border-radius: var(--radius-sm);
}
.reading__img {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.reading h2,
.reading h3 {
  text-decoration: 3px underline var(--orange);
  text-underline-offset: 3px;
}
.reading p {
  margin: 1ch 0;
}
.reading h2,
.reading h3 {
  margin: 1rem 0;
}
.reading ul,
.reading ol {
  margin-left: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.reading code {
  display: block;
  white-space: pre-wrap;
  background-color: var(--color-brand-950);
}
.reading pre {
  overflow-x: auto;
  background-color: var(--neutral-color-990);
  padding: 0.5rem;
  margin: 0.5rem 0;
  border-radius: var(--radius-md);
  box-shadow: 0 0 1px var(--neutral-color-700);
  color: var(--neutral-color-500);
  font-size: 0.875rem;
}
.reading p > code {
  display: inline-block;
  background-color: var(--neutral-color-980);
  padding: 0 0.5rem;
  box-shadow: 0 0 1px var(--neutral-color-800);
  border-radius: var(--radius-md);
  font-size: 0.875rem;
}
.reading blockquote {
  padding: 1em 1.5em;
  margin: 1.5em 0;
  color: var(--neutral-color-300);
  border-left: 5px solid var(--secondary-color-300);
  background-color: var(--neutral-color-980);
}
.reading blockquote p {
  display: inline;
}

.l-articles {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.articles__list {
  gap: 1rem;
  list-style: none;
  padding: 1.5rem 0;
}
.articles__list > li + li {
  margin-top: 1rem;
}
.articles__list li {
  position: relative;
  border: 5px solid var(--neutre-color);
  background-color: var(--body-bg);
}

.article-card {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 1rem;
  box-shadow: 0 0 1px 1px var(--neutral-color-900);
  border-radius: var(--radius-lg);
}

.article-card__img-link:hover + .article__resume .article__title,
.article-card__img-link:focus + .article__resume .article__title {
  text-decoration: underline;
}

.article-card__img {
  width: 100%;
  border-radius: var(--radius-lg);
}
.article-card__img-link {
  flex-basis: 40%;
}

.article-card__resume {
  display: flex;
  flex-basis: 60%;
  padding: 1rem;
  flex-direction: column;
  gap: 1rem;
}
.article-card__resume footer {
  font-style: italic;
  text-transform: lowercase;
  font-size: 14px;
  margin-top: auto;
}

.article-card__title {
  text-decoration: none;
  color: var(--color-brand);
}
.article-card__title:hover, .article-card__title:focus {
  text-decoration: underline;
}

@media screen and (min-width: 64rem) {
  .article-card {
    flex-direction: row;
  }
}
.l-aside-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 1px 0px 2px -1px var(--neutral-color-500);
  padding: 2rem;
  min-width: 16ch;
}
.l-aside-menu .logo {
  margin-bottom: 2rem;
}

.aside-navbar > * + * {
  margin-top: 1rem;
}
.aside-navbar .navbar__list-item {
  padding: 0;
}

.l-center-panel {
  padding: 2rem;
  width: 100%;
  flex-grow: 1;
}

.pdfobject-container {
  height: 100%;
  max-width: 64rem;
  border: 1px solid #ccc;
}

.cv-upload {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.cv-upload .pdfobject-container {
  width: 100%;
  min-height: 64rem;
}
.cv-upload form {
  align-self: normal;
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
}

.l-cv-profile {
  position: relative; /* Pour les coordonnées en device mobile */
  padding-bottom: 1rem !important;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3137254902);
  background-color: inherit;
}
.l-cv-profile header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.toggle-coordonne {
  position: absolute;
  top: 13px;
  right: 0;
  font-family: inherit;
  text-decoration: underline;
  background: none;
  border: 0;
  cursor: pointer;
}

.coordonne {
  position: absolute;
  top: 35px;
  display: none;
  opacity: 0;
  right: 0;
  background-color: inherit;
  border: 1px solid var(--neutral-color-900);
  padding: 1rem;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(180%, 0);
}
.coordonne.is-open {
  display: initial;
  opacity: 1;
  background-color: var(--bg-color);
  transform: translate(0, 0);
  margin-top: 0.2rem;
}

.coordonne__list {
  width: 35ch;
}
.coordonne__list li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.coordonne__list .coordonne__content {
  flex-basis: 25ch;
  text-align: left;
}

@media screen and (min-width: 1100px) {
  .l-cv-profile {
    display: flex;
    flex-direction: row;
    gap: 3rem;
  }
  .l-cv-profile .toggle-coordonne {
    display: none;
  }
  .coordonne {
    display: grid;
    place-items: center;
    padding: 0;
    padding-top: 1rem;
    top: 0;
    position: relative;
    opacity: 1;
    transform: translate(0, 0);
    border: 0;
  }
}
.table-container {
  width: 100%;
  overflow-x: scroll;
}

.dashboard-table {
  border-spacing: 0;
  width: 100%;
  margin-top: 2rem;
  vertical-align: baseline;
}
.dashboard-table td {
  vertical-align: top;
}
.dashboard-table th,
.dashboard-table td,
.dashboard-table caption {
  text-align: left;
  white-space: nowrap;
}
.dashboard-table thead {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2ch;
  font-weight: 400;
  background-color: #f3f3f3;
}
.dashboard-table th,
.dashboard-table td {
  padding: 0.6rem 1rem;
  border-bottom: 1px solid lightgrey;
}
.dashboard-table tbody tr:hover {
  background-color: ghostwhite;
}
.dashboard-table .center {
  text-align: center;
}
.dashboard-table .right {
  text-align: right;
}
.dashboard-table .left {
  text-align: left;
}
.dashboard-table td.max-cell {
  position: relative;
  white-space: initial;
}
.dashboard-table td.max-cell > * {
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.dashboard-table td.actions-cell div {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.dashboard-table td.actions-cell div > * {
  height: 20px;
}

.table-operations {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1.6rem;
}

.table-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cover-img__tiny {
  width: 7rem;
}

.l-footer {
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
  box-shadow: 0 0 1px 0 var(--neutral-color-500);
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  font-size: 14px;
}
.l-footer h2 {
  position: relative;
  height: 30px;
}
.l-footer p {
  text-align: center;
}

.footer__navbar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.footer__navbar-app {
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
}
.footer__navbar-ext {
  display: flex;
  gap: 1rem;
}

.l-header {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 0 1px 0 var(--neutral-color-500);
}
.l-header .toggle {
  margin-left: auto;
  background-color: transparent;
  border: 0;
  z-index: 2;
  cursor: pointer;
}

.navbar {
  position: absolute;
  width: 200px;
  background-color: var(--neutral-color-950);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s ease;
  bottom: 0;
  right: 24px;
  z-index: 2;
  transform: translate(0, -110%);
  box-shadow: 0px 20px 17px -25px white;
}
.navbar.is-open {
  transform: translate(0, 110%);
}

.navbar__list {
  height: 100%;
}

.navbar__list-item {
  padding: 1rem 0;
  display: grid;
  place-items: center;
}

.nav__link {
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: 0.1s ease;
  font-weight: 400;
}
.nav__link:hover::after, .nav__link:focus::after, .nav__link.active::after {
  transform: scaleX(1);
}
.nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5%;
  background-color: var(--color-brand-850);
  transform: scaleX(0);
  transition: 0.4s ease;
}

@media screen and (min-width: 48rem) {
  .l-header .toggle {
    display: none;
  }
  .navbar {
    position: static;
    background: none;
    height: auto;
    width: auto;
    box-shadow: none;
    overflow: visible;
    bottom: auto;
    right: auto;
    margin-left: auto;
    transform: translate(0, 0);
  }
  .navbar.is-open {
    transform: translate(0, 0);
  }
  .navbar::after {
    content: none;
  }
  .navbar__list {
    display: flex;
    gap: 1rem;
  }
  .navbar__list-item {
    padding: 0;
  }
  .navbar__list-item .header__link {
    font-size: 16px;
  }
}
.l-landing {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 5rem;
  padding-bottom: 10rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.l-landing h1 {
  margin: 0;
}
.l-landing p {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1.25px;
  line-height: 34px;
}

.call-to-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.l-projets {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.l-projets h2.big {
  text-align: center;
}

.projets__list {
  list-style: none;
}
.projets__list > li {
  margin-top: 2rem;
}

.projet {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

.projet__detail {
  padding: 1rem;
}
.projet__detail > * + * {
  margin-top: 1rem;
}
.projet__detail h3 {
  width: 100%;
  font-size: 24px;
}
.projet__detail .projet__technos > li {
  margin-left: 1.5rem;
}
.projet__detail nav {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.projet__detail .iconed-link {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: #0023ae;
}
.projet__detail .iconed-link:hover, .projet__detail .iconed-link:focus {
  color: #002de1;
  text-decoration: underline;
}
.projet__detail .iconed-link svg {
  margin-top: 3px;
}

.projet__img {
  position: relative;
  border-radius: 0.5rem;
}
.projet__img img {
  width: 100%;
  border-radius: 0.5rem;
  aspect-ratio: 16/9;
  box-shadow: 0 0 1px 0 rgba(72, 39, 40, 0.4666666667), 0px 0px 50px -25px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 64rem) {
  .l-projets h2.big {
    padding: 0;
    text-align: center;
  }
  .projet {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
  .projet__img, .projet__detail {
    flex: 1 0 0;
  }
  .projet__detail {
    padding: 0;
  }
  .projet:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 80rem) {
  .l-projets::before {
    height: 356px;
    width: 300px;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    transform: rotateX(180deg) rotateZ(-180deg) translate(-50%, 50%);
  }
  .projets__list {
    max-width: none;
    grid-template: 1fr/repeat(4, 300px);
    gap: 40px;
  }
  .projets__list > li {
    margin: 32px 0;
  }
}
.editor {
  position: relative;
  border: 1px dashed var(--neutral-color-500);
  border-radius: var(--radius-tiny);
}
.editor .reading,
.editor .md-editor {
  padding: 1rem;
  min-height: 24rem;
}
.editor .md-editor {
  background-color: var(--neutral-color-980);
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--neutral-color-500);
}
.editor .reading {
  padding-top: 2rem;
}
.editor .reading p, .editor .reading pre, .editor .reading code {
  word-break: break-all;
}
.editor button.neutral {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  border-radius: 0;
}

.editor.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  border: 5px solid var(--secondary-color-250);
  margin: 1rem;
}
.editor.full-screen > * {
  flex: 1 1 0;
}
.editor.full-screen .reading {
  overflow-y: auto;
  background-color: var(--bg-color);
}

@media only screen and (min-width: 64rem) {
  .editor.editor.full-screen {
    flex-direction: row;
  }
  .editor.editor.full-screen .md-editor {
    border-bottom: none;
    height: 100% !important;
    border-right: 2px solid var(--neutral-color-500);
  }
}
.l-last-article > h2 {
  text-align: center;
  margin: 1rem;
}
.l-last-article .article-card-big {
  margin-top: 2rem;
}

.l-sitemap {
  flex-grow: 1;
}
.l-sitemap > * + * {
  margin-top: 2rem;
}

.l-contact {
  flex-grow: 1;
}
.l-contact .form {
  margin: 1rem 0;
}
.l-contact.y {
  background-color: var(--secondary-color-980);
}

.l-login {
  max-width: 36rem;
  width: calc(100% - 2rem);
  margin: 3rem auto 0;
  flex-grow: 1;
}
.l-login h1 {
  text-align: center;
}
.l-login .secondary-btn {
  width: 100%;
  margin-top: 2rem;
}

.l-certificates {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.certificates__intro {
  color: var(--neutral-color-250);
  font-size: 1.05rem;
}

.certificates__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: flex-start;
  margin-top: 2rem;
}

.certificates__filter-group {
  min-width: min(100%, 20rem);
  flex: 1 1 24rem;
}

.certificates__filter-title {
  margin: 0 0 0.6rem;
  font-size: 1rem;
  font-weight: 700;
}

.certificates__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.certificates__chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.6rem 1rem;
  border: 1px solid var(--neutral-color-800);
  border-radius: var(--radius-full);
  background-color: var(--neutral-color-990);
  color: var(--text-color);
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.certificates__chip:hover, .certificates__chip:focus {
  border-color: var(--color-brand);
  color: var(--color-brand);
  transform: translateY(-2px);
}
.certificates__chip.is-active {
  border-color: var(--color-brand);
  background-color: var(--color-brand-950);
  color: var(--color-brand-250);
}

.certificates__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  align-self: center;
}

.certificates__summary {
  margin: 1rem 0 0;
  color: var(--neutral-color-250);
}

.certificates__list {
  display: grid;
  gap: 1.5rem;
  list-style: none;
  padding: 2rem 0 0;
}

.certificate-card {
  box-shadow: 0 0 1px 1px var(--neutral-color-900);
  border-radius: var(--radius-lg);
  padding: 1rem;
  display: grid;
  gap: 1.25rem;
}

.certificate-card__cover {
  display: grid;
  place-items: flex-start center;
  text-decoration: none;
}

.certificate-card__img {
  width: 100%;
  object-fit: cover;
}

.certificate-card__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.certificate-card__meta {
  display: flex;
  align-items: center;
  gap: 1ch;
}

.certificate-card__issuer,
.certificate-card__date {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  font-size: 0.9rem;
}

.certificate-card__issuer {
  color: var(--secondary-color-250);
  font-weight: 700;
}

.certificate-card__date {
  color: var(--neutral-color-200);
  font-style: italic;
}

.certificate-card__title {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}
.certificate-card__title a {
  color: inherit;
  text-decoration: none;
}
.certificate-card__title a:hover, .certificate-card__title a:focus {
  color: var(--color-brand);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}

.certificate-card__category {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  background-color: var(--color-brand-950);
  color: var(--color-brand-250);
  font-weight: 700;
}

.certificate-card__description {
  color: var(--neutral-color-250);
}
.certificate-card__description ul {
  list-style: none;
}

.certificate-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.certificate-card__link {
  display: inline-block;
  text-decoration: none;
}
.certificate-card__link::after {
  content: "↗";
  font-size: 1rem;
}

.certificates__empty {
  grid-column: span 2;
  padding: 1.5rem;
  border: 1px dashed var(--neutral-color-800);
  border-radius: var(--radius-lg);
  background-color: var(--neutral-color-990);
}
.certificates__empty p {
  margin-top: 0;
}

@media screen and (min-width: 48rem) {
  .certificates__list {
    grid-template-columns: 40% 1fr;
  }
  .certificate-card {
    grid-template-columns: subgrid;
    grid-column: span 2;
  }
  .certificate-card__cover {
    grid-column: 1/2;
  }
  .certificate-card__content {
    grid-column: 2/-1;
  }
}
body .l-articles {
  flex-grow: 1;
}

.l-cv {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.l-cv ul[class*=__list] {
  list-style: none;
  max-width: 55ch;
}
.l-cv ul[class*=__list] li {
  margin-bottom: 0.5rem;
}
.l-cv ul[class*=__list] li p {
  padding-left: 1rem;
}
.l-cv .time,
.l-cv .obj {
  color: black;
  font-weight: 500;
}
.l-cv .flex-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.l-cv .flex-list li {
  font-size: 12px;
  text-transform: lowercase;
  padding: 0 1ch;
  border: 1px solid var(--neutral-color-11A);
  border-radius: var(--radius-sm);
}
.l-cv > section[class^=l-] {
  padding-bottom: 0;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .l-cv {
    display: grid;
    grid-template-areas: "main       main" "competence experience" "competence formation-academique" "competence formation-extra" "langages   communication";
  }
  .l-cv-profile {
    grid-area: main;
  }
  .l-competence {
    grid-area: competence;
  }
  .l-experience {
    grid-area: experience;
  }
  .l-formation {
    grid-area: formation-academique;
  }
  .l-formation-extra {
    grid-area: formation-extra;
  }
  .l-langages {
    grid-area: langages;
  }
  .l-communication {
    grid-area: communication;
  }
}
.l-links {
  flex-grow: 1;
}

/*# sourceMappingURL=app.output.css.map */
