@import "fonts.css";
html, *, *::after, *::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.website-title {
  font-size: 1.5rem;
  font-family: Ari-w9500, sans-serif;
  display: flex;
}
.website-title .square {
  width: 8px;
  height: 8px;
  background: #6ab977;
  align-self: center;
  opacity: 0.25;
}
.website-title span {
  display: inline-block;
  cursor: default;
  letter-spacing: 5px;
  text-transform: uppercase;
  position: relative;
}
.website-title span.lowered {
  color: #6ab977;
  text-transform: lowercase;
}
.website-title span.lowered:hover {
  color: black;
  text-transform: uppercase;
}
.website-title span:hover {
  color: #6ab977;
  text-transform: lowercase;
}

.header-mobile {
  display: none;
}

body {
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 400; /* Normal weight */
  font-style: normal; /* Regular style */
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 700; /* Bold */
  font-style: normal;
}

em {
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 400; /* Normal */
  font-style: italic;
}

strong {
  font-family: "JetBrainsMono", sans-serif;
  font-weight: 700; /* Bold */
  font-style: normal;
}

#app-header {
  display: flex;
  justify-content: center;
  border-bottom: 1px dashed gray;
  width: 100%;
  position: sticky;
  top: 0;
  background: white;
  z-index: 99;
  height: 42px;
}
#app-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#app-header .header-container .app-title {
  display: flex;
  align-items: center;
  height: 100%;
}
#app-header .header-container .app-title img {
  width: 36px;
}
#app-header .header-container .app-left {
  flex: 0 20%;
}
#app-header .header-container .app-menu {
  flex: 0 40rem;
  width: 40rem;
  max-width: 40rem;
  display: flex;
  align-items: center;
  height: 100%;
}
#app-header .header-container .app-menu .app-menu-link {
  padding: 0 1rem 0 1rem;
  color: black;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  min-width: 4rem;
  font-size: 11px;
  border-left: 1px dashed black;
}
#app-header .header-container .app-menu .app-menu-link:last-child {
  border-right: 1px dashed black;
}
#app-header .header-container .app-menu .app-menu-link:is(a):hover {
  background: #6ab977;
  color: white;
}
#app-header .header-container .app-right {
  flex: 0 20%;
  height: 100%;
}
#app-header .header-container .app-links {
  width: max-content;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: flex-end;
  gap: 0.5rem;
  height: 100%;
  font-size: 11px;
  position: relative;
  border-left: 1px dashed black;
}
#app-header .header-container .app-links svg {
  width: 16px;
}
#app-header .header-container .app-links .links-container {
  display: none;
}
#app-header .header-container .app-links:hover .links-container {
  width: max-content;
  position: absolute;
  top: 42px;
  transform: translateY(0);
  right: 0;
  display: flex;
  background: white;
  border-left: 1px dashed gray;
  border-bottom: 1px dashed gray;
}
#app-header .header-container .app-links:hover .links-container nav {
  display: flex;
  flex-direction: column;
}
#app-header .header-container .app-links:hover .links-container nav a {
  padding: 1rem;
  text-decoration: none;
  color: black;
  width: 100%;
}
#app-header .header-container .app-links:hover .links-container nav a:not(:last-child) {
  border-bottom: 1px dashed gray;
}

.page {
  width: 40rem;
  max-width: 40rem;
  overflow: visible;
  margin-top: 5rem;
}
.page a {
  color: #6ab977;
}
.page a:hover {
  text-decoration: underline;
}
.page .page-section-header {
  max-width: 40rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 4rem;
}
.page .page-section-header a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.page .page-section-header a svg {
  width: 16px;
}
.page .page-section-header a:hover {
  text-decoration: underline;
}
.page .page-description {
  max-width: 40rem;
  opacity: 0.7;
  font-size: 14px;
  line-height: 150%;
}
.page .page-description span {
  font-weight: bold;
  font-style: italic;
}
.page .page-description span:nth-child(1) {
  color: cornflowerblue;
}
.page .page-description span:nth-child(2) {
  color: orangered;
}
.page .page-description span:nth-child(3) {
  color: blueviolet;
}
.page .page-description span:nth-child(4) {
  color: seagreen;
}
.page .page-section-description {
  max-width: 40rem;
  opacity: 0.7;
  font-size: 14px;
  line-height: 150%;
}
.page main {
  margin-top: 2rem;
}
.page .movie-item {
  margin: 0.25rem 0;
  font-size: 14px;
  line-height: 150%;
}
.page .stack-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  margin: 0.5rem 0;
}
.page .stack-container .stack-item {
  font-size: 14px;
}
.page .stack-container .stack-item.secondary {
  opacity: 0.7;
}
.page .page-now-section {
  margin-top: 0.5rem;
}
.page .page-now-section .now-link {
  font-style: italic;
  margin-bottom: 0.5rem;
  font-size: 11px;
}

