/*
 * Écrans styles
 * -----------------------------
*/

/* GÉNÉRAL */

body.page-template-tpl-screen,
body.page-template-tpl-screen-live {
    border: 0 !important;
}

.ecrans-verticaux {
    max-width: 1080px !important;
    margin: 0 auto;
    padding: 0 60px;
    background-color: #ffffff;
}

.ecrans-verticaux h3,
.ecrans-verticaux h6 {
    text-align: center;
    color: #008291;
}

.ecrans-verticaux h3 {
    margin-bottom: 10px;
}

.ecrans-verticaux h6 {
    margin-bottom: 25px;
}

.ecrans-verticaux section.ecrans-programme,
.ecrans-verticaux section.ecrans-resultats {
    width: 100%;
    border-bottom: 1px solid #008291;
    padding: 30px 0;
}

.ecrans-verticaux section.ecrans-programme {
    height: 725px;
}

.ecrans-verticaux section.ecrans-programme .box-match {
    margin-bottom: 25px;
}

.ecrans-verticaux section.ecrans-programme .box-match .match {
    height: 140px;
    padding-top: 40px;
}

.ecrans-verticaux section.ecrans-programme .box-match .match:before {
    top: 40px;
    height: 90px;
}

.ecrans-verticaux section.ecrans-programme .box-match .match .heure-match {
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 1rem;
    font-weight: 700;
    color: #D66900;
}

.ecrans-verticaux section.ecrans-programme .box-match .match .zone-joueurs {
    width: 100%;
    float: none;
}

.ecrans-verticaux section.ecrans-programme .fleche {
    width: 100%;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #008291;
}

.ecrans-verticaux section.ecrans-resultats {
    height: 875px;
}

.ecrans-verticaux section.ecrans-resultats .box-match {
    margin-bottom: 35px;
}

.ecrans-verticaux section.ecrans-livescores {
    width: 100%;
    height: 320px;
    padding: 30px 0;
}

.ecrans-verticaux section.ecrans-livescores h3 {
    margin-bottom: 20px;
}
