/*
Theme Name: doubleGum Fondation Parking
Theme URI:
Author: écran double sàrl
Author URI: https://ecrandouble.ch
Description: doubleGum Media
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #f5f5f5;
}

/* Custom page CSS
  -------------------------------------------------- */

/* Not required for template or sticky footer method. */

body>.container {
    padding: 60px 15px 0;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.display {
    background-repeat: no-repeat;
}
.display .icon {
    margin: 0 auto;
    padding-top: 293px;
    display: block;
}
.display .label{
    position: absolute;
    left: 0;
    top: 1197px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 88px;
    text-transform: uppercase;
    margin: 0;
}
.display .logo {
    position: absolute;
    left: 85px;
    top: 1716px;
    max-width: 200px;
}
.app {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100vh;
}
.app .status {
    flex: 1;
    border: none;
    text-align: center;
    padding: 30px;
    width: 100%;
    cursor: pointer;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
}
.app .status .label {
    position: relative;
}
.app .status.active .label:after {
    content: "";
    right: 100%;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #ffffff;
    transform: translate(-15px, -15px);
}
@media (max-width: 700px) {
    .app .status {
        font-size: 35px;
    }
    .app .status .label {
        width: 100%;
        max-width: calc(100% - 60px);
        margin: 0 auto;
    }
}
@media (max-width: 450px) {
    .app .status {
        font-size: 27px;
    }
}

body.single-player,
body.page-template-template-app {
    margin: 0;
}

body.single-player main {
    height: 100vh;
}

body.single-player p {
    margin: 0;
}

.player-list {
    margin: 30px auto;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.player-item {
    width: 50%;
    padding: 30px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    background-color: #aeaeae;
}
.player-item:hover {
    color: #FFF;
    text-decoration: none;
}
