jekyll-theme-gouvfr 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea69b55db272385181012d5074b66b0e6ba094af
4
- data.tar.gz: 07abe4495b7d0d7fcf38d92ecc2d38074941f15a
3
+ metadata.gz: 8df42d28c77575c5875c1719e7fc259c5e4e457c
4
+ data.tar.gz: 78fcbfe6af4d1956dc7ba506a9c88447d0385242
5
5
  SHA512:
6
- metadata.gz: 0fbbef7e26cc90d0d66ddea2a1180c7757861e9adff651125d0ce047fbc289939e457e749119a9ebc792e0c43def71c0077521e2588d9caeafd4db5dc5518697
7
- data.tar.gz: 5ced439562c0a69257bbc73505f70109a2489333219f7b5c3ae151d24ee835b8a420af46b130ea0f6eef595f8803c447ca403ad0492f09814a282dea3c965ad8
6
+ metadata.gz: ed1b75e2904ae527c6283ed0c638a6a9526e846ae3821ccd68966e4d128ec25c79dc8bbfff10630518fbc2151de1ba5894961efd941828ae69136e332b606091
7
+ data.tar.gz: 343f395c7c03ea96e7983fc23312b1a1ab22a1580d8fa2fbab87e802eb524004ec9654bedd2dec69a60c1beb6e80a19a1e846fffbc4eeb5763499bb5fafb1961
@@ -5,7 +5,7 @@
5
5
  {% if site.data.footer.social %}
6
6
  <ul class="footer__social">
7
7
  {% for item in site.data.footer.social %}
8
- <li><a href="{{ item.target }}"><svg class="icon icon-{{ item.icon }}"><use xlink:href="#icon-{{ item.icon }}"></use></svg></a></li>
8
+ <li><a href="{{ item.url }}"><svg class="icon icon-{{ item.icon }}"><use xlink:href="#icon-{{ item.icon }}"></use></svg></a></li>
9
9
  {% endfor %}
10
10
  </ul>
11
11
  {% endif %}
@@ -13,13 +13,18 @@
13
13
  {% for item in site.data.footer.links %}
14
14
  <div class="footer__links">
15
15
  {% if item.label %}
16
- <h2>{{ item.label}}</h2>
16
+ <h2>{{ item.label}}</h2>
17
17
  {% endif %}
18
18
  <ul>
19
- {% for link in item.children %}
20
- <li><a href="{{ link.target }}">{{ link.label }}</a></li>
21
- {% endfor %}
22
- </ul>
19
+ {% for link in item.children %}
20
+ {% if link.target %}
21
+ {% assign target = site.pages | where:"path",link.target | first %}
22
+ <li><a href="{{ target.url }}">{{ link.label }}</a></li>
23
+ {% elsif link.url %}
24
+ <li><a href="{{ link.url }}">{{ link.label }}</a></li>
25
+ {% endif %}
26
+ {% endfor %}
27
+ </ul>
23
28
  </div>
24
29
  {% endfor %}
25
30
  <div></div>
data/_layouts/blog.html CHANGED
@@ -2,7 +2,7 @@
2
2
  layout: default
3
3
  ---
4
4
  {% include hero.html title=page.summary %}
5
- <section class="section-grey">
5
+ <section class="section section-grey">
6
6
  <div class="container article__container">
7
7
  {% for post in site.posts %}
8
8
  <article class="article article__preview panel">
data/_layouts/page.html CHANGED
@@ -5,7 +5,7 @@ layout: default
5
5
  {% assign lang = page.lang | default: site.lang | default: "en" %}
6
6
  <div class="page article">
7
7
  {% include hero.html title=page.title %}
8
- <section>
8
+ <section class="section">
9
9
  <div class="container">
10
10
  <div class="richtext">
11
11
  {{ content }}
data/_layouts/post.html CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
- <section class="article article__full">
4
+ <section class="section article article__full">
5
5
  {% include hero.html title=page.title date=page.date image=page.image %}
6
6
  <div class="article__content" itemscope itemtype="http://schema.org/BlogPosting">
7
7
  <div class="article__container">
