h1 {
  width: 100%;
  margin-top: 25px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  text-align: center;
  margin-bottom: 50px;
}

h1 span {
  display: block;
  width: 100%;
  font-size: 35px;
}

h1 span.cursive {
  font-size: 25px;
}

.content {
  background-color: #FFF;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.content .gmnoprint, .content .gm-style-cc {
  display: none;
}

.content .bloc {
  font-family: 'Montserrat';
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  margin-top: 40px;
  color: #383838;
  float: left;
  width: 100%;
}

.content .bloc a {
  color: #383838;
  text-decoration: none;
}

.content .bloc a:hover {
  text-decoration: underline;
}

.content .bloc p {
  margin: 0;
}

.content .bloc p strong {
  padding-top: 5px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  float: left;
  width: 100%;
}

.content .bloc h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #383838;
  width: 100%;
  display: block;
  padding-bottom: 5px;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.content .right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.content .left {
  width: 50%;
  padding: 100px 60px;
  float: left;
  box-sizing: border-box;
}

.subscribe {
  background: #323232;
  border-bottom: solid 1px #2d2d2d;
  padding: 50px 40px;
  position: relative;
}
.subscribe .infolettre {
  width: 100%;
  padding: 15px 0 0 0 !important;
}
.subscribe .infolettre span {
  position: relative;
  top: -4px;
  color: #fff;
  font-size: 15px;
  font-family: "Montserrat";
}
.subscribe h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  color: #e3e3e3;
  margin: 0;
  margin-bottom: 20px;
  font-size: 22px;
}

.subscribe h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  color: #e3e3e3;
  margin: 0;
  margin-bottom: 20px;
  font-size: 22px;
} 
.subscribe #mc_embed_signup form {
  max-width: 500px;
  width: 100%;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.subscribe #mc_embed_signup div#mce-responses {
  position: absolute;
  top: -60px;
  margin: 0px;
  left: -5px;
}
.subscribe #mc_embed_signup {
  background: transparent;
  width: 100%;
  padding-top: 60px;
}
.subscribe #mc_embed_signup_scroll {
  display: flex;
}
.subscribe #mc_embed_signup div.mce_inline_error {
  margin: 0px !important;
  padding: 0px !important;
  background: 0px !important;
  margin-top: 10px !important;
  color: #FF4F4F !important;
  font-size: 13px !important;
}
.subscribe .mc-field-group {
  flex: 1;
}
.subscribe .indicates-required {
  display: none;
}
.subscribe .mc-field-group label {
  display: none !important;
}
.subscribe input {
  height: 56px;
  border: 0;
  font-family: "Montserrat";
  padding: 0px 20px;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #b1b1b1;
}
.subscribe input.checkbox {
  height: 18px;
  width: 18px;
}
.subscribe input#mc-embedded-subscribe {
  background: #666;
  color: #323232;
  width: 160px;
  height: 56px;
  display: block;
  margin: auto;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 5%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.subscribe input#mc-embedded-subscribe {
  background: #666;
  color: #323232;
  width: 160px;
  height: 56px;
  display: block;
  margin: auto;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 5%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.subscribe input#mc-embedded-subscribe:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  h1 {
    max-width: 215px;
    margin: auto;
    margin-bottom: 30px;
  }
  h1 span {
    font-size: 30px;
  }
  h1 span.cursive {
    font-size: 20px;
  }
  .content .bloc {
    font-size: 13px;
  }
  .content .left {
    padding: 70px 40px;
  }
}

@media screen and (max-width: 700px) {
  .content .left {
    width: 100%;
  }
  .content .right {
    position: relative;
    height: 350px;
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .subscribe #mc_embed_signup_scroll {
    flex-wrap: wrap;
  }
  .subscribe .mc-field-group {
    flex: initial;
    width: 100%;
  }
  .subscribe .clear {
    width: 100%;
  }
  .subscribe input#mc-embedded-subscribe {
    width: 100%;
    margin-top: 20px;
  }
  .subscribe {
    padding: 50px 25px;
  }
  .subscribe h2 {
    font-size: 19px;
  }
  .subscribe input.submit {
    width: 100%;
    margin-top: 4px;
  }
  .subscribe form {
    max-width: 100%;
  }
}
