/* Modification libelle langue bouton Regroupement HP EN   */
#langageEN .compListeFiltre a img + p:after {
	content: "BOOK";
    position: relative;
    display: block;
    width: 50%;
    margin: 20px auto;
    float: none;
    margin-top: 20px;
    text-align: center;
}

/* Modification libelle langue bouton Regroupement HP ES   */
#langageES .compListeFiltre a img + p:after {
	content: "RESERVAR";
	position: relative;
    display: block;
    width: 50%;
    margin: 20px auto;
    float: none;
    margin-top: 20px;
    text-align: center;
}

/*--------------------------------------------------------------------*\
            #ETAPE1 - Masquer code promo avant choix tarif
\*--------------------------------------------------------------------*/
#promoCodeForm
{
  width: auto !important;
  text-align: left;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 5px;
  float: none !important;
  clear: both;
  background: #F3F3F3;
  margin: 20px !important;
  display: none;
}

