.calendar-container {
  flex-direction: column;
  display: flex;
  height: 95vh;
}

#calendar {
  height: 90vh;
  margin-top: 5px;
}

.fc-tout-button {
  background-color: black !important;
  border-radius: 50px !important;
  color: white !important;
}

.fc-outhead-button {
  background-color: #B5B5B5 !important;
  border-radius: 50px !important;
  color: white !important;
}

.fc .fc-button {
  line-height: inherit !important;
  font-size: 12px !important;
}

.fc-ba1-button {
  background-color: #FF0000 !important;
  border-radius: 50px !important;
  color: white !important;
}

.fc-ba2-button {
  background-color: #04EA92 !important;
  border-radius: 50px !important;
  color: white !important;
}

.fc-ba3-button {
  background-color: yellowgreen !important;
  border-radius: 50px !important;
  color: white !important;
}

.fc-list-event-title {
  border-right: 0 solid transparent !important;
}

.fc-list-day-cushion {
  background-color: transparent !important;
}

.fc-inhead-button {
  background-color: #5F11BE !important;
  border-radius: 50px !important;
  color: white !important;
}

.square {
  width: 10px;
  height: 10px;
  background: white;
  display: inherit;
  margin-right: 5px;
}

.circle {
  width: 10px;
  height: 10px;
  background: white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inherit;
  margin-right: 5px;
}

.hidden {
  display: none;
}

.fc-theme-standard td, .fc-theme-standard th {
  border: 1px solid black;
}

.fc-event-time {
  display: none;
}

.fc .fc-toolbar-title {
  font-size: 24px !important;
  margin: 0;
  text-transform: capitalize;
}

.fc-daygrid-event {
  color: white;
  border-radius: 50px !important;
  border: none;
}

.fc th {
  font-weight: normal !important;
}

.fc-event-title {
  padding: 10px !important;
}

.fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover {
  background: rgba(0, 0, 0, 0.7);
}

.fc-h-event {
  border: none !important;
}

.fc-next-button, .fc-prev-button {
  color: black !important;
  width: auto !important;
}

.fc-next-button:hover, .fc-prev-button:hover {
  color: black !important;
  background-color: transparent !important;
}

.fc .fc-button {
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 4px !important;
  width: 99px;
  line-height: inherit;
  border-radius: 0.25em;
}

.fc .fc-button:focus {
  outline: 0;
  box-shadow: none !important;
}

.fc-toolbar-chunk:nth-child(3) {
  width: 433px !important;
}

.ba1 {
  background-color: #04EA92 !important;
}

.ba2 {
  background-color: #FF0000;
}

.ba3 {
  background-color: greenyellow;
}

.head {
  background-color: #5F11BE;
}

.outhead {
  background-color: #5F11BE;
}

.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  background: #B5B5B5;
  color: white;
  max-width: 400px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
  font-size: 12px;
}

.style5 .tooltip {
  background: #1e252b;
  color: #ffffff;
  max-width: 200px;
  width: auto;
  font-size: 12px;
  padding: 0.5em 1em;
}

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: transparent;
}

.style5 .tooltip .tooltip-arrow {
  border-color: #1e252b;
}

.popper[x-placement^=top],
.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}

.popper[x-placement^=top] .popper__arrow,
.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.popper[x-placement^=bottom],
.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}

.tooltip[x-placement^=bottom] .tooltip-arrow,
.popper[x-placement^=bottom] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=right],
.popper[x-placement^=right] {
  margin-left: 5px;
}

.popper[x-placement^=right] .popper__arrow,
.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.popper[x-placement^=left],
.tooltip[x-placement^=left] {
  margin-right: 5px;
}

.popper[x-placement^=left] .popper__arrow,
.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.header {
  background-color: #fff;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.header .menu-icon {
  display: flex;
  justify-content: center;
  user-select: none;
  width: 75px;
  background: black;
  border-radius: 59px;
  margin: auto;
  padding-top: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.header .menu-icon .navicon {
  background: white;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
  border-radius: 16px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: white;
  content: "";
  display: block;
  height: 5px;
  left: -11px;
  top: -2px;
  bottom: 10px;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 40px;
  border-radius: 16px;
}

.header .menu-icon .navicon:before {
  border-radius: 16px;
}

.header .menu-icon .navicon:after {
  top: -10px;
  border-radius: 16px;
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 600px;
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
}

.header .menu-btn:checked ~ .menu {
  max-height: 600px;
  display: flex;
  flex-direction: column;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
  border-radius: 16px;
  top: -6px;
  bottom: 4px;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-30deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(30deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media screen and (min-width: 1000px) {
  .header .logo {
    float: left;
    display: block;
  }

  .header li {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header li a {
    padding: 20px 20px;
    font-size: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .header .menu {
    clear: none;
    max-height: none;
    display: flex;
  }

  .header .menu-icon {
    display: none;
  }

  .tutorial-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .fc-tout-button {
    background-color: black !important;
    border-radius: 50px !important;
    color: white !important;
  }

  .fc-outhead-button {
    background-color: #B5B5B5 !important;
    border-radius: 50px !important;
    color: white !important;
  }

  .fc .fc-button {
    line-height: inherit !important;
    font-size: 12px !important;
  }

  .fc-cv-button {
    background-color: #FF0000 !important;
    border-radius: 50px !important;
    color: white !important;
  }

  .fc-illu-button, .fc-cv-button, .fc-outhead-button, .fc-inhead-button, .fc-dayGridMonth-button, .fc-today-button, .fc-listMonth-button {
    display: none !important;
  }

  .fc .fc-toolbar.fc-header-toolbar {
    margin-left: 0 !important;
  }

  .fc-toolbar-chunk:nth-child(1) {
    visibility: hidden;
    display: none;
  }

  .container-video {
    width: 80vw;
  }
}
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 54px);
}

.login {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}

input[type=email], input[type=password], input[type=submit] {
  width: 100%;
  padding: 12px 20px;
  margin: 2px 0;
  display: inline-block;
  border: 0px solid #ccc;
  border-radius: 50px;
  background: #E3E3E3;
  box-sizing: border-box;
  font-family: "Helvetica Neue";
}

* {
  box-sizing: border-box;
}

canvas[resize] {
  width: 100vw;
  height: 100vh;
  cursor: none;
}

.highlight {
  border-radius: 60px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: black;
  color: white !important;
}
@media screen and (min-width: 1000px) {
  .highlight {
    background-color: black !important;
  }
}

.tag-container {
  flex-direction: column;
  display: flex;
  justify-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .tag-container {
    flex-direction: row;
  }
}

.faces-shape {
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  color: black;
  padding: 0px 10px 0px 10px;
  font-size: 26px;
  text-align: center;
  border-radius: 60px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
  .faces-shape {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 90px;
    margin-bottom: 0;
    height: auto;
    background-color: transparent;
    text-transform: uppercase;
  }
}

.faces-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  border-bottom: 1px solid black;
  pointer-events: auto;
  grid-auto-rows: minmax(min-content, max-content);
}
@media screen and (min-width: 1000px) {
  .faces-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: minmax(min-content, max-content);
  }
}

.faces-grid > span {
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .faces-grid > span {
    padding: 5px 10px;
  }
}

.faces-grid:first-of-type {
  border-top: 1px solid black !important;
  z-index: 30;
}

.faces-grid:hover {
  background: black;
  color: white;
}

.faces-grid:hover + .faces-cover {
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  .faces-grid:hover + .faces-cover {
    visibility: visible;
  }
}

.faces-cover {
  visibility: hidden;
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 90;
  pointer-events: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30vw;
  height: 30vh;
}
.faces-cover img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 0;
}

.faces-cover-mobile {
  display: block;
}
@media screen and (min-width: 1000px) {
  .faces-cover-mobile {
    display: none;
  }
}

img.faces-cover-mobile {
  margin-right: 10px;
  width: 100px;
}

.thesis-grid {
  display: grid;
  align-items: normal;
  grid-template-columns: auto 1fr;
  grid-auto-rows: 0.5fr;
  border-bottom: 1px solid black;
  pointer-events: auto;
}
@media screen and (min-width: 1000px) {
  .thesis-grid {
    grid-template-columns: 0.2fr 1fr 0.1fr;
    align-items: center;
  }
}

