body {
    background-color: #222;
    color: #292929;
    font-family: 'Open Sans', sans-serif;
}


a.lien:link, a.lien:visited, a.lien:active {
    text-decoration: underline;
    color: #64adfc;
    outline: none;
}

a.lien:hover {
    text-decoration: underline;
}

.link-podcast {
    color: #fff;
    text-decoration: none;
}

.link-podcast:hover {
    text-decoration: none;
    color: #fff;
}

.header {
    height: 175px;
    color: #333;
    position: relative;

}

.header.header-podcast {
    background: #f90 url("../images/fond-podcast.png") no-repeat center left;
    border: 1px solid #301d00;
}

.header.header-gloire {
    background: #09f url("../images/fond-15-min-full.png") no-repeat;
    border: 1px solid #002944;
}

.header.header-classique {
    background: url("../images/fond-classique-full.png") no-repeat;
    border: 1px solid #06341e;
}

.header .logo {
    position: absolute;
    top: 30px;
    left: 100px;
    width: 180px;
    height: 112px;
}

.header.header-podcast .logo {
    background: url("../images/logo-arcade-qc-small.png") no-repeat;
}

.header.header-gloire .logo {
    height: 360px;
    left:80px;
    top:25px;
    background: url("../images/logo-arcade-qc-15-min.png") no-repeat;
}

.header.header-classique .logo {
    height: 130px;
    width:200px;
    left:80px;
    top:20px;
    background: url("../images/logo-arcade-qc-classique.png") no-repeat;
}

.header h1 {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    font-size: 72px;
    padding: 0 10px 10px 0;
}

.header.header-gloire h1 {
    font-size:60px;
}

.grille {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0;
}

.grille li {
    color: #333;
    position: relative;
    margin-top: 20px;
}

.grille li .wrapper {
    height: 175px;
}

.grille.grille-podcast li .wrapper {
    background: #f90 url("../images/liste-podcast.jpg") no-repeat center left;
    border: 1px solid #301d00;
}

.grille.grille-classique li .wrapper {
    background: #f90 url("../images/liste-classique.png") no-repeat center left;
    border: 1px solid #301d00;
}

.grille.grille-gloire li .wrapper {
    background: #f90 url("../images/grille-gloire.png") no-repeat center left;
    border: 1px solid #002944;
}

.grille h2 {
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 20px;
    left: 15px;
    right: 15px;
    padding: 0 10px;
    text-align: right;
}

.grille p {
    color: #fff;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    left: 15px;
    right: 15px;
    padding: 10px;
}

.texte {
    color:#fff;
    margin-top:20px;
}

.plateformes {
    margin-top:20px;
    font-size:18px;
    padding-left:40px;
    color:#fff;
}

.plateformes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.plateformes a {
    color:#fff;
}

.podcast {
    height: 275px;
    color: #333;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #f90 url("../images/fond-podcast.png") no-repeat;
    border: 1px solid #301d00;
}

.podcast .logo {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 301px;
    height: 187px;
    background: url("../images/logo-arcade-qc.png") no-repeat;
}

.podcast h1 {
    text-align: right;
    position: absolute;
    top: 150px;
    right: 30px;
    font-weight: 700;
    font-size: 44px;
    color: #fff;
    text-shadow: 2px 2px 0 #000;
}

.podcast:hover h1 {
    opacity: 0.65;
}

.podcast h1 small {
    display: block;
    color: #ffcf88;
    font-weight: 400;
    font-size: 0.5em;
    line-height: 1.2em;
    text-transform: uppercase;
}

.podcast:hover h1 small {
    color: #fc3;
}

.podcast .description {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    height: 275px;
}

.podcast:hover .description h2,
.podcast:hover .description p {
    opacity: 0.65;
}

.podcast .description h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 5px 0;
}

.podcast-old {
    list-style: none;
    padding: 0;
    margin: 20px 0 40px 0;
}

.barre-boutons {
    list-style: none;
    padding: 20px 0 10px 0;
}

.bouton {
    width: 360px;
    height: 46px;
    line-height: 46px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #ccc;
    display: block;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.bouton .inner {
    padding-left: 115px;
    width: 360px;
    height: 46px;
    display: block;
}

.bouton-podcast {
    background-color: #f90;
}

.bouton-podcast .inner {
    background: url("../images/btn-arcade-podcast.png") no-repeat;
    border: 1px solid #301d00;
}

.bouton-classique {
    background-color: #0d6f3f;
}

.bouton-classique .inner {
    background: url("../images/btn-arcade-classique.png") no-repeat;
    border: 1px solid #06341e;
}

.aq-blanc {
    position: absolute;
    background: url('../images/logo-arcade-qc-blanc.png') no-repeat;
    display: block;
    width: 51px;
    height: 39px;
    line-height: 46px;
    margin-right: 25px;
    top: 4px;
    left: 52px;
}

.bouton .inner:hover {
    color: #fff;
    opacity: 0.65;
}

.bouton:hover {
    text-decoration: none;
}

.bouton.bouton-podcast {
    background-color: #f90;
}

.bouton.bouton-podcast-last .inner {
    background: url("../images/btn-arcade-podcast-tous.png") no-repeat;
    color: #000;
    border-color: #06341e;
}

.bouton.bouton-podcast-last:hover {
    color: #000;
}

.bouton.bouton-classique-last .inner {
    color: #000;
    border-color: #301d00;
}

.bouton.bouton-classique-last:hover {
    color: #000;
}

.classique {
    height: 175px;
    overflow: hidden;
    position: relative;
    background: #0f9 url("../images/fond-classique.png") no-repeat;
    border: 1px solid #301d00;
}

.classique .logo {
    position: absolute;
    width: 200px;
    height: 124px;
    top: 20px;
    left: 35px;
    background: url("../images/logo-arcade-qc-classique.png") no-repeat;
}

.classique .texte {
    position: absolute;
    bottom: 10px;
}

.classique h2 {
    text-align: right;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-shadow: 2px 2px 0 #000;
    margin-bottom: 7px;
}

.classique:hover h2 {
    opacity: 0.65;
}

.classique p {
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    color: #86f1bd;
}

.classique:hover p {
    opacity: 0.65;
}

.gloire {
    position: relative;
    background: #09f url("../images/fond-15-min.png") no-repeat;
    border: 1px solid #002944;
    height: 241px;
}

.gloire .logo {
    position: absolute;
    width: 360px;
    height: 240px;
    background: url("../images/logo-arcade-qc-15-min.png") no-repeat;
}

.gloire:hover .texte {
    opacity: 0.65;
}

.gloire .texte {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

.gloire .texte h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-shadow: 2px 2px 0 #000;
}

.pied {
    color: #777;
    border-top: 1px solid #444;
    padding-top: 10px;
}

.pied ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pied a {
    color: #fff;
}

.pied .social li {
    text-align: right;
}

.pied .liens a + a {
    color: #999;
}
