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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'droid_sansbold';
  src: url("../font/droidsans-bold-webfont.woff2") format("woff2"), url("../font/droidsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'droid_sansregular';
  src: url("../font/droidsans-webfont.woff2") format("woff2"), url("../font/droidsans-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'droid_sansregular'; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../img/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  body .darker {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 15, 15, 0.5); }

.hidden {
  position: absolute;
  top: -99999px;
  left: -99999px; }

header {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  header h1 {
    width: 450px;
    height: 150px;
    margin: 0 auto;
    background-color: transparent;
    background-image: url("../img/logo-ekinox.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 350px; }
  header p {
    font-size: 0.875em;
    width: 100%;
    margin: 1.875em auto;
    color: #faf6f6;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
  header nav {
    width: 198px;
    margin: 0 auto; }
    header nav:after {
      content: "";
      display: block;
      clear: both; }
    header nav a {
      float: left;
      display: block;
      width: 36px;
      height: 36px;
      padding: 0.625em;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 26px;
      margin: 0 0.3125em;
      background-color: rgba(26, 27, 30, 0);
      -moz-border-radius: 1000px;
      -webkit-border-radius: 1000px;
      border-radius: 1000px;
      -moz-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -webkit-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      header nav a:hover, header nav a:focus {
        background-color: #92b374; }
    header nav .facebook {
      background-image: url("../img/facebook.png"); }
    header nav .instagram {
      background-image: url("../img/insta.png"); }
    header nav .email {
      background-image: url("../img/mail.png"); }

.field-wrapper ::placeholder {
  content: "Saisir votre email" !important;
  color: red; }

.contact{
  color: white;
  text-align: center;
}

.contact li{
  margin: 15px;
}

.contact li h2{
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  color: #bcafa2;
}

.contact li span, .contact li a{
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: white;
  text-decoration: none;
}

.pdf-box{
  position: absolute;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  bottom:0;
}

.pdf{
  width: 50%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  -moz-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #645f5b;
  box-sizing: border-box;
  border-left: 1px solid #78716b;
  border-bottom: 1px solid #78716b;
}

.pdf2{
  background-color: #c1ac97;
}

.pdf:hover, .pdf:focus{
  background-color: #ab9783;
}