@@ -1 +1 @@
1
- <svg viewBox="0 0 110 18" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill="#373c42" fill-rule="nonzero"><path d="M0 13.33V1.476h2.266v3.785c.728-.684 1.568-1.058 2.523-1.122a4.69 4.69 0 0 1 .409-.016c1.431 0 2.607.492 3.527 1.475.818.888 1.227 1.963 1.227 3.224 0 1.209-.369 2.262-1.108 3.16-.863 1.038-2.028 1.556-3.493 1.556-1.102 0-2.022-.294-2.761-.882a6.724 6.724 0 0 1-.511-.465v1.139H0zm4.874-7.25c-.977 0-1.721.363-2.233 1.09-.34.471-.511 1.022-.511 1.652 0 1.016.386 1.781 1.159 2.294.466.31 1.011.465 1.636.465 1.022 0 1.784-.379 2.283-1.138.307-.46.461-.995.461-1.604 0-.974-.375-1.728-1.125-2.262-.477-.332-1.034-.497-1.67-.497zM21.455 9.833h-7.311c.205.791.727 1.321 1.568 1.588.318.107.665.16 1.039.16.773 0 1.398-.224 1.875-.673a3.7 3.7 0 0 0 .204-.209h2.471c-.136.396-.386.808-.749 1.235-.989 1.07-2.238 1.604-3.749 1.604-1.5 0-2.75-.481-3.749-1.443-.909-.877-1.364-1.936-1.364-3.176 0-1.348.506-2.476 1.517-3.385.954-.866 2.107-1.299 3.459-1.299 1.5 0 2.715.503 3.647 1.508.818.887 1.227 1.978 1.227 3.272 0 .289-.028.561-.085.818zm-7.379-1.877h5.232c-.262-1.048-.989-1.63-2.182-1.748a5.294 5.294 0 0 0-.426-.016c-1.306 0-2.158.529-2.556 1.588a2.99 2.99 0 0 0-.068.176zM24.164 13.33V6.384h-1.107V4.443h1.107V1.476h2.267v2.967h1.363v1.941h-1.363v6.946h-2.267zM39.212 4.443v8.887h-2.079v-1.155c-.75.802-1.625 1.251-2.625 1.347a7.431 7.431 0 0 1-.511.016c-1.488 0-2.687-.497-3.596-1.491-.772-.856-1.158-1.899-1.158-3.128 0-1.476.522-2.663 1.567-3.561.886-.749 1.966-1.123 3.238-1.123 1.238 0 2.221.406 2.948 1.219.046.053.091.112.137.176V4.443h2.079zm-4.925 1.749c-1 0-1.755.374-2.267 1.123-.329.47-.494 1.021-.494 1.652 0 .994.398 1.727 1.193 2.197.454.278.988.417 1.602.417.897 0 1.585-.267 2.062-.802a3.14 3.14 0 0 0 .681-1.828c0-1.016-.386-1.781-1.158-2.294-.466-.31-1.006-.465-1.619-.465zM42.961 11.726a.925.925 0 0 0-.938.914c0 .465.426.866.921.866.528 0 .971-.385.971-.866 0-.497-.443-.914-.954-.914zM54.191 4.443h2.164v7.203c0 1.625-.318 2.828-.954 3.609-.909 1.08-2.221 1.62-3.937 1.62-1.806 0-3.192-.567-4.158-1.701a4.435 4.435 0 0 1-.699-1.122h2.574c.545.566 1.198.877 1.959.93.125.011.262.016.409.016 1.682 0 2.562-.946 2.642-2.839-.727.802-1.568 1.251-2.522 1.347a4.842 4.842 0 0 1-.58.032c-1.454 0-2.624-.508-3.51-1.523-.75-.867-1.125-1.931-1.125-3.193 0-1.422.506-2.577 1.517-3.464.863-.749 1.908-1.123 3.135-1.123 1.364 0 2.392.444 3.085 1.331V4.443zm-2.829 1.749c-1.034 0-1.784.401-2.249 1.203-.25.438-.375.946-.375 1.524 0 1.101.42 1.882 1.261 2.342.397.213.863.32 1.397.32 1.068 0 1.84-.395 2.318-1.187.25-.417.375-.909.375-1.475 0-1.048-.398-1.818-1.193-2.31a2.764 2.764 0 0 0-1.33-.417h-.204zM63.546 4.235c1.477 0 2.704.486 3.681 1.46.909.898 1.364 1.983 1.364 3.256 0 1.251-.5 2.331-1.5 3.24-.988.898-2.164 1.347-3.528 1.347-1.397 0-2.59-.465-3.578-1.395-.955-.909-1.432-1.995-1.432-3.256 0-1.294.5-2.396 1.5-3.305.977-.898 2.141-1.347 3.493-1.347zm.017 1.957c-.852 0-1.556.326-2.113.978a2.562 2.562 0 0 0-.613 1.685c0 .909.358 1.636 1.073 2.181a2.724 2.724 0 0 0 1.67.545c.875 0 1.585-.336 2.131-1.01a2.608 2.608 0 0 0 .596-1.684c0-.867-.346-1.572-1.039-2.118a2.72 2.72 0 0 0-1.705-.577zM79.122 4.443v8.887h-2.096v-.85c-.659.609-1.375.951-2.147 1.026l-.563.032c-1.272 0-2.232-.438-2.88-1.315-.431-.599-.664-1.412-.698-2.438a8.383 8.383 0 0 1-.017-.578V4.443h2.266V8.79c0 1.123.153 1.866.46 2.23.296.374.739.561 1.329.561.807 0 1.381-.272 1.722-.818.238-.342.357-1.053.357-2.133V4.443h2.267zM84.694 13.33l-3.8-8.887h2.522l2.182 5.887 2.147-5.887h2.556l-3.8 8.887h-1.807zM91.572 11.726c-.481 0-.881.401-.881.914 0 .465.4.866.865.866.497 0 .914-.385.914-.866 0-.497-.417-.914-.898-.914zM95.407 5.53h1.765l-1.785 8.266c-.465 2.134-1.106 3.201-1.94 3.201-.233 0-.388-.136-.388-.33 0-.058.019-.097.078-.194a.584.584 0 0 0 .097-.33.762.762 0 0 0-.776-.756c-.408 0-.718.368-.718.834 0 .66.679 1.183 1.532 1.183 1.766 0 3.144-1.94 3.997-5.568l1.456-6.306h2.153l.117-.621H98.88c.582-3.105 1.339-4.482 2.425-4.482.272 0 .427.097.427.252 0 .039-.019.097-.077.194a.652.652 0 0 0-.117.408c0 .465.291.776.718.776.446 0 .834-.369.834-.796 0-.718-.718-1.261-1.688-1.261-.95 0-1.727.427-2.445 1.339-.582.776-.989 1.668-1.591 3.57h-1.823l-.136.621zM103.323 13.33c1.067-3.396 1.397-4.191 2.29-5.685.679-1.106 1.222-1.708 1.552-1.708.136 0 .233.078.33.272.155.33.31.427.698.427.582 0 .912-.349.912-.97s-.368-1.009-.912-1.009c-.446 0-.989.291-1.494.834-.815.815-1.63 1.999-1.94 2.755l-.291.718 1.086-4.268-.058-.039c-1.416.252-1.63.291-3.046.524v.329c.427-.077.505-.097.66-.097.427 0 .679.194.679.544 0 .252-.155 1.047-.311 1.63l-1.649 5.743h1.494z"/></g></svg>
1
+ <svg viewBox="0 0 110 18" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill="#fff" fill-rule="nonzero"><path d="M0 13.33V1.476h2.266v3.785c.728-.684 1.568-1.058 2.523-1.122a4.69 4.69 0 0 1 .409-.016c1.431 0 2.607.492 3.527 1.475.818.888 1.227 1.963 1.227 3.224 0 1.209-.369 2.262-1.108 3.16-.863 1.038-2.028 1.556-3.493 1.556-1.102 0-2.022-.294-2.761-.882a6.724 6.724 0 0 1-.511-.465v1.139H0zm4.874-7.25c-.977 0-1.721.363-2.233 1.09-.34.471-.511 1.022-.511 1.652 0 1.016.386 1.781 1.159 2.294.466.31 1.011.465 1.636.465 1.022 0 1.784-.379 2.283-1.138.307-.46.461-.995.461-1.604 0-.974-.375-1.728-1.125-2.262-.477-.332-1.034-.497-1.67-.497zM21.455 9.833h-7.311c.205.791.727 1.321 1.568 1.588.318.107.665.16 1.039.16.773 0 1.398-.224 1.875-.673a3.7 3.7 0 0 0 .204-.209h2.471c-.136.396-.386.808-.749 1.235-.989 1.07-2.238 1.604-3.749 1.604-1.5 0-2.75-.481-3.749-1.443-.909-.877-1.364-1.936-1.364-3.176 0-1.348.506-2.476 1.517-3.385.954-.866 2.107-1.299 3.459-1.299 1.5 0 2.715.503 3.647 1.508.818.887 1.227 1.978 1.227 3.272 0 .289-.028.561-.085.818zm-7.379-1.877h5.232c-.262-1.048-.989-1.63-2.182-1.748a5.294 5.294 0 0 0-.426-.016c-1.306 0-2.158.529-2.556 1.588a2.99 2.99 0 0 0-.068.176zM24.164 13.33V6.384h-1.107V4.443h1.107V1.476h2.267v2.967h1.363v1.941h-1.363v6.946h-2.267zM39.212 4.443v8.887h-2.079v-1.155c-.75.802-1.625 1.251-2.625 1.347a7.431 7.431 0 0 1-.511.016c-1.488 0-2.687-.497-3.596-1.491-.772-.856-1.158-1.899-1.158-3.128 0-1.476.522-2.663 1.567-3.561.886-.749 1.966-1.123 3.238-1.123 1.238 0 2.221.406 2.948 1.219.046.053.091.112.137.176V4.443h2.079zm-4.925 1.749c-1 0-1.755.374-2.267 1.123-.329.47-.494 1.021-.494 1.652 0 .994.398 1.727 1.193 2.197.454.278.988.417 1.602.417.897 0 1.585-.267 2.062-.802a3.14 3.14 0 0 0 .681-1.828c0-1.016-.386-1.781-1.158-2.294-.466-.31-1.006-.465-1.619-.465zM42.961 11.726a.925.925 0 0 0-.938.914c0 .465.426.866.921.866.528 0 .971-.385.971-.866 0-.497-.443-.914-.954-.914zM54.191 4.443h2.164v7.203c0 1.625-.318 2.828-.954 3.609-.909 1.08-2.221 1.62-3.937 1.62-1.806 0-3.192-.567-4.158-1.701a4.435 4.435 0 0 1-.699-1.122h2.574c.545.566 1.198.877 1.959.93.125.011.262.016.409.016 1.682 0 2.562-.946 2.642-2.839-.727.802-1.568 1.251-2.522 1.347a4.842 4.842 0 0 1-.58.032c-1.454 0-2.624-.508-3.51-1.523-.75-.867-1.125-1.931-1.125-3.193 0-1.422.506-2.577 1.517-3.464.863-.749 1.908-1.123 3.135-1.123 1.364 0 2.392.444 3.085 1.331V4.443zm-2.829 1.749c-1.034 0-1.784.401-2.249 1.203-.25.438-.375.946-.375 1.524 0 1.101.42 1.882 1.261 2.342.397.213.863.32 1.397.32 1.068 0 1.84-.395 2.318-1.187.25-.417.375-.909.375-1.475 0-1.048-.398-1.818-1.193-2.31a2.764 2.764 0 0 0-1.33-.417h-.204zM63.546 4.235c1.477 0 2.704.486 3.681 1.46.909.898 1.364 1.983 1.364 3.256 0 1.251-.5 2.331-1.5 3.24-.988.898-2.164 1.347-3.528 1.347-1.397 0-2.59-.465-3.578-1.395-.955-.909-1.432-1.995-1.432-3.256 0-1.294.5-2.396 1.5-3.305.977-.898 2.141-1.347 3.493-1.347zm.017 1.957c-.852 0-1.556.326-2.113.978a2.562 2.562 0 0 0-.613 1.685c0 .909.358 1.636 1.073 2.181a2.724 2.724 0 0 0 1.67.545c.875 0 1.585-.336 2.131-1.01a2.608 2.608 0 0 0 .596-1.684c0-.867-.346-1.572-1.039-2.118a2.72 2.72 0 0 0-1.705-.577zM79.122 4.443v8.887h-2.096v-.85c-.659.609-1.375.951-2.147 1.026l-.563.032c-1.272 0-2.232-.438-2.88-1.315-.431-.599-.664-1.412-.698-2.438a8.383 8.383 0 0 1-.017-.578V4.443h2.266V8.79c0 1.123.153 1.866.46 2.23.296.374.739.561 1.329.561.807 0 1.381-.272 1.722-.818.238-.342.357-1.053.357-2.133V4.443h2.267zM84.694 13.33l-3.8-8.887h2.522l2.182 5.887 2.147-5.887h2.556l-3.8 8.887h-1.807zM91.572 11.726c-.481 0-.881.401-.881.914 0 .465.4.866.865.866.497 0 .914-.385.914-.866 0-.497-.417-.914-.898-.914zM95.407 5.53h1.765l-1.785 8.266c-.465 2.134-1.106 3.201-1.94 3.201-.233 0-.388-.136-.388-.33 0-.058.019-.097.078-.194a.584.584 0 0 0 .097-.33.762.762 0 0 0-.776-.756c-.408 0-.718.368-.718.834 0 .66.679 1.183 1.532 1.183 1.766 0 3.144-1.94 3.997-5.568l1.456-6.306h2.153l.117-.621H98.88c.582-3.105 1.339-4.482 2.425-4.482.272 0 .427.097.427.252 0 .039-.019.097-.077.194a.652.652 0 0 0-.117.408c0 .465.291.776.718.776.446 0 .834-.369.834-.796 0-.718-.718-1.261-1.688-1.261-.95 0-1.727.427-2.445 1.339-.582.776-.989 1.668-1.591 3.57h-1.823l-.136.621zM103.323 13.33c1.067-3.396 1.397-4.191 2.29-5.685.679-1.106 1.222-1.708 1.552-1.708.136 0 .233.078.33.272.155.33.31.427.698.427.582 0 .912-.349.912-.97s-.368-1.009-.912-1.009c-.446 0-.989.291-1.494.834-.815.815-1.63 1.999-1.94 2.755l-.291.718 1.086-4.268-.058-.039c-1.416.252-1.63.291-3.046.524v.329c.427-.077.505-.097.66-.097.427 0 .679.194.679.544 0 .252-.155 1.047-.311 1.63l-1.649 5.743h1.494z"/></g></svg>
@@ -1 +1 @@
1
- <svg viewBox="0 0 110 18" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill="#373c42" fill-rule="nonzero"><path d="M0 13.33V1.476h2.266v3.785c.728-.684 1.568-1.058 2.523-1.122a4.69 4.69 0 0 1 .409-.016c1.431 0 2.607.492 3.527 1.475.818.888 1.227 1.963 1.227 3.224 0 1.209-.369 2.262-1.108 3.16-.863 1.038-2.028 1.556-3.493 1.556-1.102 0-2.022-.294-2.761-.882a6.724 6.724 0 0 1-.511-.465v1.139H0zm4.874-7.25c-.977 0-1.721.363-2.233 1.09-.34.471-.511 1.022-.511 1.652 0 1.016.386 1.781 1.159 2.294.466.31 1.011.465 1.636.465 1.022 0 1.784-.379 2.283-1.138.307-.46.461-.995.461-1.604 0-.974-.375-1.728-1.125-2.262-.477-.332-1.034-.497-1.67-.497zM21.455 9.833h-7.311c.205.791.727 1.321 1.568 1.588.318.107.665.16 1.039.16.773 0 1.398-.224 1.875-.673a3.7 3.7 0 0 0 .204-.209h2.471c-.136.396-.386.808-.749 1.235-.989 1.07-2.238 1.604-3.749 1.604-1.5 0-2.75-.481-3.749-1.443-.909-.877-1.364-1.936-1.364-3.176 0-1.348.506-2.476 1.517-3.385.954-.866 2.107-1.299 3.459-1.299 1.5 0 2.715.503 3.647 1.508.818.887 1.227 1.978 1.227 3.272 0 .289-.028.561-.085.818zm-7.379-1.877h5.232c-.262-1.048-.989-1.63-2.182-1.748a5.294 5.294 0 0 0-.426-.016c-1.306 0-2.158.529-2.556 1.588a2.99 2.99 0 0 0-.068.176zM24.164 13.33V6.384h-1.107V4.443h1.107V1.476h2.267v2.967h1.363v1.941h-1.363v6.946h-2.267zM39.212 4.443v8.887h-2.079v-1.155c-.75.802-1.625 1.251-2.625 1.347a7.431 7.431 0 0 1-.511.016c-1.488 0-2.687-.497-3.596-1.491-.772-.856-1.158-1.899-1.158-3.128 0-1.476.522-2.663 1.567-3.561.886-.749 1.966-1.123 3.238-1.123 1.238 0 2.221.406 2.948 1.219.046.053.091.112.137.176V4.443h2.079zm-4.925 1.749c-1 0-1.755.374-2.267 1.123-.329.47-.494 1.021-.494 1.652 0 .994.398 1.727 1.193 2.197.454.278.988.417 1.602.417.897 0 1.585-.267 2.062-.802a3.14 3.14 0 0 0 .681-1.828c0-1.016-.386-1.781-1.158-2.294-.466-.31-1.006-.465-1.619-.465zM42.961 11.726a.925.925 0 0 0-.938.914c0 .465.426.866.921.866.528 0 .971-.385.971-.866 0-.497-.443-.914-.954-.914zM54.191 4.443h2.164v7.203c0 1.625-.318 2.828-.954 3.609-.909 1.08-2.221 1.62-3.937 1.62-1.806 0-3.192-.567-4.158-1.701a4.435 4.435 0 0 1-.699-1.122h2.574c.545.566 1.198.877 1.959.93.125.011.262.016.409.016 1.682 0 2.562-.946 2.642-2.839-.727.802-1.568 1.251-2.522 1.347a4.842 4.842 0 0 1-.58.032c-1.454 0-2.624-.508-3.51-1.523-.75-.867-1.125-1.931-1.125-3.193 0-1.422.506-2.577 1.517-3.464.863-.749 1.908-1.123 3.135-1.123 1.364 0 2.392.444 3.085 1.331V4.443zm-2.829 1.749c-1.034 0-1.784.401-2.249 1.203-.25.438-.375.946-.375 1.524 0 1.101.42 1.882 1.261 2.342.397.213.863.32 1.397.32 1.068 0 1.84-.395 2.318-1.187.25-.417.375-.909.375-1.475 0-1.048-.398-1.818-1.193-2.31a2.764 2.764 0 0 0-1.33-.417h-.204zM63.546 4.235c1.477 0 2.704.486 3.681 1.46.909.898 1.364 1.983 1.364 3.256 0 1.251-.5 2.331-1.5 3.24-.988.898-2.164 1.347-3.528 1.347-1.397 0-2.59-.465-3.578-1.395-.955-.909-1.432-1.995-1.432-3.256 0-1.294.5-2.396 1.5-3.305.977-.898 2.141-1.347 3.493-1.347zm.017 1.957c-.852 0-1.556.326-2.113.978a2.562 2.562 0 0 0-.613 1.685c0 .909.358 1.636 1.073 2.181a2.724 2.724 0 0 0 1.67.545c.875 0 1.585-.336 2.131-1.01a2.608 2.608 0 0 0 .596-1.684c0-.867-.346-1.572-1.039-2.118a2.72 2.72 0 0 0-1.705-.577zM79.122 4.443v8.887h-2.096v-.85c-.659.609-1.375.951-2.147 1.026l-.563.032c-1.272 0-2.232-.438-2.88-1.315-.431-.599-.664-1.412-.698-2.438a8.383 8.383 0 0 1-.017-.578V4.443h2.266V8.79c0 1.123.153 1.866.46 2.23.296.374.739.561 1.329.561.807 0 1.381-.272 1.722-.818.238-.342.357-1.053.357-2.133V4.443h2.267zM84.694 13.33l-3.8-8.887h2.522l2.182 5.887 2.147-5.887h2.556l-3.8 8.887h-1.807zM91.572 11.726c-.481 0-.881.401-.881.914 0 .465.4.866.865.866.497 0 .914-.385.914-.866 0-.497-.417-.914-.898-.914zM95.407 5.53h1.765l-1.785 8.266c-.465 2.134-1.106 3.201-1.94 3.201-.233 0-.388-.136-.388-.33 0-.058.019-.097.078-.194a.584.584 0 0 0 .097-.33.762.762 0 0 0-.776-.756c-.408 0-.718.368-.718.834 0 .66.679 1.183 1.532 1.183 1.766 0 3.144-1.94 3.997-5.568l1.456-6.306h2.153l.117-.621H98.88c.582-3.105 1.339-4.482 2.425-4.482.272 0 .427.097.427.252 0 .039-.019.097-.077.194a.652.652 0 0 0-.117.408c0 .465.291.776.718.776.446 0 .834-.369.834-.796 0-.718-.718-1.261-1.688-1.261-.95 0-1.727.427-2.445 1.339-.582.776-.989 1.668-1.591 3.57h-1.823l-.136.621zM103.323 13.33c1.067-3.396 1.397-4.191 2.29-5.685.679-1.106 1.222-1.708 1.552-1.708.136 0 .233.078.33.272.155.33.31.427.698.427.582 0 .912-.349.912-.97s-.368-1.009-.912-1.009c-.446 0-.989.291-1.494.834-.815.815-1.63 1.999-1.94 2.755l-.291.718 1.086-4.268-.058-.039c-1.416.252-1.63.291-3.046.524v.329c.427-.077.505-.097.66-.097.427 0 .679.194.679.544 0 .252-.155 1.047-.311 1.63l-1.649 5.743h1.494z"/></g></svg>
1
+ <svg viewBox="0 0 110 18" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill="#fff" fill-rule="nonzero"><path d="M0 13.33V1.476h2.266v3.785c.728-.684 1.568-1.058 2.523-1.122a4.69 4.69 0 0 1 .409-.016c1.431 0 2.607.492 3.527 1.475.818.888 1.227 1.963 1.227 3.224 0 1.209-.369 2.262-1.108 3.16-.863 1.038-2.028 1.556-3.493 1.556-1.102 0-2.022-.294-2.761-.882a6.724 6.724 0 0 1-.511-.465v1.139H0zm4.874-7.25c-.977 0-1.721.363-2.233 1.09-.34.471-.511 1.022-.511 1.652 0 1.016.386 1.781 1.159 2.294.466.31 1.011.465 1.636.465 1.022 0 1.784-.379 2.283-1.138.307-.46.461-.995.461-1.604 0-.974-.375-1.728-1.125-2.262-.477-.332-1.034-.497-1.67-.497zM21.455 9.833h-7.311c.205.791.727 1.321 1.568 1.588.318.107.665.16 1.039.16.773 0 1.398-.224 1.875-.673a3.7 3.7 0 0 0 .204-.209h2.471c-.136.396-.386.808-.749 1.235-.989 1.07-2.238 1.604-3.749 1.604-1.5 0-2.75-.481-3.749-1.443-.909-.877-1.364-1.936-1.364-3.176 0-1.348.506-2.476 1.517-3.385.954-.866 2.107-1.299 3.459-1.299 1.5 0 2.715.503 3.647 1.508.818.887 1.227 1.978 1.227 3.272 0 .289-.028.561-.085.818zm-7.379-1.877h5.232c-.262-1.048-.989-1.63-2.182-1.748a5.294 5.294 0 0 0-.426-.016c-1.306 0-2.158.529-2.556 1.588a2.99 2.99 0 0 0-.068.176zM24.164 13.33V6.384h-1.107V4.443h1.107V1.476h2.267v2.967h1.363v1.941h-1.363v6.946h-2.267zM39.212 4.443v8.887h-2.079v-1.155c-.75.802-1.625 1.251-2.625 1.347a7.431 7.431 0 0 1-.511.016c-1.488 0-2.687-.497-3.596-1.491-.772-.856-1.158-1.899-1.158-3.128 0-1.476.522-2.663 1.567-3.561.886-.749 1.966-1.123 3.238-1.123 1.238 0 2.221.406 2.948 1.219.046.053.091.112.137.176V4.443h2.079zm-4.925 1.749c-1 0-1.755.374-2.267 1.123-.329.47-.494 1.021-.494 1.652 0 .994.398 1.727 1.193 2.197.454.278.988.417 1.602.417.897 0 1.585-.267 2.062-.802a3.14 3.14 0 0 0 .681-1.828c0-1.016-.386-1.781-1.158-2.294-.466-.31-1.006-.465-1.619-.465zM42.961 11.726a.925.925 0 0 0-.938.914c0 .465.426.866.921.866.528 0 .971-.385.971-.866 0-.497-.443-.914-.954-.914zM54.191 4.443h2.164v7.203c0 1.625-.318 2.828-.954 3.609-.909 1.08-2.221 1.62-3.937 1.62-1.806 0-3.192-.567-4.158-1.701a4.435 4.435 0 0 1-.699-1.122h2.574c.545.566 1.198.877 1.959.93.125.011.262.016.409.016 1.682 0 2.562-.946 2.642-2.839-.727.802-1.568 1.251-2.522 1.347a4.842 4.842 0 0 1-.58.032c-1.454 0-2.624-.508-3.51-1.523-.75-.867-1.125-1.931-1.125-3.193 0-1.422.506-2.577 1.517-3.464.863-.749 1.908-1.123 3.135-1.123 1.364 0 2.392.444 3.085 1.331V4.443zm-2.829 1.749c-1.034 0-1.784.401-2.249 1.203-.25.438-.375.946-.375 1.524 0 1.101.42 1.882 1.261 2.342.397.213.863.32 1.397.32 1.068 0 1.84-.395 2.318-1.187.25-.417.375-.909.375-1.475 0-1.048-.398-1.818-1.193-2.31a2.764 2.764 0 0 0-1.33-.417h-.204zM63.546 4.235c1.477 0 2.704.486 3.681 1.46.909.898 1.364 1.983 1.364 3.256 0 1.251-.5 2.331-1.5 3.24-.988.898-2.164 1.347-3.528 1.347-1.397 0-2.59-.465-3.578-1.395-.955-.909-1.432-1.995-1.432-3.256 0-1.294.5-2.396 1.5-3.305.977-.898 2.141-1.347 3.493-1.347zm.017 1.957c-.852 0-1.556.326-2.113.978a2.562 2.562 0 0 0-.613 1.685c0 .909.358 1.636 1.073 2.181a2.724 2.724 0 0 0 1.67.545c.875 0 1.585-.336 2.131-1.01a2.608 2.608 0 0 0 .596-1.684c0-.867-.346-1.572-1.039-2.118a2.72 2.72 0 0 0-1.705-.577zM79.122 4.443v8.887h-2.096v-.85c-.659.609-1.375.951-2.147 1.026l-.563.032c-1.272 0-2.232-.438-2.88-1.315-.431-.599-.664-1.412-.698-2.438a8.383 8.383 0 0 1-.017-.578V4.443h2.266V8.79c0 1.123.153 1.866.46 2.23.296.374.739.561 1.329.561.807 0 1.381-.272 1.722-.818.238-.342.357-1.053.357-2.133V4.443h2.267zM84.694 13.33l-3.8-8.887h2.522l2.182 5.887 2.147-5.887h2.556l-3.8 8.887h-1.807zM91.572 11.726c-.481 0-.881.401-.881.914 0 .465.4.866.865.866.497 0 .914-.385.914-.866 0-.497-.417-.914-.898-.914zM95.407 5.53h1.765l-1.785 8.266c-.465 2.134-1.106 3.201-1.94 3.201-.233 0-.388-.136-.388-.33 0-.058.019-.097.078-.194a.584.584 0 0 0 .097-.33.762.762 0 0 0-.776-.756c-.408 0-.718.368-.718.834 0 .66.679 1.183 1.532 1.183 1.766 0 3.144-1.94 3.997-5.568l1.456-6.306h2.153l.117-.621H98.88c.582-3.105 1.339-4.482 2.425-4.482.272 0 .427.097.427.252 0 .039-.019.097-.077.194a.652.652 0 0 0-.117.408c0 .465.291.776.718.776.446 0 .834-.369.834-.796 0-.718-.718-1.261-1.688-1.261-.95 0-1.727.427-2.445 1.339-.582.776-.989 1.668-1.591 3.57h-1.823l-.136.621zM103.323 13.33c1.067-3.396 1.397-4.191 2.29-5.685.679-1.106 1.222-1.708 1.552-1.708.136 0 .233.078.33.272.155.33.31.427.698.427.582 0 .912-.349.912-.97s-.368-1.009-.912-1.009c-.446 0-.989.291-1.494.834-.815.815-1.63 1.999-1.94 2.755l-.291.718 1.086-4.268-.058-.039c-1.416.252-1.63.291-3.046.524v.329c.427-.077.505-.097.66-.097.427 0 .679.194.679.544 0 .252-.155 1.047-.311 1.63l-1.649 5.743h1.494z"/></g></svg>
data/assets/main.scss CHANGED
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  ---
3
3
 
