﻿
.CenterPage {
    margin: auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 580px;
    /*width: 33.3333%*/
}
/*
    .CenterPage > * {
        margin: auto;
        flex: 0 0 auto;
        width: 100%;
    }*/

h1, h2 {
    border: none;
    text-align: center
}

.Cadre {
    border: 2px solid #000000 ;
    border-radius: 5px;
    padding: 4px
}

.Center {
    text-align: center;
    padding: 4px
}

.mt-3 {
    margin-top: 1rem !important
}
.mb-3 {
    margin-bottom: 1rem !important
}

.text-center {
    text-align: center !important
}
.d-grid {
    display: grid !important
}

.gap-2 {
    gap: .5rem !important
}

.form-control {
    display: block;
    width: 95%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49,132,253,.5)
}

.Alert {
    color: red
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}


td, th {
    border: 2px solid;
}

.tdSurligné {
    background-color: aquamarine;
}

/*tdPro {
    background-color: #15e1ac;
}*/


/*Graph {
    width :100%;
    height : 250px;
}*/
