/*
===========================
  HIDE PROMO & Largepopup
===========================
*/
body{
background: #f5f5f5;
}
#popup{
  position: fixed;
}

#large_popup {
    background-image: url("/img/Profile/PopupBackground_415x215.png");
    height: 215px;
    left: 50%;
    margin: -108px 0 0 -208px;
    position: fixed;
    top: 50%;
    visibility: hidden;
    width: 415px;
    z-index: 300;
    padding: 35px;
    background-repeat: no-repeat;
}
#large_popup h2 {
    color: #BDD700;
    width: 345px;
}
#large_popup p.message_body {
    color: #676767;
    left: 30px;
    padding: 0;
    text-align: center;
    top: 85px;
    width: 350px;
}
#large_popup p.message_body .tiny {
    font-size: 10px;
}
#large_popup #closePopUp {
    bottom: 40px;
    left: 50%;
    margin: 0 0 0 -50px;
    position: absolute;
    width: 100px;
}
/*
#large_popup{
  position: fixed;
  left: 50%;
  top: 50%;
  width: 415px;
  height: 215px;
  z-index: 300;
  margin: -108px 0 0 -208px;
  padding: 10px;
  visibility: hidden;
  background-image: url('/img/Profile/PopupBackground_415x215.png');
  background-repeat: no-repeat;
}

#large_popup #hidePromoPromo{
  position: absolute;
  left: 50%;
  bottom: 130px;
  width: 300px;
  margin: 0 0 0 -150px;
  font-weight: bold;
}

#large_popup #hidePromoSimilar{
  position: absolute;
  left: 50%;
  bottom: 100px;
  width: 300px;
  margin: 0 0 0 -150px;
}

#large_popup #hidePromoFavorite{
  position: absolute;
  left: 50%;
  bottom: 70px;
  width: 300px;
  margin: 0 0 0 -150px;
}

#large_popup #hidePromoCancel{
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 300px;
  margin: 0 0 0 -150px;
  text-align: center;
  color: #AED036;
}*/

/*
====================
   NOTIFICATION
====================
*/

#notification_favorite_added{
  position: fixed;
  margin: 0;
  padding: 0;
  width: 370px;
  height: 60px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #B3D800;
  background-color: #F8F9E9;
  outline: 2px solid #EEEEEE;
  z-index: 2;
}

#notification_favorite_added_text{
  position: absolute;
  left: 10px;
  top: 22px;
  cursor: pointer;
}

.notification .remove{
  position: absolute;
  right: 25px;
  top: 26px;
}

.notification .remove a{
  text-decoration: none;
  font-size: 10px;
  color: #AAAAAA;
  font-weight: bold;
  width: 60px;
  display: block;
  text-align: center;
}

.notification .remove a:hover{
  color:#D97F7F;
}

.notification .remove img{
  position: absolute;
  top: -15px;
  right: 23px;
  border: 0;
}
.button_purple
{
  width: 200px; 
  margin-left: -20px;
  background:  #94006C; 
  font-size: 12px; 
  font-weight: normal; 
  color: #fff; 
  text-align: center; 
  padding: 10px;
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;
  float: left;
  margin: 0;
  text-decoration: none;
}

.grandBloc{
background: #fff; 
width: 900px; 
border: 1px solid #ddd; 
}

.titreBloc{
    font-size: 24px;
    margin-top: 20px;
    margin-right: 25px;
    font-weight: normal;
}

.promo_box_fav_info{
  display: none;
}

@media all and (max-width: 550px) {
  .promo_box_fav_info{
    width: 270px;
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    padding: 0 5px;
    color: #666;
    margin-bottom: 20px;
  }
  .promo_box_fav_info a{
    color: #666;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

