input {
  outline: none;
  border: none;
}

.limiter {
    width: 100%;
    margin: 0 auto;
  }
  
  .container-login100 {
    width: 100%;  
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .wrap-login100 {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  
  
  /*------------------------------------------------------------------
  [ Form ]*/
  
  .login100-form {
    width: 100%;
  }
  
  .login100-form-title {
    display: block;
    /* font-family: Poppins-Bold; */
    font-size: 39px;
    color: rgb(100, 100, 100);
    line-height: 1.2;
    text-align: center;
  }
  
  
  .titre-inscription{
    font-weight: 600;
  }
  .titre-inscription-1{
    font-weight: 600;
    letter-spacing: 3px;
  }
  
  /*------------------------------------------------------------------
  [ Input ]*/
  
  .wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgb(177, 177, 177);
  }
  
  .label-input100 {
    /* font-family: Poppins-Regular; */
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding-left: 7px;
  }
  
  .input100 {
    /* font-family: Poppins-Medium; */
    font-size: 16px;
    color: rgb(100, 100, 100);
    line-height: 1.2;
  
    display: block;
    width: 100%;
    height: 55px;
    background: none;
    padding: 0 7px 0 43px;
  }
  
  .compte-etude{
    padding: 0;
  }
  
  /*---------------------------------------------*/
  .focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  
  .focus-input100::after {
    content: attr(data-symbol);
    font-family: Material-Design-Iconic-Font;
    color: rgb(172, 172, 172);
    font-size: 22px;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 0px);
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px;
  }
  
  .focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: orange;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  
  .input100:focus + .focus-input100::before {
    width: 100%;
  }
  
  .has-val.input100 + .focus-input100::before {
    width: 100%;
  }
  
  .input100:focus + .focus-input100::after {
    color: orange;
  }
  
  .has-val.input100 + .focus-input100::after {
    color: rgb(100, 100, 100);
  }
  
  
  /*------------------------------------------------------------------
  [ Button ]*/
  .container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
  
    box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
    -ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  }
  
  .login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #a64bf4;
    background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -moz-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    top: 0;
    left: -100%;
  
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .login100-form-btn {
    /* font-family: Poppins-Medium; */
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
  }
  
  .wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0;
  }
  

  /* Donnation */

  .wrap-input100-don {
    width: 100%;
    position: relative;
    border: 1px solid #4058a4;
    border-radius: 50px;
    background: #fff;
  }

  .input100-don {
    /* font-family: Poppins-Medium; */
    font-size: 16px;
    color: rgb(100, 100, 100);
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: none;
    padding: 0 7px 0 60px;
  }

  .input-tarif {
    /* font-family: Poppins-Medium; */
    font-size: 16px;
    color: rgb(100, 100, 100);
    line-height: 1.2;
    width: 10%;
    height: 25px;
    background: none;
    padding: 0 7px 0 60px;
  }

  .input-adherant {
    /* font-family: Poppins-Medium; */
    font-size: 16px;
    color: rgb(100, 100, 100);
    line-height: 1.2;
    width: 100%;
    height: 35px;
    background: none;
    padding: 0 7px 0 60px;
  }

  .focus-input100-don {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -2px;
    left: 15px;
    pointer-events: none;
  }
  
  .focus-input100-don::after {
    content: attr(data-symbol);
    font-family: Material-Design-Iconic-Font;
    color: rgb(172, 172, 172);
    font-size: 22px;
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 0px);
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px;
  }
/*   
  .focus-input100-don::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: orange;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  } */
  
  
  .input100-don:focus + .focus-input100-don::before {
    width: 100%;
  }
  
  .has-val.input100-don + .focus-input100-don::before {
    width: 100%;
  }
  
  .input100-don:focus + .focus-input100-don::after {
    color: #4058a4;
  }
  
  .has-val.input100-don + .focus-input100-don::after {
    color: rgb(100, 100, 100);
  }
  
.pos-cfa{
  position: absolute;
  right: 45px;
  top: 14px;
  color: rgb(212, 212, 212);
}

.input100-d {
  /* font-family: Poppins-Medium; */
  font-size: 16px;
  color: rgb(100, 100, 100);
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 55px;
  background: none;
  padding: 0 45px;
}


/* Compte  */

.wrap-input100-compte {
  /* width: 40%; */
  position: relative;
  border-radius: 50px;
  background: #EDEDED;
}

.input100-compte {
  /* font-family: Poppins-Medium; */
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 45px;
  background: none;
  padding: 0 35px;
}