.reservationgroupe{
	position: relative;
	color: #000;
	margin-top:24px;
}
.notice,
#espace_reservation .notice,
.reservationgroupe .notice{
	margin: 5px auto;
	border: 1px #f1f1f1 solid;
	background: #f1f1f1;
	color: #000;
	padding: 15px;
	border-radius: 10px;
}
.notice.notice-warning,
#espace_reservation .notice.notice-warning,
.reservationgroupe .notice.notice-warning{
	background: #f06666;
	color: #FFF;
}
.notice.notice-success,
#espace_reservation .notice.notice-success,
.reservationgroupe .notice.notice-success{
	background: #2f341e;
	color: #FFF;
}
.reservationgroupe.requesting:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/loading.svg)50% 50% no-repeat;
	background-size: 16%;
	opacity: 0;
	transition: opacity .25s ease;
	cursor: wait;
}
.reservationgroupe.requesting:after{
	opacity: 1;
}
#ajout_message,
#modification_reservation fieldset,
.reservationgroupe fieldset {
	padding: 24px;
	margin: 15px auto;
	border: 1px solid #98a77a;
	background-color: #fff;
}
#modification_reservation fieldset legend,
.reservationgroupe fieldset legend {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	background: #98a77a;
	padding: 12px;
	border: 4px double #000;
	text-align: center;
}
#desc_formule{
	margin: 15px 0;
}
#desc_formule h3{
	display: flex;
	margin: 0;
	justify-content: space-between;
}
#desc_formule .composition{
	display: flex;
	align-content: center;
	justify-content: flex-start;
	padding: 0 15px;
}
#desc_formule .composition>div{
	flex: 0 0 50%;
	padding: 0 15px;
}
.reservationgroupe input[type=number],
.reservationgroupe input[type=text],
.reservationgroupe textarea,
input[type=email],
.reservationgroupe input[type=password],
.reservationgroupe input[type=tel],
.reservationgroupe input[type=url],
.reservationgroupe input[type=search],
.reservationgroupe input[type=date] {
	padding: 10px;
	width: 100%;
	font-size: 14px;
	font-family: inherit;
	line-height: 24px;
	color: #C93;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	background-color: rgba(0,0,0,0.04);
	border: 1px solid #98a77a;
	margin-top: 0;
	margin-bottom: 24px;
}
.reservationgroupe select {
	color: #98a77a;
	margin-top: 0;
	margin-bottom: 24px;
}
button.btn-delete,
#lien_swikly{
	display: inline-block;
	padding: 15px 22px;
	color: #FFF;
	background: #2f341e;
	font-family: Cardo;
	text-transform: uppercase!important;
	font-weight: 700;
}
button.btn-delete{
	float: right;
	background: #f06666;
}
.reservationgroupe input[type=number]:hover,
.reservationgroupe input[type=text]:hover,
.reservationgroupe textarea:hover,
.reservationgroupe input[type=email]:hover,
.reservationgroupe input[type=search]:hover,
.reservationgroupe input[type=password]:hover,
.reservationgroupe input[type=tel]:hover,
.reservationgroupe input[type=url]:hover,
.reservationgroupe input[type=date]:hover,
.reservationgroupe input[type=number]:focus,
.reservationgroupe input[type=text]:focus,
.reservationgroupe textarea:focus, input[type=email]:focus,
.reservationgroupe input[type=search]:focus,
.reservationgroupe input[type=password]:focus,
.reservationgroupe input[type=tel]:focus,
.reservationgroupe input[type=url]:focus,
.reservationgroupe input[type=date]:focus {
	box-shadow: 0px 0px 10px rgb(0 0 0 / 11%);
	border-color: #2f341e;
}
.reservationgroupe ::-webkit-input-placeholder { /* Edge */
	color: #777;
}
.reservationgroupe :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #777;
}
.reservationgroupe ::placeholder {
	color: #777;
}
#modification_reservation h3,
#modification_reservation label{
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 5px;
}
#modification_reservation .row{
	display: flex;
	margin: 0 -15px;
}
#modification_reservation [class^='col-'], #modification_reservation [class*=' col-']{
	padding: 0 15px;
}
#modification_reservation .col-3{
	width: 25%;
}
#modification_reservation .col-4{
	width: 33.3333%;
}
#modification_reservation .col-6{
	width: 50%;
}
#liste_messages{
	max-height: 35vh;
	overflow-y: auto;
}
#liste_messages .message{
	display: flex;
	padding: 10px 15px;
	margin: 5px auto;
	flex-wrap: wrap;
}
#liste_messages .message textarea{
	min-height: 50px;
	max-height: 75px;
	flex: 1 1 100%;
	margin: 0 auto;
}
#liste_messages .message .auteur,
#liste_messages .message .date{
	flex: 1 1 50%;
	font-size: 10px;
	margin-bottom: 5px;
}
#liste_messages .message .date{
	text-align: right;
}
#espace_reservation #liste_messages .message textarea,
.postbox #liste_messages .message textarea{
	background: rgba(0,0,0,.15);
}
#espace_reservation #liste_messages .message.msg_client textarea,
.postbox #liste_messages .message.msg_restaurant textarea{
	background: rgba(0,0,0,.05);
}
#espace_reservation #liste_messages .message.msg_restaurant,
.postbox #liste_messages .message.msg_client{
	margin-left: 10px;
}
.reservationgroupe input.error,
.reservationgroupe select.error{
	border: 1px #c44 solid;
	background: #f88;
}
.reservationgroupe input.error:focus,
.reservationgroupe select.error:focus{
	background: none;
}
.modalgroupe{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: end;
	justify-content: center;
	background: rgba(0,0,0,.8);
	z-index: 10000;
}
.modalgroupe.show{
	display: flex!important;
}
.modalgroupe>.modal-content{
	max-height: 80vh;
	max-width: clamp(300px, 70vh, 1024px);
	overflow: hidden;
	overflow-y: auto;
	padding: 15px;
	background: #98a77a;
	color: #FFF;
	border: 1px #98a77a solid;
}
#modal_mentions button{
	font-size: 16px;
	padding: 10px 15px;
	background: #000;
	color: #FFF;
	border: 1px #98a77a solid!important;
}
.reservationgroupe .actions{
	text-align:center;
}
button.btn-primary {
	padding: 15px 22px!important;
	background-color: #98a77a;
	font-family: Cardo;
	text-transform: uppercase!important;
	font-weight: 700;
	font-size: 14px;
	border: 1px solid #98a77a;
	cursor: pointer;
	border-radius: 0;
	color: #fff;
	transition:0.3s;
	margin-top:12px;
	margin-right:8px;
	margin-bottom: 12px;
	position:relative;
}
button.btn-primary:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 5px;
    bottom: 5px;
    border: 1px solid #98a77a;
}
button.btn-primary:hover{
	transition:0.3s;
	background-color: transparent;
	border-color:#98a77a;
	border-radius: 0;
	color: #98a77a;
}

#reservationgroupe_formule:disabled{
	background: rgba(0,0,0,0.04);
}

