﻿@media screen and (min-width:1024px) {
    .hide-l, .hide-l-m, .hide-l-s {
        display: none;
    }

    .margin-980 {
        width: 980px;
        margin-right: auto;
        margin-left: auto;
    }

    /*Page listing*/
    .page-listing {
        margin-bottom: 50px;
    }

        .page-listing .filtre {
            padding-top: 40px;
            padding-bottom: 40px;
            padding-left: 60px;
        }

            .page-listing .filtre > .filtre-ligne {
                padding-top: 10px;
                padding-bottom: 10px;
            }


                .page-listing .filtre > .filtre-ligne > .filtre-label {
                    float: left;
                    width: 16%;
                    padding-top: 5px;
                    margin-right: 2%;
                }

                .page-listing .filtre > .filtre-ligne > .filtre-element {
                    float: left;
                    width: 28%;
                    margin-right: 4%;
                }

        .page-listing h1 {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .page-listing .content {
            padding-left: 100px;
        }

            .page-listing .content .bouton-ajouter {
                margin-bottom: 10px;
            }


    /*Page modifier*/
    .page-modifier .content {
        padding-top: 40px;
        padding-left: 90px;
        padding-bottom: 45px;
    }

        .page-modifier .content .form-02 {
            padding-top: 40px;
        }

            .page-modifier .content .form-02 > .ligne {
                padding-bottom: 24px;
            }

                .page-modifier .content .form-02 > .ligne.bordure-bottom-gris {
                    border-bottom: solid 1px #c0c0c0;
                    margin-bottom: 20px;
                }


            .page-modifier .content .form-02 .drapeau {
                margin-top: 3px;
                width: 18px;
                height: 12px;
            }

            .page-modifier .content .form-02 .label {
                float: left;
                width: 180px;
            }


                .page-modifier .content .form-02 .label.pj {
                    padding-top: 10px;
                }

            .page-modifier .content .form-02 .element {
                float: left;
                padding-right: 15px;
                font-size: 12px;
                color: #172227;
                font-family: 'Asap', sans-serif;
            }


                .page-modifier .content .form-02 .element input[type="text"],
                .page-modifier .content .form-02 .element input[type="password"],
                .page-modifier .content .form-02 .element select,
                .page-modifier .content .form-02 .element textarea {
                    width: 425px;
                }

                .page-modifier .content .form-02 .element > .date {
                    position: relative;
                    display: inline-block;
                }

                    .page-modifier .content .form-02 .element > .date input[type="text"] {
                        width: 125px;
                    }

                .page-modifier .content .form-02 .element > .date-text {
                    display: inline-block;
                    line-height: 28px;
                    padding-right: 10px;
                    padding-left: 10px;
                }

                .page-modifier .content .form-02 .element > .date > .calendrier {
                    position: absolute;
                    right: 10px;
                    top: 8px;
                    width: 13px;
                    height: 13px;
                    background-position: center center;
                    background-repeat: no-repeat;
                }


            .page-modifier .content .form-02 > .boutons {
                padding-top: 35px;
            }


    /*Header / Footer */
    header > .header-top {
        margin-bottom: 35px;
    }

        header > .header-top .connection > .utilisateur-connecter {
            float: right;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 20px;
            background-image: url('../images/charte/login-mini.png');
            background-repeat: no-repeat;
            background-position: left center;
            font-size: 10px;
            font-family: 'Asap', sans-serif;
            color: #706f6f;
        }

        header > .header-top .connection .deconnection {
            float: right;
            margin-top: 10px;
            margin-left: 12px;
            height: 13px;
            width: 13px;
            background-repeat: no-repeat;
            background-position: center center;
        }

        header > .header-top .logo {
            float: left;
            padding-left: 15px;
            max-width: 400px;
            max-height: 100px;
        }

            header > .header-top .logo img {
            max-width: 400px;
            max-height: 100px;
            }

        header > .header-top .logo-connection {
            padding-top: 31px;
            padding-left: 15px;
        }

    header > .header-bottom {
        height: 60px;
    }

        header > .header-bottom.bleu {
            background-color: #6eb4cd;
        }

        header > .header-bottom.noir {
            background-color: #000;
        }

    header > .connexion {
        line-height: 35px;
        background-color: #6eb4cd;
    }

        header > .connexion .texte {
            padding-left: 35px;
            font-size: 12px;
            font-family: 'Asap', sans-serif;
            color: #fff;
        }

    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        line-height: 70px;
        background-color: #000;
        font-family: 'Asap', sans-serif;
        color: #c4c4c4;
    }

        footer .gauche {
            float: left;
        }

        footer .droite {
            float: right;
            padding-right: 55px;
        }

            footer .droite a {
                margin-right: 40px;
                color: #c4c4c4;
                text-decoration: none;
            }

                footer .droite a:hover {
                    color: #fff;
                }

    /*MENU*/
    #header-menu a {
        display: inline-block;
        margin-top: 20px;
        margin-right: 60px;
        padding-left: 25px;
        height: 18px;
        line-height: 20px;
        font-size: 12px;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        background-position: left top;
        background-repeat: no-repeat;
        font-family: 'Asap', sans-serif;
    }

        #header-menu a:first-child {
            margin-left: 35px;
        }

    /*Page de connexion*/
    #connexion {
        padding-top: 50px;
    }

    /*-- Timesheet --*/
    .timesheet-temps .content {
        padding-top: 60px;
        padding-bottom: 50px;
    }

        .timesheet-temps .content .planning-left {
            float: left;
            padding-top: 60px;
            width: 10%;
        }

            .timesheet-temps .content .planning-left > .position {
                margin-left: 15px;
                margin-right: 30px;
            }

                .timesheet-temps .content .planning-left > .position > a.plus-bleu {
                    display: block;
                    width: 48px;
                    margin-right: auto;
                    margin-left: auto;
                }

                .timesheet-temps .content .planning-left > .position > .nouvelle-entre {
                    padding-top: 10px;
                    color: #273a43;
                    font-family: 'Asap', sans-serif;
                    font-size: 9px;
                    text-transform: uppercase;
                    text-align: center;
                }

        .timesheet-temps .content .planning-top {
            padding-left: 100px;
            padding-bottom: 25px;
        }

            .timesheet-temps .content .planning-top > .date {
                float: left;
                font-family: 'Asap', sans-serif;
                font-size: 30px;
                color: #000;
            }

                .timesheet-temps .content .planning-top > .date span {
                    color: #9aa1a4;
                }

            .timesheet-temps .content .planning-top > .menu-calendrier > .jour-semaine {
                margin-right: 65px;
            }

            .timesheet-temps .content .planning-top > .menu-calendrier > .calendrier {
                margin-right: 15px;
                margin-left: 15px;
            }

                .timesheet-temps .content .planning-top > .menu-calendrier > .calendrier img {
                    padding: 7px;
                    height: 13px;
                    width: 13px;
                    cursor: pointer;
                }

    /*Temps jour*/
    #timesheet-temps-jour .content .planning-content {
        float: left;
        width: 90%;
    }

        #timesheet-temps-jour .content .planning-content .header {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            text-transform: uppercase;
        }

            #timesheet-temps-jour .content .planning-content .header > .colonne {
                float: left;
                width: 12.5%;
                padding-left: 10px;
                padding-top: 10px;
                padding-bottom: 5px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                color: #172227;
                font-size: 12px;
                font-family: 'Asap', sans-serif;
            }

                #timesheet-temps-jour .content .planning-content .header > .colonne.total {
                    line-height: 28px;
                }

        #timesheet-temps-jour .content .planning-content .item {
            padding: 10px 50px 10px 20px;
            border-bottom: solid 1px #c0c0c0;
        }

            #timesheet-temps-jour .content .planning-content .item > .gauche {
                float: left;
                width: 70%;
                font-size: 12px;
                color: #000;
                font-family: 'Asap', sans-serif;
            }


            #timesheet-temps-jour .content .planning-content .item > .droite {
                float: left;
                padding-top: 5px;
                width: 30%;
            }

                #timesheet-temps-jour .content .planning-content .item > .droite > .bouton-demarrer {
                    margin-right: 20px;
                    margin-left: 20px;
                }

                #timesheet-temps-jour .content .planning-content .item > .droite > .duree {
                    float: right;
                    padding-top: 5px;
                    font-size: 18px;
                    color: #000;
                    font-family: 'Asap', sans-serif;
                }

    /*Temps semaine*/
    #timesheet-temps-semaine .content .planning-content .colonne {
        display: table-cell;
        width: 7%;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 5px;
        color: #172227;
        font-size: 12px;
        font-family: 'Asap', sans-serif;
    }

        #timesheet-temps-semaine .content .planning-content .colonne:first-child {
            width: auto;
        }

        #timesheet-temps-semaine .content .planning-content .colonne:last-child {
            width: 50px;
        }


    #timesheet-temps-semaine .content .planning-content .header {
        display: table;
        width: 100%;
        padding: 0 20px 0 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        text-transform: uppercase;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #timesheet-temps-semaine .content .planning-content .colonne input[type="text"] {
        width: 50px;
    }

    #timesheet-temps-semaine .content .planning-content .item {
        display: table;
        width: 100%;
        padding: 10px 20px 10px 20px;
        border-bottom: solid 1px #c0c0c0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        #timesheet-temps-semaine .content .planning-content .item a.croix {
            display: block;
            margin-right: auto;
            margin-left: auto;
            width: 22px;
            height: 22px;
            background-image: url('../images/charte/croix.png');
            background-position: center center;
            background-repeat: no-repeat;
        }

    #timesheet-temps-semaine .content .planning-content .footer {
        display: table;
        width: 100%;
        padding: 10px 20px 10px 20px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        #timesheet-temps-semaine .content .planning-content .footer a {
            margin-right: 10px;
        }

        #timesheet-temps-semaine .content .planning-content .footer .colonne {
            border: none;
        }

    #timesheet-temps-semaine .content .planning-content .boutons {
        padding-top: 20px;
    }

    /*Dépense*/
    #timesheet-depense .content {
        padding-bottom: 50px;
    }

        #timesheet-depense .content .gauche {
            float: left;
            width: 25%;
        }

            #timesheet-depense .content .gauche .contenu {
                padding-left: 90px;
            }

                #timesheet-depense .content .gauche .contenu .bouton-plus {
                    float: left;
                    border-radius: 6px;
                    border: solid 1px #c0c0c0;
                }

                    #timesheet-depense .content .gauche .contenu .bouton-plus a {
                        display: block;
                        width: 46px;
                        height: 46px;
                        background-repeat: no-repeat;
                        background-position: center center;
                    }

            #timesheet-depense .content .gauche .nouvelle-depense {
                float: left;
                padding-top: 15px;
                padding-left: 5px;
                font-family: 'Asap', sans-serif;
                font-size: 9px;
                color: #273a43;
                text-transform: uppercase;
            }

        #timesheet-depense .content .droite {
            margin-top: -1px;
            margin-bottom: 20px;
            padding: 15px;
            border: solid 1px #9aa1a4;
            border-radius: 3px;
            background-color: #f7f7f7;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            #timesheet-depense .content .droite.depense-ajout {
                float: left;
                width: 75%;
            }

            #timesheet-depense .content .droite .element {
                padding-bottom: 8px;
            }

            #timesheet-depense .content .droite .date {
                width: 13%;
                float: left;
                padding-right: 2%;
            }

            #timesheet-depense .content .droite .projet {
                width: 63%;
                float: left;
                padding-right: 2%;
            }

            #timesheet-depense .content .droite .tarif {
                width: 20%;
                float: left;
            }

                #timesheet-depense .content .droite .tarif input[type="text"] {
                    padding-top: 25px;
                    padding-bottom: 25px;
                    margin-bottom: 10px;
                    font-size: 20px;
                }

            #timesheet-depense .content .droite select.categorie {
                float: left;
                width: 90%;
            }

            #timesheet-depense .content .droite .categorie-plus {
                float: right;
                margin-top: 5px;
                margin-right: 5px;
            }


            #timesheet-depense .content .droite .boutons {
                padding-left: 15%;
                padding-top: 20px;
            }

                #timesheet-depense .content .droite .boutons a {
                    margin-right: 5px;
                }

        #timesheet-depense .content .listing {
            margin-top: 15px;
            margin-left: 90px;
            border-top: solid 1px #c0c0c0;
        }

            #timesheet-depense .content .listing > .periode {
                float: left;
                padding-top: 20px;
                padding-bottom: 20px;
                width: 17%;
                font-family: 'Asap', sans-serif;
                font-size: 14px;
                color: #8b8b8b;
            }

            #timesheet-depense .content .listing > .items {
                float: left;
                width: 83%;
            }

                #timesheet-depense .content .listing > .items > .item {
                    padding-top: 20px;
                    padding-bottom: 20px;
                    border-bottom: solid 1px #c0c0c0;
                    font-family: 'Asap', sans-serif;
                    color: #273a43;
                }


                    #timesheet-depense .content .listing > .items > .item > .date {
                        float: left;
                        width: 12%;
                        padding-right: 5%;
                        font-size: 14px;
                    }

                    #timesheet-depense .content .listing > .items > .item > .client {
                        float: left;
                        width: 55%;
                        font-size: 14px;
                    }

                    #timesheet-depense .content .listing > .items > .item > .prix {
                        float: right;
                        width: 15%;
                        padding-right: 3%;
                        font-size: 16px;
                        line-height: 30px;
                    }

    /*-- CLIENT / PROJET --*/
    /*Client*/
    #client-projet .content .recherche-projet {
        padding-left: 60px;
        padding-bottom: 40px;
        width: 150px;
    }

    #client-projet .content .degrade-gris div {
        border: none;
    }

    /*Créer un projet*/
    #projet-creer .content .form-02 > .ligne > .ligne.budget {
        line-height: 35px;
    }

    #projet-creer .content .form-02 .element > .client {
        width: 425px;
    }

    #projet-creer .content .form-02 .element > .nom-projet {
        width: 425px;
    }

    #projet-creer .content .form-02 .element > .note {
        width: 665px;
    }

    #projet-creer .content .form-02 .element > .budget-type {
        width: 90px;
    }

    #projet-creer .content .form-02 .element > .budget-heure {
        width: 80px;
    }

    #projet-creer .content .form-02 .element > .budget-alerte {
        width: 40px;
    }


    /*-- REPORTING --*/
    /*Reporting temps*/

    #reporting-temps .content > .listing-03 .colonne:nth-child(1) {
        width: 15%;
    }

    #reporting-temps .content > .listing-03 .colonne:nth-child(2) {
        width: 20%;
    }

    #reporting-temps .content > .listing-03 .colonne:nth-child(3) {
        width: 20%;
    }

    #reporting-temps .content > .listing-03 .colonne:nth-child(4) {
        width: auto;
    }

    #reporting-temps .content > .listing-03 .colonne:nth-child(5) {
        width: 10%;
    }

    #reporting-temps .content > .listing-03 .colonne:nth-child(6) {
        width: 10%;
    }

    #reporting-temps .content > .listing-03 .colonne:nth-child(7) {
        width: 18px;
    }

    /*Reporting Dépense*/
    #reporting-depense .content > .listing-03 .colonne:nth-child(1) {
        width: 15%;
    }

    #reporting-depense .content > .listing-03 .colonne:nth-child(2) {
        width: auto;
    }

    #reporting-depense .content > .listing-03 .colonne:nth-child(3) {
        width: 20%;
    }

    #reporting-depense .content > .listing-03 .colonne:nth-child(4) {
        width: 15%;
    }

    #reporting-depense .content > .listing-03 .colonne:nth-child(5) {
        width: 15%;
    }

    #reporting-depense .content > .listing-03 .colonne:nth-child(6) {
        width: 10%;
    }

    #reporting-depense .content > .listing-03 .colonne:nth-child(7) {
        width: 18px;
    }

    /*Reporting Synthèse*/
    #reporting-synthese .content > .listing-03 .colonne:nth-child(1) {
        width: auto;
    }

    #reporting-synthese .content > .listing-03 .colonne:nth-child(2) {
        width: 20%;
    }

    #reporting-synthese .content > .listing-03 .colonne:nth-child(3) {
        width: 10%;
    }

    #reporting-synthese .content > .listing-03 .colonne:nth-child(4) {
        width: 10%;
    }

    #reporting-synthese .content > .listing-03 .colonne:nth-child(5) {
        width: 10%;
    }

    #reporting-synthese .content > .listing-03 .colonne:nth-child(6) {
        width: 10%;
    }

    #reporting-synthese .content > .listing-03 .colonne:nth-child(7) {
        width: 10%;
    }

    /*-- AUTRE --*/
    /*Mot de passe oublié*/
    #mot-passe-oublie .content {
        padding-top: 60px;
        width: 380px;
        margin-right: auto;
        margin-left: auto;
    }

        #mot-passe-oublie .content h1 {
            padding-bottom: 30px;
        }

        #mot-passe-oublie .content p {
            font-family: 'Asap', sans-serif;
            color: #172227;
            font-size: 12px;
        }

        #mot-passe-oublie .content input[type="text"].e-mail {
            margin-bottom: 20px;
        }
}

