#espace_organisateur, #espace_organisateur_menu {
	clear :both;
}
.espace_organisateur_menuG {
	float:right;
}
.espace_organisateur_menuD {
	float:left;
}
.espace_organisateur_menuG a, .espace_organisateur_menuD a {
	text-decoration:none;
	color:#551155;
	padding:4px;
	background-color:#f1ffeb;
	border-radius: 3px;
}
.espace_organisateur_menuG img, .espace_organisateur_menuD img {
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
}

/* Gestion d'un paiement : cartes lisibles sans dépendance Bootstrap. */
.paiement-gestion {
	margin: 18px 0;
}
.paiement-gestion fieldset {
	padding: 14px;
	border: 1px solid #b9c8d2;
	border-radius: 10px;
	background: #f6f9fb;
}
.paiement-gestion-carte {
	margin: 14px 0;
	padding: 0 16px 16px;
	border: 1px solid #cbd7df;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 7px rgba(31, 70, 91, 0.08);
}
#espace_organisateur .paiement-gestion-carte h3 {
	margin: 0 -16px 14px;
	padding: 9px 16px;
	border-radius: 7px 7px 0 0;
	background: #2aa9df;
	color: #082837;
}
.paiement-gestion-carte-invitation {
	border-color: #78a95d;
	background: #f7fff3;
}
.paiement-gestion-carte-avance {
	background: #f3f5f7;
}
.paiement-gestion-chiffres {
	display: grid;
	grid-template-columns: repeat(4, minmax(135px, 1fr));
	gap: 9px;
	margin-bottom: 14px;
}
.paiement-gestion-chiffres > div {
	padding: 10px;
	border: 1px solid #d7e1e7;
	border-radius: 6px;
	background: #f7fbfd;
	text-align: center;
}
.paiement-gestion-chiffres span,
.paiement-gestion-chiffres strong {
	display: block;
}
.paiement-gestion-chiffres strong {
	margin-top: 5px;
	font-size: 1.15em;
}
.paiement-gestion-ligne {
	display: grid;
	grid-template-columns: minmax(210px, 36%) minmax(150px, 1fr);
	align-items: center;
	gap: 10px;
	margin: 9px 0;
}
.paiement-gestion-ligne > label {
	width: auto;
	text-align: right;
}
.paiement-gestion input[type="text"],
.paiement-gestion input[type="date"],
.paiement-gestion select {
	box-sizing: border-box;
	max-width: 100%;
	min-height: 34px;
	padding: 6px 9px;
	border: 1px solid #9fb2bf;
	border-radius: 5px;
	background: #fff;
	font-size: 1em;
}
.paiement-gestion input[type="text"]:focus,
.paiement-gestion input[type="date"]:focus,
.paiement-gestion select:focus {
	outline: 2px solid rgba(42, 169, 223, 0.35);
	border-color: #268db9;
}
.paiement-gestion input.paiement-gestion-montant {
	width: 130px;
	font-weight: bold;
	text-align: right;
}
.paiement-gestion input.paiement-gestion-montant-verrouille {
	border-color: #c4cbd0;
	background: #e7ebee;
	color: #34444e;
	cursor: not-allowed;
}
.paiement-gestion-total-complement output {
	font-size: 1.15em;
	font-weight: bold;
	color: #176b35;
}
.paiement-gestion-aide {
	margin: 10px 0;
	padding: 9px 11px;
	border-left: 4px solid #8ea9b9;
	background: #f0f4f6;
	font-style: italic;
}
.paiement-gestion-aide-attention {
	border-left-color: #d59a28;
	background: #fff7df;
}
.paiement-gestion-checkbox {
	display: block;
	margin: 13px 0;
	padding: 12px;
	border-radius: 6px;
	background: #e8f6df;
	font-size: 1.08em;
}
.paiement-gestion-recap .paiement-gestion-ligne {
	margin: 4px 0;
}
.paiement-gestion-solde {
	padding-top: 8px;
	border-top: 1px solid #cbd7df;
}
.paiement-gestion-message {
	margin: 12px 0 0;
	font-weight: bold;
}
.paiement-gestion-actions {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}
.paiement-gestion-table-wrap {
	overflow-x: auto;
	margin: 9px 0;
}
.paiement-gestion-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}
.paiement-gestion-table th,
.paiement-gestion-table td {
	padding: 7px 8px;
	border: 1px solid #bcc9d1;
	vertical-align: top;
}
.paiement-gestion-table th {
	background: #dceaf2;
}
.paiement-gestion-table tbody tr:nth-child(even) {
	background: #f6f9fb;
}

