.inscription_container {
	position:relative;
	display:block;
	margin: 0 auto;
	width:50%;
	margin-bottom:20px;
}


.inscription_titreParagraphe
{
	font-family: var(--font-family-sectiontitle);
	font-size: var(--font-size-sectiontitle);
	font-weight:var(--font-weight-sectiontitle);
	color:var(--text-color-sectiontitle);
	background-color:var(--background-color-sectiontitle);
	border: solid var(--border-color-sectiontitle) var(--border-size-sectiontitle);
	width:100%;
	text-align:left;
	padding-bottom:0px;
	
}

.inscription_sousTitreParagraphe
{
	font-family: var(--font-family-sectionsubtitle);
	font-size: var(--font-size-sectionsubtitle);
	font-weight:var(--font-weight-sectionsubtitle);
	color:var(--text-color-sectionsubtitle);
	background-color:var(--background-color-sectionsubtitle);
	border: solid var(--border-color-sectionsubtitle) var(--border-size-sectionsubtitle);
	width:100%;
	text-align:left;
	padding-bottom:5px;
	
}



.inscription_paragraphe
{
	font-family: var(--font-family-section);
	font-size: var(--font-size-section);
	font-weight:var(--font-weight-section);
	color:var(--text-color-section);
	background-color:var(--background-color-section);
	border: solid var(--border-color-section) var(--border-size-section);
	text-align:justify;	
}

.inscription_lienIdent a {
	
	font-family: var(--font-family-sectionsubtitle);
	font-size: var(--font-size-section);
	font-weight:var(--font-weight-sectionsubtitle);
	color:var(--text-color-sectionsubtitle);
}

.biocomp_CTA {
	position:relative;
	width:100%;
}