/*
    #reporting-temps .content {
        padding-top: 50px;
        padding-left: 90px;
    }

        #reporting-temps .content > .top {
            padding-bottom: 30px;
            border-bottom: solid 1px #c0c0c0;
        }

            #reporting-temps .content > .top > .cette-semaine {
                float: left;
                padding-left: 15px;
                line-height: 30px;
                font-size: 16px;
                color: #000;
                font-family: 'Asap', sans-serif;
            }

            #reporting-temps .content > .top > .semaine {
                float: right;
                padding-right: 70px;
            }

                #reporting-temps .content > .top > .semaine select {
                    width: 130px;
                }

        #reporting-temps .content > .middle {
            padding-top: 30px;
            padding-bottom: 30px;
            color: #172227;
            font-size: 16px;
            font-family: 'Asap', sans-serif;
            text-align: center;
        }

            #reporting-temps .content > .middle > .nb-heure {
                float: left;
                padding-top: 15px;
                width: 22%;
            }

            #reporting-temps .content > .middle > .heure-facturable {
                float: left;
                width: 38%;
            }

            #reporting-temps .content > .middle > .montant-facturable {
                float: left;
                padding-top: 15px;
                width: 20%;
            }

            #reporting-temps .content > .middle > .montant-facture {
                float: left;
                padding-top: 15px;
                width: 20%;
            }

        #reporting-temps .content > .bottom {
        }

            #reporting-temps .content > .bottom > .degrade-gris > a,
            #reporting-temps .content > .bottom > .degrade-gris > div {
                border-left: none;
            }

            #reporting-temps .content > .bottom > .header-top {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
                border-bottom: none;
            }


                #reporting-temps .content > .bottom > .header-top nav {
                    float: left;
                    padding-top: 10px;
                    padding-left: 15px;
                }

                    #reporting-temps .content > .bottom > .header-top nav a {
                        display: inline-block;
                        padding: 10px 20px;
                        border-top-left-radius: 3px;
                        border-top-right-radius: 3px;
                        text-decoration: none;
                        background-color: #f7f7f7;
                        font-family: 'Asap', sans-serif;
                        font-size: 14px;
                        color: #172227;
                    }

                #reporting-temps .content > .bottom > .header-top .control {
                    float: right;
                    padding-top: 10px;
                }

                    #reporting-temps .content > .bottom > .header-top .control a,
                    #reporting-temps .content > .bottom > .header-top .control > .projet-actif,
                    #reporting-temps .content > .bottom > .header-top .control > .export {
                        float: right;
                    }

                        #reporting-temps .content > .bottom > .header-top .control > .projet-actif input[type="checkbox"] + label {
                            font-family: 'Asap', sans-serif;
                            font-size: 12px;
                            color: #172227;
                        }

                    #reporting-temps .content > .bottom > .header-top .control > .export {
                        margin-left: 40px;
                        margin-right: 10px;
                        width: 60px;
                    }

                    #reporting-temps .content > .bottom > .header-top .control > .imprimer {
                        margin-right: 5px;
                        margin-left: 10px;
                        width: 18px;
                        height: 15px;
                        background-position: center center;
                        background-repeat: no-repeat;
                    }

            #reporting-temps .content > .bottom > .header-bottom {
                padding-left: 15px;
                padding-right: 10px;
                background-color: #f7f7f7;
                border: solid 1px #e9e9e9;
            }

                #reporting-temps .content > .bottom > .header-bottom > .colonne {
                    padding-top: 12px;
                    padding-bottom: 12px;
                    border-left: solid 1px #dfdfe0;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }

                    #reporting-temps .content > .bottom > .header-bottom > .colonne:first-child {
                        border-left: none;
                    }

            #reporting-temps .content > .bottom > .item {
                padding: 12px 10px 12px 15px;
                border-bottom: solid 1px #c0c0c0;
            }

            #reporting-temps .content > .bottom .colonne {
                float: left;
                font-family: 'Asap', sans-serif;
                color: #172227;
            }

                #reporting-temps .content > .bottom .colonne.nom {
                    width: 40%;
                    font-size: 12px;
                }

                #reporting-temps .content > .bottom .colonne.heure {
                    width: 8%;
                    text-align: center;
                    font-size: 14px;
                }

                #reporting-temps .content > .bottom .colonne.pourcentage {
                    width: 18%;
                }

                #reporting-temps .content > .bottom .colonne.heure-facturable {
                    width: 17%;
                    text-align: center;
                    font-size: 14px;
                }

                #reporting-temps .content > .bottom .colonne.montant-facture {
                    width: 17%;
                    text-align: right;
                    font-size: 14px;
                }

*/