@media (max-width: 760px) {
	.paiement-gestion-chiffres {
		grid-template-columns: repeat(2, minmax(120px, 1fr));
	}
	.paiement-gestion-ligne {
		grid-template-columns: 1fr;
		gap: 4px;
	}
	.paiement-gestion-ligne > label {
		text-align: left;
	}
}
#espace_organisateur h2 {
	background-color: rgb(208,182, 255);
	border-radius:10px;
	padding-left: 0.5em;
	margin-top: 0.5em;
}
#espace_organisateur h3 {
	background-color: rgb(41,170,225);
	border-radius:6px;
	padding-left: 40px;
	margin-top: 20px;
}
#espace_organisateur h4 {
	background-color: rgb(225,225,225);
	border-radius:6px;
	padding-left: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.orga_titre {
	font-weight: bold;
}

.orga_menu {
	float:left;
	overflow:hidden;
	border-radius:10px 10px 0px 0px;
	border:1px dashed #aaa;
	background-color:#eef;
	padding: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
}
.orga_menu a {
	text-decoration:none;
	color:#000;
}
.orga_menu:hover {
	border:1px solid #000;
	background-color:#ccc;
}
.orga_menu_selectionne {
	border:1px solid #000;
	background-color:#d9c2ff;
}
.orga_cont {
	clear:both;
/*	display:none;*/
	border-radius:10px;
	border:1px solid #aaa;
	padding: 10px;
	margin-bottom:10px;
}
.orga_cont .titre {
	border-radius:4px;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	padding: 3px 0px 3px 10px;
	background-color:#ccc;
	margin-bottom:10px;
}
.orga_cont img {
	float:left;
}
.orga_stat_bloc {
	clear:both;
}
.orga_stat_bloc img {
	float:left;
	margin-bottom:35px;
}
/*
.googlechart {
	max-width:450px;
	overflow:hidden;
	float:left;
}
.chiffres{
	font-size:0.6em;
	max-width:200px;
	overflow:hidden;
	border-radius:10px;
	border:1px dashed #aaa;
	background-color:#eef;
	padding: 10px;
	margin-top:10px;
}
*/
.orga_actions, #orga_rech {
	/* font-size:0.8em; */
	font-size:12px;
}
.orga_actions a, .orga_actions_petit a {
	text-decoration:none;
	color:#1B3Cff;
	overflow:hidden;
	display:block;
	margin-bottom:7px;
}
.orga_actions_petit {
	width: 20%;
	/* font-size:0.8em; */
	font-size:12px;
	display:block;
	float:left;
	margin-right:30px;
}
.orga_actions a img, .orga_actions_petit a img {
	float:left;
}
.orga_actions a .orga_action_libelle, .orga_actions_petit a .orga_action_libelle {
	text-align:left;
	margin-left:40px;
}
.orga_actions a, .orga_actions_petit a{
	padding:4px;
	background-color:#f1ffeb;
	border-radius: 3px;
}
.orga_liens_menus {
	text-align:center;
	/* font-size:0.6em; */
	font-size:10px;
}
.resume_coureur {
	display:inline-block;
	width: 605px;
	padding-left:10px;
	padding-bottom:15px;
	border-left:black 1px dashed;
}
.resume_coureur_soustitre {
	color:#555;
	margin: 10px 0px;
	font-weight: bold;
	/* font-size: 1.2em; */
	font-size:14px;
	border-bottom: black 1px dotted;
	clear:both;
}
.resume_coureur_soustitre_nom {
	/* font-size:1.3em; */
	font-size:15px;
	font-weight:bold;
}
.resume_coureur_ligne_info {
	display:block;
	clear:both;
	margin-bottom:2px;
}
.resume_coureur_bloc {
	/*border: solid 1px black;*/
	border-radius:4px;
	padding:5px;
	left: -4px;
	position: relative;
	overflow:hidden;
	margin-bottom:6px;
}

