@charset "UTF-8";
/* 
	Author :: Elodie BAYET
	Origin :: Belgium, EU
	  Role :: Fullstack Web Developer
	  Date :: 2020.04 + 2021.09 + 2025.06
*/
/*
	Normalize Elements
*/
body {
  -webkit-text-size-adjust: none;
  min-height: 100vh;
}
body, body *, body *::before, body *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

abbr, button, select,
a, a:link, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
}

button, img, hr, iframe,
fieldset, input, input:invalid, textarea, select,
a img, a:link img, a:visited img, a:hover img, a:focus img, a:active img {
  border: none;
}

input:invalid, textarea:invalid {
  box-shadow: none;
}

button:not(.disabled):hover,
input[type=submit]:not(:disabled):hover {
  cursor: pointer;
}

button, select {
  text-transform: none;
}

img {
  width: 100%;
  height: auto;
}

hr {
  margin: 24px 0;
}

/* 
	Author :: Elodie BAYET
	Origin :: Belgium, EU
	  Role :: Fullstack Web Developer
	  Date :: 2020.04 + 2021.09 + 2025.06
*/
/*
    Global Variables
*/
/* Main Colors */
/* Custom Greys */
/* Dynamic Colors */
/*
    Global Mixins
*/
/* For 'navigation-expand' mixin */
/* For layout w/ expanded navigation */
/* Set for UI icons mixins */
/* For icons of brands (used in theme) */
/* For icons of UI (used in theme) */
/* For positioning UI icons (used in theme) */
/*
    Global Placeholders
*/
/* For typography */
#uifoot h3 {
  font-family: "Resagnicto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.headline .title, .navigation, .tooltip .tip, .bypass .label, main h1, main h2, main h3, main h4 {
  font-family: "Resagnicto Bold", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.headline p {
  font-family: "Resagnicto Italic", sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* For hover effect (used in theme) */
a, a:link, a:visited, button, .navigation li {
  transition: 0.25s ease-in-out;
}

/*
	Fonts Resources
*/
@font-face {
  font-family: "Resagnicto";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/resagnicto-regular.eot"); /* IE9 Compat Modes */
  src: local("Resagnicto Regular"), local("Resagnicto-Regular"), url("../../assets/fonts/resagnicto-regular.woff2") format("woff2"), url("../../assets/fonts/resagnicto-regular.woff") format("woff"); /* Modern Browsers */
  font-display: fallback;
}
@font-face {
  font-family: "Resagnicto Italic";
  font-style: italic;
  font-weight: 400;
  src: url("../../assets/fonts/resagnicto-italic.eot"); /* IE9 Compat Modes */
  src: local("Resagnicto Italic"), local("Resagnicto-Italic"), url("../../assets/fonts/resagnicto-italic.woff2") format("woff2"), url("../../assets/fonts/resagnicto-italic.woff") format("woff"); /* Modern Browsers */
  font-display: fallback;
}
@font-face {
  font-family: "Resagnicto Bold";
  font-style: normal;
  font-weight: 600;
  src: url("../../assets/fonts/resagnicto-bold.eot"); /* IE9 Compat Modes */
  src: local("Resagnicto Bold"), local("Resagnicto-Bold"), url("../../assets/fonts/resagnicto-bold.woff2") format("woff2"), url("../../assets/fonts/resagnicto-bold.woff") format("woff"); /* Modern Browsers */
  font-display: fallback;
}
/*
	Typography & marges
*/
/* Font-face and familly Specific Assignations */
html {
  font-family: Verdana, sans-serif;
  font-size: 0.625em;
}

#uifoot h3 {
  font-size: 1.5rem;
  line-height: 1.5;
}

