@charset "UTF-8";
/* Variables */
/* Mixins */
/* Maps */
/* Polices */
@font-face {
  font-family: Roboto, sans-serif;
  src: url(https://fonts.google.com/specimen/Roboto);
  font-family: Chilanka, cursive;
  src: url(https://fonts.google.com/specimen/Chilanka);
  font-family: Devonshire, cursive;
  src: url(https://fonts.google.com/specimen/Devonshire);
  font-family: Lobster Two, cursive;
  src: url(https://fonts.google.com/specimen/Lobster+Two);
  font-family: Dancing Script, cursive;
  src: url(https://fonts.google.com/specimen/Dancing+Script);
  font-family: Caveat, cursive;
  src: url(https://fonts.google.com/specimen/Caveat);
  font-family: Mali, cursive;
  src: url(https://fonts.google.com/specimen/Mali);
  font-family: Roboto Slab, sans-serif;
  src: url(https://fonts.google.com/specimen/Roboto+Slab);
  font-family: Kalam, cursive;
  src: url(https://fonts.google.com/specimen/Kalam);
  font-family: Architects Daughter, cursive;
  src: url(https://fonts.google.com/specimen/Architects+Daughter);
  font-family: Red Hat Display, sans-serif;
  src: url(https://fonts.google.com/specimen/Red+Hat+Display);
}
/* Keyframes */
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes pointSuspension {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pointSuspension {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Général */
html {
  font-size: 100%;
  background-color: black;
}

body {
  font-size: 0.8em;
  margin: auto;
  background-color: white;
  position: relative;
  padding-bottom: 20%;
}

html, body {
  height: auto;
  min-height: 100vh;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Block en tête */
header {
  background-color: #579C87;
  -webkit-box-shadow: 0px 1px 3px 0px #579C87;
  box-shadow: 0px 1px 3px 0px #579C87;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header img {
  max-width: 240px;
  padding-top: 25px;
  padding-bottom: 20px;
}

/* Block Menu */
.menuSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menuSelect__menu--shadow {
  -webkit-box-shadow: 1px 1px 10px -5px black;
  box-shadow: 1px 1px 10px -5px black;
}
.menuSelect__menu--property {
  width: 60%;
  height: 275px;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 40px;
  font-size: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
}
.menuSelect__menu1 {
  background-color: #FCDFDB;
}
.menuSelect__menu1--note {
  font-size: 2.5em;
  background: -webkit-gradient(linear, left top, right top, from(#F15360), to(#F78F6A));
  background: -o-linear-gradient(left, #F15360, #F78F6A);
  background: linear-gradient(to right, #F15360, #F78F6A);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.menuSelect__menu1--p1, .menuSelect__menu1--p2 {
  color: #3C1218;
}
.menuSelect__menu1--p1 {
  font-family: Devonshire;
  letter-spacing: 0px;
  font-size: 175%;
  margin: 0%;
  margin-top: 10px;
  margin-bottom: 5px;
}
.menuSelect__menu1--p2 {
  font-family: Chilanka;
  letter-spacing: 0px;
  font-size: 100%;
  font-weight: bold;
  font-size: 1.8em;
  margin: 0%;
}
.menuSelect__menu2 {
  background-color: #FFF5FE;
}
.menuSelect__menu2--p1 {
  background: -webkit-gradient(linear, left top, right top, from(#e98410), to(#8868e0));
  background: -o-linear-gradient(left, #e98410, #8868e0);
  background: linear-gradient(to right, #e98410, #8868e0);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: Lobster Two;
  letter-spacing: 0px;
  font-size: 125%;
}
.menuSelect__menu2--p2 {
  color: #C77412;
  font-family: Chilanka;
  letter-spacing: 0px;
  font-size: 100%;
  font-weight: bold;
  font-size: 1.8em;
  margin: 0%;
}
.menuSelect__menu3 {
  background-color: #F9F9F9;
}
.menuSelect__menu3--p1 {
  background: -webkit-gradient(linear, left top, right top, from(#072cc0), to(#1e91fd));
  background: -o-linear-gradient(left, #072cc0, #1e91fd);
  background: linear-gradient(to right, #072cc0, #1e91fd);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: Dancing Script;
  letter-spacing: 0px;
  font-size: 135%;
}
.menuSelect__menu3--p2 {
  color: #0887FB;
  font-family: Chilanka;
  letter-spacing: 0px;
  font-size: 100%;
  font-weight: bold;
  font-size: 1.8em;
  margin: 0%;
}
.menuSelect__menu4 {
  background-color: #FDFFFD;
}
.menuSelect__menu4--p1 {
  background: -webkit-gradient(linear, left top, right top, from(#3D9339), to(#BFFF7E));
  background: -o-linear-gradient(left, #3D9339, #BFFF7E);
  background: linear-gradient(to right, #3D9339, #BFFF7E);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: Caveat;
  letter-spacing: 0px;
  font-size: 160%;
}
.menuSelect__menu4--p2 {
  color: #72BF56;
  font-family: Chilanka;
  letter-spacing: 0px;
  font-size: 100%;
  font-weight: bold;
  font-size: 1.8em;
  margin: 0%;
}
.menuSelect__menu--animation {
  opacity: 0.7;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.menuSelect__menu--animation:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.menuSelect__btnProch {
  background-color: #579C87;
  color: #FDCB46;
  padding-left: 8%;
  padding-right: 8%;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}
.menuSelect__btnProch--txt {
  text-align: center;
  width: 215px;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Red Hat Display;
  letter-spacing: 1px;
  font-size: 200%;
}
.menuSelect__btnProch--animationDot1 {
  opacity: 0;
  -webkit-animation: pointSuspension 2s infinite;
  animation: pointSuspension 2s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.menuSelect__btnProch--animationDot2 {
  opacity: 0;
  -webkit-animation: pointSuspension 2s infinite;
  animation: pointSuspension 2s infinite;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.menuSelect__btnProch--animationDot3 {
  opacity: 0;
  -webkit-animation: pointSuspension 2s infinite;
  animation: pointSuspension 2s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* Block Pied de page */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #579C87;
  color: #FDCB46;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Red Hat Display;
  letter-spacing: 0px;
  font-size: 125%;
  text-decoration: none;
  margin-right: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.footer__menLeg {
  margin-left: 10px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.footer__contact {
  margin-right: 10px;
}
.footer a {
  text-decoration: none;
  color: #FDCB46;
}
.footer a:hover {
  display: inline-block;
  -webkit-animation: shake 1s;
  animation: shake 1s;
}
.footer__menLeg, .footer__contact {
  margin-bottom: 0%;
  margin-top: 0%;
}

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