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-radius:15px;
    border-color:black;
    background-color:#4d4d4dff/*#DCDCDC*/;
    color:white;
    font-size:15px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    width:300px;
    height:40px;
}

.button_main_middle:hover{
    background-color:white;
    color:black;
    border-color:#00ba81ff;
}


/* 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;
}
