/* --------------------------- HEADER --------------------------- */
header .bx-cart{
	font-size: 31px;
}
header .bx-arrow-back{
	font-size: 31px;
}


/* --------------------------- SERVICES --------------------------- */
.service li, #commande li{
	width: calc(50% - 20px);
}
.service .title{
	font-size: 17px;
}
.service .info{
	font-size: 15px;
    padding: 15px 0 68px 0;
}
.service .footer{
	padding-top: 19px;
}
.service i{
	font-size: 30px;
}


/* --------------------------- ADMIN CONTENT --------------------------- */
#adminContent .user, #adminContent .categorie{
	width: calc(50% - 20px);
}
#calendar h2 {
	font-size: 25px;
}
#calendar button {
	font-size: 15px;
}
#rechercheDiv input{
	font-size: 14px;
	padding: 0 20px 0 40px;
	width: 200px;
}

/* --------------------------- PAGE PAIEMENT --------------------------- */
#recap{
	width: 45%;
	transition: all 0.5s ease;
}
#payment-div{
	padding: 0 10px;
	width: 55%;
	transition: all 0.5s ease;
}
#payment-div form {
    min-width: 370px;
}


/* --------------------------- AUTRES --------------------------- */
.checkout-message{
	font-size: 16px;
}
#warning{
	font-size: 17px;
}