p{
    color: #333333;
    font-family: 'lato','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
p{
    font-size: 14px;
}

footer .text-white  p, footer .text-white a{
    color: white !important;
}

@media screen and (max-width: 900px){
    .card{
        width: 500px !important;
    }
    .site-scanner-form,.result-site-scanner-form{
        padding: 5px 10px !important;
    }
}
.site-scanner-form, .result-site-scanner-form{
    padding: 50px 100px ;
}
nav a,nav button{
    color: #126a96 !important;
    bottom: 0px;
}
/***  background   ***/
.bg-erreur{
background-color: rgb(233, 169, 182);
}

/********  button    ******/
.btn-voir, .btn-active{
  background: #126a96;
  color: white;

}
.btn-voir:hover, .btn-active:hover{
    background: #114c69fa;
    color: white;

  }
.btn-outline-white {
    color: white;
    border: 1px solid white;
}
.btn-outline-white:hover {
    color: #126a96;
    background-color:  white;
}
.text-blue-logo{
    color:#126a96 !important;
}
.text-orange-logo{
    color:#f19f3e !important;
}
.bg-blue-logo{
background-color: #126a96;
}
.bg-orange-logo{
    background-color: #f19f3e;
    }
.form-check-input:checked {
    background-color: #f19f3e;
    border-color: #f19f3e;
}

.nav-tabs .active,.nav-tabs .show,.tab-content,.transaction .nb_page,.transaction table thead td
{
    background-color: #126a9631 !important;
}

.projects .project{
    background-color: #126a9616 !important;
}

.btn-outline{
    background-color: white;
    border: #126a96 1px solid;
    color: #126a96;
    border-radius: 10px;
}
.btn-outline:hover{
    background-color: #126a96;
    border: white 1px solid;
    color: #ffffff;
    border-radius: 10px;
}
footer{
    margin-left: 0px;
    margin-right: 0px;
}
footer hr{
   background-color: #f19f3e;
   height: 1px;
}
.content{
    min-height: 600px;
}
.project a, header button{
  text-decoration: none !important;
  color: #333;
}

.active>.page-link{
    background-color: #126a96 ;
    color: white !important;
    border: 1px solid #126a96;
}
.form-control:focus,input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #126a96;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #126a9648;
}

.btn-outline-danger{
    border-radius: 10px;
}
button.active{
   border-bottom: 0px !important;
   margin-bottom: 0px !important;
}

.nav-tabs li button{
    background-color: #fafafa !important;
    border:1px solid #126a9691 !important;
    border-bottom: 0px !important;

}
.nav-tabs li button:hover{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 0px 1px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background-color: #126a9631 !important;

}
.tab-pane{
    border:1px solid #126a9691 !important;
    border-top: 0px !important;
}
