.pavement {
  max-width: 1280px;
  margin: 0 auto 44px auto;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

figure.snip1253, figure.prix {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px auto;
  min-width: 250px;
  max-width: 290px;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1253 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

figure.snip1253 .image {
  max-height: 220px;
  overflow: hidden;
  text-align: center;
  /* background-color: #E2E2E2; */
}

figure.snip1253 img {
  max-width: 100%;
  margin: auto;
  vertical-align: top;
  position: relative;
}

figure.snip1253 figcaption {
  margin: -40px 15px 0;
  padding: 15px;
  position: relative;
  background-color: #ffffff;
}

figure.snip1253 .date {
  background-color: #2980b9;
  top: -5px;
  color: #fff;
  left: 15px;
  min-height: 48px;
  min-width: 48px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow:  0px 0px 9px rgba(0,0,0,1.00);
}

figure.snip1253 .date span {
  display: block;
  line-height: 24px;
}

figure.snip1253 .date .month {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}

figure.snip1253 .date .year {
  font-size: 12px;
  background-color: #000;
}

figure.snip1253 h4, figure.snip1253 h3, figure.snip1253 p {
  margin: 0;
  padding: 0;
}

figure.snip1253 h4, figure.snip1253 h3 {
  min-height: 50px;
  margin-bottom: 10px;
  margin-left: 60px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

figure.snip1253 h4.full, figure.snip1253 h3.full {
  width: 100%;
  min-height: auto;
  margin-left: 0;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

figure.snip1253 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}

figure.snip1253 footer {
  padding: 0 25px;
  background-color: #20638f;
  color: #e6e6e6;
  font-size: 0.8em;
  line-height: 30px;
  text-align: right;
}

figure.snip1253 footer > div {
  display: inline-block;
  margin-left: 10px;
}

figure.snip1253 footer i {
  color: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
}

a.plusinfo {
  position: absolute;
  width: 100%;
  bottom: 8px;
  z-index: 1;
  text-align: center;
  font-weight: bold;
}

a.fullpave {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
}

figure.snip1253:hover img, figure.snip1253.hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

img {
  border-radius: 5px;
}

img {
  border-radius: 5px;
}

figure.snip1253, figure.prix {
  -webkit-transition: all .3s linear;
  -o-transition: all 1s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -kthtml-transition: all .3s linear;
  transition: all .3s linear;
}

figure.snip1253:hover, figure.prix:hover {
  box-shadow: 0px 0px 12px rgba(0,0,0,0.70);
  cursor: pointer;
}

figure.prix h3 {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 4px;
  text-align: center;
}

figure.prix p {
  padding: 4px;
  text-align: center;
  margin-bottom: 44px;
}

ul.leaders {
  margin-top: 44px;
  margin-bottom: 44px;
  max-width: 40em;
  padding: 8px;
  overflow-x: hidden;
  list-style: none;
}

ul.leaders li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}

ul.leaders span:first-child {
  padding-right: 0.33em;
  background: white;
}

ul.leaders span + span {
  float: right;
  padding-left: 0.33em;
  background: white;
}

