/**************************************************************************************************************/
/*

			VICTOR DILLARD - Page projet

*/
/**************************************************************************************************************/

:root {

	--width-aside: 250px;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= STRUCTURE
*/
/*------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------
	== PAGE DETAIL PROJET
--------------------------------------------------------------------------------------------------------------*/

.template-view #portal-column-content {
	padding: 0 var(--width-aside);
}
.template-view #portal-column-content #content {
	display: block;
}
.template-view #portal-column-content #content-core {
	float: none;
	margin: var(--margin-text) 0 0;
	padding: 0;
	width: auto;
}

.template-view #portal-column-content .imageContainer {
	float: none;
	margin-right: 0;
	margin-left: 0;
}
.template-view #portal-column-content #portlets-below {
	margin: 0 calc(50% - 50vw);
	width: auto;
}

@media only screen and (max-width: 1350px) {
	.template-view #portal-column-content {
		padding: 0 var(--width-aside) 0 0;
	}
}
@media only screen and (max-width: 800px) {
	.template-view #portal-column-content {
		padding: 0;
	}
}

/*
	INFOS PROJET
*/
#infos-projet {
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	color: var(--color-primary);
}
#infos-projet > div {
	display: flex;
	flex-direction: column;
}
#infos-projet .dead-line {
	order: 2;
	font-size: 2em;
}
#infos-projet .dead-line::before {
	content: '';
	display: block;
	margin: 25px 0;
	width: 50px;
	height: 1px;
	background: var(--color-primary);
}
#infos-projet ul {
	order: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0;
}
#infos-projet ul li {
	margin: 0;
	width: 100%;
}
#infos-projet ul .progress-bar {
	order: 2;
	margin: 10px 0 0;
}

#infos-projet ul .collected {
	font-size:2em;
}


#infos-projet ul .goal {
	order: 1;
	font-size: 2em;
	line-height: 1;
}
#infos-projet ul .goal::before {
	content: "\e91a";
	display: block;
	margin: 10px 0 20px;
	font-family: var(--font-picto);
	font-size: 2.5em;
	color: var(--color-secondary);
}
#infos-projet ul .goal span {
	display: block;
	font-size: 1.8em;
	font-weight: 700;
}
#infos-projet ul .progress-bar .jauge {
	margin: 0;
	height: 10px;
	border: 1px solid var(--color-primary);
}
#infos-projet ul .progress-bar .jauge span {
	height: 10px;
	background: var(--color-primary);
}
@media only screen and (min-width: 800px) {
	#infos-projet {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%;
		width: var(--width-aside);
	}
	#infos-projet form {
		position: sticky;
	}
}
@media only screen and (max-width: 800px) {
	#infos-projet {
		margin: 0 calc(50% - 50vw);
		padding:  var(--margin-current);
		width: auto;
		background: var(--texture-grey);
	}
	#infos-projet .responsive {
		bottom: 100px;
		left: var(--margin-current);
		right: var(--margin-current);
		width: auto;
		background: var(--color-secondary);
		border: none!important;
		border-radius: 50px;
		text-transform: uppercase;
		font-size: 2em;
	}
	#infos-projet .responsive:hover,
	#infos-projet .responsive:focus {
		background: var(--color-primary);
		color: #fff!important;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== NEWS & COMMENTS
--------------------------------------------------------------------------------------------------------------*/
/*
	BOUTONS
*/
#content .newsandcomments .bt {
	margin: var(--margin-current) 0 var(--margin-text);
	color: var(--color-primary);
}
#content .newsandcomments .bt li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 30px;
	background: var(--color-grey);
}
.newsandcomments .bt li.newsitems::before {
	content: '\e90f';
	margin: 0 5px 0 0;
	font-family: var(--font-picto);
	font-size: 1.5em;
}
.newsandcomments .bt li.commentsitems::before {
	content: '\e910';
	margin: 0 5px 0 0;
	font-family: var(--font-picto);
	font-size: 1.5em;
}
#content .newsandcomments .bt li sup {
	align-self: flex-start;
	bottom: 0;
}

