|
@@ -975,11 +975,13 @@ a {
|
|
|
display: flex;
|
|
|
flex-direction: column; }
|
|
|
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(1) {
|
|
|
+ order: 3; }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(2) {
|
|
|
order: 1; }
|
|
|
- .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(4) {
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(3) {
|
|
|
order: 2; }
|
|
|
- .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(5) {
|
|
|
- order: 3; }
|
|
|
+ .path-actualites .block-region-content .block-views .node-type-actualite div:first-child :nth-child(4) {
|
|
|
+ order: 4; }
|
|
|
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child a {
|
|
|
color: #09398b; }
|
|
|
.path-actualites .block-region-content .block-views .node-type-actualite div:first-child .field--name-field-images .field__item img {
|
|
@@ -2014,7 +2016,7 @@ a {
|
|
|
flex-direction: column;
|
|
|
background-color: white;
|
|
|
padding-bottom: 0.8rem;
|
|
|
- min-width: 25%; }
|
|
|
+ min-width: 30%; }
|
|
|
#header-top .region-header-top-left ul li a {
|
|
|
color: black; }
|
|
|
#header-top .region-header-top-left ul li .is-active {
|