.thesis-grid > span {
  font-size: 16px;
  text-align: left;
  white-space: normal;
}
@media screen and (min-width: 1000px) {
  .thesis-grid > span {
    white-space: normal;
    padding: 5px 10px;
  }
}

.thesis-grid:first-of-type {
  border-top: 1px solid black !important;
}

.thesis-grid:hover {
  background: black;
  color: white;
}

.thesis-grid:hover + .cover {
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  .thesis-grid:hover + .cover {
    visibility: visible;
  }
}

.cover {
  visibility: hidden;
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 90;
  pointer-events: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60vw;
  height: 60vh;
}
.cover img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 0;
}

.thesis-cover-mobile {
  grid-row-start: 1;
  grid-row-end: 4;
  display: block;
}
@media screen and (min-width: 1000px) {
  .thesis-cover-mobile {
    display: none;
  }
}

img.thesis-cover-mobile {
  margin-right: 10px;
  width: 100px;
}

.mobile-info {
  display: block;
}
@media screen and (min-width: 1000px) {
  .mobile-info {
    display: none;
  }
}

.desktop-info {
  display: none;
}
@media screen and (min-width: 1000px) {
  .desktop-info {
    display: block;
  }
}

.tutorial-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  padding: 0px 10px 0px 10px;
  margin-top: 10px;
  padding-top: 10px;
}

.tutorial-shape {
  height: 24vh;
  color: #fff;
  border-radius: 46px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 26px;
  transition: all 0.3s;
}

.tutorial-shape:hover {
  border-radius: 50%;
}

.tutorial-title {
  text-align: center;
  font-size: 26px;
  background-color: black;
  border-radius: 65px;
  color: white;
  padding: 5px 30px 5px 30px;
  margin-top: 20px;
}

.note {
  font-size: 18px;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  flex-direction: column;
  align-items: center;
}
.note ol {
  list-style: none;
  counter-reset: items;
  font-size: 18px;
  width: 80vw;
}
.note ol li {
  counter-increment: items;
  margin-bottom: 10px;
}
.note a {
  text-decoration: underline !important;
}

.gallery-50 {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
  max-width: 80vw;
}

.container-video {
  position: relative;
  overflow: hidden;
  width: 50vw;
  padding-top: 75%;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1000px) {
  .gallery-50 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
    max-width: 80vw;
  }

  .tutorial-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .note {
    font-size: 18px;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    flex-direction: column;
    align-items: center;
  }
  .note ol {
    list-style: none;
    counter-reset: items;
    font-size: 18px;
    width: 50vw;
  }
  .note ol li {
    counter-increment: items;
    margin-bottom: 10px;
  }
}
.contact-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: normal;
  border-bottom: 1px solid black;
  pointer-events: auto;
}
@media screen and (min-width: 1000px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.contact-grid > span {
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .contact-grid > span {
    padding: 5px 10px;
  }
}

.contact-grid:first-of-type {
  z-index: 30;
}

.contact-grid:hover {
  background: black;
  color: white;
}

.contact-grid:hover + .contact-cover {
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  .contact-grid:hover + .contact-cover {
    visibility: visible;
  }
}

.contact-cover {
  visibility: hidden;
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 90;
  pointer-events: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30vw;
  height: 30vh;
}
.contact-cover img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 0;
}

.contact-mobile {
  grid-row-start: 1;
  grid-row-end: 5;
  display: block;
}
@media screen and (min-width: 1000px) {
  .contact-mobile {
    display: none;
  }
}
.contact-mobile img {
  margin-right: 10px;
  width: 100px;
}

.diplomes-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 0.5fr;
  align-items: start;
  border-bottom: 1px solid black;
  pointer-events: auto;
}
@media screen and (min-width: 1000px) {
  .diplomes-grid {
    grid-template-columns: 1fr 2fr;
  }
}
.diplomes-grid .diplomes-content {
  border-bottom: 1.5px solid black !important;
  padding: 10px;
}
.diplomes-grid a {
  margin-top: 16px;
}

.diplomes-grid > span {
  font-size: 16px;
  text-align: left;
}

.diplomes-grid:first-of-type {
  z-index: 30;
}

