Compare commits
1 Commits
87235cae16
...
newPages
| Author | SHA1 | Date | |
|---|---|---|---|
| 93fc877ca5 |
@@ -17,7 +17,6 @@
|
||||
"require": {
|
||||
"composer/installers": "^2.0",
|
||||
"drupal/block_field": "^1.0@RC",
|
||||
"drupal/cer": "^5.0@beta",
|
||||
"drupal/config_pages": "^2.15",
|
||||
"drupal/core-composer-scaffold": "^10.3",
|
||||
"drupal/core-project-message": "^10.3",
|
||||
@@ -37,13 +36,11 @@
|
||||
"drupal/paragraphs": "^1.17",
|
||||
"drupal/quick_node_clone": "^1.18",
|
||||
"drupal/simple_sitemap": "^4.1",
|
||||
"drupal/smart_read_more_link": "^2.0",
|
||||
"drupal/social_media_links": "^2.9",
|
||||
"drupal/structure_sync": "^2.0",
|
||||
"drupal/verf": "^2.1",
|
||||
"drupal/views_autocomplete_filters": "^2.0",
|
||||
"drupal/views_block_area": "^1.0@beta",
|
||||
"drupal/views_bulk_operations": "^4.4",
|
||||
"drupal/views_year_filter": "^2.1",
|
||||
"drupal/viewsreference": "^2.0@beta",
|
||||
"drupal/yaml_editor": "^1.2",
|
||||
@@ -137,6 +134,9 @@
|
||||
"Image field generates only default language URL when linking to corresponding entity. https://www.drupal.org/node/2645922?no_cache=1733132298":"https://www.drupal.org/files/issues/2021-03-15/2645922-45.patch",
|
||||
"Also use text editor (CKEditor) for summary of a text field https://www.drupal.org/project/drupal/issues/2671162 ":"https://www.drupal.org/files/issues/2024-09-09/2671162-151.patch"
|
||||
},
|
||||
"drupal/social_media_links":{
|
||||
"Replace Twitter with X https://www.drupal.org/project/social_media_links/issues/3384469": "https://www.drupal.org/files/issues/2023-09-12/social_media_links-change_twitter_to_x-3384469-7.patch"
|
||||
},
|
||||
"drupal/image_field_caption":{
|
||||
"Rewrite module to use default field storage https://www.drupal.org/project/image_field_caption/issues/3472997": "./patches/image_field_caption_3472997_12.patch"
|
||||
},
|
||||
@@ -145,9 +145,6 @@
|
||||
}
|
||||
},
|
||||
"oldpatches": {
|
||||
"drupal/social_media_links":{
|
||||
"Replace Twitter with X https://www.drupal.org/project/social_media_links/issues/3384469": "https://www.drupal.org/files/issues/2023-09-12/social_media_links-change_twitter_to_x-3384469-7.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
2222
composer.lock
generated
2222
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: RumewwAShocwpN5KgIf0U8Z2yd4_f7mQJpYnwLTzhhQ
|
||||
menu_depth: 4
|
||||
hoverintent_behavior:
|
||||
enabled: true
|
||||
timeout: 500
|
||||
enable_toggle_shortcut: false
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
uuid: e4ad65d9-c6dc-4d1d-a9f4-b944dfbf6049
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: site_projet
|
||||
label: 'Site - Projet'
|
||||
enabled: true
|
||||
first_field: field_site_projet
|
||||
second_field: field_projets_lie
|
||||
add_direction: append
|
||||
bundles:
|
||||
node:
|
||||
- projet
|
||||
- site
|
||||
@@ -1,4 +1,3 @@
|
||||
_core:
|
||||
default_config_hash: LzdDtE3Im_Ysio7g1Eo8ymSMq0mgSQMPzv0khsr_J64
|
||||
mode: simple
|
||||
ignored_config_entities: { }
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
uuid: 604162cf-51a4-498c-8d68-8bc3251e71a1
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.projet
|
||||
id: node.projet.promote
|
||||
field_name: promote
|
||||
entity_type: node
|
||||
bundle: projet
|
||||
label: "Promu en page d'accueil"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: Activé
|
||||
off_label: Désactivé
|
||||
field_type: boolean
|
||||
@@ -1,18 +0,0 @@
|
||||
uuid: a9f1e789-aedf-4277-9393-64adf1b30039
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.projet
|
||||
id: node.projet.title
|
||||
field_name: title
|
||||
entity_type: node
|
||||
bundle: projet
|
||||
label: "Nom du projet porté par l'équipe"
|
||||
description: ''
|
||||
required: true
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
||||
@@ -221,7 +221,7 @@ content:
|
||||
autocomplete_route_name: autocomplete_deluxe.autocomplete
|
||||
size: 60
|
||||
selection_handler: default
|
||||
match_limit: 10
|
||||
limit: 10
|
||||
min_length: 0
|
||||
delimiter: ''
|
||||
not_found_message_allow: false
|
||||
|
||||
@@ -1,275 +0,0 @@
|
||||
uuid: ae541456-ae9d-4552-99c1-aa2769a2beb8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.projet.field_documents
|
||||
- field.field.node.projet.field_infos
|
||||
- field.field.node.projet.field_intro
|
||||
- field.field.node.projet.field_laureats
|
||||
- field.field.node.projet.field_liens
|
||||
- field.field.node.projet.field_nom_de_l_equipe
|
||||
- field.field.node.projet.field_parties_projet
|
||||
- field.field.node.projet.field_site_projet
|
||||
- node.type.projet
|
||||
module:
|
||||
- field_group
|
||||
- file
|
||||
- link
|
||||
- paragraphs
|
||||
- path
|
||||
- text
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_tabs:
|
||||
children:
|
||||
- group_infos
|
||||
- group_parties
|
||||
- group_docs_liens
|
||||
label: Tabs
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 3
|
||||
format_type: tabs
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
direction: horizontal
|
||||
width_breakpoint: 640
|
||||
group_parties:
|
||||
children:
|
||||
- field_intro
|
||||
- field_parties_projet
|
||||
label: Contenus
|
||||
region: hidden
|
||||
parent_name: group_tabs
|
||||
weight: 13
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
group_infos:
|
||||
children:
|
||||
- field_infos
|
||||
label: Infos
|
||||
region: hidden
|
||||
parent_name: group_tabs
|
||||
weight: 12
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
formatter: open
|
||||
description: ''
|
||||
required_fields: true
|
||||
group_details:
|
||||
children:
|
||||
- field_laureats
|
||||
- field_site_projet
|
||||
- langcode
|
||||
- uid
|
||||
- created
|
||||
- status
|
||||
- promote
|
||||
- sticky
|
||||
- simple_sitemap_index_now
|
||||
- path
|
||||
- simple_sitemap
|
||||
label: Details
|
||||
region: content
|
||||
parent_name: ''
|
||||
weight: 4
|
||||
format_type: details_sidebar
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
open: true
|
||||
description: ''
|
||||
required_fields: true
|
||||
weight: -100
|
||||
group_docs_liens:
|
||||
children:
|
||||
- field_documents
|
||||
- field_liens
|
||||
label: 'Docs & Liens'
|
||||
region: hidden
|
||||
parent_name: group_tabs
|
||||
weight: 14
|
||||
format_type: tab
|
||||
format_settings:
|
||||
classes: ''
|
||||
show_empty_fields: false
|
||||
id: ''
|
||||
label_as_html: false
|
||||
formatter: closed
|
||||
description: ''
|
||||
required_fields: true
|
||||
id: node.projet.default
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
mode: default
|
||||
content:
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 30
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_documents:
|
||||
type: file_generic
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
field_infos:
|
||||
type: paragraphs
|
||||
weight: 8
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraphe
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
closed_mode: summary
|
||||
autocollapse: none
|
||||
closed_mode_threshold: 0
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
features:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
field_intro:
|
||||
type: text_textarea
|
||||
weight: 37
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_laureats:
|
||||
type: boolean_checkbox
|
||||
weight: 26
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
field_liens:
|
||||
type: link_default
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
field_nom_de_l_equipe:
|
||||
type: string_textfield
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_parties_projet:
|
||||
type: paragraphs
|
||||
weight: 38
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraphe
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
closed_mode: summary
|
||||
autocollapse: none
|
||||
closed_mode_threshold: 0
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
features:
|
||||
collapse_edit_all: collapse_edit_all
|
||||
duplicate: duplicate
|
||||
third_party_settings: { }
|
||||
field_site_projet:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 27
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 28
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 35
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
promote:
|
||||
type: boolean_checkbox
|
||||
weight: 32
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
simple_sitemap:
|
||||
weight: 36
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
simple_sitemap_index_now:
|
||||
weight: 34
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 31
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
sticky:
|
||||
type: boolean_checkbox
|
||||
weight: 33
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 29
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
||||
@@ -14,7 +14,6 @@ dependencies:
|
||||
- field.field.node.site.field_poid
|
||||
- field.field.node.site.field_porteur_s_de_site
|
||||
- field.field.node.site.field_programme_de_l_etat
|
||||
- field.field.node.site.field_projets_lie
|
||||
- field.field.node.site.field_region
|
||||
- field.field.node.site.field_sous_titre
|
||||
- image.style.thumbnail
|
||||
@@ -86,7 +85,6 @@ third_party_settings:
|
||||
required_fields: true
|
||||
group_details:
|
||||
children:
|
||||
- field_projets_lie
|
||||
- status
|
||||
- field_poid
|
||||
- created
|
||||
@@ -105,7 +103,7 @@ third_party_settings:
|
||||
open: true
|
||||
description: ''
|
||||
required_fields: true
|
||||
weight: -100
|
||||
weight: -1
|
||||
group_mots_clefs:
|
||||
children: { }
|
||||
label: 'Mots Clefs'
|
||||
@@ -161,7 +159,7 @@ mode: default
|
||||
content:
|
||||
created:
|
||||
type: datetime_timestamp
|
||||
weight: 33
|
||||
weight: 4
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
@@ -185,7 +183,6 @@ content:
|
||||
weight: 28
|
||||
region: content
|
||||
settings:
|
||||
geometry_validation: false
|
||||
map:
|
||||
leaflet_map: osm-de
|
||||
height: 400
|
||||
@@ -227,8 +224,6 @@ content:
|
||||
control: false
|
||||
options: '{"position":"topleft","pseudoFullscreen":false}'
|
||||
path: '{"color":"#3388ff","opacity":"1.0","stroke":true,"weight":3,"fill":"depends","fillColor":"*","fillOpacity":"0.2","radius":"6"}'
|
||||
feature_properties:
|
||||
values: ''
|
||||
locate:
|
||||
control: false
|
||||
options: '{"position":"topright","setView":"untilPanOrZoom","returnToPrevBounds":true,"keepCurrentZoomLevel":true,"strings":{"title":"Locate my position"}}'
|
||||
@@ -236,20 +231,17 @@ content:
|
||||
geocoder:
|
||||
control: false
|
||||
settings:
|
||||
popup: false
|
||||
position: topright
|
||||
input_size: 20
|
||||
providers: { }
|
||||
min_terms: 4
|
||||
delay: 800
|
||||
zoom: 16
|
||||
popup: false
|
||||
options: ''
|
||||
geojson_overlays:
|
||||
sources:
|
||||
fields: { }
|
||||
zoom_to_geojson: true
|
||||
path: '{"color":"#f71ed3","opacity":"0.7","stroke":true,"weight":2,"fillColor":"#ffddfe","fillOpacity":"0.1","radius":3,"dashArray":"5, 5"}'
|
||||
snapping: true
|
||||
geometry_validation: 0
|
||||
feature_properties:
|
||||
values: ''
|
||||
third_party_settings: { }
|
||||
field_images:
|
||||
type: image_image
|
||||
@@ -305,7 +297,7 @@ content:
|
||||
third_party_settings: { }
|
||||
field_poid:
|
||||
type: number
|
||||
weight: 32
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
@@ -326,16 +318,6 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_projets_lie:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 30
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_region:
|
||||
type: string_textfield
|
||||
weight: 12
|
||||
@@ -353,13 +335,13 @@ content:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
simple_sitemap:
|
||||
weight: 35
|
||||
weight: 6
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 31
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
@@ -372,14 +354,9 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
translation:
|
||||
weight: 10
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
uid:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 34
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
uuid: af7775a0-4f09-49ad-887a-7d8185fb4ac4
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.projet_diapo.field_images_projet
|
||||
- image.style.thumbnail
|
||||
- paragraphs.paragraphs_type.projet_diapo
|
||||
module:
|
||||
- image
|
||||
id: paragraph.projet_diapo.default
|
||||
targetEntityType: paragraph
|
||||
bundle: projet_diapo
|
||||
mode: default
|
||||
content:
|
||||
field_images_projet:
|
||||
type: image_image
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
||||
@@ -1,32 +0,0 @@
|
||||
uuid: 1237443e-c643-404b-b148-a60d19055ab2
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.projet_info.field_contenu
|
||||
- field.field.paragraph.projet_info.field_label
|
||||
- paragraphs.paragraphs_type.projet_info
|
||||
id: paragraph.projet_info.default
|
||||
targetEntityType: paragraph
|
||||
bundle: projet_info
|
||||
mode: default
|
||||
content:
|
||||
field_contenu:
|
||||
type: string_textfield
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_label:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
||||
@@ -1,34 +0,0 @@
|
||||
uuid: 385038ea-1b7c-46ab-970a-b5fe785ee270
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.projet_partie_texte.field_texte_partie_texte_projet
|
||||
- field.field.paragraph.projet_partie_texte.field_titre_partie_texte_projet
|
||||
- paragraphs.paragraphs_type.projet_partie_texte
|
||||
module:
|
||||
- text
|
||||
id: paragraph.projet_partie_texte.default
|
||||
targetEntityType: paragraph
|
||||
bundle: projet_partie_texte
|
||||
mode: default
|
||||
content:
|
||||
field_texte_partie_texte_projet:
|
||||
type: text_textarea
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_titre_partie_texte_projet:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
status: true
|
||||
@@ -36,18 +36,18 @@ content:
|
||||
region: content
|
||||
field_date:
|
||||
type: daterange_default
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: jj
|
||||
from_to: both
|
||||
separator: '-'
|
||||
from_to: both
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
field_fichiers:
|
||||
type: file_default
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
@@ -55,7 +55,7 @@ content:
|
||||
region: content
|
||||
field_images:
|
||||
type: image_caption
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_style: wide
|
||||
image_link: ''
|
||||
@@ -66,7 +66,7 @@ content:
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
@@ -78,7 +78,7 @@ content:
|
||||
region: content
|
||||
field_site:
|
||||
type: entity_reference_label
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
@@ -86,7 +86,7 @@ content:
|
||||
region: content
|
||||
field_tous_les_sites:
|
||||
type: boolean
|
||||
label: hidden
|
||||
label: above
|
||||
settings:
|
||||
format: default
|
||||
format_custom_false: ''
|
||||
@@ -96,7 +96,7 @@ content:
|
||||
region: content
|
||||
field_type_d_actualite:
|
||||
type: entity_reference_label
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
@@ -109,7 +109,7 @@ content:
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
|
||||
@@ -30,25 +30,25 @@ mode: full
|
||||
content:
|
||||
body:
|
||||
type: text_default
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_date:
|
||||
type: daterange_default
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: jj
|
||||
from_to: both
|
||||
separator: '-'
|
||||
from_to: both
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_fichiers:
|
||||
type: file_default
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
@@ -56,7 +56,7 @@ content:
|
||||
region: content
|
||||
field_images:
|
||||
type: image_caption
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_style: wide
|
||||
image_link: ''
|
||||
@@ -67,7 +67,7 @@ content:
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
@@ -79,7 +79,7 @@ content:
|
||||
region: content
|
||||
field_site:
|
||||
type: entity_reference_label
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
@@ -87,7 +87,7 @@ content:
|
||||
region: content
|
||||
field_type_d_actualite:
|
||||
type: entity_reference_label
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
@@ -95,7 +95,7 @@ content:
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
|
||||
@@ -18,94 +18,76 @@ dependencies:
|
||||
- node.type.actualite
|
||||
module:
|
||||
- datetime_range
|
||||
- file
|
||||
- image_field_caption
|
||||
- link
|
||||
- image_delta_formatter
|
||||
- manage_display
|
||||
- smart_read_more_link
|
||||
- text
|
||||
id: node.actualite.teaser
|
||||
targetEntityType: node
|
||||
bundle: actualite
|
||||
mode: teaser
|
||||
content:
|
||||
body:
|
||||
type: smart_read_more_link
|
||||
label: hidden
|
||||
type: text_summary_or_trimmed
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: '6000000'
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_date:
|
||||
type: daterange_default
|
||||
label: hidden
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: jj
|
||||
from_to: both
|
||||
separator: '-'
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_fichiers:
|
||||
type: file_default
|
||||
label: hidden
|
||||
field_date:
|
||||
type: daterange_default
|
||||
label: visually_hidden
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
field_images:
|
||||
type: image_caption
|
||||
label: hidden
|
||||
settings:
|
||||
image_style: wide
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: content
|
||||
field_site:
|
||||
type: entity_reference_label
|
||||
label: hidden
|
||||
settings:
|
||||
link: true
|
||||
timezone_override: ''
|
||||
format_type: jj
|
||||
separator: '-'
|
||||
from_to: both
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_images:
|
||||
type: image_delta_formatter
|
||||
label: visually_hidden
|
||||
settings:
|
||||
deltas: '0'
|
||||
image_style: wide
|
||||
image_link: content
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
deltas_reversed: 0
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_site:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_type_d_actualite:
|
||||
type: entity_reference_label
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
weight: 1
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
weight: 4
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
field_a_la_une: true
|
||||
field_fichiers: true
|
||||
field_liens: true
|
||||
field_poid: true
|
||||
field_tous_les_sites: true
|
||||
langcode: true
|
||||
|
||||
@@ -1,115 +0,0 @@
|
||||
uuid: 1ed357e3-6081-4530-b796-e24331a2af8f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.projet.field_documents
|
||||
- field.field.node.projet.field_infos
|
||||
- field.field.node.projet.field_intro
|
||||
- field.field.node.projet.field_laureats
|
||||
- field.field.node.projet.field_liens
|
||||
- field.field.node.projet.field_nom_de_l_equipe
|
||||
- field.field.node.projet.field_parties_projet
|
||||
- field.field.node.projet.field_site_projet
|
||||
- node.type.projet
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- file
|
||||
- link
|
||||
- manage_display
|
||||
- text
|
||||
id: node.projet.default
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
mode: default
|
||||
content:
|
||||
field_documents:
|
||||
type: file_default
|
||||
label: visually_hidden
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
third_party_settings: { }
|
||||
weight: 9
|
||||
region: content
|
||||
field_infos:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: visually_hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_intro:
|
||||
type: text_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 12
|
||||
region: content
|
||||
field_laureats:
|
||||
type: boolean
|
||||
label: above
|
||||
settings:
|
||||
format: default
|
||||
format_custom_false: ''
|
||||
format_custom_true: ''
|
||||
third_party_settings: { }
|
||||
weight: 11
|
||||
region: content
|
||||
field_liens:
|
||||
type: link
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 8
|
||||
region: content
|
||||
field_nom_de_l_equipe:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_parties_projet:
|
||||
type: entity_reference_revisions_entity_view
|
||||
label: visually_hidden
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_site_projet:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
uid: true
|
||||
@@ -1,61 +0,0 @@
|
||||
uuid: 4e7b7526-c1e8-4563-85aa-0ee7e81593a5
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.full
|
||||
- field.field.node.projet.field_documents
|
||||
- field.field.node.projet.field_infos
|
||||
- field.field.node.projet.field_intro
|
||||
- field.field.node.projet.field_laureats
|
||||
- field.field.node.projet.field_liens
|
||||
- field.field.node.projet.field_nom_de_l_equipe
|
||||
- field.field.node.projet.field_parties_projet
|
||||
- field.field.node.projet.field_site_projet
|
||||
- node.type.projet
|
||||
module:
|
||||
- link
|
||||
- manage_display
|
||||
id: node.projet.full
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
mode: full
|
||||
content:
|
||||
field_liens:
|
||||
type: link
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: '0'
|
||||
target: _blank
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 100
|
||||
region: content
|
||||
title:
|
||||
type: title
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: -49
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
field_documents: true
|
||||
field_infos: true
|
||||
field_intro: true
|
||||
field_laureats: true
|
||||
field_nom_de_l_equipe: true
|
||||
field_parties_projet: true
|
||||
field_site_projet: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
uid: true
|
||||
@@ -1,89 +0,0 @@
|
||||
uuid: 728046c0-7105-48d3-bf32-eb7fd1be0721
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.tableau_projets_de_site
|
||||
- field.field.node.projet.field_documents
|
||||
- field.field.node.projet.field_infos
|
||||
- field.field.node.projet.field_intro
|
||||
- field.field.node.projet.field_laureats
|
||||
- field.field.node.projet.field_liens
|
||||
- field.field.node.projet.field_nom_de_l_equipe
|
||||
- field.field.node.projet.field_parties_projet
|
||||
- field.field.node.projet.field_site_projet
|
||||
- node.type.projet
|
||||
module:
|
||||
- advanced_text_formatter
|
||||
- manage_display
|
||||
id: node.projet.tableau_projets_de_site
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
mode: tableau_projets_de_site
|
||||
content:
|
||||
field_intro:
|
||||
type: advanced_text
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: '200'
|
||||
ellipsis: '1'
|
||||
word_boundary: '1'
|
||||
link_to_entity: '1'
|
||||
filter: input
|
||||
format: plain_text
|
||||
allowed_html:
|
||||
- a
|
||||
- b
|
||||
- br
|
||||
- dd
|
||||
- dl
|
||||
- dt
|
||||
- em
|
||||
- i
|
||||
- li
|
||||
- ol
|
||||
- p
|
||||
- strong
|
||||
- u
|
||||
- ul
|
||||
use_summary: 0
|
||||
token_replace: 0
|
||||
autop: 0
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_laureats:
|
||||
type: boolean
|
||||
label: visually_hidden
|
||||
settings:
|
||||
format: custom
|
||||
format_custom_false: ''
|
||||
format_custom_true: Lauréats
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_nom_de_l_equipe:
|
||||
type: title
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
tag: h2
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
links:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
field_documents: true
|
||||
field_infos: true
|
||||
field_liens: true
|
||||
field_parties_projet: true
|
||||
field_site_projet: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
title: true
|
||||
uid: true
|
||||
@@ -1,78 +0,0 @@
|
||||
uuid: 4e7a2124-434a-4c2b-8e20-401cc8f60ab3
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.projet.field_documents
|
||||
- field.field.node.projet.field_infos
|
||||
- field.field.node.projet.field_intro
|
||||
- field.field.node.projet.field_laureats
|
||||
- field.field.node.projet.field_liens
|
||||
- field.field.node.projet.field_nom_de_l_equipe
|
||||
- field.field.node.projet.field_parties_projet
|
||||
- field.field.node.projet.field_site_projet
|
||||
- node.type.projet
|
||||
module:
|
||||
- manage_display
|
||||
- smart_trim
|
||||
id: node.projet.teaser
|
||||
targetEntityType: node
|
||||
bundle: projet
|
||||
mode: teaser
|
||||
content:
|
||||
field_intro:
|
||||
type: smart_trim
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: 200
|
||||
trim_type: chars
|
||||
trim_suffix: ''
|
||||
wrap_output: false
|
||||
wrap_class: trimmed
|
||||
more:
|
||||
display_link: true
|
||||
target_blank: false
|
||||
link_trim_only: false
|
||||
class: more-link
|
||||
text: "voir l'équipe"
|
||||
aria_label: 'Read more about [node:title]'
|
||||
summary_handler: full
|
||||
trim_options:
|
||||
text: false
|
||||
trim_zero: false
|
||||
replace_tokens: false
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_laureats:
|
||||
type: boolean
|
||||
label: visually_hidden
|
||||
settings:
|
||||
format: custom
|
||||
format_custom_false: ''
|
||||
format_custom_true: Lauréat
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
field_nom_de_l_equipe:
|
||||
type: title
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h3
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
created: true
|
||||
field_documents: true
|
||||
field_infos: true
|
||||
field_liens: true
|
||||
field_parties_projet: true
|
||||
field_site_projet: true
|
||||
langcode: true
|
||||
links: true
|
||||
search_api_excerpt: true
|
||||
title: true
|
||||
uid: true
|
||||
@@ -14,7 +14,6 @@ dependencies:
|
||||
- field.field.node.site.field_poid
|
||||
- field.field.node.site.field_porteur_s_de_site
|
||||
- field.field.node.site.field_programme_de_l_etat
|
||||
- field.field.node.site.field_projets_lie
|
||||
- field.field.node.site.field_region
|
||||
- field.field.node.site.field_sous_titre
|
||||
- image.style.wide
|
||||
@@ -119,14 +118,6 @@ content:
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
region: content
|
||||
field_projets_lie:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 14
|
||||
region: content
|
||||
field_region:
|
||||
type: string
|
||||
label: above
|
||||
|
||||
@@ -15,7 +15,6 @@ dependencies:
|
||||
- field.field.node.site.field_poid
|
||||
- field.field.node.site.field_porteur_s_de_site
|
||||
- field.field.node.site.field_programme_de_l_etat
|
||||
- field.field.node.site.field_projets_lie
|
||||
- field.field.node.site.field_region
|
||||
- field.field.node.site.field_sous_titre
|
||||
- image.style.wide
|
||||
@@ -65,7 +64,6 @@ hidden:
|
||||
field_poid: true
|
||||
field_porteur_s_de_site: true
|
||||
field_programme_de_l_etat: true
|
||||
field_projets_lie: true
|
||||
field_region: true
|
||||
field_sous_titre: true
|
||||
langcode: true
|
||||
|
||||
@@ -15,7 +15,6 @@ dependencies:
|
||||
- field.field.node.site.field_poid
|
||||
- field.field.node.site.field_porteur_s_de_site
|
||||
- field.field.node.site.field_programme_de_l_etat
|
||||
- field.field.node.site.field_projets_lie
|
||||
- field.field.node.site.field_region
|
||||
- field.field.node.site.field_sous_titre
|
||||
- image.style.wide
|
||||
@@ -33,11 +32,11 @@ content:
|
||||
label: visually_hidden
|
||||
settings:
|
||||
deltas: '0'
|
||||
deltas_reversed: false
|
||||
image_link: content
|
||||
image_style: wide
|
||||
image_link: content
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
deltas_reversed: 0
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
@@ -67,7 +66,6 @@ hidden:
|
||||
field_poid: true
|
||||
field_porteur_s_de_site: true
|
||||
field_programme_de_l_etat: true
|
||||
field_projets_lie: true
|
||||
field_region: true
|
||||
field_sous_titre: true
|
||||
langcode: true
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
uuid: f8b96eaa-9b0d-4365-9cdb-31f7e692e566
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.projet_diapo.field_images_projet
|
||||
- image.style.wide
|
||||
- paragraphs.paragraphs_type.projet_diapo
|
||||
module:
|
||||
- image_field_caption
|
||||
id: paragraph.projet_diapo.default
|
||||
targetEntityType: paragraph
|
||||
bundle: projet_diapo
|
||||
mode: default
|
||||
content:
|
||||
field_images_projet:
|
||||
type: image_caption
|
||||
label: visually_hidden
|
||||
settings:
|
||||
image_style: wide
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
||||
@@ -1,34 +0,0 @@
|
||||
uuid: 1f540237-e10e-471a-a841-bce596de5d26
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.projet_info.field_contenu
|
||||
- field.field.paragraph.projet_info.field_label
|
||||
- paragraphs.paragraphs_type.projet_info
|
||||
module:
|
||||
- manage_display
|
||||
id: paragraph.projet_info.default
|
||||
targetEntityType: paragraph
|
||||
bundle: projet_info
|
||||
mode: default
|
||||
content:
|
||||
field_contenu:
|
||||
type: string
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_label:
|
||||
type: title
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h4
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
||||
@@ -1,34 +0,0 @@
|
||||
uuid: f15b3cf6-fce4-4c64-ba42-9307c12e5801
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.paragraph.projet_partie_texte.field_texte_partie_texte_projet
|
||||
- field.field.paragraph.projet_partie_texte.field_titre_partie_texte_projet
|
||||
- paragraphs.paragraphs_type.projet_partie_texte
|
||||
module:
|
||||
- manage_display
|
||||
- text
|
||||
id: paragraph.projet_partie_texte.default
|
||||
targetEntityType: paragraph
|
||||
bundle: projet_partie_texte
|
||||
mode: default
|
||||
content:
|
||||
field_texte_partie_texte_projet:
|
||||
type: text_default
|
||||
label: visually_hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_titre_partie_texte_projet:
|
||||
type: title
|
||||
label: visually_hidden
|
||||
settings:
|
||||
link_to_entity: true
|
||||
tag: h3
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
||||
@@ -1,27 +0,0 @@
|
||||
uuid: 326abc50-4bc0-486c-8538-007f45414ea0
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.paragraph.preview
|
||||
- field.field.paragraph.projet_partie_texte.field_texte_partie_texte_projet
|
||||
- field.field.paragraph.projet_partie_texte.field_titre_partie_texte_projet
|
||||
- paragraphs.paragraphs_type.projet_partie_texte
|
||||
module:
|
||||
- text
|
||||
id: paragraph.projet_partie_texte.preview
|
||||
targetEntityType: paragraph
|
||||
bundle: projet_partie_texte
|
||||
mode: preview
|
||||
content:
|
||||
field_texte_partie_texte_projet:
|
||||
type: text_trimmed
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: 600
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
field_titre_partie_texte_projet: true
|
||||
search_api_excerpt: true
|
||||
@@ -1,11 +0,0 @@
|
||||
uuid: 98f24d88-9e2c-4aee-8913-be44b0386d20
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.tableau_projets_de_site
|
||||
label: 'Tableau projets de site'
|
||||
description: ''
|
||||
targetEntityType: node
|
||||
cache: true
|
||||
@@ -3,6 +3,7 @@ _core:
|
||||
module:
|
||||
actions_permissions: 0
|
||||
admin_toolbar: 0
|
||||
admin_toolbar_links_access_filter: 0
|
||||
advanced_text_formatter: 0
|
||||
audiofield: 0
|
||||
autocomplete_deluxe: 0
|
||||
@@ -14,7 +15,6 @@ module:
|
||||
block_field: 0
|
||||
breakpoint: 0
|
||||
bulkdelete: 0
|
||||
cer: 0
|
||||
ckeditor5: 0
|
||||
config: 0
|
||||
config_devel: 0
|
||||
@@ -71,7 +71,6 @@ module:
|
||||
leaflet_views: 0
|
||||
link: 0
|
||||
link_attributes: 0
|
||||
link_attributes_menu_link_content: 0
|
||||
linkit: 0
|
||||
locale: 0
|
||||
maillog: 0
|
||||
@@ -105,7 +104,6 @@ module:
|
||||
simple_sitemap: 0
|
||||
simple_sitemap_engines: 0
|
||||
simple_sitemap_views: 0
|
||||
smart_read_more_link: 0
|
||||
smart_trim: 0
|
||||
smtp: 0
|
||||
social_media_links: 0
|
||||
|
||||
@@ -3,29 +3,17 @@ _core:
|
||||
langcode: fr
|
||||
extlink_target: false
|
||||
extlink_target_no_override: false
|
||||
extlink_target_display_default_title: true
|
||||
extlink_target_default_title_text: '(opens in a new window)'
|
||||
extlink_title_no_override: false
|
||||
extlink_nofollow: false
|
||||
extlink_follow_no_override: false
|
||||
extlink_subdomains: true
|
||||
extlink_alert: false
|
||||
extlink_alert_text: 'Ce lien vous dirige vers un site externe. Nous ne sommes pas responsables de son contenu.'
|
||||
extlink_additional_link_classes: ''
|
||||
extlink_additional_mailto_classes: ''
|
||||
extlink_additional_tel_classes: ''
|
||||
extlink_exclude: ''
|
||||
extlink_include: ''
|
||||
extlink_exclude_noreferrer: ''
|
||||
extlink_class: ext
|
||||
extlink_label: '(le lien est externe)'
|
||||
extlink_img_class: false
|
||||
extlink_css_exclude: ''
|
||||
extlink_css_include: ''
|
||||
extlink_css_explicit: ''
|
||||
extlink_mailto_class: mailto
|
||||
extlink_mailto_label: '(link sends email)'
|
||||
extlink_tel_class: ''
|
||||
extlink_tel_label: '(link is a phone number)'
|
||||
extlink_prevent_orphan: false
|
||||
allowed_domains: null
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
uuid: 62b3ad6e-edb7-44ed-984f-84a59aad8e58
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_documents
|
||||
- node.type.projet
|
||||
module:
|
||||
- file
|
||||
id: node.projet.field_documents
|
||||
field_name: field_documents
|
||||
entity_type: node
|
||||
bundle: projet
|
||||
label: Documents
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: 'pdf doc docx odt zip'
|
||||
max_filesize: ''
|
||||
description_field: true
|
||||
field_type: file
|
||||
@@ -1,49 +0,0 @@
|
||||
uuid: 72581656-91c3-403d-9d52-f6bfae2c082f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_infos
|
||||
- node.type.projet
|
||||
- paragraphs.paragraphs_type.projet_info
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
id: node.projet.field_infos
|
||||
field_name: field_infos
|
||||
entity_type: node
|
||||
bundle: projet
|
||||
label: Infos
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:paragraph'
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
projet_info: projet_info
|
||||
negate: 0
|
||||
target_bundles_drag_drop:
|
||||
phase_deroulement:
|
||||
weight: 9
|
||||
enabled: false
|
||||
projet_info:
|
||||
weight: 8
|
||||
enabled: true
|
||||
projet_partie_texte:
|
||||
weight: 10
|
||||
enabled: false
|
||||
site_diapo:
|
||||
weight: 11
|
||||
enabled: false
|
||||
site_parts:
|
||||
weight: 12
|
||||
enabled: false
|
||||
site_video:
|
||||
weight: 13
|
||||
enabled: false
|
||||
static_parts:
|
||||
weight: 14
|
||||
enabled: false
|
||||
field_type: entity_reference_revisions
|
||||
@@ -1,24 +0,0 @@
|
||||
uuid: 5ca8e2df-3c58-47c9-81cb-c8d2f11b495b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_intro
|
||||
- filter.format.wysiwyg
|
||||
- node.type.projet
|
||||
module:
|
||||
- text
|
||||
id: node.projet.field_intro
|
||||
field_name: field_intro
|
||||
entity_type: node
|
||||
bundle: projet
|
||||
label: Intro
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
allowed_formats:
|
||||
- wysiwyg
|
||||
field_type: text_long
|
||||
@@ -1,23 +0,0 @@
|
||||
uuid: ab8303f8-b589-4cf6-8289-0e624587f507
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_laureats
|
||||
- node.type.projet
|
||||
id: node.projet.field_laureats
|
||||
field_name: field_laureats
|
||||
entity_type: node
|
||||
bundle: projet
|
||||
label: Lauréats
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value:
|
||||
-
|
||||
value: 0
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
on_label: Activé
|
||||
off_label: Désactivé
|
||||
field_type: boolean
|
||||
@@ -1,23 +0,0 @@
|
||||
uuid: db2f4db3-8edc-4edb-b322-92729fd34eca
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_liens
|
||||
- node.type.projet
|
||||
module:
|
||||
- link
|
||||
id: node.projet.field_liens
|
||||
field_name: field_liens
|
||||
entity_type: node
|
||||
bundle: projet
|
||||
label: Liens
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
title: 1
|
||||
link_type: 17
|
||||
field_type: link
|
||||
@@ -1,19 +0,0 @@
|
||||
uuid: 4c5175f2-36ce-4e31-94c8-b3bf032edb9b
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_nom_de_l_equipe
|
||||
- node.type.projet
|
||||
id: node.projet.field_nom_de_l_equipe
|
||||
field_name: field_nom_de_l_equipe
|
||||
entity_type: node
|
||||
bundle: projet
|
||||
label: "Nom de l'équipe"
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
||||
@@ -1,54 +0,0 @@
|
||||
uuid: 0992d353-6880-48c6-ad83-f7c25d8fe14f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_parties_projet
|
||||
- node.type.projet
|
||||
- paragraphs.paragraphs_type.projet_diapo
|
||||
- paragraphs.paragraphs_type.projet_partie_texte
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
id: node.projet.field_parties_projet
|
||||
field_name: field_parties_projet
|
||||
entity_type: node
|
||||
bundle: projet
|
||||
label: Parties
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:paragraph'
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
projet_partie_texte: projet_partie_texte
|
||||
projet_diapo: projet_diapo
|
||||
negate: 0
|
||||
target_bundles_drag_drop:
|
||||
phase_deroulement:
|
||||
weight: 8
|
||||
enabled: false
|
||||
projet_diapo:
|
||||
weight: 9
|
||||
enabled: true
|
||||
projet_info:
|
||||
weight: 11
|
||||
enabled: false
|
||||
projet_partie_texte:
|
||||
weight: 7
|
||||
enabled: true
|
||||
site_diapo:
|
||||
weight: 9
|
||||
enabled: false
|
||||
site_parts:
|
||||
weight: 10
|
||||
enabled: false
|
||||
site_video:
|
||||
weight: 11
|
||||
enabled: false
|
||||
static_parts:
|
||||
weight: 12
|
||||
enabled: false
|
||||
field_type: entity_reference_revisions
|
||||
@@ -1,29 +0,0 @@
|
||||
uuid: 4ef3e733-6bf0-46de-8bbe-f3ab5dede0d2
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_site_projet
|
||||
- node.type.projet
|
||||
- node.type.site
|
||||
id: node.projet.field_site_projet
|
||||
field_name: field_site_projet
|
||||
entity_type: node
|
||||
bundle: projet
|
||||
label: 'Site lié'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:node'
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
site: site
|
||||
sort:
|
||||
field: _none
|
||||
direction: ASC
|
||||
auto_create: false
|
||||
auto_create_bundle: ''
|
||||
field_type: entity_reference
|
||||
@@ -1,29 +0,0 @@
|
||||
uuid: 54c8bb50-91fa-4665-8a6b-27a07b0a5ccd
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_projets_lie
|
||||
- node.type.projet
|
||||
- node.type.site
|
||||
id: node.site.field_projets_lie
|
||||
field_name: field_projets_lie
|
||||
entity_type: node
|
||||
bundle: site
|
||||
label: 'Projets lié'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:node'
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
projet: projet
|
||||
sort:
|
||||
field: _none
|
||||
direction: ASC
|
||||
auto_create: false
|
||||
auto_create_bundle: ''
|
||||
field_type: entity_reference
|
||||
@@ -1,41 +0,0 @@
|
||||
uuid: 786b7199-df4e-450d-9b78-ba3ff6fb57b8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_images_projet
|
||||
- paragraphs.paragraphs_type.projet_diapo
|
||||
module:
|
||||
- image
|
||||
id: paragraph.projet_diapo.field_images_projet
|
||||
field_name: field_images_projet
|
||||
entity_type: paragraph
|
||||
bundle: projet_diapo
|
||||
label: Images
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
handler: 'default:file'
|
||||
handler_settings: { }
|
||||
file_directory: '[date:custom:Y]-[date:custom:m]'
|
||||
file_extensions: 'png gif jpg jpeg webp'
|
||||
max_filesize: ''
|
||||
max_resolution: ''
|
||||
min_resolution: ''
|
||||
alt_field: true
|
||||
alt_field_required: false
|
||||
title_field: false
|
||||
title_field_required: false
|
||||
default_image:
|
||||
uuid: ''
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
caption: ''
|
||||
caption_field: true
|
||||
caption_field_required: false
|
||||
field_type: image
|
||||
@@ -1,19 +0,0 @@
|
||||
uuid: b565b42b-f17e-4e9c-b796-d2e2a63e9a38
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_contenu
|
||||
- paragraphs.paragraphs_type.projet_info
|
||||
id: paragraph.projet_info.field_contenu
|
||||
field_name: field_contenu
|
||||
entity_type: paragraph
|
||||
bundle: projet_info
|
||||
label: Contenu
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
||||
@@ -1,19 +0,0 @@
|
||||
uuid: a59f9b3e-91e5-409e-9390-a14e39d705c2
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_label
|
||||
- paragraphs.paragraphs_type.projet_info
|
||||
id: paragraph.projet_info.field_label
|
||||
field_name: field_label
|
||||
entity_type: paragraph
|
||||
bundle: projet_info
|
||||
label: Label
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
||||
@@ -1,24 +0,0 @@
|
||||
uuid: 0ae69d24-d8c6-46d1-b32d-2450d18c6443
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_texte_partie_texte_projet
|
||||
- filter.format.wysiwyg
|
||||
- paragraphs.paragraphs_type.projet_partie_texte
|
||||
module:
|
||||
- text
|
||||
id: paragraph.projet_partie_texte.field_texte_partie_texte_projet
|
||||
field_name: field_texte_partie_texte_projet
|
||||
entity_type: paragraph
|
||||
bundle: projet_partie_texte
|
||||
label: 'Texte partie texte projet'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
allowed_formats:
|
||||
- wysiwyg
|
||||
field_type: text_long
|
||||
@@ -1,19 +0,0 @@
|
||||
uuid: 7ac138d6-d193-4728-b43f-f1dc2abeea93
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_titre_partie_texte_projet
|
||||
- paragraphs.paragraphs_type.projet_partie_texte
|
||||
id: paragraph.projet_partie_texte.field_titre_partie_texte_projet
|
||||
field_name: field_titre_partie_texte_projet
|
||||
entity_type: paragraph
|
||||
bundle: projet_partie_texte
|
||||
label: 'Titre partie texte projet'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings: { }
|
||||
field_type: string
|
||||
@@ -1,21 +0,0 @@
|
||||
uuid: 2c6ad5c0-269a-4320-b358-ef343a2ca233
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- node
|
||||
- paragraphs
|
||||
id: node.field_infos
|
||||
field_name: field_infos
|
||||
entity_type: node
|
||||
type: entity_reference_revisions
|
||||
settings:
|
||||
target_type: paragraph
|
||||
module: entity_reference_revisions
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -1,19 +0,0 @@
|
||||
uuid: be9bc8e6-d15d-40d1-b905-205f4f35628e
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- text
|
||||
id: node.field_intro
|
||||
field_name: field_intro
|
||||
entity_type: node
|
||||
type: text_long
|
||||
settings: { }
|
||||
module: text
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -1,18 +0,0 @@
|
||||
uuid: 8f4f8ce1-520c-4e8b-9a73-74f39d652c94
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_laureats
|
||||
field_name: field_laureats
|
||||
entity_type: node
|
||||
type: boolean
|
||||
settings: { }
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -1,21 +0,0 @@
|
||||
uuid: 0336de78-d788-44c7-a97e-1e7e2fcd3add
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_nom_de_l_equipe
|
||||
field_name: field_nom_de_l_equipe
|
||||
entity_type: node
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
case_sensitive: false
|
||||
is_ascii: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -1,21 +0,0 @@
|
||||
uuid: 37d475d4-7717-4bb9-8e1f-61afd4c0669a
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- node
|
||||
- paragraphs
|
||||
id: node.field_parties_projet
|
||||
field_name: field_parties_projet
|
||||
entity_type: node
|
||||
type: entity_reference_revisions
|
||||
settings:
|
||||
target_type: paragraph
|
||||
module: entity_reference_revisions
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -1,19 +0,0 @@
|
||||
uuid: d041695a-e405-4ab1-89ec-d5c72cec6da9
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_projets_lie
|
||||
field_name: field_projets_lie
|
||||
entity_type: node
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: node
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -1,19 +0,0 @@
|
||||
uuid: faf19adf-9d44-44b7-a3bd-03e326b05ae8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: node.field_site_projet
|
||||
field_name: field_site_projet
|
||||
entity_type: node
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: node
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -1,21 +0,0 @@
|
||||
uuid: 38242fcd-6854-4a44-856d-5e26f40bd171
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_contenu
|
||||
field_name: field_contenu
|
||||
entity_type: paragraph
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
case_sensitive: false
|
||||
is_ascii: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -1,31 +0,0 @@
|
||||
uuid: 3d1dc51a-18cd-4737-b9f0-25d13690db7c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- file
|
||||
- image
|
||||
- paragraphs
|
||||
id: paragraph.field_images_projet
|
||||
field_name: field_images_projet
|
||||
entity_type: paragraph
|
||||
type: image
|
||||
settings:
|
||||
target_type: file
|
||||
display_field: false
|
||||
display_default: true
|
||||
uri_scheme: public
|
||||
default_image:
|
||||
uuid: ''
|
||||
alt: ''
|
||||
title: ''
|
||||
width: null
|
||||
height: null
|
||||
caption: ''
|
||||
module: image
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -1,21 +0,0 @@
|
||||
uuid: 02134f33-5365-4938-9f7e-6baa9c0e61aa
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_label
|
||||
field_name: field_label
|
||||
entity_type: paragraph
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
case_sensitive: false
|
||||
is_ascii: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -1,19 +0,0 @@
|
||||
uuid: 5ef4e9f3-950c-425d-ab9a-486d6bbfb669
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
- text
|
||||
id: paragraph.field_texte_partie_texte_projet
|
||||
field_name: field_texte_partie_texte_projet
|
||||
entity_type: paragraph
|
||||
type: text_long
|
||||
settings: { }
|
||||
module: text
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -1,21 +0,0 @@
|
||||
uuid: d6ebeab3-de51-4ae0-bb6b-3ada9217c2b8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- paragraphs
|
||||
id: paragraph.field_titre_partie_texte_projet
|
||||
field_name: field_titre_partie_texte_projet
|
||||
entity_type: paragraph
|
||||
type: string
|
||||
settings:
|
||||
max_length: 255
|
||||
case_sensitive: false
|
||||
is_ascii: false
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
||||
@@ -1,11 +0,0 @@
|
||||
uuid: 1740f33d-9cb8-4e03-98e1-e08d6092bb7e
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.projet
|
||||
id: node.projet
|
||||
target_entity_type_id: node
|
||||
target_bundle: projet
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
||||
@@ -1,4 +0,0 @@
|
||||
display:
|
||||
default:
|
||||
display_options:
|
||||
title: '10 project sites'
|
||||
@@ -12,4 +12,3 @@ tag_trim_maxlength:
|
||||
metatag_maxlength_description: null
|
||||
metatag_maxlength_abstract: null
|
||||
tag_scroll_max_height: ''
|
||||
tag_trim_end: '|.,-:;/+&([{"'''
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
uuid: 02b27ca5-978d-44ac-a93b-17e231ee345c
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- menu_ui
|
||||
third_party_settings:
|
||||
menu_ui:
|
||||
available_menus:
|
||||
- main
|
||||
parent: 'main:'
|
||||
name: Projet
|
||||
type: projet
|
||||
description: 'Projet porté par une équipe séléctionnée pour un site'
|
||||
help: null
|
||||
new_revision: true
|
||||
preview_mode: 1
|
||||
display_submitted: true
|
||||
@@ -1,10 +0,0 @@
|
||||
uuid: 2c3def6a-3f04-4d9e-b51f-2d0658cb3b8d
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: projet_diapo
|
||||
label: 'projet diapo'
|
||||
icon_uuid: null
|
||||
icon_default: null
|
||||
description: ''
|
||||
behavior_plugins: { }
|
||||
@@ -1,10 +0,0 @@
|
||||
uuid: abfd0f1a-c4f1-4cf5-9f94-aab4880f1080
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: projet_info
|
||||
label: 'Projet info'
|
||||
icon_uuid: null
|
||||
icon_default: null
|
||||
description: ''
|
||||
behavior_plugins: { }
|
||||
@@ -1,10 +0,0 @@
|
||||
uuid: 9fb536b8-83cb-49ec-a6b6-9f41c5687ad9
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: projet_partie_texte
|
||||
label: 'Projet partie texte'
|
||||
icon_uuid: null
|
||||
icon_default: null
|
||||
description: ''
|
||||
behavior_plugins: { }
|
||||
@@ -1,22 +0,0 @@
|
||||
uuid: 07558d48-aff4-4079-b7fb-52014c6be393
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
id: ressources
|
||||
label: ressources
|
||||
type: 'canonical_entities:node'
|
||||
pattern: '/ressources/[node:title]'
|
||||
selection_criteria:
|
||||
539b6967-0e6a-417c-96ff-f2512298ced6:
|
||||
id: 'entity_bundle:node'
|
||||
negate: false
|
||||
uuid: 539b6967-0e6a-417c-96ff-f2512298ced6
|
||||
context_mapping:
|
||||
node: node
|
||||
bundles:
|
||||
ressource: ressource
|
||||
selection_logic: and
|
||||
weight: -5
|
||||
relationships: { }
|
||||
@@ -4,4 +4,4 @@ exclude:
|
||||
node: { }
|
||||
paragraph: { }
|
||||
text_to_prepend_to_title: 'Clone of'
|
||||
clone_status: default
|
||||
clone_status: false
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
index_now: false
|
||||
@@ -14,10 +14,9 @@ smtp_from: ''
|
||||
smtp_fromname: ''
|
||||
smtp_client_hostname: ''
|
||||
smtp_client_helo: ''
|
||||
smtp_allowhtml: false
|
||||
smtp_allowhtml: ''
|
||||
smtp_test_address: ''
|
||||
smtp_reroute_address: ''
|
||||
smtp_debugging: false
|
||||
prev_mail_system: php_mail
|
||||
smtp_keepalive: false
|
||||
smtp_debug_level: 1
|
||||
|
||||
@@ -7,7 +7,6 @@ dependencies:
|
||||
- filter.format.wysiwyg
|
||||
- node.type.actualite
|
||||
- node.type.partenaire
|
||||
- node.type.projet
|
||||
- node.type.ressource
|
||||
- node.type.site
|
||||
- node.type.static
|
||||
@@ -43,30 +42,25 @@ permissions:
|
||||
- 'change own username'
|
||||
- 'clone actualite content'
|
||||
- 'clone partenaire content'
|
||||
- 'clone projet content'
|
||||
- 'clone site content'
|
||||
- 'clone static content'
|
||||
- 'create actualite content'
|
||||
- 'create content translations'
|
||||
- 'create partenaire content'
|
||||
- 'create projet content'
|
||||
- 'create ressource content'
|
||||
- 'create site content'
|
||||
- 'create static content'
|
||||
- 'delete any actualite content'
|
||||
- 'delete any partenaire content'
|
||||
- 'delete any projet content'
|
||||
- 'delete any ressource content'
|
||||
- 'delete any site content'
|
||||
- 'delete any static content'
|
||||
- 'delete partenaire revisions'
|
||||
- 'delete projet revisions'
|
||||
- 'delete ressource revisions'
|
||||
- 'delete site revisions'
|
||||
- 'edit any actualite content'
|
||||
- 'edit any logo_link block content'
|
||||
- 'edit any partenaire content'
|
||||
- 'edit any projet content'
|
||||
- 'edit any ressource content'
|
||||
- 'edit any site content'
|
||||
- 'edit any static content'
|
||||
@@ -77,6 +71,7 @@ permissions:
|
||||
- 'execute entity:save_action node'
|
||||
- 'execute entity:save_action taxonomy_term'
|
||||
- 'execute entity:save_action user'
|
||||
- 'execute node_assign_owner_action node'
|
||||
- 'execute node_make_sticky_action node'
|
||||
- 'execute node_make_unsticky_action node'
|
||||
- 'execute node_promote_action node'
|
||||
@@ -89,7 +84,6 @@ permissions:
|
||||
- 'execute views_bulk_edit all'
|
||||
- 'revert actualite revisions'
|
||||
- 'revert partenaire revisions'
|
||||
- 'revert projet revisions'
|
||||
- 'revert ressource revisions'
|
||||
- 'revert site revisions'
|
||||
- 'revert static revisions'
|
||||
@@ -103,7 +97,6 @@ permissions:
|
||||
- 'view any logo_link block content history'
|
||||
- 'view own unpublished content'
|
||||
- 'view partenaire revisions'
|
||||
- 'view projet revisions'
|
||||
- 'view ressource revisions'
|
||||
- 'view site revisions'
|
||||
- 'view static revisions'
|
||||
|
||||
@@ -6,7 +6,6 @@ dependencies:
|
||||
- filter.format.wysiwyg
|
||||
- node.type.actualite
|
||||
- node.type.partenaire
|
||||
- node.type.projet
|
||||
- node.type.ressource
|
||||
- node.type.site
|
||||
- node.type.static
|
||||
@@ -33,23 +32,18 @@ permissions:
|
||||
- 'access toolbar'
|
||||
- 'administer nodes'
|
||||
- 'break content lock'
|
||||
- 'clone projet content'
|
||||
- 'clone site content'
|
||||
- 'create actualite content'
|
||||
- 'create content translations'
|
||||
- 'create partenaire content'
|
||||
- 'create projet content'
|
||||
- 'create ressource content'
|
||||
- 'create site content'
|
||||
- 'create static content'
|
||||
- 'delete any actualite content'
|
||||
- 'delete any ressource content'
|
||||
- 'delete partenaire revisions'
|
||||
- 'delete ressource revisions'
|
||||
- 'delete site revisions'
|
||||
- 'edit any actualite content'
|
||||
- 'edit any partenaire content'
|
||||
- 'edit any projet content'
|
||||
- 'edit any ressource content'
|
||||
- 'edit any site content'
|
||||
- 'edit any static content'
|
||||
@@ -57,13 +51,13 @@ permissions:
|
||||
- 'edit diaporama_home config page entity'
|
||||
- 'edit intro_partenaires config page entity'
|
||||
- 'execute entity:save_action node'
|
||||
- 'execute node_assign_owner_action node'
|
||||
- 'execute node_make_sticky_action node'
|
||||
- 'execute node_make_unsticky_action node'
|
||||
- 'execute node_promote_action node'
|
||||
- 'execute node_unpromote_action node'
|
||||
- 'revert actualite revisions'
|
||||
- 'revert partenaire revisions'
|
||||
- 'revert projet revisions'
|
||||
- 'revert ressource revisions'
|
||||
- 'revert site revisions'
|
||||
- 'revert static revisions'
|
||||
@@ -76,7 +70,6 @@ permissions:
|
||||
- 'view actualite revisions'
|
||||
- 'view own unpublished content'
|
||||
- 'view partenaire revisions'
|
||||
- 'view projet revisions'
|
||||
- 'view ressource revisions'
|
||||
- 'view site revisions'
|
||||
- 'view static revisions'
|
||||
|
||||
@@ -108,10 +108,12 @@ permissions:
|
||||
- 'execute entity:save_action taxonomy_term'
|
||||
- 'execute entity:save_action user'
|
||||
- 'execute entity:unpublish_action node'
|
||||
- 'execute node_assign_owner_action node'
|
||||
- 'execute node_make_sticky_action node'
|
||||
- 'execute node_make_unsticky_action node'
|
||||
- 'execute node_promote_action node'
|
||||
- 'execute node_unpromote_action node'
|
||||
- 'execute node_unpublish_by_keyword_action node'
|
||||
- 'execute user_add_role_action user'
|
||||
- 'execute user_block_user_action user'
|
||||
- 'execute user_remove_role_action user'
|
||||
|
||||
@@ -3,7 +3,7 @@ langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- core.entity_view_mode.node.full
|
||||
- field.storage.node.body
|
||||
- field.storage.node.field_date
|
||||
- field.storage.node.field_site
|
||||
@@ -458,7 +458,7 @@ display:
|
||||
type: 'entity:node'
|
||||
options:
|
||||
relationship: none
|
||||
view_mode: teaser
|
||||
view_mode: full
|
||||
query:
|
||||
type: views_query
|
||||
options:
|
||||
@@ -502,21 +502,6 @@ display:
|
||||
display_plugin: block
|
||||
position: 1
|
||||
display_options:
|
||||
sorts:
|
||||
field_date_end_value:
|
||||
id: field_date_end_value
|
||||
table: node__field_date
|
||||
field: field_date_end_value
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: datetime
|
||||
order: DESC
|
||||
expose:
|
||||
label: ''
|
||||
field_identifier: ''
|
||||
exposed: false
|
||||
granularity: second
|
||||
filters:
|
||||
status:
|
||||
id: status
|
||||
@@ -625,7 +610,6 @@ display:
|
||||
groups:
|
||||
1: AND
|
||||
defaults:
|
||||
sorts: false
|
||||
filters: false
|
||||
filter_groups: false
|
||||
footer: false
|
||||
@@ -846,6 +830,55 @@ display:
|
||||
hierarchy_depth: 0
|
||||
required_depth: 0
|
||||
none_label: '- Please select -'
|
||||
field_date_value:
|
||||
id: field_date_value
|
||||
table: node__field_date
|
||||
field: field_date_value
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: datetime
|
||||
operator: '='
|
||||
value:
|
||||
min: ''
|
||||
max: ''
|
||||
value: ''
|
||||
type: date_year
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: field_date_value_op
|
||||
label: 'Date (field_date)'
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: field_date_value_op
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: field_date_value
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
admin: '0'
|
||||
root: '0'
|
||||
editeur: '0'
|
||||
min_placeholder: ''
|
||||
max_placeholder: ''
|
||||
placeholder: ''
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
field_site_target_id_verf:
|
||||
id: field_site_target_id_verf
|
||||
table: node__field_site
|
||||
@@ -1192,6 +1225,55 @@ display:
|
||||
hierarchy_depth: 0
|
||||
required_depth: 0
|
||||
none_label: '- Please select -'
|
||||
field_date_value:
|
||||
id: field_date_value
|
||||
table: node__field_date
|
||||
field: field_date_value
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: datetime
|
||||
operator: '='
|
||||
value:
|
||||
min: ''
|
||||
max: ''
|
||||
value: ''
|
||||
type: date_year
|
||||
group: 1
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: field_date_value_op
|
||||
label: 'par année'
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: field_date_value_op
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: field_date_value
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
anonymous: '0'
|
||||
admin: '0'
|
||||
root: '0'
|
||||
editeur: '0'
|
||||
min_placeholder: ''
|
||||
max_placeholder: ''
|
||||
placeholder: ''
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
field_site_target_id_verf:
|
||||
id: field_site_target_id_verf
|
||||
table: node__field_site
|
||||
|
||||
@@ -273,7 +273,6 @@ display:
|
||||
type: mini
|
||||
options:
|
||||
offset: 0
|
||||
pagination_heading_level: h4
|
||||
items_per_page: 50
|
||||
total_pages: null
|
||||
id: 0
|
||||
@@ -288,6 +287,7 @@ display:
|
||||
items_per_page_options_all_label: '- Tout -'
|
||||
offset: false
|
||||
offset_label: Décalage
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
||||
@@ -246,82 +246,16 @@ display:
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
destination: true
|
||||
langcode:
|
||||
id: langcode
|
||||
table: node_field_data
|
||||
field: langcode
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: node
|
||||
entity_field: langcode
|
||||
plugin_id: field_language
|
||||
label: 'Langue de traduction'
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: true
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: language
|
||||
settings:
|
||||
link_to_entity: false
|
||||
native_language: false
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
pager:
|
||||
type: full
|
||||
options:
|
||||
pagination_heading_level: h4
|
||||
items_per_page: 50
|
||||
tags:
|
||||
next: 'Suivant ›'
|
||||
previous: '‹ Précédent'
|
||||
first: '« Premier'
|
||||
last: 'Dernier »'
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies:
|
||||
- node.type.partenaire
|
||||
- system.menu.footer
|
||||
content:
|
||||
- 'config_pages:intro_partenaires:c838d601-43dc-47e5-ace6-223f19bf4c5c'
|
||||
- 'config_pages:intro_partenaires:e509f5cb-8f8d-4ba7-a399-e6ff7f54e5ae'
|
||||
module:
|
||||
- node
|
||||
- options
|
||||
@@ -198,10 +198,10 @@ display:
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: entity
|
||||
empty: true
|
||||
target: c838d601-43dc-47e5-ace6-223f19bf4c5c
|
||||
empty: false
|
||||
target: e509f5cb-8f8d-4ba7-a399-e6ff7f54e5ae
|
||||
view_mode: full
|
||||
tokenize: false
|
||||
tokenize: true
|
||||
bypass_access: false
|
||||
footer: { }
|
||||
display_extenders:
|
||||
|
||||
@@ -21,7 +21,7 @@ dependencies:
|
||||
- taxonomy.vocabulary.type_de_ressources
|
||||
module:
|
||||
- datetime
|
||||
- formatter_suite
|
||||
- file
|
||||
- image
|
||||
- link
|
||||
- node
|
||||
@@ -875,7 +875,7 @@ display:
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ' '
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
field_site:
|
||||
id: field_site
|
||||
@@ -990,18 +990,9 @@ display:
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: target_id
|
||||
type: formatter_suite_general_file_link
|
||||
type: file_default
|
||||
settings:
|
||||
titleStyle: text_from_link
|
||||
titleCustomText: ''
|
||||
showSize: 0
|
||||
showIcon: 0
|
||||
classes: ''
|
||||
showLink: 1
|
||||
openLinkIn: _blank
|
||||
linkTopic: any
|
||||
listStyle: div
|
||||
listSeparator: ', '
|
||||
use_description_as_link_text: true
|
||||
group_column: ''
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
@@ -1364,7 +1355,7 @@ display:
|
||||
id: field_site_target_id_verf
|
||||
table: node__field_site
|
||||
field: field_site_target_id_verf
|
||||
relationship: none
|
||||
relationship: field_site
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: verf
|
||||
@@ -1374,7 +1365,7 @@ display:
|
||||
exposed: true
|
||||
expose:
|
||||
operator_id: field_site_target_id_verf_op
|
||||
label: 'par site(s)'
|
||||
label: 'Site(s) (VERF selector)'
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: field_site_target_id_verf_op
|
||||
@@ -1433,7 +1424,7 @@ display:
|
||||
options:
|
||||
query_comment: ''
|
||||
disable_sql_rewrite: false
|
||||
distinct: true
|
||||
distinct: false
|
||||
replica: false
|
||||
query_tags: { }
|
||||
relationships:
|
||||
@@ -1446,6 +1437,15 @@ display:
|
||||
admin_label: 'field_type_de_ressource : Terme de taxonomie'
|
||||
plugin_id: standard
|
||||
required: true
|
||||
field_site:
|
||||
id: field_site
|
||||
table: node__field_site
|
||||
field: field_site
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: 'field_site : Contenu'
|
||||
plugin_id: standard
|
||||
required: false
|
||||
header: { }
|
||||
footer: { }
|
||||
display_extenders: { }
|
||||
|
||||
@@ -1,640 +0,0 @@
|
||||
uuid: 2bfbdca5-e9ba-4a59-a6fb-624b3ade13b8
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_geofield
|
||||
- field.storage.node.field_images
|
||||
- field.storage.node.field_projets_lie
|
||||
- field.storage.node.field_sous_titre
|
||||
- image.style.thumbnail
|
||||
- node.type.site
|
||||
module:
|
||||
- geofield
|
||||
- image
|
||||
- node
|
||||
- user
|
||||
id: sites_projets
|
||||
label: 'Sites & Projets'
|
||||
module: views
|
||||
description: ''
|
||||
tag: ''
|
||||
base_table: node_field_data
|
||||
base_field: nid
|
||||
display:
|
||||
default:
|
||||
id: default
|
||||
display_title: Default
|
||||
display_plugin: default
|
||||
position: 0
|
||||
display_options:
|
||||
title: 'Projets et résultats'
|
||||
fields:
|
||||
nid_1:
|
||||
id: nid_1
|
||||
table: node_field_data
|
||||
field: nid
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: node
|
||||
entity_field: nid
|
||||
plugin_id: field
|
||||
label: ''
|
||||
exclude: true
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: number_integer
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
prefix_suffix: true
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
field_geofield:
|
||||
id: field_geofield
|
||||
table: node__field_geofield
|
||||
field: field_geofield
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: field
|
||||
label: ''
|
||||
exclude: true
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: geofield_default
|
||||
settings:
|
||||
output_format: wkt
|
||||
output_escape: true
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
field_images:
|
||||
id: field_images
|
||||
table: node__field_images
|
||||
field: field_images
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: field
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: target_id
|
||||
type: image
|
||||
settings:
|
||||
image_link: content
|
||||
image_style: thumbnail
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
group_column: ''
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 1
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
title:
|
||||
id: title
|
||||
table: node_field_data
|
||||
field: title
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: node
|
||||
entity_field: title
|
||||
plugin_id: field
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: false
|
||||
ellipsis: false
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: h2
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: string
|
||||
settings:
|
||||
link_to_entity: true
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
field_sous_titre:
|
||||
id: field_sous_titre
|
||||
table: node__field_sous_titre
|
||||
field: field_sous_titre
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: field
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: value
|
||||
type: string
|
||||
settings:
|
||||
link_to_entity: true
|
||||
group_column: value
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: separator
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
view_node:
|
||||
id: view_node
|
||||
table: node
|
||||
field: view_node
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: node
|
||||
plugin_id: entity_link
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
text: 'voir le site'
|
||||
output_url_as_text: false
|
||||
absolute: false
|
||||
field_projets_lie:
|
||||
id: field_projets_lie
|
||||
table: node__field_projets_lie
|
||||
field: field_projets_lie
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: field
|
||||
label: ''
|
||||
exclude: false
|
||||
alter:
|
||||
alter_text: false
|
||||
text: ''
|
||||
make_link: false
|
||||
path: ''
|
||||
absolute: false
|
||||
external: false
|
||||
replace_spaces: false
|
||||
path_case: none
|
||||
trim_whitespace: false
|
||||
alt: ''
|
||||
rel: ''
|
||||
link_class: ''
|
||||
prefix: ''
|
||||
suffix: ''
|
||||
target: ''
|
||||
nl2br: false
|
||||
max_length: 0
|
||||
word_boundary: true
|
||||
ellipsis: true
|
||||
more_link: false
|
||||
more_link_text: ''
|
||||
more_link_path: ''
|
||||
strip_tags: false
|
||||
trim: false
|
||||
preserve_tags: ''
|
||||
html: false
|
||||
element_type: ''
|
||||
element_class: ''
|
||||
element_label_type: ''
|
||||
element_label_class: ''
|
||||
element_label_colon: false
|
||||
element_wrapper_type: ''
|
||||
element_wrapper_class: ''
|
||||
element_default_classes: true
|
||||
empty: ''
|
||||
hide_empty: false
|
||||
empty_zero: false
|
||||
hide_alter_empty: true
|
||||
click_sort_column: target_id
|
||||
type: entity_reference_entity_view
|
||||
settings:
|
||||
view_mode: teaser
|
||||
group_column: target_id
|
||||
group_columns: { }
|
||||
group_rows: true
|
||||
delta_limit: 0
|
||||
delta_offset: 0
|
||||
delta_reversed: false
|
||||
delta_first_last: false
|
||||
multi_type: ul
|
||||
separator: ', '
|
||||
field_api_classes: false
|
||||
pager:
|
||||
type: none
|
||||
options:
|
||||
offset: 0
|
||||
items_per_page: 0
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
submit_button: Appliquer
|
||||
reset_button: false
|
||||
reset_button_label: Réinitialiser
|
||||
exposed_sorts_label: 'Trier par'
|
||||
expose_sort_order: true
|
||||
sort_asc_label: Asc
|
||||
sort_desc_label: Desc
|
||||
access:
|
||||
type: perm
|
||||
options:
|
||||
perm: 'access content'
|
||||
cache:
|
||||
type: tag
|
||||
options: { }
|
||||
empty: { }
|
||||
sorts:
|
||||
created:
|
||||
id: created
|
||||
table: node_field_data
|
||||
field: created
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: node
|
||||
entity_field: created
|
||||
plugin_id: date
|
||||
order: DESC
|
||||
expose:
|
||||
label: ''
|
||||
field_identifier: ''
|
||||
exposed: false
|
||||
granularity: second
|
||||
arguments: { }
|
||||
filters:
|
||||
status:
|
||||
id: status
|
||||
table: node_field_data
|
||||
field: status
|
||||
entity_type: node
|
||||
entity_field: status
|
||||
plugin_id: boolean
|
||||
value: '1'
|
||||
group: 1
|
||||
expose:
|
||||
operator: ''
|
||||
type:
|
||||
id: type
|
||||
table: node_field_data
|
||||
field: type
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
entity_type: node
|
||||
entity_field: type
|
||||
plugin_id: bundle
|
||||
operator: in
|
||||
value:
|
||||
site: site
|
||||
group: 1
|
||||
exposed: false
|
||||
expose:
|
||||
operator_id: ''
|
||||
label: ''
|
||||
description: ''
|
||||
use_operator: false
|
||||
operator: ''
|
||||
operator_limit_selection: false
|
||||
operator_list: { }
|
||||
identifier: ''
|
||||
required: false
|
||||
remember: false
|
||||
multiple: false
|
||||
remember_roles:
|
||||
authenticated: authenticated
|
||||
reduce: false
|
||||
is_grouped: false
|
||||
group_info:
|
||||
label: ''
|
||||
description: ''
|
||||
identifier: ''
|
||||
optional: true
|
||||
widget: select
|
||||
multiple: false
|
||||
remember: false
|
||||
default_group: All
|
||||
default_group_multiple: { }
|
||||
group_items: { }
|
||||
style:
|
||||
type: default
|
||||
options:
|
||||
grouping: { }
|
||||
row_class: ''
|
||||
default_row_class: true
|
||||
row:
|
||||
type: fields
|
||||
options:
|
||||
default_field_elements: true
|
||||
inline: { }
|
||||
separator: ''
|
||||
hide_empty: false
|
||||
query:
|
||||
type: views_query
|
||||
options:
|
||||
query_comment: ''
|
||||
disable_sql_rewrite: false
|
||||
distinct: true
|
||||
replica: false
|
||||
query_tags: { }
|
||||
relationships: { }
|
||||
header: { }
|
||||
footer: { }
|
||||
display_extenders: { }
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
tags:
|
||||
- 'config:field.storage.node.field_geofield'
|
||||
- 'config:field.storage.node.field_images'
|
||||
- 'config:field.storage.node.field_projets_lie'
|
||||
- 'config:field.storage.node.field_sous_titre'
|
||||
page_1:
|
||||
id: page_1
|
||||
display_title: Page
|
||||
display_plugin: page
|
||||
position: 1
|
||||
display_options:
|
||||
defaults:
|
||||
header: false
|
||||
header: { }
|
||||
rendering_language: '***LANGUAGE_language_interface***'
|
||||
display_extenders:
|
||||
matomo:
|
||||
enabled: false
|
||||
keyword_gets: ''
|
||||
keyword_behavior: first
|
||||
keyword_concat_separator: ' '
|
||||
category_behavior: none
|
||||
category_gets: ''
|
||||
category_concat_separator: ' '
|
||||
category_fallback: ''
|
||||
category_facets: { }
|
||||
category_facets_concat_separator: ', '
|
||||
simple_sitemap_display_extender:
|
||||
variants: { }
|
||||
path: lesprojets
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_interface'
|
||||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
tags:
|
||||
- 'config:field.storage.node.field_geofield'
|
||||
- 'config:field.storage.node.field_images'
|
||||
- 'config:field.storage.node.field_projets_lie'
|
||||
- 'config:field.storage.node.field_sous_titre'
|
||||
@@ -50,7 +50,7 @@ class SitesMap extends BlockBase {
|
||||
|
||||
$link_options = ['absolute' => TRUE, 'attributes' => ['class' => 'site-link'], 'language' => \Drupal::languageManager()->getLanguage($langcode)]; // Passer 'absolute' à TRUE
|
||||
$site_url = $site->toUrl('canonical', $link_options)->toString(); // URL absolue pour le data-url
|
||||
$site_link_object = Link::createFromRoute(t("Voir le site"), 'entity.node.canonical', ['node' => $site->id()], $link_options);
|
||||
$site_link_object = Link::createFromRoute(t("got to site"), 'entity.node.canonical', ['node' => $site->id()], $link_options);
|
||||
$link = $site_link_object->toString()->getGeneratedLink();
|
||||
|
||||
$datacontent = htmlspecialchars("<strong>$title</strong><br>$subtitle<br>$link");
|
||||
|
||||
Submodule web/profiles/drupal-starterkit-profile updated: 0d0e1e2606...47a87c5319
@@ -122,28 +122,13 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
header.classList.add('header--collapsed-already');
|
||||
// logo.classList.remove('animated');
|
||||
stopLogoAnimation();
|
||||
// } else {
|
||||
// // Sinon, appliquer la transition après un délai
|
||||
// setTimeout(() => {
|
||||
// header.classList.add('header--collapsed');
|
||||
// }, 5000);
|
||||
// }
|
||||
} else {
|
||||
// Sinon, appliquer la transition après un délai, sauf si scroll
|
||||
let collapseTimeout = setTimeout(() => {
|
||||
header.classList.add('header--collapsed');
|
||||
}, 5000);
|
||||
|
||||
function interruptCollapseOnScroll() {
|
||||
if (!header.classList.contains('header--collapsed')) {
|
||||
clearTimeout(collapseTimeout); // annule l'animation
|
||||
// Sinon, appliquer la transition après un délai
|
||||
setTimeout(() => {
|
||||
header.classList.add('header--collapsed');
|
||||
}
|
||||
window.removeEventListener('scroll', interruptCollapseOnScroll); // une seule fois
|
||||
}
|
||||
|
||||
window.addEventListener('scroll', interruptCollapseOnScroll);
|
||||
}, 5000);
|
||||
}
|
||||
|
||||
//////////////////////////////////////
|
||||
|
||||
let lastScrollTop = 0;
|
||||
@@ -279,72 +264,69 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
|
||||
|
||||
|
||||
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
|
||||
|
||||
|
||||
(function($, window) {
|
||||
var adjustAnchor = function() {
|
||||
var $anchor = $('.sidebar_first_container'),
|
||||
fixedElementHeight = 500;
|
||||
if ($anchor.length > 0) {
|
||||
$('html, body').stop().animate({scrollTop: $anchor.offset().top - fixedElementHeight }, 0);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
|
||||
|
||||
var adjustAnchor = function() {
|
||||
var $anchor = $('.sidebar_first_container'),
|
||||
fixedElementHeight = 500;
|
||||
if ($anchor.length > 0) {
|
||||
$('html, body').stop().animate({scrollTop: $anchor.offset().top - fixedElementHeight }, 0);
|
||||
}
|
||||
};
|
||||
|
||||
$(window).on('hashchange', function() {
|
||||
adjustAnchor();
|
||||
});
|
||||
$(window).on('hashchange', function() {
|
||||
adjustAnchor();
|
||||
});
|
||||
|
||||
|
||||
//////////////////////// start script smooth apparition des textes /////////////////
|
||||
|
||||
function scrollReaveal(){
|
||||
|
||||
const nodes = {
|
||||
logo : document.querySelectorAll('#logo-animated-container'),
|
||||
chapeau : document.querySelectorAll('.field_body'),
|
||||
paragraph: document.querySelectorAll('.field_field_textes .paragraph--type--static-parts'),
|
||||
enjeux : document.querySelectorAll('.field_field_textes .paragraph--type--static-parts .enjeux'),
|
||||
// mapHome : document.querySelectorAll('.field_field_map_block #block-sitesmapblock'),
|
||||
// mapSite : document.querySelectorAll('#sites-map-container'),
|
||||
lienDoc : document.querySelectorAll('.field_field_documents'),
|
||||
lienURL : document.querySelectorAll('.field_field_liens_site'),
|
||||
}
|
||||
|
||||
const showUp = {
|
||||
origin: 'bottom',
|
||||
delay: 100,
|
||||
duration: 1000,
|
||||
distance: '50px',
|
||||
easing: 'cubic-bezier(0.5, 0, 0, 1)'
|
||||
}
|
||||
|
||||
const Show = {
|
||||
delay: 100,
|
||||
duration: 600,
|
||||
easing: 'cubic-bezier(0.5, 0, 0, 1)'
|
||||
}
|
||||
|
||||
console.log(nodes);
|
||||
|
||||
ScrollReveal().reveal(nodes.logo, Show);
|
||||
ScrollReveal().reveal(nodes.chapeau, showUp);
|
||||
ScrollReveal().reveal(nodes.paragraph, showUp);
|
||||
ScrollReveal().reveal(nodes.enjeux, showUp);
|
||||
// ScrollReveal().reveal(nodes.mapHome, showUp);
|
||||
// ScrollReveal().reveal(nodes.mapSite, showUp);
|
||||
ScrollReveal().reveal(nodes.lienDoc, showUp);
|
||||
ScrollReveal().reveal(nodes.lienURL, showUp);
|
||||
function scrollReaveal(){
|
||||
|
||||
const nodes = {
|
||||
logo : document.querySelectorAll('#logo-animated-container'),
|
||||
chapeau : document.querySelectorAll('.field_body'),
|
||||
paragraph: document.querySelectorAll('.field_field_textes .paragraph--type--static-parts'),
|
||||
enjeux : document.querySelectorAll('.field_field_textes .paragraph--type--static-parts .enjeux'),
|
||||
// mapHome : document.querySelectorAll('.field_field_map_block #block-sitesmapblock'),
|
||||
// mapSite : document.querySelectorAll('#sites-map-container'),
|
||||
lienDoc : document.querySelectorAll('.field_field_documents'),
|
||||
lienURL : document.querySelectorAll('.field_field_liens_site'),
|
||||
}
|
||||
|
||||
const showUp = {
|
||||
origin: 'bottom',
|
||||
delay: 100,
|
||||
duration: 1000,
|
||||
distance: '50px',
|
||||
easing: 'cubic-bezier(0.5, 0, 0, 1)'
|
||||
}
|
||||
|
||||
$( document ).ready(function() {
|
||||
scrollReaveal();
|
||||
});
|
||||
const Show = {
|
||||
delay: 100,
|
||||
duration: 600,
|
||||
easing: 'cubic-bezier(0.5, 0, 0, 1)'
|
||||
}
|
||||
|
||||
console.log(nodes);
|
||||
|
||||
ScrollReveal().reveal(nodes.logo, Show);
|
||||
ScrollReveal().reveal(nodes.chapeau, showUp);
|
||||
ScrollReveal().reveal(nodes.paragraph, showUp);
|
||||
ScrollReveal().reveal(nodes.enjeux, showUp);
|
||||
// ScrollReveal().reveal(nodes.mapHome, showUp);
|
||||
// ScrollReveal().reveal(nodes.mapSite, showUp);
|
||||
ScrollReveal().reveal(nodes.lienDoc, showUp);
|
||||
ScrollReveal().reveal(nodes.lienURL, showUp);
|
||||
|
||||
}
|
||||
|
||||
|
||||
$( document ).ready(function() {
|
||||
scrollReaveal();
|
||||
});
|
||||
|
||||
//////////////////////// end script smooth apparition des textes /////////////////
|
||||
|
||||
@@ -400,12 +382,6 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
|
||||
// ////////////////////// start calendrier home /////////////////////////////////
|
||||
$(document).ready(function(){
|
||||
|
||||
// Aller au 9e élément à l'initialisation
|
||||
$('.__timeline-content').on('init', function(event, slick){
|
||||
slick.slickGoTo(9); // Index 8 = 9e item
|
||||
});
|
||||
|
||||
$('.__timeline-content').slick({
|
||||
slidesToShow: 3,
|
||||
slidesToScroll: 1,
|
||||
@@ -892,25 +868,13 @@ $(document).ready(function () {
|
||||
|
||||
// slimselect
|
||||
let ressource_type_select = new SlimSelect({
|
||||
select: '#edit-field-type-de-ressource-target-id--2',
|
||||
settings:{
|
||||
placeholderText: 'choisir',
|
||||
searchPlaceholder: 'choisir'
|
||||
}
|
||||
select: '#edit-field-type-de-ressource-target-id--2'
|
||||
})
|
||||
let ressource_motscles_select = new SlimSelect({
|
||||
select: '#edit-field-mots-clefs-target-id--2',
|
||||
settings:{
|
||||
placeholderText: 'choisir',
|
||||
searchPlaceholder: 'choisir'
|
||||
}
|
||||
select: '#edit-field-mots-clefs-target-id--2'
|
||||
})
|
||||
let ressource_sites_select = new SlimSelect({
|
||||
select: '#edit-field-site-target-id-verf--2',
|
||||
settings:{
|
||||
placeholderText: 'choisir',
|
||||
searchPlaceholder: 'choisir'
|
||||
}
|
||||
select: '#edit-field-site-target-id-verf--2'
|
||||
})
|
||||
// console.log(('sites_select'), sites_select);
|
||||
|
||||
@@ -948,32 +912,16 @@ $(document).ready(function () {
|
||||
// slimselect
|
||||
// duplicated due to embeded view (archives)
|
||||
let actu_type_select = new SlimSelect({
|
||||
select: '#edit-field-type-d-actualite-target-id--2',
|
||||
settings:{
|
||||
placeholderText: 'choisir',
|
||||
searchPlaceholder: 'choisir'
|
||||
}
|
||||
select: '#edit-field-type-d-actualite-target-id--2'
|
||||
})
|
||||
let actu_type_select2 = new SlimSelect({
|
||||
select: '#edit-field-type-d-actualite-target-id--3',
|
||||
settings:{
|
||||
placeholderText: 'choisir',
|
||||
searchPlaceholder: 'choisir'
|
||||
}
|
||||
select: '#edit-field-type-d-actualite-target-id--3'
|
||||
})
|
||||
let actu_site_select = new SlimSelect({
|
||||
select: '#edit-field-site-target-id-verf--2',
|
||||
settings:{
|
||||
placeholderText: 'choisir',
|
||||
searchPlaceholder: 'choisir'
|
||||
}
|
||||
select: '#edit-field-site-target-id-verf--2'
|
||||
})
|
||||
let actu_site_select2 = new SlimSelect({
|
||||
select: '#edit-field-site-target-id-verf--3',
|
||||
settings:{
|
||||
placeholderText: 'choisir',
|
||||
searchPlaceholder: 'choisir'
|
||||
}
|
||||
select: '#edit-field-site-target-id-verf--3'
|
||||
})
|
||||
}
|
||||
});
|
||||
@@ -982,108 +930,6 @@ $(document).ready(function () {
|
||||
/////////////////// end voir plus... actualite dans /actualites & /home ////////////////////
|
||||
|
||||
|
||||
//////////////////////////////////////////
|
||||
|
||||
|
||||
// /////////// Start script ressources ////////////////////////////////
|
||||
|
||||
// document.addEventListener("DOMContentLoaded", () => {
|
||||
// const view = document.querySelector(".view");
|
||||
// const elements = Array.from(view.children);
|
||||
|
||||
// let newView = document.createElement("div");
|
||||
// newView.classList.add("view");
|
||||
|
||||
// let group = null;
|
||||
// let groupContent = null;
|
||||
|
||||
// elements.forEach((el) => {
|
||||
// if (el.tagName === "H3") {
|
||||
// if (group) {
|
||||
// newView.appendChild(group);
|
||||
// }
|
||||
|
||||
// group = document.createElement("div");
|
||||
// group.classList.add("group");
|
||||
|
||||
// groupContent = document.createElement("div");
|
||||
// groupContent.classList.add("group-content");
|
||||
|
||||
// groupContent.appendChild(el);
|
||||
// group.appendChild(groupContent);
|
||||
// } else if (el.classList.contains("views-row")) {
|
||||
// groupContent.appendChild(el);
|
||||
// }
|
||||
// });
|
||||
|
||||
// if (group) {
|
||||
// newView.appendChild(group);
|
||||
// }
|
||||
|
||||
// view.replaceWith(newView);
|
||||
|
||||
// // Ajouter un bouton "Voir plus" dans chaque groupe
|
||||
// document.querySelectorAll(".group").forEach((group) => {
|
||||
// const rows = group.querySelectorAll(".views-row");
|
||||
// const button = document.createElement("button");
|
||||
// button.classList.add("toggle-btn");
|
||||
// button.textContent = "Voir plus de";
|
||||
|
||||
// rows.forEach((row, index) => {
|
||||
// if (index >= 3) {
|
||||
// row.classList.add("hidden");
|
||||
// row.style.maxHeight = "0";
|
||||
// row.style.opacity = "0";
|
||||
// }
|
||||
// });
|
||||
|
||||
// button.addEventListener("click", () => {
|
||||
// const isExpanded = button.textContent === "Voir moins de";
|
||||
// const hiddenRows = group.querySelectorAll(".views-row.hidden");
|
||||
|
||||
// if (isExpanded) {
|
||||
// // Cacher les lignes avec un délai pour l'effet de transition
|
||||
// hiddenRows.forEach((row) => {
|
||||
// row.style.maxHeight = "0";
|
||||
// row.style.opacity = "0";
|
||||
// setTimeout(() => row.classList.add("hidden"), 500); // Délai pour la transition
|
||||
// });
|
||||
// } else {
|
||||
// // Afficher les lignes
|
||||
// hiddenRows.forEach((row) => {
|
||||
// row.classList.remove("hidden");
|
||||
// row.style.maxHeight = row.scrollHeight + "px";
|
||||
// row.style.opacity = "1";
|
||||
// });
|
||||
// }
|
||||
|
||||
// button.textContent = isExpanded ? "Voir plus de" : "Voir moins de";
|
||||
// });
|
||||
|
||||
// group.appendChild(button);
|
||||
// });
|
||||
// });
|
||||
|
||||
|
||||
// /////////// end script ressources ////////////////////////////////
|
||||
|
||||
|
||||
|
||||
|
||||
/////////////// start class à view-rows-ressources ////////
|
||||
$(document).ready(function () {
|
||||
$(".view-rows-wrapper").each(function () {
|
||||
let h3Container = $(this).prev("h3").find("div[class^='type-']");
|
||||
let classToAdd = h3Container.attr("class"); // Récupère la classe complète (ex: "type-Documentation")
|
||||
|
||||
if (classToAdd) {
|
||||
$(this).addClass(classToAdd); // Ajoute cette classe à .view-rows-wrapper
|
||||
}
|
||||
});
|
||||
});
|
||||
////////////////// end class à view-rows-wrapper ////////////////
|
||||
|
||||
|
||||
})(jQuery, window);
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -217,13 +217,6 @@ h2, h3 {
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
body, html, * {
|
||||
user-select: text !important;
|
||||
-webkit-user-select: text !important; /* pour Safari */
|
||||
-moz-user-select: text !important; /* pour Firefox */
|
||||
-ms-user-select: text !important; /* pour IE/Edge */
|
||||
}
|
||||
|
||||
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
|
||||
ul {
|
||||
list-style-type: none;
|
||||
@@ -449,12 +442,6 @@ header[role=banner] .header_nav_container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
header[role=banner] .header_nav_container {
|
||||
height: 200px;
|
||||
top: -30px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
header[role=banner] .header_nav_container {
|
||||
flex: 0 0 40%;
|
||||
@@ -486,22 +473,11 @@ header[role=banner] .header_nav_container #block-quartiers-de-demain-entete ul l
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
header[role=banner] .header_nav_container #block-quartiers-de-demain-entete ul li .is-active {
|
||||
font-family: "gilroy-bold";
|
||||
}
|
||||
header[role=banner] .header_nav_container #block-quartiers-de-demain-entete ul li :hover {
|
||||
font-family: "gilroy-bold";
|
||||
}
|
||||
@media (max-width: 1090px) {
|
||||
header[role=banner] .header_nav_container #block-quartiers-de-demain-entete ul li {
|
||||
padding-top: 0.3rem;
|
||||
}
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
header[role=banner] .header_nav_container #block-quartiers-de-demain-entete ul li {
|
||||
line-height: 1.3rem;
|
||||
}
|
||||
}
|
||||
header[role=banner] .header_nav_container #block-quartiers-de-demain-entete ul li a {
|
||||
text-transform: uppercase;
|
||||
color: white;
|
||||
@@ -840,27 +816,13 @@ footer {
|
||||
top: 250px;
|
||||
background-color: transparent;
|
||||
}
|
||||
@media (max-width: 1300px) {
|
||||
.layout-sidebar-first {
|
||||
top: 200px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.layout-sidebar-first {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
top: 200px;
|
||||
width: 80%;
|
||||
top: 160px;
|
||||
margin: auto;
|
||||
margin-top: 1rem;
|
||||
background-color: white;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.layout-sidebar-first .sidebar_first_container {
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1,
|
||||
@@ -888,21 +850,16 @@ footer {
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 h2::after {
|
||||
content: " :";
|
||||
}
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 form,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 form {
|
||||
display: grid;
|
||||
}
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 form .js-form-item,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 form .js-form-item {
|
||||
display: flex;
|
||||
margin-bottom: 0.5rem;
|
||||
padding-bottom: 0.3rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 form .js-form-item,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 form .js-form-item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
@@ -938,14 +895,14 @@ footer {
|
||||
padding-top: 0.5rem;
|
||||
font-size: 0.7rem;
|
||||
font-family: "gilroy-light";
|
||||
align-items: center;
|
||||
}
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .js-form-type-select label,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .js-form-type-select label {
|
||||
width: 60%;
|
||||
width: 50%;
|
||||
text-transform: lowercase;
|
||||
font-size: 0.7rem;
|
||||
font-family: "gilroy-light";
|
||||
padding-bottom: 0.2rem;
|
||||
}
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .js-form-type-select select,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .js-form-type-select select {
|
||||
@@ -962,47 +919,16 @@ footer {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .js-form-type-textfield,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .js-form-type-textfield {
|
||||
flex-direction: column;
|
||||
padding-top: 0.8rem;
|
||||
}
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .js-form-type-textfield label,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .js-form-type-textfield label {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
text-transform: lowercase;
|
||||
font-size: 0.7rem;
|
||||
font-family: "gilroy-light";
|
||||
padding-bottom: 0.2rem;
|
||||
}
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .js-form-type-textfield label::after,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .js-form-type-textfield label::after {
|
||||
content: "";
|
||||
display: block;
|
||||
background: url("../img/loupe.svg");
|
||||
background-repeat: no-repeat;
|
||||
width: 38px;
|
||||
height: 30px;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .js-form-type-textfield input#edit-combine--3,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .js-form-type-textfield input#edit-combine--2,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .js-form-type-textfield input#edit-combine--3,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .js-form-type-textfield input#edit-combine--2 {
|
||||
max-width: 100%;
|
||||
height: 25px;
|
||||
width: 96%;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .js-form-type-textfield.js-form-item,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .js-form-type-textfield.js-form-item {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .form-actions,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .form-actions {
|
||||
padding-top: 0rem;
|
||||
padding-top: 1rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
@@ -1017,50 +943,6 @@ footer {
|
||||
font-size: 0.7rem;
|
||||
font-family: "gilroy-light";
|
||||
}
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeressourcespage-1 .form-actions input:hover,
|
||||
.layout-sidebar-first #block-quartiers-de-demain-formulaireexposeactuspage-1 .form-actions input:hover {
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-family: "gilroy-regular";
|
||||
}
|
||||
|
||||
.ss-search,
|
||||
.ss-option,
|
||||
.ss-list {
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
|
||||
.js-form-item-field-tous-les-sites-value {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.ss-main {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.ss-placeholder {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.js-form-item-field-mots-clefs-target-id {
|
||||
order: 1;
|
||||
}
|
||||
|
||||
.js-form-item-field-type-de-ressource-target-id {
|
||||
order: 2;
|
||||
}
|
||||
|
||||
.js-form-item-field-site-target-id-verf {
|
||||
order: 3;
|
||||
}
|
||||
|
||||
.js-form-item-combine {
|
||||
order: 4;
|
||||
}
|
||||
|
||||
.form-actions {
|
||||
order: 5;
|
||||
}
|
||||
|
||||
#logo-animated-container {
|
||||
width: 60%;
|
||||
@@ -1172,6 +1054,7 @@ footer {
|
||||
@media (max-width: 810px) {
|
||||
.slick-prev,
|
||||
.slick-next {
|
||||
top: -30px;
|
||||
-webkit-transform: translate(0, -30px);
|
||||
-ms-transform: translate(0, -30px);
|
||||
transform: translate(0, -30px);
|
||||
@@ -1501,25 +1384,7 @@ footer {
|
||||
height: fit-content;
|
||||
}
|
||||
}
|
||||
#home .__container-deroulement .config_pages--type--deroulement .field_field_phase .timeline .__timeline-content .slick-track .paragraph--type--phase-deroulement::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: -0.2rem;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
background-color: black;
|
||||
border-radius: 50%;
|
||||
z-index: 2;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#home .__container-deroulement .config_pages--type--deroulement .field_field_phase .timeline .__timeline-content .slick-track .paragraph--type--phase-deroulement::after {
|
||||
bottom: -0.4rem;
|
||||
}
|
||||
}
|
||||
#home .__container-deroulement .config_pages--type--deroulement .field_field_phase .timeline .__timeline-content .slick-track .paragraph--type--phase-deroulement {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
@@ -1533,6 +1398,38 @@ footer {
|
||||
padding-left: 4rem;
|
||||
}
|
||||
}
|
||||
#home .__container-deroulement .config_pages--type--deroulement .field_field_phase .timeline .__timeline-content .slick-track .paragraph--type--phase-deroulement .border-symbol {
|
||||
align-self: end;
|
||||
font-size: 2.5rem;
|
||||
display: inline-block; /* Permet d'utiliser height */
|
||||
line-height: 0; /* Assure que la hauteur est minimale */
|
||||
transform: translateX(1rem);
|
||||
}
|
||||
@media (max-width: 1100px) {
|
||||
#home .__container-deroulement .config_pages--type--deroulement .field_field_phase .timeline .__timeline-content .slick-track .paragraph--type--phase-deroulement .border-symbol {
|
||||
transform: translateY(18.6rem);
|
||||
}
|
||||
}
|
||||
@media (max-width: 1080px) {
|
||||
#home .__container-deroulement .config_pages--type--deroulement .field_field_phase .timeline .__timeline-content .slick-track .paragraph--type--phase-deroulement .border-symbol {
|
||||
transform: translateY(18.3rem);
|
||||
}
|
||||
}
|
||||
@media (min-width: 809px) {
|
||||
#home .__container-deroulement .config_pages--type--deroulement .field_field_phase .timeline .__timeline-content .slick-track .paragraph--type--phase-deroulement .border-symbol {
|
||||
transform: translateY(20.7rem);
|
||||
}
|
||||
}
|
||||
@media (max-width: 770px) {
|
||||
#home .__container-deroulement .config_pages--type--deroulement .field_field_phase .timeline .__timeline-content .slick-track .paragraph--type--phase-deroulement .border-symbol {
|
||||
align-self: center;
|
||||
font-size: 2.5rem;
|
||||
display: inline-block;
|
||||
line-height: 0;
|
||||
transform: translateY(21.2rem);
|
||||
padding-right: 3rem;
|
||||
}
|
||||
}
|
||||
#home .__container-deroulement .config_pages--type--deroulement .field_field_phase .timeline .__timeline-content .slick-track .paragraph--type--phase-deroulement .date {
|
||||
width: fit-content !important;
|
||||
display: flex;
|
||||
@@ -1710,7 +1607,6 @@ footer {
|
||||
font-size: 1.7rem;
|
||||
font-family: "gilroy-semibold";
|
||||
padding-left: 0.5rem;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
#actus-caroussel button {
|
||||
top: -2.5rem;
|
||||
@@ -1721,7 +1617,7 @@ footer {
|
||||
}
|
||||
}
|
||||
#actus-caroussel .content-actus .slick-list {
|
||||
padding-bottom: 1rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#actus-caroussel .content-actus .slick-list {
|
||||
@@ -1729,7 +1625,7 @@ footer {
|
||||
}
|
||||
}
|
||||
#actus-caroussel .content-actus .view-rows-wrapper {
|
||||
margin-left: 25%;
|
||||
margin-left: 20%;
|
||||
width: 65%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -1789,7 +1685,7 @@ footer {
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_images .actu-diaporama .slick-list .cadre-img-zoom {
|
||||
display: flex;
|
||||
margin: auto;
|
||||
width: 150px;
|
||||
width: 250px;
|
||||
height: auto;
|
||||
}
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_images .actu-diaporama .slick-list .cadre-img-zoom img {
|
||||
@@ -1800,10 +1696,8 @@ footer {
|
||||
-khtml-border-radius: 9px; /* pour Safari et Chrome */
|
||||
-webkit-border-radius: 9px; /* pour Safari sur Mac */
|
||||
border-radius: 9px; /* CSS3 */
|
||||
aspect-ratio: 4/5;
|
||||
}
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_images .actu-diaporama .slick-list blockquote.image-field-caption {
|
||||
display: none;
|
||||
margin: 0;
|
||||
}
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_images .actu-diaporama .slick-list blockquote.image-field-caption p {
|
||||
@@ -1841,15 +1735,16 @@ footer {
|
||||
}
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_type_d_actualite {
|
||||
order: 2;
|
||||
}
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_type_d_actualite a {
|
||||
text-transform: uppercase;
|
||||
color: red;
|
||||
font-size: 0.6rem;
|
||||
font-weight: 600;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
padding-bottom: 0.1rem;
|
||||
}
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_type_d_actualite::before {
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_type_d_actualite a::before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 16px; /* Ajuste la largeur */
|
||||
@@ -1902,13 +1797,15 @@ footer {
|
||||
order: 5;
|
||||
line-height: 1rem;
|
||||
}
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_title a {
|
||||
color: rgb(7, 50, 194);
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_title h2 {
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 0;
|
||||
padding-left: 0;
|
||||
font-family: "gilroy-medium";
|
||||
color: rgb(7, 50, 194);
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_sous_titre {
|
||||
color: rgb(7, 50, 194);
|
||||
@@ -1924,28 +1821,6 @@ footer {
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_body p {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .links.inline {
|
||||
text-transform: uppercase;
|
||||
padding-left: 0;
|
||||
font-size: 0.7rem;
|
||||
font-family: "gilroy-bold";
|
||||
width: fit-content;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .links.inline a {
|
||||
width: 5em;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .links.inline::after {
|
||||
content: "+";
|
||||
display: block;
|
||||
padding-left: 0.4rem;
|
||||
font-size: 1.8rem;
|
||||
height: fit-content;
|
||||
}
|
||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_liens {
|
||||
order: 7;
|
||||
padding: 0;
|
||||
@@ -3225,7 +3100,7 @@ body {
|
||||
align-items: center;
|
||||
}
|
||||
.partenaires .layout-content .content_container #block-quartiers-de-demain-titredepage {
|
||||
margin-top: 4rem;
|
||||
margin-top: 1rem;
|
||||
width: fit-content;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
@@ -3235,7 +3110,6 @@ body {
|
||||
}
|
||||
}
|
||||
.partenaires .layout-content .content_container #block-quartiers-de-demain-titredepage h1 {
|
||||
display: none;
|
||||
text-transform: none;
|
||||
color: black;
|
||||
font-size: 2rem;
|
||||
@@ -3247,10 +3121,6 @@ body {
|
||||
.partenaires .layout-content .content_container .views-element-container {
|
||||
width: 80%;
|
||||
}
|
||||
.partenaires .layout-content .content_container .views-element-container .header_view {
|
||||
width: 85%;
|
||||
margin: auto;
|
||||
}
|
||||
.partenaires .layout-content .content_container .views-element-container .header_view::after {
|
||||
content: "";
|
||||
display: block;
|
||||
@@ -3258,9 +3128,6 @@ body {
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
}
|
||||
.partenaires .layout-content .content_container .views-element-container .header_view .config_pages--type--intro-partenaires {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
.partenaires .layout-content .content_container .views-element-container h3 {
|
||||
color: rgb(7, 50, 194);
|
||||
font-size: 2.5rem;
|
||||
@@ -3432,9 +3299,6 @@ body {
|
||||
.node-type-static main {
|
||||
background-color: #f6f7f3;
|
||||
}
|
||||
.node-type-static.node-id-2 aside {
|
||||
display: none;
|
||||
}
|
||||
.node-type-static .layout-content .content_container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -3551,11 +3415,6 @@ body {
|
||||
padding: 1rem 0rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#page-node .content_container .node-type-actualite .infos-actu {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
#page-node .content_container .node-type-actualite .infos-actu .field_field_type_d_actualite {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -3573,12 +3432,6 @@ body {
|
||||
content: url("../img/type-actu.svg");
|
||||
padding-right: 0.4rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#page-node .content_container .node-type-actualite .infos-actu .field_field_type_d_actualite {
|
||||
margin-left: 1rem;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
}
|
||||
#page-node .content_container .node-type-actualite .infos-actu .field_field_date {
|
||||
color: red;
|
||||
display: flex;
|
||||
@@ -3614,12 +3467,6 @@ body {
|
||||
background-repeat: no-repeat;
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#page-node .content_container .node-type-actualite .infos-actu .field_field_site {
|
||||
margin-left: 1rem;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
}
|
||||
#page-node .content_container .node-type-actualite .content-wrapper-actu {
|
||||
order: 2;
|
||||
display: flex;
|
||||
@@ -4102,6 +3949,10 @@ body {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.html.js.sr body.node-type-site.node-id-40 div.dialog-off-canvas-main-canvas div#page-node.layout-container main div.layout-content div.content_container div.layout.layout--threecol-25-50-25 div.layout__region.layout__region--third div.block-region-third div div.field_field_documents div div span {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
main {
|
||||
background-color: #f6f7f3;
|
||||
}
|
||||
@@ -4256,8 +4107,7 @@ main {
|
||||
#ressources .layout-content .content_container #block-quartiers-de-demain-titredepage {
|
||||
display: flex;
|
||||
margin: auto;
|
||||
margin-top: 13rem;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 10rem;
|
||||
}
|
||||
}
|
||||
#ressources .layout-content .content_container #block-quartiers-de-demain-titredepage h1 {
|
||||
@@ -4313,7 +4163,6 @@ main {
|
||||
color: white;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container h3:has(div.type-Kit-de-communication) {
|
||||
display: none;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container h3:has(div.type-Kit-de-communication) .field_name {
|
||||
@@ -4336,11 +4185,6 @@ main {
|
||||
font-size: 0.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-title-1,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-field-sous-titre-1 {
|
||||
font-family: "gilroy-medium";
|
||||
@@ -4348,41 +4192,12 @@ main {
|
||||
font-size: 0.6rem;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-title-1,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-field-sous-titre-1 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-body-1 {
|
||||
font-family: "gilroy-light";
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-body-1 p {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row p {
|
||||
font-size: 0.5rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-body-1 p {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-field-mots-clefs {
|
||||
margin-top: 0.5rem;
|
||||
display: flex;
|
||||
flex-direction: row !important;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-field-mots-clefs a {
|
||||
border: solid 1px rgb(7, 50, 194);
|
||||
margin-right: 0.2rem;
|
||||
padding: 0.1rem 0.2rem;
|
||||
font-size: 0.4rem;
|
||||
font-family: "gilroy-semibold";
|
||||
color: rgb(7, 50, 194);
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-field-mots-clefs a {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-field-site {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
@@ -4410,134 +4225,127 @@ main {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .views-field-field-documents {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation-générale .views-row {
|
||||
width: 22%;
|
||||
padding: 0.5rem;
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-documentation .field_body,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-documentation .field_field_images {
|
||||
display: none;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation-générale .views-row {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation-générale .views-row .views-field-field-documents a {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
color: white;
|
||||
background: black;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.4rem;
|
||||
padding: 0.1rem 0.5rem;
|
||||
padding-right: 0rem;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Documentation-générale .views-row .views-field-field-documents a::after {
|
||||
display: inline-flex;
|
||||
content: url("../img/noun-arrow-to-right.svg");
|
||||
padding-right: 0.1rem;
|
||||
padding-left: 0.1rem;
|
||||
height: 25px;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row {
|
||||
width: 50%;
|
||||
height: fit-content;
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-podcast .content-ressource {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1.2fr;
|
||||
grid-template-rows: repeat(5 1fr);
|
||||
margin-top: 1rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-images,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-video {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-podcast .content-ressource .field_field_images {
|
||||
grid-column: 1;
|
||||
grid-row: 1/span 5;
|
||||
padding: 0 1rem 1rem 1rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-images,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-video {
|
||||
padding: 0 0 1rem 0;
|
||||
}
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-images iframe,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-video iframe {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
aspect-ratio: 1/1;
|
||||
border-radius: 9px;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-images iframe,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-video iframe {
|
||||
width: auto;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-images img,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-video img {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-podcast .content-ressource .field_field_images img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
aspect-ratio: 1/1;
|
||||
object-fit: cover;
|
||||
border-radius: 9px;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-title-1 {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-podcast .content-ressource .field_title, #ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-podcast .content-ressource h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-title-1,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-sous-titre-1,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-author,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-date-ressource,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-body-1,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-mots-clefs,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-site,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-documents,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-liens {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-podcast .content-ressource .field_title,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-podcast .content-ressource .field_field_sous_titre,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-podcast .content-ressource .field_field_author,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-podcast .content-ressource .field_field_date_ressource,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-podcast .content-ressource .field_body,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-podcast .content-ressource .field_field_mots_clefs,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-podcast .content-ressource .field_field_site,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-podcast .content-ressource .field_field_documents,
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-podcast .content-ressource .field_field_liens {
|
||||
grid-column: 2;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Podcast .views-row .views-field-field-liens {
|
||||
display: none;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Vidéos .views-row {
|
||||
width: 43%;
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-vidéo .content-ressource {
|
||||
margin: 1rem;
|
||||
justify-content: space-between;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Vidéos .views-row {
|
||||
width: 100%;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-vidéo .field_body {
|
||||
opacity: 1 !important;
|
||||
transform: none !important;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Vidéos .views-row img {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-vidéo a img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
object-fit: cover;
|
||||
border-radius: 9px;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Vidéos .views-row iframe {
|
||||
border-radius: 9px;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Vidéos .views-row .views-field-title-1 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Vidéos .views-row .views-field-field-liens {
|
||||
display: none;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper.type-Kit-de-communication {
|
||||
display: none;
|
||||
width: 100%;
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-kit-de-communication div.content-ressource {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background-color: rgb(7, 50, 194);
|
||||
color: white;
|
||||
padding: 1rem 3rem;
|
||||
}
|
||||
|
||||
.type-documentation .views-field-body-1,
|
||||
.type-documentation .views-field-field-images,
|
||||
.type-documentation .views-field-field-video {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-kit-de-communication div.content-ressource .field_title {
|
||||
display: none;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-kit-de-communication div.content-ressource .field_field_sous_titre {
|
||||
text-align: center;
|
||||
font-size: 0.9rem;
|
||||
font-family: "gilroy-light";
|
||||
color: white;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-kit-de-communication div.content-ressource .field_body {
|
||||
text-align: center;
|
||||
font-size: 0.7rem;
|
||||
font-family: "gilroy-light";
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-kit-de-communication div.content-ressource .field_field_liens {
|
||||
width: fit-content;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-kit-de-communication div.content-ressource .field_field_liens a {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding-left: 0.5rem;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
color: white;
|
||||
background: black;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.6rem;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-kit-de-communication div.content-ressource .field_field_liens a svg {
|
||||
display: none;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-kit-de-communication div.content-ressource .field_field_liens a::after {
|
||||
display: inline-flex;
|
||||
content: url("../img/noun-arrow-to-right.svg");
|
||||
padding-right: 0.2rem;
|
||||
padding-left: 0.2rem;
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-podcast) {
|
||||
width: 50%;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-podcast) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-documentation) {
|
||||
width: 25%;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-documentation) {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-vidéo) {
|
||||
width: 50%;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-vidéo) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-Kit-de-communication) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#actualites main {
|
||||
background-color: white;
|
||||
@@ -4568,8 +4376,7 @@ main {
|
||||
#actualites .layout-content .content_container #block-quartiers-de-demain-titredepage {
|
||||
display: flex;
|
||||
margin: auto;
|
||||
margin-top: 13rem;
|
||||
margin-bottom: 4rem;
|
||||
margin-top: 16rem;
|
||||
}
|
||||
}
|
||||
#actualites .layout-content .content_container #block-quartiers-de-demain-titredepage h1 {
|
||||
@@ -4625,11 +4432,6 @@ main {
|
||||
width: 250px;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_images {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_images .actu-diaporama {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
@@ -4656,10 +4458,8 @@ main {
|
||||
-khtml-border-radius: 9px; /* pour Safari et Chrome */
|
||||
-webkit-border-radius: 9px; /* pour Safari sur Mac */
|
||||
border-radius: 9px; /* CSS3 */
|
||||
aspect-ratio: 4/5;
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_images .actu-diaporama .slick-list blockquote.image-field-caption {
|
||||
display: none;
|
||||
margin: 0;
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_images .actu-diaporama .slick-list blockquote.image-field-caption p {
|
||||
@@ -4697,15 +4497,16 @@ main {
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_type_d_actualite {
|
||||
order: 2;
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_type_d_actualite a {
|
||||
text-transform: uppercase;
|
||||
color: red;
|
||||
font-size: 0.6rem;
|
||||
font-weight: 600;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
padding-bottom: 0.1rem;
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_type_d_actualite::before {
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_type_d_actualite a::before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 16px; /* Ajuste la largeur */
|
||||
@@ -4761,6 +4562,8 @@ main {
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_title h2 {
|
||||
font-size: 1.2rem;
|
||||
font-family: "gilroy-medium";
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_title a {
|
||||
color: rgb(7, 50, 194);
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_sous_titre {
|
||||
@@ -4777,28 +4580,6 @@ main {
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_body p {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .links.inline {
|
||||
text-transform: uppercase;
|
||||
padding-left: 0;
|
||||
font-size: 0.7rem;
|
||||
font-family: "gilroy-bold";
|
||||
width: fit-content;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .links.inline a {
|
||||
width: 5em;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .links.inline::after {
|
||||
content: "+";
|
||||
display: block;
|
||||
padding-left: 0.4rem;
|
||||
font-size: 1.8rem;
|
||||
height: fit-content;
|
||||
}
|
||||
#actualites .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_liens {
|
||||
order: 7;
|
||||
padding: 0;
|
||||
|
||||
@@ -1,61 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="7.250946mm"
|
||||
height="6.7037978mm"
|
||||
viewBox="0 0 7.250946 6.7037978"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs1">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath2444">
|
||||
<path
|
||||
d="M 0,0 H 22.0445 V -17 H 0 Z"
|
||||
transform="matrix(1.3191067,0.19425333,0.19425333,-1.3191067,225.01215,461.47051)"
|
||||
clip-rule="evenodd"
|
||||
id="path2444" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath2440">
|
||||
<path
|
||||
d="M 0,-18 H 1260 V 18 H 0 Z"
|
||||
transform="translate(-0.24999723,-16.750003)"
|
||||
id="path2440" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath2441">
|
||||
<path
|
||||
d="M 0,-18 H 1260 V 18 H 0 Z"
|
||||
transform="translate(-14.679745,-4.6071402)"
|
||||
id="path2441" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(-120.12082,-122.50209)">
|
||||
<g
|
||||
id="g2443"
|
||||
clip-path="url(#clipPath2444)"
|
||||
transform="matrix(0.26458333,0,0,0.26458333,61.004151,0.05323333)">
|
||||
<path
|
||||
d="m 15.5,-7.75 c 0,-4.2804 -3.4696,-7.75 -7.75,-7.75 C 3.46979,-15.5 0,-12.0304 0,-7.75 0,-3.46979 3.46979,0 7.75,0 12.0304,0 15.5,-3.46979 15.5,-7.75 Z"
|
||||
style="fill:none;stroke:#181715;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.2151874,0.17895006,0.18346062,-1.2458171,225.27006,461.8268)"
|
||||
clip-path="url(#clipPath2440)"
|
||||
id="path2442" />
|
||||
<path
|
||||
d="M 0,0 9,-5.35714"
|
||||
style="fill:none;stroke:#181715;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.2151874,0.17895006,0.18346062,-1.2458171,240.57717,479.53679)"
|
||||
clip-path="url(#clipPath2441)"
|
||||
id="path2443" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.1 KiB |
@@ -35,41 +35,12 @@ function quartiers_de_demain_preprocess_page(&$variables) {
|
||||
* Implements hook_preprocess_HOOK() for node.html.twig.
|
||||
*/
|
||||
function quartiers_de_demain_preprocess_node(&$variables) {
|
||||
$node = &$variables['node'];
|
||||
$variables['attributes']['class'][] = 'node-type-' . $node->gettype();
|
||||
|
||||
if ($node->getType() === 'actualite'
|
||||
&& $variables['view_mode'] === 'full'
|
||||
&& $node->hasField('body')) {
|
||||
|
||||
$summary = $node->get('body')->summary;
|
||||
$full = $node->get('body')->value;
|
||||
|
||||
if (!empty($summary) || !empty($full)) {
|
||||
$variables['content']['body'] = [
|
||||
'#type' => 'inline_template',
|
||||
'#template' => '
|
||||
{% if summary %}
|
||||
<div class="body-summary">{{ summary|raw }}</div>
|
||||
{% endif %}
|
||||
{% if full %}
|
||||
<div class="body-full">{{ full|raw }}</div>
|
||||
{% endif %}
|
||||
',
|
||||
'#context' => [
|
||||
'summary' => $summary,
|
||||
'full' => $full,
|
||||
],
|
||||
];
|
||||
}
|
||||
}
|
||||
$node = &$variables['node'];
|
||||
$variables['attributes']['class'][] = 'node-type-' . $node->gettype();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* implements template_preprocess_region() */
|
||||
|
||||
function quartiers_de_demain_preprocess_region(&$variables) {
|
||||
@@ -92,7 +63,6 @@ function quartiers_de_demain_preprocess_field(&$variables) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Prepares variables for block templates.
|
||||
*
|
||||
@@ -167,6 +137,3 @@ function quartiers_de_demain_preprocess_block__block_region_second(&$variables)
|
||||
|
||||
|
||||
|
||||
function quartiers_de_demain_preprocess_links(&$variables){
|
||||
|
||||
}
|
||||
@@ -1,61 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="7.250946mm"
|
||||
height="6.7037978mm"
|
||||
viewBox="0 0 7.250946 6.7037978"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs1">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath2444">
|
||||
<path
|
||||
d="M 0,0 H 22.0445 V -17 H 0 Z"
|
||||
transform="matrix(1.3191067,0.19425333,0.19425333,-1.3191067,225.01215,461.47051)"
|
||||
clip-rule="evenodd"
|
||||
id="path2444" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath2440">
|
||||
<path
|
||||
d="M 0,-18 H 1260 V 18 H 0 Z"
|
||||
transform="translate(-0.24999723,-16.750003)"
|
||||
id="path2440" />
|
||||
</clipPath>
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath2441">
|
||||
<path
|
||||
d="M 0,-18 H 1260 V 18 H 0 Z"
|
||||
transform="translate(-14.679745,-4.6071402)"
|
||||
id="path2441" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(-120.12082,-122.50209)">
|
||||
<g
|
||||
id="g2443"
|
||||
clip-path="url(#clipPath2444)"
|
||||
transform="matrix(0.26458333,0,0,0.26458333,61.004151,0.05323333)">
|
||||
<path
|
||||
d="m 15.5,-7.75 c 0,-4.2804 -3.4696,-7.75 -7.75,-7.75 C 3.46979,-15.5 0,-12.0304 0,-7.75 0,-3.46979 3.46979,0 7.75,0 12.0304,0 15.5,-3.46979 15.5,-7.75 Z"
|
||||
style="fill:none;stroke:#181715;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.2151874,0.17895006,0.18346062,-1.2458171,225.27006,461.8268)"
|
||||
clip-path="url(#clipPath2440)"
|
||||
id="path2442" />
|
||||
<path
|
||||
d="M 0,0 9,-5.35714"
|
||||
style="fill:none;stroke:#181715;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||
transform="matrix(1.2151874,0.17895006,0.18346062,-1.2458171,240.57717,479.53679)"
|
||||
clip-path="url(#clipPath2441)"
|
||||
id="path2443" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.1 KiB |
@@ -64,28 +64,13 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
header.classList.add('header--collapsed-already');
|
||||
// logo.classList.remove('animated');
|
||||
stopLogoAnimation();
|
||||
// } else {
|
||||
// // Sinon, appliquer la transition après un délai
|
||||
// setTimeout(() => {
|
||||
// header.classList.add('header--collapsed');
|
||||
// }, 5000);
|
||||
// }
|
||||
} else {
|
||||
// Sinon, appliquer la transition après un délai, sauf si scroll
|
||||
let collapseTimeout = setTimeout(() => {
|
||||
header.classList.add('header--collapsed');
|
||||
}, 5000);
|
||||
|
||||
function interruptCollapseOnScroll() {
|
||||
if (!header.classList.contains('header--collapsed')) {
|
||||
clearTimeout(collapseTimeout); // annule l'animation
|
||||
// Sinon, appliquer la transition après un délai
|
||||
setTimeout(() => {
|
||||
header.classList.add('header--collapsed');
|
||||
}
|
||||
window.removeEventListener('scroll', interruptCollapseOnScroll); // une seule fois
|
||||
}
|
||||
|
||||
window.addEventListener('scroll', interruptCollapseOnScroll);
|
||||
}, 5000);
|
||||
}
|
||||
|
||||
//////////////////////////////////////
|
||||
|
||||
let lastScrollTop = 0;
|
||||
@@ -221,72 +206,69 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
|
||||
|
||||
|
||||
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
|
||||
|
||||
|
||||
(function($, window) {
|
||||
var adjustAnchor = function() {
|
||||
var $anchor = $('.sidebar_first_container'),
|
||||
fixedElementHeight = 500;
|
||||
if ($anchor.length > 0) {
|
||||
$('html, body').stop().animate({scrollTop: $anchor.offset().top - fixedElementHeight }, 0);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
//// ancre dans texte au click paragraphe correspondant arrive en dessous du header
|
||||
|
||||
var adjustAnchor = function() {
|
||||
var $anchor = $('.sidebar_first_container'),
|
||||
fixedElementHeight = 500;
|
||||
if ($anchor.length > 0) {
|
||||
$('html, body').stop().animate({scrollTop: $anchor.offset().top - fixedElementHeight }, 0);
|
||||
}
|
||||
};
|
||||
|
||||
$(window).on('hashchange', function() {
|
||||
adjustAnchor();
|
||||
});
|
||||
$(window).on('hashchange', function() {
|
||||
adjustAnchor();
|
||||
});
|
||||
|
||||
|
||||
//////////////////////// start script smooth apparition des textes /////////////////
|
||||
|
||||
function scrollReaveal(){
|
||||
|
||||
const nodes = {
|
||||
logo : document.querySelectorAll('#logo-animated-container'),
|
||||
chapeau : document.querySelectorAll('.field_body'),
|
||||
paragraph: document.querySelectorAll('.field_field_textes .paragraph--type--static-parts'),
|
||||
enjeux : document.querySelectorAll('.field_field_textes .paragraph--type--static-parts .enjeux'),
|
||||
// mapHome : document.querySelectorAll('.field_field_map_block #block-sitesmapblock'),
|
||||
// mapSite : document.querySelectorAll('#sites-map-container'),
|
||||
lienDoc : document.querySelectorAll('.field_field_documents'),
|
||||
lienURL : document.querySelectorAll('.field_field_liens_site'),
|
||||
}
|
||||
|
||||
const showUp = {
|
||||
origin: 'bottom',
|
||||
delay: 100,
|
||||
duration: 1000,
|
||||
distance: '50px',
|
||||
easing: 'cubic-bezier(0.5, 0, 0, 1)'
|
||||
}
|
||||
|
||||
const Show = {
|
||||
delay: 100,
|
||||
duration: 600,
|
||||
easing: 'cubic-bezier(0.5, 0, 0, 1)'
|
||||
}
|
||||
|
||||
console.log(nodes);
|
||||
|
||||
ScrollReveal().reveal(nodes.logo, Show);
|
||||
ScrollReveal().reveal(nodes.chapeau, showUp);
|
||||
ScrollReveal().reveal(nodes.paragraph, showUp);
|
||||
ScrollReveal().reveal(nodes.enjeux, showUp);
|
||||
// ScrollReveal().reveal(nodes.mapHome, showUp);
|
||||
// ScrollReveal().reveal(nodes.mapSite, showUp);
|
||||
ScrollReveal().reveal(nodes.lienDoc, showUp);
|
||||
ScrollReveal().reveal(nodes.lienURL, showUp);
|
||||
function scrollReaveal(){
|
||||
|
||||
const nodes = {
|
||||
logo : document.querySelectorAll('#logo-animated-container'),
|
||||
chapeau : document.querySelectorAll('.field_body'),
|
||||
paragraph: document.querySelectorAll('.field_field_textes .paragraph--type--static-parts'),
|
||||
enjeux : document.querySelectorAll('.field_field_textes .paragraph--type--static-parts .enjeux'),
|
||||
// mapHome : document.querySelectorAll('.field_field_map_block #block-sitesmapblock'),
|
||||
// mapSite : document.querySelectorAll('#sites-map-container'),
|
||||
lienDoc : document.querySelectorAll('.field_field_documents'),
|
||||
lienURL : document.querySelectorAll('.field_field_liens_site'),
|
||||
}
|
||||
|
||||
const showUp = {
|
||||
origin: 'bottom',
|
||||
delay: 100,
|
||||
duration: 1000,
|
||||
distance: '50px',
|
||||
easing: 'cubic-bezier(0.5, 0, 0, 1)'
|
||||
}
|
||||
|
||||
$( document ).ready(function() {
|
||||
scrollReaveal();
|
||||
});
|
||||
const Show = {
|
||||
delay: 100,
|
||||
duration: 600,
|
||||
easing: 'cubic-bezier(0.5, 0, 0, 1)'
|
||||
}
|
||||
|
||||
console.log(nodes);
|
||||
|
||||
ScrollReveal().reveal(nodes.logo, Show);
|
||||
ScrollReveal().reveal(nodes.chapeau, showUp);
|
||||
ScrollReveal().reveal(nodes.paragraph, showUp);
|
||||
ScrollReveal().reveal(nodes.enjeux, showUp);
|
||||
// ScrollReveal().reveal(nodes.mapHome, showUp);
|
||||
// ScrollReveal().reveal(nodes.mapSite, showUp);
|
||||
ScrollReveal().reveal(nodes.lienDoc, showUp);
|
||||
ScrollReveal().reveal(nodes.lienURL, showUp);
|
||||
|
||||
}
|
||||
|
||||
|
||||
$( document ).ready(function() {
|
||||
scrollReaveal();
|
||||
});
|
||||
|
||||
//////////////////////// end script smooth apparition des textes /////////////////
|
||||
|
||||
@@ -342,12 +324,6 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
|
||||
// ////////////////////// start calendrier home /////////////////////////////////
|
||||
$(document).ready(function(){
|
||||
|
||||
// Aller au 9e élément à l'initialisation
|
||||
$('.__timeline-content').on('init', function(event, slick){
|
||||
slick.slickGoTo(9); // Index 8 = 9e item
|
||||
});
|
||||
|
||||
$('.__timeline-content').slick({
|
||||
slidesToShow: 3,
|
||||
slidesToScroll: 1,
|
||||
@@ -834,25 +810,13 @@ $(document).ready(function () {
|
||||
|
||||
// slimselect
|
||||
let ressource_type_select = new SlimSelect({
|
||||
select: '#edit-field-type-de-ressource-target-id--2',
|
||||
settings:{
|
||||
placeholderText: 'choisir',
|
||||
searchPlaceholder: 'choisir'
|
||||
}
|
||||
select: '#edit-field-type-de-ressource-target-id--2'
|
||||
})
|
||||
let ressource_motscles_select = new SlimSelect({
|
||||
select: '#edit-field-mots-clefs-target-id--2',
|
||||
settings:{
|
||||
placeholderText: 'choisir',
|
||||
searchPlaceholder: 'choisir'
|
||||
}
|
||||
select: '#edit-field-mots-clefs-target-id--2'
|
||||
})
|
||||
let ressource_sites_select = new SlimSelect({
|
||||
select: '#edit-field-site-target-id-verf--2',
|
||||
settings:{
|
||||
placeholderText: 'choisir',
|
||||
searchPlaceholder: 'choisir'
|
||||
}
|
||||
select: '#edit-field-site-target-id-verf--2'
|
||||
})
|
||||
// console.log(('sites_select'), sites_select);
|
||||
|
||||
@@ -890,32 +854,16 @@ $(document).ready(function () {
|
||||
// slimselect
|
||||
// duplicated due to embeded view (archives)
|
||||
let actu_type_select = new SlimSelect({
|
||||
select: '#edit-field-type-d-actualite-target-id--2',
|
||||
settings:{
|
||||
placeholderText: 'choisir',
|
||||
searchPlaceholder: 'choisir'
|
||||
}
|
||||
select: '#edit-field-type-d-actualite-target-id--2'
|
||||
})
|
||||
let actu_type_select2 = new SlimSelect({
|
||||
select: '#edit-field-type-d-actualite-target-id--3',
|
||||
settings:{
|
||||
placeholderText: 'choisir',
|
||||
searchPlaceholder: 'choisir'
|
||||
}
|
||||
select: '#edit-field-type-d-actualite-target-id--3'
|
||||
})
|
||||
let actu_site_select = new SlimSelect({
|
||||
select: '#edit-field-site-target-id-verf--2',
|
||||
settings:{
|
||||
placeholderText: 'choisir',
|
||||
searchPlaceholder: 'choisir'
|
||||
}
|
||||
select: '#edit-field-site-target-id-verf--2'
|
||||
})
|
||||
let actu_site_select2 = new SlimSelect({
|
||||
select: '#edit-field-site-target-id-verf--3',
|
||||
settings:{
|
||||
placeholderText: 'choisir',
|
||||
searchPlaceholder: 'choisir'
|
||||
}
|
||||
select: '#edit-field-site-target-id-verf--3'
|
||||
})
|
||||
}
|
||||
});
|
||||
@@ -924,108 +872,6 @@ $(document).ready(function () {
|
||||
/////////////////// end voir plus... actualite dans /actualites & /home ////////////////////
|
||||
|
||||
|
||||
//////////////////////////////////////////
|
||||
|
||||
|
||||
// /////////// Start script ressources ////////////////////////////////
|
||||
|
||||
// document.addEventListener("DOMContentLoaded", () => {
|
||||
// const view = document.querySelector(".view");
|
||||
// const elements = Array.from(view.children);
|
||||
|
||||
// let newView = document.createElement("div");
|
||||
// newView.classList.add("view");
|
||||
|
||||
// let group = null;
|
||||
// let groupContent = null;
|
||||
|
||||
// elements.forEach((el) => {
|
||||
// if (el.tagName === "H3") {
|
||||
// if (group) {
|
||||
// newView.appendChild(group);
|
||||
// }
|
||||
|
||||
// group = document.createElement("div");
|
||||
// group.classList.add("group");
|
||||
|
||||
// groupContent = document.createElement("div");
|
||||
// groupContent.classList.add("group-content");
|
||||
|
||||
// groupContent.appendChild(el);
|
||||
// group.appendChild(groupContent);
|
||||
// } else if (el.classList.contains("views-row")) {
|
||||
// groupContent.appendChild(el);
|
||||
// }
|
||||
// });
|
||||
|
||||
// if (group) {
|
||||
// newView.appendChild(group);
|
||||
// }
|
||||
|
||||
// view.replaceWith(newView);
|
||||
|
||||
// // Ajouter un bouton "Voir plus" dans chaque groupe
|
||||
// document.querySelectorAll(".group").forEach((group) => {
|
||||
// const rows = group.querySelectorAll(".views-row");
|
||||
// const button = document.createElement("button");
|
||||
// button.classList.add("toggle-btn");
|
||||
// button.textContent = "Voir plus de";
|
||||
|
||||
// rows.forEach((row, index) => {
|
||||
// if (index >= 3) {
|
||||
// row.classList.add("hidden");
|
||||
// row.style.maxHeight = "0";
|
||||
// row.style.opacity = "0";
|
||||
// }
|
||||
// });
|
||||
|
||||
// button.addEventListener("click", () => {
|
||||
// const isExpanded = button.textContent === "Voir moins de";
|
||||
// const hiddenRows = group.querySelectorAll(".views-row.hidden");
|
||||
|
||||
// if (isExpanded) {
|
||||
// // Cacher les lignes avec un délai pour l'effet de transition
|
||||
// hiddenRows.forEach((row) => {
|
||||
// row.style.maxHeight = "0";
|
||||
// row.style.opacity = "0";
|
||||
// setTimeout(() => row.classList.add("hidden"), 500); // Délai pour la transition
|
||||
// });
|
||||
// } else {
|
||||
// // Afficher les lignes
|
||||
// hiddenRows.forEach((row) => {
|
||||
// row.classList.remove("hidden");
|
||||
// row.style.maxHeight = row.scrollHeight + "px";
|
||||
// row.style.opacity = "1";
|
||||
// });
|
||||
// }
|
||||
|
||||
// button.textContent = isExpanded ? "Voir plus de" : "Voir moins de";
|
||||
// });
|
||||
|
||||
// group.appendChild(button);
|
||||
// });
|
||||
// });
|
||||
|
||||
|
||||
// /////////// end script ressources ////////////////////////////////
|
||||
|
||||
|
||||
|
||||
|
||||
/////////////// start class à view-rows-ressources ////////
|
||||
$(document).ready(function () {
|
||||
$(".view-rows-wrapper").each(function () {
|
||||
let h3Container = $(this).prev("h3").find("div[class^='type-']");
|
||||
let classToAdd = h3Container.attr("class"); // Récupère la classe complète (ex: "type-Documentation")
|
||||
|
||||
if (classToAdd) {
|
||||
$(this).addClass(classToAdd); // Ajoute cette classe à .view-rows-wrapper
|
||||
}
|
||||
});
|
||||
});
|
||||
////////////////// end class à view-rows-wrapper ////////////////
|
||||
|
||||
|
||||
})(jQuery, window);
|
||||
|
||||
|
||||
|
||||
@@ -60,12 +60,4 @@ $width-menu-slidedown : 550px;
|
||||
|
||||
.layout--threecol-25-50-25{
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
body, html, * {
|
||||
user-select: text !important;
|
||||
-webkit-user-select: text !important; /* pour Safari */
|
||||
-moz-user-select: text !important; /* pour Firefox */
|
||||
-ms-user-select: text !important; /* pour IE/Edge */
|
||||
}
|
||||
|
||||
}
|
||||
@@ -30,8 +30,7 @@
|
||||
@media(max-width: 810px){
|
||||
display: flex;
|
||||
margin:auto;
|
||||
margin-top: 13rem;
|
||||
margin-bottom: 4rem;
|
||||
margin-top: 16rem;
|
||||
}
|
||||
h1{
|
||||
width: fit-content;
|
||||
@@ -89,9 +88,6 @@
|
||||
// display: flex;
|
||||
// margin: auto;
|
||||
margin-right: 1rem;
|
||||
@media(max-width: 810px){
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.actu-diaporama{
|
||||
// height: 150px;
|
||||
@@ -117,11 +113,9 @@
|
||||
-khtml-border-radius: 9px; /* pour Safari et Chrome */
|
||||
-webkit-border-radius: 9px; /* pour Safari sur Mac */
|
||||
border-radius: 9px; /* CSS3 */
|
||||
aspect-ratio: 4/5;
|
||||
}
|
||||
}
|
||||
blockquote.image-field-caption{
|
||||
display: none;
|
||||
margin: 0;
|
||||
p{
|
||||
margin-top: 0;
|
||||
@@ -164,14 +158,13 @@
|
||||
}
|
||||
.field_field_type_d_actualite{
|
||||
order: 2;
|
||||
// a{
|
||||
a{
|
||||
text-transform: uppercase;
|
||||
color: red;
|
||||
font-size: 0.6rem;
|
||||
font-weight: 600;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
padding-bottom: 0.1rem;
|
||||
&::before{
|
||||
content: "";
|
||||
display: inline-block;
|
||||
@@ -183,8 +176,7 @@
|
||||
// margin-right: 0.4rem;
|
||||
padding-right: 0.4rem;
|
||||
}
|
||||
// }
|
||||
|
||||
}
|
||||
}
|
||||
.field_field_date{
|
||||
order: 3;
|
||||
@@ -236,10 +228,9 @@
|
||||
h2{
|
||||
font-size: 1.2rem;
|
||||
font-family: 'gilroy-medium';
|
||||
color: $blue_QDD;
|
||||
}
|
||||
a{
|
||||
// color: $blue_QDD;
|
||||
color: $blue_QDD;
|
||||
// pointer-events: none;
|
||||
// cursor: default;
|
||||
}
|
||||
@@ -261,30 +252,6 @@
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
.links.inline{
|
||||
text-transform: uppercase;
|
||||
padding-left: 0;
|
||||
font-size: 0.7rem;
|
||||
font-family: "gilroy-bold";
|
||||
width: fit-content;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
a{
|
||||
width: 5em;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
&::after{
|
||||
content: "+";
|
||||
display: block;
|
||||
// width: 20px;
|
||||
padding-left: 0.4rem;
|
||||
font-size: 1.8rem;
|
||||
height: fit-content;
|
||||
}
|
||||
}
|
||||
.field_field_liens{
|
||||
order: 7;
|
||||
padding:0;
|
||||
|
||||
@@ -1,42 +0,0 @@
|
||||
#ressources{
|
||||
.group-content {
|
||||
// background: #f9f9f9;
|
||||
padding: 10px;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 10px;
|
||||
// box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.views-row {
|
||||
padding: 8px;
|
||||
// background: #f3f3f3;
|
||||
margin: 2px 0;
|
||||
border-radius: 4px;
|
||||
transition: max-height 0.5s ease, opacity 0.5s ease;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.toggle-btn {
|
||||
background: none;
|
||||
color: $blue_QDD;
|
||||
border: solid $blue_QDD 1px;
|
||||
padding: 8px 12px;
|
||||
cursor: pointer;
|
||||
margin-top: 5px;
|
||||
display: block;
|
||||
margin: auto;
|
||||
width: 20%;
|
||||
text-align: center;
|
||||
transition: background 0.3s;
|
||||
}
|
||||
|
||||
.toggle-btn:hover {
|
||||
background: $blue_QDD;
|
||||
color:white;
|
||||
}
|
||||
}
|
||||
@@ -44,10 +44,7 @@
|
||||
border-bottom: solid red 1px;
|
||||
padding: 1rem 0rem;
|
||||
margin-bottom: 1rem;
|
||||
@media(max-width: 810px){
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
|
||||
.field_field_type_d_actualite{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -65,10 +62,6 @@
|
||||
padding-right: 0.4rem;
|
||||
}
|
||||
}
|
||||
@media(max-width: 810px){
|
||||
margin-left: 1rem;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
}
|
||||
.field_field_date{
|
||||
color: red;
|
||||
@@ -112,10 +105,6 @@
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
@media(max-width: 810px){
|
||||
margin-left: 1rem;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -482,3 +482,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.html.js.sr body.node-type-site.node-id-40 div.dialog-off-canvas-main-canvas div#page-node.layout-container main div.layout-content div.content_container div.layout.layout--threecol-25-50-25 div.layout__region.layout__region--third div.block-region-third div div.field_field_documents div div span{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
#block-quartiers-de-demain-titredepage{
|
||||
margin-top: 4rem;
|
||||
margin-top: 1rem;
|
||||
width: fit-content;
|
||||
@media(max-width: 810px){
|
||||
margin-top: 14rem;
|
||||
@@ -14,7 +14,6 @@
|
||||
}
|
||||
|
||||
h1{
|
||||
display: none;
|
||||
text-transform: none;
|
||||
color: black;
|
||||
font-size: 2rem;
|
||||
@@ -29,8 +28,6 @@
|
||||
width: 80%;
|
||||
|
||||
.header_view{
|
||||
width: 85%;
|
||||
margin: auto;
|
||||
&::after{
|
||||
content:"";
|
||||
display: block;
|
||||
@@ -38,9 +35,6 @@
|
||||
width: 80% ;
|
||||
margin: auto;
|
||||
}
|
||||
.config_pages--type--intro-partenaires{
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
h3{
|
||||
|
||||
@@ -25,8 +25,7 @@
|
||||
@media(max-width: 810px){
|
||||
display: flex;
|
||||
margin:auto;
|
||||
margin-top: 13rem;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 10rem;
|
||||
}
|
||||
h1{
|
||||
width: fit-content;
|
||||
@@ -88,7 +87,6 @@
|
||||
|
||||
}
|
||||
h3:has(div.type-Kit-de-communication){
|
||||
display: none;
|
||||
margin-bottom: 0;
|
||||
.field_name{
|
||||
padding-top: 1rem;
|
||||
@@ -109,46 +107,40 @@
|
||||
|
||||
|
||||
.views-row{
|
||||
// width: 30%;
|
||||
font-size: 0.5rem;
|
||||
margin-bottom: 1rem;
|
||||
@media(max-width: 810px){
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
.views-field-title-1,
|
||||
.views-field-field-sous-titre-1{
|
||||
font-family: "gilroy-medium";
|
||||
color: $blue_QDD;
|
||||
font-size: 00.6rem;
|
||||
margin-bottom: 0;
|
||||
@media(max-width: 810px){
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
.views-field-body-1{
|
||||
font-family: "gilroy-light";
|
||||
p{
|
||||
font-size: 0.5rem;
|
||||
@media(max-width: 810px){
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
p{
|
||||
font-size: 0.5rem;
|
||||
}
|
||||
.views-field-field-mots-clefs{
|
||||
margin-top: 0.5rem;
|
||||
display: flex;
|
||||
flex-direction: row !important;
|
||||
a{
|
||||
border: solid 1px $blue_QDD;
|
||||
margin-right: 0.2rem;
|
||||
padding: 0.1rem 0.2rem;
|
||||
font-size: 0.4rem;
|
||||
font-family: "gilroy-semibold";
|
||||
color: $blue_QDD;
|
||||
@media(max-width: 810px){
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
// margin-top: 0.5rem;
|
||||
// display: flex;
|
||||
// flex-direction: row !important;
|
||||
// .field-content{
|
||||
// border: solid 1px $blue_QDD;
|
||||
// margin-right: 0.2rem;
|
||||
// padding: 1.3%;
|
||||
// padding-bottom: 0.2%;
|
||||
// padding-top: 0.2%;
|
||||
// font-size: 0.4rem;
|
||||
// font-family: "gilroy-semibold";
|
||||
// a{
|
||||
// color: $blue_QDD;
|
||||
// }
|
||||
|
||||
}
|
||||
// }
|
||||
|
||||
}
|
||||
.views-field-field-site{
|
||||
@@ -182,133 +174,140 @@
|
||||
margin-top: 0.5rem;
|
||||
|
||||
}
|
||||
|
||||
.views-field-field-date-ressource{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
&.type-Documentation-générale{
|
||||
|
||||
.views-row{
|
||||
width: 22%;
|
||||
padding: 0.5rem;
|
||||
|
||||
@media(max-width: 810px){
|
||||
width: 50%;
|
||||
}
|
||||
.views-field-field-documents a{
|
||||
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
color: white;
|
||||
background: black;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.4rem;
|
||||
padding: 0.1rem 0.5rem;
|
||||
padding-right: 0rem;
|
||||
&::after{
|
||||
display: inline-flex;
|
||||
content: url("../img/noun-arrow-to-right.svg");
|
||||
padding-right: 0.1rem;
|
||||
padding-left: 0.1rem;
|
||||
height: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
&.type-Podcast{
|
||||
.views-row{
|
||||
width: 50%;
|
||||
height: fit-content;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1.2fr;
|
||||
grid-template-rows: repeat(5 1fr);
|
||||
margin-top: 1rem;
|
||||
@media(max-width: 810px){
|
||||
width: 100%;
|
||||
// grid-template-columns: 1fr 2fr;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.views-field-field-images,
|
||||
.views-field-field-video {
|
||||
grid-column: 1;
|
||||
grid-row: 1 /span 5;
|
||||
padding: 0 1rem 1rem 1rem;
|
||||
@media(max-width: 810px){
|
||||
padding: 0 0 1rem 0;
|
||||
}
|
||||
iframe{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
aspect-ratio: 1 / 1;
|
||||
border-radius: 9px;
|
||||
@media(max-width: 810px){
|
||||
width: auto;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
img{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
aspect-ratio: 1 / 1;
|
||||
object-fit: cover;
|
||||
border-radius: 9px;
|
||||
}
|
||||
}
|
||||
.views-field-title-1{
|
||||
margin-top: 0;
|
||||
}
|
||||
.views-field-title-1,
|
||||
.views-field-field-sous-titre-1,
|
||||
.views-field-field-author,
|
||||
.views-field-field-date-ressource,
|
||||
.views-field-body-1,
|
||||
.views-field-field-mots-clefs,
|
||||
.views-field-field-site,
|
||||
.views-field-field-documents,
|
||||
.views-field-field-liens{
|
||||
grid-column: 2;
|
||||
|
||||
}
|
||||
.views-field-field-liens{
|
||||
.type-documentation{
|
||||
.field_body,
|
||||
.field_field_images{
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
&.type-Vidéos{
|
||||
.views-row{
|
||||
width: 43%;
|
||||
margin: 1rem;
|
||||
justify-content: space-between;
|
||||
@media(max-width: 810px){
|
||||
width: 100%;
|
||||
|
||||
|
||||
.type-podcast{
|
||||
.content-ressource{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1.2fr;
|
||||
grid-template-rows: repeat(5 1fr);
|
||||
margin-top: 1rem;
|
||||
.field_field_images{
|
||||
grid-column: 1;
|
||||
grid-row: 1 /span 5;
|
||||
padding: 0 1rem 1rem 1rem;
|
||||
img{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
aspect-ratio: 1 / 1;
|
||||
object-fit: cover;
|
||||
border-radius: 9px;
|
||||
}
|
||||
}
|
||||
.field_title, h2{
|
||||
margin-top: 0;
|
||||
}
|
||||
.field_title,
|
||||
.field_field_sous_titre,
|
||||
.field_field_author,
|
||||
.field_field_date_ressource,
|
||||
.field_body,
|
||||
.field_field_mots_clefs,
|
||||
.field_field_site,
|
||||
.field_field_documents,
|
||||
.field_field_liens{
|
||||
grid-column: 2;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
img{
|
||||
|
||||
}
|
||||
.type-vidéo{
|
||||
.content-ressource{
|
||||
margin: 1rem;
|
||||
}
|
||||
.field_body{
|
||||
opacity: 1 !important;
|
||||
transform: none !important;
|
||||
}
|
||||
a img{
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
object-fit: cover;
|
||||
border-radius: 9px;
|
||||
}
|
||||
iframe{
|
||||
border-radius: 9px;
|
||||
}
|
||||
.type-kit-de-communication{
|
||||
div.content-ressource{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background-color: $blue_QDD;
|
||||
color: white;
|
||||
padding: 1rem 3rem;
|
||||
|
||||
.field_title{
|
||||
display: none;
|
||||
}
|
||||
.field_field_sous_titre{
|
||||
text-align: center;
|
||||
font-size: 0.9rem;
|
||||
font-family: 'gilroy-light';
|
||||
color: white;
|
||||
}
|
||||
.field_body{
|
||||
text-align: center;
|
||||
font-size: 0.7rem;
|
||||
font-family: 'gilroy-light';
|
||||
}
|
||||
.field_field_liens{
|
||||
width: fit-content;
|
||||
a{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding-left: 0.5rem;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
color: white;
|
||||
background: black;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.6rem;
|
||||
svg{
|
||||
display: none;
|
||||
}
|
||||
&::after{
|
||||
display: inline-flex;
|
||||
content: url("../img/noun-arrow-to-right.svg");
|
||||
padding-right: 0.2rem;
|
||||
padding-left: 0.2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.views-field-title-1{margin-top: 1rem;}
|
||||
.views-field-field-liens{
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
&.type-Kit-de-communication{
|
||||
display: none;
|
||||
|
||||
|
||||
.views-row:has(.type-podcast){
|
||||
width: 50%;
|
||||
@media(max-width: 810px){
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.views-row:has(.type-documentation){
|
||||
width: 25%;
|
||||
@media(max-width: 810px){
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
.views-row:has(.type-vidéo){
|
||||
width: 50%;
|
||||
@media(max-width: 810px){
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.views-row:has(.type-Kit-de-communication){
|
||||
width: 100%;
|
||||
background-color: $blue_QDD;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -322,65 +321,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.type-documentation{
|
||||
.views-field-body-1,
|
||||
.views-field-field-images,
|
||||
.views-field-field-video {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// .type-kit-de-communication{
|
||||
// div.content-ressource{
|
||||
// display: flex;
|
||||
// flex-direction: column;
|
||||
// align-items: center;
|
||||
// background-color: $blue_QDD;
|
||||
// color: white;
|
||||
// padding: 1rem 3rem;
|
||||
|
||||
// .field_title{
|
||||
// display: none;
|
||||
// }
|
||||
// .field_field_sous_titre{
|
||||
// text-align: center;
|
||||
// font-size: 0.9rem;
|
||||
// font-family: 'gilroy-light';
|
||||
// color: white;
|
||||
// }
|
||||
// .field_body{
|
||||
// text-align: center;
|
||||
// font-size: 0.7rem;
|
||||
// font-family: 'gilroy-light';
|
||||
// }
|
||||
// .field_field_liens{
|
||||
// width: fit-content;
|
||||
// a{
|
||||
// display: flex;
|
||||
// flex-direction: row;
|
||||
// padding-left: 0.5rem;
|
||||
// display: inline-flex;
|
||||
// align-items: center;
|
||||
// color: white;
|
||||
// background: black;
|
||||
// text-transform: uppercase;
|
||||
// font-size: 0.6rem;
|
||||
// svg{
|
||||
// display: none;
|
||||
// }
|
||||
// &::after{
|
||||
// display: inline-flex;
|
||||
// content: url("../img/noun-arrow-to-right.svg");
|
||||
// padding-right: 0.2rem;
|
||||
// padding-left: 0.2rem;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
@@ -2,11 +2,6 @@
|
||||
main{
|
||||
background-color: #f6f7f3;
|
||||
}
|
||||
&.node-id-2{
|
||||
aside{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.layout-content{
|
||||
|
||||
.content_container{
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
font-size: 1.7rem;
|
||||
font-family: 'gilroy-semibold';
|
||||
padding-left: 0.5rem;
|
||||
line-height: 1.5rem;
|
||||
|
||||
}
|
||||
button{
|
||||
@@ -23,14 +22,14 @@
|
||||
}
|
||||
.content-actus{
|
||||
.slick-list{
|
||||
padding-bottom: 1rem;
|
||||
padding-bottom: 4rem;
|
||||
@media(max-width: 810px){
|
||||
padding-bottom: 0rem;
|
||||
}
|
||||
}
|
||||
|
||||
.view-rows-wrapper{
|
||||
margin-left: 25%;
|
||||
margin-left: 20%;
|
||||
width: 65%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -85,7 +84,7 @@
|
||||
.cadre-img-zoom{
|
||||
display: flex;
|
||||
margin: auto;
|
||||
width: 150px;
|
||||
width: 250px;
|
||||
height: auto;
|
||||
img{
|
||||
width: 100%;
|
||||
@@ -95,11 +94,9 @@
|
||||
-khtml-border-radius: 9px; /* pour Safari et Chrome */
|
||||
-webkit-border-radius: 9px; /* pour Safari sur Mac */
|
||||
border-radius: 9px; /* CSS3 */
|
||||
aspect-ratio: 4/5;
|
||||
}
|
||||
}
|
||||
blockquote.image-field-caption{
|
||||
display: none;
|
||||
margin: 0;
|
||||
p{
|
||||
margin-top: 0;
|
||||
@@ -142,14 +139,13 @@
|
||||
}
|
||||
.field_field_type_d_actualite{
|
||||
order: 2;
|
||||
// a{
|
||||
a{
|
||||
text-transform: uppercase;
|
||||
color: red;
|
||||
font-size: 0.6rem;
|
||||
font-weight: 600;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
padding-bottom: 0.1rem;
|
||||
&::before{
|
||||
content: "";
|
||||
display: inline-block;
|
||||
@@ -161,7 +157,7 @@
|
||||
// margin-right: 0.4rem;
|
||||
padding-right: 0.4rem;
|
||||
}
|
||||
// }
|
||||
}
|
||||
}
|
||||
.field_field_date{
|
||||
order: 3;
|
||||
@@ -210,19 +206,17 @@
|
||||
.field_title{
|
||||
order: 5;
|
||||
line-height: 1rem;
|
||||
a{
|
||||
color: $blue_QDD;
|
||||
font-size: 1.2rem;
|
||||
// pointer-events: none;
|
||||
// cursor: default;
|
||||
}
|
||||
h2{
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 0;
|
||||
padding-left: 0;
|
||||
font-family: 'gilroy-medium';
|
||||
color: $blue_QDD;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
a{
|
||||
// color: $blue_QDD;
|
||||
// font-size: 1.2rem;
|
||||
// pointer-events: none;
|
||||
// cursor: default;
|
||||
}
|
||||
}
|
||||
.field_field_sous_titre{
|
||||
@@ -241,31 +235,6 @@
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
.links.inline{
|
||||
text-transform: uppercase;
|
||||
padding-left: 0;
|
||||
font-size: 0.7rem;
|
||||
font-family: "gilroy-bold";
|
||||
width: fit-content;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
a{
|
||||
width: 5em;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
&::after{
|
||||
content: "+";
|
||||
display: block;
|
||||
// width: 20px;
|
||||
padding-left: 0.4rem;
|
||||
font-size: 1.8rem;
|
||||
height: fit-content;
|
||||
}
|
||||
}
|
||||
.field_field_liens{
|
||||
order: 7;
|
||||
padding:0;
|
||||
@@ -281,7 +250,7 @@
|
||||
text-transform: uppercase;
|
||||
font-size: 0.6rem;
|
||||
margin-bottom: 0.5rem;
|
||||
|
||||
|
||||
svg{
|
||||
display: none;
|
||||
}
|
||||
@@ -296,6 +265,8 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
.toggle-actualite {
|
||||
|
||||
@@ -7,26 +7,14 @@
|
||||
// z-index: 98;
|
||||
// margin: 1rem 2rem;
|
||||
background-color: transparent;
|
||||
@media(max-width: 1300px){
|
||||
top: $header-height;
|
||||
}
|
||||
@media(max-width: 810px){
|
||||
position: relative;
|
||||
width: 100%;
|
||||
top: $header-height;
|
||||
width: 80%;
|
||||
top: $header-height-pad;
|
||||
margin: auto;
|
||||
margin-top: 1rem;
|
||||
background-color: white;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
.sidebar_first_container{
|
||||
@media(max-width: 810px){
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#block-quartiers-de-demain-formulaireexposeressourcespage-1,
|
||||
#block-quartiers-de-demain-formulaireexposeactuspage-1{
|
||||
@@ -48,16 +36,14 @@
|
||||
}
|
||||
}
|
||||
form{
|
||||
display: grid;
|
||||
|
||||
.js-form-item{
|
||||
display: flex;
|
||||
margin-bottom: 0.5rem;
|
||||
padding-bottom: 0.3rem;
|
||||
|
||||
@media(max-width: 810px){
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
label{
|
||||
@@ -87,14 +73,12 @@
|
||||
padding-top: 0.5rem;
|
||||
font-size: 0.7rem;
|
||||
font-family: 'gilroy-light';
|
||||
align-items: center;
|
||||
label{
|
||||
width: 60%;
|
||||
width: 50%;
|
||||
text-transform: lowercase;
|
||||
font-size: 0.7rem;
|
||||
font-family: 'gilroy-light';
|
||||
// padding-bottom: 0.2rem;
|
||||
|
||||
padding-bottom: 0.2rem;
|
||||
}
|
||||
select{
|
||||
background-color: white;
|
||||
@@ -107,43 +91,18 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.js-form-type-textfield{
|
||||
flex-direction: column;
|
||||
padding-top: 0.8rem;
|
||||
|
||||
label{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
text-transform: lowercase;
|
||||
font-size: 0.7rem;
|
||||
font-family: 'gilroy-light';
|
||||
padding-bottom: 0.2rem;
|
||||
&::after{
|
||||
content: "";
|
||||
display: block;
|
||||
background: url("../img/loupe.svg");
|
||||
background-repeat: no-repeat;
|
||||
width: 38px;
|
||||
height: 30px;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
}
|
||||
input#edit-combine--3,
|
||||
input#edit-combine--2{
|
||||
max-width: 100%;
|
||||
height: 25px;
|
||||
width: 96%;
|
||||
}
|
||||
&.js-form-item{
|
||||
@media(max-width: 810px){
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
}
|
||||
.form-actions{
|
||||
padding-top:0rem ;
|
||||
padding-top:1rem ;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
@@ -155,51 +114,7 @@
|
||||
padding: 0.3rem 0.2rem;
|
||||
font-size: 0.7rem;
|
||||
font-family: 'gilroy-light';
|
||||
&:hover{
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-family: "gilroy-regular";
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ss-search,
|
||||
.ss-option,
|
||||
.ss-list{
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
|
||||
.js-form-item-field-tous-les-sites-value{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.ss-main{
|
||||
border: none;
|
||||
}
|
||||
|
||||
.ss-placeholder{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.js-form-item-field-mots-clefs-target-id{
|
||||
order: 1;
|
||||
}
|
||||
.js-form-item-field-type-de-ressource-target-id{
|
||||
order: 2;
|
||||
}
|
||||
|
||||
.js-form-item-field-site-target-id-verf{
|
||||
order: 3;
|
||||
}
|
||||
.js-form-item-combine{
|
||||
order: 4;
|
||||
}
|
||||
.form-actions{
|
||||
order: 5;
|
||||
}
|
||||
@@ -195,12 +195,8 @@ header[role="banner"]{
|
||||
@media(max-width: 1090px){
|
||||
// text-align:left;
|
||||
// height: fit-content;
|
||||
|
||||
}
|
||||
@media(max-width: 810px){
|
||||
height: 200px;
|
||||
top: -30px;
|
||||
}
|
||||
|
||||
@media(max-width: 500px){
|
||||
flex: 0 0 40%;
|
||||
}
|
||||
@@ -228,21 +224,9 @@ header[role="banner"]{
|
||||
li{
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
.is-active{
|
||||
font-family: "gilroy-bold";
|
||||
}
|
||||
:hover{
|
||||
font-family: "gilroy-bold";
|
||||
}
|
||||
@media(max-width: 1090px){
|
||||
padding-top: 0.3rem;
|
||||
|
||||
}
|
||||
@media(max-width: 810px){
|
||||
|
||||
line-height: 1.3rem;
|
||||
}
|
||||
|
||||
a{
|
||||
text-transform: uppercase;
|
||||
color: white;
|
||||
|
||||
@@ -85,7 +85,7 @@ $slick-opacity-not-active: 0.25 !default;
|
||||
border: none;
|
||||
outline: none;
|
||||
@media(max-width:810px){
|
||||
// top: -30px;
|
||||
top: -30px;
|
||||
-webkit-transform: translate(0, -30px);
|
||||
-ms-transform: translate(0, -30px);
|
||||
transform: translate(0, -30px);
|
||||
|
||||
@@ -53,25 +53,7 @@
|
||||
// content: '\002022';
|
||||
// }
|
||||
}
|
||||
.paragraph--type--phase-deroulement::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: -0.2rem; // Juste en dessous ou collé à la border-bottom
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
background-color: black;
|
||||
border-radius: 50%;
|
||||
z-index: 2;
|
||||
@media(max-width:810px){
|
||||
bottom: -0.4rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.paragraph--type--phase-deroulement{
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
@@ -83,35 +65,35 @@
|
||||
padding-bottom: 1rem;
|
||||
padding-left: 4rem;
|
||||
}
|
||||
// .border-symbol{
|
||||
// align-self: end;
|
||||
// font-size: 2.5rem;
|
||||
// display: inline-block; /* Permet d'utiliser height */
|
||||
// line-height: 0; /* Assure que la hauteur est minimale */
|
||||
// transform: translateX(1rem);
|
||||
// @media(max-width:1100px){
|
||||
// transform: translateY(18.6rem);
|
||||
// }
|
||||
// @media(max-width:1080px){
|
||||
// transform: translateY(18.3rem);
|
||||
// }
|
||||
// @media(min-width:809px){
|
||||
// transform: translateY(20.7rem);
|
||||
// }
|
||||
// @media(max-width:770px){
|
||||
// align-self: center;
|
||||
// font-size: 2.5rem;
|
||||
// display: inline-block;
|
||||
// line-height: 0;
|
||||
// transform: translateY(21.2rem);
|
||||
// padding-right: 3rem;
|
||||
// }
|
||||
// // @media(max-width:290px){
|
||||
// // transform: translateY(22.2rem);
|
||||
// // }
|
||||
.border-symbol{
|
||||
align-self: end;
|
||||
font-size: 2.5rem;
|
||||
display: inline-block; /* Permet d'utiliser height */
|
||||
line-height: 0; /* Assure que la hauteur est minimale */
|
||||
transform: translateX(1rem);
|
||||
@media(max-width:1100px){
|
||||
transform: translateY(18.6rem);
|
||||
}
|
||||
@media(max-width:1080px){
|
||||
transform: translateY(18.3rem);
|
||||
}
|
||||
@media(min-width:809px){
|
||||
transform: translateY(20.7rem);
|
||||
}
|
||||
@media(max-width:770px){
|
||||
align-self: center;
|
||||
font-size: 2.5rem;
|
||||
display: inline-block;
|
||||
line-height: 0;
|
||||
transform: translateY(21.2rem);
|
||||
padding-right: 3rem;
|
||||
}
|
||||
// @media(max-width:290px){
|
||||
// transform: translateY(22.2rem);
|
||||
// }
|
||||
|
||||
|
||||
// }
|
||||
}
|
||||
// border-bottom: solid black 1px;
|
||||
// &:before{
|
||||
// content:".";
|
||||
|
||||
@@ -53,11 +53,9 @@
|
||||
{% if label_hidden %}
|
||||
{% if multiple %}
|
||||
<div{{ attributes }}>
|
||||
<div class="actu-diaporama">
|
||||
{% for item in items %}
|
||||
<div{{ item.attributes }}>{{ item.content }}</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% for item in items %}
|
||||
<div{{ item.attributes }}>{{ item.content }}</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% else %}
|
||||
{% for item in items %}
|
||||
|
||||
@@ -88,17 +88,8 @@
|
||||
</footer>
|
||||
{% endif %}
|
||||
|
||||
<div class="content-wrapper-actu"{{ content_attributes }}>
|
||||
<div{{ content_attributes }}>
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
{# {% block content %}
|
||||
{{content.field_images}}
|
||||
<div class="infos-actu">
|
||||
{{content.field_type_d_actualite}}
|
||||
{{content.field_date}}
|
||||
</div>
|
||||
{{content.body}}
|
||||
{{content.field_liens}}
|
||||
{% endblock %} #}
|
||||
</article>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user