/* Main Text/Elements Flow Assignations */
main h1, main h2, main h3, main h4 {
  line-height: 1.5;
}
main h1 {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.1rem;
}
main h2 {
  font-size: 2.7rem;
  letter-spacing: 0.1rem;
  margin-bottom: 24px;
}
main h3 {
  font-size: 2.1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 18px;
}
main h3:not(:first-child) {
  margin-top: 21px;
}
main h4, main noscript {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  margin-bottom: 16px;
}
main h4:not(:first-child), main noscript:not(:first-child) {
  margin-top: 18px;
}
main h5, main h6 {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.2rem;
  margin-bottom: 12px;
}
main h5:not(:first-child), main h6:not(:first-child) {
  margin-top: 16px;
}
main p, main li, main time, main button,
main label, main input:not([type=hidden]), main select, main textarea, main a.tab {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.1rem;
  margin-bottom: 12px;
}
main h5 {
  font-weight: 700;
}
main h6 {
  text-decoration: underline;
}
main figure {
  margin-bottom: 18px;
}
main figcaption {
  font-size: 1.2rem;
  line-height: 1.75;
  font-style: italic;
  margin-top: 12px;
}
main pre {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 12px;
}
main small {
  font-size: 86%; /* ± 12.04px */
}
main sup {
  font-size: 72%; /* ± 10.08px */
  vertical-align: super;
  text-transform: lowercase !important; /* force to lower */
}
main samp {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
}

/* Author */
#author {
  text-align: center;
}
#author p {
  color: rgb(186, 186, 191);
  font-size: 1.2rem;
  line-height: 1.5;
}
#author p * {
  display: inline-block;
  vertical-align: bottom;
}
#author p a {
  color: rgb(247, 247, 247);
}
#author p a:hover, #author p a:focus {
  color: rgb(255, 255, 255);
}
#author p img {
  width: 18px;
  display: inline-block;
  margin-top: -6px;
  margin-left: 3px;
}

/* 
	Author :: Elodie BAYET
	Origin :: Belgium, EU
	  Role :: Fullstack Web Developer
	  Date :: 2020.04 + 2021.09 + 2025.06
*/
/*
	Composition Management
*/
/* UX Limits */
/* Grid Limits */
/* Dynamic Local Declarations */
main, #uifoot {
  margin-left: auto;
  margin-right: auto;
  max-width: 1036px;
}

/* Generalities */
.headline, .navigation, main header {
  text-align: center;
}

/* Applogo System */
.applogo {
  position: relative;
  display: inline-block;
}
.applogo > span {
  white-space: nowrap;
  display: inline-block;
}
.applogo .icon {
  margin-left: -32px; /* MusicalEras = -16px | Widget-Jones = -21px */
  width: 64px; /* MusicalEras = 32px | Widget-Jones = 42px */
  left: 50%;
  position: absolute;
}
.applogo .title {
  font-size: 2.7rem;
  line-height: 4.4rem; /* MusicalEras = 3.2rem | Widget-Jones = 2.2rem */
  text-transform: lowercase;
}
.applogo + p {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
#uihead .applogo {
  padding: 12px 0 18px; /* MusicalEras = 18px 0 */
}
#uihead .applogo + p {
  padding: 0 0 18px 0;
  margin-top: -18px; /* MusicalEras = -8px | Widget-Jones = -8px */
}
#uifoot .applogo {
  padding: 0 0 4px 0; /* Widget-Jones = 6px 0 */
}
#uifoot .applogo + p {
  margin-top: -4px; /* MusicalEras = 2px | Widget-Jones = 6px */
}

/* Menu System */
nav li {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  display: inline-block;
}
nav li a {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}
nav:not(.socialmenu) li {
  margin: 12px 24px;
}
nav.socialmenu li {
  margin: 12px 15px;
}
nav.socialmenu li a {
  padding-right: 8px;
  padding-left: 8px;
}
nav.socialmenu .symbol {
  width: 28px;
  height: 28px;
}

