#fb5 {
  left: 0;
  right: 0;
  margin: auto;
}

#fb5-ajax {
  background-image: url(../image/circulaire/background.jpg);
  background-size: cover;
  margin-bottom: 0;
  max-height: 800px;
}

#fb5 #fb5-footer .fb5-bcg-tools {
  background: #363636;
}

#fb5-center i {
  color: #7d7d7d;
  font-size: 16px;
  padding: 5px;
}

#fb5 .fb5-tooltip {
  background: #323232 !important;
  color: #fff;
  padding: 5px 15px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Montserrat';
  font-size: 11px;
  font-weight: 400;
}

.error_bloc, .success_bloc {
  margin-bottom: 2px;
}

.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: 500px) {
  .subscribe {
    padding: 40px 30px;
  }
  .subscribe h1 {
    font-size: 18px;
    max-width: 205px;
    margin: auto;
    margin-bottom: 20px;
  }
  .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 form div {
    padding: 0;
  }
  .subscribe input.submit {
    position: relative;
    width: 100%;
    padding: 10px;
    height: 50px;
    margin-top: 2px;
  }
}

@media screen and (max-width: 400px) {
  .subscribe {
    padding: 30px;
  }
}