.diplome-title, .thesis-title {
  margin-bottom: 16px;
}

.thesis-description {
  margin-bottom: 16px;
}

.diplomes-description {
  margin-bottom: 16px;
}

.name-container {
  border-bottom: 1.5px solid black !important;
  display: flex;
  justify-items: center;
  padding-top: 0;
  margin-top: 0;
  /* padding-bottom: 10
  px
  ; */
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
@media screen and (min-width: 1000px) {
  .name-container {
    margin-top: 10px;
    padding-top: 10px;
    flex-direction: row;
    padding-bottom: 10px;
  }
}

.diplome-shape {
  border-radius: 60px;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 0px 10px 0px 10px;
  font-size: 26px;
  text-align: center;
  border-radius: 60px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: black;
  width: fit-content;
}
@media screen and (min-width: 1000px) {
  .diplome-shape {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 90px;
    margin-bottom: 0;
    height: auto;
    background-color: black;
  }
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url(HelveticaNeue-Medium.ttf);
}
:root {
  --padding: 1.5rem;
  --color-black: #000;
  --color-white: #fff;
  --color-grey: #777;
  --color-light: #efefef;
  --color-text: var(--color-black);
  --color-text-grey: var(--color-grey);
  --color-background: var(--color-white);
  --color-code-light-grey: #cacbd1;
  --color-code-comment: #a9aaad;
  --color-code-white: #c5c9c6;
  --color-code-red: #d16464;
  --color-code-orange: #de935f;
  --color-code-yellow: #f0c674;
  --color-code-green: #a7bd68;
  --color-code-aqua: #8abeb7;
  --color-code-blue: #7e9abf;
  --color-code-purple: #b294bb;
  --font-family-sans: "Helvetica Neue";
  --font-family-mono: "Helvetica Neue";
}

html {
  font-family: var(--font-family-sans);
  color: var(--color-black);
  background: var(--color-background);
}

nav a {
  font-size: 26px;
  text-align: center;
}

.main {
  margin-top: 51px;
}

img {
  width: 100%;
}

body {
  /*padding: var(--padding);*/
  /*max-width: 70rem;*/
  margin: 0 auto;
}

li {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
}

button {
  font: inherit;
  background: none;
  border: 0;
  color: currentColor;
  cursor: pointer;
}

strong, b {
  font-weight: normal;
}

small {
  font-size: inherit;
  color: var(--color-text-grey);
}

.bg-light {
  background-color: var(--color-light);
}

.color-grey {
  color: var(--color-text-grey);
}

.header {
  /*position: relative;*/
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*margin-right: -1rem;*/
  /*margin-left: -1rem;*/
  border-bottom: 1px solid black;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}

.menu {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  justify-content: space-between;
}
.menu li a {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 26px;
  border-bottom: 1px solid black;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width: 1000px) {
  .menu li a {
    border-bottom: none;
    border-top: none !important;
  }
}
.menu li:first-child a:first-child {
  border-top: 1px solid black;
}
.menu a[aria-current] {
  background-color: black;
  border-radius: 0px;
  color: white;
}
@media screen and (min-width: 1000px) {
  .menu a[aria-current] {
    text-decoration: none;
    background-color: #f00;
    overflow: hidden;
    border-radius: 80px;
    color: white;
  }
}
.menu a[aria-current].notes {
  background-color: black;
}
@media screen and (min-width: 1000px) {
  .menu a[aria-current].notes {
    background-color: #04ea92;
    color: white;
  }
}
.menu a.about.algo {
  color: white;
  background-color: black;
}
@media screen and (min-width: 1000px) {
  .menu a.about.algo {
    color: white;
    background-color: #f00;
    border-radius: 80px;
  }
}
.menu a[aria-current].annuaire {
  background-color: black;
}
@media screen and (min-width: 1000px) {
  .menu a[aria-current].annuaire {
    color: white;
    background-color: #5f00be;
  }
}
.menu a[aria-current].equipe {
  background-color: black;
}
@media screen and (min-width: 1000px) {
  .menu a[aria-current].equipe {
    background-color: #B5B5B5;
    color: white;
  }
}
.menu a[aria-current].notes {
  color: white;
}

.social {
  display: flex;
  padding: 0 0.5rem;
}

.social a {
  padding: 1rem 0.5rem;
}

.section {
  padding: 3rem 0;
}

.grid {
  --columns: 12;
  --gutter: 3rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: 1fr;
}

.autogrid {
  --gutter: 3rem;
  --min: 10rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.text {
  line-height: 1.5em;
}

.text a {
  text-decoration: none;
}

.text a h2 {
  text-decoration: none;
}

.text :first-child {
  margin-top: 0;
}

.text :last-child {
  margin-bottom: 0;
}

.text p,
.text ul,
.text ol {
  margin-bottom: 1.5rem;
}

.text ul p,
.text ol p {
  margin-bottom: 0;
}

.text ul > li {
  list-style: auto;
}

.text ol > li {
  list-style: decimal;
}

.text ul ol,
.text ul ul,
.text ol ul,
.text ol ol {
  margin-bottom: 0;
}

.text h1,
.h1,
.intro {
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.25em;
}

.text h2,
.h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.text h3,
.h3 {
  font-weight: 600;
}

.text .codeblock {
  display: grid;
}

.text code {
  font-family: var(--font-family-mono);
  font-size: 1em;
  background: var(--color-light);
  padding: 0 0.5rem;
  display: inline-block;
  color: var(--color-black);
}

.text pre {
  margin: 3rem 0;
  background: var(--color-black);
  color: var(--color-white);
  padding: 1.5rem;
  overflow-x: scroll;
  overflow-y: hidden;
  line-height: 1.5rem;
}

.text pre code {
  padding: 0;
  background: none;
  color: inherit;
}

.text hr {
  margin: 6rem 0;
}

.text dt {
  font-weight: 600;
}

.text blockquote {
  font-size: 1.25rem;
  line-height: 1.325em;
  border-left: 2px solid var(--color-black);
  padding-left: 1rem;
  margin: 3rem 0;
  max-width: 25rem;
}

.text blockquote footer {
  font-size: 0.875rem;
  font-style: italic;
}

.text figure {
  margin: 3rem 0;
}

.text figcaption {
  padding-top: 0.75rem;
  color: var(--color-text-grey);
}

hr {
  border: 0;
  background: currentColor;
  height: 2px;
  width: 1.5rem;
  margin: 3rem auto;
}

.align-center {
  text-align: center;
}

.intro {
  max-width: 40rem;
}

.intro *:not(:last-child) {
  margin-bottom: 1em;
}

.cta {
  background: var(--color-black);
  color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-black);
}

.box {
  background: var(--color-light);
  padding: 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-light);
}