.navigation.expand .sub li {
  text-transform: capitalize;
  margin: 12px 24px 0;
}
@media (any-hover: none), (max-width: 1209px) {
  #uihead .navigation.expand .mainmenu > ul > li {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 18px;
    display: list-item;
  }
}
@media (min-width: 1210px) and (any-hover: hover) {
  #uihead .navigation.expand nav:not(.langmenu):not(.socialmenu) > ul > li {
    position: relative;
  }
  #uihead .navigation.expand .sub ul {
    padding-top: 24px;
    display: none;
    position: absolute;
    top: 100%;
    left: -56px;
    width: 200px;
  }
  #uihead .navigation.expand .sub:hover ul {
    display: block;
  }
  #uihead .navigation.expand .sub li {
    display: list-item;
    margin: 24px 12px;
  }
}

/* Main U-Interface Header System */
#uihead {
  width: 100%;
  padding-bottom: 18px;
  position: relative;
  position: sticky;
  top: 0px;
  z-index: 100;
  /* Special #uihead adaptation of common elements */
}
#uihead .inner {
  padding: 0 3.75%;
}
#uihead button {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 110;
}
#uihead .navigation {
  overflow: hidden;
}
#uihead .navigation nav {
  padding: 1px 0;
}
@media (max-width: 1209px) {
  html:not(.nojs) #uihead.closed .navigation {
    height: 1px;
  }
}
@media (min-width: 1210px) and (any-hover: hover) {
  #uihead .navigation {
    margin-top: -12px;
    display: flex;
    justify-content: space-around;
    overflow: initial;
  }
  #uihead .navigation nav {
    padding: 0;
  }
  #uihead .socialmenu {
    margin-top: -4px;
  }
  #uihead button {
    display: none;
  }
}

/* Main U-Interface Footer System */
#uifoot {
  /* Special #uifoot adaptation of common elements */
}
#uifoot > * {
  padding: 1.875% 3.75%;
}
@media (min-width: 720px) {
  #uifoot .headline {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #uifoot .socialmenu {
    margin-top: -2px;
  }
  #uifoot .socialmenu ul {
    margin: 0 -16px;
  }
}

/* Main System */
main > * {
  padding: 3.75%;
  position: relative;
}
main > section:first-of-type {
  padding-top: 0;
}
main .nomodule {
  display: inline-block;
  padding-top: 1%;
  padding-bottom: 1%;
}

/* Grid System */
@media (min-width: 520px) {
  .grid {
    margin: -1.875% -1.875% 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }
  .grid [class*=col-] {
    padding-left: 1.875%;
    padding-right: 1.875%;
    margin-top: 1.875%;
    width: 100%;
  }
  .grid.sm [class*=col-] {
    width: 50%;
  }
}
@media (min-width: 720px) {
  .grid.sm .col-25 {
    width: 25%;
  }
  .grid.sm .col-33 {
    width: 33.33%;
  }
  .grid.sm .col-75 {
    width: 75%;
  }
  .grid.md [class*=col-] {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .grid.lg .col-50 {
    width: 50%;
  }
  .grid.md .col-25, .grid.lg .col-25 {
    width: 25%;
  }
  .grid.md .col-33, .grid.lg .col-33 {
    width: 33%;
  }
  .grid.md .col-75, .grid.lg .col-75 {
    width: 75%;
  }
}

/* Columns System */
@media (min-width: 720px) {
  .columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 3.75%;
         column-gap: 3.75%;
  }
  .columns h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
  .columns *:first-child {
    margin-top: 0;
  }
}

/* No Script System */
html:not(.nojs) noscript {
  display: none;
}
html.nojs noscript {
  display: block;
  text-align: center;
  padding: 12px;
  margin: 24px 0;
}

/* 
	Author :: Elodie BAYET
    Origin :: Belgium, EU
	  Role :: Fullstack Web Developer
	  Date :: 2020.04 + 2021.09 + 2025.06
*/
/*
	Classical Design
	i.e. : ".list", p, picture
*/
/* Hidden texts */
.blind {
  font-size: 0.1rem !important;
  line-height: 0.1rem !important;
  padding: 0 !important;
  margin: 0 !important;
  top: 0 !important;
  left: -99999px !important;
  position: absolute !important;
  display: inline !important;
  overflow: hidden !important;
  z-index: 1 !important;
  white-space: nowrap !important;
}

