
.texteRiche ul,
.texteRiche ol{
    list-style-position: inside;
}

.texteRiche p {
    font-size: 1.2rem;
}
/*
.texteRiche {
    line-height: 1.6rem;
}
.texteRiche blockquote {
	font-size: 1.75rem;
    color: #250286;
    line-height: 2.4rem;
    margin-top: 2.875rem;
    margin-bottom: 2.875rem;
    margin-right:1.5rem;
    padding-left:20px;
    border-left-width:0.188rem;
    border-left-style: solid;
    border-color: #00C95A;
}
@media screen and (min-width:992px) {
    .texteRiche blockquote {
        margin-left:5.875rem;
    }
    
}

.texteRiche ul {
	list-style:none;
	padding-left:1.5rem;
}

.texteRiche ul > li, .texteRiche ol >li {
  clear:left;
  margin-bottom:0.8rem;
}
.texteRiche ul > li:before {
    font-family: "lsr-icons";
    content: '\e81a';
    color: var(--bs-primary);
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    position: relative;
    width: auto;
    text-align: center;
    !* For safety - reset parent styles, that can break glyph codes*!
    font-variant: normal;
    text-transform: none;
    !* fix buttons height, for twitter bootstrap *!
    line-height: 1em;
    !* Font smoothing. That was taken from TWBS *!
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.8rem;

}

.texteRiche ol {
	padding-left:1.5rem;
}

.texteRiche ol li::marker {
	color: #00C95A;
	font-weight: 700;

}

.texteRiche a {
    color: var(--th-color-blue);
    border-bottom: 2px solid var(--th-color-blue);
}

.texteRiche a:hover {
    color: var(--bs-secondary);
    border-bottom: none;
}
.texteRiche .grand {
    font-size: 1.125rem;
    line-height: 1.6rem;
}

.texteRiche .petit {
    font-size: 0.875rem;
    line-height: 1.2rem;
}

.texteRiche .couleur {
    color: #250286;
}

.texteRiche .noir {
    color: #000000;
}
*/
