@font-face { font-family: "Roboto Slab"; src: url('../ressources/fonts/Roboto\ Slab/RobotoSlab-Regular.ttf'); } 
@font-face { font-family: "Roboto"; src: url('../ressources/fonts/Roboto/Roboto-Regular.ttf');}

html{
    background-image: url(https://www.montlucon.com/wp-content/themes/montlucon/dist/images/bkg-point-gray.jpg);
}

header .bandeau{
    background-image: url(https://www.montlucon.com/wp-content/uploads/2019/01/TEST_BANDEAU-1-1920x460.jpg);
    height: 375px;
    margin-bottom: 2em;
    text-align: right;
}

.logo{
    width: 15%;
    margin-right: 50px;
    margin-top: 40px;
}

header h2{
    font-size: 2.5em;
    color: #000;
    font-family: "Roboto Slab";
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1em;
}

body{
    background: none;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Roboto";
}

.card-header{
    background-color: #00b2a6;
}

.erreur .card-header{
    background-color: #018299;
}

.success .card-header{
    background-color: #018299;
}

.card-header h6{
    color: white;
}

footer{
    margin-top: auto;
    background-color: rgba(247, 190, 0, 0.9);
    color: white;
    padding: 5px 0;
    text-align: center;
}

footer a{
    margin: 0 20px;
}

.container{
    max-width: 1200px;
}

.btn-primary{
    border: 5px solid #00b2a6;
    background-color: white;
    color: black;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary:disabled{
    border: 5px solid #00b2a6 !important;
    background-color: #00b2a6 !important;
    color: white !important;
}

.custom-select{
    border-radius: 25px;
    height: 50px;
    margin:0;
}

form .row{
    margin-bottom: 10px;
}

.form-control-file{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9em;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type=checkbox]{
    margin-right: 10px;
}

input[type=submit]{
    margin-top: 10px;
}

#btnlogout{
    width: 100%;
}

.container h4{
    text-align: center;
}

#dataTable {
    table-layout: fixed;
    width:98%;
    margin: auto;
}

#dataTables{
    table-layout: fixed;
    width:80%;
    margin: auto;
}

#dataTable th{
    text-align: center;
}

#dataTable #actif{
    width: 2%;
    text-align: center;
}

#dataTable #table{
    width: 3%;
    text-align: center;
}

#dataTable #annee{
    width: 3%;
    text-align: center;
}

#dataTable #civilite{
    width: 5%;
    text-align: center;
}

#dataTable #naissance{
    width: 5%;
}

#dataTable #telephone{
    width: 5%;
}

#dataTable #modifier{
    width: 5%;
}

#dataTable #statut{
    width: 12%;
    text-align: center;
}

#dataTable #statut ul{
    text-align: left;
}

#dataTable #pj{
    width: 27%;
}

.alert{
    color: #994636;
    font-weight: bold;
}

#resadresse{
  text-align: center;
  color: black;
  padding: 10px;
  margin: 5px;
}

th, td {
    padding: 0px 3px;
    border: 1px dotted;
  }