body {
  font-family: 'Poppins', sans-serif;
  height: inherit;
  float: none;
  width: 100% !important; }

.wrap {
  padding: 100px 100px 50px 100px;
  background: #303030;
  position: relative;
  text-align: left;
  top: inherit;
  float: none;
  margin: 100px;
  box-sizing: border-box;
  width: calc(100% - 200px); }

.clr {
  clear: both; }

h1 {
  font-size: 58px;
  font-weight: 900;
  margin: 0;
  color: #fff;
  margin-bottom: 25px; }
  @media (max-width: 1200px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px; }
  @media (max-width: 560px) {
    h2 {
      font-size: 24px;
      line-height: 32px; } }

h3 {
  color: #fff;
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
  display: block;
  max-width: 900px; }
  h3 a {
    font-weight: 900;
    text-decoration: underline;
    color: #fff; }
    h3 a:hover {
      color: #fff; }
  @media (max-width: 1200px) {
    h3 {
      font-size: 18px;
      line-height: 24px; } }

h4 {
  margin: 25px 0;
  padding-bottom: 15px;
  border-bottom: 3px solid #93ba2d;
  font-size: 22px;
  line-height: 30px;
  color: #93ba2d;
  font-weight: 700; }

.header {
  background: url(../img/banner-subpage.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0; }

.formcontainer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
  .formcontainer h1 {
    margin: 0; }

.form-horizontal {
  display: block;
  width: 100%;
  max-width: 100%; }

.banner {
  position: relative; }
  .banner.subpage {
    background: url(../img/banner-subpage.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 0; }
    .banner.subpage .top .logo-container {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 385px;
      color: #93ba2d;
      background: #fff; }
      .banner.subpage .top .logo-container img {
        width: 100%; }
      @media (max-width: 768px) {
        .banner.subpage .top .logo-container {
          width: 335px; } }
      @media (max-width: 560px) {
        .banner.subpage .top .logo-container {
          width: 220px; } }
  .banner .top {
    padding: 50px;
    position: relative;
    z-index: 5; }
    @media (max-width: 768px) {
      .banner .top {
        padding: 25px; } }
    .banner .top .left {
      float: left;
      position: relative;
      width: 385px; }
      .banner .top .left .logo {
        width: 200px;
        margin-bottom: 25px; }
        @media (max-width: 768px) {
          .banner .top .left .logo {
            width: 175px; } }
        @media (max-width: 560px) {
          .banner .top .left .logo {
            width: 170px;
            margin-bottom: 15px; } }
      .banner .top .left .coords a {
        display: block;
        font-size: 20px;
        line-height: 30px;
        color: #93ba2d;
        font-weight: 700; }
        @media (max-width: 560px) {
          .banner .top .left .coords a {
            font-size: 12px;
            line-height: 16px; } }
    .banner .top .right {
      float: left;
      width: calc(100% - 385px);
      padding-top: 25px; }

.news-container {
  background: #fff;
  padding: 100px;
  position: relative; }
  @media (max-width: 768px) {
    .news-container {
      padding: 25px; } }
  .news-container .mention {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
    color: #bbb;
    width: 50%;
    padding: 15px;
    display: block; }
    @media (max-width: 1200px) {
      .news-container .mention {
        z-index: 900;
        width: 100%;
        background: none;
        font-size: 12px;
        line-height: 14px;
        padding: 15px; } }
  .news-container .news {
    position: relative;
    width: 100%; }
    .news-container .news .left {
      position: absolute;
      width: 50%;
      height: 100%;
      background-size: cover;
      background-position: center; }
      @media (max-width: 1200px) {
        .news-container .news .left {
          display: none; } }
    .news-container .news .right {
      position: relative;
      width: 50%;
      margin-left: 50%;
      height: auto;
      background: #303030;
      color: #fff;
      padding: 100px 50px 150px 50px; }
      @media (max-width: 1200px) {
        .news-container .news .right {
          width: 100%;
          margin-left: 0;
          padding-top: 50px; } }
      @media (max-width: 768px) {
        .news-container .news .right {
          padding: 35px 25px 100px 25px; } }
      @media (max-width: 560px) {
        .news-container .news .right {
          padding: 25px 25px 100px 25px; } }
      .news-container .news .right p {
        margin-bottom: 25px;
        color: #bbbbbb; }
      .news-container .news .right h2 span {
        color: #93ba2d; }

.btn3d {
  display: block;
  position: absolute;
  bottom: 50px;
  right: -25px;
  background: #93ba2d;
  font-weight: 700;
  padding: 18px 25px 15px 25px;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff; }
  .btn3d:hover {
    color: #fff !important;
    text-decoration: none !important; }
  @media (max-width: 1400px) {
    .btn3d {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 560px) {
    .btn3d {
      font-size: 16px;
      line-height: 22px; } }
  .btn3d span {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 0;
    border-color: #5b7f00 transparent transparent transparent;
    position: absolute;
    right: 0px;
    top: 100%; }
  @media (max-width: 768px) {
    .btn3d {
      right: -20px;
      bottom: 25px; }
      .btn3d span {
        border-width: 20px 20px 0 0; } }

.pastille {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center; }
  .pastille .content {
    max-width: 300px;
    margin: auto; }
    .pastille .content p {
      margin-bottom: 10px !important;
      color: #303030 !important;
      font-size: 20px;
      line-height: 30px; }
  .pastille h3 {
    color: #303030;
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 0 !important; }
    @media (max-width: 768px) {
      .pastille h3 {
        font-size: 22px !important;
        line-height: 30px !important; } }
    @media (max-width: 560px) {
      .pastille h3 {
        font-size: 18px !important;
        line-height: 24px !important; } }

.pastille {
  background: url(../img/pastille.png) no-repeat center;
  background-size: contain;
  top: 10px;
  left: 10px;
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  width: 405px;
  height: 405px; }
  @media (max-width: 1400px) {
    .pastille {
      width: 350px;
      height: 350px;
      padding: 60px; } }
  @media (max-width: 1200px) {
    .pastille {
      margin: auto;
      position: relative;
      -ms-transform: none;
      transform: none; } }
  @media (max-width: 560px) {
    .pastille {
      height: 300px;
      width: 300px; } }

.mobonly {
  display: none; }

.card-cvc {
  max-width: 125px;
  width: 100%; }

label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px !important;
  font-weight: 900 !important;
  text-align: left !important; }

.btn-success {
  width: auto;
  outline: none !important; }
  .btn-success:hover {
    background-color: #93ba2d !important; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

.champs {
  position: relative; }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 0; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error .form-control-feedback {
  color: #fe5757; }

.control-label {
  color: #fff; }

.help-block {
  margin-top: 10px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success .form-control-feedback {
  color: #93ba2d; }

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background: #93ba2d;
  opacity: 1 !important; }

.form-inline .form-control {
  width: auto !important;
  display: inline-block; }

@media (max-width: 768px) {
  .form-inline .form-control {
    padding-right: 30px; } }

@media (max-width: 768px) {
  .nomob {
    display: none; }
  .mobonly {
    display: block; } }

.thank {
  text-align: center;
  padding-bottom: 150px; }
  .thank img {
    height: 128px;
    margin-bottom: 25px;
    width: 128px; }
  @media (max-width: 1200px) {
    .thank {
      padding-top: 50px;
      padding-bottom: 100px; } }
  @media (max-width: 768px) {
    .thank {
      padding-top: 35px;
      padding-bottom: 75px; } }
