/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/

.timer_rounded, .timer_default {
	width: auto;
	border-radius: 50px;
	background: rgb(15 11 11 / 5%);
  }
  
  .timer-form label {cursor: pointer;}
  
  form .timer_rounded .bloc {margin: 0 2px !important;}
  .timer_rounded .bloc {
	border: 2px solid transparent;
	background: rgb(223 11 11 / 55%);
	border-radius: 50%;
	display: inline-block;
	margin: 0px 5px 5px 5px;
	padding:0px;
	text-align: center;
	width:41px;
	height:44px !important;
  }
  .timer_rounded .bloc p.number {
	font-size:17px;
	font-family: "Raleway";
	font-weight: 300;
	line-height: 1.1;
	padding:10px 0px 0px 5px;
	color:black !important;
  }
  .timer_rounded .bloc i{font-size:10px;}
  
  .button_live_0 {
	color: #f50e0e;
	font-weight: bolder;
	padding: 0.5em;
	text-align: center;
	top: 0px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
  }
  
  .button_live {
	border-radius: 50px;
	color: #FFF;
	font-weight: bolder;
	background: #ed2d1f;
	padding: 0.5em;
	text-align: center;
	display: block !important;
	position: relative !important;
	top: 0px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
  }
  
  .fa, .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  }
  
  .fa, .fab, .fad, .fal, .far, .fas {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	text-rendering: auto;
	line-height: 1;
	font-variant: normal;
  }
  .lien_direct .time {
	display: flex
  ;
	justify-content: center;
	font-size: 14px;
	color: #423d3d;
	border: 1px solid #423d3d;
	border-radius: 50px;
	padding: 0.3em;
  }
  