/*RP*/

* {box-sizing: border-box;}
body {max-height: calc(100% - var(--header-height));}
main {margin-top: var(--header-height);}

.ctr {	width: 100%; height: 100%; background-color: rgba(43, 52, 59, 0.75); padding: 0; margin: 0;
		display: grid; grid-template-areas: "left right"; grid-template-columns: 150px auto; overflow-y: hidden}
.ctr-left {grid-area: left; overflow-y: auto;}
.ctr-right {grid-area: right; overflow-y: auto;}


/*LEFT*/
.ctr-left {background-color: rgba(43,52,59,0.8); box-shadow: 0 0 15px rgba(0,0,0,0.5); z-index: 5; padding-top: 30px;}
	.ctr-left-info { display: flex; align-items: center; justify-content: center; flex-direction: column;}
	.ctr-left-country { font-size: 18px; margin: 0 auto; text-align: center; padding: 0 10px;}
	.ctr-left-info a {text-decoration: underline; font-size: 10px; color: #b6b6b6; display: inline-flex; justify-content: center;}
	.ctr-left-info a:hover {color: #fff; cursor: pointer;}

	.ctr-left-menu {margin-top: 50px;}
	.signet { padding: 8px 16px; margin-left: 10px; border-radius: 5px 0 0 5px; color: #b6b6b6; }
	.signet.sub { padding: 4px 16px; margin-left: 20px; font-size: 13px;}
	.signet.sld, .signet:not(.dsb):hover { cursor: pointer; background-color: rgba(255,255,255,0.2); color: #fff;}



/*RIGHT*/
.ctr-right {background-color: rgba(255,255,255,0.1);}
.ctr-right-ctn:not(.sld) {display: none;}

.rp-empty {font-size: 30px; color: #fff; width: 100%; display: flex; align-items: center; justify-content: center; margin-top: 50px;}


/*GNL PIE*/

svg {
  width: 100px;
  border-radius: 50%;
}


/*BTN ACTION*/

.akn-btn.akn-btn-rpAction { padding: 0 10px; display: flex; align-items: center; justify-content: center; max-width: max-content; 
	letter-spacing: 0.5px; text-transform: none; height: 24px; font-weight: normal; box-shadow: none; 
	background-color: rgb(123, 104, 238); border: 2px solid #fff; border-style: dashed solid;}
.akn-btn.akn-btn-rpAction span {line-height: 20px;}
.akn-btn.akn-btn-rpAction img {max-height: 20px; margin-left: 5px;}

	
/*action qui demande une confirmation admin*/

/*action qui ne demande pas de confirmation admin*/




/*CHNAGE DOMAINE*/

.change-domain-grid { display: flex; flex-wrap: wrap; column-gap: 10px; row-gap: 10px; width: 100%; min-width: 450px;}
	.change-domain-btn {max-width: 80px; width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: flex-start;}
	.change-domain-btn > img {max-width: 100%; width: 100%; max-height: 160px;}
	.change-domain-btn:hover {cursor: pointer;}
	.change-domain-btn:hover > img {box-shadow: 0 0 5px rgba(255,255,255,0.8);}
	.change-domain-btn:hover > span {font-weight: 900;}
	.change-domain-grid:hover > .change-domain-btn:not(:hover) {filter: grayscale(1); opacity: 0.5;}


/*POP*/

.pop-txt {font-size: 12px; line-height: 15px; color: #d4d4d4;}
	.pop-txt-stit {color: #fff; font-size: 14px; margin-bottom: 3px; margin-top: 5px;}

.pop-sth { display: flex; align-items: flex-start; margin: 50px auto; max-width: max-content; margin-left: 50px;}
	.pop-flag { width: 55px; display: flex; margin-right: 20px;}
	.pop-flag img {max-width: 100%;}
	.pop-tot {font-size: 32px; font-family: var(--title-font);}
		.pop-tot .small {font-size: 12px;}

.pop-grid { display: flex; justify-content: space-between; margin-top: 40px;}
.pop-grid-elm {flex: 1; padding: 0 20px;}
.pop-grid-tit { font-size: 18px; font-family: var(--title-font); margin-bottom: 5px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,0.35); max-width: max-content;}

.pop-grid-lig.light {opacity: 0.6;}