/*
	LIST 
*/
.newsandcomments .list {
	position: relative;
}
.newsandcomments .list::before {
	content: '';
	position: absolute;
	bottom: 100%;
	transform: translate(-50%, 0);
	border: 10px solid transparent;
	border-bottom: 10px solid var(--color-grey);
}
.newsandcomments .list li {
	padding: var(--margin-text) 0;
	border-top: 2px solid var(--color-grey);
}
.newsandcomments .list h2 {
	margin: 0 0 15px;
	font-size: 1.3em;
	line-height: 1;
	text-transform: uppercase;
	color: var(--color-current);
}

/* NEWS */
.newsandcomments .list-newsitems::before {
	left: 25%;
}
.newsandcomments .list-newsitems .newsintro {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin: 0 0 15px;
}
#content .newsandcomments .list-newsitems .newsintro > p {
	flex: 1;
	margin: 0;
	font-weight: 700;
}
.newsandcomments .list-newsitems .newsintro > div {
	margin: 0 20px 0 -150px;
	max-width: 300px;
	overflow: hidden;
}
.newsandcomments .list-newsitems .newsintro > div img {
	width: 100%;
}
.newsandcomments .list-newsitems {}

/* COMMENTS */
.newsandcomments .list-commentsitems::before {
	left: 75%;
}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE DETAIL DON
--------------------------------------------------------------------------------------------------------------*/
.template-proceed #portal-column-content #content-core {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 0 var(--margin-current);
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE RECAP DON
--------------------------------------------------------------------------------------------------------------*/
.template-external_paiement #portal-column-content #content {
	max-width: none;
}
.template-external_paiement #content-core {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.template-external_paiement .recap-don {
	width: 100%;
	font-size: 1.7em;
	line-height: 1.4;
	text-align: center;
}
.template-external_paiement .recap-don .montant_don {
	font-weight: 700;
}
.template-external_paiement #content fieldset {
	margin: var(--margin-current) 10px 0;
	padding: 0;
	border: none;
	width: calc(25% - 20px);
}
.template-external_paiement #content fieldset::before {
	display: block;
	text-align: center;
	font-family: var(--font-picto);
	font-size: 5em;
	line-height: 1;
	color: var(--color-primary);
}
.template-external_paiement #content fieldset.paiement-cb::before {
	content: "\e928";
}
.template-external_paiement #content fieldset.paiement-cheque::before {
	content: "\e929";
}
.template-external_paiement #content fieldset.paiement-virement::before {
	content: "\e92a";
}
.template-external_paiement fieldset legend {
	display: none;
}
.template-external_paiement fieldset input[type=submit] {
	width: 100%;
	margin: 0 ;
	padding: 20px;
	background: var(--color-primary);
	border: none;
	border-radius: 100px;
	font-size: 1.7em;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.template-external_paiement fieldset input[type=submit]:hover {
	background: var(--color-secondary);
}
@media only screen and (max-width: 1100px) {
	.template-external_paiement #content fieldset {
		width: calc(33% - 20px);
	}
}
@media only screen and (max-width: 800px) {
	.template-external_paiement #content fieldset {
		width: calc(100% - 20px);
	}
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FORMULAIRES
*/
/*------------------------------------------------------------------------------------------------------------*/
#content form.form-soutien fieldset {
	position: relative;
	display: block;
	padding: 0;
	background: none;
	line-height: 1;
}
#content form.form-soutien fieldset legend {
	margin: 0!important;
	padding: 0 0 20px;
	font-size: 2.3em!important;
	font-weight: 700!important;
	color: var(--color-primary)!important;
	text-transform: uppercase;
}
#content form.form-soutien > fieldset legend::before {
	display: block;
	margin: 0 0 10px;
	font-family: var(--font-picto);
	font-size: 2em;
	color: var(--color-secondary);
	line-height: 1;
}
#content form.form-soutien fieldset#don-don legend::before {
	content: "\e918";
}
#content form.form-soutien fieldset#coordonnees-don legend::before {
	content: "\e927";
}
#content form.form-soutien fieldset#reglement-don legend::before {
	content: "\e928";
}


