﻿/*   POLICE AJOUTEES  VIA GOOGLE 
    https://fonts.googleapis.com/css?family=Acme|Raleway&display=swap

    Utilisation 
    font-family: 'Raleway', sans-serif;
    font-family: 'Acme', sans-serif;
*/


body {
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    font-family: 'Acme', sans-serif;
}


input[type=text], input[type=password], input[type=email], textarea {
    width: 100%;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    font-size: inherit;
    line-height: inherit;
}


/*
    Pour la page start.html
*/

.jeu {
    background-color: rgba(0,0,0,0.06);
    border-radius: 24px;
    padding: 24px;
    margin: 0px 24px 24px 24px
}

.part {
    border: solid 1vw rgb(255,255,255);
    border-radius: 12px;
    padding: 12px 12px 24px 12px;
    margin: 0px 0px 24px 0px
}

    .part .titre {
        font-size: 0.5em;
        margin-bottom: 1vw
    }


/*
    =================================================================


              B O D Y   F O R    P L A Y
                  P O R T R A I T


    =================================================================
*/



.body_for_play {
    z-index: 3;
    font-size: 4vw;
    line-height: 5vw
}

    .body_for_play h1 {
        display: block;
        text-align: center;
        vertical-align: middle;
        font-size: 10vw;
        line-height: 11vw
    }
    .body_for_play h2 {font-size: 7.8vw;line-height: 10.8vw}
    .body_for_play h3 {font-size: 7.6vw;line-height: 10.6vw}
    .body_for_play h4 {font-size: 7.4vw;line-height: 10.4vw}
    .body_for_play h5 {font-size: 7.2vw;line-height: 10.2vw}

    .body_for_play .timer {
        width: 100%;
        background-color: black;
        color: white;
    }
    .body_for_play .timer-table {
        display:table;
        width:inherit;
    }

    .body_for_play .timer-table-cell {
        padding: 1.5vw 2.5vw 1.5vw 2.5vw;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
       
        font-family: Arial;
        font-size: 3.5vw;
        line-height: 3.5vw;
    }

    .body_for_play .header {
        height: 200px;
        width: 100%;
        display: table;
    }

    .body_for_play .body {
        width: 100%;
        text-align: center;
        vertical-align: top;
        min-height: 1500px;
    }

    .body_for_play select {
        padding: 5px;
        background-color: #89D6E3;
        color: white;
        border: none;
        cursor: pointer;
    }

    .body_for_play .button {
        padding: 5px;
        background-color: #89D6E3;
        color: white;
        border: none;
        cursor: pointer;
    }


    .body_for_play a.button {
        display: inline-block;
        padding: 5px 10px 5px 10px;
        background-color: #89D6E3;
        color: white !important;
        /*border: none;*/
    }

    .body_for_play .button_disabled {
        padding: 5px;
        background-color: #6c6c6c;
        color: white;
        border: none;
    }

    .body_for_play .size_of_button {
        min-width: 150px;
        min-height: 150px;
        vertical-align: middle;
        text-align:center;
    }

    .body_for_play .start_block_saisie {
        background-color: rgba(0,0,0,0.05);
        border-radius: 4vw;
        padding: 4vw;
        margin: 0vw 4vw 4vw 4vw;
    }


    /* POUR INPUT TYPE FILE ==============================================*/
    /*on personnalise le label comme on veut*/
    .body_for_play .label-file {
        cursor: pointer;
        min-width: 150px;
        min-height: 150px;
        display: inline-block;
        padding: 5px 10px 5px 10px;
        background-color: #89D6E3;
        color: white !important;
        vertical-align:middle;
        /*border: none;*/
    }

    /*et on masque le input*/
    .body_for_play .input-file {
        display: none;
    }
    /* pour les videos dans ngQuill */
    .body_for_play .ql-video {
        width: 100%;
        min-height: 750px;
    }

    /* on redimensionne le truc qui tourne un truc qui tourne */
    .body_for_play .little_spinner {
        height:4vw;
        width:4vw;
    }

/*
    =================================================================


              B O D Y   F O R    P L A Y
                  L A N D S C A P E


    =================================================================
*/


@media all and (orientation: landscape) {
    .body_for_play {
        font-size: 2vw;
        line-height: 2.1vw
    }

        .body_for_play h1 {
            font-size: 3vw;
            line-height: 3.2vw
        }

        .body_for_play h2 {
            font-size: 2.8vw;
            line-height: 2.9vw
        }

        .body_for_play h3 {
            font-size: 2.6vw;
            line-height: 2.7vw
        }

        .body_for_play h4 {
            font-size: 2.4vw;
            line-height: 2.5vw
        }

        .body_for_play h5 {
            font-size: 2.2vw;
            line-height: 2.3vw
        }

        .body_for_play .little_spinner {
            height: 2vw;
            width: 2vw;
        }


}




.size_px {
    font-size: 29px;
    line-height: 35px;
}

    .size_px h1 {
        font-size: 65px;
        line-height: 69px;
    }

    .size_px h2 {
        font-size: 60vw;
        line-height: 65px;
    }

    .size_px h3 {
        font-size: 55px;
        line-height: 60px;
    }

    .size_px h4 {
        font-size: 50px;
        line-height: 54px;
    }

    .size_px h5 {
        font-size: 45px;
        line-height: 49px;
    }


    .size_px .timer-table-cell {
        padding: 12px 24px 12px 24px;
        font-size: 20px;
        line-height: 20px;
    }

    /* on redimensionne le truc qui tourne un truc qui tourne */
    .size_px .little_spinner {
        height: 35px;
        width: 35px;
    }







    .button {
        padding: 5px;
        background-color: #89D6E3;
        color: white;
        border: none;
        cursor: pointer;
    }

