/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */ }

/**
 * 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: 1em;
  /* 2 */ }

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

/**
 * 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;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
  /* 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: 1em;
  /* 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; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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"] {
  -webkit-appearance: button; }

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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 */ }

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

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

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

@font-face {
  font-family: 'BNBrick House';
  src: url("../fonts/BNBrickHouseRegular.eot");
  src: url("../fonts/BNBrickHouseRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BNBrickHouseRegular.woff2") format("woff2"), url("../fonts/BNBrickHouseRegular.woff") format("woff"), url("../fonts/BNBrickHouseRegular.ttf") format("truetype"), url("../fonts/BNBrickHouseRegular.svg#BNBrickHouseRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'F37 Blanka';
  src: url("../fonts/F37Blanka-Regular.eot");
  src: url("../fonts/F37Blanka-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/F37Blanka-Regular.woff2") format("woff2"), url("../fonts/F37Blanka-Regular.woff") format("woff"), url("../fonts/F37Blanka-Regular.ttf") format("truetype"), url("../fonts/F37Blanka-Regular.svg#F37Blanka-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'F37 Blanka';
  src: url("../fonts/F37Blanka-SemiBold.eot");
  src: url("../fonts/F37Blanka-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/F37Blanka-SemiBold.woff2") format("woff2"), url("../fonts/F37Blanka-SemiBold.woff") format("woff"), url("../fonts/F37Blanka-SemiBold.ttf") format("truetype"), url("../fonts/F37Blanka-SemiBold.svg#F37Blanka-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'F37 Blanka';
  src: url("../fonts/F37Blanka-Medium.eot");
  src: url("../fonts/F37Blanka-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/F37Blanka-Medium.woff2") format("woff2"), url("../fonts/F37Blanka-Medium.woff") format("woff"), url("../fonts/F37Blanka-Medium.ttf") format("truetype"), url("../fonts/F37Blanka-Medium.svg#F37Blanka-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

header {
  display: flex;
  justify-content: center;
  padding: 55px 20px 0px 20px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-height: 740px) {
    header {
      padding: 20px 20px 0px 20px; } }
  @media only screen and (max-width: 767px) {
    header {
      padding: 32px 10px 0px 10px; }
      header .logo {
        width: 95px; } }

.address {
  position: absolute;
  bottom: 5px;
  left: 25px;
  right: 25px;
  font-size: 12px;
  opacity: 0;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    .address {
      bottom: 15px;
      left: 15px;
      right: 15px;
      font-size: 9px; } }

html {
  background-color: #F6F1EE;
  color: #2F2F2F;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  background-color: #F6F1EE;
  color: #2F2F2F;
  font-size: 16px;
  line-height: normal;
  white-space: normal;
  position: relative;
  font-family: 'F37 Blanka';
  font-weight: 400;
  font-style: normal;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 345px;
  height: 405px;
  border-radius: 100%;
  overflow: hidden; }
  .loader .loader_frame {
    border-radius: 100%;
    border: 1px solid #FF7854;
    width: 345px;
    height: 405px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .loader .loader_dog {
    position: relative; }
  .loader .loader_dog_body {
    margin-top: 50px;
    margin-left: 34px; }
  .loader .loader_dog_hat {
    position: absolute;
    top: 34px;
    left: 107px;
    z-index: 10; }

.content {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: 25px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    .content {
      padding: 8px; } }

.wrapper {
  border: 1px solid #FF7854;
  min-height: 630px;
  height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
  padding: 25px;
  width: 100%;
  transform: scale(10);
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    .wrapper {
      height: auto;
      min-height: calc(100vh - 16px);
      padding: 8px;
      transform: scale(10) translateX(-15%); } }

.container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .container {
      width: 90%; } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%;
      padding-left: 22px;
      padding-right: 22px; } }

a {
  color: inherit;
  transition: all 0.4s;
  display: inline;
  line-height: 1em;
  text-decoration: none; }
  a:visited {
    color: inherit; }

p {
  line-height: normal;
  font-size: 1em;
  font-family: 'F37 Blanka';
  font-weight: 400;
  font-style: normal;
  font-weight: 400; }

.flex {
  display: flex;
  justify-content: space-between;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .flex {
      flex-direction: column; } }

h1 {
  font-family: 'BNBrick House';
  font-weight: normal;
  font-style: normal;
  font-size: 4em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: #FF7854; }

h2 {
  font-family: 'BNBrick House';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 1em;
  margin: 0;
  padding: 0; }

.btn {
  position: relative;
  font-family: 'BNBrick House';
  font-weight: normal;
  font-style: normal;
  color: #F6F1EE;
  font-size: 18px;
  display: flex;
  cursor: pointer;
  transition: all 0.4s; }
  .btn span {
    display: block;
    background-color: #FF7854;
    padding: 15px 15px;
    transition: all 0.4s;
    color: #F6F1EE; }
  .btn .border path {
    transition: all 0.4s; }
  .btn .border2 {
    transform: rotate(180deg); }
  .btn:hover {
    color: #FF7854; }
    .btn:hover span {
      background-color: #ffffff;
      color: #FF7854; }
    .btn:hover .border path {
      fill: #ffffff; }

.anime-txt, .anime-img, .anime-stagger div, .anime-stagger a, .anime-txt_first, .anime-logo {
  opacity: 0; }

.anime-titre {
  transform-origin: bottom left;
  overflow: hidden;
  line-height: 1em; }
  .anime-titre .inner {
    display: block;
    transform: translateY(115%); }

.page-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-shrink: 1;
  align-items: center;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    .page-content {
      flex-direction: column; } }
  .page-content .left {
    opacity: 0;
    width: 50%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      .page-content .left {
        width: 100%; } }
    .page-content .left h1 {
      padding-bottom: 35px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        .page-content .left h1 {
          font-size: 35px;
          padding-top: 40px;
          padding-bottom: 32px; } }
    .page-content .left .social {
      display: flex;
      align-items: center;
      margin-bottom: 60px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        .page-content .left .social {
          margin-bottom: 32px; } }
      .page-content .left .social p {
        margin-right: 44px;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .page-content .left .social p {
            margin-right: 20px; } }
      .page-content .left .social a {
        display: block;
        margin-left: 24px;
        margin-right: 24px;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 767px) {
          .page-content .left .social a {
            margin-left: 15px;
            margin-right: 15px; } }
        .page-content .left .social a svg path {
          transition: all 0.4s; }
        .page-content .left .social a:hover svg path {
          fill: #FF7854; }
    .page-content .left .form_wrap h2 {
      margin-bottom: 10px; }
    .page-content .left .form_wrap .form_title {
      padding-bottom: 30px; }
    .page-content .left .form_wrap .form_container {
      overflow: hidden;
      height: 0;
      display: none; }
    .page-content .left .form_wrap form input {
      font-size: 14px;
      font-family: 'F37 Blanka';
      font-weight: 400;
      font-style: normal;
      transition: all 0.3s; }
      .page-content .left .form_wrap form input::-moz-placeholder {
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #2F2F2F;
        opacity: 1;
        /* Firefox */ }
      .page-content .left .form_wrap form input::placeholder {
        transition: all 0.3s;
        color: #2F2F2F;
        opacity: 1;
        /* Firefox */ }
      .page-content .left .form_wrap form input::-ms-input-placeholder {
        /* Edge 12 -18 */
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        color: #2F2F2F; }
      .page-content .left .form_wrap form input:focus {
        color: #FF7854; }
        .page-content .left .form_wrap form input:focus::-moz-placeholder {
          color: #FF7854; }
        .page-content .left .form_wrap form input:focus::placeholder {
          color: #FF7854; }
        .page-content .left .form_wrap form input:focus::-ms-input-placeholder {
          color: #FF7854; }
    .page-content .left .form_wrap form ._field-wrapper {
      padding-bottom: 11px;
      border-bottom: 1px solid #2F2F2F;
      padding-top: 30px;
      display: flex;
      justify-content: space-between;
      position: relative; }
      .page-content .left .form_wrap form ._field-wrapper ._error {
        position: absolute;
        color: red;
        left: 0;
        bottom: 1px;
        font-size: 9px; }
    .page-content .left .form_wrap form ._form_element:first-of-type ._field-wrapper {
      padding-top: 0; }
    .page-content .left .form_wrap form button {
      color: #FF7854;
      font-family: 'BNBrick House';
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      cursor: pointer;
      transition: all 0.3s; }
      .page-content .left .form_wrap form button:hover, .page-content .left .form_wrap form button:focus {
        letter-spacing: 0.2em; }
  .page-content .dog {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      .page-content .dog {
        margin-bottom: -45px;
        margin-right: -140px;
        transform: scale(0.65); } }
    .page-content .dog .dog_hat {
      position: absolute;
      top: -15px;
      left: 73px;
      transition: all 0.3s; }
    .page-content .dog:hover .dog_hat {
      transform: translateY(-80px) rotate(-10deg); }
    .page-content .dog .dog_woof {
      position: absolute;
      bottom: 65px;
      right: -15px; }
      .page-content .dog .dog_woof > div {
        transform-origin: left center;
        display: block;
        opacity: 0;
        color: #FF7854;
        font-size: 32px;
        font-family: 'BNBrick House';
        font-weight: normal;
        font-style: normal; }
    .page-content .dog .btn {
      margin-top: 20px; }

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em; }

.quatre-cent-quatre h2 {
  font-size: 2.5em; }


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