#content form.form-soutien fieldset label {
	position: relative;
	display: block;
	margin: 5px 0 0;
	padding: 0!important;
	font-size: 1.7em!important;
	font-weight: 400;
	cursor: pointer;
}
#content form.form-soutien fieldset#don-don label {
	margin: 20px 0 0;
	padding: 0 0 0 22px!important;
}
#content form.form-soutien fieldset label[for=tax_receipt] {
	padding: 0 0 0 22px!important;
}
#content form.form-soutien fieldset legend + label,
#content form.form-soutien fieldset > label:first-child {
	margin: 0!important;
}
#content form label[for=custom_unique] {
	margin: 5px 0 0!important;
}
#block-tax-receipt {
	margin: 0 0 0 22px;
}

/* textarea */
#content form.form-soutien fieldset#coordonnees-don textarea {
	padding: 5px 10px;
	background: rgba(255,255,255,0.5);
	border: 1px solid var(--color-primary) !important;
	border-radius: 2px;
	color: var(--color-primary);
	font-family: var(--font-current);
	font-style: italic;
	font-weight: 400;
	font-size: 1em;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#content form.form-soutien fieldset#coordonnees-don textarea:hover,
#content form.form-soutien fieldset#coordonnees-don textarea:focus {
	opacity: 1;
}


/* input */
#content form.form-soutien fieldset label input[type=text],
#content form.form-soutien fieldset label input[type=email],
#content form.form-soutien fieldset label input[type=number] {
	padding: 5px 10px;
	background: rgba(255,255,255,0.5);
	border: 1px solid var(--color-primary);
	border-radius: 2px;
	color: var(--color-primary);
	font-style: italic;
	font-weight: 400;
	font-size: 0.9em;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#content form.form-soutien fieldset label:hover input[type=text],
#content form.form-soutien fieldset label input[type=text]:focus,
#content form.form-soutien fieldset label:hover input[type=email],
#content form.form-soutien fieldset label input[type=email]:focus,
#content form.form-soutien fieldset label:hover input[type=number],
#content form.form-soutien fieldset label input[type=number]:focus {
	opacity: 1;
}
#content form.form-soutien fieldset label:not([for=tax_receipt]) input + span {
	font-size: 1.3em;
}

/* bouton radio */
#content form.form-soutien fieldset label input[type=radio] {
	display: none;
}
#content form.form-soutien fieldset label input[type=radio] + span::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	height: 14px;
	width: 14px;
	border: 2px solid var(--color-primary);
	border-radius: 100px;
	opacity: 0.5;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#content form.form-soutien fieldset label:hover input[type=radio] + span::before {
	opacity: 1;
}
#content form.form-soutien fieldset label input[type=radio]:checked + span::before {
	border: 7px solid var(--color-primary);
	opacity: 1;
}
#content form.form-soutien fieldset label input[type=radio] + span + span {
	display: block!important;
	width: 100%!important;
	font-weight: 400;
}
/*#content form.form-soutien fieldset label input[type=radio]:invalid  + span::before {
	border-color: red;
}*/

/* checkbox */
#content form.form-soutien fieldset label input[type=checkbox] {
	display: none;
}
#content form.form-soutien fieldset label input[type=checkbox] + span::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	height: 14px;
	width: 14px;
	border: 1px solid var(--color-primary);
	border-radius: 2px;
	opacity: 0.5;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#content form.form-soutien fieldset label:hover input[type=checkbox] + span::before {
	opacity: 1;
}
#content form.form-soutien fieldset label input[type=checkbox]:checked + span::before {
	border: 7px solid var(--color-primary);
	opacity: 1;
}
#content form.form-soutien fieldset label input[type=checkbox] + span + span {
	display: block!important;
	width: 100%!important;
	font-weight: 400;
}

