/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
  font-family: "Whyte";
  src: url(../fonts/Whyte-Regular.woff2) format("opentype"), url(../fonts/Whyte-Regular.woff) format("opentype"); }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, npm ru
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:root {
  --col-start: 1; }

html {
  scroll-behavior: smooth;
  scroll-padding: 5em; }

body {
  font-family: sans-serif;
  background-color: white;
  margin: 0; }

.cursor_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center; }
  .cursor_wrapper .left {
    width: 50%;
    height: 100%;
    /*cursor: url(../fonts/left.svg), auto;*/
    cursor: pointer; }
  .cursor_wrapper .right {
    width: 49%;
    height: 100%;
    cursor: pointer; }

.titre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  text-transform: uppercase;
  font-family: "Whyte", sans-serif;
  font-size: 1em;
  color: white;
  mix-blend-mode: difference;
  width: auto; }
  .titre h1 {
    pointer-events: none;
    font-size: 1em; }
  .titre a {
    font-size: 1em;
    text-decoration: none;
    color: white; }

.grid {
  display: grid;
  grid-template-columns: repeat(20, 1fr); }
  .grid .image {
    height: 100vh;
    display: none;
    grid-column-start: var(--col-start); }
    .grid .image img {
      display: block;
      height: 100%; }

.nextprev {
  display: flex;
  position: absolute;
  top: 0; }
  .nextprev .next, .nextprev .prev {
    text-transform: uppercase;
    color: white;
    padding: 5px;
    background-color: #9f9f9f;
    margin: 4px; }
    .nextprev .next:hover, .nextprev .prev:hover {
      cursor: pointer; }

@media screen and (max-width: 768px) {
  .grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-columns: unset; }

  .image {
    display: block; }
    .image img {
      display: block;
      height: auto !important;
      width: 100%;
      grid-column-start: unset; }

  .titre {
    font-size: 1em; }
    .titre h1 {
      pointer-events: none;
      font-size: 1em; }
    .titre a {
      font-size: 1em;
      text-decoration: none;
      color: white; } }
@media screen and (min-width: 1920px) {
  .titre {
    font-size: 1em; }
    .titre h1 {
      pointer-events: none;
      font-size: 1em; }
    .titre a {
      font-size: 1em;
      text-decoration: none;
      color: white; } }

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