@font-face {
  font-family: 'Miso';
  src: url("fonts/Miso/font.woff2") format("woff2"), url("webFonts/Miso/font.woff") format("woff"); }

/* amatic-sc-700 - latin */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/amatic-sc-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/amatic-sc-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/amatic-sc-v15-latin-700.woff2") format("woff2"), url("fonts/amatic-sc-v15-latin-700.woff") format("woff"), url("fonts/amatic-sc-v15-latin-700.ttf") format("truetype"), url("fonts/amatic-sc-v15-latin-700.svg#AmaticSC") format("svg");
  /* Legacy iOS */ }

* {
  margin: 0;
  padding: 0; }

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, lapel, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 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; }

html {
  height: 100%;
  position: relative; }

body {
  font-family: 'Miso', sans-serif;
  font-size: 20px;
  font-weight: 400;
  min-height: 100%;
  background: #fff url(images/hg.jpg) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100%;
  line-height: 1.35em;
  position: relative;
  display: flex;
  align-items: center;
  align-content: space-around;
  justify-content: center;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 30px 0; }

h1 {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 1em;
  padding: 40px 0 25px 0;
  hyphens: auto;
  color: #ea6060; }

h2 {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2em;
  color: #ea6060;
  padding: 20px 0 15px 0; }

a {
  color: #000; }

p {
  padding-bottom: 15px; }

strong {
  font-weight: 700; }

.main-text {
  box-sizing: border-box; }
  .main-text ul {
    list-style-type: none;
    padding: 0 0 15px 0; }
    .main-text ul li {
      padding-left: 20px;
      position: relative; }
      .main-text ul li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 6px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #B4D491; }
  .main-text a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding-bottom: 1px;
    vertical-align: middle; }
    .main-text a:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 0;
      border-top: 2px solid #ea6060;
      left: 0;
      transition: all 1s ease-out; }
    .main-text a:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 0;
      border-top: 2px dashed #ea6060;
      left: 100%;
      transition: all 1s ease-out; }
    .main-text a:hover:before {
      left: -100%; }
    .main-text a:hover:after {
      left: 0%; }

.box {
  background: #eee;
  margin-left: -40px;
  width: calc(100% + 80px);
  padding: 40px 40px 25px 40px;
  box-sizing: border-box;
  margin-top: 15px; }
  .box ul li:before {
    background: #ea6060; }

.law-text {
  opacity: 0.5;
  text-align: center;
  font-size: 16px; }

.adresse {
  text-align: center;
  padding-top: 30px; }

@keyframes slideIn {
  0% {
    transform: translateY(30px);
    box-shadow: 0 30px 30px 0 transparent; }
  50% {
    transform: translateY(30px);
    box-shadow: 0 30px 30px 0 transparent; }
  100% {
    transform: translateX(0);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.4); } }

@keyframes blendIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes blendInImgWrapper {
  0% {
    border: 25px solid rgba(255, 255, 255, 0);
    box-shadow: inset 0 30px 30px 0 transparent; }
  50% {
    border: 25px solid rgba(255, 255, 255, 0);
    box-shadow: inset 0 30px 30px 0 transparent; }
  100% {
    border: 25px solid white;
    box-shadow: inset 0 30px 30px 0 rgba(0, 0, 0, 0.4); } }

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

.content-wrapper {
  width: 700px;
  border-radius: 20px;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  animation: 2s ease-out 0s 1 slideIn; }
  .content-wrapper .logo {
    width: 250px;
    height: auto;
    margin: 0 auto; }
  .content-wrapper .logolink:before,
  .content-wrapper .logolink:after {
    display: none; }
  .content-wrapper .text-wrapper {
    background: #fff;
    color: #000;
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    animation: 2s ease-out 0s 1 blendIn; }

.contentpage {
  padding-top: 30px;
  padding-bottom: 30px; }
  .contentpage .content-wrapper .img-wrapper img {
    margin-top: 0;
    top: 30px; }

@media only screen and (max-width: 700px) {
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 28px; }
  .logo {
    width: 220px; }
  .box {
    width: calc(100% + 40px);
    margin-left: -20px; }
  .content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px; }
    .content-wrapper .text-wrapper {
      padding: 20px; } }
