.w-add-compte {
  width :100%;
  height: 100%;
}
.w-add-compte {
  width :100%;
  height: 100%;
  padding: 0 0 0 4px;
  box-sizing: border-box;
}
.tempo.toogleWAITT:before {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 40px);
   content: '\e839';
  color: rgb(3,98,161);
  font-family: "ocis-icon-fonts";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  font-size: 50px;
  margin-right: .2em;
  text-align: center;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
.w-add-compte form {
  width: 100%;
  height: 100%; 
}
.w-add-compte .w-add-group:first-child{
  width: calc(100% - 260px);
  margin-left: -4px;
  display: inline-block;
}

.w-add-compte .w-add-group .w-form{
  display: inline-block;
  width: 100%;
  margin-bottom: 3px; 
}
.w-add-compte .w-add-group .w-form label{
  width: 100%;
  height: 30px;
  line-height:30px;
  font-family: 'Noto Sans';
  font-size : 13px;
  color: rgb(7,116,192)
}
.w-add-compte .w-add-group .w-form .input-form-ctrl{
  display: inline-block;
  width: 100%;
  height: 35px;
  position: relative;
  top: -5px;
  border: 1px solid rgb(0,0,0,0.1);
  padding: 0 8px;
  border-radius : 3px;
  font-family: 'Noto Sans';
  font-size : 13px;
	outline: none !important;
}
.w-add-compte .w-add-group:nth-child(2){
  width: 260px;
  vertical-align: top;
  margin-left: -4px;
  display: inline-block;
  position: relative;
  padding: 30px 0 0 0;
}
.w-add-compte .submission {
  width : 100%;
   height:35px;
  line-height: 34px;
  text-align: right;
}
.w-add-compte .submit {
  display: inline-block;
  width: 130px;
  height:100%;
  line-height: 34px;
  position: relative;
  background: rgba(3,98,164,0.2);
  border-radius: 3px;
}
.w-add-compte .submit i {
   display: inline-block;
   width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  font-style: normal;
  font-family:'noto sans';
  font-size: 14px;
  text-align: center;
}

.w-add-compte .submit i.ready:before {
  content: '\e8bd';
  font-family: "ocis-icon-fonts";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
}
.w-add-compte .submit.submitWaitForSuccess i.ready{
  display: none;
}
.w-add-compte .submit.submitWaitForSuccess i.wait{
  display: block;
}
.w-add-compte .submit i.wait{
  display: none;
}
.w-add-compte .submit i.wait:before{
  content: '\e839';
  font-family: "ocis-icon-fonts";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
.w-add-compte .submit:hover {
  background: rgb(3,98,164);
 color : #fff;
}
.w-add-compte .submit input  {
  display: inline-block;
  width: 100%;
  height:100%;
  line-height: 34px;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.w-add-compte .w-add-group:nth-child(2) .w-avatar{
  position: absolute;
  display: inline-block;
  width: 210px;
  height: 200px;
  background: rgba(3,98,164,0.1);
  left: calc(50% - 80px); 
}
.w-add-compte .w-add-group:nth-child(2) .input-avatar{
  position: absolute;
  display: inline-block;
  width: 200px;
  height: 30px;
  background: rgba(3,98,164,0.1);
  left: calc(50% - 80px); 
  bottom:-230px;
  opacity: 0;
  cursor: pointer;
}
.w-add-compte .w-add-group:nth-child(2) .w-avatar:after{
  content: 'Charger image';
  position : absolute;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 29px;
  bottom: -30px;
  text-align: center;
  font-family: 'Noto Sans';
  font-size : 13px;
  background: rgba(3,98,164,0.2);
  cursor: pointer;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
