body main .enquete .header-he {
  display: flex;
  justify-content: space-between;
  background-color: #ededed;
}
body main .enquete .header-he .point {
  display: flex;
  justify-content: center;
  max-width: 300px;
  min-width: 0;
  margin: auto;
}
body main .enquete .header-he .left-point {
  margin-bottom: -14rem;
}
body main .enquete .header-he .right-point {
  margin-top: 0.7rem;
}
body main .enquete .header-he .point img{
  width: 50%;
  height: auto;
}
body main .enquete .header-he .content-header-he {
  margin: 0 auto 50px auto;
  max-width: 650px;
  min-width: 300px;
  z-index: 0;
  min-height: initial;
}
body main .enquete .header-he .content-header-he .text-header {
  padding:0 0.5em;
}
  body main .enquete .header-he .content-header-he .text-header h1.title {
    font-size: 3em;
    text-align: center;
    margin-bottom: 20px;
    color: #003a47;
    font-weight: 400;
  }
  body main .enquete .header-he .content-header-he .text-header .wrap-subtitle {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
  }
    body main .enquete .header-he .content-header-he .text-header .wrap-subtitle p.subtitle {
      padding: 0 0.2em;
      text-align: justify;
      margin-bottom: 6rem;
      color: #07a67f;
      font-weight: 400;
      font-size: 1.2em
    }

body main .enquete section.enquete {
    font-family: 'Roboto', sans-serif;
    max-width: 650px ;
    margin: auto;
    padding: 1rem 0;
    background-color: #07232a;
    color: #fff;
    margin-top: -80px;
    z-index: 1;
  }
  body main .enquete section.enquete form {
    padding-top: 2.5em;
    padding-bottom: 3em;
    margin: auto;
    width: 82%;

  }
  body main .enquete section.enquete form .row {
    display: flex;
    padding-top: 0.5em;
    font-size: 1.1em;
  }
    body main .enquete section.enquete form .row .field {
      flex: 1;
      width: 100%;
      margin-bottom: 1rem;
      margin-right: 1rem;
    }
    body main .enquete section.enquete form .row .field label {
      display: block;
      margin-bottom: 0.3rem;
      font-weight: 400;
      text-align: justify;
    }
      body main .enquete section.enquete form .row .field .options{
          margin-left: 30px;
          display: flex;
          padding-bottom: 0.3em;
      }   
        body main .enquete section.enquete form .row .field .options input{
          width: auto;
        }
        body main .enquete section.enquete form .row .field .options label{
          margin:0;
        }
        body main .enquete section.enquete form .row .field select{
          width: 100%;
          border: none;
          padding: 0.8rem;
        }
          body main .enquete section.enquete form .row .field .options select option{
            width: 100%;
            box-sizing: border-box;
          }
        body main .enquete section.enquete form .row .field textarea{
          min-height: 70px;
          padding: 0.8rem;
        }
      body main .enquete section.enquete form .row .fieldSubmit {
        display: flex;
        justify-content: center;
        margin:0;
      }
    body main .enquete section.enquete form .row .field input[type='submit']{
      background-color: #f4f0ed;
      color: #0e3038;
      border-radius: 1rem;
      font-weight: bold;
      padding: 0.7rem 3rem;
      font-size: 1em;
      margin-top: 0.1rem;
      cursor: pointer;
      width: 200px;
      text-align: center;
     
    }
body main .enquete section.enquete #messageCodeRetourEnquete {
  font-size: 1.20em;
  padding: 3em 3em ;
  color: #fff;
}
body main .enquete section.enquete #userMessageErrorEnqueteId {
  font-size: 1.20em;
  padding: 3em 3em ;
  color: #fff;
}
    body main .enquete section.enquete form.enquete-form .row .field .loader {
      display: none;
      text-align: center;
    }
    body main .enquete section.enquete form.enquete-form .row .field img {
      padding-right: 20px;
      width: 40px;
    }
    body main .enquete section.enquete form.enquete-form .row .field .loaderText {
      display: none;
      width: 50%;
      padding-left: 0;
      margin-left: 0;
      text-align: left;
      padding-top: 10px;
    }

@media (max-width: 780px) {
  body main .enquete section.enquete form .row .field input[type='submit']{
    width: 100%;
  }
}
 