*,
*:before,
*:after {
  box-sizing: border-box;
}


/*html {
  overflow-y: scroll;
}*/


/*body {
  background: #c1bdba;
  font-family: 'Titillium Web', sans-serif;
}*/

a {
  text-decoration: none;
  color: rgba(33, 33, 33, 0.65);
  transition: .5s ease;
}

a:hover {
  color: #75c4c6;
}

.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.position-flag{float: right;}

#flag li{
  display: inline;
  list-style: none;
  padding: 0 2px;
}
#flag li img {

}
#flag li img:hover {
  transform: scale(1.2);
  -webkit-box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 3px 10px 0px rgba(0,0,0,0.75);
}



.loginv2-connexion .content {
  margin: 150px auto 20px !important;
  width: 360px;
  margin: 0 auto;
  font-size: 14px;
}

.login {
  background-color: transparent!important;
}

.loginv2-connexion-content-bg {
  /*background-color: rgba(243, 243, 243, 0.85);*/
  background-color: #fff;
  width: 360px;
  margin: 0 auto;
  padding: 20px 30px 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.loginv2-inscription .content {
  margin: 75px auto 20px !important;
  width: 768px;
  margin: 0 auto;
  font-size: 12px;
}

.content-bg-inscription {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 15px 30px 8px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
  border-bottom: 5px solid #75c4c6;
}

.loginv2-login-titre {
  font-size: 20px;
  padding-bottom: 10px;
}

.loginv2-login-p {
  margin: 0 0 20px;
  font-size: 14px;
}

.copyright-v2 {
  text-align: center;
  color: rgba(191, 191, 191, 0.85);
  margin: 0 auto;
  padding-top: 10px;
}

.copyright-v2 a {
  color: rgba(191, 191, 191, 0.85);
}

.loginv2-link-signup {
  text-align: right;
  font-size: 14px;
}

.box-logo {
  padding: 10px 0 50px;
  text-align: center;
  /* position: absolute;*/
  /* top: 98px;
    left: 0;
    right: 0;*/
  /* box-shadow: inset 0 0px 5px 10px; */
  border-radius: 7px;
  width: 100%;
  margin: 0 auto;
}
.box-logo-inscription{
  width: 50%;
}

.logo-form {
  width: 225px
}

.loginv2-logo-form-iinscription {
  width: 100%;
}

.form {
  /*  background: rgba(19, 35, 47, 0.9);*/
  padding: 40px;
  max-width: 600px;
  margin: 5px auto 40px;
  border-radius: 4px;
  /*  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);*/
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.tab-group:after {
  content: "";
  display: table;
  clear: both;
}

.tab-group li a {
  display: block;
  text-decoration: none;
  /* padding: 15px;*/
  padding: 3px;
  /* background: rgba(160, 179, 176, 0.45);*/
  border-bottom: 2px solid rgba(160, 179, 176, 0.45);
  color: rgba(33, 33, 33, 0.5);
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
}

.tab-group li a:hover {
  background: rgb(107, 188, 190);
  color: #ffffff;
}

.tab-group .active a {
  background: #75c4c6;
  color: #ffffff;
}

.tab-content>div:last-child {
  display: none;
}

.remembermespan {
  border: 1px solid #757472!important;
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
}

h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 40px;
}

label {
  position: absolute;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  left: 13px;
  color: rgba(33, 33, 33, 0.65);
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
 /* pointer-events: none;*/
  font-size: 17px;
}

label .req {
  margin: 2px;
  color: #212121;
}

label.active {
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  left: 2px;
  font-size: 14px;
}

label.active .req {
  opacity: 0;
}

label.highlight {
  color: rgba(33, 33, 33, 0.65);
}

input,
textarea,
select {
  font-size: 17px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #212121;
  border-radius: 0;
  transition: border-color .25s ease, box-shadow .25s ease;
}

input:focus,
textarea:focus {
  outline: 0;
  border-color: #75c4c6;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 25px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}

.top-row>div {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.top-row>div:last-child {
  margin: 0;
}

.reminder-custom{
  position: relative!important;
  border: transparent!important;

}

.reminder-custom:after {
display: none!important;
}

.button {
  border: 0;
  outline: none;
  padding: 10px 8px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #75c4c6;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  border-radius: 4px;
}

.button:hover,
.button:focus {
  background: #75c4c6;
}

.button-nextBtn {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 4px 8px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #75c4c6;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  border-radius: 4px;
}

.button-nextBtn:hover,
.button-nextBtn:focus {
  background: #75c4c6;
}

.button-prevBtn {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 4px 8px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #e9e9e9;
  color: #999;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  border-radius: 4px;
}

.button-prevBtn :hover,
.button-prevBtn :focus {
  background: #75c4c6;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}


/*==========  Steps   =========*/


/* Style the form */

#regForm {
  /*background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;*/
}


/* Style the input fields */


/*input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}*/


/* Mark input boxes that gets an error on validation: */

input.invalid {
  background-color: #ffdddd;
}


/* Hide all steps by default: */

.tab {
  display: none;
}


/* Make circles that indicate the steps of the form: */

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}


/* Mark the active step: */

.step.active {
  opacity: 1;
}


/* Mark the steps that are finished and valid: */

.step.finish {
  background-color: #75c4c6;
}


/*==========  Non-Mobile First Method  ==========*/



.login .mt-checkbox>span:after {
  border-color: #2f353b;
}
.position-btn-next{
  float:right;
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .loginv2-inscription .content {
    margin: auto;
    width: 600px;
  }
  .content-bg-inscription {
    width: 100%;
  }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  /*Page de login*/
  .loginv2-connexion .content {
    /* padding: 30px;*/
    width: 270px;
  }
  .loginv2-connexion-content-bg {
    width: 270px;
    margin: 0 auto;
  }
  .loginv2-connexion .content {
    margin: 50px auto 20px !important;
  }
  .logo-form {
    width: 200px
  }
  .loginv2-logo-form-iinscription {
    width: 200px
  }
  .tab-group li a {
    font-size: 15px;
  }
  input,
  textarea {
    font-size: 15px;
  }
  label {
    font-size: 15px;
  }
  .remembermespan {
    font-size: 15px;
  }
  .button {
    font-size: 1.2em;
  }
  /*Page inscription*/
  .top-row>div {
    float: none;
    width: 100%;
    /* margin-right: 4%; */
  }
  .top-row>div:last-child {
    margin: 25px 0;
  }
  .loginv2-inscription .content {
    margin: 15px;
    width: 320px;
  }
  .content-bg-inscription {
    width: 100%;
  }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
  .loginv2-inscription .content {
    margin: 15px;
    width: 280px;
  }
  .content-bg-inscription {
    width: 100%;
  }
}
