@charset "UTF-8";
#containFormBee {
  padding: 50px 0;
}
#containFormBee form {
  width: 80%;
  margin: 0 auto;
  max-width: 1080px;
}
#containFormBee form p {
  font-size: 14px;
  line-height: 17px;
  display: block;
  padding: 0;
}
#containFormBee form p.topP {
  margin-bottom: 50px;
  color: #008080;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}
#containFormBee form p.midP {
  margin-bottom: 20px;
  margin-top: 25px;
  color: #008080;
}
#containFormBee form p.legalP {
  line-height: 30px;
  font-weight: 300;
}
#containFormBee form p.legalP a {
  font-weight: 400;
  text-decoration: underline;
  color: #000;
}
@media screen and (min-width: 1024px) {
  #containFormBee form .inputGroup {
    display: flex;
  }
  #containFormBee form .inputGroup input, #containFormBee form .inputGroup .select {
    width: calc((100% - 32px) / 2);
  }
  #containFormBee form .inputGroup input:first-child, #containFormBee form .inputGroup .select:first-child {
    margin-right: 32px;
  }
}
#containFormBee form .inputGroup input, #containFormBee form .inputGroup .select, #containFormBee form .inputGroup textarea {
  margin-bottom: 30px;
}
#containFormBee form .inputGroup input, #containFormBee form .inputGroup select, #containFormBee form .inputGroup textarea {
  font-size: 14px;
  line-height: 18px;
  padding: 15px;
  border: 1px solid #707070;
  border-radius: 5px;
  display: block;
  width: 100%;
  resize: none;
  background-color: rgb(255, 255, 255);
}
#containFormBee form .inputGroup input.error, #containFormBee form .inputGroup select.error, #containFormBee form .inputGroup textarea.error {
  border-color: red;
}
#containFormBee form .inputGroup.check {
  align-items: flex-start;
  justify-content: flex-start;
}
#containFormBee form .inputGroup.check label {
  font-weight: 400;
}
#containFormBee form .inputGroup input[type=checkbox] {
  width: auto;
  margin-right: 16px;
}
#containFormBee form .submitForm {
  text-align: right;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#containFormBee form .submitForm .subGroupSubmit {
  display: flex;
}
#containFormBee form .submitForm .capchaGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #008080;
}
#containFormBee form .submitForm .capchaGroup span {
  margin-left: 10px;
  color: #008080;
}
#containFormBee 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;
}
#containFormBee form .submitForm input[type=submit] {
  display: inline-block;
  background-color: #000;
  padding: 22px 85px 22px 55px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-shadow: none;
  border: none;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.25s color, 0.25s background-color;
  cursor: pointer;
  letter-spacing: 3px;
  background-repeat: no-repeat;
  background-position: right 56px center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10.304" height="16.365" viewBox="0 0 10.304 16.365"><path id="Tracé_511" data-name="Tracé 511" d="M685.754,663.95l6.061,6.061-6.061,6.061" transform="translate(-683.633 -661.829)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="3"/></svg>');
  transition: 0.5s background-position;
}
#containFormBee form .submitForm input[type=submit]:hover {
  background-position: right 45px center;
}

#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 */