Mise à jour

This commit is contained in:
Tom Hubrecht 2024-02-25 13:41:17 +01:00
parent 2ef83b40fb
commit bc91866b5a
12 changed files with 407 additions and 238 deletions

View file

@ -101,8 +101,11 @@ a:visited {
height: 750px;
margin-bottom: 40px;
background-color: #fbfbfb;
background-image: url("../img/header/interq4.svg");
background-position: top center;
background-image: url("../img/header/text_header.svg"),
url("../img/header/fond.svg");
background-position:
top center,
top center;
background-size: cover;
background-repeat: no-repeat;
}
@ -116,44 +119,44 @@ a:visited {
}
}
@media only screen and (max-width: 960px) {
@media only screen and (max-width: 1100px) {
#main-header {
height: 460px;
height: 440px;
/* margin-bottom: 30px; */
}
}
@media only screen and (max-width: 880px) {
#main-header {
height: 420px;
height: 400px;
/* margin-bottom: 20px; */
}
}
@media only screen and (max-width: 640px) {
#main-header {
height: 320px;
height: 300px;
margin-bottom: 20px;
}
}
@media only screen and (max-width: 480px) {
#main-header {
height: 250px;
height: 220px;
/* margin-bottom: 20px; */
}
}
@media only screen and (max-width: 320px) {
#main-header {
height: 150px;
height: 120px;
/* margin-bottom: 15px; */
}
}
@media only screen and (max-width: 220px) {
#main-header {
height: 120px;
height: 100px;
/* margin-bottom: 15px; */
}
}
@ -209,7 +212,7 @@ section:nth-child(3) {
background-repeat: no-repeat;
background-position:
0% 100%,
top left;
top right;
}
section:nth-child(4) {
@ -219,7 +222,7 @@ section:nth-child(4) {
background-repeat: no-repeat;
background-position:
0% 100%,
center right;
center left;
}
section:nth-child(5) {
@ -232,6 +235,13 @@ section:nth-child(5) {
center right;
}
section:nth-child(6) {
background-color: #fbfbfb;
background-image: url(../img/theme/elements/papillon.svg);
background-repeat: no-repeat;
background-position: top left;
}
section p {
padding-bottom: 20px;
font-size: 1.2rem;

80
www/img/header/fond.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 26 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 605 KiB

After

Width:  |  Height:  |  Size: 202 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 548 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 972 KiB

After

Width:  |  Height:  |  Size: 325 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 546 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -887,4 +887,3 @@
});
</script>
</html>