a.button {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    background-color: #89D6E3;
    color: white !important;
    /*border: none;*/
}

.button_negatif {
    padding: 5px;
    background-color: white;
    color: #89D6E3;
    border: none;
    cursor: pointer;
}

a.button_negatif {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    background-color: white;
    color: #89D6E3;
    /*border: none;*/
}

.button_disabled {
    padding: 5px;
    background-color: #6c6c6c;
    color: white;
    border: none;
}

.button_selected {
    padding: 5px;
    background-color: #ffdf00;
    color: black;
    border: none;
    cursor: pointer;
}


.button_helper {
    padding: 5px;
    background-color: #a2a2a2;
    color: black;
    border: none;
    cursor: pointer;
}

.button_save {
    padding: 5px;
    background-color: green;
    color: white;
    border: none;
    cursor: pointer;
}

.button_cancel {
    padding: 5px;
    background-color: orange;
    color: white;
    border: none;
    cursor: pointer;
}

.button_return {
    padding: 5px;
    background-color: cornflowerblue;
    color: white;
    border: none;
    cursor: pointer;
}

.little_spinner {
    margin: 0px;
    height: 11px;
    width: 11px;
    animation: rotate 0.8s infinite linear;
    border: 3px solid #000;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-bottom;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.headerToolbar {
    /* Position dans la page */
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 26px;
    /* colorisation */
    background-color: rgb(134,214,227);
    /* Position interne */
    text-align: left;
    padding: 6px 16px 6px 16px;
    z-index: 99;
}

    .headerToolbar.double {
        /* Position dans la page */
        height: 52px;
    }

    .headerToolbar.triple {
        /* Position dans la page */
        height: 90px;
    }


.bodyWithToolbar {
    padding-top: 38px;
}

    .bodyWithToolbar.double {
        padding-top: 60px;
    }

    .bodyWithToolbar.triple {
        padding-top: 100px;
    }

.sommaire {
    margin-bottom: 3px;
    background-color: #444444;
    color: white;
}

    .sommaire selected {
        background-color: #a2a2a2;
    }

.input_text {
    text-align: left;
    margin: 0px 6px 6px 6px;
    padding: 3px;
    border-bottom: solid 2px #89D6E3;
    background-color: rgba(0,0,0,.1)
}

    .input_text claw {
        font-weight: bold;
        font-size: 10px;
        line-height: 10px;
        color: #0a00ab;
    }

    .input_text input {
        border: none;
        background-color: transparent;
        font-size: 18px;
        line-height: 20px;
    }

    /* pour ngQuill*/
    .input_text .ql-container.ql-snow {
        border: none;
    }

    .input_text .ql-container {
        font-size: 18px;
    }

    .input_text .ql-editor {
        line-height: 24px;
    }



/* TABLEAU */
.table_none table {
    border-collapse: collapse;
    border: none;
}

.table_none th {
    border: none;
    padding: 5px 3px 5px 3px;
    vertical-align: top;
    text-align: left;
}

.table_none td {
    border: none;
    padding: 5px 3px 5px 3px;
    vertical-align: top;
    text-align: left;
}

.table_none thead {
    font-weight: bold;
}
/*.table_none tbody tr:hover{background-color:#333;}*/
.table_none tfoot {
    font-weight: bold;
}


.table_standard table {
    border-collapse: collapse;
    border: solid 1px #000;
}

.table_standard th {
    border-bottom: solid 1px #000;
    border-right: dashed 1px #CCC;
    padding: 5px 3px 5px 3px;
}

.table_standard td {
    border-bottom: solid 1px #000;
    border-right: dashed 1px #CCC;
    padding: 5px 3px 5px 3px;
}

.table_standard thead {
    font-weight: bold;
}

.table_standard tbody tr:hover {
    background-color: rgba(0,0,0,.2);
}

.table_standard tfoot {
    font-weight: bold;
}


.table_standard_with_input table {
    border-collapse: collapse;
    border: solid 1px #000;
}

.table_standard_with_input th {
    border-bottom: solid 1px #000;
    border-right: dashed 1px #CCC;
    padding: 5px 3px 5px 3px;
}

.table_standard_with_input thead td {
    padding: 5px 3px 5px 3px;
}

.table_standard_with_input tfoot td {
    padding: 5px 3px 5px 3px;
}

.table_standard_with_input tbody td {
    padding: 0px;
}

.table_standard_with_input td {
    border-bottom: solid 1px #000;
    border-right: dashed 1px #CCC;
}

.table_standard_with_input thead {
    font-weight: bold;
}

.table_standard_with_input tbody tr:hover {
    background-color: #333;
}

.table_standard_with_input tbody input {
    border: none;
    background-color: transparent;
}

.table_standard_with_input tbody select {
    border: none;
    background-color: transparent;
}


.table_standard_with_input tfoot {
    font-weight: bold;
}
