/* GAMIFICATION */
.badgeLogo{
    width: auto;
	margin:auto;
}

#badgeNom{
	text-align: center;
}

.badgeTooltipContent{
	visibility: hidden;
	width: 120px;
	border-radius: 10px;
	background-color: white;
	font-size: 13px;
	color: black;
	border: 1px solid black;
	
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	bottom: 100%;

	left: 50%;
  	margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

#badgeTooltipTitle {
	margin-bottom: 0px;
    margin-top: 5px;
    color: black;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
}

#badgeTooltipText{
	font-size: 13px;
    text-align: center;
    margin: 10px 10px 10px 10px;
    color: black;
}

#badgeTooltipDate{
	font-size: 13px;
    text-align: center;
    color: black;
	margin-bottom:5px;
}

.badge:hover .badgeTooltipContent{
	visibility: visible;
}

.badge {
	margin-bottom:10px;
	position:relative;
}

.badgeLogo-notobtained{
	opacity: 30%;
}

.badge-image{
	position: relative;
}

#gami-points{
	padding-top: 12px;
	color:black;
}

.gami-global-ranking{
	width: 100%;
    color: black;
    text-align: center;
	line-height: normal;
}

.gami-global-ranking td, .gami-global-ranking th  {
	text-align: center;
}

.gami-global-ranking-mc{
	width: 100%;
    color: black;
    text-align: center;
    border: none;
	line-height: normal;
}

.gami-global-ranking-mc td, .gami-global-ranking-mc th  {
	text-align: center;
	border:none;
}

.gami-global-ranking-mc tbody {
	border:none;
}

.gami-row{
	width:100%;
	text-align: center;
}

#gami-show-global-ranking-btn{
	width: 49%;
}

.mc_playroom_achievement p {
	color:black;
}

#gami_podium{
	width:500px;
	margin: auto;
}

#gami_podium_images{
	margin:auto;
	width:500px;
}

.gami_podium_image {
	width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
	margin:auto;
	position:relative;
}

.gami_podium_user{
	margin:auto;
	position:relative;
}

#gami_podium_user_left{
	top:60px;
}

#gami_podium_user_right{
	top:85px;
}

.gami_podium_table {
	width:450px;
	border:none;
	margin-bottom:10px;
}

.gami_podium_table td {
	border:none;
	text-align: center;
}

.gami_podium_table tbody {
	border:none;
}

#gami_podium_image_left{
	
}

#gami_podium_image_right{
	top:83px;
}

#gami_hr {
	display: block;
    margin: 0 auto 15px;
    padding: 0;
    height: 0.3rem;
    width: 10rem;
    border: 0;
    background-color: red;
}

@media(max-width:769px){
	.gami_podium_table {
		width:100%;
		border:none;
		margin-bottom:10px;
	}

	#gami_podium_user_left{
		top:45px;
	}
	
	#gami_podium_user_right{
		top:65px;
	}
}

#gami_main_title {
	text-align: center;
    font-size: 24px !important;
    font-size: 2.4rem !important;
    margin: 10px auto;
    margin: 1rem auto;
}

.autocomplete-items{
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

#gami_title_prog{
	display:inline;
}

#gami_anon_check{
    position: absolute;
    right: 0;
    top: 15%;
    vertical-align: middle;
}

#anon-checkbox{
	margin: auto;
    position: relative;
    vertical-align: text-top;
}

.anon-tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
	margin-right: 10px;
	margin: auto;
    vertical-align: top;
}

.anon-tooltip .anon-tooltiptext {
	visibility: hidden;
	width: 170px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	font-size:14px;

	/* Position the tooltip text - see examples below! */
	position: absolute;
	z-index: 1;
	top: -5px;
	right: 105%;
}

	/* Show the tooltip text when you mouse over the tooltip container */
.anon-tooltip:hover .anon-tooltiptext {
	visibility: visible;
}

.gami-progression-row {
	padding-bottom:5px;
	width:100%;
	margin:auto;
}

#badgeImage_display {
	width: 125px;
}

.gami_display_table {
	width:100%;
	text-align: center;
	border:none !important;
	margin-bottom: 35px;
}

.gami_display_table > tbody {
	border:none !important;
}

.gami_display_table > tbody > tr > td {
	text-align: center;
	border: none !important;
}


.gami_display_td_image {
	width:160px;
	margin:auto;
}

.gami_display_td_tt{
	width:auto;
}

.gami_display_td_check {
	width: 50px;
}

#badgeImage_truefalse {
	width:40px;
	margin:auto;
}

