@font-face {
  font-family: "Comicy";
  font-display: swap;
  src: url("./assets/fonts/Comicy.otf") format("opentype");
}
@font-face {
  font-family: "DiloWorld";
  font-display: swap;
  src: url("./assets/fonts/DiloWorld.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueLTProCn";
  font-display: swap;
  src: url("./assets/fonts/HelveticaNeueLTPro-Cn.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: Arial, sans-serif;
  color: black;
  min-height: 100vh;
  background: url("./assets/background.webp") repeat center white;
  overflow-x: hidden;
}

.sm-inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sm-inline {
    display: inline-block;
  }
}

.md-inline {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .md-inline {
    display: inline-block;
  }
}

.lg-inline {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lg-inline {
    display: inline-block;
  }
}

.container {
  background-color: white;
  max-width: 360px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 33px 0 0;
  min-height: 100vh;
  background-clip: padding-box;
}
.container .sm-md-header {
  width: 288px;
  height: 288px;
}
.container .lg-header {
  display: none;
}
.container section {
  margin: 44px 0 50px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container section .zone-text {
  background: url("./assets/small/zone-text.webp") no-repeat center center;
  width: 288px;
  height: 238px;
}
.container section .zone-text .content {
  rotate: -3.6deg;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container section .zone-text .content h1 {
  text-align: center;
  text-transform: uppercase;
  color: black;
  margin: 0 0 6px 0;
  font-family: "Comicy", sans-serif;
  font-size: 24px;
  font-weight: normal;
}
.container section .zone-text .content p {
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: DiloWorld, sans-serif;
}
.container section .pot-peinture {
  margin-top: -18px;
  width: 180px;
  height: 100px;
}
.container section .link-book {
  text-align: center;
  font-family: DiloWorld, sans-serif;
  font-size: 12px;
  margin: 20px 40px;
}
.container footer {
  background-color: #77b82a;
  color: white;
  padding: 8px 0;
  font-size: 12px;
  width: 336px;
  position: fixed;
  bottom: 0;
  text-align: center;
  font-family: HelveticaNeueLTProCn, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 361px) {
  .container {
    border: 12px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
    padding: 50px 0 0;
  }
  .container .sm-md-header {
    width: 323px;
    height: 336px;
  }
  .container section {
    margin: 40px 0 40px;
  }
  .container section .zone-text {
    width: 517px;
    height: 327px;
    background: url("./assets/medium/zone-text.webp") no-repeat center center;
  }
  .container section .zone-text .content {
    rotate: -3.6deg;
  }
  .container section .zone-text .content h1 {
    margin: 0 0 20px 0;
    font-size: 46px;
  }
  .container section .zone-text .content p {
    font-size: 32px;
    line-height: 1.1;
  }
  .container section .pot-peinture {
    margin-top: -34px;
    margin-left: -100px;
    width: 264px;
    height: 145px;
  }
  .container section .link-book {
    font-size: 18px;
    margin: 50px 170px;
  }
  .container footer {
    padding: 10px 0;
    font-size: 16px;
    width: 744px;
    position: fixed;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding: 70px 0 0;
  }
  .container .sm-md-header {
    display: none;
  }
  .container .lg-header {
    display: block;
    width: 779px;
    height: 280px;
  }
  .container section {
    margin: 20px 0 60px;
  }
  .container section .zone-text {
    background: url("./assets/large/zone-text.webp") no-repeat center center;
    width: 753px;
    height: 356px;
  }
  .container section .zone-text .content {
    rotate: -3.6deg;
  }
  .container section .zone-text .content h1 {
    margin: 0 0 20px 0;
    font-size: 58px;
  }
  .container section .zone-text .content p {
    font-size: 36px;
    line-height: 1.1;
  }
  .container section .pot-peinture {
    margin-top: -40px;
    align-self: start;
    margin-left: 0;
    width: 180px;
    height: 100px;
  }
  .container section .link-book {
    font-size: 20px;
    margin: 30px 0;
  }
  .container footer {
    font-size: 18px;
    width: 1000px;
  }
}

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