﻿@media screen and (max-width:640px) {
    .hide-s, .hide-l-s, .hide-m-s {
        display: none;
    }

    body {
        font-size: 13px;
    }

    .bouton-image-tab {
        float: none;
        display: inline-block;
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
    }

    .ss-menu {
        height: auto;
        padding-top: 5px;
    }

        .ss-menu a.hover-triangle {
            display: block;
            margin-left: 10px;
            padding-left: 5%;
            padding-top: 15px;
            padding-bottom: 15px;
            text-decoration: none;
            font-family: 'Asap', sans-serif;
            font-size: 11px;
            color: #fff;
        }

            .ss-menu a.hover-triangle:hover,
            .ss-menu a.actif {
                background-image: url(../images/charte/triangle-blanc-droit.png);
                background-repeat: no-repeat;
                background-position: left center;
            }

        .ss-menu a.bouton-noir {
            margin-top: 5px;
            margin-right: 10px;
        }

        .ss-menu .rechercher {
            float: none;
            margin: 7px 5px;
            padding-bottom: 5px;
        }

            .ss-menu .rechercher input[type="text"] {
                width: 100%;
            }

        .ss-menu .nouveau-projet {
            margin-top: 5px;
            margin-right: 5px;
            margin-left: 5px;
        }

            .ss-menu .nouveau-projet a {
                font-size: 10px;
            }


    .form-02 input[type="text"],
    .form-02 textarea,
    .form-02 select {
        width: 100%;
        padding: 8px;
        border-radius: 6px;
        border: solid 1px #9aa1a4;
        font-size: 12px;
        color: #172227;
        font-family: 'Asap', sans-serif;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-02 .label,
    .form-02 input[type="checkbox"] + label {
        padding-bottom: 5px;
        color: #172227;
        font-size: 12px;
        font-family: 'Asap', sans-serif;
    }

    /*Page listing*/
    .page-listing {
        margin-bottom: 20px;
    }

        .page-listing .filtre {
            padding: 10px 1%;
        }

            .page-listing .filtre > .filtre-ligne {
                padding-bottom: 10px;
            }

                .page-listing .filtre > .filtre-ligne > .filtre-label {
                    padding-bottom: 5px;
                    padding-top: 10px;
                }

                .page-listing .filtre > .filtre-ligne > .filtre-element {
                }


        .page-listing h1 {
            padding-top: 10px;
            padding-bottom: 30px;
        }

        .page-listing .content {
            padding: 15px 1%;
        }

            .page-listing .content .bouton-ajouter {
                margin-bottom: 10px;
            }



    /*listing*/
    .listing-01 .listing-item > .header {
        padding: 15px 0 15px 0;
        font-size: 10px;
    }

    .listing-01 .listing-item > .ligne-item {
        padding: 15px 5px 15px 5px;
        font-size: 10px;
    }


    .listing-03 > .header-top .control {
        float: none;
        padding-bottom: 8px;
    }

        .listing-03 > .header-top .control > .projet-actif {
            float: left;
            padding-left: 5px;
            padding-right: 0;
        }

        .listing-03 > .header-top .control a,
        .listing-03 > .header-top .control > .export {
            margin-left: 10px;
            margin-right: 0;
        }

    .listing-03 > .header-bottom {
        padding: 10px 0;
        text-align: center;
    }

        .listing-03 > .header-bottom > .colonne {
            width: 100% !important;
            display: block;
            text-align: center;
            padding: 2px;
        }

    .listing-03 > .item {
        padding: 10px 0;
    }

        .listing-03 > .item > .colonne {
            width: 100% !important;
            display: block;
            text-align: center;
        }

    .listing-03 .affichage-type {
        float: none;
        padding-top: 10px;
    }

        .listing-03 .affichage-type select {
            width: 98%;
        }

    /*Page modifier*/
    .page-modifier .content {
        padding: 20px 2%;
    }

        .page-modifier .content .form-02 {
            padding-top: 20px;
        }

            .page-modifier .content .form-02 > .ligne {
                padding-bottom: 15px;
            }

                .page-modifier .content .form-02 > .ligne.bordure-bottom-gris {
                    border-bottom: solid 1px #c0c0c0;
                    margin-bottom: 20px;
                }

            .page-modifier .content .form-02 .label {
            }

            .page-modifier .content .form-02 .element {
                margin-bottom: 5px;
                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 {
                }

                .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: 15px;
            }

    /*Header / Footer */
    header > .header-top {
        padding-right: 1%;
        padding-left: 1%;
        margin-bottom: 35px;
    }

        header > .header-top .menu-picto {
            float: right;
            margin-top: 15px;
        }

        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: 10px;
            height: 13px;
            width: 13px;
            background-repeat: no-repeat;
            background-position: center center;
        }

        header > .header-top .logo {
            float: left;
            padding-left: 10px;
            padding-top: 10px;
            max-width: 80%;
            max-height: 100px;
        }

            header > .header-top .logo img {
                max-width: 80%;
                max-height: 100px;
            }

        header > .header-top .logo-connection {
            padding-top: 31px;
            padding-left: 10px;
        }

    header > .header-bottom {
        display: none;
    }

        header > .header-bottom.actif {
            display: block;
        }

        header > .header-bottom.bleu {
            background-color: #6eb4cd;
        }



        header > .header-bottom.noir {
            background-color: #000;
        }

        header > .header-bottom.afficher {
            height: 50px;
            display: block;
        }

    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 {
        margin-top: 40px;
        padding-right: 2%;
        padding-left: 2%;
        line-height: 70px;
        background-color: #000;
        font-size: 9px;
        font-family: 'Asap', sans-serif;
        color: #c4c4c4;
    }

        footer .gauche {
            float: left;
        }

        footer .droite {
            float: right;
        }

            footer .droite a {
                margin-right: 20px;
                color: #c4c4c4;
                text-decoration: none;
            }

                footer .droite a:hover {
                    color: #fff;
                }

    /*MENU*/
    #header-menu {
        padding: 5px 1%;
    }

        #header-menu a {
            display: block;
            margin-top: 5px;
            margin-bottom: 5px;
            padding-left: 25px;
            height: 18px;
            line-height: 20px;
            text-decoration: none;
            color: #fff;
            font-size: 10px;
            text-transform: uppercase;
            background-position: left top;
            background-repeat: no-repeat;
            font-family: 'Asap', sans-serif;
        }

    /*Page de connexion*/
    #connexion {
        padding-top: 50px;
    }

    /*-- Timesheet --*/
    .timesheet-temps .content {
        padding: 30px 1%;
    }

        .timesheet-temps .content .planning-left {
        }

            .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 > .date {
            font-family: 'Asap', sans-serif;
            font-size: 26px;
            color: #000;
            text-align: center;
        }

            .timesheet-temps .content .planning-top > .date span {
                color: #9aa1a4;
            }

        .timesheet-temps .content .planning-top > .menu-calendrier {
            padding-top: 20px;
            padding-bottom: 10px;
            margin-right: auto;
            margin-left: auto;
            width: 185px;
        }

            .timesheet-temps .content .planning-top > .menu-calendrier > .jour-semaine {
                display: none;
                margin-right: 2%;
            }

            .timesheet-temps .content .planning-top > .menu-calendrier > .calendrier {
                margin-right: 2%;
                margin-left: 2%;
            }

                .timesheet-temps .content .planning-top > .menu-calendrier > .calendrier img {
                    padding: 7px;
                    height: 13px;
                    width: 13px;
                    cursor: pointer;
                }


    /*Temps*/
    #timesheet-temps-jour .content .planning-content {
        padding-top: 25px;
    }

        #timesheet-temps-jour .content .planning-content .header {
            display: none;
            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: 5px;
                padding-top: 10px;
                padding-bottom: 5px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                color: #172227;
                font-size: 11px;
                font-family: 'Asap', sans-serif;
            }

        #timesheet-temps-jour .content .planning-content .item {
            padding: 10px 5px 10px 5px;
            border-bottom: solid 1px #c0c0c0;
        }

            #timesheet-temps-jour .content .planning-content .item > .gauche {
                font-size: 12px;
                color: #000;
                font-family: 'Asap', sans-serif;
            }


            #timesheet-temps-jour .content .planning-content .item > .droite {
                padding-top: 15px;
            }

                #timesheet-temps-jour .content .planning-content .item > .droite > .bouton-demarrer {
                    float: left;
                    margin-right: 5px;
                }

                #timesheet-temps-jour .content .planning-content .item > .droite > .duree {
                    padding-top: 10px;
                    text-align: right;
                    font-size: 14px;
                    color: #000;
                    font-family: 'Asap', sans-serif;
                }

    /*Temps semaine*/
    #timesheet-temps-semaine .content .planning-content .colonne {
        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 .header {
        display: none;
    }

    #timesheet-temps-semaine .content .planning-content .colonne:first-child,
    #timesheet-temps-semaine .content .planning-content .colonne.jour-total {
        text-align: center;
    }


    #timesheet-temps-semaine .content .planning-content .colonne input[type="text"] {
    }

    #timesheet-temps-semaine .content .planning-content .item {
        padding: 10px 20px 10px 20px;
        border-bottom: solid 1px #c0c0c0;
    }

        #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 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: none;
        text-align: center;
    }


        #timesheet-temps-semaine .content .planning-content .footer .colonne {
            padding-top: 5px;
            padding-bottom: 5px;
            border: none;
        }

    #timesheet-temps-semaine .content .planning-content .boutons {
        padding-top: 20px;
        text-align: center;
    }

    /*Dépense*/
    #timesheet-depense .content {
        padding: 15px 1%;
    }

        #timesheet-depense .content .gauche .contenu .bouton-plus {
            width: 46px;
            margin-right: auto;
            margin-left: auto;
            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 {
            padding-top: 5px;
            padding-bottom: 20px;
            font-family: 'Asap', sans-serif;
            font-size: 11px;
            color: #273a43;
            text-transform: uppercase;
            text-align: center;
        }

        #timesheet-depense .content .droite {
            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 .tarif input[type="text"] {
                margin-bottom: 10px;
            }

            #timesheet-depense .content .droite select.categorie {
                float: left;
                width: 85%;
            }

            #timesheet-depense .content .droite .categorie-plus {
                float: left;
                margin-top: 3px;
            }

            #timesheet-depense .content .droite .element {
                padding-top: 2px;
                padding-bottom: 10px;
            }



            #timesheet-depense .content .droite .boutons {
                padding-top: 20px;
            }


        #timesheet-depense .content .listing {
            margin-top: 15px;
            border-top: solid 1px #c0c0c0;
        }

            #timesheet-depense .content .listing > .periode {
                padding-top: 20px;
                padding-bottom: 20px;
                font-family: 'Asap', sans-serif;
                font-size: 14px;
                color: #8b8b8b;
                text-align: center;
            }

            #timesheet-depense .content .listing > .items {
            }

                #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: 18%;
                        padding-right: 2%;
                        font-size: 11px;
                    }

                    #timesheet-depense .content .listing > .items > .item > .client {
                        float: left;
                        width: 50%;
                        font-size: 11px;
                    }

                    #timesheet-depense .content .listing > .items > .item > .prix {
                        float: right;
                        width: 18%;
                        padding-right: 2%;
                        font-size: 10px;
                        line-height: 30px;
                    }


    /*-- CLIENT / PROJET --*/
    /*Client*/
    #client-projet .content {
        padding: 20px 1% 40px 1%;
    }

        #client-projet .content .recherche-projet {
            padding-bottom: 20px;
            width: 150px;
        }

        #client-projet .content .degrade-gris div {
            border: none;
        }

    /*Créer un projet*/
    #projet-creer .content .form-02 > .ligne > .ligne.budget {
        line-height: 20px;
    }

    #projet-creer .content .form-02 .element > .budget-heure {
        width: 80px;
    }

    #projet-creer .content .form-02 .element > .budget-alerte {
        width: 40px;
    }

    #projet-creer .content .form-02 > .listing {
    }

        #projet-creer .content .form-02 > .listing .border-top {
            border-top: solid 1px #273a43;
        }

        #projet-creer .content .form-02 > .listing > .header {
            padding: 10px;
            background-color: #d2dde2;
            font-family: 'Asap', sans-serif;
            color: #172227;
        }

            #projet-creer .content .form-02 > .listing > .header > .gauche {
                float: left;
                font-size: 14px;
                line-height: 27px;
            }

            #projet-creer .content .form-02 > .listing > .header > .droite {
                float: right;
                text-align: center;
            }

                #projet-creer .content .form-02 > .listing > .header > .droite.tache {
                    padding-right: 5px;
                }

                #projet-creer .content .form-02 > .listing > .header > .droite.equipe {
                    padding-right: 35px;
                }

                #projet-creer .content .form-02 > .listing > .header > .droite a {
                    text-decoration: none;
                    color: #172227;
                    font-size: 12px;
                }

        #projet-creer .content .form-02 > .listing > .item {
            padding: 5px 60px 5px 10px;
        }

            #projet-creer .content .form-02 > .listing > .item a.croix {
                float: left;
                margin-right: 25px;
                margin-top: 5px;
                width: 22px;
                height: 22px;
                background-image: url('../images/charte/croix.png');
                background-position: center center;
                background-repeat: no-repeat;
            }

            #projet-creer .content .form-02 > .listing > .item > .texte {
                float: left;
                line-height: 30px;
            }

            #projet-creer .content .form-02 > .listing > .item > .photo {
                float: left;
                margin-right: 15px;
                width: 30px;
                height: 30px;
                border-radius: 3px;
                background-color: #273a43;
            }

            #projet-creer .content .form-02 > .listing > .item input[type="checkbox"] {
                float: right;
                margin-top: 8px;
            }

        #projet-creer .content .form-02 > .listing .ajouter-tache {
            width: 230px;
            margin-top: 10px;
            margin-bottom: 20px;
        }

    /*-- AUTRE --*/
    /*Mot de passe oublié*/
    #mot-passe-oublie .content {
        padding: 60px 2%;
    }

        #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: 30px 1%;
}

    #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: 12px;
            color: #000;
            font-family: 'Asap', sans-serif;
        }


        #reporting-temps .content > .top > .semaine select {
            margin-top: 20px;
        }

    #reporting-temps .content > .middle {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #172227;
        font-size: 14px;
        font-family: 'Asap', sans-serif;
        text-align: center;
    }

        #reporting-temps .content > .middle > .nb-heure {
            padding-bottom: 25px;
        }

        #reporting-temps .content > .middle > .heure-facturable {
            padding-bottom: 15px;
        }

        #reporting-temps .content > .middle > .montant-facturable {
            float: left;
            padding-top: 15px;
            width: 50%;
        }

        #reporting-temps .content > .middle > .montant-facture {
            float: left;
            padding-top: 15px;
            width: 50%;
        }

    #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: 5px;
            }

                #reporting-temps .content > .bottom > .header-top nav a {
                    display: inline-block;
                    padding: 10px 15px;
                    border-top-left-radius: 3px;
                    border-top-right-radius: 3px;
                    text-decoration: none;
                    background-color: #f7f7f7;
                    font-family: 'Asap', sans-serif;
                    font-size: 12px;
                    color: #172227;
                }

            #reporting-temps .content > .bottom > .header-top .control {
                float: left;
                padding-left: 10px;
                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: 9px;
                        color: #172227;
                    }

                #reporting-temps .content > .bottom > .header-top .control > .export {
                    margin-left: 5px;
                    margin-right: 5px;
                    width: 60px;
                }

                #reporting-temps .content > .bottom > .header-top .control > .imprimer {
                    margin-right: 5px;
                    margin-left: 5px;
                    width: 18px;
                    height: 15px;
                    background-position: center center;
                    background-repeat: no-repeat;
                }

        #reporting-temps .content > .bottom > .header-bottom {
            padding-left: 3px;
            padding-right: 3px;
            background-color: #f7f7f7;
            border: solid 1px #e9e9e9;
        }

            #reporting-temps .content > .bottom > .header-bottom > .colonne {
                min-height: 40px;
                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 3px 12px 3px;
            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: 35%;
                font-size: 8px;
            }

            #reporting-temps .content > .bottom .colonne.heure {
                width: 10%;
                text-align: center;
                font-size: 8px;
            }

            #reporting-temps .content > .bottom .colonne.pourcentage {
                width: 18%;
            }

            #reporting-temps .content > .bottom .colonne.heure-facturable {
                width: 19%;
                text-align: center;
                font-size: 8px;
            }

            #reporting-temps .content > .bottom .colonne.montant-facture {
                width: 18%;
                text-align: center;
                font-size: 8px;
            }

*/
