|
@@ -1375,8 +1375,8 @@ main[role="main"] div.taxonomy-term {
|
|
display: none; }
|
|
display: none; }
|
|
main[role="main"] div.taxonomy-term.home_mobile h2 {
|
|
main[role="main"] div.taxonomy-term.home_mobile h2 {
|
|
margin: 0;
|
|
margin: 0;
|
|
- font-size: 1.3em;
|
|
|
|
- font-weight: 500;
|
|
|
|
|
|
+ font-size: 0.9em;
|
|
|
|
+ font-weight: normal;
|
|
text-transform: uppercase; }
|
|
text-transform: uppercase; }
|
|
main[role="main"] div.taxonomy-term:not(.home_mobile).field__label {
|
|
main[role="main"] div.taxonomy-term:not(.home_mobile).field__label {
|
|
display: none; }
|
|
display: none; }
|
|
@@ -1384,9 +1384,10 @@ main[role="main"] div.taxonomy-term {
|
|
margin-bottom: 1em; }
|
|
margin-bottom: 1em; }
|
|
main[role="main"] div.taxonomy-term.home_mobile .field__label {
|
|
main[role="main"] div.taxonomy-term.home_mobile .field__label {
|
|
margin: 0;
|
|
margin: 0;
|
|
- font-size: 0.9em;
|
|
|
|
- font-weight: normal;
|
|
|
|
- text-transform: uppercase; }
|
|
|
|
|
|
+ font-size: 0.82em;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ line-height: 1.6;
|
|
|
|
+ text-transform: none; }
|
|
main[role="main"] div.taxonomy-term article.node--type-enregistrement h2.node-title {
|
|
main[role="main"] div.taxonomy-term article.node--type-enregistrement h2.node-title {
|
|
font-size: 0.82em;
|
|
font-size: 0.82em;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
@@ -1395,8 +1396,20 @@ main[role="main"] div.taxonomy-term {
|
|
margin: 0.9em 0 0 0; }
|
|
margin: 0.9em 0 0 0; }
|
|
|
|
|
|
main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile {
|
|
main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile {
|
|
|
|
+ padding-bottom: 1em;
|
|
border-bottom: 1px solid red; }
|
|
border-bottom: 1px solid red; }
|
|
|
|
+ main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile .field--name-field-notice > .field__label, main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile .index > .field__label {
|
|
|
|
+ cursor: pointer; }
|
|
main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile .field--name-field-notice .field__item, main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile .field--name-field-notice .item-list, main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile .index .field__item, main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile .index .item-list {
|
|
main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile .field--name-field-notice .field__item, main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile .field--name-field-notice .item-list, main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile .index .field__item, main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile .index .item-list {
|
|
|
|
+ height: auto;
|
|
|
|
+ -webkit-transition: height 0.3s ease-in-out;
|
|
|
|
+ transition: height 0.3s ease-in-out; }
|
|
|
|
+ main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile .field--name-field-notice.closed .field__item, main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile .field--name-field-notice.closed .item-list, main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile .index.closed .field__item, main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile .index.closed .item-list {
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ height: 1px;
|
|
|
|
+ -webkit-transition: height 0.01s ease-in-out;
|
|
|
|
+ transition: height 0.01s ease-in-out; }
|
|
|
|
+ main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile.notice-opened .field--name-description, main[role="main"] div.taxonomy-term.vocabulary-entrees.home_mobile.index-opened .field--name-description {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
height: 1px; }
|
|
height: 1px; }
|
|
|
|
|
|
@@ -1494,6 +1507,14 @@ main[role="main"] span.close-col-btn {
|
|
background-position: center;
|
|
background-position: center;
|
|
background-size: contain; }
|
|
background-size: contain; }
|
|
|
|
|
|
|
|
+html.is-mobile main[role="main"] .node--type-enregistrement.node--view-mode-full h2.node-title {
|
|
|
|
+ font-size: 0.9em;
|
|
|
|
+ font-weight: normal;
|
|
|
|
+ text-transform: uppercase; }
|
|
|
|
+
|
|
|
|
+html.is-mobile main[role="main"] .node--type-enregistrement.node--view-mode-full .audiofield label {
|
|
|
|
+ display: none; }
|
|
|
|
+
|
|
#audio-player {
|
|
#audio-player {
|
|
position: absolute;
|
|
position: absolute;
|
|
-webkit-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|