@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900');


body {
	padding: 0 .6em;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #fff;
	background: #000;
}
a { color: inherit; text-decoration: none; outline: none !important; }
a:hover { text-decoration: underline; }
a img { outline : none !important; }
img { border : 0; }

.color-red { color: #ff2929; }
.color-orange { color: #ffff30; }
.color-green { color: #00e85b; }
.color-yellow { color: #FFBC3E; }


/* ********** HEADER ********** */

header {
	padding: .8em;
	padding-bottom: 0;
	text-align: center;
}

header h1 {
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: -1px;
	color: #fff;
	margin: 0;
	padding: 0;
}
header h2 {
	font-size: 1.1em;
	margin-top: 30px;
	margin-bottom: 10px;
}

header nav {
	display: grid;
	justify-content: center;
}
header nav div {
	display: flex;
}

header nav div a,
header nav div button,
header form button {
	display: inline-block;
	width: 100%;
	padding: 10px 22px;
	font-size: 1.3em;
	font-weight: 700;
	margin: 5px;
	background-color: #7f02de;
	border-radius: 3px;
	color: #fff;
	border: none;
	outline: none;
}
header nav div:nth-of-type(3n+1) a { background-color: #7f02de; }
header nav div:nth-of-type(3n+2) a { background-color: #6C02BD; }
header nav div:nth-of-type(3n) a { background-color: #570299; }

header nav div.discord { margin-top: 10px; }
header nav div.discord a { background-color: #4660B7; }
header nav div.tooltip button { background-color: #469cb7; }
header nav div.don a { background-color: #FFBC3E; color: #000; }

header nav div a:hover,
header nav div button:hover,
header form button:hover {
	text-decoration: none;
	background-color: #a635fd;
	color: #fff;
}

header p { line-height: 140%; }

header img { width: 100px; }
.home-1 header { margin-top: 0; padding-top: 0; }
.home-1 header img { width: 150px; }

header img.img-sponsor {
	max-width: 60px;
	margin-top: 5px;
}

.date-maj {
	text-align: center;
	font-size: 11px;
	padding: .5em 1em .1em;
}
.progression-totale {
	text-align: center;
	font-size: 13px;
	padding: .1em 1em .1em;
	color: #FFBC3E;
}

.pub {
	width: 100%;
	background-color: #000;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 2px;
}



/* ********** TABLE ********** */

table a:hover { text-decoration: none; }

.rwd-table {
	margin: .6em 0;
	min-width: 300px;
	width: 100%;
}

.rwd-table tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.rwd-table tr.member-0 {
	opacity: 0.3;
}
.rwd-table tr.member-0 td.member-progress-0 {
	opacity: 0;
}
.rwd-table td.member-progress-1 small {
	margin-right: 1px;
}

.rwd-table tr:first-child, .rwd-table tr:last-child {
	border-top: none;
}

.rwd-table th {
	display: none;
}
.rwd-table th.th-sortable {
	cursor: pointer;
}
.rwd-table th.th-sorted-desc span::after,
.rwd-table th.th-sorted-asc span::after {
	color: #fff;
	font-size: 1em;
	position: relative;
	left: 2px;
	bottom: 1px;
}
.rwd-table th.th-sorted-desc span::after { content: "▼"; }
.rwd-table th.th-sorted-asc span::after { content: "▲"; }

.rwd-table td {
	display: block;
	font-weight: 700;
}

.rwd-table td:first-child {
	padding-top: .5em;
}

.rwd-table td:last-child {
	padding-bottom: .5em;
}

.rwd-table td:before {
	content: attr(data-th) " : ";
	font-weight: 700;
	width: 6.5em;
	display: inline-block;
}

.rwd-table td img.td-icon { width: 20px; }

@media (min-width: 280px) {
	/*@media (min-width: 480px) {*/
	.rwd-table td:before {
		display: none;
	}
}

.rwd-table th, .rwd-table td {
	text-align: left;
}

@media (min-width: 280px) {
	/*@media (min-width: 480px) {*/
	.rwd-table th, .rwd-table td {
		display: table-cell;
		padding: .25em .5em;
	}
	
	.rwd-table th:first-child, .rwd-table td:first-child {
		padding-left: 0;
		text-align: left;
	}
	
	.rwd-table th:last-child, .rwd-table td:last-child {
		padding-right: 0;
	}
	
	#table-course th:nth-child(4), #table-course td:nth-child(4),
	#table-course th:nth-child(5), #table-course td:nth-child(5),
	#table-course th:last-child, #table-course td:last-child {
		text-align: center;
	}
}

.rwd-table {
	background: #2D014F;
	color: #fff;
	border-radius: .4em;
	overflow: hidden;
}

.rwd-table tr:nth-child(odd)  {
	background: #390760;
}

.rwd-table tr {
	border-color: #7f43ac;
}

.rwd-table th, .rwd-table td {
	margin: .5em 1em;
}

@media (min-width: 280px) {
	/*@media (min-width: 480px) {*/
	.rwd-table th, .rwd-table td {
		padding: .7em .8em !important;
	}
}

@media (max-width: 520px) {
	#table-course th:nth-child(3), #table-course td:nth-child(3) {
		display: none;
	}
	.rwd-table th.th-sorted span::after { font-size: .5em; }
}

.rwd-table th, .rwd-table td:before {
	color: #FFBC3E;
}

table.th-progression tr:nth-child(2),
table.th-progression tr:nth-child(3),
table.th-progression tr:nth-child(4),
table.th-progression tr:nth-child(5),
table.th-progression tr:nth-child(6) {
	border-color: #000;
}
table.th-progression tr:nth-child(2) { background-color: #7f02de; }
table.th-progression tr:nth-child(3) { background-color: #7602CF; }
table.th-progression tr:nth-child(4) { background-color: #6C02BD; }
table.th-progression tr:nth-child(5) { background-color: #6202AB; }
table.th-progression tr:nth-child(6) { background-color: #570299; }

.rwd-table tr.club-adulte-france,
.rwd-table tr.club-adulte-france-a { background: #fffa00; }
.rwd-table tr.club-adulte-france-b { background: #ffc300; }
.rwd-table tr.club-adulte-france-c { background: #72ff00; }
.rwd-table tr.club-adulte-france-d { background: #00e77c; }
.rwd-table tr.club-adulte-france-e { background: #00e3ff; }
.rwd-table tr.club-adulte-france-f { background: #00a5ff; }
.rwd-table tr.club-adulte-france-z { background: #FFB9AC; }

.rwd-table tr.club-adulte-france,
.rwd-table tr.club-adulte-france-a,
.rwd-table tr.club-adulte-france-b,
.rwd-table tr.club-adulte-france-c,
.rwd-table tr.club-adulte-france-d,
.rwd-table tr.club-adulte-france-e,
.rwd-table tr.club-adulte-france-f,
.rwd-table tr.club-adulte-france-z { color: #000; border-color: #000; }

.rwd-table tr.club-adulte-france .color-red,
.rwd-table tr.club-adulte-france-a .color-red,
.rwd-table tr.club-adulte-france-b .color-red,
.rwd-table tr.club-adulte-france-c .color-red,
.rwd-table tr.club-adulte-france-d .color-red,
.rwd-table tr.club-adulte-france-e .color-red,
.rwd-table tr.club-adulte-france-f .color-red,
.rwd-table tr.club-adulte-france-z .color-red { color: #c80000; }
.rwd-table tr.club-adulte-france .color-orange,
.rwd-table tr.club-adulte-france-a .color-orange,
.rwd-table tr.club-adulte-france-b .color-orange,
.rwd-table tr.club-adulte-france-c .color-orange,
.rwd-table tr.club-adulte-france-d .color-orange,
.rwd-table tr.club-adulte-france-e .color-orange,
.rwd-table tr.club-adulte-france-f .color-orange,
.rwd-table tr.club-adulte-france-z .color-orange { color: #000; }
.rwd-table tr.club-adulte-france .color-green,
.rwd-table tr.club-adulte-france-a .color-green,
.rwd-table tr.club-adulte-france-b .color-green,
.rwd-table tr.club-adulte-france-c .color-green,
.rwd-table tr.club-adulte-france-d .color-green,
.rwd-table tr.club-adulte-france-e .color-green,
.rwd-table tr.club-adulte-france-f .color-green,
.rwd-table tr.club-adulte-france-z .color-green { color: #000; }

#table-classement tr td.club-ecart2 {
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/* ********** TROMBI ********** */

.trombi-body {
	max-width: 1200px;
	margin: 0 auto;
}
.trombi-body h2 {
	text-align: center;
	font-size: 20px;
	color: #FFBC3E;
}

ul.trombi li.trombi-member * {
	transition: .3s cubic-bezier(.3, 0, 0, 1.3);
	-webkit-transition: .3s cubic-bezier(.3, 0, 0, 1.3);
}

ul.trombi {
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px;
	margin: 0;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 50px;
}

ul.trombi li.trombi-member {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
}

ul.trombi li.trombi-member.trombi-active {
	background: #fff;
}

ul.trombi li.trombi-member .trombi-member-img {
	width: 100%;
	background-size: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	background-blend-mode: difference;
	background-color: rgba(187,94,255,0.1);
}
ul.trombi li.trombi-member .trombi-member-img img {
	width: 100%;
}

ul.trombi li.trombi-member .trombi-content {
	border-radius: 50%;
	padding-bottom: 8px;
}

ul.trombi li.trombi-member .trombi-content h3,
ul.trombi li.trombi-member .trombi-content p {
	position: relative;
	z-index: 1;
}

ul.trombi li.trombi-member .trombi-content h3 {
	font-size: 19px;
	color: #fff;
	font-weight: 900;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 2px;
	margin-top: 10px;
}

ul.trombi li.trombi-member.trombi-active .trombi-content h3 {
	color: #000;
	font-weight: 700;
	text-shadow: none;
	margin-top: -120px;
}

ul.trombi li.trombi-member.trombi-active .trombi-member-img {
	opacity: 0;
}

ul.trombi li.trombi-member .trombi-content p {
	font-style: normal;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	margin: 0;
	margin-bottom: 2px;
	color: #000;
}
ul.trombi li.trombi-member .trombi-content p.trombi-prenom {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: none;
	color: #fff;
}
ul.trombi li.trombi-member .trombi-content p.trombi-prenom span {
	font-size: 0.8em;
}
ul.trombi li.trombi-member .trombi-content p.trombi-role {
	font-size: 11px;
	margin-top: 3px;
	color: #fff;
}

ul.trombi li.trombi-member.trombi-active p:not(.trombi-role) {
	color: #000;
}

ul.trombi li.trombi-member .trombi-social {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 10px;
	left: 0;
	width: 100%;
	list-style: none;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}
ul.trombi li.trombi-member.trombi-active .trombi-social {
	opacity: 1;
	visibility: visible;
	top: 6%;
}

ul.trombi li.trombi-member .trombi-social li {
	display: inline-block;
	padding: 5px;
}
ul.trombi li.trombi-member .trombi-social li img {
	width: 24px;
}
ul.trombi li.trombi-member .trombi-social li a:hover {
	opacity: 0.6;
}

ul.trombi li.trombi-member .trombi-icon img {
	margin-top: 6px;
	width: 40px;
	position: relative;
}

ul.trombi li.trombi-member .trombi-icon::before {
	transition: .3s cubic-bezier(.3, 0, 0, 1.3);
	-webkit-transition: .3s cubic-bezier(.3, 0, 0, 1.3);
	content: "";
	display: block;
	width: 300%;
	height: 220%;
	background: #ef42af;
	z-index: 0;
	border-radius: 0%;
	position: absolute;
	left: -100%;
	top: 202px;
}

ul.trombi li.trombi-member.trombi-president .trombi-content .trombi-icon::before {
	background-color: #b91240;
}
ul.trombi li.trombi-member.trombi-president-adjoint .trombi-content .trombi-icon::before {
	background-color: #9e12a0;
}
ul.trombi li.trombi-member.trombi-vice-president- .trombi-content .trombi-icon::before,
ul.trombi li.trombi-member.trombi-vice-president .trombi-content .trombi-icon::before {
	background-color: #8430c2;;
}
ul.trombi li.trombi-member.trombi-ambassadeur-af .trombi-content .trombi-icon::before {
	background-color: #9e12a0;
}
ul.trombi li.trombi-member.trombi-active .trombi-icon::before {
	border-radius: 50%;
}

ul.trombi li.trombi-member.trombi-active .trombi-icon img {
	margin-top: 49px;
	width: 130px;
}

@media (max-width: 1200px) {
	ul.trombi {
		grid-gap: 15px;
	}
}

@media (max-width: 900px) {
	ul.trombi {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 15px;
	}
	ul.trombi li.trombi-member.trombi-active .trombi-social {
		top: 2%;
	}
}
@media (max-width: 600px) {
	ul.trombi {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
	}
	ul.trombi li.trombi-member .trombi-content p.trombi-prenom span {
		font-size: 0.5em;
		position: relative;
		top: -2px;
	}
	ul.trombi li.trombi-member.trombi-active .trombi-social {
		top: 1%;
	}
}



/* ********** ART ********** */

.art-body {
	display: grid;
	grid-auto-flow: row;
	grid-gap: 20px;
	text-align: center;
	margin-top: 10px;
}
.art-body a,
.art-body video {
	width: 95%;
	max-width: 600px;
	margin: 0 auto;
}

.art-body img {
	width: 100%;
}



/* ********** TOOLTIP ********** */

.tooltip {
	position: relative;
}
.tooltip .tooltip-text {
	visibility: hidden;
	width: 80%;
	background-color: #fff;
	font-size: 0.9em;
    line-height: 1em;
	color: #000;
	text-align: center;
	border-radius: 4px;
	padding: 12px 15px;
	position: absolute;
	z-index: 1;
	top: -100%;
	left: 10%;
	opacity: 0;
	box-sizing: border-box;
	transition: .3s cubic-bezier(.3, 0, 0, 1.3);
	-webkit-transition: .3s cubic-bezier(.3, 0, 0, 1.3);
}
.tooltip .tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.tooltip.tooltip-active .tooltip-text {
	visibility: visible;
	opacity: 1;
	top: -75%;
}



/* ********** FOOTER ********** */

footer {
	background-color: #000;
	padding: 5px 6px 17px 6px;
	text-align: center;
	font-size: .6em;
	line-height: 150%;
	font-weight: 300;
	width: 100%;
	box-sizing: border-box;
	margin-top: 30px;
}
/*body.menu footer {
	position: fixed;
	bottom: 0;
}*/
footer span {
	font-size: 1.2em;
	font-weight: 700;
	position: relative;
	top: 1px;
}
