body {
  background: url('../img/low_contrast_linen_2X.png');
  color: #fff;
  font-family: 'Open Sans';
  margin: auto;
}
#container {
  position: relative;
  top: 35px;
	width: 960px; 
	margin: 0 auto;
}	

#flat-design-form{
  background: #f58020;
  margin: 130px auto;
  width: 400px;
  height: auto;
  position: relative;
  font-family: 'Open Sans';
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.75);

}


#register {
    background: #0DA1FF;
    padding-bottom: 20px;
}


#register-tab {
    background: #0DA1FF;
}



span#signup_icon {
    width: 16px;
    height: 16px;
    left: 110px;
    position: absolute;
    background: url(../img/sign-in.png)no-repeat;
    display: block;
   
}


.tabs {
  height: 40px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 6px;

}

.tabs li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
   font-size: 16px;
  padding: 15px 30px 15px 30px;
   text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}



.tabs a {
  
  float: left;
  text-decoration: none;
  color: white;
  font-size: 16px;
  padding: 15px 30px 15px 30px;
   text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);

}


form {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url]{
  width: 97.4%;
  outline: none;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 10px;
  background: #fff;
  border: none;
  color: #545454; 

   font-family: 'Open Sans';
  font-size: 13px;
}

.show {
  display: block;
}

.hide {
  display: block;
}


 h2 {
  text-shadow: 1px 1px 0px #444;
  text-align: center;
  padding-top: 15px;
}

.button-register{
    display: block;
    position: relative;
    background: #f58020;
    padding: 10px 30px;
	font-size: 14px;
    text-align: center;
    border-radius: 5px;
	font-family: 'Open Sans';
	color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border: 0;
  border-bottom: 2px solid #c36518;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #c36518;
  box-shadow: inset 0 -2px #c36518;  
  top: 40px;
  width: 160px;
}

.button-register:hover {
  background: #fb7100;
}

.button-register:active {
  margin-top: 2px;
  margin-bottom: -2px;
  box-shadow: inset 0 0px #c36518;  
}

.button-annuler{

    display: block;
    position: relative;
    background: #f58020;
    padding: 10px 30px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
  font-family: 'Open Sans';
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border: 0;
  border-bottom: 2px solid #c36518;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #c36518;
  box-shadow: inset 0 -2px #c36518;
  top: 0px;
  left: 190px;
  width: 160px;
}

.button-annuler:hover {
  background: #fb7100;

}
.button-annuler:active {
  margin-top: 2px;
  margin-bottom: -2px;
  box-shadow: inset 0 0px #c36518;  }

::-webkit-input-placeholder {
    font-size: 13px;
    font-family: 'Open Sans';
    color: #545454;
}

:-moz-placeholder {
/* Firefox 18- */
    font-size: 13px;
    font-family: 'Open Sans';
    color: #545454;
}

::-moz-placeholder {
/* Firefox 19+ */
    font-size: 13px;
    font-family: 'Open Sans';
    color: #545454;
}

:-ms-input-placeholder {
    font-size: 13px;
    font-family: 'Open Sans';
    color: #545454;
}

fieldset {
  padding-top: 10px !important;
}
.item {
    position: relative;
}

.item2{
  position: relative;
}

.item3{
  position: relative;
}

  .champ:focus{
    background-color: #cfebf6;
    font-size: 18px;
    transition: 0.3s all;
    align-content: center;
  }

.item .alert {
    float: left;
    margin: 0 0 0 20px;
    padding: 3px 10px;
    color: #FFF;
    border-radius: 3px 4px 4px 3px;
    background-color: #ef3030;
    max-width: 170px;
    white-space: pre;
    position: absolute;
    left: -15px;
    opacity: 0;
    z-index: 1;
    transition: .15s ease-out;
}

.item .alert::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-color: transparent #ef3030 transparent transparent;
    border-style: solid;
    border-width: 11px 7px;
    position: absolute;
    top: 5px;
    left: -10px;
}

.item.bad .alert {
    left: 0;
    opacity: 1;
    top: 5px;
    left: 343px;
    font-size: 12px;
    padding: 10px;
}

/*gestion champ Genre*/

.genre{
  position: relative;
  width: 100%;
  height: 45px;
  font-family: 'Open Sans';
  border-color: transparent #f58020 transparent transparent;
   transition: 0.3s all; 
   padding-left: 10px;
}

.genre:hover{
   border-style: solid;
    border-width: 11px 7px;
    transition: 0.3s all;
}


/*gestion champ type d'abonnement*/

.abonnement{
   position: relative;
   top: 10px;
  width: 100%;
  height: 45px;
  font-family: 'Open Sans';
  border-color: transparent #f58020 transparent transparent;
   transition: 0.3s all; 
   padding-left: 10px;
}

.abonnement:hover{
   border-style: solid;
    border-width: 11px 7px;
    transition: 0.3s all;
}

/*gestion champ type de payment*/

.payment{
  position: relative;
  top: 20px;
  width: 100%;
  height: 45px;
  font-family: 'Open Sans';
  border-color: transparent #f58020 transparent transparent;
   transition: 0.3s all; 
   padding-left: 10px;

}


.payment:hover{
  border-style: solid;
    border-width: 11px 7px;
    transition: 0.3s all;
}

/*gestion champ Etat de Santé*/
.etat{
  position: relative;
  top: 30px;
  width: 45%;
  height: 45px;
  font-family: 'Open Sans';
   border-color: transparent #f58020 transparent transparent;
   transition: 0.3s all; 
   padding-left: 10px;
}

.etat:hover{
	margin-top: -2px;
   border-style: solid;
   border-width: 11px 7px;
    transition: 0.3s all;
}

#champ-etat{
  position: relative;
  left: 25px;
  top: 20px;
  width: 44%;
  height: 45px;
  font-family: 'Open Sans';
 
}

   input[type="text"]:disabled {
    background-color: #ddd;
}

#champ-etat:focus{
  background-color: #cfebf6;
    font-size: 18px;
    transition: 0.3s all;
    align-content: center;
}

/*gestion champ Experience sportive*/
.experience{
position: relative;
  top: 30px;
  width: 45%;
  height: 45px;
  font-family: 'Open Sans';
   border-color: transparent #f58020 transparent transparent;
   transition: 0.3s all; 
   padding-left: 10px;
}

.experience:hover{
	margin-top: -2px;
  border-style: solid;
    border-width: 11px 7px;
    transition: 0.3s all;
}

#champ-experience{
  position: relative;
  left: 25px;
  top: 20px;
  width: 44%;
  height: 45px;
  font-family:  'Open Sans';
}

.erreur {
	border: 2px solid red;
}

@media screen and (max-width: 720px){
	
    #container {
  position: relative;
  top: 95px;
	margin: 0 auto;
	left: -278px;
	width: 906px; 
}

#flat-design-form{
 
  margin: 130px auto;
  width: 345px;
  height: auto;
  position: relative;
}

.button-register{
    display: block;
    position: relative;
     width: 140px;
}

.button-annuler{
	display: block;
    position: relative;
    left: 170px;
    width: 140px;
}

 }