|
.wrapper {
|
|
|
|
|
|
:global {
|
|
.bloc-spoil-jv {
|
|
|
|
margin-bottom: 0;
|
|
display: inline;
|
|
|
|
.open-spoil {
|
|
position: absolute;
|
|
left: -999rem;
|
|
}
|
|
|
|
.barre-head {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
height: auto;
|
|
line-height: inherit;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
position: relative;
|
|
display: inline;
|
|
|
|
.txt-spoil {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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;
|
|
|
|
border-radius: 0.25rem;
|
|
}
|
|
}
|
|
|
|
.contenu-spoil {
|
|
background: #f4d6da;
|
|
color: #212121;
|
|
padding: 0.625rem;
|
|
display: none;
|
|
|
|
text-align: left;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.open-spoil:checked ~ .contenu-spoil {
|
|
display: inline;
|
|
}
|
|
}
|
|
}
|
|
|
|
blockquote {
|
|
text-align: left;
|
|
|
|
border-left: 0.3125rem solid rgba(0, 0, 0, .2);
|
|
color: var(--text-blockquote-color);
|
|
|
|
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 {
|
|
|
|
} |