h1{
  display:flex;
  justify-content:flex-start;
}

.form_main_middle{
  display:flex;
  flex-direction:column; 
  align-items:center;
 margin:10px;
}

.button_main_middle{
  width:300px; 
  height:40px;
  margin:20px;
  border: 1px black solid;
  border-radius:4px;
}

/* Couleur utilisée pour les liens */
.navbar-nav > li > a {
 color: white;
}

/* Couleur utilisée pour les liens lorsque la souris passe dessus ou que le lien est actif */
.navbar-nav > li > .active,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
 color: orange;
}

.depannage-logo, .numerisation-logo, .ordipourtous-logo{
margin-top:20px;
}

.depannage-title, .numerisation-title, .ordipourtous-title{
margin-top:50px;
}
