/* 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" /> */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800&display=swap");
/* line 5, C:/Ruby30-x64/lib/ruby/gems/3.0.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, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby30-x64/lib/ruby/gems/3.0.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, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby30-x64/lib/ruby/gems/3.0.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, C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby30-x64/lib/ruby/gems/3.0.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 8, ../sass/screen.scss */
html {
  font-family: "Poppins";
}

/* line 11, ../sass/screen.scss */
header {
  background: black;
  padding: 30px;
}
/* line 14, ../sass/screen.scss */
header img {
  display: block;
  margin: auto;
}

/* line 19, ../sass/screen.scss */
h1 {
  font-size: 55px;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  /* line 19, ../sass/screen.scss */
  h1 {
    font-size: 200px;
  }
}

/* line 26, ../sass/screen.scss */
#main {
  background: url("../img/fond.png") no-repeat left;
  background-size: auto 120%;
  padding: 30px;
  padding-top: 80px;
}
@media screen and (min-width: 1024px) {
  /* line 26, ../sass/screen.scss */
  #main {
    min-height: 600px;
    padding-top: 150px;
  }
}
/* line 35, ../sass/screen.scss */
#main img {
  display: block;
  margin-bottom: 30px;
}
/* line 40, ../sass/screen.scss */
#main p {
  font-size: 22px;
  display: block;
  margin-bottom: 30px;
}
/* line 45, ../sass/screen.scss */
#main strong {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  /* line 26, ../sass/screen.scss */
  #main {
    font-size: 55px;
    padding-left: 50%;
    padding-bottom: 300px;
  }
  /* line 52, ../sass/screen.scss */
  #main p {
    font-size: 50px;
    max-width: 550px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 58, ../sass/screen.scss */
  .flex {
    display: flex;
  }
}

/* line 64, ../sass/screen.scss */
hr {
  width: 20px;
  height: 3px;
  margin: 0;
  background: white;
  margin-bottom: 30px;
}

/* line 72, ../sass/screen.scss */
footer {
  padding: 30px;
  background: black;
}
/* line 76, ../sass/screen.scss */
footer strong {
  font-size: 50px;
  font-weight: 700;
}
/* line 80, ../sass/screen.scss */
footer > .flex {
  margin-bottom: 30px;
  align-items: flex-end;
  justify-content: space-between;
}
/* line 84, ../sass/screen.scss */
footer > .flex > div {
  padding: 30px;
}
/* line 86, ../sass/screen.scss */
footer > .flex > div:nth-of-type(2) {
  flex-grow: 2;
}
/* line 91, ../sass/screen.scss */
footer > .flex .flex > a {
  display: block;
  padding: 15px;
}
/* line 97, ../sass/screen.scss */
footer a, footer p, footer span, footer strong {
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 15px;
}
