
body { line-height: 145%; }

h1 { display: none; }

section
{
	margin-left: 20px;
	margin-right: 20px;
}

.content h2
{
	margin-top: 0px;
	padding-top: 30px;
	font-size: 48px;
	font-weight: bold;
	color: rgb(32, 32, 32);
	text-align: center;
	text-transform: uppercase;
	line-height: 105%;
}

.content
{
	/*max-width: 1500px;*/
	margin: auto;
}

.gris { background-color:rgb(246, 246, 246); }

.carrousel-title
{
	/*padding-top: 100px;*/
	margin-bottom: 25px;
}

.carrousel-subtitle
{
	max-width: 800px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
	color: rgb(74, 59, 59);
}

.carrousel
{
	max-width: 1200px;
	overflow: auto;
	overflow-y: hidden;
	margin: auto;
	margin-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

.carrousel ul
{
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.carrousel li
{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	width: 16%;
}

.search li
{
	vertical-align: top;
	margin: 15px;
}

.carrousel li h3
{
	margin-top: 0px;
	margin-bottom: 10px;
}

.carrousel li p { margin: 0px; }
.carrousel img { max-height: 60px; }
.carrousel figure { margin: 0px; }
.carrousel figcaption { margin-top: 7px; }

/* ************************************ */
/* Bloc de retour à l'édition du profil */
/* ************************************ */

#edit-profile
{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: rgb(246, 246, 246);
	border-bottom: 1px solid rgb(226, 42, 37);
}

#edit-profile a
{
	cursor: pointer;
	text-decoration: none;
}

#edit-profile p, #edit-profile h3 { margin: 0px; }

#edit-profile .rondrouge
{
	background-color: rgb(226, 42, 37);
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	width: 10px;
}