html {
  height: 100%;
}
body {
  overflow-x: hidden;
}
div.clear {
  clear: both;
}
.pie {
  behavior: url(htc/PIE.htc);
}
p,
a,
div,
input,
select {
  font-family: Lato, Arial, sans-serif;
}
.inner-content {
  width: 100% !important;
  height: 50px;
  top: 10px !important;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.box {
  width: 50% !important;
  display: inline-block;
  margin-right: 0px !important;
  text-align: none !important;
}
/* Header
-----------------------------------------------------------------------------*/
header {
  display: block;
  width: 100%;
  position: relative;
  background-color: rgba(19, 44, 62, 0.85);
  z-index: 1;
}
#h-center {
  width: 95%;
  padding: 20px 0px;
  margin: 0 auto;
  position: relative;
}
#h-logo,
#f-logo {
  display: block;
  width: 185px;
  padding: 0px 0px 0px 35px;
  margin: 0;
  background-size: auto;
}
#f-logo {
  margin-bottom: 15px;
}
#h-logo .top,
#f-logo .top {
  font-size: 35px;
  color: #ffffff;
  font-family: 'Condiment', cursive;
  line-height: 1;
  position: relative;
  top: 7px;
}
#h-logo .bottom,
#f-logo .bottom {
  font-size: 11px;
  color: #b9a5ac;
  line-height: 1;
}
#f-logo .top,
#f-logo .bottom {
  color: #95a6b6;
}
#lost_pwd {
  display: block;
  font-size: 16px;
  color: #bba4ac;
  text-decoration: underline;
  position: absolute;
  top: 40px;
  right: 0px;
}
#lost_pwd:hover {
  text-decoration: none;
}
#for_enter_form {
  display: block;
  position: absolute;
  top: 23px;
  right: 0px;
  z-index: 2;
}
#enter {
  display: block;
  position: relative;
  margin: 0;
}
#enter-txt-1,
#enter-txt-2 {
  display: block;
  width: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
#enter-txt-1 {
  font-weight: bold;
  font-size: 40px;
  padding: 80px 0px 25px 0px;
}
#enter-txt-2 {
  font-size: 20px;
}
.label3 {
  display: block;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: -35px;
}
.inp-bg {
  height: 27px;
  padding: 7px 10px 0px 10px;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.inp-bg3 {
  height: 40px;
  padding: 14px 10px 0px 10px;
  position: absolute;
  z-index: 1;
  background: #FFFFFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.login_place {
  top: 0px;
  right: 270px;
}
.pass_place {
  top: 0px;
  right: 70px;
}
.mail3_place {
  top: 70px;
  right: 40px;
  background: #FFFFFF;
}
#pass_auth,
#login_auth,
#mail3 {
  display: block;
  margin: 0px;
  border: none;
  background: none;
  font-size: 14px;
  color: #6c7f8e;
  font-style: italic;
}
#mail3 {
  width: 325px;
  font-size: 14px;
}
#pass_auth::-webkit-input-placeholder,
#login_auth::-webkit-input-placeholder,
#mail3::-webkit-input-placeholder {
  color: #6c7f8e;
}
#pass_auth:-moz-placeholder,
#login_auth:-moz-placeholder,
#mail3:-moz-placeholder {
  color: #6c7f8e;
}
#pass_auth,
#login_auth {
  width: 170px;
}
#enter-btn {
  display: block;
  width: 60px;
  height: 34px;
  border: none;
  cursor: pointer;
  background-color: #ccbac0;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#for_signin3_form input[type="submit"] {
  display: block;
  width: 345px;
  height: 50px;
  border: none;
  cursor: pointer;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #bba4ac;
  position: absolute;
  top: 150px;
  right: 40px;
  border: 2px solid #bba4ac;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#signinBtn,
