@charset "UTF-8";
/*
    Global Placeholders
*/
/* typography */
@import url("https://fonts.googleapis.com/css?family=Roboto:300i,400&subset=latin-ext");
/* 
	Author :: Elodie BAYET
*/
/*
	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
*/
/*
    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) */
/* For success or failure informations */
@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/the-anton-project-authors.eot"); /* Old browsers */
  src: local("Anton Regular"), local("Anton-Regular"), url("../../assets/fonts/the-anton-project-authors.woff2") format("woff2"), url("../../assets/fonts/the-anton-project-authors.woff") format("woff"), url("../../assets/fonts/the-anton-project-authors.ttf") format("truetype"), url("../../assets/fonts/the-anton-project-authors.svg#Anton") format("svg"); /* Legacy iOS */
  font-display: fallback;
}
.headline .title, .navigation, .tooltip .tip, .bypass .label, main h1, main h2, main h3, main h4 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.headline p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

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

/* Kit Author */
/*
	Texts
*/
/* Familly assignations */
html {
  font-family: Verdana, sans-serif;
  font-size: 0.625em;
}

/* Body content */
main h1, main h2, main h3, main h4 {
  line-height: 1.5;
}
main h1 {
  font-size: 3.6rem;
  line-height: 1;
}
main h2 {
  font-size: 2.8rem;
  margin-bottom: 2.4rem;
}
main h3 {
  font-size: 2.1rem;
  margin-bottom: 1.8rem;
}
main h3:not(:first-child) {
  margin-top: 2.1rem;
}
main h4, main noscript {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
main h4:not(:first-child), main noscript:not(:first-child) {
  margin-top: 1.8rem;
}
main h5 {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.2rem;
  margin-bottom: 1.4rem;
}
main h5:not(:first-child) {
  margin-top: 1.6rem;
}
main h6, main p, main li, main time, main button, main legend,
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-top: 1.2rem;
  margin-bottom: 1.2rem;
}
main h5 {
  font-weight: 700;
}
main h6 {
  text-decoration: underline;
}
main figure {
  margin-bottom: 1.8rem;
}
main figcaption {
  font-size: 1.2rem;
  line-height: 1.5;
  font-style: italic;
  margin-top: 0.9rem;
}
main pre {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 1.2rem;
}
main small {
  font-size: 86%; /* ± 12.04px */
}
main sup, main sub {
  font-size: 72%; /* ± 10.08px */
  vertical-align: super;
  text-transform: lowercase !important; /* force to lower */
}
main .nomodule samp {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
}

/* 
	Author :: Elodie BAYET
*/
/*
	Global layout

	UI limits
	> (min-width:1210px) and (any-hover:hover)
	> (any-hover:none), (max-width:1209px)

	Grid Limits 
	> (min-width:520px)
	> (min-width:720px)
	> (min-width:960px)
*/
/* Local dynamics */
main, #uifoot {
  margin-left: auto;
  margin-right: auto;
  max-width: 1036px;
}

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

/* Logo system */
.applogo {
  position: relative;
  display: inline-block;
}
.applogo > span {
  white-space: nowrap;
  display: inline-block;
}
.applogo .icon {
  margin-left: -18px;
  width: 40px;
  left: 50%;
  position: absolute;
}
.applogo .title {
  font-size: 2.7rem;
  line-height: 6.4rem;
  letter-spacing: 0.2rem;
}
.applogo + p {
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.1rem;
}
#uihead .applogo {
  padding: 12px 0;
}
#uihead .applogo + p {
  padding: 0 0 18px 0;
  margin-top: -18px;
}
#uifoot .applogo + p {
  margin-top: -4px;
}

/* Menu system */
nav li {
  font-size: 1.8rem;
  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: 9px 18px;
}
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: -54px;
    width: 200px;
  }
  #uihead .navigation.expand .sub:hover ul {
    display: block;
  }
  #uihead .navigation.expand .sub li {
    display: list-item;
    margin: 24px 12px;
  }
}

/* Page header system */
#uihead {
  width: 100%;
  padding-bottom: 18px;
  position: relative;
  position: sticky;
  top: 0px;
  z-index: 100;
  /* If JS works and header is closed */
}
#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;
  }
}

/* Page footer system */
#uifoot {
  /* Special 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;
  }
}
@media (min-width: 996px) {
  #uifoot .navigation {
    display: flex;
    justify-content: space-between;
  }
}

/* Content system */
main > * {
  padding: 3.75%;
  position: relative;
}
main > header {
  padding-bottom: 0;
}
main > header a.tab {
  margin: 6px 0 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%;
  }
}
@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 - In 2025, seriously xD */
html:not(.nojs) noscript {
  display: none;
}
html.nojs noscript {
  display: block;
  text-align: center;
  padding: 12px;
  margin: 24px 0;
}

/* 
	Author :: Elodie BAYET
*/
/*
	Classics
*/
/* Local dynamics */
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;
}

/* 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;
}

/* Interactive */
.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;
}

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;
}