#home.page .blog-widget-pinned, #blog.page .blog-widget-pinned {
  border-bottom: 1px dashed rgba(128, 128, 128, 0.5);
}
#home.page .blog-widget-pinned li, #blog.page .blog-widget-pinned li {
  position: relative;
}
#home.page .blog-widget-pinned li .logo-pinned, #blog.page .blog-widget-pinned li .logo-pinned {
  width: max-content !important;
  position: absolute;
  left: -2rem;
  top: 50%;
  translate: 0 -50%;
}
#home.page .blog-widget-pinned li .logo-pinned svg, #blog.page .blog-widget-pinned li .logo-pinned svg {
  width: 18px;
}
#home.page .blog-widget, #blog.page .blog-widget {
  list-style: none;
  width: 50dvw;
}
#home.page .blog-widget li, #blog.page .blog-widget li {
  margin: 1rem 0;
}
#home.page .blog-widget li a, #blog.page .blog-widget li a {
  text-decoration: none;
  display: flex;
}
#home.page .blog-widget li a .tag-item, #blog.page .blog-widget li a .tag-item {
  display: flex;
  align-items: center;
  padding: 0.25rem;
  color: white;
  font-size: 9px;
  border-radius: 0.25rem;
  background: rgba(106, 185, 119, 0.75);
}
#home.page .blog-widget li a .tag-item .tag-dot, #blog.page .blog-widget li a .tag-item .tag-dot {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  margin-right: 0.25rem;
}
#home.page .blog-widget li a:hover, #blog.page .blog-widget li a:hover {
  position: relative;
  text-decoration: underline;
}
#home.page .blog-widget li a:hover:before, #blog.page .blog-widget li a:hover:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #6ab977;
  position: absolute;
  left: -10px;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
}
#home.page .blog-widget li span, #blog.page .blog-widget li span {
  display: block;
}
#home.page .blog-widget li span:first-of-type, #blog.page .blog-widget li span:first-of-type {
  font-weight: bold;
  width: 15%;
}
#home.page .project-widget ul li a, #blog.page .project-widget ul li a {
  flex-direction: column;
  gap: 0.25rem;
}
#home .blog-posts li a:hover, #blog .blog-posts li a:hover {
  text-decoration: underline;
}
#home ul, #blog ul {
  list-style: none;
}
#home ul a, #blog ul a {
  display: flex;
  text-decoration: none;
  gap: 1rem;
}
#home ul .tag-item, #blog ul .tag-item {
  display: flex;
  align-items: center;
  padding: 0.25rem;
  color: white;
  font-size: 9px;
  border-radius: 0.25rem;
  background: #6ab977;
}
#home ul .tag-item .tag-dot, #blog ul .tag-item .tag-dot {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  margin-right: 0.25rem;
}
#home ul li, #blog ul li {
  margin-top: 1rem;
}
#home ul li span:first-of-type, #blog ul li span:first-of-type {
  font-weight: bold;
}

hr {
  opacity: 0.5;
}

#movies {
  display: flex;
  flex-direction: column;
  list-style: none;
  justify-content: space-between;
}
#movies li {
  max-width: 100%;
}
#movies li span {
  display: block;
  max-width: 100%;
  font-size: 11px;
  overflow: hidden;
}
#movies li small {
  font-size: 8px;
}

#projet.page .page-projects-list {
  margin-top: 2rem;
}
#projet.page .page-projects-list ul {
  list-style-type: square;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}
#projet.page .page-projects-list ul li {
  margin: 0.5rem 0;
}
#projet.page .page-projects-list ul li a {
  text-decoration: none;
}
#projet.page .page-projects-list ul li a span:first-of-type {
  font-weight: bold;
  opacity: 1;
}
#projet.page .page-projects-list ul li span {
  opacity: 0.7;
}

