Mise à jour
|
@ -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
After Width: | Height: | Size: 26 KiB |
142
www/img/header/text_header.svg
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
www/img/photos/interq2016/danse.JPG
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
www/img/photos/interq2016/expo2.JPG
Normal file
After Width: | Height: | Size: 91 KiB |
BIN
www/img/photos/interq2016/fanfare.JPG
Normal file
After Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 605 KiB After Width: | Height: | Size: 202 KiB |
Before Width: | Height: | Size: 243 KiB After Width: | Height: | Size: 548 KiB |
Before Width: | Height: | Size: 972 KiB After Width: | Height: | Size: 325 KiB |
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 546 KiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 3.4 KiB |
|
@ -887,4 +887,3 @@
|
|||
|
||||
});
|
||||
</script>
|
||||
</html>
|