@charset "UTF-8";

/* ---------------------------- */
/* -- page_03_cotisation.php -- */
/* ---------------------------- */

div.capsule_choix_mode_paiement{ 
	display: inline-block;
	position: relative;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 0px 0px 10px 0px;
}
div.sous_capsule_choix_mode_paiement{ 
	display: block; 
	position: relative; 
	float: left; 
	width: 100%;
}
span.sous_titre_choix_mode_paiement{ 
	display: block; 
	position: relative; 
	float: left; 
	width: 96%; 
	text-align: left; 
	padding: 0% 2%;
}
div.choix_mode_paiement_grille_gauche{ 
	display: block; 
	position: relative; 
	float: left; 
	width: 50%;
}
div.choix_mode_paiement_grille_droite{ 
	display: block; 
	position: relative; 
	float: left; 
	width: 50%;
}

form.checkbox_paiement{
	padding : 5px 0px;
}
button.checkbox_paiement_ok, button.checkbox_paiement_ko{
	display: block;
	position: relative;
	width: 325px;
	height: 32px;
	margin: auto;
	padding: 4px 25px 5px 10px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	border: 3px solid #333;
	border-radius: 10px;
}
button.checkbox_paiement_ok{
	background-color: #199B06;
	color: white;
}
button.checkbox_paiement_ko{
	background-color: #e81010;
	color: white;
}

button.checkbox_paiement_ok:after, button.checkbox_paiement_ko:after{
	position: absolute;
	top: -10px;
	right: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	border-radius: 100%;
	border: 3px solid #333;
	z-index: 999;
}
button.checkbox_paiement_ok:after{
	content: "\2713";
	background-color: #199B06;
}
button.checkbox_paiement_ko:after{
	content: "\2717";
	background-color: #e81010;
}

details.detail_cotisation {
	padding: 10px 10px 10px 10px;
	cursor: pointer;
}
details.detail_cotisation:not(:last-child) {
	width: 675px; 
	margin: 0px auto 10px auto;
}
details.detail_cotisation[open] summary.detail_cotisation {
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}

summary.detail_cotisation, details.detail_cotisation[open] {
	padding: 10px 10px 10px 10px;
	list-style-type: none;
}
summary.detail_cotisation:hover, details.detail_cotisation:hover {
	color: #3b71fe;
}

span.detail_cotisation_titre{
	display: inline-block;
	width: 610px;
	font-size: 28px;
}
div.detail_cotisation{
	display: block;
	position: relative;
	cursor: auto;
	color: #000000;
}

#tableau_cotisation{
	border-collapse: collapse;
	border: 2px solid black;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#th0_cotisation{
	border: 1px solid black; 
	text-align: center;
	font-weight: bold;
}
#td0_cotisation{
	border: 1px solid black; 
	text-align: center; 
	padding: 0px 5px;
}
#td1_cotisation{
	border: 1px solid black; 
	text-align: center; 
	padding: 0px;
}

#tableau_assurance{
	border-collapse: collapse;
	border: 2px solid black;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#th0_assurance{
	border: 1px solid black; 
	text-align: center;
	font-weight: bold;
}
#td0_assurance{
	border: 1px solid black; 
	text-align: center; 
	padding: 0px 5px;
}
#td1_assurance{
	border: 1px solid black; 
	text-align: center; 
	padding: 0px;
}
#td2_assurance{
	border: 1px solid black; 
	text-align: justify; 
	padding: 0px 10px;
	font-size: 12px;
}

#tableau_mutation{
	border-collapse: collapse;
	border: 2px solid black;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#th0_mutation{
	border: 1px solid black; 
	text-align: center;
	font-weight: bold;
}
#td0_mutation{
	border: 1px solid black; 
	text-align: center; 
	padding: 0px 5px;
}
#td1_mutation{
	border: 1px solid black; 
	text-align: center; 
	padding: 0px;
}

#tableau_remise{
	border-collapse: collapse;
	border: 2px solid black;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#th0_remise{
	border: 1px solid black; 
	text-align: center;
	font-weight: bold;
}
#td0_remise{
	border: 1px solid black; 
	text-align: center; 
	padding: 0px 5px;
}
#td1_remise{
	border: 1px solid black; 
	text-align: center; 
	padding: 0px;
}
#td2_remise{
	border: 1px solid black; 
	text-align: justify; 
	padding: 0px 10px;
	font-size: 12px;
}

span.message_infos_cotisation{
	display: block;
	position: relative;
	width: 95%;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 667px){
	div.choix_mode_paiement_grille_gauche {
		width: 100%;
	}
	div.choix_mode_paiement_grille_droite {
		width: 100%;
	}
	button.checkbox_paiement_ok, button.checkbox_paiement_ko {
		width: 300px;
	}
	span.detail_cotisation_titre {
		width: 100%;
	}
	#td2_remise {
		text-align: left;
	}
	#tableau_cotisation {
		font-size: 75%;
	}
	#tableau_assurance {
		font-size: 75%;
	}
	#tableau_mutation {
		font-size: 75%;
	}
	#tableau_remise {
		font-size: 75%;
	}
}