.resume_coureur_colonne1 {
	float:left;
	width: 175px;
	margin-right:10px;
}
.resume_coureur_colonne2 {
	overflow:hidden;
}
/* variante plus large */
.resume_coureur_colonne1b {
	/* float:left; */
	width: 400px;
	margin-right:10px;
	/* margin-bottom: 14px; */
}
.resume_coureur_colonne2b {
	overflow:hidden;
	margin-bottom: 14px;
}

.orga_graph {
	display:table;
}
.boutons_valid_certifs {
	border:1px solid #aaa;
	background-color:#FFFDB7;
	padding:10px;
	margin:10px 30px;
	border-radius: 10px 0px 10px 0px; 
}
.boutons_valid_certifs label {
	width:auto;
}
.labeletat {
	float:none;
	display:inline-block;
	width:110px;
	text-align:left;
	margin-right:15px
}
.form_attestation {
	width:48%;
	float:left;
}
#orga_form_param_nb_certif fieldset,#orga_form_param_site fieldset{
	width:700px;
}
.orga_img_param_flyer, .orga_img_param_fond {
	vertical-align:middle;
	display:table-cell;
	width:248px;
	float:left;
	margin-left:20px;
}
.orga_img_param_fond {
	width:420px;
}
.nbInscritsOrgaPref {
	margin-bottom:10px;
	text-align:center;

	border:1px solid #aaa;
	display:inline-block;
	padding:8px 20px;
	margin:0;
	border-radius:4px;

	background-color:#a7ea6e;
}
pre {
	/* font-size:0.9em; */
	font-size: 13px;
	background-color:#efefef;
	padding:8px;
	border-radius:4px;
	border: solid 1px darkgrey;
}

.cadre_sponsor {
	width: 45%;
	padding: 10px;
	margin-top:4px;
	border:1px solid #bbb;
	border-radius:10px;
	display:inline-block;
	border:2px dashed #333;
}
.cadre_sponsor input[type=text] {
	color:#ccc;
}
.cadre_sponsor input[type=text]:focus {
	color:#000;
}
.cadre_sponsor input.nonvide {
	color:#000;
	background-color:#eee;
}

/* jqte : faire sauter certaines mises en page pour ne pas fausser ce qu'on voit */
#form_mailings .jqte .jqte_editor h2
,#form_mailings .jqte .jqte_editor h3
,#form_mailings .jqte .jqte_editor h4
,#form_supprmailing h2
,#form_supprmailing h3
,#form_supprmailing h4
{
	background-color:transparent;
	border:none;
	padding:0;
	margin:0;
	border-radius:0;
	font-size:200%;
}
#form_mailings .jqte .jqte_editor h3
,#form_supprmailing h3
{
	font-size:150%;
}
#form_mailings .jqte .jqte_editor h4
,#form_supprmailing h4
{
	font-size:125%;
}
#form_mailings .jqte .jqte_editor img {
	float:none; /* sinon l'outil donne l'impression de pouvoir caler à gauche par défaut, mais il n'en est rien */
}
.corpsmailing { text-align:left; }

#raccourcis {
	overflow:hidden;
	border:1px solid #aaa;
	display:inline-block;
	padding:8px;
	margin:0;
	border-radius:4px;
}
#raccourcis img {
	margin-right:4px;
}
.sans_bord {
	background-color: #000;
	border: none;
}
.fs18 {
	font-size:18px;
}
