diff --git a/web/themes/custom/reha/dist/bundle.js b/web/themes/custom/reha/dist/bundle.js index 2acc698..663bc7a 100644 --- a/web/themes/custom/reha/dist/bundle.js +++ b/web/themes/custom/reha/dist/bundle.js @@ -15,7 +15,7 @@ \********************/ /***/ (() => { -eval("/**\n * @file\n * reha behaviors.\n */\n(function (Drupal) {\n\n 'use strict';\n\n Drupal.behaviors.reha = {\n attach: function (context, settings) {\n\n console.log('It works!');\n\n }\n };\n\n \n} (Drupal));\n\njQuery(document).ready(function($){\n\n // menu déroulant\n\n ////////////// contacts ///////\n\n $(\".bouton-contact\").click(function(event) {\n // Fermer .connexion-full s'il est déroulé\n if ($(\".connexion-full\").is(\":visible\")) {\n $(\".connexion-full\").slideUp();\n }\n if ($(\".connected-full\").is(\":visible\")) {\n $(\".connected-full\").slideUp();\n }\n // Ouvrir .contacts-full\n $(\".contacts-full\").slideToggle();\n\n });\n\n////////////// connexion ///////\n\n $(\".bouton-connexion\").click(function(event) {\n // Fermer .contacts-full s'il est déroulé\n if ($(\".contacts-full\").is(\":visible\")) {\n $(\".contacts-full\").slideUp();\n }\n // Ouvrir .connexion-full\n $(\".connexion-full\").slideToggle();\n });\n \n $(\".bouton-connected\").click(function(event) {\n // Fermer .contacts-full s'il est déroulé\n if ($(\".contacts-full\").is(\":visible\")) {\n $(\".contacts-full\").slideUp();\n }\n // Ouvrir .connected-full\n $(\".connected-full\").slideToggle();\n });\n \n $(\".titre\").click(function(event) {\n if ($(\".connected-full\").is(\":visible\")) {\n $(\".connected-full\").slideUp();\n }\n if ($(\".contacts-full\").is(\":visible\")) {\n $(\".contacts-full\").slideUp();\n }\n if ($(\".connexion-full\").is(\":visible\")) {\n $(\".connexion-full\").slideUp();\n }\n // // Ouvrir .connexion-full\n // $(\".connected-full\").slideToggle();\n });\n \n $(\"#edit-field-dossier-de-candidature-0--label\").click(function(event) {\n event.preventDefault();\n // Ouvrir .connexion-full\n $(\"#edit-field-dossier-de-candidature-0--description>ul.main\").slideToggle();\n });\n\n\n ////////////// tiroir fichiers ///////\n\n $(document).ready(function() {\n \n // Check the initial state for mobile and add class if needed\n function checkMobileAndApplyClass() {\n if (window.innerWidth <= 768) { // Adjust the width to match your mobile breakpoint\n $(\".layout-sidebar-second\").addClass('display-none');\n } else {\n $(\".layout-sidebar-second\").removeClass('display-none');\n }\n }\n\n // Run the mobile check on page load\n checkMobileAndApplyClass();\n\n // Re-check when the window is resized\n $(window).resize(function() {\n checkMobileAndApplyClass();\n });\n\n // Gestion toggle du panneau au clic sur le h2\n $(\"aside.layout-sidebar-second h2\").click(function () {\n const aside = $(\".layout-sidebar-second\");\n const heading = $(\"aside.layout-sidebar-second h2\");\n const isClosed = aside.hasClass('close');\n\n if (isClosed) {\n aside.removeClass('close');\n heading.removeClass('__close');\n sessionStorage.setItem('asideOpened', 'false');\n } else {\n aside.addClass('close');\n heading.addClass('__close');\n sessionStorage.setItem('asideOpened', 'true');\n }\n });\n\n // Forcer la fermeture du panneau au clic sur .views-field-title\n $(\"aside.layout-sidebar-second .view-current-user-doc-profile .views-field-title\").click(function () {\n $(\".layout-sidebar-second\").addClass('close');\n $(\".layout-sidebar-second h2\").addClass('__close');\n sessionStorage.setItem('asideOpened', 'true');\n });\n\n\n });\n\n});\n\n\n// slideshow home \n\n(function($, window) {\n console.log('hello slick')\n $(document).ready(function(){\n $('.view-id-sites.view-display-id-block_1').slick({\n slidesToShow: 1,\n // slidesToScroll: 1,\n dots: false,\n arrows: true,\n centerMode: true,\n adaptiveHeight: true,\n // centerPadding: '100px',\n autoplay: true,\n autoplaySpeed: 5000,\n responsive: [\n {\n breakpoint: 810,\n settings: {\n slidesToShow: 1,\n adaptiveHeight: true,\n arrows: false,\n draggable: true,\n centerMode: true,\n }\n }]\n });\n console.log('salut slick home');\n\n });\n\n $(document).ready(function(){\n $('.view-id-actus.view-display-id-block_1').slick({\n slidesToShow: 3,\n slidesToScroll: 1,\n dots: true,\n arrows: true,\n // centerMode: true,\n draggable: true,\n // centerPadding: '100px',\n infinite: false,\n responsive: [\n {\n breakpoint: 810,\n settings: {\n slidesToShow: 1,\n slidesToScroll: 1,\n adaptiveHeight: true,\n arrows: false,\n draggable: true,\n // centerMode: true,\n }\n }]\n });\n console.log('slick actu');\n });\n\n\n $(document).ready(function(){\n $('.node-type-site .page-node-site .field--name-field-image .field__items').slick({\n slidesToShow: 1,\n slidesToScroll: 1,\n dots: true,\n arrows: false,\n // adaptiveHeight: true,\n centerMode: true,\n // centerPadding: '100px',\n autoplay:true,\n autoplaySpeed: 5000,\n responsive: [\n {\n breakpoint: 810,\n settings: {\n slidesToShow: 1,\n adaptiveHeight: true,\n arrows: false,\n draggable: true,\n centerMode: true,\n }\n }]\n });\n console.log('slick site');\n });\n\n\n \n\n// /////////////////\n//// ancre dans texte au click parragraphe correspondant arrive en dessous du header \n\n function adjustAnchor() {\n var $anchor = $(window.location.hash); // Select the anchor element based on the hash in the URL\n var fixedElementHeight = $('.block-region-first').outerHeight(); // Get the height of the sticky element\n\n if ($anchor.length > 0) {\n $('html, body').stop().animate({\n scrollTop: $anchor.offset().top - fixedElementHeight // Adjust the scroll position to account for the sticky element height\n }, 0);\n }\n }\n\n // Call the function on page load if there's a hash\n if (window.location.hash) {\n adjustAnchor();\n }\n\n // Adjust the anchor on hash change\n $(window).on('hashchange', function() {\n adjustAnchor();\n });\n\n\n\n //////////////////////////////////////////\n // menu ancre paragraphe quand actif\n \n jQuery(function($) {\n // Function to set the active class based on the current path\n function setActiveLink() {\n var path = window.location.href;\n console.log(path);\n $(\".layout__region--first .block-region-first li a\").each(function() {\n if (this.href === path) {\n $(this).closest('a').addClass('active');\n }\n });\n }\n\n // Initially set the active link based on the current URL\n setActiveLink();\n\n // Update the active link on click\n $(\".layout__region--first .block-region-first li a\").on('click', function() {\n $(\".layout__region--first .block-region-first li a\").removeClass('active');\n $(this).addClass('active');\n });\n });\n\n\n})(jQuery, window);\n\n\n/////////////////// déplace synthèse de tous les sites (dans block config 3) dans node site pour faciliter css ///////////////////\n\n(function ($, Drupal) {\n Drupal.behaviors.moveFieldContent = {\n attach: function (context, settings) {\n // Vérifiez que les éléments existent avant de tenter de les manipuler\n if ($('#block-reha-config-pages-3 .field--name-field-fichier', context).length && $('.node-type-site .body-content-site .links-content', context).length) {\n // Déplacer le contenu de .field--name-field-fichier vers .links-content\n var fieldContent = $('#block-reha-config-pages-3 .field--name-field-fichier', context).detach();\n $('.node-type-site .body-content-site .links-content', context).append(fieldContent);\n }\n if ($('#block-reha-titredepage h1', context).length && $('.node-type-actualite .entete_actu .infos_content', context).length) {\n // Déplacer le contenu de .field--name-field-fichier vers .links-content\n var fieldContent = $('#block-reha-titredepage h1', context).detach();\n $('.node-type-actualite .entete_actu .infos_content', context).append(fieldContent);\n }\n }\n };\n})(jQuery, Drupal);\n\n\n\n\n// //////////////////// start déplacer block-reha-titredepage dans node-type-actu & ressource infos-content ////////////////////////\n\n// (function ($, Drupal) {\n// Drupal.behaviors.moveFieldContent = {\n// attach: function (context, settings) {\n// // Vérifiez que les éléments existent avant de tenter de les manipuler\n// if ($('#block-reha-titredepage h1', context).length && $('.node-type-actualite .entete_actu .infos_content', context).length) {\n// // Déplacer le contenu de .field--name-field-fichier vers .links-content\n// var fieldContent = $('#block-reha-titredepage h1', context).detach();\n// $('.node-type-actualite .entete_actu .infos_content', context).append(fieldContent);\n// }\n// }\n// };\n// })(jQuery, Drupal);\n// //////////////////// end div infos site ////////////////////////\n\nfunction initDescriptionTooltips(root = document) {\n root.querySelectorAll('.description').forEach(el => {\n if (!el.hasAttribute('data-text')) {\n el.setAttribute('data-text', el.textContent.trim());\n }\n });\n}\n\n// Initialisation sur la page actuelle\ninitDescriptionTooltips();\n\n// Observer pour détecter les nouveaux éléments ajoutés au DOM\nconst observer = new MutationObserver(mutations => {\n mutations.forEach(mutation => {\n mutation.addedNodes.forEach(node => {\n if (node.nodeType === 1) { // élément HTML\n if (node.matches('.description')) {\n initDescriptionTooltips(node.parentNode);\n } else {\n // Si c'est un conteneur qui contient des .description\n initDescriptionTooltips(node);\n }\n }\n });\n });\n});\n\n// Observer sur tout le body\nobserver.observe(document.body, { childList: true, subtree: true });\n\n//# sourceURL=webpack://dev.reha.fr/./js/reha.js?"); +eval("/**\n * @file\n * reha behaviors.\n */\n(function (Drupal) {\n\n 'use strict';\n\n Drupal.behaviors.reha = {\n attach: function (context, settings) {\n\n console.log('It works!');\n\n }\n };\n\n \n} (Drupal));\n\njQuery(document).ready(function($){\n\n // menu déroulant\n\n ////////////// contacts ///////\n\n $(\".bouton-contact\").click(function(event) {\n // Fermer .connexion-full s'il est déroulé\n if ($(\".connexion-full\").is(\":visible\")) {\n $(\".connexion-full\").slideUp();\n }\n if ($(\".connected-full\").is(\":visible\")) {\n $(\".connected-full\").slideUp();\n }\n // Ouvrir .contacts-full\n $(\".contacts-full\").slideToggle();\n\n });\n\n////////////// connexion ///////\n\n $(\".bouton-connexion\").click(function(event) {\n // Fermer .contacts-full s'il est déroulé\n if ($(\".contacts-full\").is(\":visible\")) {\n $(\".contacts-full\").slideUp();\n }\n // Ouvrir .connexion-full\n $(\".connexion-full\").slideToggle();\n });\n \n $(\".bouton-connected\").click(function(event) {\n // Fermer .contacts-full s'il est déroulé\n if ($(\".contacts-full\").is(\":visible\")) {\n $(\".contacts-full\").slideUp();\n }\n // Ouvrir .connected-full\n $(\".connected-full\").slideToggle();\n });\n \n $(\".titre\").click(function(event) {\n if ($(\".connected-full\").is(\":visible\")) {\n $(\".connected-full\").slideUp();\n }\n if ($(\".contacts-full\").is(\":visible\")) {\n $(\".contacts-full\").slideUp();\n }\n if ($(\".connexion-full\").is(\":visible\")) {\n $(\".connexion-full\").slideUp();\n }\n // // Ouvrir .connexion-full\n // $(\".connected-full\").slideToggle();\n });\n \n $(\"#edit-field-dossier-de-candidature-0--label\").click(function(event) {\n event.preventDefault();\n // Ouvrir .connexion-full\n $(\"#edit-field-dossier-de-candidature-0--description>ul.main\").slideToggle();\n });\n\n\n ////////////// tiroir fichiers ///////\n\n $(document).ready(function() {\n \n // Check the initial state for mobile and add class if needed\n function checkMobileAndApplyClass() {\n if (window.innerWidth <= 768) { // Adjust the width to match your mobile breakpoint\n $(\".layout-sidebar-second\").addClass('display-none');\n } else {\n $(\".layout-sidebar-second\").removeClass('display-none');\n }\n }\n\n // Run the mobile check on page load\n checkMobileAndApplyClass();\n\n // Re-check when the window is resized\n $(window).resize(function() {\n checkMobileAndApplyClass();\n });\n\n // Gestion toggle du panneau au clic sur le h2\n $(\"aside.layout-sidebar-second h2\").click(function () {\n const aside = $(\".layout-sidebar-second\");\n const heading = $(\"aside.layout-sidebar-second h2\");\n const isClosed = aside.hasClass('close');\n\n if (isClosed) {\n aside.removeClass('close');\n heading.removeClass('__close');\n sessionStorage.setItem('asideOpened', 'false');\n } else {\n aside.addClass('close');\n heading.addClass('__close');\n sessionStorage.setItem('asideOpened', 'true');\n }\n });\n\n // Forcer la fermeture du panneau au clic sur .views-field-title\n $(\"aside.layout-sidebar-second .view-current-user-doc-profile .views-field-title\").click(function () {\n $(\".layout-sidebar-second\").addClass('close');\n $(\".layout-sidebar-second h2\").addClass('__close');\n sessionStorage.setItem('asideOpened', 'true');\n });\n\n\n });\n\n});\n\n\n// slideshow home \n\n(function($, window) {\n console.log('hello slick')\n $(document).ready(function(){\n $('.view-id-sites.view-display-id-block_1').slick({\n slidesToShow: 1,\n // slidesToScroll: 1,\n dots: false,\n arrows: true,\n centerMode: true,\n adaptiveHeight: true,\n // centerPadding: '100px',\n autoplay: true,\n autoplaySpeed: 5000,\n responsive: [\n {\n breakpoint: 810,\n settings: {\n slidesToShow: 1,\n adaptiveHeight: true,\n arrows: false,\n draggable: true,\n centerMode: true,\n }\n }]\n });\n console.log('salut slick home');\n\n });\n\n $(document).ready(function(){\n $('.view-id-actus.view-display-id-block_1').slick({\n slidesToShow: 3,\n slidesToScroll: 1,\n dots: true,\n arrows: true,\n // centerMode: true,\n draggable: true,\n // centerPadding: '100px',\n infinite: false,\n responsive: [\n {\n breakpoint: 810,\n settings: {\n slidesToShow: 1,\n slidesToScroll: 1,\n adaptiveHeight: true,\n arrows: false,\n draggable: true,\n // centerMode: true,\n }\n }]\n });\n console.log('slick actu');\n });\n\n\n $(document).ready(function(){\n $('.node-type-site .page-node-site .field--name-field-image .field__items').slick({\n slidesToShow: 1,\n slidesToScroll: 1,\n dots: true,\n arrows: false,\n // adaptiveHeight: true,\n centerMode: true,\n // centerPadding: '100px',\n autoplay:true,\n autoplaySpeed: 5000,\n responsive: [\n {\n breakpoint: 810,\n settings: {\n slidesToShow: 1,\n adaptiveHeight: true,\n arrows: false,\n draggable: true,\n centerMode: true,\n }\n }]\n });\n console.log('slick site');\n });\n\n\n \n\n// /////////////////\n//// ancre dans texte au click parragraphe correspondant arrive en dessous du header \n\n function adjustAnchor() {\n var $anchor = $(window.location.hash); // Select the anchor element based on the hash in the URL\n var fixedElementHeight = $('.block-region-first').outerHeight(); // Get the height of the sticky element\n\n if ($anchor.length > 0) {\n $('html, body').stop().animate({\n scrollTop: $anchor.offset().top - fixedElementHeight // Adjust the scroll position to account for the sticky element height\n }, 0);\n }\n }\n\n // Call the function on page load if there's a hash\n if (window.location.hash) {\n adjustAnchor();\n }\n\n // Adjust the anchor on hash change\n $(window).on('hashchange', function() {\n adjustAnchor();\n });\n\n\n\n //////////////////////////////////////////\n // menu ancre paragraphe quand actif\n \n jQuery(function($) {\n // Function to set the active class based on the current path\n function setActiveLink() {\n var path = window.location.href;\n console.log(path);\n $(\".layout__region--first .block-region-first li a\").each(function() {\n if (this.href === path) {\n $(this).closest('a').addClass('active');\n }\n });\n }\n\n // Initially set the active link based on the current URL\n setActiveLink();\n\n // Update the active link on click\n $(\".layout__region--first .block-region-first li a\").on('click', function() {\n $(\".layout__region--first .block-region-first li a\").removeClass('active');\n $(this).addClass('active');\n });\n });\n\n\n})(jQuery, window);\n\n\n/////////////////// déplace synthèse de tous les sites (dans block config 3) dans node site pour faciliter css ///////////////////\n\n(function ($, Drupal) {\n Drupal.behaviors.moveFieldContent = {\n attach: function (context, settings) {\n // Vérifiez que les éléments existent avant de tenter de les manipuler\n if ($('#block-reha-config-pages-3 .field--name-field-fichier', context).length && $('.node-type-site .body-content-site .links-content', context).length) {\n // Déplacer le contenu de .field--name-field-fichier vers .links-content\n var fieldContent = $('#block-reha-config-pages-3 .field--name-field-fichier', context).detach();\n $('.node-type-site .body-content-site .links-content', context).append(fieldContent);\n }\n if ($('#block-reha-titredepage h1', context).length && $('.node-type-actualite .entete_actu .infos_content', context).length) {\n // Déplacer le contenu de .field--name-field-fichier vers .links-content\n var fieldContent = $('#block-reha-titredepage h1', context).detach();\n $('.node-type-actualite .entete_actu .infos_content', context).append(fieldContent);\n }\n }\n };\n})(jQuery, Drupal);\n\n\n\n\n// //////////////////// start déplacer block-reha-titredepage dans node-type-actu & ressource infos-content ////////////////////////\n\n// (function ($, Drupal) {\n// Drupal.behaviors.moveFieldContent = {\n// attach: function (context, settings) {\n// // Vérifiez que les éléments existent avant de tenter de les manipuler\n// if ($('#block-reha-titredepage h1', context).length && $('.node-type-actualite .entete_actu .infos_content', context).length) {\n// // Déplacer le contenu de .field--name-field-fichier vers .links-content\n// var fieldContent = $('#block-reha-titredepage h1', context).detach();\n// $('.node-type-actualite .entete_actu .infos_content', context).append(fieldContent);\n// }\n// }\n// };\n// })(jQuery, Drupal);\n// //////////////////// end div infos site ////////////////////////\n\n\n// document.querySelectorAll('.description').forEach(el => {\n// el.setAttribute('data-text', el.textContent.trim());\n// });\n\nfunction initDescriptionTooltips(root = document) {\n root.querySelectorAll('.description').forEach(el => {\n if (!el.hasAttribute('data-text')) {\n el.setAttribute('data-text', el.textContent.trim());\n }\n });\n}\n\n// Initialisation sur la page actuelle\ninitDescriptionTooltips();\n\n// Observer pour détecter les nouveaux éléments ajoutés au DOM\nconst observer = new MutationObserver(mutations => {\n mutations.forEach(mutation => {\n mutation.addedNodes.forEach(node => {\n if (node.nodeType === 1) { // élément HTML\n if (node.matches('.description')) {\n initDescriptionTooltips(node.parentNode);\n } else {\n // Si c'est un conteneur qui contient des .description\n initDescriptionTooltips(node);\n }\n }\n });\n });\n});\n\n// Observer sur tout le body\nobserver.observe(document.body, { childList: true, subtree: true });\n\n//# sourceURL=webpack://dev.reha.fr/./js/reha.js?"); /***/ }), diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index 77bc366..b6c77a5 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -1705,6 +1705,14 @@ aside.layout-sidebar-second footer.view-footer p { .home-page-layout-content { width: 100%; } +.home-page-layout-content html.js body div.dialog-off-canvas-main-canvas div.layout-container.page-programme main div.layout-content.home-page-layout-content div.region.region-content div#block-reha-contenudelapageprincipale.block.block-system.block-system-main-block div.layout.layout--twocol div.layout__region.layout__region--second div.block-region-second div#block-68d3a66ddd9e0.views-element-container.block.block-views.block-views-blockhome-block-1 div div.view.view-home.view-id-home.view-display-id-block_1.js-view-dom-id-9b892eac21901d3d6c0fe35b0d4b62f445e840215a121bd4e47434241241aac9 div.views-row div.views-field.views-field-body div.field-content p img.align-center { + height: auto !important; +} +.home-page-layout-content #block-68d3a6672c807, +.home-page-layout-content #block-68d3a6672d33a, +.home-page-layout-content #block-68d3a6672d464 { + display: none !important; +} .home-page-layout-content .layout-content .layout--onecol { width: 90%; margin: auto; @@ -1820,6 +1828,7 @@ aside.layout-sidebar-second footer.view-footer p { @media (max-width: 500px) { .home-page-layout-content .layout-content .layout--onecol .block-region-content .block-region-content .block-views-blockhome-block-1 img { width: -moz-available; + height: auto; } } diff --git a/web/themes/custom/reha/js/reha.js b/web/themes/custom/reha/js/reha.js index 670c598..72ca2d6 100644 --- a/web/themes/custom/reha/js/reha.js +++ b/web/themes/custom/reha/js/reha.js @@ -309,6 +309,11 @@ jQuery(document).ready(function($){ // })(jQuery, Drupal); // //////////////////// end div infos site //////////////////////// + +// document.querySelectorAll('.description').forEach(el => { +// el.setAttribute('data-text', el.textContent.trim()); +// }); + function initDescriptionTooltips(root = document) { root.querySelectorAll('.description').forEach(el => { if (!el.hasAttribute('data-text')) { diff --git a/web/themes/custom/reha/scss/pages/_home.scss b/web/themes/custom/reha/scss/pages/_home.scss index 8b8f665..4000886 100644 --- a/web/themes/custom/reha/scss/pages/_home.scss +++ b/web/themes/custom/reha/scss/pages/_home.scss @@ -1,6 +1,23 @@ .home-page-layout-content{ width: 100%; + + ////// à enlever pour mise en lign e de stage ///// + + html.js body div.dialog-off-canvas-main-canvas div.layout-container.page-programme main div.layout-content.home-page-layout-content div.region.region-content div#block-reha-contenudelapageprincipale.block.block-system.block-system-main-block div.layout.layout--twocol div.layout__region.layout__region--second div.block-region-second div#block-68d3a66ddd9e0.views-element-container.block.block-views.block-views-blockhome-block-1 div div.view.view-home.view-id-home.view-display-id-block_1.js-view-dom-id-9b892eac21901d3d6c0fe35b0d4b62f445e840215a121bd4e47434241241aac9 div.views-row div.views-field.views-field-body div.field-content p img.align-center{ + height: auto !important; + } + + #block-68d3a6672c807, + #block-68d3a6672d33a, + #block-68d3a6672d464{ + display: none !important; + } + + ////// à enlever pour mise en lign e de stage ///// + + + .layout-content{ .layout--onecol{ @@ -56,7 +73,7 @@ } - // block Appel à candidature + // block Appel à candidature /// désactivé .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f{ /////////////// arrêt canndidatures phase 1 @@ -119,12 +136,14 @@ @media(max-width: 500px){ img{ width: -moz-available; + height: auto; } } } + // block Appel à candidature // .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f{ @@ -268,4 +287,3 @@ } } - diff --git a/web/themes/custom/reha/scss/pages/_page-mon-espace-de-travail.scss b/web/themes/custom/reha/scss/pages/_page-mon-espace-de-travail.scss index 8573451..faf9834 100644 --- a/web/themes/custom/reha/scss/pages/_page-mon-espace-de-travail.scss +++ b/web/themes/custom/reha/scss/pages/_page-mon-espace-de-travail.scss @@ -146,6 +146,7 @@ } } .paragraphs-add-wrapper{ + text-transform: uppercase; font-size: 0.9rem; font-weight: 400; diff --git a/web/themes/custom/reha/templates/page--actualites.html.twig b/web/themes/custom/reha/templates/page--actualites.html.twig index 989eef1..854289b 100644 --- a/web/themes/custom/reha/templates/page--actualites.html.twig +++ b/web/themes/custom/reha/templates/page--actualites.html.twig @@ -70,7 +70,7 @@ {% if page.sidebar_first %} + {% endif %} {% if page.sidebar_second %}