#about .jobs-container {
  margin-top: 1rem;
  font-size: 14px;
}
#about .jobs-container .job-items {
  list-style-type: none;
}
#about .jobs-container .job-items .job-item .job-item-date {
  font-size: 11px;
  opacity: 0.7;
  display: inline-block;
  min-width: 130px;
}
#about .jobs-container .job-items .job-item .job-item-label {
  display: inline-block;
  min-width: 220px;
}
#about .jobs-container .job-items .job-item .job-item-company {
  font-size: 11px;
  opacity: 0.7;
}
#about .formations-container {
  margin-top: 1rem;
  font-size: 14px;
}
#about .formations-container .formation-items {
  list-style-type: none;
}
#about .formations-container .formation-items .formation-item .formation-item-date {
  font-size: 11px;
  opacity: 0.7;
  display: inline-block;
  min-width: 90px;
}
#about .formations-container .formation-items .formation-item .formation-item-label {
  display: inline-block;
  min-width: 280px;
}
#about .formations-container .formation-items .formation-item .formation-item-company {
  font-size: 11px;
  opacity: 0.7;
}
#about .annexes-container {
  margin-top: 1rem;
  font-size: 14px;
}
#about .annexes-container .annexe-items {
  list-style-type: none;
}
#about .annexes-container .annexe-items .annexe-item .annexe-item-date {
  font-size: 11px;
  opacity: 0.7;
  display: inline-block;
  min-width: 90px;
}
#about .annexes-container .annexe-items .annexe-item .annexe-item-label {
  display: inline-block;
  min-width: 90px;
}
#about .annexes-container .annexe-items .annexe-item .annexe-item-company {
  font-size: 11px;
  opacity: 0.7;
}
#about strong {
  color: #6ab977;
  display: block;
  margin-bottom: 0.5rem;
}
#about .now-container {
  font-size: 14px;
}
#about .now-container .now-footer {
  margin-top: 3rem;
  font-size: 11px;
  opacity: 0.7;
}

footer {
  opacity: 0.5;
  font-size: 10px;
  margin-top: 4rem;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
}
footer .website-content-explanation, footer .website-content-target {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
footer .website-content-explanation {
  font-weight: bold;
}
footer .website-content-copyright {
  margin-bottom: 0.5rem;
  display: flex;
  gap: 0.5rem;
}

#blog .tags {
  font-size: 14px;
  opacity: 0.7;
  display: flex;
  align-items: center;
}
#blog .tags .tag {
  background-color: #f1f1f1;
  padding: 0.25rem;
  border-radius: 5px;
  margin: 0 5px;
  min-width: max-content;
}