.hide {
  display: none !important;
}

/* Integrated Floating Image */
p.lining img {
  display: block;
  margin-bottom: 0.9%;
}
@media (min-width: 720px) {
  p.lining img {
    width: 48%;
    float: left;
    margin-right: 3.75%;
  }
}
p.lining::after {
  content: " ";
  white-space: nowrap;
  display: table;
  clear: both;
}

/* Usual Lists */
.list li::before {
  content: "••";
  padding-right: 8px;
}

/* Special Lists */
.listitem {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.listitem:not(.center):not(.left):not(.right):not(.apart) {
  justify-content: space-between;
}
.listitem > li {
  margin-bottom: 12px;
}
.listitem.center {
  justify-content: center;
}
.listitem.center > li {
  margin-right: 18px;
  margin-left: 18px;
}
.listitem.left > li {
  margin-right: 36px;
}
.listitem.right {
  justify-content: flex-end;
}
.listitem.right > li {
  margin-left: 36px;
}
.listitem.apart li {
  padding-right: 8px;
}
.listitem.apart li ~ li::before {
  content: "••";
  padding-right: 8px;
}

/* Inline Lists*/
.listline {
  margin-top: 12px;
}
.listline li {
  margin-top: 0;
  display: inline;
  white-space: pre-wrap;
}
.listline.center {
  text-align: center;
}
.listline.apart li {
  padding-right: 5px;
}
.listline.apart li ~ li::before {
  content: "—";
  padding-right: 8px;
}

/* Table */
table {
  width: 100%;
}
table, table th, table td {
  border-collapse: collapse;
}
table td {
  padding: 12px 9px 0;
}

/* Badge */
.badge {
  text-align: center;
  margin-top: 24px;
}
.badge .icon {
  padding-bottom: 14px;
}
.badge img {
  height: 48px;
}
.badge p small {
  display: block;
}

/* Filters box */
#filter {
  margin-bottom: 24px;
}
#filter ul {
  padding: 18px 6px 12px;
  position: relative;
}

/* Divided box */
.divided ~ .divided {
  padding-top: 18px;
  margin-top: 12px;
}

/* Topic */
.topic {
  position: relative;
}
.topic h4 {
  margin-top: 0 !important;
}
.topic > *:last-child {
  padding-bottom: 12px;
}

/* Periods set */
.periods {
  margin: 0 -1.875%;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}
.periods > div {
  margin-top: 36px;
  padding-left: 1.875%;
  padding-right: 1.875%;
  min-width: 300px;
  width: 50%;
  position: relative;
  height: auto !important;
  top: auto !important;
}
.periods > div::before {
  content: "Année " attr(data-begin) ", ± " attr(data-delay) " ans";
  font-size: 1.6rem;
  position: absolute;
}
.periods h3 {
  padding: 12px 0 6px;
}

/* No DB result text information */
.nothing::before {
  content: "[!] -";
  font-weight: 700;
  letter-spacing: 0.15rem;
  padding-right: 6px;
}

/* 
	Author :: Elodie BAYET
	Origin :: Belgium, EU
	  Role :: Fullstack Web Developer
	  Date :: 2020.04 + 2021.09 + 2025.06
*/
/*
	Interactive Design
	i.e. : ".ideogram", ".route"
*/
/* Local Placeholders : when icon is on */
a.tab, a.link, a.button {
  font-weight: 700;
  display: inline-block;
}
a.tab > span, a.link > span, a.button > span {
  vertical-align: middle;
  margin-right: 7px;
  display: inline-block;
}

button.tab, button.button {
  text-transform: uppercase;
  padding: 3px 18px;
}

