From 3743802912c81e715b3ee0899d48ec934d13546a Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Fri, 9 Dec 2022 19:07:56 +0100 Subject: [PATCH] =?UTF-8?q?ajout=20interview=20et=20revue=20de=20presse=20?= =?UTF-8?q?=C2=ABIl=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/il.njk | 72 +++++++++++++++++++++++++-------- src/style/frontend-lite.min.css | 3 +- src/style/kalimat.css | 17 ++++++++ 3 files changed, 73 insertions(+), 19 deletions(-) diff --git a/src/il.njk b/src/il.njk index e5c1bcc..2fefb67 100644 --- a/src/il.njk +++ b/src/il.njk @@ -2,7 +2,7 @@ layout: layouts/base.njk --- -
+
@@ -11,9 +11,33 @@ layout: layouts/base.njk
- - + .elementor-widget-image { + text-align: center + } + + .elementor-widget-image a { + display: inline-block + } + + .elementor-widget-image a img[src$=".svg"] { + width: 48px + } + + .elementor-widget-image img { + vertical-align: middle; + display: inline-block + } + +
@@ -56,7 +80,7 @@ layout: layouts/base.njk .elementor-widget-text-editor .elementor-drop-cap-letter { display: inline-block } -

« Il » de Driss Ksikes

+

« Il » de Driss Ksikes

Création compagnie Kalimat

  • Théâtre contemporain
  • @@ -76,31 +100,45 @@ layout: layouts/base.njk

    Administration : Mehdi Arfaoui. -

+

+ + Télécharger le dossier artistique + +
- - Télécharger le dossier artistique - +
-
+

Revue de presse

+ +

Interview de Malika Zirari sur France 24

+ + + + +

Libération: « Porteur d’une forte charge émotionnelle et à la faveur aussi d’une mise en scène originale et sublime, le spectacle invite à la méditation sur nombre de questionnements, notamment d’ordre existentiel, à travers les histoires personnelles racontées par les protagonistes. »

+
+ + +

Al Bayane: « L’intrigue est complète et le spectateur est conquis dès le début de la pièce par la crudité de la scène.  »

+
+

MAP: « une histoire bouleversante, contemporaine et intemporelle »

- +
+
-
+

Extrait

-
diff --git a/src/style/frontend-lite.min.css b/src/style/frontend-lite.min.css index 5c5f9e0..6a2f392 100644 --- a/src/style/frontend-lite.min.css +++ b/src/style/frontend-lite.min.css @@ -451,7 +451,6 @@ .elementor a { -webkit-box-shadow: none; box-shadow: none; - text-decoration: none } .elementor hr { @@ -473,7 +472,7 @@ margin: 0 } -.elementor embed, .elementor iframe, .elementor object, .elementor video { +.elementor embed, .elementor object, .elementor video { max-width: 100%; width: 100%; margin: 0; diff --git a/src/style/kalimat.css b/src/style/kalimat.css index d84105e..c55bf33 100644 --- a/src/style/kalimat.css +++ b/src/style/kalimat.css @@ -12,6 +12,14 @@ h2 { padding-top: 3rem; } +a { + text-decoration: underline; +} + +#site-header a { + text-decoration: none; +} + .footer-box { text-align: center; @@ -20,6 +28,15 @@ h2 { } } +#il-page section { + max-width: 1440px; + @apply mx-auto; +} + +iframe { + @apply p-4 w-full max-w-[1440px] aspect-video mx-auto; +} + .wp-block-social-links { display: flex; justify-content: center;