/* MP 27.01.2021-xxx : CSS pour la page Mon Compte*/
.mc_top-background{
	background-color: #e1001a;
	height: 200px!important;
    margin: 0px -300px;
}
.mc_container{
	width:100%;
	max-width:1600px;
	margin: -120px auto 5%;
	text-align: justify;
	text-justify: inter-word;
}
/* Bouton de déconnexion */
.mc_disconnect{
	width: 50px;
	height: 50px;
	display: block;
	margin-top: -180px;
	margin-left: 75%;
	margin-bottom: 120px;
	color: white;
}

/* Partie de salutation */
.mc_welcome{
	width:70%;
	height:90px;
	margin:-140px auto 20px;
	margin-left: 50px;
}
.mc_welcome-title, .mc_welcome-text{
	color:white;
}
.mc_welcome-title{
	font-size:22px
}
.mc_welcome-text{
	font-size:18px;
}
/* Espaceur entre la partie de salutation et les infos*/
/* Partie infos */
.mc_infos-container{
	width:100%;
	margin:auto auto;
}
.mc_top-infos{
	display:block;
	margin:-20px auto 0px;
}
.mc_left-column{
	width:90%;
	margin:0px auto;
}
.mc_right-column{
	width:90%;
	margin:0px auto;
}
/*.mc_bottom-infos > .mc_right-column{
	padding:0px 22px;
	border-radius:20px;
}*/
.mc_left-colum + .mc_right-column{
	margin-top:5%;
}
/* Inversion de l'ordre sur mobile*/
.mc_mobile_order-reverse-1{
	order:2;
}
.mc_mobile_order-reverse-2{
	order:1;
}
/* Partie infos principale */
.mc_bottom-infos{
	display:flex;
	margin:20px 0px;
	flex-direction:column;
}

/* Forme du contenu*/
.mc_content-shape{
	color:red;
	background-color:white;
	padding:22px;
	border-radius:10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition: box-shadow 0.5s;
	margin-bottom: 10px!important;
	position: relative;
}

#anon-png {
	height: 30px;
	display:inline;
}

.mc_content-shape:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.38);
	transition: box-shadow 1s;
}
/* Interaction pour la partie info */
.mc_rightcolumn .mc_content-shape + .mc_content-shape{
	margin-top:5%;
}
.mc_rightcolumn > .mc_content-shape{
	margin: 0px -22px;
}

/* Contenu */ 
.mc_content{
	/*padding:10px;*/
}
.mc_content-title{
	font-size:25px;
	font-weight:bold;
	text-align:center;
	color:#e1001a;
	margin-top:12px;
}
.mc_content-text{
	font-size:16px;
}

/* ============== */
/* Tableau de bord */
.mc_qr_code{
	max-width: 100%;
	margin:60px auto;
}
.mc_qr_validity{
	font-size:18px;
	font-weight:bold;
	margin:-60px auto 60px;
	text-align:center;
}
/* ============== */
/* Salle de jeu */
/* Profil */
.mc_playroom_profil{
	display:flex;
	margin: 20px 0px;
}
.mc_playroom_profil-image{
	width: 20%;
	max-width:100px!important;
	height: 20%;
	max-height:100px;
	
	border-radius:50%;
	padding:10px;
}
.mc_playroom_profil-text{
	margin: auto 0px;
	display: block;
}
.mc_playroom_username{
	font-weight:bold;
	font-size:26px;
}
.mc_playroom_rank{
	padding:0px 0px 20px 0px;
	color:black;
}
/* Succès */
.mc_playroom_achievement{
	width:100%;
	height:auto;
	object-fit:contain;
}
/* Progress bar*/
progress{
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	display: inline-block;
	width: 100%;
	vertical-align: -0.2em !important;
}
/* IE10 */
progress {
    color: red;
}

/* Firefox */
progress::-moz-progress-bar { 
    background: red;  
}

