/*
Maison dorée - 2019
*/


/* FONTS */

@import url('https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap');

@font-face {
  font-family: 'FuturaStd-Light';
  src: url('../fonts/FuturaStd-Light.eot');
  src: url('../fonts/FuturaStd-Light.otf') format('truetype'),
  url('../fonts/FuturaStd-Light.woff') format('woff'),
  url('../fonts/FuturaStd-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/FuturaStd-Light.svg#QuadrantaBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNextCondensed-Regular';
  src: url('../fonts/AvenirNextCondensed-Regular.eot');
  src: url('../fonts/AvenirNextCondensed-Regular.otf') format('truetype'),
  url('../fonts/AvenirNextCondensed-Regular.woff') format('woff'),
  url('../fonts/AvenirNextCondensed-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/AvenirNextCondensed-Regular.svg#QuadrantaBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* GENERAL */

html {
  background-color: #000000;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body, main, #principal {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.container {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  padding: 20px;
}

.col {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 0;
  padding: 0;
  border: 5px solid #efdfb3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.soleil {
  width: 11rem;
  height: 11rem;
  background: url('../img/soleil.svg') no-repeat center center;
  background-size: auto;
  margin-top: 1rem;
}

h1 {
  font-family: 'Abril Fatface', cursive;
  font-size: 4.5rem;
  color: #efdfb3;
  padding: 1rem 2rem 0 2rem;
  margin: 1rem;
  text-align: center;
  font-weight: lighter;
}

p {
  font-family: 'FuturaStd-Light';
  font-size: 1.5rem;
  color: #efdfb3;
  padding: 0 2rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}

.logo {
  width: 18.4rem;
  height: 4.2rem;
  background: url('../img/logo.svg') no-repeat center center;
  background-size: 18.4rem;
  padding: 2rem;
}

.goutte {
  width: 2rem;
  height: 3.2rem;
  background: url('../img/goutte.svg') no-repeat center center;
  background-size: 2rem;
  padding: 2rem;
}

.email a {
  font-family: 'AvenirNextCondensed-Regular';
  font-size: 1.1rem;
  color: #efdfb3;
  padding: 0 2.8rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}

.email a:hover {
  text-decoration: underline;
}

.troispoints {
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.7rem;
  }
  p {
    font-size: 1.1rem;
    margin: 1rem 0 0.3rem 0;
  }
  .soleil {
    width: 7.5rem;
    height: 7.5rem;
  }
  .troispoints {
    margin: 0 1rem;
    display: initial;
  }
}

@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
  .goutte {
    width: 0.6rem;
    height: 1rem;
    background: url('../img/goutte.svg') no-repeat center center;
    background-size: 0.6rem;
    padding: 0.3rem;
  }
  .logo {
    width: 13rem;
    height: 3rem;
    background: url('../img/logo.svg') no-repeat center center;
    background-size: 13rem;
    padding: 1rem 0 1rem 0;
  }
  h1 {
    font-size: 2.3rem;
  }
}

@media (max-width: 350px) {
  h1 {
    font-size: 2rem;
  }
  .soleil {
    width: 7rem;
    height: 7rem;
  }
  .troispoints {
    margin: 0 1rem;
    display: initial;
  }
}
