.wp-block-heading {
margin: 15px 0;
color: var(--color-1);
line-height: 1.3;
}
.wp-block-heading:first-child {
margin-top: 0;
}
.wp-block-heading strong,
.wp-block-heading .highlight {
color: var(--color-3);
font-size: 1.5em;
text-transform: uppercase;
}
@media (min-width: 992px) {
.wp-block-heading {
margin: 30px 0;
}
}.quote-align-center {
display: flex;
flex-direction: column;
text-align: center;
align-items: center;
}
.quote-align-left {
display: flex;
flex-direction: column;
text-align: left;
align-items: flex-start;
}
.quote-container {
width: 100%;
height: 100%;
margin-top: 0;
margin-bottom: 0;
}
.quote-content {
position: relative;
padding-left: 1em;
width: fit-content;
margin-bottom: 0;
font-size: var(--wp--custom--font-size--xl);
}
.quote-content::before {
content: "";
mask-image: url(//www.ville-gonesse.fr/wp-content/plugins/ws-blocks-library/assets/icons/quote.svg);
mask-size: 100% auto;
background-color: currentColor;
width: 1em;
height: 1em;
position: absolute;
top: -0.3em;
left: -1px;
}
.quote-subcontent {
margin-top: 0;
font-size: var(--wp--custom--font-size--m);
}.wp-block-list {
padding: 0;
list-style-type: none;
}
.wp-block-list li {
padding-left: 25px;
position: relative;
margin-bottom: 15px;
}
.wp-block-list li::before {
content: '';
display: block;
height: 14px;
width: 14px;
border-radius: 5px;
position: absolute;
left: 0;
top: 5px;
background-color: currentColor;
}
.wp-block-list li li::before {
opacity: 0.7;
}
.wp-block-list li li li::before {
opacity: 0.4;
}
.wp-block-list .wp-block-list {
margin-top: 15px;
}
ol.wp-block-list {
counter-reset: compteur;
}
ol.wp-block-list li {
counter-increment: compteur;
}
ol.wp-block-list li::before {
content: counter(compteur)'.';
top: 0;
height: auto;
background: 0 none;
color: currentColor;
font-weight: 700;
}