div#divImg{
	display: inline-block;
	width: 100%;
	height: 400px;
	background-image: url("../img/equipe.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

div#divCorpo{
	padding-bottom: 50px;
}

div#divRow{
	text-align: center;
}

div#divCol{
	font-family: fontText;
	display:inline-table;
	width: 30%;
	height: 300px;
	position:inherit;
	top: 0px;
	padding: 20px 10px 20px 10px;
}
div#divCol a{
	text-decoration: none;
	color: var(--YlDark);
}

#divCol p{
	
}

div#divCol h2{
	font-family: fontTitle;
	color: var(--YlDark);
	padding-top: 10px;
	padding-bottom: 5px;
	
}

.curric{
	height: 180px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (max-width: 1366px){
	
	.curric{
	height: 200px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
	
}

@media only screen and (max-width: 980px){
	
	div#divImg{
	display: block;
	position: static;
	margin-top: 120px;
	height: 400px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url("../img/equipe.jpg"); 
	background-repeat: no-repeat;
	background-position:top;
	background-size:auto;
}
	
	#divCol p{
	font-size: 40px;
}

	div#divCol a{
		font-size: 40px;
	text-decoration: none;
	color: var(--YlDark);
}

div#divCol h2{
	font-family: fontTitle;
	color: var(--YlDark);
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 60px;
}
	
	div#divCol{
	font-family: fontText;
	display:inline-table;
	width: 85%;
	height: 300px;
	position:inherit;
	top: 0px;
	padding: 120px 0px 120px 0px;
	margin-left: auto;
	margin-right: auto;
}
	
	.curric{
	height: 500px;
	text-align: justify;
	padding-left: 0px;
	padding-right: 0px;
}	
	
}
