/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 10, ../sass/screen.scss */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 18, ../sass/screen.scss */
html body main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 800px;
  max-height: 100vh;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 750px) {
  /* line 18, ../sass/screen.scss */
  html body main {
    display: block;
    max-height: inherit;
    min-height: inherit;
  }
}
/* line 30, ../sass/screen.scss */
html body main aside {
  width: 550px;
  padding: 70px 100px;
  font-size: 20px;
  line-height: 40px;
  font-family: "hero-new",Helvetica,Arial,sans-serif;
}
@media screen and (max-width: 990px) {
  /* line 30, ../sass/screen.scss */
  html body main aside {
    width: 50%;
    font-size: 15px;
    line-height: 30px;
    padding: 54px 80px;
  }
}
@media screen and (max-width: 750px) {
  /* line 30, ../sass/screen.scss */
  html body main aside {
    width: 100%;
    padding: 40px;
  }
}
/* line 48, ../sass/screen.scss */
html body main aside h1 {
  display: block;
  width: 188px;
  height: 149px;
  overflow: hidden;
  text-indent: -5000px;
  background-image: url(../img/logo-happinox.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 115px;
}
@media screen and (max-width: 990px) {
  /* line 48, ../sass/screen.scss */
  html body main aside h1 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 750px) {
  /* line 48, ../sass/screen.scss */
  html body main aside h1 {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
/* line 66, ../sass/screen.scss */
html body main aside p {
  font-weight: 300;
  margin: 0;
  padding: 0;
}
/* line 73, ../sass/screen.scss */
html body main div.imgCt {
  width: calc(100% - 550px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  /* line 73, ../sass/screen.scss */
  html body main div.imgCt {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  /* line 73, ../sass/screen.scss */
  html body main div.imgCt {
    width: 100%;
    height: 400px;
  }
}
/* line 84, ../sass/screen.scss */
html body main div.imgCt img {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
