﻿/* 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. */

.multilinegris {
    white-space: pre-wrap;
    display: block;
    unicode-bidi: embed;
    color: #373737;
}

.table {
    background-color: white;
    border-style: none;
    text-align: left;
}

.idbatbackground {
    background-color: #FBFBFE;
}

.idbatbleunuit {
    color: #1F2744;
}

.idbatvert {
    color: #0ACF97; /*#62D396;*/
}

.idbatpastropgrosvert {
    color: #0ACF97; /*#62D396;*/
    font-size: large;
    font-weight: bold;
}

.idbatgrosvert {
    color: #0ACF97; /*#62D396;*/
    font-size: x-large;
    font-weight: bold;
}

.idbatpastropgrosgris {
    color: #373737; 
    font-size: large;
}

.idbatgrisfonce {
    color: #565E64;
}

.idbatgrisfoncegras {
    color: #565E64;
    font-weight: bold;
}

.idbatgrisclair {
    color: lightgray;
}

.idbatdesactivegrisclair {
    pointer-events: none;
    cursor: default;
    color: lightgray;
}

.idbatgris {
    color: #373737;
}

.idbatblancsurfondnoir {
    background-color: #000000;
    color: #FFFFFF;
}

.idbatnoirsurfondblanc {
    background-color: #FFFFFF;
    color: #000000;
}

.idbatnoirsurfondgris {
    color: #000000;
    background-color: #EEF2F7; /*#1b6ec2;*/
    border-color: #EEF2F7; /*#1861ac;*/
    font-size: large;
    font-weight: bold;
    width: 100%;
}

.idbatboutonimitationhyperlienvert {
    color: #0ACF97;
    background: none;
    border: none;
    /*background-color: #FBFBFE;*/ /*#1b6ec2;*/
    /*border-color: #FBFBFE;*/ /*#1861ac;*/
    font-size: x-large;
    cursor: pointer;
    position: center;
}

@media (max-width: 767px) {
    .idbatdivimage {
        background-image: none;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .btnmenu {
        background-color: white;
        border-color: lightgray;
        width: 150px;
        height: 150px;
        margin-top: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .idbatdivimage {
        background-image: url("../Images/dechetterie-640x1024.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .btnmenu {
        background-color: white;
        border-color: lightgray;
        width: 180px;
        height: 180px;
        margin-top: 20px;
        margin-left: 20px;
    }
}

@media (min-width: 1280px) and (max-width: 1919px) {
    .idbatdivimage {
        background-image: url("../Images/dechetterie-960x1440.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .btnmenu {
        background-color: white;
        border-color: lightgray;
        width: 180px;
        height: 180px;
        margin-top: 20px;
        margin-left: 20px;
    }
}

@media (min-width: 1920px) and (max-width: 2559px) {
    .idbatdivimage {
        background-image: url("../Images/dechetterie-1280x1600.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .btnmenu {
        background-color: white;
        border-color: lightgray;
        width: 180px;
        height: 180px;
        margin-top: 20px;
        margin-left: 20px;
    }
}

@media (min-width: 2560px) and (max-width: 2735px) {
    .idbatdivimage {
        background-image: url("../Images/dechetterie-1368x1824.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .btnmenu {
        background-color: white;
        border-color: lightgray;
        width: 180px;
        height: 180px;
        margin-top: 20px;
        margin-left: 20px;
    }
}

@media (min-width: 2736px) {
    .idbatdivimage {
        background-image: url("../Images/dechetterie-1920x2160.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .btnmenu {
        background-color: white;
        border-color: lightgray;
        width: 180px;
        height: 180px;
        margin-top: 20px;
        margin-left: 20px;
    }
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #000000; /*#1b6ec2;*/
    border-color: #000000; /*#1861ac;*/
}

.btn-primary-plusgros {
    color: #fff;
    background-color: #1F2744; /*#1b6ec2;*/
    border-color: #1F2744; /*#1861ac;*/
    font-size: x-large;
    font-weight: bold;
    width: 100%;
}

    .btn-primary-plusgros:hover {
        color: #fff;
        background-color: #1F2744; /*#1b6ec2;*/
        border-color: #1F2744; /*#1861ac;*/
        font-size: x-large;
        font-weight: bold;
        width: 100%;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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;
    line-height: 60px; /* Vertically center the text there */
}
