@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  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;
}

a:visited {
  color: black;
}

html[data-mode=alea] body {
  overflow-x: hidden;
}

body {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: black;
}
a:visited {
  color: black;
}

nav.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  background-color: transparent;
  width: 60px;
}
nav.menu .menu-items {
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
}
nav.menu .menu-items a {
  display: block;
  margin-bottom: 15px;
  width: 15px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 15px;
}
nav.menu .menu-items a[data-action=context].selected {
  opacity: 0.3;
  cursor: default;
}
nav.menu .menu-items a[data-action=context][data-c=alea] {
  background-image: url("/img/icons/accueil.svg");
}
nav.menu .menu-items a[data-action=context][data-c=ordo] {
  background-image: url("/img/icons/archive.svg");
}
nav.menu .menu-items a[data-action=context][data-c=ego] {
  background-image: url("/img/icons/textes.svg");
}
nav.menu .menu-items a[data-action=menu-lg] {
  margin-bottom: 5px;
  background-image: url("/img/icons/langues.svg");
}
nav.menu .menu-lang {
  display: block;
  height: 0;
  transition: height 0.3s;
  overflow: hidden;
  position: relative;
  text-align: center;
}
nav.menu .menu-lang.open {
  height: 140px;
}
nav.menu .menu-lang a {
  font-size: 0.65em;
  margin-top: 4px;
  margin-bottom: 0;
}
nav.menu .menu-back {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 450px;
  background-color: transparent;
  display: none;
}
nav.menu.open .menu-back {
  display: block;
}

section.alea {
  display: none;
}

section.ego {
  display: none;
}

section.ordo {
  display: none;
}

html[data-mode=alea] section.alea {
  display: block;
}
html[data-mode=ego] section.ego {
  display: block;
}
html[data-mode=ordo] section.ordo {
  display: block;
}
html .fr, html .en, html .es {
  display: none !important;
}
html[lang=fr] .fr {
  display: inherit !important;
}
html[lang=en] .en {
  display: inherit !important;
}
html[lang=es] .es {
  display: inherit !important;
}

img.cantero-picture, svg.cantero-svg, svg.cantero-picture-svg, div.cantero-numbers {
  position: absolute;
  display: block;
  opacity: 0;
}

svg.cantero-picture-svg path {
  cursor: pointer;
}

svg.cantero-svg {
  overflow: hidden;
  background-color: transparent;
}
svg.cantero-svg path {
  fill: rgb(227.822, 227.822, 227.822);
  stroke-linecap: round;
  stroke-linejoin: round;
}
svg.cantero-svg path.active {
  fill: black;
  transition: all 0.2s;
}

.number {
  display: none;
  position: absolute;
  min-width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  color: white;
  background-color: black;
  background-size: 4px 4px;
  background-repeat: repeat;
}
.number.active {
  display: block;
  transition: all 0.2s;
  color: black;
  border: 1px solid black;
  image-rendering: pixelated;
  background-color: transparent;
  background-size: 4px 4px;
  background-repeat: repeat;
}
.number.disapair {
  opacity: 0;
  transition: all 2s;
}

div.prompteur {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
}
div.prompteur div.sold {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  margin-right: 10px;
  background-color: #ff0000;
  border-radius: 8px;
}
div.prompteur .text {
  position: absolute;
  width: 100vh;
  bottom: 20px;
  height: 60px;
  line-height: 60px;
  left: 60px;
  transform-origin: bottom left;
  transform: rotate(-90deg);
}
div.prompteur .text .letter {
  opacity: 0;
}
div.prompteur .text .letter.active {
  opacity: 1;
}

div.history-container {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 80px;
  bottom: 20px;
  overflow-x: hidden;
}
div.history-container div.history {
  position: absolute;
  left: 0;
  width: 110px;
  top: 0;
  bottom: 0;
  overflow: auto;
}
div.history-container div.history .glissant {
  display: block;
  background-color: transparent;
  width: 80px;
  height: 0;
  margin-bottom: 10px;
}
div.history-container div.history .glissant img.item {
  display: block;
  width: 100%;
}

section.ego nav.articles {
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 0;
  width: 300px;
}
section.ego section.content {
  margin-left: 340px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 100px;
}
section.ego section.content p, section.ego section.content div {
  max-width: 750px;
  line-height: 22px;
  margin-bottom: 10px;
}
section.ego section.content hr {
  border: none;
  height: 1px;
  background-color: black;
}
section.ego section.content h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.ego section.content img {
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 750px;
}
@media screen and (max-width: 750px) {
  section.ego section.content img {
    width: 750px;
    max-width: 100%;
  }
}
section.ego section.content img.galery-roll {
  max-height: 80vh;
  max-width: 80vw;
}

div.winner-container {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
div.winner-container div.winner {
  font-size: 22px;
  position: relative;
  display: grid;
  grid-template-rows: auto auto 80px;
  background: rgba(255, 255, 255, 0.2); /* Couleur de fond semi-transparente */
  backdrop-filter: blur(20px); /* Applique un flou de 10 pixels */
  -webkit-backdrop-filter: blur(20px); /* Compatibilité avec certains navigateurs */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80vw;
  max-width: 750px;
  height: 80vh;
  box-shadow: #aaa 0 0 20px;
  padding: 20px;
  border-radius: 20px;
}
div.winner-container div.winner .svg-container {
  position: relative;
  height: calc(80vh - 40px - 240px);
}
div.winner-container div.winner .svg-container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.winner-container div.winner form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
div.winner-container div.winner form input[type=submit], div.winner-container div.winner form a {
  display: inline-block;
  box-sizing: border-box;
  height: 60px;
  text-align: center;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
  color: black;
  border: none;
}
div.winner-container div.winner p {
  margin-bottom: 0;
}
div.winner-container div.winner span.word {
  font-weight: bold;
}
div.winner-container a.close {
  color: darkred;
  text-decoration: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgb(227.822, 227.822, 227.822);
  border: none;
}

.size {
  position: fixed;
  bottom: 2px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 8px;
}

a.reset {
  position: absolute;
  bottom: 5px;
  left: 20px;
  font-size: 10px;
}

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