button.button {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
button.tab {
  display: inline-block;
  margin: 18px 24px 0 0;
}

/* 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;
}

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

.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;
}

.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;
}

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

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

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

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

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

form > div + div {
  margin-top: 24px;
}
form > div label:not(.toggle):not(.choice):first-child,
form > div legend {
  font-weight: 600;
}
form label,
form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]):not([type=button]):not([type=hidden]),
form select,
form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
}
form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]):not([type=button]):not([type=hidden]),
form textarea {
  padding: 4px;
}
form select {
  padding: 8px 4px;
}
form label.box {
  margin: 0 36px 0 0;
  width: auto;
  display: inline-block;
}
form label.box:hover, form label.slab:hover, form label.toggle:hover {
  cursor: pointer;
}
form input[type=checkbox], form input[type=radio] {
  margin-right: 6px;
  position: relative;
}
form input[type=submit], form input[type=reset], form input[type=button] {
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 12px;
  display: inline-block;
  min-width: 160px;
  margin-right: 18px;
}
form .currency {
  position: relative;
}
form .currency span {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  width: 32px;
  padding: 6px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
form .value span {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.1rem;
  text-align: center;
  font-weight: bold;
  margin-top: 12px;
  padding: 6px 0;
  display: block;
  position: relative;
}
form .choice, form .toggle {
  width: auto;
  min-width: 96px;
  margin: 1.875%;
  position: relative;
  padding: 8px 6px 6px 14px;
}
form .choice span, form .choice strong, form .toggle span, form .toggle strong {
  display: block;
}
form .choice input, form .toggle input {
  position: absolute;
  display: block;
  top: 0;
  left: -9999px;
  margin: 0;
}
@media (min-width: 880px) {
  form .inline {
    width: 50%;
    min-width: 198px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -1px;
  }
  form .inline:nth-of-type(odd) {
    padding-right: 12px;
  }
  form .inline:nth-of-type(even) {
    padding-left: 12px;
  }
  form .inline input {
    margin-bottom: 0;
  }
}

/* 
	Author :: Elodie BAYET
*/
/*
	Advanced
*/
/* Filtering */
#filter {
  margin-bottom: 36px;
}
#filter ul {
  padding: 18px 6px 12px;
  position: relative;
}

/* Tooltip system */
.tooltip {
  position: relative;
  overflow: visible;
}
.tooltip .tip {
  display: none;
}
@media (min-width: 960px) and (any-hover: hover) {
  .tooltip .tip {
    font-size: 1.4rem;
    line-height: 1.5;
    white-space: nowrap;
    padding: 6px 12px 5px;
    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%;
  }
}

/* Effects */
.project {
  position: relative;
  height: 264px;
}
.project .route {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.project .cover {
  height: 248px;
  margin-left: 118px;
}
.project .cover div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  overflow: hidden;
}
.project .summary {
  text-align: right;
  width: 248px; /* Due to rotate, "visual height" is actual width */
  height: auto;
  position: relative;
  transform-origin: 0% 0%;
  transform: rotate(-90deg);
}
.project .summary .date {
  font-size: 2.1rem;
  line-height: 1;
  margin-top: 0;
  display: block;
}
.project .summary .title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.project .summary .technics {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 12px;
}
.project .summary .technics li {
  margin-left: 12px;
  margin: 6px 0 6px 12px;
  width: auto;
}
.project .summary .technics img {
  height: 24px;
  width: auto;
  display: block;
}
.project .summary .edge {
  color: inherit;
  background-color: rgb(242, 239, 239);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 100%;
  display: block;
}
.project .summary .edge:nth-of-type(1) {
  right: 0px;
  opacity: 1;
  transition-delay: 0.05s;
}
.project .summary .edge:nth-of-type(2) {
  right: 60px;
  opacity: 0.75;
  transition-delay: 0.1s;
}
.project .summary .edge:nth-of-type(3) {
  right: 120px;
  opacity: 0.5;
  transition-delay: 0.15s;
}
.project .summary .edge:nth-of-type(4) {
  right: 180px;
  opacity: 0.25;
  transition-delay: 0.2s;
}
.project:hover .summary .edge {
  opacity: 0;
}
.project:hover .summary .edge:nth-of-type(1) {
  transition-delay: 0.2s;
}
.project:hover .summary .edge:nth-of-type(2) {
  transition-delay: 0.15s;
}
.project:hover .summary .edge:nth-of-type(3) {
  transition-delay: 0.1s;
}
.project:hover .summary .edge:nth-of-type(4) {
  transition-delay: 0.05s;
}

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

.chrono {
  text-align: center;
  margin: 18px 0;
  padding: 8px 6px 6px;
}
.chrono p {
  font-family: "Courier New", Courier, monospace;
  font-size: 4.8rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.tasks li span {
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-left: 8px;
}
.tasks li button {
  margin-top: 0;
  margin-bottom: 0;
  float: right;
}

/* Shortcut navigation */
.bypass {
  display: inline-block;
  width: 50%;
  margin-left: -2px;
  margin-right: -2px;
}
.bypass#next .holder {
  flex-direction: row-reverse;
}
.bypass .label {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 3.2rem;
  white-space: nowrap;
  padding: 2px 6px 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=structure.css.map */