/* Chrome */
progress::-webkit-progress-value {
    background: red;
}
.mc_progress-bar{
	width:100%;
	background-color: #CFCFCF;
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
.mc_progress-bar_number{
	display:flex;
	margin:-60px 0px 20px;
	font-size:24px;
	padding:0px 2px;
}
.mc_progress-bar_number div + div{
	margin-left: auto; 
	margin-right: 0%;
}
/* ============== */
/* Mes Informations */
.mc_my-infos_max-height{
	max-height:630px;
}
.mc_my-infos_container{
	color:black;
	font-size:14px;
	margin: 4px -8px 4px -8px;
	padding:6px;
	border:2px solid lightgray;
	border-radius:10px;
}
.mc_my-infos_button{
	width:75%;
	margin:10px 12.5%;
	padding:5px;
	color:white;
	background-color:red;
	border:none!important;
	border-radius:20px;
	transition: transform 0.5s, box-shadow 0.5s;
}
.mc_my-infos_button:hover{
   box-shadow: 0px 15px 25px -5px grey;
   transform: scale(1.05);
	transition: transform 0.5s, box-shadow 0.5s;
}
.mc_my-infos_button:active{
	box-shadow: 0px 4px 8px grey;
	transform: scale(1);
	transition: transform 0.1s, box-shadow 0.1s;
}
/* ============== */
/* Historique des visites*/
.mc_history_container{
	width:100%;
}
.desktop-badges{
	display:none;
}

/* ============== */
/* Support Desktop */
@media(min-width:992px){
	.desktop-badges{
		display:block;
	}

	/* Partie infos */
	.mc_content-shape{
		padding:22px;
		border-radius:20px;
	}
	.mc_infos-container{
		/*width:80%;*/
		margin:auto auto;
	}
	.mc_top-infos{
		display:flex;
		margin:-20px auto 0px;
	}
	.mc_left-column{
		width:30%;
		margin:0px auto;
	}
	.mc_right-column{
		/*width:65%;*/
		margin:0px auto;
	}
	.mc_left-column + .mc_right-column{
		margin-top:0%;
		margin-left:5%;
	}
	/* Inversion de l'ordre sur mobile*/
	.mc_mobile_order-reverse-1{
		order:1;
	}
	.mc_mobile_order-reverse-2{
		order:2;
	}
	/* Partie infos principale */
	.mc_bottom-infos{
		display:flex;
		margin: 20px auto;
		flex-direction:row;
	}
	/* Texte contenu */ 
	.mc_content{
		padding:5px;
	}
	/* ============== */
	/* Tableau de bord */
	.mc_qr_code{
		margin:60px auto;
		max-width:75%;
		padding: 0px 12.5%;
	}
	/* ============== */
	/* Partie mes commandes*/ 
	.commande-Button{
	width:75%;
	margin:10px 12.5%;
	}
}

/* Mod-MP 24.02.2021 - Modification de l'affichage de la partie visite et commande de la page mon compte */
.visit-history-title{
	font-size: 17px;
}
.mc_history_container h2{
	display:none;
}
/* Mod-MP 25.02.2021 - Style du HTML mis en ID */
#mc_history_margin{
	margin-bottom: 5px;
}
/* Mod-MP 26.02.2021 - Ajout pour remettre en place le layout des pages vue par l'utilisateur et qui appartiennent à woocommerce */
.mc_woocom_layout{
	margin:20px 0px;
}

@media(min-width:992px){
	.mc_woocom_layout{
		width:80%;
		margin-left:10%;
	}
}

#overlay {
	position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

.overlay-window {
	width: 50em;
    height: 50em;
    background-color: white;
    position: absolute;
    top: 20%;
    left: 35%;
    border-radius: 30px;
}

.check {
    border-radius: 50%;
    width: 80px;
    height: 80px;
	margin-bottom: 40px;
}
.valid {
	background-color: #DAF7A6;
}
.invalid {
	background-color: #F9A6A6;
}
.check_middle {
	padding-top: 25px;
}

.no-link {
	text-decoration: none;
}

.badge-prog{
	border-right: 1px dotted black;
}

.gami-hr-separator{
	color: black;
    border-bottom: 1px dotted black;
    padding: 0px;
    margin: 9px;
	width:90%;
	margin:auto;
	margin-top:12px;
}

@media(max-width:992px){
	.mc_content-title{
		font-size: 25px;
    	margin-bottom: 10px;
	}
	
	.desktop-badgess{
		display:none;
	}
}

.badge-list-logo {
	width: 100px;
}

