diff --git a/content/charte.md b/content/charte.md
index e0b314a..129a020 100644
--- a/content/charte.md
+++ b/content/charte.md
@@ -2,6 +2,10 @@
title = "Charte"
+++
+
+
+
+
Librezo est un collectif autogéré d'individus, d’associations et d’entreprises qui mutualisent leurs ressources, compétences et connaissances au sein d'une structure à taille humaine dans le but de :
* promouvoir des solutions informatiques en licences libres comme alternatives aux systèmes privateurs des GAFAM
diff --git a/content/rejoignez-nous.md b/content/rejoignez-nous.md
new file mode 100644
index 0000000..cc44423
--- /dev/null
+++ b/content/rejoignez-nous.md
@@ -0,0 +1,7 @@
++++
+title = "Rejoignez-nous"
++++
+
+
+
+
diff --git a/content/tarifs.md b/content/tarifs.md
index 3cb9a63..2af4446 100644
--- a/content/tarifs.md
+++ b/content/tarifs.md
@@ -2,6 +2,10 @@
title = "Services et tarifs"
+++
+
+
+
+
## Auto-hébergement
Chaque service informatique en ligne, que ce soit un site web, une boîte mail, un document partagé, etc. fonctionne en général sur un ordinateur relié à Internet en permanence, que l'on nomme un _serveur_. On dit que le serveur héberge le service. Beaucoup de ces serveurs sont gérés par très peu d'acteurs ([les géants du web](https://degooglisons-internet.org/fr/)) et regroupés par milliers dans des datacenters.
diff --git a/sass/css/base.scss b/sass/css/base.scss
index 781518e..1a39a4d 100644
--- a/sass/css/base.scss
+++ b/sass/css/base.scss
@@ -189,3 +189,18 @@ h3 {
color: $grey2;
}
}
+
+@media screen and (min-width: 641px) {
+ .img-right {
+ float: right;
+ }
+}
+@media screen and (max-width: 640px) {
+ .img-right {
+ text-align: center;
+ }
+}
+
+.img-right img {
+ max-width: 100vw;
+}
diff --git a/static/img/drawings/charte.webp b/static/img/drawings/charte.webp
new file mode 100644
index 0000000..ab2d878
Binary files /dev/null and b/static/img/drawings/charte.webp differ
diff --git a/static/img/drawings/qui.png b/static/img/drawings/qui.png
deleted file mode 100644
index dec9048..0000000
Binary files a/static/img/drawings/qui.png and /dev/null differ
diff --git a/static/img/drawings/qui.webp b/static/img/drawings/qui.webp
new file mode 100644
index 0000000..38a5f10
Binary files /dev/null and b/static/img/drawings/qui.webp differ
diff --git a/static/img/drawings/rejoignez-nous.webp b/static/img/drawings/rejoignez-nous.webp
new file mode 100644
index 0000000..2a2980f
Binary files /dev/null and b/static/img/drawings/rejoignez-nous.webp differ
diff --git a/static/img/drawings/tarifs.webp b/static/img/drawings/tarifs.webp
new file mode 100644
index 0000000..0362275
Binary files /dev/null and b/static/img/drawings/tarifs.webp differ
diff --git a/templates/base.html b/templates/base.html
index 4ccf4b7..70c0f99 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -45,7 +45,7 @@