File size: 2,183 Bytes
1813a37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1982de5
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
.wrapper {
  //white-space: pre-line;

  :global {
    .bloc-spoil-jv {
      //margin-bottom: 0.9375rem;
      margin-bottom: 0;
      display: inline;

      .open-spoil {
        position: absolute;
        left: -999rem;
      }

      .barre-head {
        //height: 1.5rem;
        //line-height: 1.5rem;
        //cursor: pointer;
        //position: relative;
        //display: block;

        height: auto;
        line-height: inherit;
        text-align: center;
        cursor: pointer;
        position: relative;
        display: inline;

        .txt-spoil {
          //position: absolute;
          //top: 0;
          //left: 0;
          //width: 4.6875rem;
          //font-size: .9285em;
          //text-align: center;
          //color: #fff;
          //text-transform: uppercase;
          //background: #fd374e;
          //font-weight: 700;
          //display: block;
          //border-radius: 0.25rem;

          position: static;
          display: inline;
          padding: 0.125rem 1.25rem;
          line-height: inherit;
          top: 0;
          left: 0;
          width: 4.6875rem;
          font-size: .9285em;
          text-align: center;
          color: #fff;
          text-transform: uppercase;
          background: #fd374e;
          font-weight: 700;
          //display: block;
          border-radius: 0.25rem;
        }
      }

      .contenu-spoil {
        background: #f4d6da;
        color: #212121;
        padding: 0.625rem;
        display: none;
        //text-align: justify;
        text-align: left;
        overflow: hidden;
      }

      .open-spoil:checked ~ .contenu-spoil {
        display: inline;
      }
    }
  }

  blockquote {
    text-align: left;
    //margin-bottom: 0.9375rem;
    border-left: 0.3125rem solid rgba(0, 0, 0, .2);
    color: var(--text-blockquote-color);
    //margin-left: 0.9375rem;
    padding: 0.625rem;
    background: none;
    font-style: normal;
    font-size: inherit;
    margin: 0 0 0.9375rem 1rem;
  }

  a {
    color: var(--link-color);
    text-decoration: none;

    &:hover {
      color: var(--text-hover-secondary);
      text-decoration: none;
    }
  }
}

.img {

}