html, body {
  max-width: 100%;
  text-align: left;
  background-color: white;
  font: "Verdana", sans-serif;
  color: black;
  margin: 0;
}

#form {
  display: none;
}
#affiche img, #loader img, #loader-demo img {
  max-height: 100vh;
}

@media only screen and (max-width: 480px) {
  #form input, #form button {
    display: inline;
    margin: 0;
  }
}

div.narrow {
  max-width: 500px;
}
.etape-content {
  margin-right: 55px;
}

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

.img-center {
  display: inline-block;
}

.relative {
  position: relative;
}

#search {
  position: absolute;
  top: 80px;
  right: 0px;
  text-align: center;
  max-width: 50px;
  background-color: #eee;
  padding: 5px 10px;
}
.search-square {
  max-height: 50px;
  width: 50px;
  border: 1px solid black;
  display: table;
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-image {
  display: table-cell;
  vertical-align:middle;
  cursor: pointer;
}
.vue {
  display: none;
  border: 1px solid black;
  padding: 5px;
  margin: 10px 0;
}

#liste-objets {
  position: absolute;
  top: 160px;
  right: 0px;
  text-align: center;
  max-width: 50px;
  background-color: #eee;
  padding: 5px 10px;
}
.objet {
  height: 50px;
  width: 50px;
  border: 1px solid black;
  display: table;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.objet-image {
  display: table-cell;
  vertical-align:middle;
}
.objet-vue {
  display: none;
  border: 1px solid black;
  padding: 5px;
  margin: 10px 0;
}

#search-form-container {
  display: none;
}

table {
  border-collapse: collapse;
}

.pink {
  background-color: pink;
}

.justify {
  text-align: justify;
}

input#code {
  width: 120px;
}

.padding1em {
  padding: 1em;
}

h1 {
  font-size: 2em;
}

.masked {
  display: none;
}

span.nobr {
  white-space: nowrap;
}

.error {
  color: red;
}

.enigme-content {
  margin-block-end: 0.5em !important; 
}
.enigme-text {
  border: 1px solid #aaaaaa;
  padding: 1em 1em;
}

.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
    background: rgb(28, 184, 65);
    /* this is a green */
}

.button-error {
    background: rgb(202, 60, 60);
    /* this is a maroon */
}

.button-warning {
    background: rgb(223, 117, 20);
    /* this is an orange */
}

.button-secondary {
    background: rgb(66, 184, 221);
    /* this is a light blue */
}

.aide {
  cursor: pointer;
  text-decoration: underline;
  color: rgb(66, 90, 221);
}
.hidden {
  display: none;
}

@media screen and (max-width: 35.5em) {
  .hidden-xs {
    display: none !important;
  }
}

@media print {
  .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

.text-formatted {
  text-align: left;
}
.text-formatted.italic {
  font-style: italic;
}

.italic {
  font-style: italic;
}

.gold {
  color: #ffd700;
}

.small {
  font-size: 0.7em;
}

.mosaique {
  width: 100%;
  margin: 0;
  padding: 0;
}

.scenarios {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  border-spacing: 0;
}
.scenario {
  width: 24%;
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  box-shadow: 0 0 1px #000;
  cursor: pointer;
}
.fontsize0 {
  font-size: 0;
}

.scenario-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.weight700 {
  font-weight: 1000;
}
.bold {
  font-weight: 700;
}

.white {
  color: #fff;
}

.shadow {
  /*-webkit-text-stroke: 1px black;*/
  text-shadow: 0 0 5px black;
}

.number-color {
  color: black;
}

.number-shadow {
  text-shadow: 0 0 6px white;
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.form-position {
  position: absolute;
  top: 0;
  left: 0;
  margin: 200px 50px;
  background-color: rgba(255, 255, 255, .8);
  padding: 20px;
}
.form-position-demo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 200px 10px;
  background-color: rgba(255, 255, 255, .8);
  padding: 20px;
}
.affiche-position {
  position: absolute;
  top: 0;
  left: 0;
}

.presentation-text {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 150px 10px;
  background-color: rgba(255, 255, 255, .9);
  padding: 20px;
}