Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit ce0bd44

Browse files
committed
Modifications mineurs
1 parent 3f66df7 commit ce0bd44

3 files changed

Lines changed: 76 additions & 13 deletions

File tree

images/taxi.svg

Lines changed: 14 additions & 0 deletions
Loading

index.html

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<img src="https://i.ebayimg.com/images/g/fwEAAOSwe~lcTJuI/s-l300.jpg" alt="drapeau de la France">
4343
</div>
4444
<div class="button_type01">
45-
<i class="far fa-question-circle"></i>
45+
<div class="boutonInt">?</div>
4646
</div>
4747

4848
<div class="button_type02">Ajoutez votre établissement</div>
@@ -75,7 +75,18 @@
7575
Attractions
7676
</ul>
7777
<ul>
78-
<i><img src="https://seekicon.com/free-icon-download/taxi_6.svg" alt=""></i>
78+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
79+
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
80+
<g>
81+
<polygon points="47.4,331.9 85.3,331.9 85.3,218.1 132.7,218.1 132.7,180.1 0,180.1 0,218.1 47.4,218.1 "/>
82+
<polygon points="347.8,331.9 374.5,290.8 401.2,331.9 446.4,331.9 397.1,256 446.4,180.1 401.2,180.1 374.5,221.2 347.8,180.1
83+
302.6,180.1 351.9,256 302.6,331.9 "/>
84+
<rect x="474.1" y="180.1" width="37.9" height="151.7"/>
85+
<rect y="94.8" width="512" height="37.9"/>
86+
<rect y="379.3" width="512" height="37.9"/>
87+
<path d="M238.6,303.4l9.5,28.4h40l-50.6-151.7h-54.5l-46.8,151.7H176l8.8-28.4H238.6z M210.6,219.4l15.3,46h-29.5L210.6,219.4z"/>
88+
</g>
89+
</svg>
7990
Taxis aéroport
8091
</ul>
8192
</li>
@@ -140,7 +151,18 @@ <h2>Louez une voiture</h2>
140151

141152
<div class="bloc_02_card">
142153
<div class="bloc_02_icon">
143-
<i><img src="https://seekicon.com/free-icon-download/taxi_6.svg" height="19.2px" alt=""></i>
154+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
155+
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
156+
<g>
157+
<polygon points="47.4,331.9 85.3,331.9 85.3,218.1 132.7,218.1 132.7,180.1 0,180.1 0,218.1 47.4,218.1 "/>
158+
<polygon points="347.8,331.9 374.5,290.8 401.2,331.9 446.4,331.9 397.1,256 446.4,180.1 401.2,180.1 374.5,221.2 347.8,180.1
159+
302.6,180.1 351.9,256 302.6,331.9 "/>
160+
<rect x="474.1" y="180.1" width="37.9" height="151.7"/>
161+
<rect y="94.8" width="512" height="37.9"/>
162+
<rect y="379.3" width="512" height="37.9"/>
163+
<path d="M238.6,303.4l9.5,28.4h40l-50.6-151.7h-54.5l-46.8,151.7H176l8.8-28.4H238.6z M210.6,219.4l15.3,46h-29.5L210.6,219.4z"/>
164+
</g>
165+
</svg>
144166
</div>
145167
<div>
146168
<h2>Réservez un taxi aéroport</h2>
@@ -417,8 +439,8 @@ <h5>Explorez l'Europe</h5>
417439
</section>
418440

419441
<section class="bloc_05">
420-
<h5>Explorez l'Europe</h5>
421-
<p class="subtitle_h5">Ces destinations prisées ont beaucoup à offrir</p>
442+
<h5>Échappez au quotidien le temps d'une semaine (ou plus)</h5>
443+
<p class="subtitle_h5">Découvrez notre sélection de destinations idéales pour une déconnexion totale.</p>
422444

423445
<div class="silde_left_3 none">
424446
<i class="fas fa-chevron-left"></i>

style.css

Lines changed: 35 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,19 @@ header {
110110
display: flex;
111111
justify-content: center;
112112
align-items: center;
113+
margin-left: 10px;
114+
}
115+
116+
.boutonInt {
117+
font-family: Helvetica, sans-serif;
118+
font-weight: 100;
119+
display: flex;
120+
justify-content: center;
121+
align-items: center;
122+
height: 24px;
123+
width: 24px;
124+
border-radius: 50%;
125+
border: 2px solid white;
113126
}
114127

115128
.button_type01:hover {
@@ -152,8 +165,9 @@ header {
152165
.button_type03 {
153166
background-color: white;
154167
border: 1px solid #0896FF;
155-
color: #0896FF;
168+
color: #0b84e0;
156169
height: 36px;
170+
padding: 0 16px;
157171
}
158172

159173
.button_type03:hover {
@@ -198,6 +212,13 @@ ul i {
198212
margin-right: 10px;
199213
}
200214

215+
ul svg {
216+
margin-top: 3px;
217+
height: 1.3em;
218+
filter: invert(1);
219+
margin-right: 10px;
220+
}
221+
201222
ul i img {
202223
filter: invert(1);
203224
height: 19.2px;
@@ -340,7 +361,7 @@ main {
340361
font-size: 20px;
341362
height: 40px;
342363
width: 40px;
343-
color: #923E01;
364+
color: #ad7750;
344365
background-color: #FFF0E0;
345366
border-radius: 8px;
346367
margin-right: 16px;
@@ -396,6 +417,11 @@ main {
396417
margin-right: 14px;
397418
}
398419

420+
.bloc_02_icon svg {
421+
height: 1.3em;
422+
filter: invert(0);
423+
}
424+
399425
.bloc_02_card h2 {
400426
font-size: 16px;
401427
margin-bottom: .25em;
@@ -518,7 +544,7 @@ main {
518544
text-shadow: 2px 2px 3px rgba(0, 0, 0, .9);
519545
font-family: 'Segoe UI Regular', Arial, sans-serif;
520546
font-weight: bold;
521-
font-size: 1.78em;
547+
font-size: 1.68em;
522548
display: flex;
523549
padding: 16px;
524550
position: absolute;
@@ -529,10 +555,11 @@ main {
529555
}
530556

531557
.bloc_img h4 img {
532-
margin-top: 6px;
558+
border-radius: 3px;
559+
margin-top: 7px;
533560
margin-left: 12px;
534-
height: 24px;
535-
width: 34px;
561+
height: 20px;
562+
width: 28px;
536563
}
537564

538565
.bloc_img img {
@@ -711,12 +738,12 @@ main {
711738
}
712739

713740
.silde_left_3 {
714-
top: 40%;
741+
top: 43%;
715742
left: 0px;
716743
}
717744

718745
.silde_right_3 {
719-
top: 40%;
746+
top: 43%;
720747
right: 0px;
721748
}
722749

0 commit comments

Comments
 (0)