/* select */
#content form.form-soutien fieldset#don-don label[for=cause_unique] {
	padding: 20px 0 0!important;
	border-top: 1px solid var(--color-primary);
}
#content form.form-soutien fieldset label select {
	padding: 5px 10px;
	width: 100%;
	background: rgba(255,255,255,0.5);
	border: 1px solid var(--color-primary);
	border-radius: 2px;
	color: var(--color-primary);
	font-family: var(--font-current);
	font-style: italic;
	font-weight: 400;
	font-size: 0.9em;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#content form.form-soutien fieldset label select:focus {
	opacity: 1;
}

/* submit */
#content form.form-soutien input[type="submit"] {
	margin: 20px 0 0;
	padding: 10px 20px;
	background: var(--color-secondary);
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 700;
	color: #fff;
	opacity: 1;
}
#content form.form-soutien input[type="submit"]:hover {
	background: var(--color-primary);
}
#content form.form-soutien:invalid input[type="submit"],
#content form.form-soutien:invalid input[type="submit"]:hover {
	background: var(--color-secondary);
	cursor: text;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/*--------------------------------------------------------------------------------------------------------------
	== REDUCTION FISCALE
--------------------------------------------------------------------------------------------------------------*/

/*
	PROJET
*/
.template-view .reduction {
	position: relative;
	margin: var(--margin-text) 0 0;
	padding: 10px;
	border: 1px solid var(--color-grey);
	border-radius: 5px;
}
.template-view .reduction::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translate(-50%, 0);
	border: 5px solid transparent;
	border-bottom: 5px solid var(--color-grey);
}
.template-view .reduction p {
	margin: 0!important;
	color: var(--color-current);
	text-align: center;
	font-size: 1.4em;
	line-height: 1.2;
}
.template-view .reduction p .deduction {
	font-weight: 700;
}

/*
 PROCEED
*/
.template-proceed .reduction {
	position: relative;
	padding: var(--margin-text);
}
.template-proceed .reduction::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: var(--color-current);
	opacity: 0.2;
}
.template-proceed .reduction > * {
	position: relative;
	z-index: 2;
}
.template-proceed .reduction p {
	margin: 0!important;
	font-size: 1.7em;
	line-height: 1.2;
	color: #fff;
}
.template-proceed .reduction .deduction {
	font-weight: 700;
	font-size: 1.4em;
}
@media only screen and (min-width: 1800px) {
	.template-proceed .reduction {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 200px;
	}
	.template-proceed .reduction p {
		text-align: center;
	}
	.template-proceed .reduction .deduction {
		display: block;
		margin: 10px 0;
	}

}
@media only screen and (max-width: 1800px) {
	.template-proceed .reduction {
		margin: 25px -25px -25px;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== MONTANT PROJET
--------------------------------------------------------------------------------------------------------------*/
#infos-projet form.form-soutien {
	display: block;
	margin: var(--margin-current) 0 0;
	background: none;
}
#infos-projet form.form-soutien fieldset#don-don > fieldset legend {
	padding: 0;
	background: none;
	font-size: 2.5em;
	text-transform: uppercase;
}


