epfl-elements 4.7.0 → 4.9.0
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.
- package/dist/components/atoms/picture/picture-news-thumb.twig +11 -0
- package/dist/components/atoms/switch/switch-inline.twig +5 -0
- package/dist/components/atoms/switch/switch-states.twig +3 -0
- package/dist/components/atoms/switch/switch.twig +4 -0
- package/dist/components/atoms/switch/switch.yml +10 -0
- package/dist/components/content-types/news/news-horizontal-listing-gray.twig +36 -0
- package/dist/components/content-types/news/news-horizontal-listing.twig +36 -0
- package/dist/components/content-types/news/news.yml +7 -0
- package/dist/components/molecules/breadcrumb/breadcrumb-dropdown.twig +69 -0
- package/dist/components/molecules/breadcrumb/breadcrumb-tagged.twig +59 -4
- package/dist/components/molecules/breadcrumb/breadcrumb.twig +8 -2
- package/dist/components/molecules/breadcrumb/breadcrumb.yml +4 -0
- package/dist/components/molecules/key-number/key-number-hn-link.twig +23 -0
- package/dist/components/molecules/key-number/key-number-hn.twig +23 -0
- package/dist/components/molecules/key-number/key-number.yml +4 -0
- package/dist/components/molecules/list-group/list-group-teasers.twig +35 -1
- package/dist/components/organisms/footer/footer-legal.twig +12 -3
- package/dist/components/organisms/key-number-group/key-number-group-hn.twig +7 -0
- package/dist/components/organisms/key-number-group/key-number-group.yml +3 -0
- package/dist/components/organisms/nav-aside/nav-aside.twig +12 -2
- package/dist/components/organisms/nav-aside/nav-aside.yml +4 -0
- package/dist/components/organisms/nav-mobile/nav-mobile.twig +24 -0
- package/dist/components/organisms/nav-mobile/nav-mobile.yml +5 -0
- package/dist/components/pages/about/about.twig +2 -0
- package/dist/components/pages/association-list/association-list.twig +2 -0
- package/dist/components/pages/blog-single/blog-single.twig +22 -5
- package/dist/components/pages/lab-homepage/lab-homepage.twig +6 -2
- package/dist/components/pages/news-detail/news-detail.twig +19 -27
- package/dist/components/pages/news-homepage/news-homepage.twig +1 -0
- package/dist/components/pages/study-plan/study-plan.twig +25 -3
- package/dist/components/pages/study-plan-course/study-plan-course.twig +27 -5
- package/dist/components/templates/base/base.twig +7 -12
- package/dist/css/elements.css +279 -37
- package/dist/css/elements.min.css +1 -1
- package/dist/css/elements.min.css.map +1 -1
- package/dist/css/reader.css +4 -2
- package/dist/css/reader.min.css +1 -1
- package/dist/css/reader.min.css.map +1 -1
- package/dist/images/icons/icon-teaser-video.svg +1 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-1080x608.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-120x68.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-160x90.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-190x107.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-240x135.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-540x304.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-80x45.jpg +0 -0
- package/dist/images/styleguide/news-thumbs/news_thumb_02-95x53.jpg +0 -0
- package/dist/js/elements.js +22 -49
- package/dist/js/elements.min.js +1 -1
- package/dist/js/elements.min.js.map +1 -1
- package/dist/js/reader.js +5618 -5651
- package/dist/js/reader.min.js +1 -1
- package/dist/js/reader.min.js.LICENSE.txt +16 -0
- package/dist/js/reader.min.js.map +1 -1
- package/dist/package.json +6 -6
- package/package.json +6 -6
- /package/dist/images/styleguide/news-thumbs/{news_thumb-120x58.jpg → news_thumb-120x68.jpg} +0 -0
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
{% set hasTaggedBreadcrumb = true %}
|
|
2
|
+
|
|
1
3
|
{% extends "@templates/base/base.twig" %}
|
|
2
4
|
|
|
3
5
|
{% block header %}
|
|
@@ -5,8 +7,10 @@
|
|
|
5
7
|
{% endblock %}
|
|
6
8
|
|
|
7
9
|
{% set nav_aside_items = [{
|
|
8
|
-
label: "
|
|
9
|
-
|
|
10
|
+
label: "ENAC Faculty",
|
|
11
|
+
siblings_before: ["News"],
|
|
12
|
+
siblings_after: ["Education", "Research", "Sustainability challenges", "Intranet ENAC"],
|
|
13
|
+
children: ["Organization", "Projects", "Publications", "Team", "Teaching"]
|
|
10
14
|
}] %}
|
|
11
15
|
{% set nav_aside_active = 0 %}
|
|
12
16
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{% set isSpecial = true %}
|
|
2
|
+
{% set isNews = true %}
|
|
2
3
|
|
|
3
4
|
{% extends "@templates/base/base.twig" %}
|
|
4
5
|
|
|
@@ -16,7 +17,7 @@
|
|
|
16
17
|
|
|
17
18
|
{% block content %}
|
|
18
19
|
<div class="container mb-5" itemscope itemtype="http://schema.org/Article">
|
|
19
|
-
<h1 itemprop="name">Des connexions se créent pour dépasser la paralysie</h1>
|
|
20
|
+
<h1 itemprop="name headline">Des connexions se créent pour dépasser la paralysie</h1>
|
|
20
21
|
</div>
|
|
21
22
|
|
|
22
23
|
<div class="container">
|
|
@@ -28,17 +29,8 @@
|
|
|
28
29
|
<div class="col-md-6">
|
|
29
30
|
<p class="bg-gray-100 px-4 py-5 lead mb-5">Des rats paraplégiques retrouvent l’usage de leurs pattes à la suite d’une rééducation neuroprosthétique qui provoque la création de nouvelles connexions cérébrales. Celles-ci transmettent les commandes motrices jusqu’aux centres d'exécution de la moelle épinière en aval de la blessure, permettant ainsi de marcher, nager et même monter des escaliers.</p>
|
|
30
31
|
|
|
31
|
-
<
|
|
32
|
-
|
|
33
|
-
<a class="nav-link active" id="original-tab" data-toggle="tab" href="#original" role="tab" aria-controls="home" aria-selected="true">Texte original</a>
|
|
34
|
-
</li>
|
|
35
|
-
<li class="nav-item">
|
|
36
|
-
<a class="nav-link" id="simplified-tab" data-toggle="tab" href="#simplified" role="tab" aria-controls="profile" aria-selected="false">Version simplifiée (bêta)</a>
|
|
37
|
-
</li>
|
|
38
|
-
</ul>
|
|
39
|
-
|
|
40
|
-
<div class="tab-content py-3">
|
|
41
|
-
<div class="tab-pane fade show active" id="original" role="tabpanel" aria-labelledby="original-tab">
|
|
32
|
+
<div id="news-content-text" itemprop="articleBody">
|
|
33
|
+
|
|
42
34
|
<p>Par la combinaison de stimulations électrochimiques de la moelle épinière et d’une rééducation assistée par robot, des rats atteints d'une lésion médullaire clinique retrouvent le contrôle des membres paralysés. Mais comment ces commandes cérébrales (de marche, de natation, ou de montée d’escaliers) peuvent-elles contourner la lésion, atteindre la moelle épinière, et ainsi rendre possibles ces tâches complexes ? Des scientifiques de l'EPFL ont observé pour la première fois que le cerveau ré-achemine des commandes motrices spécifiques par des voies alternatives, soit des fibres neuronales poussant du tronc cérébral jusqu’à la moelle épinière. La thérapie provoque le développement de nouvelles connexions entre le cortex moteur et le tronc cérébral, et entre le tronc cérébral et la moelle épinière, reconnectant ainsi le cerveau avec la moelle épinière de l’autre côté de la lésion. Ces résultats paraissent le 19 mars dans la revue Nature Neuroscience.</p>
|
|
43
35
|
<p>Grégoire Courtine, chef d’unité au Centre de neuroprothèses de l’EPFL, explique que « le cerveau développe de nouvelles connexions anatomiques à travers des régions du système nerveux restées intactes après la lésion. Le cerveau rebranche principalement les circuits du cortex cérébral, du tronc cérébral, et de la moelle épinière. Ce recâblage extensif, nous avons pu l’observer avec un niveau de détail jusqu’ici inégalé, grâce aux technologies dernier cri de microscopie du cerveau et de la moelle épinière. »</p>
|
|
44
36
|
|
|
@@ -52,25 +44,13 @@
|
|
|
52
44
|
<p>Dans le laboratoire, des rats rendus totalement paraplégiques par une contusion apprennent à remarcher à l'aide d'une thérapie qui combine une stimulation électrochimique de la moelle épinière et une rééducation assistée par robot. La moelle épinière du rat est doublement stimulée : d’abord par injection de produits pharmaceutiques, puis par stimulation électrique en-dessous de la lésion, afin d’activer les muscles des jambes. Une physiothérapie soutenue par un harnais intelligent qui allège le poids du corps et offre des conditions naturelles de marche permet aux rats de retrouver, au bout de quelques semaines, un contrôle volontaire et étendu de leurs pattes postérieures. A la longue, les rats peuvent contrôler leurs muscles même sans stimulation électrochimique, ni harnais. En 2012, le Prof. Courtine et son équipe avaient déjà montré que des rats portant des lésions médullaires arrivaient, à la suite d’une rééducation neuroprosthétique, à nager et monter des escaliers.</p>
|
|
53
45
|
<p>En comparant les cerveaux de rats blessés puis réhabilités avec ceux de rats sains, les scientifiques ont pu identifier une région spécifique du tronc cérébral, la formation réticulée, comme acteur clé du rétablissement. Ce rôle, les scientifiques l’ont découvert à l’aide de techniques de pointe, l'optogénétique et la chimiogénétique, appliquées à des animaux transgéniques. Cet ensemble d'outils permet d’activer ou d’inhiber sélectivement certains circuits du cerveau et du tronc cérébral afin d’en étudier la fonction. Les chercheurs ont également utilisé, pour visualiser les voies nerveuses, un puissant microscope à « feuilles lumineuses » (light sheet microscope en anglais) nouvellement mis au point par le Wyss Center for Bio and Neuroengineering à Genève. Cette technologie permet de rendre transparent l'ensemble du système nerveux central, à l'exception de nerfs spécifiques où s’exprime une protéine fluorescente. En passant un feuillet de lumière à travers le cerveau et la moelle épinière intactes, les scientifiques ont obtenu des images 3D inédites qui illustrent l'organisation des voies nerveuses chez les animaux sains, et montrent comment la thérapie réorganise ces connexions. Les neurones blessés ne repoussent pas spontanément, mais une réorganisation des connections neurales se produit au-dessus de la lésion, activant de nouveaux canaux de communication.</p>
|
|
54
46
|
<p>Reste encore à voir si la réhabilitation neuroprosthétique conduit aussi, chez l'homme, à un recâblage similaire du cerveau, du tronc cérébral et de la moelle épinière. Grégoire Courtine est optimiste: « Nous avons déjà montré que la plasticité du système nerveux, c’est-à-dire sa remarquable capacité à développer de nouvelles connexions après une lésion de la moelle épinière, est encore plus robuste chez l'homme que chez le rongeur. Nous sommes actuellement en train de tester notre thérapie sur des personnes atteintes d'une lésion de la moelle épinière au Centre hospitalier universitaire vaudois (CHUV). »</p>
|
|
55
|
-
|
|
56
|
-
<div class="tab-pane fade" id="simplified" role="tabpanel" aria-labelledby="simplified-tab">
|
|
57
|
-
<div class="alert alert-info fade show" role="alert">
|
|
58
|
-
<p>Ceci est une <a href="https://go.epfl.ch/news-ai-fr">version simplifiée automatiquement par une AI</a> dans le cadre d’un projet de recherche de l'EPFL.</p>
|
|
59
|
-
<p><strong>Aucune relecture ou correction systématique</strong> n'est effectuée a posteriori par un humain.</p>
|
|
60
|
-
<p>Plus d'informations sur le projet sur le site du <a href="https://go.epfl.ch/mlo-ai">Laboratoire d'apprentissage automatique et d'optimisation (MLO)</a></p>
|
|
61
|
-
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
|
62
|
-
</button>
|
|
63
|
-
</div>
|
|
64
|
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc sodales, augue vitae semper vestibulum, tortor risus bibendum urna, nec venenatis justo lacus nec lorem. Interdum et malesuada fames ac ante ipsum primis in faucibus. Morbi ipsum nisi, dignissim non dolor ut, hendrerit volutpat lorem. Sed sem velit, convallis eget feugiat non, blandit quis ante.</p>
|
|
65
|
-
<p>In dignissim sem eget risus faucibus maximus. Ut convallis leo quis mauris aliquam condimentum. Nullam nec vestibulum neque, convallis rutrum magna. Quisque in nisl vel elit congue semper id vitae ligula. Quisque posuere viverra orci sit amet pharetra. Vivamus dictum euismod mattis. Vivamus lobortis posuere quam pharetra elementum. Aenean sed ipsum ornare, porttitor mauris sit amet, interdum mi. In hac habitasse platea dictumst. Sed orci dolor, lacinia at luctus non, cursus at est.</p>
|
|
66
|
-
<p>Sed efficitur lectus et lacinia efficitur. Integer sed fringilla nulla. Sed at libero luctus, molestie urna at, lobortis est. Vivamus ullamcorper mi a sem sagittis commodo. Sed molestie hendrerit magna quis lacinia. Nam eget diam lorem. Cras pellentesque lobortis felis, at fermentum tellus aliquam sit amet.</p>
|
|
67
|
-
<p>Integer purus nisl, gravida sed auctor id, luctus non metus. Integer in mauris sapien. Donec commodo mattis leo in tincidunt. Etiam porta venenatis diam, nec dapibus turpis dapibus quis. Etiam dapibus arcu porta ex vestibulum sodales. Nam hendrerit ligula eget felis porta, non lacinia ipsum dignissim. Nulla auctor faucibus tortor, quis porta ipsum scelerisque nec. </p>
|
|
68
|
-
</div>
|
|
47
|
+
|
|
69
48
|
</div>
|
|
49
|
+
|
|
70
50
|
<hr>
|
|
71
51
|
<footer class="my-3">
|
|
72
52
|
<p class="m-0 small text-muted">
|
|
73
|
-
<strong>Auteur: </strong> <a href="#">Lorem Ipsum</a>
|
|
53
|
+
<strong>Auteur: </strong> <small itemprop="author publisher" itemscope="" itemtype="https://schema.org/Person"><a href="#"><span itemprop="name">Lorem Ipsum</span></a></small>
|
|
74
54
|
</p>
|
|
75
55
|
<p class="small text-muted mb-0 mt-1">
|
|
76
56
|
<strong>Source: </strong><a href="/search/mediacom/fr">EPFL</a>
|
|
@@ -157,3 +137,15 @@
|
|
|
157
137
|
|
|
158
138
|
</div>
|
|
159
139
|
{% endblock %}
|
|
140
|
+
|
|
141
|
+
{% block footer_container %}
|
|
142
|
+
<div class="bg-gray-100 pt-5">
|
|
143
|
+
<div class="container">
|
|
144
|
+
{% block footer %}
|
|
145
|
+
{% include '@organisms/footer/footer-light.twig' %}
|
|
146
|
+
{% endblock %}
|
|
147
|
+
</div>
|
|
148
|
+
</div>
|
|
149
|
+
{% endblock %}
|
|
150
|
+
</div>
|
|
151
|
+
</div>
|
|
@@ -23,12 +23,34 @@
|
|
|
23
23
|
<nav aria-label="breadcrumb" class="breadcrumb-wrapper">
|
|
24
24
|
<ol class="breadcrumb">
|
|
25
25
|
<li class="breadcrumb-item">
|
|
26
|
-
<a href="#">
|
|
26
|
+
<a class="bread-link bread-home" href="#">
|
|
27
27
|
{% include '@atoms/icon/icon.twig' with { icon: 'icon-home' } %}
|
|
28
28
|
</a>
|
|
29
29
|
</li>
|
|
30
|
-
<li class="breadcrumb-item
|
|
31
|
-
|
|
30
|
+
<li class="breadcrumb-item expand-links">
|
|
31
|
+
<button class="btn btn-expand-links" aria-expanded="false" title="Afficher le chemin complet">
|
|
32
|
+
<span class="dots" aria-hidden="true">…</span>
|
|
33
|
+
<span class="sr-only">Afficher le chemin complet</span>
|
|
34
|
+
</button>
|
|
35
|
+
</li>
|
|
36
|
+
<li class="breadcrumb-item">
|
|
37
|
+
<a class="bread-link" href="#">Éducation</a>
|
|
38
|
+
<div class="dropdown">
|
|
39
|
+
<button class="btn btn-secondary dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" aria-controls="dropdown-menu-1">
|
|
40
|
+
{% include '@atoms/icon/icon.twig' with { icon: 'arrow-down-circle', icon_classes:'feather' } %}
|
|
41
|
+
<span class="sr-only">Afficher les pages de même niveau – Éducation</span>
|
|
42
|
+
</button>
|
|
43
|
+
<ul class="dropdown-menu" id="dropdown-menu-1">
|
|
44
|
+
<li class="dropdown-item"><a href="#">À propos</a></li>
|
|
45
|
+
<li class="dropdown-item current-menu-item-parent"><a href="#">Éducation</a></li>
|
|
46
|
+
<li class="dropdown-item"><a href="#">Recherche</a></li>
|
|
47
|
+
<li class="dropdown-item"><a href="#">Innovation</a></li>
|
|
48
|
+
<li class="dropdown-item"><a href="#">Facultés</a></li>
|
|
49
|
+
<li class="dropdown-item"><a href="#">Campus</a></li>
|
|
50
|
+
</ul>
|
|
51
|
+
</div>
|
|
52
|
+
</li>
|
|
53
|
+
<li class="breadcrumb-item"><a class="bread-link" href="#">Plans d'études</a></li>
|
|
32
54
|
<li class="breadcrumb-item active" aria-current="page">Cycle Bachelor</li>
|
|
33
55
|
</ol>
|
|
34
56
|
</nav>
|
|
@@ -24,14 +24,36 @@
|
|
|
24
24
|
<nav aria-label="breadcrumb" class="breadcrumb-wrapper">
|
|
25
25
|
<ol class="breadcrumb">
|
|
26
26
|
<li class="breadcrumb-item">
|
|
27
|
-
<a href="#">
|
|
27
|
+
<a class="bread-link bread-home" href="#">
|
|
28
28
|
{% include '@atoms/icon/icon.twig' with { icon: 'icon-home' } %}
|
|
29
29
|
</a>
|
|
30
30
|
</li>
|
|
31
|
-
<li class="breadcrumb-item
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
31
|
+
<li class="breadcrumb-item expand-links">
|
|
32
|
+
<button class="btn btn-expand-links" aria-expanded="false" title="Afficher le chemin complet">
|
|
33
|
+
<span class="dots" aria-hidden="true">…</span>
|
|
34
|
+
<span class="sr-only">Afficher le chemin complet</span>
|
|
35
|
+
</button>
|
|
36
|
+
</li>
|
|
37
|
+
<li class="breadcrumb-item">
|
|
38
|
+
<a class="bread-link" href="#">Éducation</a>
|
|
39
|
+
<div class="dropdown">
|
|
40
|
+
<button class="btn btn-secondary dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" aria-controls="dropdown-menu-1">
|
|
41
|
+
{% include '@atoms/icon/icon.twig' with { icon: 'arrow-down-circle', icon_classes:'feather' } %}
|
|
42
|
+
<span class="sr-only">Afficher les pages de même niveau – Éducation</span>
|
|
43
|
+
</button>
|
|
44
|
+
<ul class="dropdown-menu" id="dropdown-menu-1">
|
|
45
|
+
<li class="dropdown-item"><a href="#">À propos</a></li>
|
|
46
|
+
<li class="dropdown-item current-menu-item-parent"><a href="#">Éducation</a></li>
|
|
47
|
+
<li class="dropdown-item"><a href="#">Recherche</a></li>
|
|
48
|
+
<li class="dropdown-item"><a href="#">Innovation</a></li>
|
|
49
|
+
<li class="dropdown-item"><a href="#">Facultés</a></li>
|
|
50
|
+
<li class="dropdown-item"><a href="#">Campus</a></li>
|
|
51
|
+
</ul>
|
|
52
|
+
</div>
|
|
53
|
+
</li>
|
|
54
|
+
<li class="breadcrumb-item"><a class="bread-link" href="#">Plans d'études</a></li>
|
|
55
|
+
<li class="breadcrumb-item"><a class="bread-link" href="#">Cycle Bachelor</a></li>
|
|
56
|
+
<li class="breadcrumb-item"><a class="bread-link" href="#">Architecture</a></li>
|
|
35
57
|
<li class="breadcrumb-item active" aria-current="page">Art et architecture</li>
|
|
36
58
|
</ol>
|
|
37
59
|
</nav>
|
|
@@ -11,16 +11,19 @@
|
|
|
11
11
|
{% block breadcrumb %}
|
|
12
12
|
{% if not isSpecial %}
|
|
13
13
|
<div class="breadcrumb-container">
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
{% if hasTaggedBreadcrumb %}
|
|
15
|
+
{% include '@molecules/breadcrumb/breadcrumb-tagged.twig' %}
|
|
16
|
+
{% else %}
|
|
17
|
+
{% include '@molecules/breadcrumb/breadcrumb-dropdown.twig' %}
|
|
18
|
+
{% endif %}
|
|
16
19
|
</div>
|
|
17
20
|
{% endif %}
|
|
18
21
|
{% endblock %}
|
|
19
22
|
|
|
20
|
-
<div{% if not isSpecial %}
|
|
23
|
+
<div class="nav-toggle-layout{% if not isSpecial %} nav-aside-layout{% endif %}">
|
|
21
24
|
|
|
22
25
|
{% block nav %}
|
|
23
|
-
{% include '@organisms/nav-
|
|
26
|
+
{% include '@organisms/nav-mobile/nav-mobile.twig' %}
|
|
24
27
|
{% endblock %}
|
|
25
28
|
|
|
26
29
|
<div class="w-100 pb-5">
|
|
@@ -32,14 +35,6 @@
|
|
|
32
35
|
{% endblock %}
|
|
33
36
|
|
|
34
37
|
</div>
|
|
35
|
-
|
|
36
|
-
{% if not isSpecial %}
|
|
37
|
-
<aside class="nav-aside-wrapper">
|
|
38
|
-
{% block sideNav %}
|
|
39
|
-
{% include '@organisms/nav-aside/nav-aside.twig' %}
|
|
40
|
-
{% endblock %}
|
|
41
|
-
</aside>
|
|
42
|
-
{% endif %}
|
|
43
38
|
</div>
|
|
44
39
|
|
|
45
40
|
{% block footer_container %}
|
package/dist/css/elements.css
CHANGED
|
@@ -12289,6 +12289,17 @@ button.tag.tag-plain:focus .remove {
|
|
|
12289
12289
|
margin-right: 1rem;
|
|
12290
12290
|
}
|
|
12291
12291
|
|
|
12292
|
+
.custom-control-input:focus ~ .custom-control-label:before {
|
|
12293
|
+
-webkit-box-shadow: none;
|
|
12294
|
+
box-shadow: none;
|
|
12295
|
+
outline: 2px solid #707070;
|
|
12296
|
+
outline-offset: 1px;
|
|
12297
|
+
}
|
|
12298
|
+
|
|
12299
|
+
.custom-control-input:checked:focus ~ .custom-control-label:before {
|
|
12300
|
+
outline-color: #b51f1f;
|
|
12301
|
+
}
|
|
12302
|
+
|
|
12292
12303
|
.collapse-title {
|
|
12293
12304
|
position: relative;
|
|
12294
12305
|
padding: 0;
|
|
@@ -12745,18 +12756,20 @@ header.collapse-title + .collapse-item:before {
|
|
|
12745
12756
|
.form-control, .selectize-control .selectize-input {
|
|
12746
12757
|
border-color: #8e8e8e;
|
|
12747
12758
|
height: auto;
|
|
12748
|
-
-webkit-transition: color 0.3s, border-color 0.3s,
|
|
12749
|
-
transition: color 0.3s, border-color 0.3s,
|
|
12750
|
-
transition: color 0.3s, border-color 0.3s,
|
|
12751
|
-
transition: color 0.3s, border-color 0.3s,
|
|
12759
|
+
-webkit-transition: color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
|
|
12760
|
+
transition: color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
|
|
12761
|
+
transition: color 0.3s, border-color 0.3s, box-shadow 0.3s;
|
|
12762
|
+
transition: color 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
|
|
12752
12763
|
}
|
|
12753
12764
|
.form-control:hover, .selectize-control .selectize-input:hover, .form-control.hover, .selectize-control .hover.selectize-input {
|
|
12754
12765
|
border-color: #707070;
|
|
12755
12766
|
}
|
|
12756
|
-
.form-control:focus, .selectize-control .selectize-input:focus, .form-control.focus, .selectize-control .focus.selectize-input {
|
|
12767
|
+
.form-control:focus, .selectize-control .selectize-input:focus, .form-control.focus, .selectize-control .focus.selectize-input, .form-control:focus-visible, .selectize-control .selectize-input:focus-visible {
|
|
12757
12768
|
border-color: #212121 !important;
|
|
12758
|
-
-webkit-box-shadow:
|
|
12759
|
-
box-shadow:
|
|
12769
|
+
-webkit-box-shadow: none !important;
|
|
12770
|
+
box-shadow: none !important;
|
|
12771
|
+
outline: 2px solid #707070;
|
|
12772
|
+
outline-offset: 2px;
|
|
12760
12773
|
}
|
|
12761
12774
|
.form-control.is-invalid, .selectize-control .is-invalid.selectize-input {
|
|
12762
12775
|
border-color: #ff0000 !important;
|
|
@@ -13705,6 +13718,38 @@ a.social-icon:hover, a.social-icon:focus {
|
|
|
13705
13718
|
}
|
|
13706
13719
|
}
|
|
13707
13720
|
|
|
13721
|
+
.custom-switch {
|
|
13722
|
+
padding-left: 2.25rem;
|
|
13723
|
+
}
|
|
13724
|
+
.custom-switch .custom-control-label:after {
|
|
13725
|
+
top: calc(0.25rem + 1px);
|
|
13726
|
+
left: calc(-2.25rem + 2px);
|
|
13727
|
+
}
|
|
13728
|
+
@media (min-width: 576px) {
|
|
13729
|
+
.custom-switch .custom-control-label:after {
|
|
13730
|
+
top: calc(0.25rem + 2px);
|
|
13731
|
+
}
|
|
13732
|
+
}
|
|
13733
|
+
@media (min-width: 992px) {
|
|
13734
|
+
.custom-switch .custom-control-label:after {
|
|
13735
|
+
top: calc(0.25rem + 3px);
|
|
13736
|
+
}
|
|
13737
|
+
}
|
|
13738
|
+
.custom-switch .custom-control-label:before {
|
|
13739
|
+
top: 3px;
|
|
13740
|
+
left: -2.25rem;
|
|
13741
|
+
}
|
|
13742
|
+
@media (min-width: 576px) {
|
|
13743
|
+
.custom-switch .custom-control-label:before {
|
|
13744
|
+
top: 4px;
|
|
13745
|
+
}
|
|
13746
|
+
}
|
|
13747
|
+
@media (min-width: 992px) {
|
|
13748
|
+
.custom-switch .custom-control-label:before {
|
|
13749
|
+
top: 5px;
|
|
13750
|
+
}
|
|
13751
|
+
}
|
|
13752
|
+
|
|
13708
13753
|
.upload {
|
|
13709
13754
|
padding: 1rem 0.85rem;
|
|
13710
13755
|
border: 1px solid #c1c1c1;
|
|
@@ -15803,6 +15848,34 @@ ol.flickity-page-dots li:before {
|
|
|
15803
15848
|
z-index: 1;
|
|
15804
15849
|
}
|
|
15805
15850
|
|
|
15851
|
+
.list-group-teaser-thumbnail .news-video-overlay {
|
|
15852
|
+
display: -webkit-box;
|
|
15853
|
+
display: -ms-flexbox;
|
|
15854
|
+
display: flex;
|
|
15855
|
+
-webkit-box-pack: center;
|
|
15856
|
+
-ms-flex-pack: center;
|
|
15857
|
+
justify-content: center;
|
|
15858
|
+
-webkit-box-align: center;
|
|
15859
|
+
-ms-flex-align: center;
|
|
15860
|
+
align-items: center;
|
|
15861
|
+
position: absolute;
|
|
15862
|
+
top: 0px;
|
|
15863
|
+
left: 0px;
|
|
15864
|
+
width: 100%;
|
|
15865
|
+
height: 100%;
|
|
15866
|
+
background: transparent;
|
|
15867
|
+
}
|
|
15868
|
+
.list-group-teaser-thumbnail .news-video-overlay:before {
|
|
15869
|
+
content: "";
|
|
15870
|
+
width: 2.25rem;
|
|
15871
|
+
height: 2.25rem;
|
|
15872
|
+
background: url(../images/icons/icon-teaser-video.svg);
|
|
15873
|
+
background-size: 100%;
|
|
15874
|
+
border-radius: 50%;
|
|
15875
|
+
-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
|
|
15876
|
+
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
|
|
15877
|
+
}
|
|
15878
|
+
|
|
15806
15879
|
.social-feed {
|
|
15807
15880
|
position: relative;
|
|
15808
15881
|
padding: 2.2rem 1.5rem 1.5rem;
|
|
@@ -15830,17 +15903,6 @@ ol.flickity-page-dots li:before {
|
|
|
15830
15903
|
position: relative;
|
|
15831
15904
|
margin-bottom: 1.6rem;
|
|
15832
15905
|
}
|
|
15833
|
-
.breadcrumb-container:before {
|
|
15834
|
-
content: " ";
|
|
15835
|
-
position: absolute;
|
|
15836
|
-
top: 0;
|
|
15837
|
-
right: 0;
|
|
15838
|
-
width: 3rem;
|
|
15839
|
-
height: calc(100% - 2px);
|
|
15840
|
-
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, #fff), to(#fff));
|
|
15841
|
-
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 80%, #fff 100%);
|
|
15842
|
-
z-index: 120;
|
|
15843
|
-
}
|
|
15844
15906
|
@media (max-width: 1199.98px) {
|
|
15845
15907
|
.breadcrumb-container {
|
|
15846
15908
|
padding: 0 0.8rem;
|
|
@@ -15864,7 +15926,6 @@ ol.flickity-page-dots li:before {
|
|
|
15864
15926
|
}
|
|
15865
15927
|
@media (min-width: 992px) {
|
|
15866
15928
|
.breadcrumb-wrapper {
|
|
15867
|
-
overflow-x: auto;
|
|
15868
15929
|
overflow-y: visible;
|
|
15869
15930
|
-webkit-user-select: none;
|
|
15870
15931
|
-moz-user-select: none;
|
|
@@ -15915,14 +15976,6 @@ ol.flickity-page-dots li:before {
|
|
|
15915
15976
|
.breadcrumb-item.breadcrumb-tags-wrapper {
|
|
15916
15977
|
display: inline;
|
|
15917
15978
|
}
|
|
15918
|
-
@media (max-width: 767.98px) {
|
|
15919
|
-
.breadcrumb-item:not(.breadcrumb-tags-wrapper) {
|
|
15920
|
-
display: none;
|
|
15921
|
-
}
|
|
15922
|
-
.breadcrumb-item.breadcrumb-tags-wrapper:after {
|
|
15923
|
-
display: none;
|
|
15924
|
-
}
|
|
15925
|
-
}
|
|
15926
15979
|
.breadcrumb-item:before {
|
|
15927
15980
|
content: " ";
|
|
15928
15981
|
display: block;
|
|
@@ -15940,9 +15993,10 @@ ol.flickity-page-dots li:before {
|
|
|
15940
15993
|
width: calc(100% - 0.6rem);
|
|
15941
15994
|
}
|
|
15942
15995
|
.breadcrumb-item:after {
|
|
15943
|
-
content: "
|
|
15944
|
-
|
|
15945
|
-
|
|
15996
|
+
content: "/";
|
|
15997
|
+
color: #8e8e8e;
|
|
15998
|
+
padding-left: 0.25rem;
|
|
15999
|
+
padding-right: 0.25rem;
|
|
15946
16000
|
}
|
|
15947
16001
|
.breadcrumb-item a {
|
|
15948
16002
|
background-image: none !important;
|
|
@@ -15964,8 +16018,111 @@ ol.flickity-page-dots li:before {
|
|
|
15964
16018
|
content: none;
|
|
15965
16019
|
}
|
|
15966
16020
|
.breadcrumb-item.active {
|
|
16021
|
+
font-weight: bold;
|
|
15967
16022
|
color: #495057;
|
|
15968
16023
|
}
|
|
16024
|
+
.breadcrumb-item.expand-links {
|
|
16025
|
+
display: none;
|
|
16026
|
+
}
|
|
16027
|
+
|
|
16028
|
+
.breadcrumb .btn-expand-links {
|
|
16029
|
+
height: auto;
|
|
16030
|
+
padding: 0;
|
|
16031
|
+
border: 0;
|
|
16032
|
+
font-size: inherit;
|
|
16033
|
+
line-height: 1;
|
|
16034
|
+
}
|
|
16035
|
+
|
|
16036
|
+
@media (max-width: 991.98px) {
|
|
16037
|
+
.breadcrumb .breadcrumb-item,
|
|
16038
|
+
.breadcrumb.has-expanded-links .breadcrumb-item.expand-links {
|
|
16039
|
+
display: none;
|
|
16040
|
+
}
|
|
16041
|
+
.breadcrumb .breadcrumb-item:first-of-type,
|
|
16042
|
+
.breadcrumb .breadcrumb-item.expand-links,
|
|
16043
|
+
.breadcrumb .breadcrumb-item:last-of-type,
|
|
16044
|
+
.breadcrumb .breadcrumb-item.active,
|
|
16045
|
+
.breadcrumb .breadcrumb-item.breadcrumb-tags-wrapper,
|
|
16046
|
+
.breadcrumb.has-expanded-links .breadcrumb-item {
|
|
16047
|
+
display: inline-block;
|
|
16048
|
+
}
|
|
16049
|
+
}
|
|
16050
|
+
.breadcrumb .dropdown {
|
|
16051
|
+
display: inline;
|
|
16052
|
+
position: static;
|
|
16053
|
+
}
|
|
16054
|
+
|
|
16055
|
+
.breadcrumb .dropdown-toggle {
|
|
16056
|
+
display: -webkit-inline-box;
|
|
16057
|
+
display: -ms-inline-flexbox;
|
|
16058
|
+
display: inline-flex;
|
|
16059
|
+
-webkit-box-pack: center;
|
|
16060
|
+
-ms-flex-pack: center;
|
|
16061
|
+
justify-content: center;
|
|
16062
|
+
-webkit-box-align: center;
|
|
16063
|
+
-ms-flex-align: center;
|
|
16064
|
+
align-items: center;
|
|
16065
|
+
top: -0.08em;
|
|
16066
|
+
width: 1.25rem;
|
|
16067
|
+
height: 1.25rem;
|
|
16068
|
+
margin-left: 0;
|
|
16069
|
+
padding: 0;
|
|
16070
|
+
border: 0;
|
|
16071
|
+
border-radius: 50%;
|
|
16072
|
+
}
|
|
16073
|
+
.breadcrumb .dropdown-toggle .icon {
|
|
16074
|
+
top: 0;
|
|
16075
|
+
font-size: 1rem;
|
|
16076
|
+
color: currentColor;
|
|
16077
|
+
-webkit-transform: rotate(0);
|
|
16078
|
+
transform: rotate(0);
|
|
16079
|
+
-webkit-transition: all 0.2s ease-in-out;
|
|
16080
|
+
transition: all 0.2s ease-in-out;
|
|
16081
|
+
}
|
|
16082
|
+
.breadcrumb .dropdown-toggle:after {
|
|
16083
|
+
content: none;
|
|
16084
|
+
}
|
|
16085
|
+
.breadcrumb .dropdown-toggle:hover, .breadcrumb .dropdown-toggle:active {
|
|
16086
|
+
background: #ff0000 !important;
|
|
16087
|
+
color: #fff !important;
|
|
16088
|
+
}
|
|
16089
|
+
.breadcrumb .dropdown-toggle:focus, .breadcrumb .dropdown-toggle:focus-visible {
|
|
16090
|
+
outline-offset: 0;
|
|
16091
|
+
}
|
|
16092
|
+
.breadcrumb .dropdown-toggle:focus:not(:focus-visible) {
|
|
16093
|
+
outline-color: transparent !important;
|
|
16094
|
+
}
|
|
16095
|
+
.breadcrumb .dropdown-toggle[aria-expanded=true] .icon {
|
|
16096
|
+
-webkit-transform: rotate(180deg);
|
|
16097
|
+
transform: rotate(180deg);
|
|
16098
|
+
}
|
|
16099
|
+
|
|
16100
|
+
.breadcrumb .dropdown-menu.show {
|
|
16101
|
+
top: 1.65rem !important;
|
|
16102
|
+
left: -0.625rem !important;
|
|
16103
|
+
-webkit-transform: none !important;
|
|
16104
|
+
transform: none !important;
|
|
16105
|
+
}
|
|
16106
|
+
.breadcrumb .dropdown-menu.show.open-left {
|
|
16107
|
+
right: -0.625rem !important;
|
|
16108
|
+
left: auto !important;
|
|
16109
|
+
}
|
|
16110
|
+
|
|
16111
|
+
.breadcrumb .dropdown-item {
|
|
16112
|
+
padding: 0.125em 0.625rem;
|
|
16113
|
+
font-size: 0.83rem;
|
|
16114
|
+
}
|
|
16115
|
+
.breadcrumb .dropdown-item a {
|
|
16116
|
+
display: block;
|
|
16117
|
+
}
|
|
16118
|
+
.breadcrumb .dropdown-item.current-menu-item, .breadcrumb .dropdown-item.current-menu-item-parent {
|
|
16119
|
+
font-weight: bold;
|
|
16120
|
+
}
|
|
16121
|
+
@media (max-width: 991.98px) {
|
|
16122
|
+
.breadcrumb .dropdown-item {
|
|
16123
|
+
white-space: normal;
|
|
16124
|
+
}
|
|
16125
|
+
}
|
|
15969
16126
|
|
|
15970
16127
|
.links-group {
|
|
15971
16128
|
padding: 1.66rem;
|
|
@@ -17815,6 +17972,24 @@ a.nav-arrow:hover .icon-container {
|
|
|
17815
17972
|
.nav-aside-layout .nav-aside-wrapper {
|
|
17816
17973
|
display: block;
|
|
17817
17974
|
}
|
|
17975
|
+
@media (max-width: 1199.98px) {
|
|
17976
|
+
.nav-aside-layout .nav-aside-wrapper {
|
|
17977
|
+
padding: 1rem;
|
|
17978
|
+
}
|
|
17979
|
+
.nav-aside-layout .nav-aside-wrapper .nav-aside [class^=h] {
|
|
17980
|
+
padding: 0;
|
|
17981
|
+
}
|
|
17982
|
+
.nav-aside-layout .nav-aside-wrapper .nav-aside a {
|
|
17983
|
+
padding-left: 1.5rem;
|
|
17984
|
+
padding-right: 1.5rem;
|
|
17985
|
+
font-size: 1rem;
|
|
17986
|
+
}
|
|
17987
|
+
}
|
|
17988
|
+
@media (min-width: 1200px) {
|
|
17989
|
+
.nav-aside-layout .nav-aside-wrapper {
|
|
17990
|
+
height: 100%;
|
|
17991
|
+
}
|
|
17992
|
+
}
|
|
17818
17993
|
@media (min-width: 1600px) {
|
|
17819
17994
|
.nav-aside-layout .nav-aside-wrapper {
|
|
17820
17995
|
-webkit-box-flex: 0;
|
|
@@ -17864,12 +18039,10 @@ a.nav-arrow:hover .icon-container {
|
|
|
17864
18039
|
.nav-aside li.active > a:before {
|
|
17865
18040
|
content: none;
|
|
17866
18041
|
}
|
|
17867
|
-
.nav-aside li.active:not(.menu-item-has-children) + li > a:before {
|
|
17868
|
-
content: none;
|
|
17869
|
-
}
|
|
17870
18042
|
@media (max-width: 1199.98px) {
|
|
17871
18043
|
.nav-aside li.active > a {
|
|
17872
|
-
margin-
|
|
18044
|
+
margin-left: 0;
|
|
18045
|
+
margin-right: 0;
|
|
17873
18046
|
}
|
|
17874
18047
|
}
|
|
17875
18048
|
.nav-aside > ul > li:first-child > a:before {
|
|
@@ -17903,6 +18076,76 @@ a.nav-arrow:hover .icon-container {
|
|
|
17903
18076
|
content: none;
|
|
17904
18077
|
}
|
|
17905
18078
|
|
|
18079
|
+
.nav-toggle-layout > .nav-container {
|
|
18080
|
+
width: auto;
|
|
18081
|
+
margin: 0;
|
|
18082
|
+
padding: 0;
|
|
18083
|
+
}
|
|
18084
|
+
@media (max-width: 1199.98px) {
|
|
18085
|
+
.nav-toggle-layout > .nav-container {
|
|
18086
|
+
position: absolute;
|
|
18087
|
+
top: 0;
|
|
18088
|
+
bottom: 0;
|
|
18089
|
+
left: 0;
|
|
18090
|
+
width: 100%;
|
|
18091
|
+
background: #fff;
|
|
18092
|
+
border-top: 1px solid #c1c1c1;
|
|
18093
|
+
overflow-y: scroll;
|
|
18094
|
+
-webkit-transform: translateX(-100%);
|
|
18095
|
+
transform: translateX(-100%);
|
|
18096
|
+
-webkit-transition: -webkit-transform 0.2s;
|
|
18097
|
+
transition: -webkit-transform 0.2s;
|
|
18098
|
+
transition: transform 0.2s;
|
|
18099
|
+
transition: transform 0.2s, -webkit-transform 0.2s;
|
|
18100
|
+
z-index: 120;
|
|
18101
|
+
}
|
|
18102
|
+
.mobile-menu-open .nav-toggle-layout > .nav-container {
|
|
18103
|
+
-webkit-transform: translateX(0);
|
|
18104
|
+
transform: translateX(0);
|
|
18105
|
+
}
|
|
18106
|
+
}
|
|
18107
|
+
|
|
18108
|
+
.nav-main-mobile {
|
|
18109
|
+
position: static;
|
|
18110
|
+
border: 0;
|
|
18111
|
+
-webkit-transform: none !important;
|
|
18112
|
+
transform: none !important;
|
|
18113
|
+
}
|
|
18114
|
+
@media (min-width: 1200px) {
|
|
18115
|
+
.nav-main-mobile {
|
|
18116
|
+
display: none;
|
|
18117
|
+
}
|
|
18118
|
+
}
|
|
18119
|
+
.nav-main-mobile .nav-wrapper {
|
|
18120
|
+
height: auto;
|
|
18121
|
+
}
|
|
18122
|
+
.nav-main-mobile .nav-container {
|
|
18123
|
+
margin-left: 0;
|
|
18124
|
+
padding-left: 0;
|
|
18125
|
+
}
|
|
18126
|
+
.nav-main-mobile .nav-container .nav-menu {
|
|
18127
|
+
display: grid;
|
|
18128
|
+
grid-template-columns: repeat(3, 1fr);
|
|
18129
|
+
position: static;
|
|
18130
|
+
width: 100%;
|
|
18131
|
+
padding-top: 1rem;
|
|
18132
|
+
padding-bottom: 1rem;
|
|
18133
|
+
border-bottom: 1px solid #c1c1c1;
|
|
18134
|
+
}
|
|
18135
|
+
.nav-main-mobile .nav-container .nav-menu li {
|
|
18136
|
+
border: 0;
|
|
18137
|
+
}
|
|
18138
|
+
.nav-main-mobile .nav-container .nav-menu li a {
|
|
18139
|
+
margin-top: 0;
|
|
18140
|
+
margin-bottom: 0;
|
|
18141
|
+
padding-top: 0.4rem;
|
|
18142
|
+
padding-bottom: 0.4rem;
|
|
18143
|
+
}
|
|
18144
|
+
.nav-main-mobile .nav-container .nav-menu li.current-menu-item > a:first-child {
|
|
18145
|
+
background: transparent;
|
|
18146
|
+
color: #212121;
|
|
18147
|
+
}
|
|
18148
|
+
|
|
17906
18149
|
.person-card-avatar {
|
|
17907
18150
|
height: 8rem;
|
|
17908
18151
|
}
|
|
@@ -18282,7 +18525,7 @@ a.nav-arrow:hover .icon-container {
|
|
|
18282
18525
|
border-top: 1px solid #e6e6e6;
|
|
18283
18526
|
}
|
|
18284
18527
|
.footer-light-socials .social-icon-negative .icon {
|
|
18285
|
-
font-size: 1.
|
|
18528
|
+
font-size: 1.375rem;
|
|
18286
18529
|
}
|
|
18287
18530
|
|
|
18288
18531
|
.bg-dark .footer-light-socials,
|
|
@@ -19757,8 +20000,7 @@ a.cc-link {
|
|
|
19757
20000
|
}
|
|
19758
20001
|
.table-like .line .cep .label {
|
|
19759
20002
|
clip: auto;
|
|
19760
|
-
|
|
19761
|
-
clip-path: none;
|
|
20003
|
+
clip-path: none;
|
|
19762
20004
|
position: static;
|
|
19763
20005
|
width: auto;
|
|
19764
20006
|
height: auto;
|