/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
     ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/* Vertical rhythm
     ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
     ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
     ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
     ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */
/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  appearance: radio;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Remove padding
   */
option {
  padding: 0;
}

/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the outline style in Safari.
   */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
   * Clickable labels
   */
label[for] {
  cursor: pointer;
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Table
     ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.modal {
  position: fixed;
  display: none;
  opacity: 0;
  z-index: -1;
  transition: all 0.6s ease-in-out;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal.active {
  opacity: 1;
  z-index: 500;
}

.modal__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(105, 105, 105, 0.9);
}

.modal__container {
  position: relative;
  width: 700px;
  border-radius: 7px;
  padding: 10px;
  background-color: whitesmoke;
}

.modal__container img {
  width: 100%;
  height: auto;
}

.modal__container .close {
  position: absolute;
  right: 0;
  margin: 5px 10px;
  float: right;
  border-radius: 50%;
  padding: 5px 10px;
  background-color: grey;
  color: white;
  cursor: pointer;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

#card_container {
  position: relative;
  display: flex;
  margin: 0 auto;
  left: 50%;
  margin-left: -350px;
}

@media screen and (max-width: 700px) {
  #card_container {
    left: 0;
    margin-left: 0;
  }
}

#card_container::before {
  content: "";
  position: absolute;
  width: calc(100% - 700px);
  height: 100%;
  top: 0;
  left: 700px;
  opacity: 0.4;
  background-position: left;
  background-image: url("../image/background.png");
  background-size: auto 100%;
}

#card_container::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 28px;
  background-image: url("../image/background-footer.png");
  background-size: auto 100%;
  z-index: -1;
}

#card_container .card-item {
  position: relative;
  width: 700px;
  height: 700px;
  opacity: 0.2;
  transition: all 1s linear;
}

@media screen and (max-width: 700px) {
  #card_container .card-item {
    width: 100vw;
  }
}

@media screen and (max-height: 880px) {
  #card_container .card-item {
    height: calc(90vh - 50px);
  }
}

#card_container .card-item__header {
  font-size: 1.5em;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
}

#card_container .card-item__image {
  width: 100%;
  height: 400px;
  margin: 30px 0 00px;
  background-size: auto 550px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

@media screen and (max-height: 880px) {
  #card_container .card-item__image {
    margin-top: 0;
    height: 300px;
    background-size: auto 400px;
  }
}

#card_container .card-item__footer {
  font-size: 0.8em;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 70%;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
  background-color: #e9e9e5;
  transition: all 2s ease-in-out;
}

@media screen and (max-width: 700px) {
  #card_container .card-item__footer {
    position: relative;
    float: right;
    width: 60%;
    bottom: 0;
  }
}

@media screen and (max-height: 880px) {
  #card_container .card-item__footer {
    bottom: 00px;
  }
}

#card_container .card-item__footer.left {
  left: 0;
  margin-left: 15px;
  float: left;
  right: initial;
}

#card_container .card-item.active {
  opacity: 1;
}

#card_container .card-item.active .card-item__footer {
  opacity: 1;
}

#card_container .card-item .card_welcome {
  font-size: 0.85em;
  opacity: 1;
  position: relative;
  width: 90%;
  padding: 10px;
  padding-bottom: 15px;
  border-radius: 10px;
  margin: 20px auto 0;
  background-color: #e9e9e5;
  transition: all 2s ease-in-out;
  z-index: 500;
}

#card_container .card-item .card_welcome::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e9e9e5;
}

#card_container .card-item .card_welcome a {
  background-color: white;
  padding: 10px 15px;
  margin: 20px 5px 0;
}

#card_container .card-item #imageDoorPrime {
  position: absolute;
  height: 350px;
  bottom: 0;
  width: 100%;
  z-index: 50;
}

#card_container .card-item .image-door {
  position: absolute;
  height: 350px;
  bottom: 0;
  width: 100%;
  background-image: url("../image/doorOpen.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 50;
}

#card_container .image-footer {
  position: absolute;
  bottom: 0;
  height: 28px;
}

#card_container .image-footer.left {
  left: -80px;
}

#card_container .image-footer.right {
  right: -80px;
}

@media screen and (max-height: 880px) {
  .twoThreePX {
    width: 230px !important;
  }
  .twoThreePX p img {
    width: 180px !important;
  }
}

@media screen and (max-height: 880px) {
  .oneHeightPX {
    width: 180px !important;
  }
  .oneHeightPX p img {
    width: 170px !important;
  }
}

#block_bottom {
  position: absolute;
  bottom: -70px;
  width: 700px;
  height: 70px;
  display: flex;
  flex-direction: column;
  z-index: 100;
}

@media screen and (max-width: 700px) {
  #block_bottom {
    width: 100vw;
  }
}

#block_bottom .img_robot {
  position: absolute;
  height: 260px;
  top: -260px;
  opacity: 0;
  animation: upDown 3s infinite ease-in-out;
  left: 0;
}

@media screen and (max-height: 880px) {
  #block_bottom .img_robot {
    height: 200px !important;
    top: -200px;
  }
}

#block_bottom .img_robot.right {
  right: 0;
  left: initial;
}

#block_bottom .img_robot#robot_welcome {
  height: 250px;
  top: -250px;
  left: 37%;
}

@media screen and (max-width: 700px) {
  #block_bottom .img_robot#robot_welcome {
    height: 200px;
    top: -200px;
    left: 35%;
  }
}

#block_bottom .img_robot#robot_4 {
  animation: none;
  left: -10%;
}

@media screen and (max-height: 880px) {
  #block_bottom .img_robot#robot_4 {
    left: -0%;
  }
}

@media screen and (max-width: 700px) {
  #block_bottom .img_robot#robot_4 {
    left: -20%;
  }
}

#block_bottom .img_robot#robot_7 {
  height: 80%;
}

#block_bottom .img_robot#robot_finish {
  height: 200px;
  top: -200px;
  left: 40%;
}

@media screen and (max-width: 700px) {
  #block_bottom .img_robot#robot_finish {
    left: 27%;
  }
}

#block_bottom #navigation {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  height: 50px;
}

#block_bottom #navigation .nav_button {
  display: flex;
  align-items: center;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 2s ease-in-out;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

#app {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  padding-top: 100px;
  align-items: flex-start;
}

@media screen and (max-height: 880px) {
  #app {
    padding-top: 0px;
  }
}

p {
  line-height: 1.7;
  margin: 0.7em 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

@media screen and (max-height: 880px) {
  p {
    line-height: 1.3;
  }
}

ul, ol {
  list-style-type: square;
  line-height: 1.7;
  margin-left: 20px;
}
/*# sourceMappingURL=app.css.map */