/** Rubrique Showcase **/
.boutonDemo {
  box-shadow: none;
  border-color: #d0e7ff; }
  .boutonDemo.getYourOwn {
    border-color: white; }
    .boutonDemo.getYourOwn .text {
      font-weight: bold;
      background: white;
      color: #D8006C; }
      .boutonDemo.getYourOwn .text:before {
        background: white; }
  .boutonDemo .text {
    text-align: center;
    text-shadow: none;
    padding: 8px;
    background: #d0e7ff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
    font-size: 1.2em;
    line-height: 1.2em;
    max-height: 4em;
    color: black; }
    .boutonDemo .text:before {
      content: ' ';
      display: block;
      background: #d0e7ff;
      width: 16px;
      height: 16px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 50%;
      bottom: -8px;
      position: absolute; }
  .boutonDemo img {
    margin-top: 2em; }
  .boutonDemo p {
    bottom: 1em;
    font-size: 1em;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    color: black; }
  .boutonDemo:hover {
    border-color: #ffffff; }
    .boutonDemo:hover .text {
      background: #ffffff; }
      .boutonDemo:hover .text:before {
        background: #ffffff; }
