* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  background: white;
  font-family: Helvetica;
  font-family: 'Playfair Display', serif; }

.checker {
  position: absolute;
  left: -5000px; }

input {
  -webkit-appearance: none; }

input[type="email"] {
  background-color: transparent;
  color: white;
  width: 300px;
  margin-right: 18px;
  font-family: Georgia;
  font-style: italic; }

.button {
  background-color: white;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  font-family: helvetica;
  letter-spacing: 1px;
  cursor: pointer; }

input[type="email"], .button {
  padding: 0 1em;
  line-height: 2.8em;
  border: 3px solid white;
  font-size: 0.9em; }

.label {
  display: none;
  width: 100%;
  margin-bottom: 25px; }

.welcome {
  background: url(../images/lesbassesloges.jpg) center no-repeat transparent;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  height: 100%;
  display: block;
  width: 100%;
  color: white; }

.title {
  text-align: center;
  padding: 6%; }

.subscribe {
  position: absolute;
  text-align: center;
  bottom: 6%;
  width: 100%; }

::-webkit-input-placeholder {
  color: white; }

:-moz-placeholder {
  color: white; }

::-moz-placeholder {
  color: white; }

:-ms-input-placeholder {
  color: white; }

.information {
  position: relative;
  padding: 50px;
  padding-bottom: 0;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto; }

.fb-like {
  margin-bottom: 50px; }

/**
* GRIDS
**/
.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -50px; }

.grid__item {
  display: inline-block;
  padding-left: 50px;
  vertical-align: top;
  margin-bottom: 50px; }

.grid--half {
  margin-left: -25px; }
  .grid--half > .grid__item {
    padding-left: 25px;
    margin-bottom: 50px; }

.one-third {
  width: 33.333%; }

/**
* END - GRIDS
**/
p {
  line-height: 2em;
  text-align: justify;
  color: #444; }

h4 {
  margin-bottom: 25px; }

h3 {
  margin-bottom: 0.7em;
  font-weight: normal;
  font-size: 1.5em;
  font-style: italic;
  text-align: left; }

.info-icon {
  display: block;
  margin: 0 auto 44px;
  width: 50px; }

@media screen and (max-width: 800px) {
  .one-third {
    width: 100%; }

  .title {
    padding-top: 15%; }

  .title img {
    width: 300px; }

  input[type="email"] {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%; }

  .subscribe {
    padding: 0 25px; } }