#signonBtn {
  width: 50%;
  height: 50px;
  padding-top: 30px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  float: left;
  cursor: pointer;
}
#signinBtn.active,
#signonBtn.active {
  background-color: #ccbac0;
  color: #FFFFFF;
  font-weight: 700;
}
#signinBtn.no-active,
#signonBtn.no-active {
  background-color: #ffffff;
  color: #6c7f8e;
  font-weight: 300;
}
#transparent_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}
#error1,
#error2 {
  display: block;
  width: 150%;
  padding: 5px 10px;
  font-size: 11px;
  font-style: italic;
  text-align: right;
  color: #c60324;
  position: absolute;
  top: -20px;
  right: 0px;
  z-index: 5;
  cursor: pointer;
}
#for_signin3_form {
  display: none;
  position: absolute;
  top: 200px;
  right: 50%;
  margin-right: -212px;
  z-index: 560;
}
#signin3 {
  width: 425px;
  height: 230px;
  background: #ebe5e7;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#rvc {
  display: block;
  color: #000000;
  font-size: 16px;
  text-align: left;
  position: absolute;
  text-transform: uppercase;
  font-weight: bold;
  top: 40px;
  left: 40px;
}
#close1,
#close2 {
  width: 9px;
  height: 9px;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 100;
}
#close2 {
  display: none;
}
.check_color {
  background-color: #314151;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 1px;
  top: 40px;
}
.checkbox3 {
  height: 15px;
  display: block;
  padding-left: 20px;
  cursor: pointer;
  position: absolute;
  top: 38px;
  left: -1px;
}
.chbox3_label {
  display: block;
  padding: 2px 0px 0px 0px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}
