h1 {
	text-align: center;
	text-decoration: underline;
	margin-left: 10px;
	font-family: Verdana;
	color: #560000;
	word-wrap: break-word;
}
img {
	border: none;
}
#presentation p {
	margin-left: 20%;
}
#presentation div {
	margin-left: 25%;
	width: 40%;
	text-align: center;
	font-size: 20px;
	text-decoration: blink;
}
#presentation strong {
	color: yellow;
}
#presentation table {
	margin-left: 10%;
	text-align: center;
}
#connexion {
	font-weight: bold;
	color: #930;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
#connexion tr, #connexion caption {
	background-color: #FFC028;
}
#connexion tr:hover, #connexion caption:hover {
	background-color: #FFE30C;
	color: #FF5118;
}
#connexion caption {
	border: solid 1px #840;
	color: #A0300A;
}
#connexion td {
	padding: 2px;
	border: solid 1px #840;
}
#connexion input[type="text"], #connexion input[type="password"] {
	width: 97%;
}
#connexion input[type="submit"] {
	font-weight: bold;
	width: 100px;
	background-color: #FF9010;
	color: white;
}
#connexion td[colspan="2"] {
	text-align: center;
}
#connexion td a {
	color: #844;
	font-size: 1.1em;
}
#connexion td a:hover {
	color: #976;
}
#connexion a {
	color: white;
}
.ligne {
	text-align: right;
}
#compte {
	margin-left: auto;
	margin-right: auto;
	padding: 5px 2px;
	width: 200px;
	border: solid 1px #F60;
	background-color: #FF9;
}
#compte span {
	display: block;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
