From 282d562b162bd3d7ca2777f91113b75b124e39af Mon Sep 17 00:00:00 2001 From: Matthieu Dubuget Date: Sat, 15 Sep 2018 10:34:04 +0200 Subject: [PATCH] Tarifs hiver 2018-2019 ET Ajout sommaire flottant --- index.html | 98 +++++++++++++++++++++++++++++++++++----------------- mon_site.css | 12 ++++++- 2 files changed, 77 insertions(+), 33 deletions(-) diff --git a/index.html b/index.html index cf95b0c..e39d01f 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@ - +
@@ -46,7 +46,7 @@ class="widget companyname " data-widget-type="companyname" data-uniqueid="page-zones__template-widgets__companyname-companyname"> - Appartement 10 couchages à Valloire — + Appartement 10 couchages à Valloire — Résidence les Terrasses de Choseaux @@ -57,7 +57,7 @@
-
+
  • 10 couchages (3 chambres + canapé)
  • @@ -105,7 +105,7 @@ class="widget content" data-uniqueid="page-zones__main-widgets__content">
    -

    Situé au hameau les Choseaux Ville

    +

    Situé au hameau les Choseaux Ville

    -

    Plan de l’appartement

    +

    Plan de l’appartement

    @@ -554,7 +554,7 @@ class="widget content" data-uniqueid="page-zones__main-widgets__content2">
    -

    Pièce principale

    +

    Pièce principale


@@ -592,7 +592,7 @@
-

Chambre 1

+

Chambre 1


@@ -608,7 +608,7 @@
-

Chambre 2

+

Chambre 2


@@ -626,7 +626,7 @@
-

Chambre 3

+

Chambre 3


@@ -646,7 +646,7 @@
-

Deux salles d’eau

+

Deux salles d’eau


@@ -665,7 +665,7 @@
-

Divers

+

Divers

@@ -688,7 +688,7 @@
-

Literie

+

Literie

@@ -706,7 +706,7 @@
-

Images

+

Photos

@@ -748,10 +748,11 @@
-

Tarifs de l’hiver 2017-2018

+

Tarifs de l’hiver 2018-2019

+

@@ -759,29 +760,62 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + +
Prix
27 jan. → 3 fév. 1050 €
24 mars → 31 mars 985 €
7 avr. → 14 avr. 985 €
14 avr. → 21 avr. 790 €
5 jan. → 12 jan. 650 €
12 jan. → 19 jan.845 €
19 jan. → 26 jan.845 €
26 jan. → 2 fév. 928 €
2 fév. → 9 fév. 928 €
9 fév. → 16 fév. 2 165 €
16 fév. → 23 fév.2 165 €
23 fév. → 2 mars2 435 €
2 mars → 9 mars 1 942 €
9 mars → 16 mars 928 €
16 mars → 23 mars928 €
23 mars → 30 mars845 €
30 mars → 6 avr.845 €
6 avr. → 13 avr.845 €
13 avr. → 20 avr.845 €
Fermeture de la station prévue le 19 avr.
-

+

+

+

Comme nous n’habitons pas Valloire, la gestion de la location + est assurée par l’agence Chauvin + (valloire@chauvinimmobilier.fr) : + merci de les contacter pour réserver, et de les prévenir + que vous avez trouvé cette location par + l’intermédiaire du site du propriétaire.

+

Le planning de réservation est consultable sur + la page + de l’appartement du site Valloire réservations (toutefois, en cas de doute, il convient de s’adresser à l’agence Chauvin).

+
+ diff --git a/mon_site.css b/mon_site.css index 52ef898..92f376d 100644 --- a/mon_site.css +++ b/mon_site.css @@ -406,7 +406,7 @@ hr.line{background-color:#d2d2d2;} .widget.feature button{background-color:#96d3ed;font-family:"Karla", Verdana, Geneva, sans-serif;font-size:18px;font-weight:inherit;line-height:32px;color:#fff;letter-spacing:inherit;} .widget.feature button:hover{background-color:#6ac1e6;} body{background-color:#fff;font-family:"Karla", Verdana, Geneva, sans-serif;font-size:16px;font-weight:400;line-height:28px;color:#838383;letter-spacing:inherit;} -a{color:#96d3ed;text-decoration:none;} +a{color:#1db4f4;text-decoration:none;} a:hover{text-decoration:underline;} h1{font-family:"Karla", Verdana, Geneva, sans-serif;font-weight:400;color:#5a5959;line-height:38px;letter-spacing:inherit;font-size:30px;} h2{font-family:"Karla", Verdana, Geneva, sans-serif;font-size:24px;font-weight:inherit;line-height:36px;color:#838383;letter-spacing:inherit;} @@ -1023,3 +1023,13 @@ footer.bk-footer{padding:3em 0;} } table {width: 450px; height: 204px;border-collapse: collapse; border-spacing: 0px; font: inherit; border: 0px none;background-color:rgb(255,255,255);text-align:center} tr.table_header {height: 19px;background-color: rgb(230, 230, 230);font-weight: bold;} +div.sommaire { + position:fixed; + left: -175px; + top: 90px; + transition: 0.5s; + background-color: rgb(230, 230, 230); +} +div.sommaire:hover {left: 10px} +p.vert {writing-mode: tb-rl} +div.insommaire {display:table-cell}