.texte_html {
	background-color: #fff;
	margin: 0 10px 0;
	// max-width: 50em;
	border: 1px solid #000;
	border-right-width: 3px;
	border-bottom-width: 3px;
	padding: 4em 5em;
	font-family: "Times New Roman", Times, serif;
	color: #000;
}

.texte_html p {
    margin: 0px;
    padding: 0px;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.dot.dot-newvideo {
background-color: #77B5FE;
}

.dot {
display: inline-block;
border-radius: 50%;
width: 50%;
background-color: #EEE;
height: 15px;
width: 15px;
margin: 0 2px;
}
