﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* 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%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

/*-- Personalisation --*/
/*---------------------*/
.btn-primary {
    color: #fff;
    background-color: #f18520;
    border-color: #f18520;
}
    .btn-primary:hover {
        color: #f18520;
        background-color: #fff;
        border-color: #f18520;
    }

.ss-form-control {
    width: 33%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ss-form-checkbox {
    width: calc(2.25rem + 2px);
    vertical-align: middle;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ss-control-label {
    position: relative;
    margin-bottom: 0;
    width: 33%;
    text-align: right;
}
/* Général */
/*---------*/
.titreh1 {
    display: flex;
    flex-direction: row;
    align-items: center
}
.t1-img-1 {
    height: 100px
}

.t1-img-2 {
    height: 100%
}
.t1-sep {
    width: 50px
}
.chiffres {
    text-align: right !important;
}
.gras {
    font-weight: 700;
}
.marge20 {
    padding-left:20px;
}
.general {
    width: 90%;
}
/*
.ge-violet {
    width: 100%;
    color: #7b5280;
    background-color: #5A2861;
    color: white;
    text-align: left;
    border: solid 1px;
    border-radius: 5px;
}
*/

textarea .ge-saisie {
    width: 100%;
    height: 100%
}

.ge-liste {
    width: 100%;
    border: solid;
    border-width: 1px;
}

    .ge-liste th {
        color: #7b5280;
        background-color: #f9ccff;
        border: solid;
        border-width: 1px;
        text-align: center;
    }

    .ge-liste td {
        color: #7b5280;
        background-color: #f1f1f1;
        border: solid;
        border-width: 1px;
        text-align: center;
    }
/* Menus */
/*-------*/
.menu_utilisateur {
    position: absolute;
    display: none;
}

.item_utilisateur {
    margin-top: 4px;
    margin-left: 25px;
}

.utilisateur {
    position: relative;
}

    .utilisateur:hover .menu_utilisateur {
        display: inline-block;
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 100000;
    }

.co-h4-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* PDF */
/*-----*/
.pdf_zone {
    position: relative;
}

.pdf_menu {
    position: absolute;
    display: none;
    text-align: left;
}

    .pdf_menu input {
        margin-top: 5px;
        margin-left: 30px !important;
    }

.pdf_zone:hover .pdf_menu {
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100000;
}

.pdf_page {
    width:100%;
    height:1.8rem;
    vertical-align:middle;
    background-color:#ffffff
}

.btn_pdf {
    background-color: #ffffff !important;
    border-width: 1px !important;
    border-color: black !important
}

.buttons {
    display: flex;
    justify-content: center;
}

    .buttons button {
        margin-left: 5px;
        margin-right: 5px;
    }

    .buttons input {
        margin-left: 5px;
        margin-right: 5px;
    }
/*bulletin*/
/*--------*/
.bulletin {
    width: 100%;
    border: 2px solid;
    border-color: black;
}
.bu-clair {
    text-align: left;
    border: 1px solid;
}
.bu-clair-centre {
    text-align: center;
    border: 1px solid;
}
.bu-normal {
    text-align: left;
    border: 1px solid;
    background-color: #f1f1f1;
}
.bu-centre {
    text-align: center;
    border: 1px solid;
    background-color: #f1f1f1;
}
.bu-chiffres {
    text-align: right;
    border: 1px solid;
}
/* Synthèse */
/*----------*/
.synthese {
    width: 90%;
    border: 2px solid;
    border-color: black;
}

.sy-separateur {
    height: 10px;
}

.sy-normal {
    text-align: left;
}

.sy-gras {
    text-align: left;
    font-weight: 600;
}

.sy-note {
    color: red;
}
/* Prévision */
/*-----------*/
.pr-col1-width {
    width: 250px;
}
.pr-col2-width {
    width: 100px;
}
.pr-cellule-width {
    width: 75px;
}
.pr-libelle {
    text-align: left;
}
.pr-titre {
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
}
.pr-sous-titre {
    text-align: left;
    font-weight: 600;
}
.pr-cellule {
    text-align: right;
}
.pr-cellule-gras {
    text-align: right;
    font-weight: 600;
}
.pr-cellule-rouge {
    text-align: right;
    color:red;
}
.pr-cellule-rouge-gras {
    text-align: right;
    color: red;
    font-weight: 600;
}
.pr-verdatre {
    color: olivedrab;
}

/* Graphique */
/*-----------*/
.gr-graphe {
    padding: 0px;
}
.gr-echelle {
    padding: 0px;
    text-align:right;
}
.gr-cellule-legende {
    vertical-align: bottom;
}
.gr-legende {
    margin-bottom: 0px;
    font-size: 0.8rem;
}
/* Synthèse V2 */
/*-------------*/
.synthese2 {
    width: 100%;
    border: 2px solid;
    border-color: black;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.s2-titre {
    font-size: 1.5rem;
    font-weight: 600;
}
.s2-item {
    display: flex;
    flex-direction: row;
}
.s2-sub1-1 {
    width: 400px;
}
.s2-sub1-2 {
    width: 145px;
}
.s2-sub1-3 {
    width: 260px;
}
.s2-sub1-4 {
    width: 90px;
}
.s2-sub2-1 {
    width: 50px;
}
.s2-sub2-1b {
    width: 100px;
}
.s2-sub2-1-2 {
    width: 600px;
}
.s2-sub2-1-3 {
    width: 740px;
}
.s2-sub2-2 {
    width: 550px;
}
.s2-sub2-2b {
    width: 500px;
}
.s2-sub2-2c {
    width: 690px;
}
/*découpage de .s2-sub2-2c*/
.s2-sub2-2c-1 {
    width: 450px;
}
/* puis reprendre s2-sub2-2d-1, s2-sub2-2d-2...*/

.s2-sub2-2d {
    width: 640px;
}
/* découpage de .s2-sub2-2d*/
.s2-sub2-2d-1 {
    width: 400px;
}
.s2-sub2-2d-2 {
    width: 100px;
}
.s2-sub2-2d-3 {
    width: 20px;
}
.s2-sub2-2d-4 {
    width: 100px;
}
.s2-sub2-2d-5 {
    width: 20px;
}

.s2-sub2-2-1 {
    width: 350px;
}
.s2-sub2-2-2 {
    width: 55px;
}
.s2-sub2-3 {
    width: 100px;
}
.s2-goutiere {
    width: 40px;
}
.s2-sub5-3 {
    width: 90px;
}