/* ======================= *
 * BG 23.09.2021 - FDV CSS *
 * ======================= */
 /* Style the button that is used to open and close the collapsible content */
 .fdv-collapsible {
	background-color: #eee;
	color: #444!important;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	margin-bottom:10px;
	box-shadow:none!important;
	position:relative;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .fdv-collapsible:hover {
  }
  
  /* Style the collapsible content. Note: hidden by default */
  .fdv-content {
	padding: 0 18px;
	display: none;
	overflow: hidden;
  }

  .fdv-content-text{
	  text-align: center;
  }
  
  .fdv-not-obtained{
	border:2px solid red;
	opacity: 50%;
  }

  .fdv-obtained{
	  border:2px solid #60CA0F;
	  opacity: 100%;
  }

  .fdv-row {
	display: flex;
  }
  
  .fdv-column {
	flex: 50%;
	margin:auto;
  }

  .fdv-content > p {
	  text-align:center;
  }

  .fdv-mark {
	width: 30px;
    position: absolute;
    right: -12px;
    top: -12px;
  }

  .fdv-button{
	display: block;
    width: 100%;
    text-align: center;
    background-color: #141e28;
    border: 0;
    border-radius: 0.4rem;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px!important;
    font-weight: 700;
    padding: 1em 2em;
    text-decoration: none;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    box-shadow: inset 0 0 0 9rem rgb(255 255 255 / 0%), 0 0 0 -1rem rgb(20 30 40 / 0%);
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    height: auto;
    line-height: 1;
	margin-top: 1em;
    clear: both;
  }

  #fdv-prog-title{
	color: black;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
  }

  #fdv-hr {
	border-bottom: 0.2rem solid grey;
	margin: 0 0 1em;
	padding: 0.5em 0 0;
  }

  .fdv-column-content{
	text-align: center!important;
	color:black!important;
	margin:0px!important;
	padding:0px!important;
  }

  .legend_left{
	float:left;
  }

  #legend_title{
	  font-size: 14px;
  }

  #legend_title_right{
	font-size: 14px;
	text-align: right;
}

  .gami_progress-bar_legend p {
	  margin:0px;
	  color:black !important;
  }

  .legend_right{
	float:right;
	text-align: right;
  }

  .grbn_left{
	float:left;
  }

  .grbn_right{
	float:right;
  }

  .grbn_middle{
    text-align: center;
	display:inline-block;
  }

  .gami_res_hr{
	border: 0;
    border-collapse: collapse;
    border-bottom: 2px solid #f0f1f2;
    border-bottom: 1px solid black;
    /* clear: both; */
    padding: 1em 0 0;
	clear:none;
	margin:auto;
  }

  .gami_progress-bar_number{
	  text-align: center;
  }

  #gami_maprog{
	  padding-top:25px;
  }

  .rang-badge-row{
	box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: 0!important;
  }

@media (min-width: 769px) {
	.rang-badge-row{
		margin-bottom:22px;
	  }
}

#mc_playroom_margin{
	position:relative;
	margin-top: 20px;
}


@media(max-width:992px){
	.mc_content-title{
		font-size: 25px;
    	margin-bottom: 10px;
	}
	
	.desktop-badgess{
		display:none;
	}
}

.badge-list-logo {
	width: 100px;
}

#rangs-table{
    background-color: #ffffff;
  	line-height: normal;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    margin: auto;
	border:none;
}

#gami-show-fonctionnement-btn{
	margin-top:15px;
	margin-bottom:8px;
}

#gami_fonct_first p {
	color:black;
}

#gami_fonct_first ol li{
	color:black;
}

#gami_fonct_first ol > li:first-child{
	margin-bottom: 20px;
}

/* small devices */
@media only screen and (max-width: 768px) {
	#rangLogo{
		bottom:0px;
		width:150px;
	}

	#rangs-table{
		width: 100%;
	}

	#gami-show-fonctionnement-btn{
		width: 100%;
	}

	#gami_fonct_first p {
		color:black;
		font-size: 15px;
	}
	
	#gami_fonct_first ol li{
		color:black;
		font-size: 15px;
	}

	.faq-container > div {
		font-size:15px !important;
	}

	.faq-container > div > button {
		font-size:15px !important;
	}

	#rangs-table tr{
		font-size: 15px;
	}
}

/* medium devices */
@media only screen and (min-width: 768px) {
	#rangLogo{
		bottom:20px;
		width:190px;
	}

	#rangs-table{
		width: 50%;
	}

	#gami-show-fonctionnement-btn{
		width: 100%;
	}
}

/* Large devices */
@media only screen and (min-width: 992px) {
	#rangLogo{
		bottom:0px;
		width:210px;
	}

	.badgeTooltipContent{
		width: 200px;
		margin-left: -100px;
	}

	.badgeLogo{
		width: 110px;
	}

	#gami-show-fonctionnement-btn{
		width: 50%;
	}

	#gami-show-global-ranking-btn{
		width: 30%;
	}
}

#rangs-table tr td {
	text-align: center;
	border:none;
}