#compte a {
	display: inline-block;
	margin-left: 45px;
}
.forum-welcome {
	text-align: center;
}
main a {
	color: #F60;
}
main a:hover {
	color: #FB0;
}
#listeTopics {
	text-align: center;
	position: relative;
	border: double 4px black;
	background-color: #FFC028;
	font-weight: bold;
	color: #A0300A;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	table-layout: fixed;
}
#listeTopics td {
	border: solid 1px #A0300A;
	margin: 2px;
	padding: 5px;
	overflow: hidden;
}
#listeTopics a {
	color: black;
}
#listeTopics tr.clair a:hover, #listeTopics tr.clair {
	color: #FF5118;
}
#listeTopics tr.fonce a:hover, #listeTopics tr.fonce {
	color: #820;
}
#listeTopics td em {
	font-weight: normal;
}
#listeTopics + .topicPages {
	width: 98%;
}
#titres {
	background-color: #FF9010;
	font-size: 12px;
	padding: 2px;
}
#listeTopics tr.clair {
	background-color: #FFE30C;
}
.forumStats {
	margin: 15px 0 10px;
	font-size: 0.95em;
	list-style-image: url('../images/bullet.png');
	color: #943819;
}
.forumStats a {
	display: inline-block;
}
.forumStats a img {
	position: relative;
	top: 1px;
	height: 12px;
	border: none;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
}
.forumStats a:hover img {
	opacity: 0.7;
}
.forumStats .superscript {
	position: relative;
	top: -5px;
}
@media screen and (max-width: 599px) {
	.forumStats {
		padding-left: 20px;
	}
	.forumStats li {
		margin: 10px 0;
	}
}
.forumButtons {
	margin-left: 10%;
}
.forumButtons .action_button {
	display: block;
	width: 160px;
	margin-bottom: 10px;
	text-align: center;
}
.forumButtons .buttonGroup {
	display: inline-block;
	margin-right: 8px;
}
.forumButtons .topic_follower {
	background-color: #D60;
	color: white;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: bold;
	color: white;
	border-radius: 5px;
	cursor: pointer;
}
.forumButtons .lock_topic {
	background-color: #C66;
	color: white;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: bold;
	color: white;
	border-radius: 5px;
	cursor: pointer;
}
.forumButtons .lock_topic:hover {
	background-color: #D77;
}
.forumButtons .topic_follow {
	display: inline-block;
	padding: 5px 10px 5px 28px;
	position: relative;
}
.forumButtons .topic_follow input[type="checkbox"] {
	position: absolute;
	left: 4px;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.forumButtons .nb_followers {
	display: inline-block;
	height: 100%;
	padding: 5px 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: rgba(255,255,0,0.5);
}
.forumButtons .topic_follower:hover {
	background-color: #E70;
}
blockquote .action_button {
	width: 200px;
	text-align: center;
	margin-bottom: 10px;
}
.topicPages, .fMessage {
	width: 95%;
}
.auto-moderation-notice {
	text-align: center;
	margin: 30px 50px;
	padding: 10px 5px;
	background-color: #FEC;
}
.auto-moderation-warning {
	text-align: center;
}
#forum-toast {
	position: fixed;
	bottom: 6%;
	left: 50%;
	background-color: rgb(0,160,80);
	background-color: rgba(0,160,80, 0.7);
	border-radius: 6px;
	color: white;
	padding: 2px 6px;
	max-width: 50%;
	font-size: 1.2em;
	transform: translateX(-50%);
	animation: progressive-fade 5s 1 linear;
	cursor: default;
}
@keyframes progressive-fade {
	15% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@media screen and (min-width: 600px) {
	.mAuteur, .mPseudo {
		width: 170px;
	}
	.fMessage:nth-child(2n) .mAuteur {
		border-right: solid 1px #E5AC16;
	}
	.fMessage:nth-child(2n+1) .mAuteur {
		border-right: solid 1px #EFCC0A;
	}
}
@media screen and (max-width: 599px) {
	.fMessage {
		flex-direction: column;
	}
	.mAuteur {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		position: relative;
		left: calc(8% + 40px);
		min-height: 120px;
		vertical-align: middle;
	}
	.mAuteur .avatar {
		position: absolute;
		left: 0;
		left: calc(40% - 150px);
		top: 0;
	}
	.mPseudo {
		max-width: 150px;
	}
	.mHeader {
		padding-bottom: 2px;
	}
	.fMessage:nth-child(2n) .mHeader {
		border-bottom: double 4px #E5AC16;
	}
	.fMessage:nth-child(2n+1) .mHeader {
		border-bottom: double 4px #EFCC0A;
	}
	.fMessage .mBody {
		margin: 5px;
		margin-top: 15px;
	}
}
@media screen and (min-width: 600px) {
	.mOptions {
		padding-top: 3px;
		min-height: 30px;
	}
}
a.forum-auteur {
	color: #E40 !important;
}
a.forum-auteur:hover {
	color: #F80 !important;
}
.mAuteur {
	text-align: center;
	padding: 3px 3px;
}
.mPseudo {
	font-size: 14px;
	word-wrap: break-word;
}
.mPseudo a {
	display: inline-block;
	padding: 3px 5px;
	border-radius: 8px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.mPseudo a:hover {
	background-color: rgba(199,158,154, 0.7);
}
.mAuteur .avatar-img:hover {
	background-color: rgba(199,158,154, 0.25);
}
.mAuteur a {
	text-decoration: none;
}
.mAuteur .avatar {
	margin-top: 5px;
	margin-bottom: 10px;
}
.mAuteur .player-league {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.mAuteur .mNbmsgs {
	font-size: 13px;
	margin-bottom: 3px;
}
.mAuteur .mCountry {
	font-size: 13px;
	margin-top: 1px;
}
.mAuteur .mCountry .country-ic {
	margin-right: 2px;
}
@media screen and (min-width: 600px) {
	.mAuteur .mCountry {
		margin-bottom: 1px;
	}
}
@media screen and (max-width: 599px) {
	.mAuteur .mCountry {
		font-size: 12px;
		position: relative;
		top: -1px;
	}
}
.mAuteur .mCountry .country-ic {
	width: 20px;
	height: 13px;
	position: relative;
	top: 1px;
	opacity: 0.8;
}
.mNbmsgsIc {
	position: relative;
	top: 2px;
	height: 13px;
}
.mPtsIc {
	position: relative;
	top: 1px;
	height: 12px;
	margin-right: 3px;
}
.mAuteur .mNbmsgs span {
	display: inline-block;
}
.mAuteur .mNbmsgs span img {
	width: 75%;
	width: calc(45% + 6px);
	transform: translateY(10%);
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-o-transform: translateY(10%);
	-ms-transform: translateY(10%);
}
@media screen and (max-width: 599px) {
	.mAuteur {
		padding-top: 0px;
	}
	.mAuteur .mNbmsgs span img {
		width: 65%;
		width: calc(40% + 5px);
	}
}
.mBody {
	flex: 1;
	max-height: 380px;
	overflow-y: auto;
	padding-right: 5px;
	padding-bottom: 5px;
}
.mBody::-webkit-scrollbar {
	width: 12px;
}
 
.mBody::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}
.mBody::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: #FFB96C;
}
.mBody::-moz-scrollbar {
	width: 12px;
}
.mBody::-moz-scrollbar-track {
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}
.mBody::-moz-scrollbar-thumb {
	border-radius: 10px;
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: #FFB96C;
}
.mBody::-ms-scrollbar {
	width: 12px;
}
.mBody::-ms-scrollbar-track {
	-ms-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}
.mBody::-ms-scrollbar-thumb {
	border-radius: 10px;
	-ms-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: #FFB96C;
}
.mBody::-o-scrollbar {
	width: 12px;
}
.mBody::-o-scrollbar-track {
	-o-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}
.mBody::-o-scrollbar-thumb {
	border-radius: 10px;
	-o-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: #FFB96C;
}
.mBody::-scrollbar {
	width: 12px;
}
.mBody::-scrollbar-track {
	-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}
.mBody::-scrollbar-thumb {
	border-radius: 10px;
	-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: #FFB96C;
}
.fMessage {
	text-align: left;
	border: double 4px black;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.subjects {
	text-align: left;
}
.subjects a {
	width: 100%;
	display: block;
}
@media screen and (min-width: 800px) {
	#authors {
		width: 150px;
	}
	#nbmsgs {
		width: 50px;
	}
	#lastmsgs {
		width: 210px;
	}
}
.fulllink {
	display: block;
}
.category-description {
	font-weight: normal;
	margin-top: 10px;
	text-align: justify;
}
@media screen and (max-width: 599px) {
	.topic-nbmsgs {
		width: 45px;
	}
	.subjects {
		text-align: center;
	}
	.category-description {
		display: none;
	}
}
#category-description {
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}
.mAuteur strong {
	color: black;
}
.mHeader {
	width: 100%;
	display: flex;
	align-items: center;
}
.mDate {
	font-size: 12px;
	font-weight: bold;
	flex: 1;
	padding-right: 5px;
}
.mOptions > a {
	display: inline-block;
	padding: 2px;
	opacity: 0.7;
}
.mOptions > a:hover {
	opacity: 1;
	background-color: rgba(220,204,78, 0.6);
}
.mOptions img {
	height: 24px;
	vertical-align: middle;
}
.mDelete {
	margin-left: 2px;
}
.mQuote {
	margin-left: 2px;
}
.mReact {
	margin-left: 0px;
}
.mReport {
	margin-right: 2px;
}
.mArchive {
	margin-left: 5px;
}
.mOptions {
	padding-right: 5px;
}
.fMessage:nth-child(2n) {
	background-color: #FFC028;
	color: #A0300A;
}
.fMessage:nth-child(2n+1) {
	background-color: #FFE30C;
	color: #820;
}
.fMessage {
	empty-cells: show;
}
.mContent {
	flex: 1;
	padding-left: 10px;
	display: flex;
	flex-direction: column;
}
.mContent.mHiddenContent > * {
	width: auto;
	display: none;
}
.mReactions {
	margin: 3px 5px 3px -5px;
	display: flex;
	flex-wrap: wrap;
}
.mReactions > div {
	display: inline-flex;
	margin: 2px;
	padding: 0 5px;
	border-radius: 4px;
	height: 26px;
	align-items: center;
	font-size: 12px;
	user-select: none;
}
.mReactions > div:not([data-disabled]) {
	cursor: pointer;
}
.fMessage:nth-child(2n) .mReactions > div {
	background-color: #dba61d;
}
.fMessage:nth-child(2n+1) .mReactions > div {
	background-color: #e5ad1b;
}
.fMessage .mReactions > div:not([data-disabled]):hover {
	background-color: #c49b2e;
}
.fMessage .mReactions > div[data-checked] {
	background-color: #a1cb15;
	border: solid 1px #396;
}
.fMessage .mReactions > div[data-checked]:hover {
	background-color: #afdc17;
	border: solid 1px #5b8;
}
.fMessage .mReactions > div.mReactionAdd {
	background: none;
	opacity: 0.7;
}
.fMessage .mReactions > div.mReactionAdd:hover {
	opacity: 0.8;
	background-color: #e0b84e;
}
.mReactions > div img {
	width: 18px;
	max-height: 20px;
	object-fit: contain;
}
.mReactions > div span {
	display: inline-block;
	margin-left: 3px;
	position: relative;
	top: 1px;
}
.mBody img, .mBody iframe {
	max-width: 100%;
}
@media screen and (min-width: 600px) {
	.mBody iframe {
		width: 480px;
		height: 270px;
	}
}
@media screen and (max-width: 599px) {
	.mBody iframe {
		height: 180px;
	}
}
#fMessage {
	display: none;
}
#nMessage {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#message-reactions {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#message-reactions-details {
	display: flex;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 1;
	background-color: rgba(196, 155, 46, 0.8);
	color: white;
	align-items: center;
	border-radius: 5px;
	word-wrap: break-word;
}
#message-reactions-details.show {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s ease-in;
}
#message-reactions-details > img {
	width: 48px;
	max-height: 60px;
	margin: 5px;
}
#message-reactions-details > div {
	padding: 5px;
	width: 150px;
	font-size: 0.8em;
	max-width: 90vw;
	max-width: calc(100vw - 80px);
}
.message-reactions-dialog {
	position: absolute;
	width: 400px;
	max-width: 90vw;
	background-color: #feb;
	background-color: rgba(255,240,192,0.9);
    border: solid 1px #820;
}
.message-reactions-title {
	position: relative;
}
.message-reactions-title h3 {
	flex: 1;
	margin: 3px 0 5px 5px;
	color: #820;
}
.message-reactions-title a {
	position: absolute;
	right: 1px;
	top: 1px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin-right: 2px;
    display: inline-block;
    padding: 0 4px;
    background-color: #C00;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    font-size: 20px;
	line-height: 20px;
}
.message-reactions-title a:hover {
    background-color: #E00;
	color: white;
}
.message-reactions-cat > div {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
	padding-left: 5px;
}
.message-reactions-cat > div:first-child {
	margin-top: 0;
}
.message-reactions-cat > div:last-child {
	margin-bottom: 5px;
}
.message-reactions-cat a {
	height: 30px;
	display: inline-flex;
	margin: 0;
	padding: 2px 4px;
	border-radius: 5px;
}
.message-reactions-cat a:hover {
	background-color: #e5c298;
}
.message-reactions-cat img {
	width: 24px;
	object-fit: contain;
}
@media screen and (max-width: 799px) {
	#nMessage {
		width: 100%;
	}
}
@media screen and (min-width: 800px) {
	#nMessage {
		width: 500px;
	}
}
@media screen and (min-width: 1200px) {
	.mOptions {
		visibility: hidden;
	}
	.fMessage:hover .mOptions {
		visibility: visible;
	}
}
#nMessage td {
	border: solid 1px transparent;
	background-color: #FFC028;
}
.mLabel {
	color: #A0300A;
	width: 90px;
}
.mLabel a {
	color: #C30;
	cursor: pointer;
}
.mInput {
	background-color: #FF8;
	width: 82%;
	margin-left: 9%;
}
.mInput input, .mInput textarea {
	width: 98%;
	color: #820 !important;
	background-color: #FFE30C !important;
}
.mInput input:hover, .mInput textarea:hover {
	background-color: yellow !important;
}
.mInput input:focus, .mInput textarea:focus {
	background-color: #FF8 !important;
}
.topicPages {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFC028;
}
.topicPages p {
	padding: 2px 5px;
	border: double 4px #930;
	font-weight: bold;
	color: #A0300A;
}
.topicPages a {
	color: #FFFFB7;
	text-decoration: none;
}
.topicPages a:hover {
	color: yellow;
	text-decoration: none;
}
#nMessage input, #nMessage select {
	background-color: #FF9010;
	color: white;
	border: solid 1px white;
	margin: 2px;
}
#nMessage select {
	height: 20px;
	max-width: 80px;
}
#nMessage select#category {
	max-width: none;
}
#nMessage input:hover, #nMessage select:hover {
	background-color: #FFC028;
}
#nMessage input:active, #nMessage select:active {
	background-color: #FFE30C;
}
#bbColPicker {
	display:none;
	width: 30px;
}
.advanced-search input:not([type="submit"]), .advanced-search select, .advanced-search textarea {
	color: #820;
	background-color: #FFE30C;
	border: solid 1px white;
	margin: 2px;
	max-width: calc(100vw - 200px);
}
.advanced-search input:not([type="submit"]):hover, .advanced-search select:hover, .advanced-search textarea:hover {
	background-color: yellow;
}
.advanced-search input:not([type="submit"]):focus, .advanced-search select:focus, .advanced-search textarea:focus {
	background-color: #FF8;
}
.mAlign {
	background-position: center;
	background-repeat: no-repeat;
	width: 23px;
	height: 20px;
}
#more-smileys {
	font-size: 0.8em;
	margin-top: 4px;
	display: block;
	color: #920;
}
#more-smileys:hover {
	color: #B30;
}
#smileys-list {
	position: fixed;
	left: 50%;
	top: 50%;
	text-align: center;
	background-color: #FEA;
	border: solid 1px #C20;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 640px;
	max-width: 100%;
	padding: 10px;
	border-radius: 10px;
	max-height: 90vh;
	z-index: 1000;
	overflow-y: scroll;
}
#smileys-list .smileys-close {
	position: absolute;
	right: 4px;
	top: 4px;
	display: inline-block;
	padding: 1px 10px;
	background-color: #C00;
	text-decoration: none;
	color: white;
	border-radius: 5px;
	font-size: 1.4em;
}
#smileys-list .smileys-close:hover {
	background-color: #E00;
}
#smileys-list img {
	margin: 0px 5px;
	cursor: pointer;
}
.preview-msg {
	display: none;
}
.preview-msg .mQuote {
	display: none;
}
#successSent {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 1%;
	border: double 4px #930;
	font-size: 16px;
	background-color: #FFE30C;
	color: #820;
}
#account_infos {
	margin-left: 15%;
}
#account_infos h2 {
	text-decoration: underline;
	font-family: Verdana;
	color: #560000;
}
.warning {
	text-align: center;
	color: red;
	font-weight: bold;
}
.notice {
	text-align: center;
	color: #D30;
	font-weight: bold;
}
.success {
	margin: 0px 50px;
	font-weight: bold;
	color: #0A0;
}
.pub {
	text-align: center;
	overflow: hidden;
}
@media (min-width: 800px) {
	.forum-search {
		text-align: center;
	}
	.forum-search * {
		font-size: 1.5vw;
	}
	.forum-search label {
		width: 15%;
	}
	.forum-search input[type="text"] {
		width: 75%;
	}
	.forum-search input[type="submit"] {
		width: 10%;
	}
}
@media (max-width: 799px) {
	.forum-search {
		text-align: center;
	}
	.forum-search * {
		font-size: 4vw;
	}
	.forum-search label {
		width: 35%;
	}
	.forum-search input[type="text"] {
		width: 50%;
	}
	.forum-search input[type="submit"] {
		width: 15%;
	}
}
.forum-search input[type="submit"] {
	position: relative;
	top: -0.2vw;
}
.forum-search p {
	position: relative;
	padding-bottom: 20px;
}
.forum-search a {
	position: absolute;
	bottom: 0;
	right: 15px;
	font-size: 13px;
}
.advanced-search {
	text-align: center;
}
input.noarrow::-webkit-outer-spin-button,
input.noarrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number].noarrow {
  -moz-appearance: textfield;
}
.search-xs-2 {
	width: 2.5em;
}
.search-xs-4 {
	width: 4em;
}
.search-right {
	text-align: right;
}
.advanced-search input[type="submit"].action_button {
	width: 150px;
}
#search-results {
	text-align: center;
}
#search-results .fMessage {
	cursor: pointer;
}
#search-results .fMessage:hover {
	opacity: 0.8;
}
.quote1, .spoiler1 {
	display: block;
	font-size: 0.9em;
	padding: 5px 8px;
	margin: 5px 0px;
	word-wrap: break-word;
}
.fMessage .quote1, .fMessage .spoiler1, .fMessage, .tr-msgs {
	background-color: rgba(220,204,78, 0.6);
}
.quote1author, .spoiler1disp {
	font-weight: bold;
}
.quote1author {
	margin-bottom: 4px;
}
.quote1author a {
	text-decoration: none;
}
.spoiler1disp {
	margin-bottom: 2px;
}
.spoiler1cont {
	margin-top: 4px;
}
.quote1 + br, .spoiler1 + br {
	display: none;
}
.spoiler1cont {
	display: none;
}
.spoiler1shown > .spoiler1cont {
	display: block;
}
.spoiler1hide {
	display: none;
}
.spoiler1shown > .spoiler1disp .spoiler1show {
	display: none;
}
.spoiler1shown > .spoiler1disp .spoiler1hide {
	display: inline;
}
.ref1 {
	text-decoration: none;
}
.tr-ctn {
	margin-bottom: 5px;
}
.tr-tabs > div {
	background-color: rgba(192,120,0, 0.15);
	cursor: pointer;
}
.tr-tabs > div:hover {
	background-color: rgba(255,192,64, 0.3);
}
.tr-tabs > div::before {
	content: " ";
	display: inline-block;
	width: 38px;
	height: 25px;
	line-height: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px auto;
	opacity: 0.5;
}
.tr-tabs > .tr-tab-fr::before {
	background-image: url('../images/french.png');
}
.tr-tabs > .tr-tab-en::before {
	background-image: url('../images/english.png');
}
.tr-ctn-en .tr-tab-en, .tr-ctn-fr .tr-tab-fr {
	background-color: rgba(255,230,128, 0.3);
	cursor: default;
}
.tr-ctn-en .tr-tab-en::before, .tr-ctn-fr .tr-tab-fr::before {
	opacity: 0.8;
}
.tr-tabs {
	line-height: 0;
}
.tr-tabs > div {
	display: inline-block;
	border-top: solid 1px rgba(142,99,15, 0.4);
	border-right: solid 1px rgba(142,99,15, 0.4);
}
.tr-tabs > div:first-child {
	border-left: solid 1px rgba(142,99,15, 0.4);
	border-top-left-radius: 4px;
}
.tr-tabs > div:last-child {
	border-top-right-radius: 4px;
}
.tr-msgs {
	border: solid 1px rgba(142,99,15, 0.4);
	padding: 4px 6px;
}
.persos-container div.tr-ctn div {
	margin: 0;
}
.tr-msgs > div {
	display: none;
}
.tr-ctn-en .tr-msg-en, .tr-ctn-fr .tr-msg-fr {
	display: block;
}