.nav-entreprise>ul {
    padding-left: 0;
}

.nav-entreprise li{
    list-style: none;
    display: inline-block;
    padding: 10px;
}

.nav-entreprise>ul>li>a {
    text-decoration: none;
    color: black;
    padding: 15px;
    
}

.form-error {
    color: #a94442;
}

.nav-entreprise>ul>li>a:hover {
    color: red;
}

.boutons .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #363636;
}

.btn-inverse:hover {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}

.fiche-entreprise .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.offre .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.parent-btn {
    margin-bottom: -5px;
}

.entreprise, .correspondant, .offre {
    border: solid 2px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.correspondants-et-offres {
    display: flex;
    justify-content: space-between;
}

.correspondants-et-offres > div {
    flex: 1 0 0;
}

.correspondants-et-offres > div:nth-child(2) {
    margin-left: 20px;
}

#depts {
    list-style: none;
    padding-left: 10px;
}

.offre-depts {
    display: inline-block;
    border: black solid 2px;
    border-radius: 5px;
    padding: 1px;
}

.offre-recue {
    display: flex;
    justify-content: space-between;
}

#sirene-data {
    border: solid 2px;
    border-radius: 10px;
    padding: 10px;
}