aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/mobile.css
blob: bdb20467bfcea9d4ab607409382fc16af2e38a7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
@charset "UTF-8";
/**
 * SCSS Variables
 **/
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  html[lang='en'] :lang(fr), html[lang='fr'] :lang(en) {
    display: none; }

:lang(en) {
  quotes: '\201C' '\201D' '\2018' '\2019'; }

:lang(fr) {
  quotes: '« ' ' »'; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", serif; }

body {
  background: url(../img/logo-ps.svg) center 10vh/60vh no-repeat fixed, rgba(173, 151, 56, 0.68);
  color: #f3f0e4;
  font-family: Abel, "Open Sans", sans-serif;
  font-size: 1.6rem;
  min-height: 1000px;
  margin: 0;
  padding: 0; }
  body > header {
    background-color: #6d4e80;
    position: absolute;
    top: 50vh;
    height: 50vh;
    width: 100%; }
    body > header > h1 {
      margin-top: calc(25vh -1vh);
      text-align: center;
      width: 100%; }
      body > header > h1.fixed {
        background-color: #6d4e80;
        position: fixed;
        z-index: 999;
        margin-top: 0;
        top: 0;
        padding: 0.5vh 1vw;
        text-align: left;
        font-size: 3.5vh;
        line-height: 5vh; }
        body > header > h1.fixed img {
          display: inline-block; }
      body > header > h1 a {
        display: inline-block;
        text-decoration: none;
        color: #dcc985; }
      body > header > h1 img {
        display: none; }
    body > header section, body > header footer {
      display: none; }
  body > main {
    position: relative;
    top: 100vh;
    margin: 0 auto;
    max-width: 42vh; }

#gfx, #gfx h3 {
  background-color: rgba(191, 138, 112, 0.7); }

#txt, #txt h3 {
  background-color: rgba(166, 191, 112, 0.7); }

#vdo, #vdo h3 {
  background-color: rgba(112, 166, 191, 0.5); }

.fixed.libre > h2 {
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 999;
  margin-top: 0;
  top: 12vh;
  padding: 0.5vh 1vw;
  text-align: left;
  line-height: 5vh; }
.fixed.libre > section.fixed#cooperation h3 {
  background-color: red;
  clip: rect(0, 0, 100vw, 100vh); }
.fixed.libre > section.fixed > h3 {
  background-color: rgba(0, 0, 0, 0.9);
  color: black;
  position: fixed;
  z-index: 999;
  margin-top: 0;
  top: 12vh;
  left: 50vw;
  right: 0;
  padding: 0.5vh;
  text-align: center;
  line-height: 5vh; }
  .fixed.libre > section.fixed > h3 a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none; }

.fixed.media > h2 {
  left: 0;
  right: 0;
  background-color: rgba(173, 151, 56, 0.68);
  position: fixed;
  z-index: 999;
  margin-top: 0;
  top: 6vh;
  padding: 0.5vh 1vw;
  text-align: left;
  line-height: 5vh; }
.fixed.media > section.fixed#gfx h3 {
  right: 34vw; }
.fixed.media > section.fixed#txt h3 {
  right: 18vw; }
.fixed.media > section.fixed#vdo h3 {
  right: 2vw; }
.fixed.media > section.fixed > h3 {
  background-color: rgba(173, 151, 56, 0.68);
  position: fixed;
  z-index: 999;
  margin-top: 0;
  top: 6vh;
  padding: 0.5vh 1vw;
  text-align: center;
  line-height: 5vh;
  width: 14vw; }

/*# sourceMappingURL=mobile.css.map */