/* Add here all your CSS customizations */
.number{}
  a span {
  	font-size: 10px;
  	text-transform: none;
  	font-weight: 100;
  	color: #777;
  	margin-left: 10px;
  	text-decoration: none;
  }
  a:hover span {
  	text-decoration: none!important;
  }
  a:not(.btn):hover {
  	text-decoration: none!important; */
  }

.tarif{font-size: 10px;}

.center-ta {
	text-align: center;
	line-height: 1;
}

.number{margin-top: 15px;}

  #desktop{display: none!important;}
  .desktop{display: none!important;}
  .desktop-flex{display: none!important;}

@media only screen and (min-width: 800px) {
  #desktop{display: block!important;}
  #mobile{display: none!important;}
  .desktop{display: block!important;}
  .desktop-flex{display: flex!important;}
  .mobile{display: none!important;}
}

@media only screen and (max-width: 600px) {
  .custom-cards .cards-container .card .card-body {
  	padding: 15px 0px 15px 0px;
  }
  .card-body {
	padding: 0px;
	padding: 0rem;
}
.number{font-size:18px;}
}
