5
5
scroll-behavior : smooth;
6
6
}
7
7
8
+
9
+
8
10
body {
9
11
padding : 0 ;
10
12
margin : 0 ;
@@ -560,7 +562,6 @@ input[type="submit"]:hover {
560
562
}
561
563
562
564
.img2t {
563
-
564
565
margin : 5% ;
565
566
max-width : 90% ;
566
567
border-radius : 10%
@@ -572,17 +573,32 @@ input[type="submit"]:hover {
572
573
}
573
574
574
575
.kilometrage {
576
+ text-align : end;
577
+ font-size : 0.6rem ;
578
+ }
579
+
580
+ .VilleTour {
581
+ text-align : justify;
582
+ text-justify : inter-word;
575
583
margin-left : 2rem ;
576
- margin-top : 5rem ;
584
+ }
585
+
586
+ .imgVilleTour2 {
587
+ text-align : justify;
588
+ text-justify : inter-word;
589
+ margin-left : 2rem ;
590
+ }
591
+
592
+ .title-recommend {
593
+ font-size : 1 , 5rem ;
577
594
}
578
595
579
596
.van {
580
- height : 5 % ;
581
- width : 5 % ;
597
+ height : 30 % ;
598
+ width : 30 % ;
582
599
color : rgb (3 , 3 , 87 );
583
600
position : relative;
584
- animation : 4s ease-out roll forwards;
585
-
601
+ animation : 4s ease-out infinite roll ;
586
602
}
587
603
588
604
@keyframes roll {
@@ -591,7 +607,7 @@ input[type="submit"]:hover {
591
607
}
592
608
593
609
100% {
594
- left : 85 % ;
610
+ left : 70 % ;
595
611
596
612
}
597
613
@@ -628,10 +644,14 @@ input[type="submit"]:hover {
628
644
629
645
.DetailTour2 {
630
646
display : flex;
631
- justify-content : space-evenly ;
647
+ justify-content : space-between ;
632
648
align-items : center;
633
649
width : 100% ;
650
+ }
634
651
652
+ .textDetailTour {
653
+ margin-right : 2px ;
654
+ text-align : justify;
635
655
}
636
656
637
657
.img2t {
@@ -642,27 +662,28 @@ input[type="submit"]:hover {
642
662
transform : scale (1.5 );
643
663
/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
644
664
}
645
- }
646
-
647
- .textDetailTour {
648
- font-size : 0.7rem ;
649
- font : justify;
650
- }
651
665
652
- @media screen and (min-width : 600px ) {
653
- .textDetailTour {
654
- font-size : 1.2rem ;
666
+ .imgVilleTour2 : active {
667
+ transform : scale (2 )
655
668
656
669
}
657
670
}
658
671
659
672
673
+
660
674
@media screen and (min-width : 600px ) {
661
675
676
+ .textDetailTour {
677
+ font-size : 1rem ;
678
+ padding-right : 3px ;
679
+ border : rgb (255 , 255 , 255 ) solid 10px ;
680
+ }
681
+
662
682
.VilleTour2 {
663
683
display : flex;
664
684
flex-direction : row;
665
685
text-justify : inter-word;
686
+ flex-wrap : inherit;
666
687
}
667
688
668
689
.img2t {
@@ -676,30 +697,34 @@ input[type="submit"]:hover {
676
697
box-shadow : 12px 29px 81px 50px white;
677
698
/*Ombre mis en place sur les img*/
678
699
}
679
-
700
+ .DetailTour2 {
701
+ padding : 1rem ;
702
+ display : flex;
703
+ flex-direction : column;
704
+ align-items : center;
705
+ }
680
706
.imgVilleTour {
681
707
width : 20% ;
682
708
height : 20% ;
683
709
margin-top : 1rem ;
684
710
margin-left : 2rem ;
685
711
margin-right : 1rem ;
686
- border-radius : 1 rem ;
712
+ border-radius : 25 px ;
687
713
border : solid black 2px ;
688
714
}
689
715
690
716
.imgVilleTour2 {
691
- width : 50 % ;
692
- height : 50 % ;
717
+ width : 60 % ;
718
+ height : 60 % ;
693
719
margin-top : 1rem ;
694
720
margin-left : 2rem ;
695
721
margin-right : 2rem ;
696
- border-radius : 1 rem ;
722
+ border-radius : 25 px ;
697
723
}
698
724
699
725
.DetailTour {
700
726
display : flex;
701
727
align-items : center;
702
-
703
728
}
704
729
705
730
scroll-container {
@@ -731,25 +756,52 @@ scroll-container {
731
756
margin : 1.2rem 1.2rem ;
732
757
}
733
758
759
+ .imgVilleTour2 : active {
760
+ transition : transform .7s ;
761
+ transform : scale (1.5 );
762
+
763
+ }
764
+ .imgVilleTour : not (: active )
765
+ {
766
+ transition : 0.5s ;
767
+
768
+ }
769
+ .imgVilleTour2img : not (: active )
770
+ {
771
+ transition : 0.5s ;
772
+ }
773
+
774
+ .imgVilleTour : active {
775
+ transition : transform .7s ;
776
+ transform : scale (1.5 );
777
+
778
+ }
779
+
734
780
/*Annimation -- Tutuuttttre */
735
781
/*
736
782
.matutur {
737
783
position: fixed;
738
- top: 12 %;
784
+ top: 2 %;
739
785
width: 100%;
740
786
fill: red;
787
+ z-index: -1;
741
788
}
742
789
743
790
744
791
.matutur .progress-container {
745
792
width: 100%;
746
793
height: 8px;
794
+ color: #b98800;
795
+ z-index: -1;
747
796
}
748
797
749
798
.matutur .progress-container .progress-bar {
750
799
height: 5vh;
751
800
width: 5%;
752
801
color: rgb(3, 3, 87);
753
802
fill: red;
803
+ z-index: -1;
754
804
}
755
- */
805
+
806
+ */
807
+
0 commit comments