#colorbox #lb-alerte-deconnexion {
  max-height: none;
}
#colorbox #cboxContent {
  margin: 0;
  padding: 0;
}
#colorbox #cboxLoadedContent {
  padding: 1em 10px;
}
#colorbox #lb-alerte-deconnexion h2,
#colorbox #lb-alerte-expiration h2 {
  margin-bottom: 10px;
}
#colorbox #lb-alerte-deconnexion .boutons-action,
#colorbox #lb-alerte-expiration .boutons-action {
  margin-top: 1em;
  margin-bottom: 0;
}

.alert {
  margin-top: 10px;
  padding: 10px 10px 10px 32px;
  color: #3e3e3e;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border: 1px solid #cbcbcb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.alert.alert-warning {
  background-image: url(/ressources/images/a00-icone-avertissement.png);
}

.grille.promo .rangee {
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
}
.grille.promo .rangee:after {
  content: " ";
  clear: both;
  display: table;
}
.grille.promo .colonne {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.grille.promo .col-50 {
  width: 50% !important;
}

.grille.promo .rangee + .rangee {
  margin-top: 10px;
}
.grille.promo .colonne {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.grille.promo .boite {
  padding: 10px 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-sizing: content-box;
}
.grille.promo .boite:after {
  content: "";
  clear: both;
  display: table;
}
.grille.promo .bloc-promo > * { margin-top: 0; margin-bottom: 0; }
.grille.promo .bloc-promo > * + * { margin-top: 0.5em; }
.grille.promo .bloc-promo .image-gauche:first-child + * { margin-top: 0; }
.grille.promo .colonne .bloc-promo .image-gauche { width: 218px; height: 143px; }
.grille.promo .colonne.col-50 .bloc-promo .image-gauche { width: 128px; height: 128px; }

.grille.promo .avantage-membre {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  padding: 8px 10px 8px 21px;
  color: #4d4d4d;
  background-color: #ffc20e;
  font-weight: bold;
  font-size: 0.846em;
  line-height: 16px;
  text-transform: uppercase;
  border: 2px solid #ffc20e;
}
.grille.promo .avantage-membre:before {
  content: url(/ressources/images/b35-pastille-amd.png);
  display: block;
  position: absolute;
  width: 32px;
  height: 38px;
  left: -17px;
  top: -3px;
}
