diff --git a/docs/autres/.~lock.Textes site KOSMOPOLIT fr en de.odt# b/docs/autres/.~lock.Textes site KOSMOPOLIT fr en de.odt#
deleted file mode 100644
index 2bd10cf..0000000
--- a/docs/autres/.~lock.Textes site KOSMOPOLIT fr en de.odt#
+++ /dev/null
@@ -1 +0,0 @@
-,ethylotest,ethylotest-Lenovo-FLEX-3-1120,31.03.2021 08:24,file:///home/ethylotest/.config/libreoffice/4;
\ No newline at end of file
diff --git a/docs/litterall/.~lock.Textes numéros LITTERall.odt# b/docs/litterall/.~lock.Textes numéros LITTERall.odt#
index b0f06b8..1a1b80d 100644
--- a/docs/litterall/.~lock.Textes numéros LITTERall.odt#
+++ b/docs/litterall/.~lock.Textes numéros LITTERall.odt#
@@ -1 +1 @@
-,ethylotest,ethylotest-Lenovo-FLEX-3-1120,27.03.2021 15:59,file:///home/ethylotest/.config/libreoffice/4;
\ No newline at end of file
+,ethylotest,ethylotest-Lenovo-FLEX-3-1120,07.04.2021 13:16,file:///home/ethylotest/.config/libreoffice/4;
\ No newline at end of file
diff --git a/docs/litterall/litterall_20.jpg b/docs/litterall/litterall_20.jpg
index 1fa68b7..31fcdde 100644
Binary files a/docs/litterall/litterall_20.jpg and b/docs/litterall/litterall_20.jpg differ
diff --git a/docs/litterall/litterall_23.jpg b/docs/litterall/litterall_23.jpg
index bca6d12..f213ac9 100644
Binary files a/docs/litterall/litterall_23.jpg and b/docs/litterall/litterall_23.jpg differ
diff --git a/fr/litterall/litterall_01.html b/fr/litterall/litterall_01.html
index 8ab4e88..23d6be5 100644
--- a/fr/litterall/litterall_01.html
+++ b/fr/litterall/litterall_01.html
@@ -45,12 +45,12 @@
@@ -74,7 +74,7 @@
Klaus Koffer 38/88
traduction Régine Mathieu et François Mathieu
Christoph Hein Écriture et mutisme
traduction François Mathieu
- responsable éditorial
+ responsable d'édition
Nicole Bary
comité de rédaction
diff --git a/index2.html b/index2.html
deleted file mode 100644
index 49751e2..0000000
--- a/index2.html
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
- kosmopolit
-
-
-
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
diff --git a/styles/index2.css b/styles/index2.css
deleted file mode 100644
index ac84e0f..0000000
--- a/styles/index2.css
+++ /dev/null
@@ -1,156 +0,0 @@
-
-/*------------------------------------------*/
-/*ACCUEIL*/
-body main {
- display: flex;
- flex-direction: column;
- height: 100vh;
- margin: auto;
- padding: 0px;
-}
-.logo_txt {
- height: auto;
- width: 100%;
- margin: auto;
-}
-.logo_bubbles {
- position: relative;
- height: auto;
- width: 100%;
- margin: auto;
-}
-.logo_links {
- display: flex;
- flex-direction: row;
- width: 100%;
- margin: auto auto 50px auto;
-}
-
-
-
-
-/*------------------------------------------*/
-/*THE DRAWING*/
-/*all the ratios of the following elements*/
-._ratio {
- position: relative;
- width: 100%;
-}
-.logo_bubbles > ._ratio {
- padding-top: 70%;
-}
-.circle > ._ratio {
- padding-top: 100%;
-}
-/*commmon settings*/
-.logo_bubbles .circle {
- position: absolute;
- border-radius: 50%;
-}
-/*sie position and color for each circles*/
-.logo_bubbles .circle._1 {
- top: 13.4%;
- left: 2.2%;
- width: 51.6%;
- background-color: #ee1998;
-}
-.logo_bubbles .circle._2 {
- top: 18.8%;
- left: 27.6%;
- width: 51.6%;
- background-color: #8fce3c;
-}
-.logo_bubbles .circle._3 {
- top: 5.9%;
- left: 66.1%;
- width: 30.5%;
- background-color: #0c9cb5;
-}
-.logo_bubbles .circle._4 {
- top: 36%;
- left: 59%;
- width: 10.9%;
- background-color: #e3e00a;
-}
-/*mix-blend-mode*/
-.logo_bubbles .circle._blend._2 {
- mix-blend-mode: luminosity;
-}
-.logo_bubbles .circle._blend._3 {
- mix-blend-mode: color;
-}
-/*the line*/
-.logo_bubbles .logo_line {
- position: absolute;
- top: 0px;
- left: 0px;
- width: 100%;
-}
-
-
-
-
-/*------------------------------------------*/
-/*THE ANIMATION*/
-@keyframes rotation {
- 0% {transform: rotate(0deg); transform-origin: 49% 50%;}
- 50% {transform: rotate(360deg); transform-origin: 49% 50%;}
- 50.1% {transform: rotate(360deg); transform-origin: 51% 50%;}
- 100% {transform: rotate(0deg); transform-origin: 51% 50%;}
-}
-.logo_bubbles .circle {
- animation-name: rotation;
- animation-delay: 0s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: normal;
-}
-.logo_bubbles .circle._1 {
- animation-duration: 2s;
- animation-delay: 0s;
- animation-direction: reverse;
-}
-.logo_bubbles .circle._2 {
- animation-duration: 2s;
- animation-delay: 0.7s;
- animation-direction: reverse;
-}
-.logo_bubbles .circle._3 {
- animation-duration: 1s;
- animation-delay: 0.3s;
-}
-.logo_bubbles .circle._4 {
- animation-duration: 1s;
- animation-delay: 0.5s;
- animation-direction: reverse;
-}
-
-
-
-
-
-/*------------------------------------------*/
-/*LINKS*/
-.logo_links > * {
- margin: auto;
- padding: 0px;
-}
-.logo_links > :first-child {
- margin-left: 0px;
-}
-.logo_links > :last-child {
- margin-right: 0px;
-}
-.logo_links #kosmopolit a {
- color: var(--color-purple);
-}
-.logo_links #litterall a {
- color: var(--color-green);
-}
-.logo_links #lea a {
- color: var(--color-water);
-}
-.logo_links #actualites a {
- color: hsl(59, 100%, 40%);
-}
-
diff --git a/todo.txt b/todo.txt
index f1418fa..8aab6ff 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,17 +1,5 @@
- - - - - - - - - - - - - - - - - - - - - - - -
POINTS
-- actualite titres en bleu
-- lea 2021 :
- - EVENTS & THEMES en fr ?
- - en englais pas de dates ?
- - en mettre dialogues ?
-- litterall :
- - 20 et 23 image retravaillee
- - number 27 ? Nummer 27 ? / litterall 27th ?
- - traduction encart traduire retraduire ?
-- actualite :
- - dates en anglais et allemand
- - traduction mot actualite
- - - - - - - - - - - - - - - - - - - - - - - -
- all :
@@ -19,13 +7,16 @@ POINTS
- reorganiser les dossiers
- repenser au fonctionnement des langues
-- LEA 2021 :
- - traduire en anglais
- - bien traduire les lieux et la date
- - ajouter "conception et organisation" + "les amis du r des a et kosmopolit"
-
################################3
- litteral :
- AVEC la collaboration 25 a 11 puis 9 et 8
- faire correspondre les titres des numeros avec le document orgininal
+- actualite :
+ - traduction mot actualite
+
+nv photos 20 et 23
+traductions anglais verifier sansitive areas
+acualiser les litterall
+onglet actualite en news et aktuelles
+