diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 65fbd27..ddb7777 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -2111,8 +2111,27 @@ a { .page-node-type-ressource .layout__region--top { padding-top: 4rem; } +.page-node-type-ressource .layout__region--top .block-region-top { + display: flex; + flex-direction: column; +} +@media screen and (min-width: 1100px) { + .page-node-type-ressource .layout__region--top .block-region-top { + display: grid; + grid-template-columns: 1fr repeat(8, 1fr) 1fr; + grid-template-rows: auto; + } +} .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-images { - display: none; + width: fit-content; + margin: auto; + padding-right: 2rem; +} +@media screen and (min-width: 1100px) { + .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-images { + grid-column: 2/span 4; + grid-row: 1/span 5; + } } .page-node-type-ressource .layout__region--top .block-region-top .block-block-content4e5df355-e76c-4e44-bec0-e211d94f2640 { width: 100%; @@ -2127,6 +2146,13 @@ a { padding-bottom: 0.5rem; vertical-align: middle; } +@media screen and (min-width: 1100px) { + .page-node-type-ressource .layout__region--top .block-region-top .block-block-content4e5df355-e76c-4e44-bec0-e211d94f2640 { + width: 50%; + grid-column: 5/span 7; + grid-row: 1; + } +} .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-type-de-ressource { margin-top: 2rem; margin-left: 13%; @@ -2140,6 +2166,13 @@ a { margin-right: 9%; } } +@media screen and (min-width: 1100px) { + .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-type-de-ressource { + width: 50%; + grid-column: 5/span 7; + grid-row: 1; + } +} .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodetitle { margin-left: 13%; font-size: 2rem; @@ -2151,6 +2184,13 @@ a { margin-right: 9%; } } +@media screen and (min-width: 1100px) { + .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodetitle { + width: 50%; + grid-column: 5/span 7; + grid-row: 2; + } +} .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-sous-titre { margin-left: 13%; } @@ -2163,6 +2203,13 @@ a { margin-right: 9%; } } +@media screen and (min-width: 1100px) { + .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-sous-titre { + width: 50%; + grid-column: 5/span 7; + grid-row: 3; + } +} .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-edition { margin-left: 13%; } @@ -2175,6 +2222,13 @@ a { margin-right: 9%; } } +@media screen and (min-width: 1100px) { + .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-edition { + width: 50%; + grid-column: 5/span 7; + grid-row: 4; + } +} .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-auteur-s- { margin-left: 13%; } @@ -2191,6 +2245,13 @@ a { margin-right: 9%; } } +@media screen and (min-width: 1100px) { + .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-auteur-s- { + width: 50%; + grid-column: 5/span 7; + grid-row: 5; + } +} .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-date-de-parution { margin-left: 13%; } @@ -2200,6 +2261,13 @@ a { margin-right: 9%; } } +@media screen and (min-width: 1100px) { + .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-date-de-parution { + width: 50%; + grid-column: 5/span 7; + grid-row: 6; + } +} .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-mots-clefs { margin-left: 13%; } @@ -2230,6 +2298,13 @@ a { margin-bottom: 0.5rem; } } +@media screen and (min-width: 800px) { + .page-node-type-ressource .layout__region--top .block-region-top .block-entity-fieldnodefield-mots-clefs { + width: 50%; + grid-column: 5/span 7; + grid-row: 7; + } +} .page-node-type-ressource .layout__region--first { margin-top: 3rem; position: relative; @@ -5594,9 +5669,9 @@ a { align-items: flex-end; } #header-top #block-socialnetwork-2 p .link-twitter:before { - content: url("../images/pictos/twitter_white.svg"); + content: url("../images/pictos/logo_x_blanc.svg"); min-width: 30px; - padding-bottom: 0.3rem; + padding-bottom: 0.5rem; } #header-top #block-socialnetwork-2 p .link-youtube { display: flex; @@ -5762,8 +5837,9 @@ a { display: flex; } #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-twitter:before { - content: url("../images/pictos/twitter_black.svg"); + content: url("../images/pictos/logo_x_noir.svg"); min-width: 50px; + align-self: center; } #fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-youtube { display: flex; diff --git a/web/themes/custom/eql/dist/assets/fonts/Font Awesome/fontawesome-webfont.eot b/web/themes/custom/eql/dist/assets/fonts/Font Awesome/fontawesome-webfont.eot new file mode 100644 index 0000000..e9f60ca Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Font Awesome/fontawesome-webfont.eot differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Font Awesome/fontawesome-webfont.svg b/web/themes/custom/eql/dist/assets/fonts/Font Awesome/fontawesome-webfont.svg new file mode 100644 index 0000000..855c845 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/fonts/Font Awesome/fontawesome-webfont.svg @@ -0,0 +1,2671 @@ + + + + +Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 + By ,,, +Copyright Dave Gandy 2016. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/fonts/Font Awesome/fontawesome-webfont.ttf b/web/themes/custom/eql/dist/assets/fonts/Font Awesome/fontawesome-webfont.ttf new file mode 100644 index 0000000..35acda2 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Font Awesome/fontawesome-webfont.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Font Awesome/fontawesome-webfont.woff b/web/themes/custom/eql/dist/assets/fonts/Font Awesome/fontawesome-webfont.woff new file mode 100644 index 0000000..400014a Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Font Awesome/fontawesome-webfont.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Font Awesome/fontawesome-webfont.woff2 b/web/themes/custom/eql/dist/assets/fonts/Font Awesome/fontawesome-webfont.woff2 new file mode 100644 index 0000000..4d13fc6 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Font Awesome/fontawesome-webfont.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBold-webfont.eot b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBold-webfont.eot new file mode 100644 index 0000000..a132ecb Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBold-webfont.eot differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBold-webfont.otf b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBold-webfont.otf new file mode 100644 index 0000000..d16f4b0 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBold-webfont.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBold-webfont.svg b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBold-webfont.svg new file mode 100644 index 0000000..aeda2cb --- /dev/null +++ b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBold-webfont.svg @@ -0,0 +1,2993 @@ + + + + Created by FontForge 20150430 at Sun May 31 12:28:54 2015 + By Etienne +Copyright (c) 2015 by interstices.io. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBold-webfont.ttf b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBold-webfont.ttf new file mode 100644 index 0000000..b337b44 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBold-webfont.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBold-webfont.woff b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBold-webfont.woff new file mode 100644 index 0000000..e93316a Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBold-webfont.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBoldItalic-webfont.eot b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBoldItalic-webfont.eot new file mode 100644 index 0000000..de4d8f5 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBoldItalic-webfont.eot differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBoldItalic-webfont.otf b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBoldItalic-webfont.otf new file mode 100644 index 0000000..23bee2c Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBoldItalic-webfont.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBoldItalic-webfont.svg b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBoldItalic-webfont.svg new file mode 100644 index 0000000..92686f9 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBoldItalic-webfont.svg @@ -0,0 +1,2281 @@ + + + + Created by FontForge 20150430 at Sun May 31 12:28:53 2015 + By Etienne +Copyright (c) 2009 by interstices.io. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBoldItalic-webfont.ttf b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBoldItalic-webfont.ttf new file mode 100644 index 0000000..f1cf34a Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBoldItalic-webfont.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBoldItalic-webfont.woff b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBoldItalic-webfont.woff new file mode 100644 index 0000000..878b8de Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBoldItalic-webfont.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBook-webfont.eot b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBook-webfont.eot new file mode 100644 index 0000000..99ec38c Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBook-webfont.eot differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBook-webfont.otf b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBook-webfont.otf new file mode 100644 index 0000000..2cdaf9b Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBook-webfont.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBook-webfont.svg b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBook-webfont.svg new file mode 100644 index 0000000..c2dba30 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBook-webfont.svg @@ -0,0 +1,6382 @@ + + + + Created by FontForge 20150430 at Sun May 31 12:28:58 2015 + By Etienne +Copyright (c) 2015 by interstices.io. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBook-webfont.ttf b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBook-webfont.ttf new file mode 100644 index 0000000..c38f475 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBook-webfont.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBook-webfont.woff b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBook-webfont.woff new file mode 100644 index 0000000..2a02c4b Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBook-webfont.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookDot-webfont.eot b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookDot-webfont.eot new file mode 100644 index 0000000..d303aba Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookDot-webfont.eot differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookDot-webfont.otf b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookDot-webfont.otf new file mode 100644 index 0000000..fde6c43 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookDot-webfont.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookDot-webfont.svg b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookDot-webfont.svg new file mode 100644 index 0000000..da067fe --- /dev/null +++ b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookDot-webfont.svg @@ -0,0 +1,6377 @@ + + + + Created by FontForge 20150430 at Sun May 31 12:28:55 2015 + By Etienne +Copyright (c) 2015 by interstices.io. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookDot-webfont.ttf b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookDot-webfont.ttf new file mode 100644 index 0000000..ede1729 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookDot-webfont.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookDot-webfont.woff b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookDot-webfont.woff new file mode 100644 index 0000000..7d68991 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookDot-webfont.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookItalic-webfont.eot b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookItalic-webfont.eot new file mode 100644 index 0000000..34c06f1 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookItalic-webfont.eot differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookItalic-webfont.otf b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookItalic-webfont.otf new file mode 100644 index 0000000..b5fcbc5 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookItalic-webfont.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookItalic-webfont.svg b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookItalic-webfont.svg new file mode 100644 index 0000000..817845b --- /dev/null +++ b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookItalic-webfont.svg @@ -0,0 +1,1552 @@ + + + + Created by FontForge 20150430 at Sun May 31 12:28:57 2015 + By Etienne +Copyright (c) 2015 by interstices.io. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookItalic-webfont.ttf b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookItalic-webfont.ttf new file mode 100644 index 0000000..2a1bea4 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookItalic-webfont.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookItalic-webfont.woff b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookItalic-webfont.woff new file mode 100644 index 0000000..3004362 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Manifont-Grotesk-master_Webfont/ManifontGroteskBookItalic-webfont.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Bold.woff b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Bold.woff new file mode 100644 index 0000000..335e348 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Bold.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Bold.woff2 b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Bold.woff2 new file mode 100644 index 0000000..4a5b7b2 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Bold.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Bold_Italic.woff b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Bold_Italic.woff new file mode 100644 index 0000000..72878fc Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Bold_Italic.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Bold_Italic.woff2 b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Bold_Italic.woff2 new file mode 100644 index 0000000..31494ac Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Bold_Italic.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-ExtraBold.woff b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-ExtraBold.woff new file mode 100644 index 0000000..ad85a55 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-ExtraBold.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-ExtraBold.woff2 b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-ExtraBold.woff2 new file mode 100644 index 0000000..b98ec4f Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-ExtraBold.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-ExtraBold_Italic.woff b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-ExtraBold_Italic.woff new file mode 100644 index 0000000..af92ea7 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-ExtraBold_Italic.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-ExtraBold_Italic.woff2 b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-ExtraBold_Italic.woff2 new file mode 100644 index 0000000..c4ec1c0 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-ExtraBold_Italic.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Light.woff b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Light.woff new file mode 100644 index 0000000..9ef49df Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Light.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Light.woff2 b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Light.woff2 new file mode 100644 index 0000000..b29a01f Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Light.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Light_Italic.woff b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Light_Italic.woff new file mode 100644 index 0000000..5ae0dbe Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Light_Italic.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Light_Italic.woff2 b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Light_Italic.woff2 new file mode 100644 index 0000000..ccf9c8e Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Light_Italic.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Medium.woff b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Medium.woff new file mode 100644 index 0000000..692476e Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Medium.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Medium.woff2 b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Medium.woff2 new file mode 100644 index 0000000..8877ade Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Medium.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Medium_Italic.woff b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Medium_Italic.woff new file mode 100644 index 0000000..8e32b88 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Medium_Italic.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Medium_Italic.woff2 b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Medium_Italic.woff2 new file mode 100644 index 0000000..28b5040 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Medium_Italic.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Regular.woff b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Regular.woff new file mode 100644 index 0000000..a95a2d0 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Regular.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Regular.woff2 b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Regular.woff2 new file mode 100644 index 0000000..5d6517c Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Regular.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Regular_Italic.woff b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Regular_Italic.woff new file mode 100644 index 0000000..1880c5d Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Regular_Italic.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Regular_Italic.woff2 b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Regular_Italic.woff2 new file mode 100644 index 0000000..30e8934 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Regular_Italic.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Thin.woff b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Thin.woff new file mode 100644 index 0000000..6c8bc5a Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Thin.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Thin.woff2 b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Thin.woff2 new file mode 100644 index 0000000..1ec57f7 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Thin.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Thin_Italic.woff b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Thin_Italic.woff new file mode 100644 index 0000000..4c23d6b Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Thin_Italic.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Thin_Italic.woff2 b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Thin_Italic.woff2 new file mode 100644 index 0000000..d3978b9 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/Marianne/Marianne-Thin_Italic.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Black.otf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Black.otf new file mode 100644 index 0000000..bbbbf64 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Black.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Black.otf.woff b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Black.otf.woff new file mode 100644 index 0000000..aef6c22 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Black.otf.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Black.otf.woff2 b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Black.otf.woff2 new file mode 100644 index 0000000..3c4aec4 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Black.otf.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Black.ttf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Black.ttf new file mode 100644 index 0000000..1cba216 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Black.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BlackIt.otf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BlackIt.otf new file mode 100644 index 0000000..9835c17 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BlackIt.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BlackIt.otf.woff b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BlackIt.otf.woff new file mode 100644 index 0000000..19ea5fa Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BlackIt.otf.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BlackIt.otf.woff2 b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BlackIt.otf.woff2 new file mode 100644 index 0000000..5dc1d83 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BlackIt.otf.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BlackIt.ttf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BlackIt.ttf new file mode 100644 index 0000000..498d9af Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BlackIt.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Bold.otf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Bold.otf new file mode 100644 index 0000000..f4e576c Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Bold.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Bold.otf.woff b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Bold.otf.woff new file mode 100644 index 0000000..a6cd0f1 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Bold.otf.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Bold.otf.woff2 b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Bold.otf.woff2 new file mode 100644 index 0000000..4efbf29 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Bold.otf.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Bold.ttf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Bold.ttf new file mode 100644 index 0000000..dd00982 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Bold.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BoldIt.otf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BoldIt.otf new file mode 100644 index 0000000..681a937 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BoldIt.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BoldIt.otf.woff b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BoldIt.otf.woff new file mode 100644 index 0000000..9a93e24 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BoldIt.otf.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BoldIt.otf.woff2 b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BoldIt.otf.woff2 new file mode 100644 index 0000000..b17651b Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BoldIt.otf.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BoldIt.ttf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BoldIt.ttf new file mode 100644 index 0000000..0734c6a Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-BoldIt.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLight.otf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLight.otf new file mode 100644 index 0000000..de41f8b Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLight.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLight.otf.woff b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLight.otf.woff new file mode 100644 index 0000000..22ee4a1 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLight.otf.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLight.otf.woff2 b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLight.otf.woff2 new file mode 100644 index 0000000..4af3968 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLight.otf.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLight.ttf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLight.ttf new file mode 100644 index 0000000..e7d364e Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLight.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLightIt.otf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLightIt.otf new file mode 100644 index 0000000..49813d0 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLightIt.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLightIt.otf.woff b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLightIt.otf.woff new file mode 100644 index 0000000..37bb5e4 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLightIt.otf.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLightIt.otf.woff2 b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLightIt.otf.woff2 new file mode 100644 index 0000000..4175e00 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLightIt.otf.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLightIt.ttf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLightIt.ttf new file mode 100644 index 0000000..dca439b Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-ExtraLightIt.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-It.otf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-It.otf new file mode 100644 index 0000000..0ab9eea Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-It.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-It.otf.woff b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-It.otf.woff new file mode 100644 index 0000000..40ab0ae Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-It.otf.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-It.otf.woff2 b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-It.otf.woff2 new file mode 100644 index 0000000..c389335 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-It.otf.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-It.ttf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-It.ttf new file mode 100644 index 0000000..efc777e Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-It.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Light.otf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Light.otf new file mode 100644 index 0000000..834a29b Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Light.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Light.otf.woff b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Light.otf.woff new file mode 100644 index 0000000..28c796c Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Light.otf.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Light.otf.woff2 b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Light.otf.woff2 new file mode 100644 index 0000000..289b6c9 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Light.otf.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Light.ttf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Light.ttf new file mode 100644 index 0000000..1ad6fa2 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Light.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-LightIt.otf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-LightIt.otf new file mode 100644 index 0000000..cd833d2 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-LightIt.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-LightIt.otf.woff b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-LightIt.otf.woff new file mode 100644 index 0000000..a9185a9 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-LightIt.otf.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-LightIt.otf.woff2 b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-LightIt.otf.woff2 new file mode 100644 index 0000000..cf705a3 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-LightIt.otf.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-LightIt.ttf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-LightIt.ttf new file mode 100644 index 0000000..68c2913 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-LightIt.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Medium.otf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Medium.otf new file mode 100644 index 0000000..c5dddda Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Medium.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Medium.otf.woff b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Medium.otf.woff new file mode 100644 index 0000000..36073cf Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Medium.otf.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Medium.otf.woff2 b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Medium.otf.woff2 new file mode 100644 index 0000000..0cce5e9 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Medium.otf.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Medium.ttf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Medium.ttf new file mode 100644 index 0000000..52342f4 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Medium.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-MediumIt.otf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-MediumIt.otf new file mode 100644 index 0000000..77cd5da Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-MediumIt.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-MediumIt.otf.woff b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-MediumIt.otf.woff new file mode 100644 index 0000000..a9924c3 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-MediumIt.otf.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-MediumIt.otf.woff2 b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-MediumIt.otf.woff2 new file mode 100644 index 0000000..2e83e59 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-MediumIt.otf.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-MediumIt.ttf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-MediumIt.ttf new file mode 100644 index 0000000..68c3036 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-MediumIt.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Regular.otf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Regular.otf new file mode 100644 index 0000000..4e3b9d0 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Regular.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Regular.otf.woff b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Regular.otf.woff new file mode 100644 index 0000000..33b5534 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Regular.otf.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Regular.otf.woff2 b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Regular.otf.woff2 new file mode 100644 index 0000000..aae63a9 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Regular.otf.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Regular.ttf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Regular.ttf new file mode 100644 index 0000000..1decfb9 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Regular.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Semibold.otf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Semibold.otf new file mode 100644 index 0000000..2c4b5b4 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Semibold.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Semibold.otf.woff b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Semibold.otf.woff new file mode 100644 index 0000000..22d56eb Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Semibold.otf.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Semibold.otf.woff2 b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Semibold.otf.woff2 new file mode 100644 index 0000000..3a24fb6 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Semibold.otf.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Semibold.ttf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Semibold.ttf new file mode 100644 index 0000000..ae85746 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-Semibold.ttf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-SemiboldIt.otf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-SemiboldIt.otf new file mode 100644 index 0000000..cb064e7 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-SemiboldIt.otf differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-SemiboldIt.otf.woff b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-SemiboldIt.otf.woff new file mode 100644 index 0000000..f3fee74 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-SemiboldIt.otf.woff differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-SemiboldIt.otf.woff2 b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-SemiboldIt.otf.woff2 new file mode 100644 index 0000000..4c3638d Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-SemiboldIt.otf.woff2 differ diff --git a/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-SemiboldIt.ttf b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-SemiboldIt.ttf new file mode 100644 index 0000000..4f83c4d Binary files /dev/null and b/web/themes/custom/eql/dist/assets/fonts/source-code-pro/SourceCodePro-SemiboldIt.ttf differ diff --git a/web/themes/custom/eql/dist/assets/images/Cite_architecture-Freaks_Architects026Copyright_David_Foessel_0.jpg b/web/themes/custom/eql/dist/assets/images/Cite_architecture-Freaks_Architects026Copyright_David_Foessel_0.jpg new file mode 100644 index 0000000..5c80dc9 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/images/Cite_architecture-Freaks_Architects026Copyright_David_Foessel_0.jpg differ diff --git a/web/themes/custom/eql/dist/assets/images/Logement_sociaux_6_1.jpg b/web/themes/custom/eql/dist/assets/images/Logement_sociaux_6_1.jpg new file mode 100644 index 0000000..b975624 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/images/Logement_sociaux_6_1.jpg differ diff --git a/web/themes/custom/eql/dist/assets/images/carre_site.mp4 b/web/themes/custom/eql/dist/assets/images/carre_site.mp4 new file mode 100644 index 0000000..b53c404 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/images/carre_site.mp4 differ diff --git a/web/themes/custom/eql/dist/assets/images/evénement 308.jpg b/web/themes/custom/eql/dist/assets/images/evénement 308.jpg new file mode 100644 index 0000000..204aa95 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/images/evénement 308.jpg differ diff --git a/web/themes/custom/eql/dist/assets/images/gouvernement_cartouche.png b/web/themes/custom/eql/dist/assets/images/gouvernement_cartouche.png new file mode 100644 index 0000000..2ee3249 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/images/gouvernement_cartouche.png differ diff --git a/web/themes/custom/eql/dist/assets/images/ko.jpg b/web/themes/custom/eql/dist/assets/images/ko.jpg new file mode 100644 index 0000000..83c8f27 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/images/ko.jpg differ diff --git a/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu-offre.svg b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu-offre.svg new file mode 100644 index 0000000..33bce20 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu-offre.svg @@ -0,0 +1,57 @@ + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu.svg b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu.svg new file mode 100644 index 0000000..d3781d2 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu.svg @@ -0,0 +1,56 @@ + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_annuairederecherche.svg b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_annuairederecherche.svg new file mode 100644 index 0000000..3b9bea3 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_annuairederecherche.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_bdd.svg b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_bdd.svg new file mode 100644 index 0000000..a96844e --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_bdd.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_contact.svg b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_contact.svg new file mode 100644 index 0000000..a63c24b --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_contact.svg @@ -0,0 +1,56 @@ + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_gouvernance.svg b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_gouvernance.svg new file mode 100644 index 0000000..19c1e45 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_gouvernance.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_partenaire.svg b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_partenaire.svg new file mode 100644 index 0000000..4c110b6 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_partenaire.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_programme.svg b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_programme.svg new file mode 100644 index 0000000..cb6c372 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/carre-contour-bleu_programme.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/fleche_blanche.svg b/web/themes/custom/eql/dist/assets/images/pictos/fleche_blanche.svg new file mode 100644 index 0000000..2e6e8aa --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/fleche_blanche.svg @@ -0,0 +1,73 @@ + +image/svg+xml diff --git a/web/themes/custom/eql/dist/assets/images/pictos/forme_home.svg b/web/themes/custom/eql/dist/assets/images/pictos/forme_home.svg new file mode 100644 index 0000000..562e340 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/forme_home.svg @@ -0,0 +1,117 @@ + +image/svg+xml diff --git a/web/themes/custom/eql/dist/assets/images/pictos/forme_home_2.svg b/web/themes/custom/eql/dist/assets/images/pictos/forme_home_2.svg new file mode 100644 index 0000000..e109e7e --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/forme_home_2.svg @@ -0,0 +1,123 @@ + +image/svg+xml diff --git a/web/themes/custom/eql/dist/assets/images/pictos/forme_home_2_smartphone.svg b/web/themes/custom/eql/dist/assets/images/pictos/forme_home_2_smartphone.svg new file mode 100644 index 0000000..4ffbacb --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/forme_home_2_smartphone.svg @@ -0,0 +1,122 @@ + +image/svg+xml diff --git a/web/themes/custom/eql/dist/assets/images/pictos/icons8-menu.svg b/web/themes/custom/eql/dist/assets/images/pictos/icons8-menu.svg new file mode 100644 index 0000000..9f75976 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/icons8-menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web/themes/custom/eql/dist/assets/images/pictos/linkedin_black.svg b/web/themes/custom/eql/dist/assets/images/pictos/linkedin_black.svg new file mode 100644 index 0000000..300a548 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/linkedin_black.svg @@ -0,0 +1,48 @@ + +image/svg+xml diff --git a/web/themes/custom/eql/dist/assets/images/pictos/linkedin_white.svg b/web/themes/custom/eql/dist/assets/images/pictos/linkedin_white.svg new file mode 100644 index 0000000..b4e379d --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/linkedin_white.svg @@ -0,0 +1,48 @@ + +image/svg+xml diff --git a/web/themes/custom/eql/dist/assets/images/pictos/logo-twitter.png b/web/themes/custom/eql/dist/assets/images/pictos/logo-twitter.png new file mode 100644 index 0000000..a2b40bf Binary files /dev/null and b/web/themes/custom/eql/dist/assets/images/pictos/logo-twitter.png differ diff --git a/web/themes/custom/eql/dist/assets/images/pictos/logo_x.svg b/web/themes/custom/eql/dist/assets/images/pictos/logo_x.svg new file mode 100644 index 0000000..8d9da4a --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/logo_x.svg @@ -0,0 +1,22 @@ + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/logo_x_blanc.svg b/web/themes/custom/eql/dist/assets/images/pictos/logo_x_blanc.svg new file mode 100644 index 0000000..c63c9f6 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/logo_x_blanc.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/logo_x_noir.svg b/web/themes/custom/eql/dist/assets/images/pictos/logo_x_noir.svg new file mode 100644 index 0000000..e94656f --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/logo_x_noir.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/menu.png b/web/themes/custom/eql/dist/assets/images/pictos/menu.png new file mode 100644 index 0000000..1c93b59 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/images/pictos/menu.png differ diff --git a/web/themes/custom/eql/dist/assets/images/pictos/noun_Arrow_3771902-rouge.svg b/web/themes/custom/eql/dist/assets/images/pictos/noun_Arrow_3771902-rouge.svg new file mode 100644 index 0000000..ecb4720 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/noun_Arrow_3771902-rouge.svg @@ -0,0 +1,54 @@ + +image/svg+xml diff --git a/web/themes/custom/eql/dist/assets/images/pictos/noun_Arrow_3771902.svg b/web/themes/custom/eql/dist/assets/images/pictos/noun_Arrow_3771902.svg new file mode 100644 index 0000000..0f54258 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/noun_Arrow_3771902.svg @@ -0,0 +1,53 @@ + +image/svg+xml diff --git a/web/themes/custom/eql/dist/assets/images/pictos/noun_Download_file_307900.svg b/web/themes/custom/eql/dist/assets/images/pictos/noun_Download_file_307900.svg new file mode 100644 index 0000000..14b1f56 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/noun_Download_file_307900.svg @@ -0,0 +1,48 @@ + +image/svg+xml diff --git a/web/themes/custom/eql/dist/assets/images/pictos/noun_External Link_674151.svg b/web/themes/custom/eql/dist/assets/images/pictos/noun_External Link_674151.svg new file mode 100644 index 0000000..71c2392 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/noun_External Link_674151.svg @@ -0,0 +1,55 @@ + +image/svg+xml diff --git a/web/themes/custom/eql/dist/assets/images/pictos/noun_Loupe_337697.svg b/web/themes/custom/eql/dist/assets/images/pictos/noun_Loupe_337697.svg new file mode 100644 index 0000000..1cef4b0 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/noun_Loupe_337697.svg @@ -0,0 +1,43 @@ + +image/svg+xml diff --git a/web/themes/custom/eql/dist/assets/images/pictos/picto_faq.svg b/web/themes/custom/eql/dist/assets/images/pictos/picto_faq.svg new file mode 100644 index 0000000..2dc6965 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/picto_faq.svg @@ -0,0 +1,71 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/picto_faq_2.svg b/web/themes/custom/eql/dist/assets/images/pictos/picto_faq_2.svg new file mode 100644 index 0000000..ea684ae --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/picto_faq_2.svg @@ -0,0 +1,71 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/picto_lieu.svg b/web/themes/custom/eql/dist/assets/images/pictos/picto_lieu.svg new file mode 100644 index 0000000..cdd700c --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/picto_lieu.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/rosace.svg b/web/themes/custom/eql/dist/assets/images/pictos/rosace.svg new file mode 100644 index 0000000..c43d501 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/rosace.svg @@ -0,0 +1,904 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/rosace_coupee.png b/web/themes/custom/eql/dist/assets/images/pictos/rosace_coupee.png new file mode 100644 index 0000000..bc2cdb7 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/images/pictos/rosace_coupee.png differ diff --git a/web/themes/custom/eql/dist/assets/images/pictos/rosace_coupee.svg b/web/themes/custom/eql/dist/assets/images/pictos/rosace_coupee.svg new file mode 100644 index 0000000..1f15e40 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/rosace_coupee.svg @@ -0,0 +1,866 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/twitter_black.svg b/web/themes/custom/eql/dist/assets/images/pictos/twitter_black.svg new file mode 100644 index 0000000..ddbf641 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/twitter_black.svg @@ -0,0 +1,43 @@ + +image/svg+xml diff --git a/web/themes/custom/eql/dist/assets/images/pictos/twitter_white.svg b/web/themes/custom/eql/dist/assets/images/pictos/twitter_white.svg new file mode 100644 index 0000000..2ecbb82 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/twitter_white.svg @@ -0,0 +1,43 @@ + +image/svg+xml diff --git a/web/themes/custom/eql/dist/assets/images/pictos/youtube_black.svg b/web/themes/custom/eql/dist/assets/images/pictos/youtube_black.svg new file mode 100644 index 0000000..1fdef8f --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/youtube_black.svg @@ -0,0 +1,74 @@ + +image/svg+xml diff --git a/web/themes/custom/eql/dist/assets/images/pictos/youtube_white.svg b/web/themes/custom/eql/dist/assets/images/pictos/youtube_white.svg new file mode 100644 index 0000000..2c5bc91 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/youtube_white.svg @@ -0,0 +1,78 @@ + +image/svg+xml diff --git a/web/themes/custom/eql/dist/assets/images/sceau_excellence_def.png b/web/themes/custom/eql/dist/assets/images/sceau_excellence_def.png new file mode 100644 index 0000000..56969fa Binary files /dev/null and b/web/themes/custom/eql/dist/assets/images/sceau_excellence_def.png differ diff --git a/web/themes/custom/eql/scss/pages/_ressource.scss b/web/themes/custom/eql/scss/pages/_ressource.scss index 0008533..57e9378 100644 --- a/web/themes/custom/eql/scss/pages/_ressource.scss +++ b/web/themes/custom/eql/scss/pages/_ressource.scss @@ -5,8 +5,28 @@ .layout__region--top{ padding-top: 4rem; .block-region-top{ + display: flex; + flex-direction: column; + @media screen and (min-width:1100px) { + display: grid; + grid-template-columns: 1fr repeat(8, 1fr) 1fr; + grid-template-rows: auto; + } + // &div:not(.block-entity-fieldnodefield-images){ + // @media screen and (min-width:800px) { + // grid-column: 5/span 7; + + // } + // } .block-entity-fieldnodefield-images{ - display: none; + width: fit-content; + margin: auto; + padding-right: 2rem; + @media screen and (min-width:1100px) { + grid-column: 2/span 4; + grid-row: 1 /span 5; + } + } .block-block-content4e5df355-e76c-4e44-bec0-e211d94f2640{ width: 100%; @@ -20,6 +40,11 @@ padding-top: 1rem; padding-bottom: 0.5rem; vertical-align: middle; + @media screen and (min-width:1100px) { + width: 50%; + grid-column: 5/span 7; + grid-row: 1; + } } @@ -33,6 +58,12 @@ margin-left:9%; margin-right: 9%; } + @media screen and (min-width:1100px) { + width: 50%; + grid-column: 5/span 7; + grid-row: 1; + + } } .block-entity-fieldnodetitle{ @@ -43,6 +74,12 @@ margin-left:9%; margin-right: 9%; } + @media screen and (min-width:1100px) { + width: 50%; + grid-column: 5/span 7; + grid-row: 2; + + } } .block-entity-fieldnodefield-sous-titre{ @@ -56,6 +93,12 @@ margin-left:9%; margin-right: 9%; } + @media screen and (min-width:1100px) { + width: 50%; + grid-column: 5/span 7; + grid-row: 3; + + } } .block-entity-fieldnodefield-edition{ margin-left: 13%; @@ -68,6 +111,12 @@ margin-left:9%; margin-right: 9%; } + @media screen and (min-width:1100px) { + width: 50%; + grid-column: 5/span 7; + grid-row: 4; + + } } .block-entity-fieldnodefield-auteur-s-{ @@ -83,6 +132,12 @@ margin-left:9%; margin-right: 9%; } + @media screen and (min-width:1100px) { + width: 50%; + grid-column: 5/span 7; + grid-row: 5; + + } } .block-entity-fieldnodefield-date-de-parution{ @@ -91,6 +146,12 @@ margin-left:9%; margin-right: 9%; } + @media screen and (min-width:1100px) { + width: 50%; + grid-column: 5/span 7; + grid-row: 6; + + } } .block-entity-fieldnodefield-mots-clefs{ margin-left: 13%; @@ -125,7 +186,12 @@ } } - + @media screen and (min-width:800px) { + width: 50%; + grid-column: 5/span 7; + grid-row: 7; + + } } } } diff --git a/web/themes/custom/eql/scss/partials/_footer.scss b/web/themes/custom/eql/scss/partials/_footer.scss index 5daa1cb..650e3a6 100644 --- a/web/themes/custom/eql/scss/partials/_footer.scss +++ b/web/themes/custom/eql/scss/partials/_footer.scss @@ -86,8 +86,9 @@ .link-twitter{ display: flex; &:before{ - content: url("../images/pictos/twitter_black.svg"); + content: url("../images/pictos/logo_x_noir.svg"); min-width: 50px; + align-self: center; } } .link-youtube{ diff --git a/web/themes/custom/eql/scss/partials/_header.scss b/web/themes/custom/eql/scss/partials/_header.scss index acab939..8a40d75 100644 --- a/web/themes/custom/eql/scss/partials/_header.scss +++ b/web/themes/custom/eql/scss/partials/_header.scss @@ -18,12 +18,8 @@ // } } - - } - - #header-top { height: 7rem; background-color: $white; @@ -178,9 +174,10 @@ justify-content: center; align-items: flex-end; &:before{ - content: url("../images/pictos/twitter_white.svg"); + content: url("../images/pictos/logo_x_blanc.svg"); min-width: 30px; - padding-bottom: 0.3rem; + padding-bottom: 0.5rem; + } } .link-youtube{