/* Elements w/ Pictograms */
.ideogram {
  text-align: center;
  overflow: hidden;
  display: block;
  width: 44px;
  height: 44px;
}
.ideogram .symbol {
  line-height: 1rem;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}

/* Custom <a> : Overlayed, Buttons, Links, Tabs */
a.route {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
a.button {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 4px 18px;
  max-width: 250px;
  overflow: hidden;
}
a.tab {
  margin: 18px 24px 0 0;
  padding: 3px 18px;
}

/* Cutsom <button> : Buttons, Tabs*/
button.button {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
button.tab {
  display: inline-block;
  margin: 18px 24px 0 0;
}

/* 
	Author :: Elodie BAYET
	Origin :: Belgium, EU
	  Role :: Fullstack Web Developer
	  Date :: 2020.04 + 2021.09 + 2025.06
*/
/*
	Advanced Design
	i.e. : ".tooltip", ".share", ".project"
*/
/* Sharing content */
.share li {
  margin: 12px;
  display: inline-block;
}
.share a .symbol {
  padding: 6px;
}

/* Tooltip System */
.tooltip {
  position: relative;
  overflow: visible;
}
.tooltip .tip {
  display: none;
}
@media (min-width: 960px) and (any-hover: hover) {
  .tooltip .tip {
    font-size: 1.2rem;
    line-height: 1.5;
    text-transform: capitalize;
    white-space: nowrap;
    padding: 5px 12px 4px;
    position: absolute;
    z-index: 200;
  }
  .tooltip .tip.top {
    margin-bottom: 12px;
  }
  .tooltip .tip.bottom {
    margin-top: 12px;
  }
  .tooltip:hover .tip {
    display: block;
    margin-left: -16px;
    left: 50%;
  }
  .tooltip:hover .tip.top {
    bottom: 100%;
  }
  .tooltip:hover .tip.bottom {
    top: 100%;
  }
}

/* Technical Projects w/ icons and images */
.project {
  height: 280px;
  position: relative;
}
.project .route {
  z-index: 20;
}
.project .cover {
  height: 280px;
  margin-left: 118px;
}
.project .cover div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 264px;
  overflow: hidden;
}
.project .summary {
  text-align: right;
  width: 280px;
  height: auto;
  position: relative;
  transform-origin: 0% 0%;
  transform: rotate(-90deg);
}
.project .summary .date {
  font-size: 2.4rem;
  line-height: 0.9;
  margin: 0 0 0 14px;
  display: block;
}
.project .summary .title {
  font-family: "Resagnicto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  margin-top: 15px;
}
.project .summary .technics {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 15px;
}
.project .summary .technics li {
  margin: 6px 0 6px 12px;
  width: auto;
}
.project .summary .technics img {
  height: 24px;
  width: auto;
  display: block;
}
.project .summary .edge {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 100%;
  display: block;
}
.project .summary .edge:nth-of-type(1) {
  right: 0;
}
.project .summary .edge:nth-of-type(2) {
  right: 52px;
}
.project .summary .edge:nth-of-type(3) {
  right: 104px;
}
.project .summary .edge:nth-of-type(4) {
  right: 156px;
}

/* Bypass System */
.bypass {
  display: inline-block;
  width: 50%;
  margin-left: -2px;
  margin-right: -2px;
}
.bypass#next .holder {
  flex-direction: row-reverse;
}
.bypass .label {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 3.2rem;
  white-space: nowrap;
  padding: 2px 12px 0;
}
.bypass .holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1036px) {
  .bypass {
    margin: -24px 0 0;
    padding: 0;
    width: auto;
    position: fixed;
    top: 50%;
    z-index: 50;
  }
  .bypass#previous {
    left: 18px;
  }
  .bypass#next {
    right: 18px;
  }
  .bypass .label {
    display: none;
  }
  .bypass:hover .label {
    display: inline-flex;
  }
}/*# sourceMappingURL=common.css.map */