diff --git a/assets/ReglementHarmonies.pdf b/assets/ReglementHarmonies.pdf new file mode 100644 index 0000000..58a2dba Binary files /dev/null and b/assets/ReglementHarmonies.pdf differ diff --git a/assets/avatar.jpeg b/assets/avatar.jpeg new file mode 100644 index 0000000..1cece18 Binary files /dev/null and b/assets/avatar.jpeg differ diff --git a/assets/calendar.jpeg b/assets/calendar.jpeg new file mode 100644 index 0000000..65da623 Binary files /dev/null and b/assets/calendar.jpeg differ diff --git a/assets/detd.jpeg b/assets/detd.jpeg new file mode 100644 index 0000000..8232354 Binary files /dev/null and b/assets/detd.jpeg differ diff --git a/assets/donjons-chatons.webp b/assets/donjons-chatons.webp new file mode 100644 index 0000000..5829e55 Binary files /dev/null and b/assets/donjons-chatons.webp differ diff --git a/assets/loupgarou.jpg b/assets/loupgarou.jpg new file mode 100644 index 0000000..755771a Binary files /dev/null and b/assets/loupgarou.jpg differ diff --git a/assets/numenera.jpg b/assets/numenera.jpg new file mode 100644 index 0000000..536acca Binary files /dev/null and b/assets/numenera.jpg differ diff --git a/assets/starwars.jpeg b/assets/starwars.jpeg new file mode 100644 index 0000000..e519ed6 Binary files /dev/null and b/assets/starwars.jpeg differ diff --git a/assets/tindalos.png b/assets/tindalos.png new file mode 100644 index 0000000..b72d8fe Binary files /dev/null and b/assets/tindalos.png differ diff --git a/index.html b/index.html index bb0bf8c..bd226e2 100644 --- a/index.html +++ b/index.html @@ -17,33 +17,35 @@

Les tournois du Pic

Programme - Bivouac Ludique

@@ -73,7 +75,7 @@ Le festival Avalanche de Jeux est organisé par l'association
  • -
  • diff --git a/style.css b/style.css index 7aeb27e..d5d1827 100644 --- a/style.css +++ b/style.css @@ -30,7 +30,7 @@ article h2 { font-family:"seasons"; } -article b, li .lititle { +article b, li .lititle , div .lititle{ font-weight: 700; font-size: 1.2rem; font-family: seasons; @@ -118,18 +118,25 @@ ul { } ul li { - display:flex; - flex-direction: column; - align-items: center; gap: 10px; max-width:500px; min-width:200px; margin: 0 15px 8px 15px; + list-style: none; } ul li.max-width { max-width: 100%; +} +li .enluminure { + max-width: 96px; + margin:4px; + float:left; + border-radius: 6px; } #tournoi ul li { + display:flex; + flex-direction: column; + align-items: center; max-width: 265px; margin: 0 15px; color: #666; @@ -141,11 +148,18 @@ ul li.max-width { margin-bottom: 16px; } li iframe { - min-height: 670px; + min-height: 685px; } img.logo.partenaire { max-width: 200px; } +.titreparagraphe { + margin-top :16px; + font-weight: 500; + font-size: 1.2rem; + text-align: left; + width: 100%; +} @media screen and (min-width: 900px) { body {