body {
  background-image: url("../images/xmas/jouerauxmeilleursjeux-xmas-bg.jpg") !important;
}
#xmas-banner {
  margin-top: 40px;
  margin-bottom: 40px;
}
#xmas-banner > div {
  background-color: #266b4a;
  background-image: url(../images/xmas/jouerauxmeilleursjeux-xmas-intro.png);
  background-position: center -30px;
  background-size: cover;
  background-repeat: no-repeat;
  border: 5px solid #448f6b;
  border-radius: 20px;
  padding: 60px 15px 40px;
}

@media (max-width: 900px) {
  html #xmas-banner > div {
    padding: 60px 15px 10px;
    margin-bottom: -30px;
    margin-top: -20px;
  }
}
#xmas-banner .xmas-title {
  display: inline-block;
}
#xmas-banner .xmas-title h2 {
  line-height: normal;
  margin: 0 30px;
  position: relative;
}
#xmas-banner .xmas-title h2:after,
#xmas-banner .xmas-title h2:before {
  content: "";
  display: block;
  width: 26px;
  height: 41px;
  position: absolute;
  top: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
#xmas-banner .xmas-title h2:after {
  right: -26px;
  background-image: url(../images/xmas/jouerauxmeilleursjeux-xmas-ribbon-right.png);
}
#xmas-banner .xmas-title h2:before {
  left: -26px;
  background-image: url(../images/xmas/jouerauxmeilleursjeux-xmas-ribbon-left.png);
}
#xmas-banner .xmas-title h2 span {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
#xmas-banner .xmas-title h2 span:first-child {
  color: white;
  font-size: 22px;
  padding: 4px 20px;
  background-color: #e24a0e;
}
#xmas-banner .xmas-title h2 span:last-child {
  color: white;
  font-size: 16px;
  margin-top: 5px;
}
.btn-default img {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.website-offer-content {
  position: relative;
}
.website-offer-content:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
}
.website-offer-content,
.website-info {
  font-size: 12px;
}