.checkbox3 input {
  display: none;
}
/*Content
----------------------------------------------------------*/
article {
  display: block;
}
#enter-form-space {
  display: none;
  width: 100%;
}
#a-1 {
  display: block;
  width: 100%;
  height: 480px;
  padding: 70px 0px 0px 0px;
  margin: 0 auto;
}
#for_signin_form {
  width: 350px;
  position: relative;
  float: right;
  margin: 0 45px 10px 0 !important;
  padding: 10px;
  background: none;
}
#signin {
  display: block;
  width: 350px;
  position: relative;
  margin: 0 auto;
}
#form-h1 {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1;
}
#form-h2 {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 35px;
}
#steps {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
#steps .st,
#steps .sp {
  display: inline-block;
  height: 5px;
}
#steps .st {
  width: 17.5%;
}
#steps .st.checked {
  background-color: #FFFFFF;
}
#steps .st.no-checked {
  background-color: #ccbac0;
}
#steps .sp {
  width: 1%;
}
#step-2,
#step-3,
#step-4,
#step-5,
#step-6 {
  display: none;
}
.inp-bg2 {
  height: 40px;
  padding: 15px 20px 0px 20px;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 2px #000000;
  -webkit-box-shadow: 1px 1px 2px #000000;
  -moz-box-shadow: 1px 1px 2px #000000;
  -o-box-shadow: 1px 1px 2px #000000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.mal,
.vil,
.pas {
  margin-bottom: 40px;
}
.log {
  margin-bottom: 55px;
}
#field-login,
#passw,
#mail,
#ville {
  display: block;
  width: 85%;
  margin: 0px;
  border: none;
  background: none;
  font-size: 18px;
  font-weight: 300;
  color: #6c7f8e;
  font-style: italic;
}
#field-login::-webkit-input-placeholder,
#passw::-webkit-input-placeholder,
#mail::-webkit-input-placeholder,
#ville::-webkit-input-placeholder {
  color: #897980;
}
#field-login:-moz-placeholder,
#passw:-moz-placeholder,
#mail:-moz-placeholder,
#ville:-moz-placeholder {
  color: #897980;
}
.triangle-bottom {
  width: 5px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1px;
}
.border-1 {
  width: 100%;
  height: 1px;
  background-color: #67394e;
  margin: 18px 0px 12px 0px;
}
.next-step-btn {
  display: block;
  width: 346px;
  height: 33px;
  padding-top: 17px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  border: 2px solid #ffffff;
  background: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.next-step-btn .arrow_symbol_next {
  right: 15px;
  top: 7px;
  position: absolute;
  font-size: 30px;
  color: #d6c3c7;
}
.back-step-btn {
  display: block;
  width: 346px;
  height: 33px;
  padding-top: 17px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  position: relative;
  border: 2px solid #ffffff;
  background: none;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.back-step-btn .arrow_symbol_previous {
  left: 15px;
  top: 7px;
  position: absolute;
  font-size: 30px;
  color: #d6c3c7;
}
#radios {
  margin-bottom: 10px;
}
#chboxes {
  margin-bottom: 20px;
}
.niceRadio {
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}
.niceRadio input {
  margin-left: -30px;
}
.radio_place {
  float: left;
}
.label2 {
  display: block;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.label_place,
.label_place_n {
  display: block;
  padding: 5px 13px 0px 5px;
  float: left;
  color: #b75d87;
  text-shadow: 1px 1px 1px #000000;
  font-weight: bold;
  font-size: 14px;
  font-family: 'PT Sans', Verdana, Arial, serif;
  line-height: 1;
}
.label_place_n {
  padding: 5px 0px 0px 5px;
}
.checkbox2 {
  height: 25px;
  display: block;
  padding-left: 25px;
  cursor: pointer;
}
.checkbox2 {
  float: left;
}
.checkbox1 {
  height: 25px;
  display: block;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 50px;
  position: relative;
}
.checkbox1 p {
  text-align: none;
}
.marg_b6 {
  margin-bottom: 6px;
}
.chbox_label2,
.chbox_label2_n {
  display: block;
  padding: 5px 13px 0px 5px;
  float: left;
  color: #b75d87;
  text-shadow: 1px 1px 1px #000000;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.chbox_label2_n {
  padding: 5px 0px 0px 5px;
}
.checkbox1 input,
.checkbox2 input {
  display: none;
}
.vil {
  z-index: 200;
}
#props {
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  position: absolute;
  top: 52px;
  left: 0px;
  background-color: #ffffff;
  box-shadow: 1px 1px 2px #000000;
  -webkit-box-shadow: 1px 1px 2px #000000;
  -moz-box-shadow: 1px 1px 2px #000000;
  -o-box-shadow: 1px 1px 2px #000000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#props a {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #6c7f8e;
  padding: 10px 15px;
}
#props a:hover {
  background: #ccbac0;
  color: #FFFFFF;
}
.label1 {
  display: block;
  position: absolute;
  top: -22px;
  left: 0px;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.customSelectWrap {
  background-color: #FFFFFF;
  font-size: 18px;
  color: #6c7f8e;
  position: relative;
  box-shadow: 1px 1px 2px #000000;
  -webkit-box-shadow: 1px 1px 2px #000000;
  -moz-box-shadow: 1px 1px 2px #000000;
  -o-box-shadow: 1px 1px 2px #000000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.sexSelect {
  height: 54px;
  width: 350px;
  margin-bottom: 40px;
}
#date {
  width: 350px;
  position: relative;
  margin-bottom: 30px;
}
.dateSelects {
  height: 54px;
  width: 106px;
  float: left;
}
.selTop {
  cursor: pointer;
  position: relative;
}
.selDropDown {
  display: none;
  overflow-y: scroll;
  cursor: pointer;
  position: absolute;
  left: -1px;
  z-index: 1000;
  box-shadow: 1px 1px 2px #000000;
  -webkit-box-shadow: 1px 1px 2px #000000;
  -moz-box-shadow: 1px 1px 2px #000000;
  -o-box-shadow: 1px 1px 2px #000000;
}
.selDownArrow {
  width: 14px;
  height: 9px;
  cursor: pointer;
  position: absolute;
  top: 42%;
  right: 10px;
  margin-top: -4px;
  color: #d6c3c7;
}
.selDropDown p {
  line-height: 1;
  padding: 0px;
  margin: 0px;
  padding: 10px 0px 10px 15px;
  background: none;
}
.selDropDown p:hover {
  background: #c898a0;
  color: #FFFFFF;
}
/*.selDropDown p.selected {
    background: @LT_LESS_BTN_CONNEXION_BACKGROUND;
    color: @LT_LESS_BTN_CONNEXION_COLOR;
}
.selDropDown p.no-selected {
    background: none;
    color: @LT_LESS_HEADER_INPUT_COLOR;
}*/
.selectedOptText {
  display: block;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
}
.customSelectWrap select {
  line-height: 1;
  background: none;
  border: none;
}
.middle_sel_space {
  width: 15px;
  height: 32px;
  background: none;
  float: left;
}
#form-txt-1 {
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.signin_h3 {
  font-size: 12px;
  color: #666666;
  padding: 0px 0px 8px 10px;
  text-transform: uppercase;
}
.signin_h3 span {
  font-size: 14px;
}
#valider_submit {
  display: none;
}
#small_text {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 20px;
}
.chbox_label,
.chbox_label a {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.4;
  position: relative;
  text-align: justify;
}
.chbox_label a {
  text-decoration: underline;
}
.chbox_label a:hover {
  text-decoration: none;
}
#err_login,
#err_pass,
#err_mail,
#err_ville,
#err_date,
#err_login2,
#err_pass2,
#err_mail2,
#err_ville2,
#err_date2 {
  display: none;
  font-size: 12px;
  color: #c60324;
  text-align: left;
  cursor: pointer;
  position: absolute;
  bottom: -25px;
  left: 0px;
  z-index: 5;
}
#err_login2 {
  bottom: -29px !important;
}
#sugg_mail {
  display: block;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  text-align: right;
  position: absolute;
  right: 0px;
  bottom: -20px;
}
#sugg_mail a {
  color: #ffffff;
  text-decoration: underline;
}
#err_cond,
#err_cond2 {
  display: none;
  font-size: 12px;
  color: #c60324;
}
[id^="err_"] {
  display: none;
  font-size: 12px;
  color: #c60324;
}
#err_login2,
#err_pass2,
#err_mail2,
#err_ville2,
#err_date2,
#err_cond2 {
  display: block;
}
.justify {
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  text-justify: newspaper;
  zoom: 1;
  text-align-last: justify;
}
.justify:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.justify li {
  display: inline-block;
  text-align: left;
  line-height: normal;
  vertical-align: top;
  position: relative;
  margin-bottom: 15px;
}
#a-2 {
  display: block;
  width: 100%;
  height: 215px;
  background-color: #FFFFFF;
  padding: 10px 0px;
  overflow: hidden;
  position: relative;
}
#a-2 ul {
  width: 2240px;
}
#a-2 a {
  display: block;
  width: 215px;
  height: 215px;
  position: relative;
}
#a-2 a img {
  display: block;
  width: 100%;
  height: 100%;
}
.fog-white,
.fog-black {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
}
.fog-black {
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.age,
.name {
  display: block;
  color: #FFFFFF;
  line-height: 1;
}
.age {
  padding: 135px 0px 5px 25px;
  font-size: 30px;
  font-weight: 300;
}
.name {
  padding-left: 25px;
  font-size: 20px;
  font-weight: 400;
}
#a-2 a:hover .fog-white {
  display: none;
}
#a-2 a:hover .fog-black {
  display: block;
}
#a-3 {
  display: block;
  width: 100%;
  background-color: #132c3e;
}
#a-3-center {
  max-width: 1170px;
  width: 95%;
  padding: 35px 0px 50px 0px;
  margin: 0 auto;
}
#a-3 .left {
  font-size: 12px;
  width: 48%;
  float: left;
  color: #99adbb;
}
#a-3 .right {
  font-size: 12px;
  width: 450px;
  float: right;
  color: #99adbb;
}
#a-3 .left p {
  font-size: 12px;
  color: #99adbb;
  line-height: 1.5;
  text-align: left;
}
#a-3 .h1 {
  display: block;
  padding: 30px 0px 15px 0px;
  font-size: 16px;
  color: #5f7e95;
  text-align: left;
  text-transform: uppercase;
}
#links-1,
#links-2 {
  display: block;
  float: left;
}
#links-1 {
  margin-right: 25px;
}
#links-1 a,
#links-2 a {
  display: block;
  font-size: 12px;
  color: #99adbb;
  line-height: 1.5;
  text-align: left;
}
#links-1 a:hover,
#links-2 a:hover {
  color: #5f7e95;
}
/*footer
-----------------------------------------------------------*/
footer {
  display: block;
  width: 100%;
  background-color: #0d1f2c;
}
#f-center {
  width: 95%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 25px 0px;
}
#f-center p {
  font-size: 12px;
  color: #5f7e95;
  text-align: left;
  line-height: 1;
}
video#bgvid {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -200;
  background-size: cover;
}
.bgph {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  max-height: 900px;
}
/*-----------------------------------------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 640px) {
  header {
    background: rgba(19, 44, 62, 0.85);
  }
  #h-center {
    width: 100%;
  }
  #h-logo {
    width: 175px;
    padding: 0px 0px 0px 35px;
    margin: 0 auto;
    background-size: auto 100%;
  }
  #h-logo .top {
    font-size: 30px;
    top: 10px;
  }
  #h-logo .bottom {
    font-size: 10px;
  }
  #h-buttons {
    display: block;
    width: 100%;
  }
  #signinBtn,
  #signonBtn {
    height: 26px;
    padding-top: 14px;
    font-size: 12px;
  }
  #for_enter_form {
    display: none;
    width: 100%;
    background: rgba(187, 164, 172, 0.8);
    top: 118px;
    right: 0px;
  }
  #enter {
    width: 260px;
    height: 360px;
    margin: 0 auto;
  }
  #enter-txt-1,
  #enter-txt-2,
  .label3 {
    display: block;
  }
  #enter-txt-1 {
    font-size: 20px;
    padding: 35px 0px 7px 0px;
  }
  #enter-txt-2 {
    font-size: 12px;
  }
  .label3 {
    font-size: 14px;
    top: -20px;
  }
  .inp-bg {
    height: 27px;
    padding: 8px 10px 0px 10px;
  }
  .login_place {
    top: 115px;
    right: 0px;
  }
  .pass_place {
    top: 185px;
    right: 0px;
  }
  #pass_auth,
  #login_auth {
    width: 240px;
    font-size: 14px;
    font-style: normal;
  }
  #lost_pwd {
    font-size: 12px;
    color: #bba4ac;
    top: 50px;
  }
  .checkbox3 {
    top: 118px;
  }
  .check_color {
    background-color: #314151;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 1px;
    top: 120px;
  }
  .chbox3_label {
    padding: 2px 0px 0px 0px;
    color: #ffffff;
    font-size: 12px;
  }
  #error1,
  #error2 {
    width: 100%;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    color: #c60324;
    top: -180px;
    right: 0px;
  }
  #enter-btn {
    width: 260px;
    height: 35px;
    border: 2px solid #ffffff;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    top: 290px;
  }
  #enter-form-space {
    height: 360px;
  }
  #for_signin3_form {
    top: 100px;
    margin-right: -150px;
  }
  #signin3 {
    width: 300px;
    height: 210px;
  }
  #for_signin3_form input[type="submit"] {
    width: 240px;
    height: 50px;
    top: 130px;
    right: 30px;
  }
  #rvc {
    font-size: 16px;
    top: 40px;
    left: 30px;
  }
  .inp-bg3 {
    height: 27px;
    padding: 8px 10px 0px 10px;
  }
  .mail3_place {
    top: 70px;
    right: 30px;
  }
  #mail3 {
    width: 220px;
    font-size: 18px;
  }
  #a-1 {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    background: none;
  }
  #for_signin_form {
    width: 300px;
    float: none;
    margin: 0 auto;
  }
  #signin {
    width: 300px;
  }
  #form-h1 {
    font-size: 20px;
    padding-bottom: 17px;
  }
  #form-h2 {
    font-size: 14px;
    padding-bottom: 25px;
  }
  #a-3-center {
    max-width: 300px;
    width: 300px;
    padding: 35px 0px 50px 0px;
  }
  #a-3 .left {
    font-size: 12px;
    width: 100%;
    float: none;
    margin: 0;
  }
  #a-3 .right {
    font-size: 12px;
    width: 100%;
    float: none;
    margin: 0;
  }
  #a-3 .left p {
    font-size: 12px;
  }
  #a-3 .h1 {
    padding: 30px 0px 15px 0px;
    font-size: 20px;
  }
  #links-1,
  #links-2 {
    float: none;
  }
  #links-1 {
    margin-right: 0px;
  }
  #links-1 a,
  #links-2 a {
    font-size: 12px;
    line-height: 1.5;
  }
  #f-center {
    width: 300px;
    max-width: 300px;
  }
  #f-center p {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
  }
  .sexSelect {
    width: 300px;
  }
  .next-step-btn {
    width: 296px;
  }
  .back-step-btn {
    width: 296px;
  }
  #date {
    width: 520px;
  }
  .dateSelects {
    height: 40px;
    width: 90px;
  }
  #form-txt-1 {
    font-size: 11px;
  }
  .chbox_label,
  .chbox_label a {
    font-size: 11px;
  }
  #err_login,
  #err_pass,
  #err_mail,
  #err_ville,
  #err_date,
  #err_login2,
  #err_pass2,
  #err_mail2,
  #err_ville2,
  #err_date2,
  #err_cond,
  #err_cond2 {
    font-size: 11px;
  }
  [id^="err_"] {
    font-size: 11px;
  }
  video#bgvid {
    position: fixed;
    bottom: 0px;
    width: 1516px;
    height: auto;
    z-index: -200;
    left: -300px;
  }
}
/*321*/
@media only screen and (min-width: 640px) and (max-width: 990px) {
  header {
    background: rgba(19, 44, 62, 0.85);
  }
  #h-center {
    width: 100%;
  }
  #h-logo {
    width: 270px;
    padding: 0px 0px 0px 50px;
    margin: 0 auto;
    background-size: auto 100%;
    height: 70px;
  }
  #h-logo .top {
    font-size: 50px;
    top: 7px;
  }
  #h-logo .bottom {
    font-size: 16px;
  }
  #h-buttons {
    display: block;
    width: 100%;
  }
  #signinBtn,
  #signonBtn {
    height: 50px;
    padding-top: 30px;
    font-size: 20px;
  }
  #for_enter_form {
    display: none;
    width: 100%;
    background: rgba(187, 164, 172, 0.8);
    top: 190px;
    right: 0px;
  }
  #enter {
    width: 520px;
    height: 600px;
    margin: 0 auto;
  }
  #enter-txt-1,
  #enter-txt-2,
  .label3 {
    display: block;
  }
  #enter-txt-1 {
    font-size: 40px;
    padding: 80px 0px 25px 0px;
  }
  #enter-txt-2 {
    font-size: 20px;
  }
  .label3 {
    font-size: 18px;
    top: -35px;
  }
  .inp-bg {
    height: 50px;
    padding: 20px 30px 0px 30px;
  }
  .login_place {
    top: 230px;
    right: 0px;
  }
  .pass_place {
    top: 370px;
    right: 0px;
  }
  #pass_auth,
  #login_auth {
    width: 460px;
    font-size: 24px;
    font-style: normal;
  }
  #lost_pwd {
    font-size: 15px;
    color: #bba4ac;
    top: 90px;
  }
  .checkbox3 {
    top: 230px;
  }
  .check_color {
    background-color: #314151;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 1px;
    top: 232px;
  }
  .chbox3_label {
    padding: 0px;
    color: #ffffff;
    font-size: 15px;
  }
  #error1,
  #error2 {
    width: 100%;
    font-size: 17px;
    font-style: normal;
    text-align: center;
    color: #c60324;
    top: -330px;
    right: 0px;
  }
  #enter-btn {
    width: 520px;
    height: 70px;
    border: 2px solid #ffffff;
    background-color: transparent;
    font-size: 22px;
    font-weight: bold;
    top: 505px;
  }
  #enter-form-space {
    height: 600px;
  }
  #for_signin3_form {
    top: 200px;
    margin-right: -212px;
  }
  #signin3 {
    width: 425px;
    height: 230px;
  }
  #for_signin3_form input[type="submit"] {
    width: 345px;
    height: 50px;
    top: 150px;
    right: 40px;
  }
  #rvc {
    font-size: 16px;
    top: 40px;
    left: 40px;
  }
  .inp-bg3 {
    height: 40px;
    padding: 14px 10px 0px 10px;
  }
  .mail3_place {
    top: 70px;
    right: 40px;
  }
  #mail3 {
    width: 325px;
    font-size: 18px;
  }
  #a-1 {
    width: 100%;
    height: 480px;
    padding: 40px 0px;
    background: none;
  }
  #for_signin_form {
    width: 520px;
    float: none;
    margin: 0 auto !important;
  }
  #signin {
    width: 520px;
  }
  #form-h1 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  #form-h2 {
    font-size: 16px;
    padding-bottom: 35px;
  }
  #a-3-center {
    max-width: 600px;
    width: 600px;
    padding: 35px 0px 50px 0px;
  }
  #a-3 .left {
    width: 100%;
    float: none;
    margin: 0;
    font-size: 12px;
  }
  #a-3 .right {
    font-size: 12px;
    width: 100%;
    float: none;
    margin: 0;
  }
  #a-3 .left p {
    font-size: 12px;
  }
  #a-3 .h1 {
    padding: 30px 0px 15px 0px;
    font-size: 20px;
  }
  #links-1,
  #links-2 {
    float: left;
  }
  #links-1 {
    margin-right: 50px;
  }
  #links-1 a,
  #links-2 a {
    font-size: 12px;
    line-height: 1.5;
  }
  #f-center {
    width: 600px;
    max-width: 600px;
  }
  #f-center p {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
  }
  .sexSelect {
    width: 520px;
  }
  .next-step-btn {
    width: 520px;
  }
  .back-step-btn {
    width: 520px;
  }
  #date {
    width: 520px;
  }
  .dateSelects {
    height: 54px;
    width: 153px;
  }
  #form-txt-1 {
    font-size: 13px;
  }
  .chbox_label,
  .chbox_label a {
    font-size: 11px;
  }
  #err_login,
  #err_pass,
  #err_mail,
  #err_ville,
  #err_date,
  #err_login2,
  #err_pass2,
  #err_mail2,
  #err_ville2,
  #err_date2,
  #err_cond,
  #err_cond2 {
    font-size: 13px;
  }
  [id^="err_"] {
    font-size: 13px;
  }
  video#bgvid {
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    position: fixed;
    width: 2000px;
    z-index: -200;
    left: -210px;
  }
}
/*641*/
@media (min-width: 990px) {
  header {
    background: rgba(19, 44, 62, 0.85);
  }
  #h-center {
    width: 95%;
  }
  #h-logo {
    width: 185px;
    padding: 0px 0px 0px 35px;
    margin: 0;
    background-size: auto;
  }
  #h-logo .top {
    font-size: 35px;
    top: 7px;
  }
  #h-logo .bottom {
    font-size: 11px;
  }
  #h-buttons {
    display: none;
  }
  #for_enter_form {
    display: block;
    width: auto;
    background: none;
    top: 23px;
    right: 0px;
  }
  #enter {
    width: auto;
    height: auto;
    margin: 0;
  }
  #enter-txt-1,
  #enter-txt-2,
  .label3 {
    display: none;
  }
  .inp-bg {
    height: 27px;
    padding: 7px 10px 0px 10px;
  }
  .login_place {
    top: 0px;
    right: 270px;
  }
  .pass_place {
    top: 0px;
    right: 70px;
  }
  #pass_auth,
  #login_auth {
    width: 170px;
    font-size: 14px;
    font-style: italic;
  }
  #lost_pwd {
    font-size: 12px;
    color: #bba4ac;
    top: 40px;
  }
  .checkbox3 {
    top: 38px;
  }
  .check_color {
    background-color: #314151;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 1px;
    top: 40px;
  }
  .chbox3_label {
    padding: 2px 0px 0px 0px;
    color: #ffffff;
    font-size: 12px;
  }
  #error1,
  #error2 {
    width: 150%;
    font-size: 12px;
    font-style: italic;
    text-align: right;
    color: #c60324;
    top: -20px;
    right: 0px;
  }
  #enter-btn {
    width: 60px;
    height: 34px;
    border: none;
    background: none;
    background-color: #ccbac0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    top: 0px;
  }
  #for_signin3_form {
    top: 200px;
    margin-right: -212px;
  }
  #signin3 {
    width: 425px;
    height: 230px;
  }
  #for_signin3_form input[type="submit"] {
    width: 345px;
    height: 50px;
    top: 150px;
    right: 40px;
  }
  #rvc {
    font-size: 16px;
    top: 40px;
    left: 40px;
  }
  .inp-bg3 {
    height: 40px;
    padding: 14px 10px 0px 10px;
  }
  .mail3_place {
    top: 70px;
    right: 40px;
  }
  #mail3 {
    width: 325px;
    font-size: 18px;
  }
  #a-1 {
    width: 100%;
    height: 480px;
    padding: 70px 0px 0px 0px;
    background: none;
  }
  #for_signin_form {
    width: 350px;
    float: right;
    margin: 0;
  }
  #signin {
    width: 350px;
  }
  #form-h1 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  #form-h2 {
    font-size: 16px;
    padding-bottom: 35px;
  }
  #a-3-center {
    max-width: 1170px;
    width: 95%;
    padding: 35px 0px 50px 0px;
  }
  #a-3 .left {
    font-size: 12px;
    width: 48%;
    float: left;
    margin: 0;
  }
  #a-3 .right {
    font-size: 12px;
    width: 450px;
    float: right;
    margin: 0;
  }
  #a-3 .left p {
    font-size: 12px;
  }
  #a-3 .h1 {
    padding: 30px 0px 15px 0px;
    font-size: 16px;
  }
  #links-1,
  #links-2 {
    float: left;
  }
  #links-1 {
    margin-right: 25px;
  }
  #links-1 a,
  #links-2 a {
    font-size: 12px;
    line-height: 1.5;
  }
  #f-center {
    width: 95%;
    max-width: 1170px;
  }
  #f-center p {
    font-size: 12px;
    text-align: left;
    line-height: 1;
  }
  .sexSelect {
    width: 350px;
  }
  .next-step-btn {
    width: 346px;
  }
  .back-step-btn {
    width: 346px;
  }
  #date {
    width: 350px;
  }
  .dateSelects {
    height: 54px;
    width: 106px;
  }
  #form-txt-1 {
    font-size: 14px;
  }
  .chbox_label,
  .chbox_label a {
    font-size: 14px;
  }
  #err_login,
  #err_pass,
  #err_mail,
  #err_ville,
  #err_date,
  #err_login2,
  #err_pass2,
  #err_mail2,
  #err_ville2,
  #err_date2,
  #err_cond,
  #err_cond2 {
    font-size: 12px;
  }
  [id^="err_"] {
    font-size: 12px;
  }
}
/* 1.2 */
/* 2.2 */
/*# sourceMappingURL=style_333630.css.map */