/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 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;
}

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;
}

body {
  background: #1D1D1D;
  font-family: "Montserrat", sans-serif;
}
body .container {
  width: 100%;
  display: table;
  min-height: 100vh;
}
body .container .left {
  display: table-cell;
  width: 25%;
  background: url(../img/logo_JOHANN/logo-blanc-JOHANN-x4.svg);
  background-size: 100%;
  opacity: 0.04;
  height: 100%;
}
body .container .middle {
  display: table-cell;
  width: 50%;
  padding: 0 64px 64px 64px;
  height: 100%;
  text-align: center;
}
body .container .middle .logo {
  margin-top: 107px;
  max-width: 171px;
}
body .container .middle h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-top: 107px;
}
body .container .middle h2 {
  font-size: 25px;
  color: #fff;
  margin-top: 15px;
}
body .container .middle .links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 107px;
}
body .container .middle .links a {
  color: #fff;
  background: #1D1D1D;
  border: 1px solid #fff;
  width: 200px;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  transition: 0.4s ease all;
}
body .container .middle .links a:hover {
  transition: 0.4s ease all;
  background: #fff;
  color: #1D1D1D;
  transform: translateY(-8px);
}
body .container .middle h3 {
  margin-top: 107px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
body .container .middle p {
  font-size: 16px;
  margin-top: 15px;
  color: #fff;
}
body .container .middle .clients {
  margin-top: 61px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
}
body .container .middle .clients img {
  height: 33px;
}
body .container .middle .copy {
  font-size: 14px;
  color: #fff;
  margin-top: 107px;
}
body .container .middle .copy a {
  color: #fff;
}
body .container .right {
  display: table-cell;
  width: 25%;
  background: url(../img/logo_JOHANN/logo-blanc-JOHANN.svg);
  background-size: 100%;
  opacity: 0.04;
  height: 100%;
}
body .mentions {
  margin-top: 64px;
  text-align: left;
}
body .mentions a {
  color: #fff;
  text-decoration: underline;
}
body .mentions h4 {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 64px;
  margin-bottom: 32px;
  color: #fff;
}

@media (max-width: 768px) {
  body .container {
    display: flex;
    flex-direction: column;
  }
  body .container .left {
    width: 100%;
    height: 78px;
    background: url(../img/logo_JOHANN/logo-blanc-JOHANN.svg) center center;
  }
  body .container .middle {
    width: 100%;
    box-sizing: border-box;
    padding: 0 32px 32px 32px;
  }
  body .container .middle .logo {
    margin-top: 55px;
  }
  body .container .middle h1 {
    font-size: 40px;
    margin-top: 55px;
  }
  body .container .middle h2 {
    font-size: 20px;
  }
  body .container .middle .links {
    margin-top: 55px;
  }
  body .container .middle h3 {
    font-size: 30px;
    margin-top: 55px;
  }
  body .container .middle p {
    font-size: 14px;
  }
  body .container .middle .clients {
    margin-top: 55px;
  }
  body .container .right {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 390px;
  }
}/*# sourceMappingURL=style.css.map */