.btn.btn-primary{
    background-color:#006699 ;
    color:#f8f5f5 ;
    width:100%;
}

#button-space {
    margin:48px;
}

.btnBleu{
    background-color:#006699 ;
    color:#FFCC66 ;
    width: 144px;
    height: 144px;
}

.btn {
    margin: 12px;
}

.pbtnBleu{
    background-color:#FFCC66 ;
    color:#336699;
}

.bordElem{
    border: 1px solid #c0c0c0 ;
}

wrap-footer {
    min-height:100%;
    height:auto;
    height:100%;
    margin-bottom:15vh;
    margin: 0 auto -150px;
}

.content-foot {
    position:relative;
    min-height:100%;
}


html,body {
    margin:0;
    padding:0;
}

#logoPort {
    margin-top: 24px;
}

body {
    position:relative;
    min-height: 100vh;
    padding-bottom: 120px;
}

#footerId {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height: 120px;
    background-color:#2f2f2f;
    color: #a3a3a3;
    padding-top:24px;
}
.footer li {
    list-style-type: none;
}

.w100 {
    width:100%;
}

img {
    width:100%;
    margin-top:24px;
    margin-bottom:24px;
}

.mail-contact {
    color:#a3a3a3;
    border-bottom:1px solid rgba(255, 255, 255, 0.08);
    text-decoration:none;
}
.mail-contact:hover {
    color:#dc2a0b;
    text-decoration: unset;;
}

.results {
    background-color:#b8daff;
    margin-bottom: 16px;
}

.result-title {
    margin-bottom: 16px;
}

.simu-title {
    margin-bottom: 5vh;
}

.form-group.row {
    margin-right:0;
}

.res .btn {
    margin:0;
}

.navbar-dark .bg-dark {
    background-color: #2f2f2f ;
    color:red;
}

#reduceSize {
    height:40px;
}

.icon-button {
    cursor: pointer;
    padding:8px
}
.icon-danger {
    color:red;
    margin-left:16px;
}
.icon-primary {
    color: var(--blue);
}
.icon-success {
    color: var(--green);
}
td>p {
    margin-bottom:0;
    font-size:12px;
    line-height: 12px;
}
.table td {
    vertical-align: middle;
    padding: 4px 0 0 12px;
}
.table tr {
    line-height: 8px;
}
.login-page {
    background-image: url('./images/Fotolia_68815727_M.JPG');
    background-size: 100% auto;
}
.login-div {
    margin-top:20vh;
    background-color: white;
    opacity:90%;
    border:1px solid black;
    border-radius: 30px;
}
.form-control {
    opacity:100%;
}

.disable-line {
    vertical-align: middle;
}

.mbot-5 {
    margin-bottom:1%;
}