.bandeau-nl {
    background-color: rgba(165, 195, 22, 0.4);;
    padding: 0 calc((100vw - 1110px)/2);
    width: 100%;
    display: flex;
    border-radius: 8px;
    height: 150px;
    justify-content: space-between;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}
.bandeau-nl-img {
    display: flex;
    align-items: center;
}
.bandeau-nl-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
}
.bandeau-nl-txt h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #283583;
    font-size: 1.69rem;
    line-height: 1.69rem;
}
.bandeau-nl-txt p {
    line-height: 1rem;
    font-size: 1rem;
    color: #292929;
}
.bandeau-nl-form {
    display: flex;
    align-items: center;
}
.choose-nl {
    display: flex;
    justify-content: flex-start;
}
.nl-data {
    display: flex;
    height:32px;
}
.nl-data input {
    background: #FFFFFF;
    border-style: solid;
    border-color: #292929;
    padding: 8px 12px !important;
}
.prenom {
    width: 160px !important;
    border-radius: 4px 0px 0px 4px;
    border-width: 1px 0px 1px 1px;
}
.email {
    width: 270px !important;
    border: 1px solid #292929;
}
.choose-nl p {
    margin-right: 25px;
}
.choose-nl label:not(:last-child) {
    margin-right: 30px;
}
.nl-radio {
    display:none;
}
.nl-radio + label span {
    display:inline-block;
    width:25px;
    height:19px;
    margin: 0 5px -4px 0; /*layout relationship between check and label*/
}
.nl-radio + label span:before,
.nl-radio + label span:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    background: transparent;
    border: 2px solid #3A7C3C; 
    border-radius: 4px;
}
.nl-radio + label span:after {
    z-index: 0;
    border: none;
}
.nl-radio:checked + label span:before {
    background: #3A7C3C;
}
.nl-data > .btn.vert {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-radius: 0 4px 4px 0;
  width: auto;
}

@media screen and (max-width:768px) {
.bandeau-nl {
    flex-direction: column;
    padding: 20px 5%;
    height: auto;
  }
  .bandeau-nl-img {
    justify-content: center;
    margin-bottom: 20px;
  }
  .bandeau-nl-img img {
    width: 168px;
  }
  .bandeau-nl-txt {
    width: 100%;
  }
  .bandeau-nl-txt * {
    margin-bottom: 20px;
  }
  .choose-nl {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .choose-nl p {
    width: 100%;
    margin-bottom: 10px;
  }
  .nl-data {
    flex-direction: column;
    height: auto;
  }
  .nl-data a {
    width: 115px;
  }
  .nl-data input {
    border-radius: 4px;
    border-width: 1px;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 600px) {
  .bandeau-nl-img {
    display: none;
  }
  .bandeau-nl-txt h4 {
    text-align: center;
  }
}