/******************************************************************************/
/*                                     compCompte                             */
/******************************************************************************/
.compCompte .titleComposants {
  display: none !important;
}
.compteBouton a {
  color: #000;
  cursor: pointer;
  display: block;
  font-family: futura_stdbold, "Futura", "Arial", "Verdana";
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  position: absolute;
  right: 175px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 25px;
  z-index: 400;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.compteBouton a:hover {
  color: #ee3124;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.compOubliMDP .dataContentComposants .tableColonne1 {
  display: block !important;
  margin-right: 20px;
  font-family: walibi0615bold, arial, sans-serif;
  padding-bottom: 20px;
}
.compOubliMDP .btnSubmitMDP {
  padding-top: 10px;
}
.compOubliMDP .dataContentComposants .tableColonne1 .btRetour {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #e6e6e6);
  background-image: -o-linear-gradient(top, #e6e6e6, #e6e6e6);
  background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffe6e6e6', GradientType=0);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 45px;
  color: #454343;
  cursor: pointer;
  font-family: open_sanslightarial, sans-serif;
  font-size: 21px;
  height: 36px;
  line-height: 36px;
  margin-top: 30px;
  position: absolute;
}
.oubliMDP .tableColonne1,
.oubliMDP .tableColonne2 {
  float: left;
}
.compCompte .compteBouton span.mail {
  color: #F1DD52;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  right: 60px;
  text-align: right;
  text-decoration: none;
  top: 60px;
  z-index: 800;
  font-family: "open_sansregular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.compCompte .compteBouton span.mail:hover {
  color: #fff;
}
.compCompte .compteBouton .deconnection {
  color: #F1DD52 !important;
  text-decoration: none !important;
  border: none;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  right: 60px;
  text-align: right;
  text-decoration: none;
  top: 84px;
  z-index: 800;
  font-family: "open_sansregular", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
.compCompte .compteBouton .deconnection:hover {
  color: #fff !important;
}
.compCompte .compteBouton .deconnection span {
  font-family: open_sanslightarial, sans-serif;
}