4
- @import "../node_modules/template.data.gouv.fr/dist/style/main.css";
5
4
  @import "_variables";
6
5
  @import "main"
@@ -125,7 +125,7 @@ small {
125
125
  margin: auto;
126
126
  }
127
127
 
128
- table {
128
+ .table {
129
129
  background: #fff;
130
130
  border: #c9d3df;
131
131
  border-radius: 2px;
@@ -136,24 +136,24 @@ table {
136
136
  border-collapse: collapse;
137
137
  }
138
138
 
139
- td,
140
- th {
139
+ .table td,
140
+ .table th {
141
141
  padding: 1em;
142
142
  text-align: left;
143
143
  }
144
144
 
145
- td {
145
+ .table td {
146
146
  border-top: 1px solid #adb9c9;
147
147
  }
148
148
 
149
- thead th {
149
+ .table thead th {
150
150
  background: #fff;
151
151
  font-size: 0.875em;
152
- font-weight: 200;
152
+ font-weight: 700;
153
153
  text-transform: uppercase;
154
154
  }
155
155
 
156
- tr:hover {
156
+ .table tr:hover {
157
157
  background: #fafbfc;
158
158
  }
159
159
 
@@ -188,6 +188,10 @@ button.button,
188
188
  button.button:focus,
189
189
  button.button:active,
190
190
  button.button:visited,
191
+ input[type="submit"],
192
+ input[type="submit"]:focus,
193
+ input[type="submit"]:active,
194
+ input[type="submit"]:visited,
191
195
  input[type="button"],
192
196
  input[type="button"]:focus,
193
197
  input[type="button"]:active,
@@ -210,12 +214,14 @@ input[type="button"]:visited {
210
214
 
211
215
  a.button:hover,
212
216
  button.button:hover,
217
+ input[type="submit"]:hover,
213
218
  input[type="button"]:hover {
214
219
  background: #003b80;
215
220
  }
216
221
 
217
222
  a.button:active,
218
223
  button.button:active,
224
+ input[type="submit"]:hover,
219
225
  input[type="button"]:hover {
220
226
  -webkit-transform: translateY(1px);
221
227
  transform: translateY(1px);
@@ -228,16 +234,88 @@ button::-moz-focus-inner {
228
234
  border: 0;
229
235
  }
230
236
 
237
+ a.button-outline,
238
+ a.button-outline:focus,
239
+ a.button-outline:active,
240
+ a.button-outline:visited,
241
+ button.button-outline,
242
+ button.button-outline:focus,
243
+ button.button-outline:active,
244
+ button.button-outline:visited {
245
+ display: inline-block;
246
+ padding: 0.5em 2em;
247
+ border-radius: 3px;
248
+ font-family: "Source Sans Pro", Arial, sans-serif;
249
+ font-size: 1em;
250
+ position: relative;
251
+ top: 0;
252
+ overflow: hidden;
253
+ text-decoration: none;
254
+ background: transparent;
255
+ border: 1px solid #fff;
256
+ color: #fff;
257
+ }
258
+
259
+ a.button-outline:hover,
260
+ button.button-outline:hover,
261
+ input[type="submit"].button-outline:hover,
262
+ input[type="button"].button-outline:hover {
263
+ border-color: #c9d3df;
264
+ color: #c9d3df;
265
+ }
266
+
267
+ .button-outline.primary,
268
+ a.button-outline.primary {
269
+ border-color: #0053b3;
270
+ color: #0053b3;
271
+ }
272
+
273
+ .button-outline.primary:hover,
274
+ .button-outline.primary:active {
275
+ border-color: #003b80;
276
+ color: #003b80;
277
+ }
278
+
279
+ .button-outline.warning,
280
+ a.button-outline.warning {
281
+ border-color: #d63626;
282
+ color: #d63626;
283
+ }
284
+
285
+ .button-outline.warning:hover,
286
+ .button-outline.warning:active {
287
+ border-color: #ab2b1e;
288
+ color: #ab2b1e;
289
+ }
290
+
291
+ .button-outline.secondary,
292
+ a.button-outline.secondary {
293
+ border-color: #53657d;
294
+ color: #53657d;
295
+ }
296
+
297
+ .button-outline.secondary:hover,
298
+ .button-outline.secondary:active {
299
+ border-color: #26353f;
300
+ color: #26353f;
301
+ }
302
+
231
303
  a.button.small,
232
304
  button.button.small,
233
- input[type="button"].small {
305
+ input[type="submit"].small,
306
+ input[type="button"].small,
307
+ a.button-outline.small,
308
+ button.button-outline.small {
234
309
  font-size: 0.825em;
235
310
  padding: 0.25em 1em;
236
311
  }
237
312
 
238
313
  a.button.large,
239
314
  button.button.large,
240
- input[type="button"].large {
315
+ input[type="submit"].large,
316
+ input[type="button"].large,
317
+ a.button-outline.large,
318
+ button.button-outline.large {
241
319
  font-size: 1.25em;
242
320
  }
243
321
 
@@ -265,7 +343,8 @@ a.button.secondary {
265
343
  background-color: #26353f;
266
344
  }
267
345
 
268
- .button + .button {
346
+ .button + .button,
347
+ .button-outline + .button-outline {
269
348
  margin-left: 1em;
270
349
  }
271
350
 
@@ -441,7 +520,7 @@ a.button.secondary {
441
520
  }
442
521
 
443
522
  .footer__logo img {
444
- width: 100%;
523
+ max-height: 60px;
445
524
  }
446
525
 
447
526
  @media (max-width: 999px) {
@@ -587,7 +666,7 @@ a.navbar__home {
587
666
  }
588
667
 
589
668
  .navbar__gouvfr {
590
- height: 18.4px;
669
+ height: 20px;
591
670
  }
592
671
 
593
672
  span.navbar__domain {
@@ -626,7 +705,7 @@ span.navbar__domain {
626
705
  right: 0;
627
706
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
628
707
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
629
- z-index: 1;
708
+ z-index: 90;
630
709
  }
631
710
 
632
711
  .dropdown-content a {
@@ -644,8 +723,7 @@ span.navbar__domain {
644
723
  display: block;
645
724
  }
646
725
 
647
- .row,
648
- .column {
726
+ .row {
649
727
  display: -webkit-box;
650
728
  display: -ms-flexbox;
651
729
  display: flex;
@@ -655,11 +733,8 @@ span.navbar__domain {
655
733
  -webkit-box-align: stretch;
656
734
  -ms-flex-align: stretch;
657
735
  align-items: stretch;
658
- margin-left: -1em;
659
- margin-right: -1em;
660
- }
661
-
662
- .row {
736
+ margin-left: -2em;
737
+ margin-right: -2em;
663
738
  -webkit-box-orient: horizontal;
664
739
  -webkit-box-direction: normal;
665
740
  -ms-flex-direction: row;
@@ -670,15 +745,8 @@ span.navbar__domain {
670
745
  max-width: 50em;
671
746
  }
672
747
 
673
- .column {
674
- -webkit-box-orient: vertical;
675
- -webkit-box-direction: normal;
676
- -ms-flex-direction: column;
677
- flex-direction: column;
678
- }
679
-
680
748
  .row > * {
681
- margin: 0 1em;
749
+ margin: 0 2em;
682
750
  }
683
751
 
684
752
  @media (max-width: 749px) {
@@ -694,8 +762,20 @@ span.navbar__domain {
694
762
  }
695
763
  }
696
764
 
697
- .column img {
698
- width: 100%;
765
+ .grid {
766
+ display: grid;
767
+ grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
768
+ grid-gap: 1em;
769
+ margin-top: 1em;
770
+ justify-items: center;
771
+ -webkit-box-pack: space-evenly;
772
+ -ms-flex-pack: space-evenly;
773
+ justify-content: space-evenly;
774
+ }
775
+
776
+ .grid .panel + .panel,
777
+ .grid .card + .card {
778
+ margin: 0;
699
779
  }
700
780
 
701
781
  .panel {
@@ -705,6 +785,7 @@ span.navbar__domain {
705
785
  box-shadow: 0 1px 4px #c9d3df;
706
786
  padding: 2em;
707
787
  position: relative;
788
+ border: 1px solid #c9d3df;
708
789
  }
709
790
 
710
791
  .panel + * {
@@ -725,7 +806,7 @@ span.navbar__domain {
725
806
  width: calc(100% + 4em);
726
807
  position: relative;
727
808
  left: -2em;
728
- border-bottom: 1px solid #adb9c9;
809
+ border-bottom: 1px solid #c9d3df;
729
810
  margin-bottom: 2em;
730
811
  }
731
812
 
@@ -742,7 +823,7 @@ span.navbar__domain {
742
823
  color: #53657d;
743
824
  }
744
825
 
745
- section {
826
+ .section {
746
827
  padding: 5em 0;
747
828
  }
748
829
 
@@ -760,7 +841,7 @@ section {
760
841
  }
761
842
 
762
843
  .section-color {
763
- background-color: #0053b3;
844
+ background-color: #003b80;
764
845
  color: #fff;
765
846
  }
766
847
 
@@ -1405,7 +1486,7 @@ fieldset {
1405
1486
  vertical-align: middle;
1406
1487
  }
1407
1488
 
1408
- .article__preview .article__author-name {
1489
+ .article__preview img + .article__author-name {
1409
1490
  margin-left: 0.5em;
1410
1491
  }
1411
1492
 
@@ -1599,13 +1680,15 @@ a.article__link:hover {
1599
1680
  margin: 0;
1600
1681
  }
1601
1682
 
1602
- .label {
1683
+ .label,
1684
+ a.label {
1603
1685
  background-color: #ebeff3;
1604
1686
  border-radius: 3px;
1605
1687
  display: inline-block;
1606
1688
  padding: 0.3em 0.8em;
1607
1689
  margin: 0.25em;
1608
1690
  font-size: 0.875em;
1691
+ text-decoration: none;
1609
1692
  }
1610
1693
 
1611
1694
  .label--active {
@@ -1618,4 +1701,3 @@ a.article__link:hover {
1618
1701
  border: 1px solid #adb9c9;
1619
1702
  color: #53657d;
1620
1703
  }
1621
-
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-gouvfr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Etalab
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-06 00:00:00.000000000 Z
11
+ date: 2018-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -118,7 +118,6 @@ files:
118
118
  - assets/preview_fb.png
119
119
  - assets/safari-pinned-tab.svg
120
120
  - assets/style/main.css
121
- - assets/style/main.min.css
122
121
  homepage: https://template-jekyll.data.gouv.fr
123
122
  licenses:
124
123
  - MIT
@@ -1 +0,0 @@
1
- body{font-family:Source Sans Pro,Arial,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Evolventa,Trebuchet MS,sans-serif}h1{font-size:2em}h2{font-size:1.5em}h3{font-size:1.25em}h4{font-size:1em}*+h1,*+h2,*+h3,*+h4,*+h5,*+h6{margin-top:2em}.lead-text{font-size:1.25em}p{line-height:1.5em}.subtitle{color:#8393a7}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-quote{background-color:#ebeff3;border-left:8px solid #c9d3df;padding:4px 0 4px 25px}.icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor;font-size:16px}#icon-search{fill:#adb9c9}*{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{height:100%;position:relative}body{color:#26353f;padding:0;margin:0;overflow:auto;background:#ebeff3}a,button{cursor:pointer}a,a:active,a:focus,a:hover,a:visited{-webkit-transition:color .2s ease-out;transition:color .2s ease-out;color:currentColor}small{font-size:.875em}.modals .button{margin:auto}table{background:#fff;border:#c9d3df;border-radius:2px;-webkit-box-shadow:0 1px 4px #c9d3df;box-shadow:0 1px 4px #c9d3df;position:relative;width:100%;border-collapse:collapse}td,th{padding:1em;text-align:left}td{border-top:1px solid #adb9c9}thead th{background:#fff;font-size:.875em;font-weight:200;text-transform:uppercase}tr:hover{background:#fafbfc}pre{display:block;margin-top:1em}code{background:#ebeff3;border-radius:3px;padding:0 .5em;font-family:Courier New;font-size:.9em;word-break:break-word;white-space:pre-wrap;vertical-align:middle;display:inline-block;max-width:100%;overflow-x:auto}pre code{padding:1em}a.button,a.button:active,a.button:focus,a.button:visited,button.button,button.button:active,button.button:focus,button.button:visited,input[type=button],input[type=button]:active,input[type=button]:focus,input[type=button]:visited{display:inline-block;padding:.5em 2em;color:#fff;background-color:#0053b3;border-radius:3px;border:0;-webkit-box-shadow:0 -2px inset #003b80;box-shadow:inset 0 -2px #003b80;font-family:Source Sans Pro,Arial,sans-serif;font-size:1em;position:relative;top:0;overflow:hidden;text-decoration:none}a.button:hover,button.button:hover,input[type=button]:hover{background:#003b80}a.button:active,button.button:active,input[type=button]:hover{-webkit-transform:translateY(1px);transform:translateY(1px);border-bottom:0;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{border:0}a.button.small,button.button.small,input[type=button].small{font-size:.825em;padding:.25em 1em}a.button.large,button.button.large,input[type=button].large{font-size:1.25em}.button.warning,a.button.warning{background-color:#d63626;-webkit-box-shadow:0 -2px inset #ab2b1e;box-shadow:inset 0 -2px #ab2b1e}.button.warning:active,.button.warning:hover{background-color:#ab2b1e}.button.secondary,a.button.secondary{background-color:#53657d;-webkit-box-shadow:0 -2px inset #26353f;box-shadow:inset 0 -2px #26353f}.button.secondary:active,.button.secondary:hover{background-color:#26353f}.button+.button{margin-left:1em}.container{position:relative;width:100%;max-width:1000px;margin:0 auto;padding:0 20px}.container h1:first-of-type{margin-top:0}.article__container{max-width:35em}@media (min-width:400px){.container{width:85%;padding:0}}@media (min-width:550px){.container{width:80%}}@font-face{font-family:Source Sans Pro;src:url("../fonts/Source Sans Pro/SourceSansPro-Regular.otf");font-weight:400}@font-face{font-family:Source Sans Pro;src:url("../fonts/Source Sans Pro/SourceSansPro-Bold.otf");font-weight:800}@font-face{font-family:Source Sans Pro;src:url("../fonts/Source Sans Pro/SourceSansPro-It.otf");font-style:italic}@font-face{font-family:Evolventa;src:url(../fonts/Evolventa/Evolventa-Regular.ttf);font-weight:400}@font-face{font-family:Evolventa;src:url(../fonts/Evolventa/Evolventa-Bold.ttf);font-weight:800}.notification{background:#b4e1fa;border:1px solid #006be6;border-radius:3px;padding:1em;margin-bottom:1em;position:relative}.notification .close{border:0;background:0;color:currentColor;position:absolute;right:1em}.notification .icon{fill:currentColor;width:20px;height:20px}.notification.closable{padding-right:3em}.notification.full-width{width:100%;margin-bottom:0;text-align:center;border:0}.notification.full-width.closable .close{right:unset}.notification.success{background:#daf5e7;border-color:#03bd5b}.notification.warning{background:#fff0e4;border-color:#ff9947}.notification.error{background:#efaca6;border-color:#d63626}.footer{background:#26353f;color:#fff;padding:2em 0}.footer .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer ul{list-style-type:none;padding:0}.footer__social{margin-top:1em}.footer__social li{display:inline;margin-right:1em}.footer__social .icon{width:35px;height:35px;fill:#fff}.footer__links{margin:0;line-height:2em}.footer__links h2{margin-top:0;margin-bottom:.5em}.footer__links a{color:#fff;text-decoration:none}.footer__logo{width:300px;height:auto}.footer__logo img{width:100%}@media (max-width:999px){.footer .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.hero{width:100%;color:#fff;background:#0053b3}.hero__container{min-height:38vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2em}.hero__white-background{padding:10px 1em;background-color:#fff}h1.hero__white-background{color:#26353f;margin:0}.hero p{margin:1em auto;color:#26353f;font-size:1.2em;font-style:italic}.navbar{border-bottom:1px solid #c9d3df;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3);width:100%;background:#fff;z-index:4}.nav-fixed{position:fixed;top:0}.navbar__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1em}.navbar__home{height:40px}.navbar__logo{height:100%}.nav__links{margin:0;list-style-type:none}.nav__item,.nav__links{display:inline-block;padding:0}.nav__item .dropdown,.nav__item a{text-decoration:none;color:#1c1c1c;padding:.4em .8em;border-radius:3px}.nav__links a:after{content:none}.nav__item .dropdown:hover,.nav__item a:hover{background:#ebeff3}.nav__item a.active{background:#0053b3;color:#fff}a.navbar__home{font-family:Evolventa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#26353f;letter-spacing:.05em;text-decoration:none}.navbar__home img{vertical-align:middle}.navbar__logo{margin-right:.8em}.navbar__gouvfr{height:18.4px}span.navbar__domain{font-weight:400;color:#26353f}@media (max-width:749px){.navbar__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.nav__links{padding-top:1em}}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;background-color:#fff;min-width:110px;text-align:center;top:2em;right:0;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.2);box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1}.dropdown-content a{color:#000;padding:12px 16px;text-decoration:none;display:block}.dropdown-content a:hover{background-color:#c9d3df}.dropdown:hover .dropdown-content{display:block}.column,.row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-left:-1em;margin-right:-1em}.row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.row>*{max-width:50em}.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.row>*{margin:0 1em}@media (max-width:749px){.row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.row>*{margin:1em}}.column img{width:100%}.panel{background:#fff;border-radius:2px;-webkit-box-shadow:0 1px 4px #c9d3df;box-shadow:0 1px 4px #c9d3df;padding:2em;position:relative}.panel+*{margin-top:2em}.panel>:first-child{margin-top:0}.panel>:last-child{margin-bottom:0}.panel__header:after{content:"";display:block;width:calc(100% + 4em);position:relative;left:-2em;border-bottom:1px solid #adb9c9;margin-bottom:2em}.panel__header h3{display:inline-block}.panel__header h3:first-of-type{margin-top:0}.panel__header-extra{margin-left:1em;color:#53657d}section{padding:5em 0}.section-white{background-color:#fff}.section-grey{background-color:#ebeff3}.section-dark{background-color:#1c1c1c;color:#fff}.section-color{background-color:#0053b3;color:#fff}.section__subtitle{margin:0 auto 2em;max-width:640px;font-size:1.3em;font-style:italic;text-align:center;margin-bottom:0}.section__subtitle:not(:last-child){margin-bottom:3em}.section__title+.section__subtitle{margin-top:-3em}.section__title{margin:0 0 3em;text-align:center}form{max-width:520px;margin:0 auto}input,select,textarea{width:100%;outline:none;padding:8px 14px;font:inherit;line-height:1.6;color:#1c1c1c;border-radius:3px;border:1px solid #adb9c9;background:#fff;vertical-align:middle;position:relative}input:focus,select:focus,textarea:focus{border-color:#006be6;-webkit-transition:border-color .2s ease-out;transition:border-color .2s ease-out}input:disabled,select:disabled{background-color:#ebeff3}input[type=checkbox],input[type=radio]{margin-right:6px;margin-top:0}input[type=radio]{height:20px;width:20px;border-radius:50%;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}input[type=radio]:before{content:"";border-color:#0053b3;border-radius:50%;position:absolute;top:5px;left:5px;width:8px;height:8px;-webkit-transform:scale(0);transform:scale(0)}input[type=radio]:checked{background-color:#fff;border-color:#0053b3;opacity:1}input[type=radio]:checked:before{background-color:#0053b3;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:22px;width:22px;padding:0}input[type=checkbox]:checked{background-color:#0053b3;border-color:#0053b3;opacity:1;-webkit-transition:border-color .2s ease-in,background-color .2s ease-out;transition:border-color .2s ease-in,background-color .2s ease-out}input[type=checkbox]:before{-webkit-transform:scale(0);transform:scale(0);content:"";position:absolute;top:3px;left:3px;height:14px;width:14px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path d="M14.23 1.304L6.112 9.501 2.767 6.117a1.029 1.029 0 0 0-1.464 0 1.054 1.054 0 0 0 0 1.479l4.055 4.101c.208.21.481.31.754.305.272.005.545-.095.753-.305l8.829-8.915a1.053 1.053 0 0 0 0-1.478 1.027 1.027 0 0 0-1.464 0z" fill="white" /></svg>') 50% no-repeat}input[type=checkbox]:checked:before{color:#fff;display:block;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path d="M1.254 2.518a.904.904 0 0 1 0-1.257.85.85 0 0 1 1.225 0l4.512 4.632 4.511-4.632a.85.85 0 0 1 1.225 0 .904.904 0 0 1 0 1.257L7.621 7.761a.848.848 0 0 1-.63.259.849.849 0 0 1-.631-.259L1.254 2.518z" fill="gray"/></svg>') no-repeat;background-position:top 1em right 1em;background-size:15px;padding-right:45px;border-radius:3px;width:auto}select:focus{outline:none}select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}label,legend{display:block;margin-bottom:.5em;color:#26353f}label.label-inline{display:inline;color:#1c1c1c}.label-inline+input[type=checkbox],.label-inline+input[type=radio]{margin-left:10px}.form__container{max-width:30em;margin:auto}.form__group{position:relative;display:block}.form__group+.form__group{margin-top:2em}fieldset{border:none;margin:0;padding:0;width:100%}.overlay-button{position:absolute;right:2em;top:1.25em;background:0;border:0;width:15px;height:15px}.search__group{position:relative}.overlayed-button .icon-search{height:15px;width:15px}.input__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.input__group .icon-button,.input__group .icon-button:active{margin-left:1em;padding:0 .8em}.input__group .icon-button .icon{width:16px;height:16px}.richtext img{max-width:100%;margin:auto;display:block}.richtext img+em{display:block;text-align:center;margin:.3em .1em}.richtext ol,.richtext ul{margin:0;padding:0 0 0 1em}.richtext li{padding-left:.5em}.richtext code{padding:0 .1em;border-radius:.2em}.richtext pre{padding:1em;margin:.5em 0;border-radius:3px;background-color:#ebeff3}.documentation{display:-webkit-box;display:-ms-flexbox;display:flex}.side-pane{background:#ebeff3;padding:1.5em;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;border-right:1px solid #c9d3df}.side-pane h2{margin-top:0;padding:.5em}.side-pane .side-pane__menu{list-style-type:none;margin:0;padding:0;width:100%;max-width:400px;float:right}.side-pane__title{padding:0 1em}.side-pane__title h3{font-family:Source Sans Pro;font-weight:400;font-size:.9em;text-transform:uppercase;padding-bottom:1em;border-bottom:1px solid #adb9c9}.side-pane .side-pane__link{padding:.5em 1em;display:block;width:100%;border-radius:5px;margin-bottom:.5em;color:#26353f}.side-pane li:hover .side-pane__link{background:#c9d3df}.side-pane li.active .side-pane__link{background:#0053b3;color:#fff}.side-pane li.side-pane__dropdown .side-pane__link{background:url(../images/icons/external/arrow-right.svg) no-repeat;background-position:center right 1em;background-size:15px 15px}.side-pane li.side-pane__dropdown:hover .side-pane__link{background:#c9d3df url(../images/icons/external/arrow-right.svg) no-repeat;background-position:center right 1em;background-size:15px 15px}.side-pane li.unfolded.side-pane__dropdown .side-pane__link,.side-pane li.unfolded.side-pane__dropdown:hover .side-pane__link{background-image:url(../images/icons/external/arrow-down-white.svg);background-color:transparent}.side-pane li.unfolded.active.side-pane__dropdown .side-pane__link{background-color:#0053b3}.side-pane__dropdown.unfolded .side-pane__submenu{display:block}.side-pane__submenu{padding-left:2em;margin-bottom:.5em;display:none}.side-pane__sublink,.side-pane__sublink:visited{padding:.5em;list-style-type:none;color:#53657d;border-radius:5px;text-decoration:none;display:inline-block}.side-pane__submenu li{list-style-type:none;margin:.5em 0}.side-pane__submenu .side-pane__sublink:hover{color:#26353f;background:#c9d3df}.side-pane__submenu li.active{list-style-type:disc;color:#0053b3}.side-pane__submenu li.active .side-pane__sublink{font-weight:700;color:#26353f}.main-pane{padding:3em 5em;background:#fff;-webkit-box-flex:1;-ms-flex:1;flex:1}.main-pane h1:first-child{margin-top:0}@media (max-width:749px){.documentation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.side-pane{border-right:none;border-bottom:1px solid #c9d3df;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.side-pane .side-pane__menu{max-width:unset;float:none}}@media (min-width:1000px){.main-pane .markdown{width:80%}.side-pane{-webkit-box-flex:0;-ms-flex:0 0 350px;flex:0 0 350px}}.dashboard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;min-height:calc(100vh - 73px)}.dashboard,.dashboard .side-menu{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.dashboard .side-menu{background:#fff}.dashboard .side-menu ul{margin-top:0;padding:0;list-style-type:none}.dashboard .side-menu a{padding:1em 2em;display:block;width:100%;color:#26353f}.dashboard .side-menu a.active{background:linear-gradient(90deg,#0053b3,#0053b3 5px,#ebeff3 0,#ebeff3)}.dashboard .side-menu a:hover{color:#0053b3}.dashboard .main{padding:2em;-webkit-box-flex:1;-ms-flex:1 1 75%;flex:1 1 75%;background:#ebeff3}.dashboard .main>:first-child{margin-top:0}.dashboard table{-webkit-box-shadow:none;box-shadow:none}.article{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"liga" on;padding:0;background:#fff;color:#26353f;line-height:1.5;margin:0 auto}.article__hero{height:38vh;width:100%;overflow:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.article__hero img{width:100%;filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');-webkit-filter:brightness(.5);filter:brightness(.5);position:absolute;z-index:2}.article__hero .article__container{z-index:3;-webkit-box-align:start;-ms-flex-align:start;align-items:start;width:100%}.article__content{margin:0}.article__content .article__container{margin:0 auto;padding:2em 0 4em}.richtext+.article__author{margin-top:1em}.article__author-list{padding-top:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.article__author{display:inline-block;max-width:270px;padding:1em;font-size:15px}.article__author+.article__author{margin-left:1em;margin-top:0}.article__author img{height:32px;width:32px;border-radius:50%;display:inline-block;float:right}.article__author-info{display:inline-block}.article__author-name{font-weight:700}.article__author-role{color:#53657d;font-size:.9em;line-height:.8em}.article__author-description p:last-child{margin-bottom:0}.article__preview{margin:0 auto;padding:2em}.article__preview+.article__preview{margin-top:2em}.article__preview .article__author{width:auto;padding:0}.article__preview .article__author img{float:none;vertical-align:middle}.article__preview .article__author-name{margin-left:.5em}a.article__link{color:#26353f;text-decoration:none}a.article__link:hover{color:#0053b3}.article__title{margin-bottom:0}.article__meta{margin-bottom:1em}.article__thumbnail{width:100%;height:200px;overflow:hidden;position:relative}.article__thumbnail img{width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:549px){.article__container,.article__hero .article__container{width:85%;padding:0}.article__author-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.article__author-list .article__author{width:100%;margin-left:0}.article__author-list .article__author+.article__author{margin-top:1em;margin-left:0}}.card{background:#fff;border-radius:2px;-webkit-box-shadow:0 1px 4px #c9d3df;box-shadow:0 1px 4px #c9d3df;position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.row>.card+.card{margin-left:2em}@media (max-width:749px){.row>.card+.card{margin-left:0;margin-top:2em}}.card__cover{height:250px;width:100%;overflow:hidden;position:relative}.card__cover img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.card__content{padding:2em;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.card__content h3{margin:0}.card__content .card__meta{color:#53657d}.card__content .card__meta time:after{content:" • "}.card__content :last-child{margin-bottom:0}.card__extra{border-top:1px solid #adb9c9;padding:1em}.modal__backdrop{position:fixed;top:0;left:0;background:rgba(0,0,0,.5);height:100%;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none;z-index:3}.modal__backdrop:target{display:-webkit-box;display:-ms-flexbox;display:flex}.modal{border-radius:3px;-webkit-box-shadow:#c9d3df;box-shadow:#c9d3df;background:#fff;padding:2em;max-width:32em}.modal>:first-child{margin-top:0}.modal .button__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:2em}.modal .button__group .button{margin:0}.modal .button__group .button+.button{margin-left:1em}.label-list{padding:0;margin:0}.label{background-color:#ebeff3;border-radius:3px;display:inline-block;padding:.3em .8em;margin:.25em;font-size:.875em}.label--active{background-color:#0053b3;color:#fff}.label--inactive{background-color:#fff;border:1px solid #adb9c9;color:#53657d}