#blog-post strong.subject {
  color: cornflowerblue;
}
#blog-post blockquote {
  margin: 2rem 1rem;
  padding-left: 1rem;
  line-height: 150%;
  border-left: 3Px solid #F1F1F1;
  font-size: 14px;
}
#blog-post .divider {
  width: 50%;
  height: 2px;
  background-color: #F1F1F1;
  margin: 0.5rem 0 0.5rem 0;
}
#blog-post main {
  margin-bottom: 2rem;
}
#blog-post main p {
  font-size: 14px;
  margin: 1rem 0;
}
#blog-post ul, #blog-post ol {
  padding-left: 1.5rem;
  font-family: "JetBrainsMono", sans-serif;
  font-size: 14px;
}
#blog-post i {
  font-size: 12px;
  color: #6ab977;
  background: #F2F2F2;
  padding: 0.125rem;
  border-radius: 5px;
}
#blog-post i.quote {
  color: cornflowerblue;
}
#blog-post pre {
  overflow: auto;
  padding: 1rem;
  background: #F2F2F2;
  position: relative;
}
#blog-post pre .code-title {
  font-style: italic;
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 0.5rem;
  color: cornflowerblue;
  background: #F2F2F2;
  z-index: 9;
}
#blog-post blockquote.writing-container {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
  line-height: 150%;
}
#blog-post blockquote.writing-container .writing-container-title {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#blog-post blockquote.writing-container .poetry-content {
  width: 50%;
  flex: 0 50%;
}
#blog-post blockquote.writing-container .poetry-explanation {
  width: 50%;
  flex: 0 50%;
  font-weight: 700;
}
#blog-post blockquote.poetry-container {
  display: flex;
  margin: 2rem 0;
  line-height: 150%;
}
#blog-post blockquote.poetry-container .poetry-content {
  width: 50%;
  flex: 0 50%;
}
#blog-post blockquote.poetry-container .poetry-explanation {
  width: 50%;
  flex: 0 50%;
  font-weight: 700;
}
#blog-post .ar-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  opacity: 0.5;
  font-size: 11px;
  gap: 1rem;
  margin-bottom: 2rem;
}
#blog-post .mf-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  opacity: 0.5;
  font-size: 11px;
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 500px) {
  html, body {
    position: relative;
    font-size: 11px;
  }
  #app-header .header-desktop {
    display: none;
  }
  #app-header .header-mobile {
    width: 100%;
    padding: 0 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #app-header .header-mobile .nav-menu {
    display: none;
  }
  #app-header .header-mobile .nav-menu.active {
    display: block;
    background: white;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 100%;
    border: 1px dashed gray;
  }
  #app-header .header-mobile .nav-menu.active .separator {
    border: none;
    background: rgba(128, 128, 128, 0.5);
    height: 5px;
  }
  #app-header .header-mobile .nav-menu.active ul {
    list-style-type: none;
    margin: unset;
  }
  #app-header .header-mobile .nav-menu.active ul li a {
    display: block;
    padding: 0.5rem;
    text-decoration: none;
    color: black;
  }
  #app-header .header-mobile .nav-menu.active ul li:not(:last-child) {
    border-bottom: 1px dashed gray;
  }
  #app-header .header-mobile .nav-menu.active ul li:has(+ .separator) {
    border: none;
  }
  #app-header .header-mobile .app-title {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    color: black;
  }
  #app-header .header-mobile .app-title img {
    width: 36px;
  }
  #now {
    padding: 0 2rem;
    text-align: justify;
  }
  #blog .tags {
    font-size: 11px;
    display: flex;
    align-items: center;
    overflow: scroll;
    padding: 1rem 0;
  }
  #blog .tags .tag {
    width: max-content;
    display: inline;
    background-color: transparent;
    padding: 0.25rem;
    border: 1px dashed gray;
    font-size: 9px;
    margin: 0 5px;
    min-width: max-content;
  }
  #blog .blog-posts {
    margin-top: 3rem;
  }
  #blog .blog-posts li:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed gray;
  }
  #blog .blog-posts li a {
    display: flex;
    flex-direction: column;
  }
  #blog .blog-posts li a span:first-of-type {
    font-size: 9px;
  }
  #blog-post main p {
    font-size: 11px;
  }
  #blog-post .writing-container {
    font-size: 11px;
  }
  #blog-post .poetry-container {
    font-size: 11px;
  }
  #projet.page {
    padding: 0 2rem;
    font-size: 11px;
  }
  #projet.page .page-projects-list ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
  }
  #projet.page .page-projects-list ul li {
    margin-bottom: 2rem;
  }
  #projet.page .page-projects-list ul li a {
    font-size: 14px;
  }
  #about {
    padding: 0 2rem;
  }
  #about .jobs-container {
    margin-bottom: 2rem;
  }
  #about .jobs-container .job-items .job-item {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #about .jobs-container .job-items .job-item:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f1f1;
  }
  #about .jobs-container .job-items .job-item .job-item-label {
    font-size: 11px;
    width: 100%;
    font-weight: bold;
  }
  #about .annexes-container .annexe-items .annexe-item {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #about .annexes-container .annexe-items .annexe-item:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f1f1;
  }
  #about .annexes-container .annexe-items .annexe-item .annexe-item-label {
    font-size: 11px;
    font-weight: bold;
  }
  #about .formations-container {
    margin-bottom: 2rem;
  }
  #about .formations-container .formation-items .formation-item {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #about .formations-container .formation-items .formation-item:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f1f1;
  }
  #about .formations-container .formation-items .formation-item .formation-item-label {
    font-size: 11px;
    width: 100%;
    font-weight: bold;
  }
  #mobile-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    z-index: 999;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
  }
  #mobile-placeholder span {
    max-width: 80%;
    font-size: 12px;
  }
  .page {
    margin-top: 0;
    width: 100%;
    padding: 0 2rem;
  }
  .page .page-description {
    font-size: 11px;
  }
  .page .page-section-header {
    flex-direction: column;
    margin-top: 2rem;
  }
  h1 {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 2rem;
  }
  #app-header {
    font-size: 11px;
  }
  #app-header .app-left {
    display: none;
  }
  #app-header .header-container .app-menu {
    justify-content: space-around;
  }
  #app-header .header-container .app-menu a {
    min-width: unset;
    padding-right: unset;
    margin-right: unset;
  }
  #app-header .app-links span {
    display: none;
  }
  #home {
    margin-top: 0;
    font-size: 11px;
  }
  #home.page {
    width: 100%;
  }
  #home.page h1 {
    font-size: 1.25rem;
  }
  #home.page h2 {
    font-size: 1rem;
  }
  #home.page .page-section-header {
    flex-direction: row;
  }
  #home.page .page-description {
    font-size: 11px;
    text-align: justify;
  }
  #home.page .project-widget {
    width: 100%;
    font-size: 11px;
  }
  #home.page .project-widget li {
    width: 100%;
  }
  #home.page .project-widget li:not(:last-child) {
    border-bottom: 1px dashed rgba(128, 128, 128, 0.5);
  }
  #home.page .project-widget li a {
    padding: 1rem 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #home.page .project-widget li a span {
    display: inline;
    width: max-content !important;
  }
  #home.page .blog-widget {
    width: 100%;
    font-size: 11px;
  }
  #home.page .blog-widget li {
    width: 100%;
  }
  #home.page .blog-widget li:not(:last-child) {
    border-bottom: 1px dashed rgba(128, 128, 128, 0.5);
  }
  #home.page .blog-widget li a {
    padding: 1rem 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #home.page .blog-widget li a span {
    display: inline;
    width: max-content !important;
  }
  #home.page .blog-widget li a span:last-of-type {
    flex: 1;
  }
  footer {
    width: 100%;
    font-size: 8px;
  }
  footer .website-content-copyright {
    flex-wrap: wrap;
  }
}

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