


@media (max-width: 575px) {
  .p-down-none {
    padding-left: 0px !important;  
    padding-right: 0px !important; 
  } 
} 

@media (max-width: 767px) {
  .p-sm-down-none {
    padding-left: 0px ;  
    padding-right: 0px ; 
  } 
}

@media (max-width: 991px) {
  .p-md-down-none {
    padding-left: 0px !important;  
    padding-right: 0px !important;
  }
} 

@media (max-width: 1199px) {
  .p-lg-down-none {
    padding-left: 0px !important;  
    padding-right: 0px !important; 
  } 
} 

.p-xl-down-none {
    padding-left: 0px ;  
    padding-right: 0px ; 
  } 
}     



.loader{
  background-color: #a4b7c1 !important;
	opacity: 0.8 !important;
	cursor: wait !important;
  position: fixed !important;
  margin: 0 auto !important;
  right: 0 !important;
  left: 0 !important;
  widht: 100% !important;
  height:100% !important;
  z-index: 9000 !important;
}

.loader h1{
  position: fixed !important;
  top:50% !important;
  left:50% !important;
  z-index: 9001 !important;
}


/*************************************time.html************************************/
#div_horloge_info{
  /*
	float:left;
	margin-left:5px;
	margin-bottom:20px;
	width:420px;
	padding:5px 25px 25px 25px;
	height:280px;
	border-radius:5px;
	background: #f4f5f8; 
	background: -moz-linear-gradient(top,  #f4f5f8 0%, #e3e6ec 55%, #cbd1dc 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f5f8), color-stop(55%,#e3e6ec), color-stop(100%,#cbd1dc)); 
	background: -webkit-linear-gradient(top,  #f4f5f8 0%,#e3e6ec 55%,#cbd1dc 100%); 
	background: -o-linear-gradient(top,  #f4f5f8 0%,#e3e6ec 55%,#cbd1dc 100%); 
	background: -ms-linear-gradient(top,  #f4f5f8 0%,#e3e6ec 55%,#cbd1dc 100%); 
	background: linear-gradient(to bottom,  #f4f5f8 0%,#e3e6ec 55%,#cbd1dc 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f8', endColorstr='#cbd1dc',GradientType=0 ); 
*/
}
#div_time{
  /*
	margin: 10px;
	width:400px;
	height:220px;
  */
}
#div_modify_time{
  /*
	float:right;
	margin-right:5px;
	width:400px;
  */
}
#div_modify_time_left{
  /*
	float:left;
	width:220px;
	margin-bottom:20px;
	padding:5px 5px 25px 25px;
	border-radius:5px;
	background: #f4f5f8; 
	background: -moz-linear-gradient(top,  #f4f5f8 0%, #e3e6ec 55%, #cbd1dc 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f5f8), color-stop(55%,#e3e6ec), color-stop(100%,#cbd1dc)); 
	background: -webkit-linear-gradient(top,  #f4f5f8 0%,#e3e6ec 55%,#cbd1dc 100%); 
	background: -o-linear-gradient(top,  #f4f5f8 0%,#e3e6ec 55%,#cbd1dc 100%); 
	background: -ms-linear-gradient(top,  #f4f5f8 0%,#e3e6ec 55%,#cbd1dc 100%); 
	background: linear-gradient(to bottom,  #f4f5f8 0%,#e3e6ec 55%,#cbd1dc 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f8', endColorstr='#cbd1dc',GradientType=0 ); 
  */
}

.button_modify_ask_time{
	/*width:120px*/
}
.button_modify_time{
	/*width:100px*/
}
.time{
	width:30px;
}

#time_information{
	/*float:right;*/
}

.aig{
	position: absolute;
	bottom: 100px;
	-moz-transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	-o-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
}

#horloge{
	/*float: left;*/
	position: relative;
	height: 200px;
	width: 200px;
	border: 1px solid black;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	-o-border-radius: 150px;
	-ms-border-radius: 150px;
	border-radius: 100px;
	background: url('cadran.png') no-repeat;
	background-size: 200px;
  margin-bottom:20px;
}

.radio_chg_heure{
	margin-bottom:3px;
	margin-right:5px;
}