/*--------------------------------------------------------------------------------------------------------------
	== INFOS COMPLETES
--------------------------------------------------------------------------------------------------------------*/
#content form#payment-form.form-soutien {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: 0 -20px;
	width: auto;
}
#content form#payment-form.form-soutien > fieldset {
	margin: 0 20px;
	padding: 100px var(--margin-text) var(--margin-text);
	/*width: calc(25% - 40px);
	min-width: 350px;*/
	flex: 1;
	max-width: 500px;
	background: var(--texture-grey);
	color: var(--color-primary);
}
#content form#payment-form.form-soutien > fieldset legend{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: var(--margin-text);
}
form#payment-form.form-soutien fieldset#don-don > fieldset legend {
	display: none;
}
#content form#payment-form.form-soutien fieldset#don-don legend + label {
	margin: 0;
}
#content form#payment-form.form-soutien input[type="submit"] {
	background: var(--color-primary);
	opacity: 1;
}
#content form#payment-form.form-soutien input[type="submit"]:hover {
	background: var(--color-secondary);
}
#content form#payment-form.form-soutien:invalid input[type="submit"],
#content form#payment-form.form-soutien:invalid input[type="submit"]:hover {
	background: var(--color-primary);
	cursor: text;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media only screen and (min-width: 1800px) {
	#content form#payment-form.form-soutien > fieldset#don-don {
		padding-right: calc(var(--margin-text) + 200px);
	}
}

@media only screen and (max-width: 1100px) {
	#content form#payment-form.form-soutien > fieldset {
		flex: none;
		width: calc(50% - 40px);
	}
	#content form#payment-form.form-soutien > fieldset#reglement-don {
		width: calc(100% - 40px);
		padding: 0!important;
		max-width: none;
		background: none;
	}
	#content form#payment-form.form-soutien > fieldset#reglement-don legend {
		display: none;
	}
	#content form#payment-form.form-soutien > fieldset#reglement-don input {
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 800px) {
	#content form#payment-form.form-soutien > fieldset {
		width: calc(100% - 40px);
		max-width: none;
	}
	#content form#payment-form.form-soutien > fieldset#coordonnees-don {
		margin-top: 20px;
	}
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	=
*/
/*------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------
	== masquage d'elements en BO / 
--------------------------------------------------------------------------------------------------------------*/

.portaltype-projet #formfield-form-widgets-subtitle,
.portaltype-projet #formfield-form-widgets-paroisse{
	display:none;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= TABLEAU DE SUIVI
*/
/*------------------------------------------------------------------------------------------------------------*/
.template-dashboard #portal-column-content #content {
	max-width: none;
}
.template-dashboard #portal-column-content h1 span {
	position: relative;
	display: block;
	background: rgba(255,255,255,0.5);
	font-family: var(--font-current);
	font-size: 0.2em;
	font-weight: 700;
	line-height: 1;
}
/*--------------------------------------------------------------------------------------------------------------
	== INFOS GENERALES
--------------------------------------------------------------------------------------------------------------*/

.template-dashboard .infos-generales .objectif .progress-bar {
	display: flex;
	align-items: center;
	margin: 5px 0 0;
	width: 100%;
}
.template-dashboard .infos-generales .objectif .progress-bar > span {
	display: block;
	font-weight: 700;
}
.template-dashboard .infos-generales .objectif .progress-bar .jauge {
	margin: 0 10px!important;
	height: 10px;
	background: var(--color-secondary);
	border: 1px solid var(--color-primary);
}
.template-dashboard .infos-generales .objectif .progress-bar .avancement {
	height: 10px;
	background: var(--color-primary);
}

/*--------------------------------------------------------------------------------------------------------------
	== TABLEAU
--------------------------------------------------------------------------------------------------------------*/

/*
	ONGLETS
*/
.template-dashboard .tabs {
	display: flex;
	border-bottom: 2px solid var(--color-primary);
}
.template-dashboard #content .tabs li {
	margin: 0;
}
.template-dashboard #content .tabs li + li {
	margin: 0 0 0 40px;
}
.template-dashboard #content .tabs a {
	display: block;
	border-bottom: 10px solid #fff;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 700;
	color: var(--color-primary);
	opacity: 0.3;
}
.template-dashboard #content .tabs a:hover,
.template-dashboard #content .tabs a:focus {
	border-bottom: 10px solid var(--color-current);
	color: var(--color-current)!important;
	text-decoration: none;
}
.template-dashboard #content .tabs a.active,
.template-dashboard #content .tabs a.active:hover,
.template-dashboard #content .tabs a.active:focus {
	border-bottom: 10px solid var(--color-primary);
	color: var(--color-primary)!important;
	opacity: 1;
}
.template-dashboard #content .tabs a {}


