@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nXBi8Jow.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXBi8Jow.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8Jow.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBi8Jow.ttf) format('truetype');
}
body {
  padding: 40px 0;
  background: linear-gradient(to right, #1a237e, #536dfe);
  font-family: 'Work Sans', arial;
  font-size: 1em;
  color: #fff;
  text-align: center;
  line-height: 2;
  max-width: 640px;
  margin: 0 auto;
}
h1 {
  font-size: 2.4rem;
  font-weight: 200;
  text-transform: uppercase;
  color: #4fc3f7;
  margin: 0 0 40px;
  line-height: 100%;
}
h1 i {
  display: block;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.8;
}
.box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ff4081;
  display: inline-block;
  margin: 0 10px 10px;
  will-change: transform, background-color;
  backface-visibility: hidden;
}
#buttons {
  margin: 0 0 40px;
}
.button {
  position: relative;
  z-index: 999;
  border: 1px solid #4fc3f7;
  color: #4fc3f7;
  background: none;
  line-height: 100%;
  padding: 10px 15px;
  transition: all 0.2s ease;
  outline: 0;
  border-radius: 5rem;
  font-size: 0.8rem;
}
.button:hover,
.button:active {
  color: #fff;
  border-color: #fff;
}
/* LESS VARs */
/* OTHERS */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6H6Mw.ttf) format('truetype');
}
body {
  line-height: 150%;
  background: #eee;
}
h1 {
  color: #444;
  font-family: 'Pacifico', arial;
  text-transform: none;
  font-size: 2rem;
}
h1 i {
  font-family: 'Work Sans', arial;
  text-transform: uppercase;
  color: #888;
  font-size: 0.7rem;
}
h1 {
  margin-bottom: 20px;
}
.button {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #888;
  border-color: #888;
  transition: none;
  padding: 13px 30px;
  font-weight: 300;
}
.button:hover {
  background: #4fc3f7;
  border-color: #4fc3f7;
}
* {
  box-sizing: border-box;
}
i {
  display: block;
  font-style: normal;
}
img {
  display: block;
}
#playAll.playing {
  background: #9ccc65;
  border-color: #9ccc65;
  color: #fff;
}
#playAll.awesome {
  background: #f06292;
  border-color: #f06292;
  color: #fff;
}
.button.btn {
  padding: 10px 26px;
  margin: 20px 5px 40px;
  margin-top: 10px;
  transition: all 0.1s ease;
}
/*-----------------------------------------------------

	CARD

-----------------------------------------------------*/
.card {
  width: 600px;
  height: 300px;
  background: #fff;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 15px #ddd;
  display: table;
  table-layout: fixed;
  position: relative;
}
.card .left,
.card .right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  position: relative;
}
.card .left {
  background: url('/ressources/images/pexels-markusspiske-225250.jpg') center center;
  background-size: cover;
}
.card .left:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #0088ff 0%, #d5aecf 100%);
  opacity: 0.7;
}
.card .right {
  padding: 20px;
}
.card .right i {
  color: #444;
  font-weight: 300;
}
.card .right .head {
  font-size: 1.1rem;
}
.card .right .sub {
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #888;
}
.card .right .sub a {
  text-decoration: underline;
  color: #888;
}
.card .right .button {
  font-weight: 300;
  margin: 20px 0;
  background: #4fc3f7;
  border: 0;
  color: #fff;
}
.card .right a {
  text-decoration: none;
}
.card .right .buddy {
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 10px 0;
}
.card .right .stats {
  position: relative;
  margin: 20px 0;
  display: table;
  table-layout: fixed;
  font-size: 0.6rem;
  width: 100%;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border: 0;
}
.card .right .stats .stat {
  width: 33.3333%;
  display: table-cell;
  padding: 5px 0;
  letter-spacing: 0.5px;
  line-height: 1.7;
  border-left: 1px solid #ddd;
}
.card .right .stats .stat:nth-child(1) {
  border-left: 0;
}
.card .right .stats .stat i:first-child {
  color: #888;
}
.card .right .stats .stat i:nth-child(2) {
  font-size: 0.9rem;
  font-weight: 300;
  text-transform: uppercase;
}
.card .right .stats .stat i:nth-child(2) span {
  font-size: 0.55rem;
  display: block;
  color: #888;
}
.card .back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff;
  border-bottom: 3px solid #4fc3f7;
}
.card .back .inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}
.card .back i,
.card .back a {
  color: #444;
}
.card .back i {
  display: block;
  font-size: 0.8rem;
  line-height: 2;
  margin: 20px 0;
}
.card .back .head {
  font-size: 1.1rem;
  font-weight: 300;
  opacity: 1;
  transform: none;
}
.card .back .imgs {
  width: 326px;
  margin: 0 auto;
  position: relative;
}
.card .back img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  display: block;
  float: left;
  margin: 0 13px 13px 0;
}
.card .back img:nth-child(3) {
  margin-right: -27px;
}
.card .back img:nth-child(6) {
  margin-right: -27px;
}
.card .back img:nth-child(6):after {
  clear: both;
  display: block;
  content: '';
}
.card .back .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 20px;
  font-size: 3rem;
  cursor: pointer;
  font-weight: 200;
  transition: opacity 0.2s ease;
  color: #888;
}
.card .back .clear {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}
.card .back a {
  text-decoration: none;
  border-bottom: 1px solid #888;
  color: #888;
  margin-top: 20px;
}
.card .back a:hover {
  color: #444;
}
.card .back a:before {
  float: none;
  clear: both;
  display: block;
  content: ' ';
}
/*-----------------------------------------------------

	ANIMATION SPECIFICS

-----------------------------------------------------*/
.card {
  backface-visibility: hidden;
}
.popPhoto,
.buddy,
.head,
.sub,
.stats,
.card {
  opacity: 1;
}
.buddy {
  backface-visibility: hidden;
}
.back {
  border-radius: 5px;
  backface-visibility: hidden;
  transform: translateY(100%);
}
.back .close,
.back img {
  opacity: 0;
  transform: translateY(50px);
}
.back .close {
  transform: translateY(-30px);
}

