#dossier_unique h2{
    margin-top: 10px;
}

.nav-tabs{
    margin: 0px!important;
}
.nav-tabs .nav-link{
    border: 1px solid #DC3545;
    color: #DC3545;
    padding:10px;
    margin: 5px;
    border-radius: 0px;
    font-size: 12px;
}

.nav-tabs .nav-link:hover{
    background-color: #DC3545;
    color: white;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: white;
    background-color: #DC3545;
    border: 1px solid #DC3545;
    /*font-weight: bold;*/
}
.etoile{
    color: #DC3545;
}
.col-form-label{
    font-weight: bold;
}
.form-check-input:checked{
    background-color: #DC3545;
    border-color: #DC3545;
}
#dossier_unique textarea.form-control{
    background-color: #f7f8f9;
    border: 1px solid #f7f8f9;
    border-radius: 0px;
}
#dossier_unique button.btn{
    background-color: white;
    border: 1px solid #DC3545;
    color: #DC3545;
    transition:all 0.2s ease;
    -webkit-transition:all 0.2s ease;
}
#dossier_unique button.btn:hover{
    background-color: #DC3545;
    color: white;
}

#dossier_unique input[type="date"], 
#dossier_unique select.form-control 
{
    color: #222222;
    background-color: #f7f8f9;
    border: 1px solid #f7f8f9;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}
#dossier_unique .input-group-text{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    height: 45px;
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.type_manifestation .col-2{
    width:19%;
}
.has-error{
    border: 1px solid #DC3545!important;
}
.lgbt{
    font-size: 9px;
}

@media (max-width: 600px) {
    .col-2,
    .type_manifestation .col-2,
    .col-4, 
    .col-6,
    .col-8
    {
        width:100%;
    }
}