/*
Theme Name: Mura - Child Theme
Theme URI: http://www.3forty.media/mura
Author: 3FortyMedia
Author URI: http://www.3forty.media
Description: Mura Child theme
Version: 1.0
Text Domain: mura
Template: mura
*/

/* Start Custom CSS */

/* Solution auto : toutes les tables du contenu */
.entry-content table {
  width: 100%;
  min-width: 600px;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
}

.entry-content th,
.entry-content td {
  white-space: nowrap;
}

a.cta {
  display: inline-block;
  background: linear-gradient(90deg, #18181a 0%, #232328 100%);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.85em 2.3em;
  border-radius: 2em;
  font-size: 1.05em;
  letter-spacing: 0.04em;
  border: 2px solid #fff;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.15);
  transition:
    background 0.18s cubic-bezier(.68,-0.55,.27,1.55),
    color 0.18s,
    border-color 0.18s,
    box-shadow 0.18s,
    transform 0.15s;
  text-align: center;
  outline: none;
  cursor: pointer;
  margin: 1.4em 0 0.7em 0;
  text-decoration: none;
}

a.cta:hover,
a.cta:focus {
  background: linear-gradient(90deg, #212124 0%, #444448 100%);
  color: #fafafa;
  border-color: #cacaca;
  box-shadow: 0 6px 32px 0 rgba(255,255,255,0.13);
  transform: translateY(-2px) scale(1.03);
  text-decoration: none;
}

/*
.jeu {
  background: #fff;
  border-radius: 1.4em;
  box-shadow: 0 4px 28px 0 rgba(0,0,0,0.10);
  max-width: 520px;
  margin: 2.2em auto 2.5em auto;
  padding: 2.1em 1.8em 2em 1.8em;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s;
}
.jeu img {
  display: block;
  margin: 0 auto 1.5em auto;
  border-radius: 1.1em;
  max-width: 440px;
  width: 100%;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.12);
}
.jeu h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.7em;
  margin-top: 0;
  text-align: center;
}
.jeu p {
  font-size: 1.09em;
  color: #222;
  margin-bottom: 1.6em;
  line-height: 1.6;
  text-align: center;
}
.jeu a.cta {
  display: inline-block;
  margin: 0 auto;
}

@media (max-width: 650px) {
  .jeu {
    padding: 1.1em 0.5em 1.3em 0.5em;
    max-width: 98vw;
  }
  .jeu img {
    max-width: 100%;
  }
  .jeu h2 {
    font-size: 1.18em;
  }
  .jeu p {
    font-size: 1em;
  }
}
