/* --------------------------- HEADER --------------------------- */
header .bx-cart{
	right: 5%;
	font-size: 29px;
}
header .bx-arrow-back{
	left: 5%;
	font-size: 29px;
}


/* --------------------------- SERVICES --------------------------- */
.service li, #commande li{
	width: calc(100% - 20px);
}
.service{
	width: 95%;
    margin-top: 10px;
}
.service .title{
	font-size: 16px;
}
.service .info{
	font-size: 13px;
    padding: 10px 0 59px 0;
}
.service .footer{
	padding-top: 15px;
}
.service i{
	font-size: 26px;
}
.service select, .service option{
	font-size: 11px;
}


/* --------------------------- ADMIN CONTENT --------------------------- */
.sidebar.open ~ #adminContent{
	width: calc(100% - 78px);
}
#adminContent #blocEntite>#displayImg{
	right: 20px;
	padding: 5px;
	font-size: 17px;
}
#adminContent .entiteInfo{
	/* padding: 10px 10px 0 10px; */
	width: 95%;
}
#adminContent .userList{
	width: 95%;
    margin-top: 10px;
}
#adminContent .user, #adminContent .categorie{
	width: calc(100% - 20px);
}
#calendar h2 {
	font-size: 20px;
}
#calendar button {
	font-size: 13px;
}
#calendar table {
	font-size: 14px;
}
#calendar .fc-footer-toolbar > .fc-toolbar-chunk {
	flex-direction: column;
	gap: 5px;
}
#calendar .fc-footer-toolbar > .fc-toolbar-chunk > button {
	margin-left: 0;
}

#rechercheDiv input{
	opacity: 0;
	width: 30px;
	padding: 0;
}
#rechercheDiv > .bx-search{
	padding: 9px;
	border-radius: 10px;
}
#rechercheDiv > .bx-info-circle{
	display: none;
}
#rechercheDiv:hover > input{
	padding: 0 20px 0 35px;
	width: 175px;
	opacity: 1;
}
#rechercheDiv:hover > .bx-search{
	padding: 0;
	border-radius: 0;
}
#rechercheDiv:hover > .bx-info-circle{
	display: block;
}

/* --------------------------- FOOTER --------------------------- */
footer{
	font-size: 12px;
}
.sidebar.open ~ footer{
	width: calc(100% - 78px);
}
footer #footerLogo{
	height: 35px;
}
footer img{
	height: 35px;
	width: 35px;
}


/* --------------------------- PAGE PAIEMENT --------------------------- */
#container{
    flex-direction: column;
	height: auto;
}
#recap{
	padding: 30px 0;
    width: 100%;
	height: calc(50vh - 60px);
}
#payment-div{
	padding: 20px 0;
    width: 100%;
}
#payment-div form {
    min-width: 100%;
	margin: 0 auto 0 auto;
	height: fit-content;
}
#payment-form {
	margin-top: 0;
}


/* --------------------------- AUTRES --------------------------- */
.checkout-message{
	font-size: 14px;
}
#warning{
	font-size: 15px;
}