.tble {
	display:table;
	overflow:hidden;
}

.tble > div {
	display:table-row;
}

.tble > div > div{
	display:table-cell;
	vertical-align:top;
	padding:4px !important;	
}

#home {
	height:620px;
}

.intro {
	font-size:1.2em;
	padding-top:0px;
	padding-bottom:10px;
	font-weight:bold;
	color:white;
	border-radius:10px;
	margin-top:5px;
	margin-bottom:20px;
}

.u-bg--primary, .intro {
	background-color:#222326 !important;
}

.intro > div {
	margin-bottom:3px;
}

.big {
	font-size:1.1em;
}

#textintro2 {
	display:none;
}

@media (max-width: 575.98px) {
	#textintro {
		display:none;
	}
	#textintro2 {
		display:block;
		padding-top:5px;
	}
	.container {
		padding:0;
		margin:0;		
	}
	div.row  {
		flex-direction: column !important;
		justify-content: center;
		align-items: center; 
		padding:0;
		margin:0;		
	}
	div.row > div {
		padding:0;
		margin:0;
		max-width:none;
	}

	.intro .l-v-center {
		padding:20px;		
		line-height:30px;
	}

}


.partenaire {
	margin-top:10px;
	color:red;
	font-weight:bold;
}

.debug {
	border : 1px solid red !important;
}

#download > td {
	text-align:left !important;
}

.tleft {
	text-align:left;
}

#firstnamecontainer {
	display:none;
}

.competences div {
	font-size:1.0em;
}

.competences div::before {
	content:"- ";
}