/*********************************************************
  	MISE EN FORME DES BALISES STRUCTURANTES PRINCIPALES
 *********************************************************/

.bilan_podologique {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
	align-items: center;
}

.bilan_podologique figure:not(#top) {
	border-radius: 10px;
	border: 2px solid black;
	max-width: 300px;
	max-height: 300px;
	margin-top: 8px;
}

.encadre {
	max-width: 300px;
	min-width: 30px;
	background-color: #FFCA8D;
	border-radius: 10px;
	border: 1px solid black;
	position: relative;
	padding: 5px;
}

.encadre_grand {
	max-width: 1000px;
	background-color: #FFCA8D;
	border-radius: 10px;
	border: 1px solid black;
	position: relative;
	padding: 5px
}

.description {
	max-width: 300px;
}

.encadre img {
	max-width: 150px;
	box-shadow: 1px 1px 12px #555;
	border-radius: 10px;
	text-align: center;
}

/**********************************************
  		   MISE EN FORME DES TITRES
 **********************************************/
 
.principal h1 {
	font-size: 40px;
	color: white;
	background-color: #FA0000;
	border-radius: 20px;
	border: 3px solid black;
	text-align: center;
	position:relative;
}

h2 {
	font-size: 30px;
	color: white;
	background-color: #FA0000;
	border-radius: 10px;
	border: 1px solid black;
	padding-left: 10px;
}