#containFormVignerons {
  background: linear-gradient(180deg, #bbdedc 0%, #e6f0dc 100%) !important;
  padding: 50px 0;
}
#containFormVignerons form {
  width: 80%;
  margin: 0 auto;
  max-width: 1080px;
}
#containFormVignerons form p {
  font-size: 14px;
  line-height: 17px;
  display: block;
  padding: 0;
}
#containFormVignerons form p.topP {
  margin-bottom: 50px;
  color: #008080;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}
#containFormVignerons form p.midP {
  margin-bottom: 20px;
  margin-top: 25px;
  color: #008080;
}
#containFormVignerons form p.legalP {
  line-height: 30px;
  font-weight: 300;
}
#containFormVignerons form p.legalP a {
  font-weight: 400;
  text-decoration: underline;
  color: #000;
}
@media screen and (min-width: 1024px) {
  #containFormVignerons form .inputGroup {
    display: flex;
  }
  #containFormVignerons form .inputGroup input, #containFormVignerons form .inputGroup .select {
    width: calc((100% - 32px) / 2);
  }
  #containFormVignerons form .inputGroup input:first-child, #containFormVignerons form .inputGroup .select:first-child {
    margin-right: 32px;
  }
  #containFormVignerons form .inputGroup.selectInputBoth input {
    width: calc((100% - 32px) / 2);
  }
}
#containFormVignerons form .inputGroup input, #containFormVignerons form .inputGroup .select {
  margin-bottom: 30px;
}
#containFormVignerons form .inputGroup input, #containFormVignerons form .inputGroup select {
  font-size: 14px;
  line-height: 18px;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: block;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
#containFormVignerons form .inputGroup input.error, #containFormVignerons form .inputGroup select.error {
  border-color: red;
}
#containFormVignerons form .inputGroup .select {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}
#containFormVignerons form .inputGroup .select:after {
  content: "";
  width: 8px;
  height: 4px;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  background-color: #000;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
#containFormVignerons form .inputGroup .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  outline: none;
}
#containFormVignerons form .submitForm {
  text-align: right;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#containFormVignerons form .submitForm .subGroupSubmit {
  display: flex;
}
#containFormVignerons form .submitForm .capchaGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #008080;
}
#containFormVignerons form .submitForm .capchaGroup span {
  margin-left: 10px;
  color: #008080;
}
#containFormVignerons form .submitForm .capchaGroup input {
  width: 70px;
  font-size: 14px;
  line-height: 18px;
  padding: 15px;
  border: 1px solid #DED9D4;
  border-radius: 5px;
  display: block;
  margin-left: 10px;
}
#containFormVignerons form .submitForm input[type=submit] {
  display: inline-block;
  background-color: #225555;
  padding: 14px 25px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-shadow: none;
  border: none;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.25s color, 0.25s background-color;
  cursor: pointer;
  letter-spacing: 3px;
}
#containFormVignerons form .submitForm input[type=submit]:hover {
  background-color: #849647;
}

#popGen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#popGen #fakeBack {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(6, 42, 66, 0.2);
}
#popGen #realBack {
  position: relative;
  z-index: 99;
  max-height: 90%;
  overflow-y: auto;
}
#popGen #realBack.popMenu {
  max-width: 980px;
  width: 89.34%;
}
#popGen #realBack.popInfo {
  max-width: 640px;
  width: 89.34%;
}
#popGen #realBack.popRemove {
  max-width: 640px;
  width: 89.34%;
}
#popGen #realBack.popShare {
  max-width: 460px;
  width: 89.34%;
}
#popGen #realBack.popLog {
  max-width: 980px;
  width: 89.34%;
}
#popGen #realBack #contentPop {
  width: 90%;
  max-width: 646px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
#popGen #realBack #contentPop .buttonGroup {
  text-align: center;
  margin-top: 20px;
}
#popGen #realBack #contentPop .buttonGroup a {
  display: inline-block;
  padding: 15px 15px;
  background-color: #E5E2E0;
  font-size: 14px;
  line-height: 16px;
  color: #7E7067;
  transition: 0.25s color, 0.25s background-color;
  border-radius: 5px;
  text-transform: uppercase;
}
#popGen #realBack #contentPop .buttonGroup a:hover {
  background-color: #7E7067;
  color: #E5E2E0;
}
#popGen #realBack #contentPop.popInfo {
  background-color: #fff;
  padding: 80px 40px 40px 40px;
  color: #000;
  border-radius: 8px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #popGen #realBack #contentPop.popInfo {
    font-size: 18px;
    line-height: 22px;
  }
}
#popGen #realBack #contentPop.popInfo .closePopInfo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 33px;
  height: 35px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#popGen #realBack #contentPop.popError {
  background-color: #fff;
  color: #000;
}
#popGen #realBack #contentPop.popError .closePopInfo {
  background-image: url("closePopInfo.svg");
}/*# sourceMappingURL=style-form.css.map */