|
@@ -43,7 +43,7 @@ b, strong, label, th {
|
|
|
|
|
|
#body {
|
|
|
background: #fff;
|
|
|
- padding-top: 5rem;
|
|
|
+ padding-top: 8rem;
|
|
|
padding-bottom: 11rem; }
|
|
|
|
|
|
.left {
|
|
@@ -889,6 +889,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|
|
padding-right: 2rem; } }
|
|
|
|
|
|
.callout {
|
|
|
+ filter: opacity(0.75);
|
|
|
position: relative;
|
|
|
z-index: 1;
|
|
|
padding-top: 0.5rem;
|
|
@@ -1051,7 +1052,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|
|
display: none; } }
|
|
|
|
|
|
.gouvernance {
|
|
|
- background-color: #404040;
|
|
|
+ background-color: #000;
|
|
|
+ filter: opacity(0.75);
|
|
|
color: #ffffff;
|
|
|
text-transform: uppercase;
|
|
|
padding-bottom: 6rem;
|
|
@@ -1438,7 +1440,6 @@ button:focus {
|
|
|
|
|
|
.callout {
|
|
|
background: #000;
|
|
|
- filter: opacity(0.75);
|
|
|
color: #fff;
|
|
|
padding: 4rem 0.938rem; }
|
|
|
@media only all and (max-width: 59.938em) {
|