diff --git a/static/grandlyon-cut/_custom.scss b/static/grandlyon-cut/_custom.scss index cdb4ed9..613b415 100644 --- a/static/grandlyon-cut/_custom.scss +++ b/static/grandlyon-cut/_custom.scss @@ -560,20 +560,6 @@ div#toplinks { position: relative; top: -1.4em; } - &::after { - content: ''; - width: 2.8em; - height: 2.8em; - display: block; - background: #fff; - position: relative; - top: 2.5em; - transform: rotate(-45deg); - left: calc(50% - 19em); - @media screen and (max-width: $mobile-limit) { - display: none; - } - } a { background-image: url(images/forward.png); background-repeat: no-repeat; @@ -585,48 +571,59 @@ div#toplinks { } } +div#footer-top, div#footer { + width: 95rem; + margin: 1rem auto; + font-size: 15px; +} + +div#footer-top { + img { + height: 55px; + margin: 0 1em; + } + > div { + width: 49.5%; + display: inline-block; + vertical-align: top; + } + div.feder { + font-size: 13px; + } + @media screen and (max-width: $mobile-limit) { + display: none; + } +} + div#footer-wrapper { - background: url(images/footer-background.jpg) no-repeat; - background-size: cover; - @media screen and (max-width: $mobile-limit) { - display: none; - } + background-color: #000; + color: #FFFFFF; } div#footer { - margin: 3rem auto; - font-size: 14px; - text-align: center; - width: 60em; - h3 { - display: inline-block; - padding: 5px 10px; - margin: 6.5em 0 1em 1em; - font-size: 1.4rem; - } - @each $i in (simple, unique, securise) { - .#{$i} { - background: url(images/#{$i}.png) no-repeat; - background-size: 40%; - background-position: top center; - } - } + a { + color: #FFFFFF; + } + > div { + width: 49.5%; + display: inline-block; + vertical-align: top; + @media screen and (max-width: $mobile-limit) { + width: 100%; + display: block; + } + } + a.metro { + display: inline-block; + padding-top: 2px; + padding-left: 34px; + background: url(images/footer-metropole-plus.png) no-repeat center left; + min-height: 22px; + float: right; + } } -div#footnote { - font-size: 14px; - text-align: center; - max-width: $width; - margin: 10px auto; - text-align: center; - color: $link-color; - a { - text-decoration: underline; - } - p { - margin: 0; - } -} + #cut-nav { float: left; diff --git a/static/grandlyon-cut/images/eu-logo.png b/static/grandlyon-cut/images/eu-logo.png new file mode 100644 index 0000000..b299dbf Binary files /dev/null and b/static/grandlyon-cut/images/eu-logo.png differ diff --git a/static/grandlyon-cut/images/footer-background.jpg b/static/grandlyon-cut/images/footer-background.jpg deleted file mode 100644 index 07548fd..0000000 Binary files a/static/grandlyon-cut/images/footer-background.jpg and /dev/null differ diff --git a/static/grandlyon-cut/images/footer-metropole-plus.png b/static/grandlyon-cut/images/footer-metropole-plus.png new file mode 100644 index 0000000..6ad3377 Binary files /dev/null and b/static/grandlyon-cut/images/footer-metropole-plus.png differ diff --git a/static/grandlyon-cut/images/logo-europe-engage.png b/static/grandlyon-cut/images/logo-europe-engage.png new file mode 100644 index 0000000..b46c2d4 Binary files /dev/null and b/static/grandlyon-cut/images/logo-europe-engage.png differ diff --git a/static/grandlyon-cut/images/logo-gl.png b/static/grandlyon-cut/images/logo-gl.png new file mode 100644 index 0000000..62a7a19 Binary files /dev/null and b/static/grandlyon-cut/images/logo-gl.png differ diff --git a/static/grandlyon-cut/images/securise.png b/static/grandlyon-cut/images/securise.png deleted file mode 100644 index bfef1ce..0000000 Binary files a/static/grandlyon-cut/images/securise.png and /dev/null differ diff --git a/static/grandlyon-cut/images/simple.png b/static/grandlyon-cut/images/simple.png deleted file mode 100644 index 696917a..0000000 Binary files a/static/grandlyon-cut/images/simple.png and /dev/null differ diff --git a/static/grandlyon-cut/images/unique.png b/static/grandlyon-cut/images/unique.png deleted file mode 100644 index 2978233..0000000 Binary files a/static/grandlyon-cut/images/unique.png and /dev/null differ diff --git a/templates/theme.html b/templates/theme.html index 464f7ba..ec20d10 100644 --- a/templates/theme.html +++ b/templates/theme.html @@ -128,49 +128,38 @@ -