body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    background: #ecf5fe;
}

h1{
  font-family: 'Anton', sans-serif;
  font-size: 35px;
  color:#18233a;
  padding-bottom:0px;
}

h2{
  font-size: 30px;
  color:#18233a;
  font-family: 'Anton', sans-serif;
  padding-bottom: 20px;
  border-bottom: 5px solid #f0f0f0;
}

h4{
  font-size: 25px;
  color:black;
  font-family: 'Anton', sans-serif;
}


label{
  font-size: 20px;
  color: #054752;
  line-height: 20px;
  word-wrap: normal;
  font-weight: 700;
  font-family: 'BenchNine', sans-serif;
}

input.form-control, select.form-control{
  height: auto;
  padding: 5px 10px;
  color: grey;
  border: 1px solid #b8b7b9;
  font-size: 16px;
}

.custom-file-input ~ .custom-file-label {
    border: 1px solid #b8b7b9;
}

input.form-control:focus, select.form-control:focus,input.custom-file-input ~ .custom-file-label:focus{
  border: 1px solid #054752;
  box-shadow: none;
}

input.form-control[placeholder] {
    font-size: 12px;
    color: #58595B;
}

.btn{
  font-size: 15px;
  font-weight: 700;
}

#boutoncv, #boutonetat{
  font-size: 12px;
  padding: 2px 2px 0px 2px;
  width: 100%;
}

#rechercher{
  padding: 0px 15px;
  font-size: 20px;
}

.btn:focus {
  box-shadow: none;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Parcourir";
}

.date_vue{
    font-size:12px;
    color:grey;
}

.identite_vue{
    font-size:14px;
    font-weight: 700;
    color:#636363;
}

.etat_vue{
    color:red;
}

.entreprise_vue{
    color:green;
}

.niveau_vue, .experience_vue, .formation_vue, .poste_vue{
  color:grey;
}

.bouton_clavier{
  font-size: 35px;
  color:#18233a;
  
  width: 100%;
  margin: 0px 0px 0px 0px;
}

#clavier td{
  font-size: 20px;
  font-family: 'Anton', sans-serif;
  color: grey;
}

#clavier td:hover{
  background: grey;
  color: white;
  cursor: pointer;
}

.nav-link{
  text-transform: uppercase;
  font-size: 14px;
}