#rangs-table tbody{
	border-bottom:none;
}

#rangs-table tr th {
	text-align: center;
	border:none;
}

#rangs-table tr{
	border-bottom: 1px solid lightgrey;
	border-top:none;
}

#rangs-table tr:last-of-type{
	border-bottom: none;
}

.gami_fonct_title{
	margin-bottom:20px;
	color:red;
}

progress[value]::-webkit-progress-bar {
	background-color: #eee;
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress[value]::-webkit-progress-value {
	background-image:
		-webkit-linear-gradient(-45deg, 
								transparent 33%, rgba(0, 0, 0, .1) 33%, 
								rgba(0,0, 0, .1) 66%, transparent 66%),
		-webkit-linear-gradient(top, 
								rgba(255, 255, 255, .25), 
								rgba(0, 0, 0, .25)),
		-webkit-linear-gradient(left, #f00, #f00);

	border-radius: 2px; 
	background-size: 35px 20px, 100% 100%, 100% 100%;
}

#gami-pseudo-mc{
	display:block;
	color:black;
	margin-bottom:10px;
	text-align: left;
}


#gami-pseudo-input-mc {
	display:none;
	width: 69%;
	height: 30px;
}

#gami-pseudo-save-mc{
	display: none;
    width: 29%;
	padding:7px;
}

#edit-pseudo-field{
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}

#edit-pseudo-field:hover{
	opacity: 80%;
}

#edit-pseudo-img-mc{
	display:inline;
	cursor: pointer;
}

.jconfirm-box{
	font-family: 'Brocha', 'Montserrat', Helvetica, Arial, sans-serif !important;
}

.gami-pseudo-prompt-btn{
	font-size:12px !important;
}

.gami-pseudo-prompt-btn:hover{
	box-shadow: none;
}

.gami-pseudo-prompt-cancel{
	margin-top:0px;
}

.jconfirm-title{
	line-height: normal !important;
}

#generate-pseudo{
	text-decoration: underline;
	cursor:pointer;
}

/*
 * MOD-MP 10.03.2022 : Code CSS en lien avec l'implémentation du nouvel affichage des rangs
 */

@media (max-width:768px) {

	.cContRangSlider {
		width: 60% !important;
	}

	.cImgRang {
		width: 40%;
		height: 40%;
	}
}

@media (max-width:400px) {

	.cContRangSlider {
		width: 80% !important;
	}
}

.cContRangSlider {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.cRangSlider {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;
	background: #a4a8ac;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	padding: 0;
}
  
.cRangSlider:hover {
	opacity: 1;
}
  
.cRangSlider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border-color: #e1001a;
	background: #e1001a;
	cursor: pointer;
}
  
.cRangSlider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border-color: #e1001a;
	background: #e1001a;
	cursor: pointer;
}

.cPoints {
	text-align: center !important;
	line-height: 20px;
}

.cTxtSize {
	font-size: 40px;
	font-weight: bold;
}

.cContImgRang {
	text-align: center;
}

.cImgRang {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 30px;
}

.cTxtInfoSlide {
	text-align: center;
}

.cTxtColor {
	color: #e1001a !important;
}

/*
 * MOD-MP 10.03.2022 : Code CSS en relation avec la page d'affichage de tous les rangs sous forme de liste
 */

.cTxtJustify {
	text-align: left;
}

.cTxtColor {
	color: #e1001a !important;
}

.cTxtIntroSize {
	font-size: 2rem;
}

.cTitreTxt {
	font-weight: bold;
	color: #e1001a;
}

.cRangMargin {
	margin-bottom: 40px;
}

.cRangMargin img, .cRangLast img {
	margin-left: auto;
	margin-right: auto;
}

.cTxtValPoints {
	font-size: 25px;
	font-weight: bold;
}

.cTxtPoints {
	font-size: 15px;
	line-height: 15px;
	text-align: left;
	margin-top: auto;
	margin-bottom: auto;
}

.cTxtIntroMargin {
	margin-bottom: 60px;
}

@media (max-width: 850px) {

	.cTxtPoints {
		font-size: 13px;
	}

	.cTxtValPoints {
		font-size: 22px;
	}
}

@media (max-width: 767px) {

	.cTxtOrder {
		order: 1;
	}

	.cTxtIntroSize {
		font-size: 15px;
	}

	.cTxtPoints {
		padding-top: 30px;
		text-align: center;
		font-size: 20px;
		line-height: 20px;
	}

	.cTxtValPoints {
		font-size: 40px;
	}
}