2022-07-08 18:56:27 +02:00
|
|
|
/* nav */
|
|
|
|
|
|
|
|
.nav_entreprise {
|
2022-07-06 20:37:20 +02:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2022-07-08 18:56:27 +02:00
|
|
|
.nav_entreprise > ul {
|
2022-07-06 20:37:20 +02:00
|
|
|
padding: 0;
|
2022-02-02 19:13:50 +01:00
|
|
|
}
|
|
|
|
|
2022-07-08 18:56:27 +02:00
|
|
|
.nav_entreprise_item {
|
2022-02-02 19:13:50 +01:00
|
|
|
list-style: none;
|
|
|
|
display: inline-block;
|
2022-02-03 16:53:59 +01:00
|
|
|
padding: 10px;
|
2022-07-08 18:56:27 +02:00
|
|
|
margin: 2px;
|
2022-07-06 20:37:20 +02:00
|
|
|
border: 2px black solid;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
2022-07-08 18:56:27 +02:00
|
|
|
.nav_entreprise_item:hover {
|
2022-07-06 20:37:20 +02:00
|
|
|
background-color: rgb(212, 212, 212);
|
2022-02-02 19:13:50 +01:00
|
|
|
}
|
|
|
|
|
2022-07-08 18:56:27 +02:00
|
|
|
.nav_entreprise_link {
|
2022-02-02 19:13:50 +01:00
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
|
2022-07-08 18:56:27 +02:00
|
|
|
.nav_entreprise_link:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav_entreprise_link-active {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* breadcrumbs */
|
|
|
|
|
|
|
|
.breadcrumbs {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbs_item {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbs_item:not(:last-of-type)::after {
|
|
|
|
content: '\203a';
|
|
|
|
margin: 0 5px;
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbs_link {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbs_link:hover {
|
2022-07-06 20:37:20 +02:00
|
|
|
text-decoration: underline;
|
2022-07-08 18:56:27 +02:00
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumbs_link-active {
|
|
|
|
color: #333;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* form error */
|
|
|
|
|
|
|
|
.title-form-error {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #a94442;
|
2022-04-07 02:54:11 +02:00
|
|
|
}
|
|
|
|
|
2022-07-06 20:37:20 +02:00
|
|
|
.form-error {
|
|
|
|
color: #a94442;
|
2022-02-02 19:13:50 +01:00
|
|
|
}
|
|
|
|
|
2022-07-08 18:56:27 +02:00
|
|
|
/* entreprises */
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2022-04-26 20:21:56 +02:00
|
|
|
.btn-remove {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2022-05-30 18:12:26 +02:00
|
|
|
.entreprise, .correspondant, .offre, .site, .info-active {
|
|
|
|
border: solid 2px black;
|
2022-01-31 20:09:49 +01:00
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 10px;
|
2022-04-25 20:49:21 +02:00
|
|
|
margin-top: 10px;
|
2022-01-31 20:09:49 +01:00
|
|
|
}
|
|
|
|
|
2022-05-30 18:12:26 +02:00
|
|
|
.info-active {
|
|
|
|
border-color: red;
|
|
|
|
background-color: rgb(250, 220, 220);
|
|
|
|
}
|
|
|
|
|
2022-05-04 18:59:29 +02:00
|
|
|
.entreprise {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entreprise > div {
|
|
|
|
flex: 1 0 0;
|
|
|
|
}
|
|
|
|
|
2022-07-08 18:56:27 +02:00
|
|
|
.taxe-apprentissage {
|
2022-05-04 18:59:29 +02:00
|
|
|
overflow-y: scroll;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
2022-04-25 20:49:21 +02:00
|
|
|
.sites-et-offres {
|
2022-01-31 20:09:49 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2022-04-25 20:49:21 +02:00
|
|
|
.sites-et-offres > div {
|
2022-01-31 20:09:49 +01:00
|
|
|
flex: 1 0 0;
|
|
|
|
}
|
|
|
|
|
2022-04-25 20:49:21 +02:00
|
|
|
.sites-et-offres > div:nth-child(2) {
|
2022-01-31 20:09:49 +01:00
|
|
|
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-05-06 01:33:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#liste-taxes-apprentissages {
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 0;
|
2022-05-06 18:50:12 +02:00
|
|
|
}
|
|
|
|
|
2022-08-10 02:27:52 +02:00
|
|
|
#form-entreprise-filter > div {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#form-entreprise-filter > div > label {
|
2022-05-06 18:50:12 +02:00
|
|
|
margin-right: 20px;
|
2022-01-31 18:22:54 +01:00
|
|
|
}
|