h2 {
	text-align: center;
	font-size: 1.5em;
}
h3, h3 >a {
	font-weight: bold;
	margin-top: 0.2em;
}
.highlight {
	font-size: 1.5em;
}
section {
	width: 100%;
	margin-bottom: 1%;
}
header {
	display: grid;
	grid-template-columns: 60% auto;
}
header div#title {
	grid-column-start: 1;
	grid-column-end: 3;
}
header a { display: block; }
img { justify-self: end; }
section#competences {
	display: grid;
	grid-template-columns: 30% auto;
}
#competences h2 {
	grid-column-start: 1;
	grid-column-end: 3;
	background-color: #9DB2E2;
}
@media screen {
	body { padding: 3%; }
	* { line-height: 2em; }
	section { margin-bottom: 1.5em; }
	section h2 {
		margin-bottom: 0.5em;
		background-color: #9DB2E2;
	}
}
/* affichage pour les smartphones */
/*
@media (min-width: 992px){
	div#experiences > div:nth-child(2n+1) { margin-left: 30%; }
	div#formations > div:nth-child(2n+1) { margin-left: 30%; }
}*/
@media (min-width: 993px){
	header { grid-template-columns: 25% auto 25%; }
	header div#title {
		grid-row: 1;
		grid-column: 2;
	}
	header img {
		grid-row: 1;
		grid-column: 3;
	}
}
@media (max-width: 992px){
	img { height: 4cm; }
}
@media screen and (max-width: 768px){
	header { grid-template-columns: 100%; }
	header img {
		grid-row: 3;
		grid-column: 1;
	}
	section#competences { display: block; }
}
