2022-02-02 19:13:50 +01:00
|
|
|
.nav-entreprise>ul {
|
2022-02-03 16:53:59 +01:00
|
|
|
padding-left: 0;
|
2022-02-02 19:13:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-entreprise li{
|
|
|
|
list-style: none;
|
|
|
|
display: inline-block;
|
2022-02-03 16:53:59 +01:00
|
|
|
padding: 10px;
|
2022-02-02 19:13:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-entreprise>ul>li>a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
padding: 15px;
|
2022-02-03 16:53:59 +01:00
|
|
|
|
2022-02-02 19:13:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-entreprise>ul>li>a:hover {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2022-02-03 16:53:59 +01:00
|
|
|
.boutons .btn {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2022-01-31 18:22:54 +01:00
|
|
|
.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;
|
2022-01-31 20:09:49 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.fiche-entreprise .btn {
|
2022-02-01 18:35:48 +01:00
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
2022-01-31 20:09:49 +01:00
|
|
|
}
|
|
|
|
|
2022-02-03 16:53:59 +01:00
|
|
|
.offre .btn {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2022-01-31 20:09:49 +01:00
|
|
|
.parent-btn {
|
2022-02-01 18:35:48 +01:00
|
|
|
margin-bottom: -5px;
|
2022-01-31 20:09:49 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.entreprise, .contact, .offre {
|
|
|
|
border: solid 2px;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contacts-et-offres {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contacts-et-offres > div {
|
|
|
|
flex: 1 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contacts-et-offres > div:nth-child(2) {
|
|
|
|
margin-left: 20px;
|
2022-02-04 17:12:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#depts {
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
2022-02-14 19:42:17 +01:00
|
|
|
.offre-depts {
|
2022-02-04 17:12:56 +01:00
|
|
|
display: inline-block;
|
|
|
|
border: black solid 2px;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 1px;
|
2022-02-14 19:42:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.offre-recue {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2022-02-18 19:57:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#sirene-data {
|
|
|
|
border: solid 2px;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
2022-01-31 18:22:54 +01:00
|
|
|
}
|