@charset "utf-8";
/* CSS Document */

.ctaa {
  border: 1px solid transparent;
  background: #f64b7f;
  outline: none;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font: bold 14px "Gotham", Arial, Sans-serif;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.4s ease 0s;
  padding: 10px 30px;
  margin: 10px 20px;
  border: 1px solid transparent;
  float: right;
  cursor: pointer;
  text-decoration: none;
  font-weight; bold;
}

.ctaa:hover {
  text-decoration: none;
  font-weight: bold;
  background: #ffffff;
  color: #f64b7f;
}

.play {
  border-radius: 4px;
  border: 1px solid #b5b5b5;
  height: 73px;
  background: #fff url('../../img/picto-video.png?1419438750') 27px 7px no-repeat;
  padding: 0 35px 0 100px;
  font: normal 22px "Gotham Book", Arial, Sans-serif;
  color: #454545;
  cursor: pointer;
  transition: all 0.4s ease 0s;  border: 1px solid transparent;
  outline: none;
  text-decoration: none;
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.play:hover {
    background-color: #b5b5b5;
    color: #fff;
}

