@charset "UTF-8";

/* ------------------------------- */
/* -- page_04_fin_procedure.php -- */
/* ------------------------------- */

details.detail_fin_de_procedure {
	padding: 10px 10px 10px 10px;
	cursor: pointer;
}
details.detail_fin_de_procedure:not(:last-child) {
	width: 675px; 
	margin: 0px auto 10px auto;
}
details.detail_fin_de_procedure[open] summary.detail_fin_de_procedure {
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}

summary.detail_fin_de_procedure, details.detail_fin_de_procedure[open] {
	padding: 10px 10px 10px 10px;
	list-style-type: none;
}
summary.detail_fin_de_procedure:hover, details.detail_fin_de_procedure:hover {
	color: #3b71fe;
}

span.detail_fin_de_procedure_titre{
	display: inline-block;
	width: 610px;
	font-size: 28px;
}
div.detail_fin_de_procedure{
	display: block;
	position: relative;
	cursor: auto;
	color: #000000;
}

form#formulaire_fin_de_procedure{
	display: block;
	position : relative;
	background: #ffffff;
	border-top : 1px solid #aaa;
	border-left : 1px solid #aaa;
	border-right : 1px solid #aaa;
	width : 675px;
	margin-right : auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-radius : 5px;
	padding: 15px;
	text-align: center;
}

@media screen and (max-width: 667px){
	span.detail_fin_de_procedure_titre {
		width: 100%;
	}
}
