@charset "UTF-8";
/* CSS Document */

.Ctxt {
      font-weight: 100;
    font-size: 4vw;
}
/* font-size: 25px; */
.cardERRE {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
	background: rgba(0, 0, 0, 0.2); 
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	margin-top: 20px;
	font-size: 86%;

}