Skip to content
Extraits de code Groupes Projets
Valider b2e63804 rédigé par Juliana's avatar Juliana
Parcourir les fichiers

lang

parent 0b703180
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Affichage de
avec 84 ajouts et 28 suppressions
Aucun aperçu pour ce type de fichier
...@@ -181,6 +181,18 @@ li#menu-contact .btn-primary{ ...@@ -181,6 +181,18 @@ li#menu-contact .btn-primary{
/*Navigation*/ /*Navigation*/
.flex-lang{
display: flex;
flex-direction: column;
align-items: flex-end;
}
.lang-bloc{
display: flex;
flex-direction: row;
font-size: 11px;
}
/* Icon 1 */ /* Icon 1 */
.animated-icon3 { .animated-icon3 {
...@@ -440,6 +452,7 @@ li#menu-contact{ ...@@ -440,6 +452,7 @@ li#menu-contact{
#top_menu{ #top_menu{
text-align: left !important; text-align: left !important;
position: relative;
} }
/*Footer*/ /*Footer*/
...@@ -582,7 +595,7 @@ form label{ ...@@ -582,7 +595,7 @@ form label{
} }
.header-title-content{ .header-title-content{
max-width: 720px; max-width: 800px;
height: 100%; height: 100%;
margin: 0 auto; margin: 0 auto;
display: flex; display: flex;
...@@ -679,7 +692,8 @@ form label{ ...@@ -679,7 +692,8 @@ form label{
.banner-cleaner-second{ .banner-cleaner-second{
background-size: auto; background-size: auto;
background-image: url("/pylote_website/static/src/img/banner-cleaner-second.png"); /*background-image: url("/pylote_website/static/src/img/banner-cleaner-second.png");*/
background-image: url("/pylote_website/static/src/img/banner-cleaner-second.jpg");
} }
.banner-cleaner-third{ .banner-cleaner-third{
...@@ -687,11 +701,11 @@ form label{ ...@@ -687,11 +701,11 @@ form label{
} }
.banner-safer{ .banner-safer{
background-image: url("/pylote_website/static/src/img/banner-safer.png"); background-image: url("/pylote_website/static/src/img/banner-safer.jpg");
} }
.banner-greener{ .banner-greener{
background-image: url("/pylote_website/static/src/img/banner-greener.png"); background-image: url("/pylote_website/static/src/img/banner-greener.jpg");
} }
.home-header-title { .home-header-title {
...@@ -709,11 +723,15 @@ form label{ ...@@ -709,11 +723,15 @@ form label{
margin-bottom: 15px; margin-bottom: 15px;
} }
.home-header-title h1, .home-header-title p{ .home-header-title h1{
color: #fff; color: #fff;
text-transform: uppercase; text-transform: uppercase;
} }
.home-header-title p{
color: #fff;
}
.home-header-title h1{ .home-header-title h1{
font-weight: 400; font-weight: 400;
} }
...@@ -729,7 +747,8 @@ form label{ ...@@ -729,7 +747,8 @@ form label{
} }
.home-bloc a{ .home-bloc a{
height: 400px; /*height: 400px;*/
height: 330px;
} }
.home-bloc{ .home-bloc{
...@@ -763,6 +782,21 @@ hr{ ...@@ -763,6 +782,21 @@ hr{
margin-top: 0; margin-top: 0;
} }
.lang-bloc hr{
border-top: 0px solid #56A099;
border-bottom: 1px solid #56A099;
margin-right: 3px;
margin-left: 3px;
margin-top: 10px;
}
li.lang {
position: absolute;
right: 0;
bottom: 20px;
top: inherit;
}
.trait-title{ .trait-title{
display: none; display: none;
border-bottom: 1px solid #56A099; border-bottom: 1px solid #56A099;
...@@ -772,16 +806,18 @@ hr{ ...@@ -772,16 +806,18 @@ hr{
} }
.circle-top{ .circle-top{
height: 170px; /*height: 170px;*/
height: 140px;
display: flex; display: flex;
align-items: center; align-items: flex-end;
} }
.circle-home-text{ .circle-home-text{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
height: 230px; /*height: 230px;*/
height: 190px;
} }
.circle-home-border h4, .circle-home-border h6, .circle-home-border p, .circle-home-mobile p, .circle-home p, .circle-home-border h4, .circle-home-border h6, .circle-home-border p, .circle-home-mobile p, .circle-home p,
...@@ -1158,6 +1194,24 @@ h2 span{ ...@@ -1158,6 +1194,24 @@ h2 span{
border: 0px solid #56A099; border: 0px solid #56A099;
} }
.flex-carte{
display: flex;
justify-content: center;
align-items: center;
}
.text-carte{
position: absolute;
}
.text-carte h4{
text-transform: uppercase;
}
.text-carte span{
font-weight: 300;
}
#our-mission .d-flex{ #our-mission .d-flex{
flex-direction: column; flex-direction: column;
text-align: center; text-align: center;
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
} }
#our-recognition .bloc-border{ #our-recognition .bloc-border{
border: 0.3px solid #56A099; border: 1px solid #56A099;
} }
.mentions-border { .mentions-border {
...@@ -98,6 +98,13 @@ ...@@ -98,6 +98,13 @@
border-left: 1px solid #fff; border-left: 1px solid #fff;
} }
li.lang {
position: absolute;
right: 0;
top: -30px;
bottom: inherit;
}
.mentions-border br{ .mentions-border br{
display: block; display: block;
} }
...@@ -146,7 +153,8 @@ ...@@ -146,7 +153,8 @@
.home-bloc{ .home-bloc{
border: 1px solid #E7F1FC; border: 1px solid #E7F1FC;
height: 400px; /*height: 400px;*/
height: 330px;
width: 329px; width: 329px;
padding: 0px 10px; padding: 0px 10px;
} }
...@@ -181,10 +189,12 @@ ...@@ -181,10 +189,12 @@
.home-banner{ .home-banner{
display: inherit; display: inherit;
height: 667px; /*height: 667px;*/
height: 530px;
margin-bottom: 120px;
margin-top: 0px; margin-top: 0px;
margin-bottom: 140px; /*background-image: url("/pylote_website/static/src/img/banner-home.png");*/
background-image: url("/pylote_website/static/src/img/banner-home.png"); background-image: url("/pylote_website/static/src/img/home-banner.jpg");
} }
.home-banner img{ .home-banner img{
...@@ -192,23 +202,24 @@ ...@@ -192,23 +202,24 @@
} }
.our-company-banner{ .our-company-banner{
background-image: url("/pylote_website/static/src/img/fond-banner.png"); background-image: url("/pylote_website/static/src/img/fond-banner.jpg");
} }
.on-environment-banner{ .on-environment-banner{
background-image: url("/pylote_website/static/src/img/fond-banner-env.png"); background-image: url("/pylote_website/static/src/img/fond-banner-env.jpg");
} }
.banner-support{ .banner-support{
background-image: url("/pylote_website/static/src/img/banner-support.png"); background-image: url("/pylote_website/static/src/img/banner-support.jpg");
} }
.banner-cleaner{ .banner-cleaner{
height: 476px; height: 476px;
background-image: url("/pylote_website/static/src/img/banner-cleaner.png"); /*background-image: url("/pylote_website/static/src/img/banner-cleaner.png");*/
background-image: url("/pylote_website/static/src/img/banner-cleaner.jpg");
} }
.banner-cleaner-second{ .banner-cleaner-second, .banner-safer, .banner-greener{
height: 497px; height: 497px;
} }
...@@ -217,15 +228,6 @@ ...@@ -217,15 +228,6 @@
background-image: url("/pylote_website/static/src/img/banner-cleaner-third.png"); background-image: url("/pylote_website/static/src/img/banner-cleaner-third.png");
} }
.banner-safer{
height: 497px;
background-image: url("/pylote_website/static/src/img/banner-safer-mobil.png");
}
.banner-greener{
height: 497px;
}
.news-home { .news-home {
text-align: left; text-align: left;
} }
......
Aucun aperçu pour ce type de fichier
static/src/img/._banner-cleaner-second.jpg

4 ko

static/src/img/._banner-cleaner.jpg

4 ko

static/src/img/._banner-greener.jpg

4 ko

static/src/img/._banner-safer.jpg

4 ko

static/src/img/._banner-support.jpg

4 ko

static/src/img/._carte-techno.png

4 ko | W: | H:

static/src/img/._carte-techno.png

4 ko | W: | H:

static/src/img/._carte-techno.png
static/src/img/._carte-techno.png
static/src/img/._carte-techno.png
static/src/img/._carte-techno.png
  • 2-up
  • Swipe
  • Onion skin
static/src/img/._carte-techno2.png

4 ko

static/src/img/._fond-banner-env.jpg

4 ko

static/src/img/._fond-banner.jpg

4 ko

static/src/img/._home-banner.jpg

4 ko

static/src/img/._img-techno2.png

4 ko | W: | H:

static/src/img/._img-techno2.png

4 ko | W: | H:

static/src/img/._img-techno2.png
static/src/img/._img-techno2.png
static/src/img/._img-techno2.png
static/src/img/._img-techno2.png
  • 2-up
  • Swipe
  • Onion skin
static/src/img/._photo1-level.jpg

4 ko

static/src/img/._photo2-level.jpg

4 ko

static/src/img/banner-cleaner-second.jpg

141 ko

static/src/img/banner-cleaner.jpg

172 ko

static/src/img/banner-greener.jpg

94,6 ko

0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter