refactor: mise à jour des couleurs des badges et ajustements de style dans les fichiers CSS et HTML

This commit is contained in:
Boris Waaub
2026-02-05 11:42:02 +01:00
parent 56dfa4c0ab
commit eccf151099
14 changed files with 70 additions and 70 deletions

View File

@@ -1,3 +1,27 @@
.badge-generation-document {
--badge-color: #D50B51;
}
.badge-rapport-rgpd {
--badge-color: #43B09B;
}
.badge-rapports-statistiques {
--badge-color: #C9B99E;
}
.badge-suivi-accompagnements {
--badge-color: #EDC74B;
}
.badge-suivi-decisions {
--badge-color: #a0dcff;
}
.badge-suivi-usagers {
--badge-color: #333333;
}
@font-face {
font-family: "Lato", Arial;
src: url("assets/fonts/Lato/Lato-Regular.ttf") format("truetype");
@@ -12,13 +36,13 @@ body .highlight {
padding: 0.25rem;
}
body .highlight-1 {
background-color: rgba(67, 178, 157, 0.61);
background-color: #43B09B;
}
body .highlight-2 {
background-color: #e57469;
background-color: #D50B51;
}
body .highlight-3 {
background-color: #f1d275;
background-color: #EDC74B;
}
header.header {
@@ -26,7 +50,7 @@ header.header {
}
footer.footer {
background-color: rgba(67, 178, 157, 0.61);
background-color: #43B09B;
}
.chill-pres {
@@ -39,8 +63,8 @@ footer.footer {
color: white;
}
.navbar .btn-primary:hover {
background-color: #e89463;
border: 1px solid #e89463;
background-color: #E27A3E;
border: 1px solid #E27A3E;
}
.navbar .lang-select {
color: white;
@@ -50,7 +74,7 @@ section.hero {
background-color: #0d242e;
}
section.hero h1 {
color: rgba(67, 178, 157, 0.61);
color: #43B09B;
}
section.section-1 {
background-color: white;
@@ -113,7 +137,7 @@ section.section-4 .btn-primary {
left: 28%;
}
section.section-5 {
background-color: rgba(67, 178, 157, 0.11);
background-color: rgba(67, 176, 155, 0.5);
}
section.section-6 {
background-color: #0d242e !important;
@@ -218,7 +242,7 @@ section.li-block.section-1 ul li:nth-child(3):before {
left: 44%;
top: -60%;
margin-left: -35px;
background-color: #e89463;
background-color: #E27A3E;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
z-index: 0;
border-radius: 0;
@@ -288,7 +312,7 @@ section.li-block.section-5 .container .row ul li:hover {
color: #ffffff;
}
section.li-block.section-5 .container .row ul li:hover h5 {
color: #efefef;
color: #EBEBEB;
}
section.li-block.section-5 .container .row ul li h5 {
color: #0d242e;
@@ -323,19 +347,19 @@ section.dark p {
}
.bord-1 {
border-left: 4px solid #e89463;
border-left: 4px solid #E27A3E;
}
.bord-2 {
border-left: 4px solid #d3c7b1;
border-left: 4px solid #C9B99E;
}
.bord-3 {
border-left: 4px solid #f1d275;
border-left: 4px solid #EDC74B;
}
.bord-4 {
border-left: 4px solid rgba(67, 178, 157, 0.61);
border-left: 4px solid #43B09B;
}
.chapo {
@@ -356,7 +380,7 @@ section.dark p {
margin: 10px auto;
width: 15%;
height: 6px;
background: #dc516d;
background: #DE4849;
}
figure.image {
@@ -484,36 +508,5 @@ figure.image img {
width: 300px;
}
}
.badge-chill-blue {
--badge-color: #334d5c;
}
.badge-chill-green {
--badge-color: rgba(67, 178, 157, 0.61);
}
.badge-chill-beige {
--badge-color: #d3c7b1;
}
.badge-chill-red {
--badge-color: #dc516d;
}
.badge-chill-pink {
--badge-color: #e57469;
}
.badge-chill-orange {
--badge-color: #e89463;
}
.badge-chill-lightgray {
--badge-color: #efefef;
}
.badge-chill-yellow {
--badge-color: #f1d275;
}
/*# sourceMappingURL=custom.css.map */