.img {
  position: relative;
  display: block;
  --w: 1;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  background: var(--color-black);
}

.img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.img[data-contain] img {
  object-fit: contain;
}

.img-caption,
.video-caption {
  padding-top: 0.75rem;
  line-height: 1.5em;
}

.footer {
  padding: 9rem 0 6rem;
  line-height: 1.5em;
}

.footer:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2px;
  background: var(--color-black);
  margin-bottom: 1.5rem;
}

.footer h2 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.footer ul,
.footer p {
  color: var(--color-text-grey);
}

.footer p {
  max-width: 15rem;
}

.footer a:hover {
  color: var(--color-text);
}

.map {
  --w: 2;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  position: relative;
  overflow: hidden;
  background: var(--color-black);
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.margin-s {
  margin-bottom: 0.75rem;
}

.margin-m {
  margin-bottom: 1.5rem;
}

.margin-l {
  margin-bottom: 3rem;
}

.margin-xl {
  margin-bottom: 4.5rem;
}

.margin-xxl {
  margin-bottom: 6rem;
}

@media screen and (min-width: 60rem) {
  body {
    /*--padding: 3rem;*/
  }

  .grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .grid > .column {
    /*grid-column: span var(--columns);*/
  }
}
.pagination {
  display: flex;
  padding-top: 6rem;
}

.pagination > span {
  color: var(--color-text-grey);
}

.pagination > * {
  padding: 0.5rem;
  width: 3rem;
  text-align: center;
  border: 2px solid currentColor;
  margin-right: 1.5rem;
}

.pagination > a:hover {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}

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