/*
	ACTIONS
*/
.template-dashboard .dataTables_length {
	position: absolute;
	bottom: 100%;
	right: 0;
	margin: 0 0 5px;
}
.template-dashboard .dataTables_filter{
	position: absolute;
	bottom: 100%;
	right: 200px;
	margin: 0 0 5px;
}
.template-dashboard .dataTables_length label,
.template-dashboard .dataTables_filter label {
	display: block;
	font-weight: 400;
	font-size: 0.8em;
}
.template-dashboard .dataTables_filter input {
	padding: 5px;
	border: 1px solid var(--color-grey);
	border-radius: 2px;
}

/*
	INFOS
*/
.template-dashboard .dataTables_info,
.template-dashboard .dataTables_paginate {
	padding: 0;
	font-size: 0.8em;
}
.template-dashboard .dataTables_paginate .paginate_button {
	border: none;
}
.template-dashboard #content .dataTables_paginate .paginate_button:hover,
.template-dashboard #content .dataTables_paginate .paginate_button:focus {
	background: none;
	border: none;
	color: var(--color-primary)!important;
}
.template-dashboard .dataTables_paginate .paginate_button.disabled {
	opacity: 0.1;
}
.template-dashboard .dataTables_paginate .paginate_button.current {
	background: none;
	border: none;
	font-weight: 700;
}


/*
	LISTINGS
*/
.template-dashboard .listing-table {
	margin: 10px 0 0;
	border: 1px solid var(--color-grey)!important;
}
.template-dashboard .listing-table thead {
	background: var(--color-grey);
}
/*
.template-dashboard .listing-table thead tr {
	display: flex;
	width: 100%;
}*/
.template-dashboard .listing-table th {
	padding: 15px;
	border: none;
	color: var(--color-primary);
	text-transform: uppercase;
}
/*
.template-dashboard .listing-table th::before {
	content: "";
	order: 2;
	font-family: var(--font-picto);
}
.template-dashboard .listing-table th::after {
	content: "";
	order: 3;
	font-family: var(--font-picto);
	transform: rotate(90deg);
}*/
.template-dashboard .listing-table .even {
	background: var(--color-grey-light);
}
.template-dashboard .listing-table td {
	padding: 15px;
	border-bottom: none;
}
.template-dashboard .listing-table a,
.template-dashboard .listing-table td > i {
	font-size: 1.4em;
}
.template-dashboard #content .listing-table a:hover,
.template-dashboard #content .listing-table a:focus {
	text-decoration: none;
	color: var(--color-primary)!important;
}
.template-dashboard .listing-table {}

/*--------------------------------------------------------------------------------------------------------------
	== DETAILS
--------------------------------------------------------------------------------------------------------------*/
#detail {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	background: rgba(255,255,255,0.9);
}
#detail > a,
#content #detail > a:hover,
#content #detail > a:focus {
	position: fixed;
	top: var(--margin-current);
	right: var(--margin-current);
	color: var(--color-primary)!important;
	text-decoration: none;
}
#detail > div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 800px;
	max-height: 90vh;
	background: var(--color-primary);
	border-radius: 5px;
	overflow: hidden;
}
#detail strong {
	display: block;
	padding: var(--margin-current) var(--margin-current) 0;
	width: 50%;
	color: #fff;
	font-family: var(--font-title);
	font-size: 5em;
	font-weight: 400;
	line-height: 1;
}
#detail .donateur {
	padding: 10px var(--margin-current) var(--margin-current);
	width: 50%;
	color: #fff;
}
#detail .don {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: var(--margin-current);
	width: 50%;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
#detail .don li:first-child {
	margin: var(--margin-current) 0 0;
	font-size: 2em;
	font-weight: 700;
}



