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

.bloctexte{
	font-family: 'RedHatDisplay VariableFont wght';
	font-weight: normal;
	color: black;
	background-color: rgba(255,250,240, 0.7); /* Black w/opacity/see-through rgba(33,33,33, 0.5) */
	background-image: url("none");
	border-radius: 60px;
	border: 1px solid #595959;
	margin-top: 80px;
	float: center;
	padding:28px;
	text-align: left;
	line-height:1.6;
    position: relative;
	margin-right: auto;
	margin-left: auto;
    width: 70%;
    box-shadow: none; /* 20px 20px 50px 10px pink */
}

.bloctextenoir{
	font-family: 'RedHatDisplay VariableFont wght';
    font-weight: normal;
	color: black;
    background-color: rgba(33,33,33, 0.8); /* Black w/opacity/see-through rgba(33,33,33, 0.5) */
	background-image: url("none");
	border-radius: 60px;
    border: 1px solid #93D500;
	margin-top: 80px;
	float: center;
	padding:28px;
	text-align: center;
	line-height:1.6;
    position: relative;
	margin-right: auto;
	margin-left: auto;
    width: 70%;
    box-shadow: none; /* 20px 20px 50px 10px pink */
}

.blocinterdit{
	background-color: none; /* Fallback color rgb(0,0,0) */
    background-color: rgba(33,33,33, 0.8); /* Black w/opacity/see-through rgba(33,33,33, 0.5) */
    color: black;
	font-family: 'RedHatDisplay VariableFont wght';
    font-weight: normal;
	border-radius: 60px;
	border: 1px solid #595959;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 70%;
    padding: 20px;
    text-align: left;
    box-shadow: none; /* 20px 20px 50px 10px black */
}

