.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;
}
.reservationgroupe form {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
#ajout_message,
.reservationgroupe fieldset {
	padding: 24px;
	background-color: #fff;
	width: calc(50% - 12px);
	display: flex;
	border:none;
	flex-wrap: wrap;
	gap: 24px;
	border-radius:10px;
	box-shadow:0 10px 30px rgb(0 0 0 / 20%);
}

#modification_reservation fieldset {
	padding: 24px;
	background-color: #fff;
	border:none;
	flex-wrap: wrap;
	gap: 24px;
	border-radius:10px;
	box-shadow:0 10px 30px rgb(0 0 0 / 20%);
	margin:0 12px 24px;
}
.reservationgroupe fieldset.reservation{
	width:calc(66.66% - 12px);
	margin-left:0;
}
.reservationgroupe fieldset.infos{
	width:calc(33.33% - 12px);
	gap: 12px;
	margin-right:0;
}
@media (max-device-width:1024px){
	#ajout_message,
	#modification_reservation fieldset,
	.reservationgroupe fieldset,
	.reservationgroupe fieldset.reservation,
	.reservationgroupe fieldset.infos{
		width:100%;
		margin-right:0;
		margin-left:0;
	}
}

/* LEGEND - FIELDSET */
#modification_reservation fieldset legend,
.reservationgroupe fieldset legend {
	color: #000;
    text-align: center;
    font-family: basic-sans;
    font-size: 28px;
    font-weight: 700;
    background: none;
    text-transform: inherit;
    border: none;
}
@media (max-device-width:1399px) and (min-device-width:1025px){
	#modification_reservation fieldset legend,
	.reservationgroupe fieldset legend {
		font-size: 20px;
	}
}
@media (max-device-width:479px){
	#modification_reservation fieldset legend,
	.reservationgroupe fieldset legend {
		font-size: 20px;
	}
}

/* WRAP INPUT - FIELDSET */
.reservationgroupe form fieldset .wrap-input {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: calc(50% - 12px);
}
.reservationgroupe fieldset.infos .wrap-input{
	width:100%;
}

@media (max-device-width:1024px) and (min-device-width:768px){
	.reservationgroupe fieldset.infos .wrap-input{
		width: calc(50% - 12px);
	}
}
@media (max-device-width:767px){
	.reservationgroupe form fieldset .wrap-input{
		width:100%;
	}
}

/* DESC FORMULE - FIELDSET */
#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;
}

/* INPUTS & SELECTS - FIELDSET */
.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],
select{
	padding: 10px;
	width: 100%;
	font-size: 14px;
	font-family: inherit;
	line-height: 1.6;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	background-color: rgba(0,0,0,0.04);
	border: none;
	border-radius: 10px;
	min-height: 42.4px;
	-webkit-appearance: initial !important;
}
.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;
}

/* BOUTONS & LIENS - FIELDSET */
.reservationgroupe button{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 16px;
	transition-duration: 0.3s;
	background-color: #fdcd68;
	border: 1px solid #fdcd68;
	color: #000000;
	padding: 10px 16px;
	line-height: 1.6;
	font-size: 16px;
	margin: 0 6px 12px;
}
.reservationgroupe button:hover{
	transform:scale(1.05);
}
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;
}
@media (max-device-width:479px){
	.reservationgroupe button{
		margin: 0 0 12px;
	}
}

/* GÃ‰RER MA RÃ‰SERVATION */
#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: center;
	justify-content: center;
	background: rgba(0,0,0,.8);
	z-index: 10000;
}
.modalgroupe.show{
	display: flex!important;
}
.modalgroupe>.modal-content{
	max-height: 90vh;
    max-width: clamp(300px, 85vh, 1024px);
    overflow: hidden;
    overflow-y: auto;
    padding: 15px 30px;
    background: #fdcd68;
    color: #000;
    border: 1px #fdcd68 solid;
}
.modalgroupe>.modal-content .wrap-input {
	margin-left: 40px;
}
.modalgroupe>.modal-content .wrap-input label input {
	margin-right: 10px;
}

#modal_mentions button{
	font-size: 16px;
	padding: 10px 15px;
	background: #000;
	color: #FFF;
	border: 1px #C93 solid!important;
}
.reservationgroupe .actions{
	text-align:center;
}
button.btn-primary {
	padding: 15px 22px!important;
	background-color: #C93;
	font-family: Cardo;
	text-transform: uppercase!important;
	font-weight: 700;
	font-size: 14px;
	border: 1px solid #C93;
	cursor: pointer;
	border-radius: 0;
	color: #fff;
	transition:0.3s;
	margin-top:12px;
	margin-right:8px;
	margin-bottom: 12px;
	position:relative;
}
#form > .reservationgroupe > form > fieldset:nth-child(5) {
    width: calc(66.66% - 12px);
    margin-left: 0;
}
#form > .reservationgroupe > form > fieldset:nth-child(6) {
	width: calc(33.33% - 12px);
    gap: 12px;
    margin-right: 0;
}
#form > .reservationgroupe > form > fieldset:nth-child(6) .wrap-input {
    width: 100%;
}
.reservationgroupe button {
	font-family: Arial;
    font-weight: 600;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    border-radius: 16px;
    transition-duration: 0.3s;
    background-color: #fdcd68;
    border: 1px solid #fdcd68;
    color: #000000;
    padding: 10px 16px !important;
    line-height: 1.6;
    font-size: 16px;
    margin: 0 6px 12px;
}
.reservationgroupe button:before {
	content: none !important;
}
button.btn-primary:hover{
	font-weight: 600;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    border-radius: 16px;
    transition-duration: 0.3s;
    background-color: #fdcd68;
    border: 1px solid #fdcd68;
    color: #000000;
    padding: 10px 16px !important;
    line-height: 1.6;
    font-size: 16px;
    margin: 0 6px 12px;
}
button.btn-primary:before {
    content: none !important;
}
.modalgroupe>.modal-content {
    max-height: 80vh;
    max-width: clamp(300px, 70vh, 1024px);
    overflow: hidden;
    overflow-y: auto;
    padding: 15px;
    background: #FFF !important;
    color: #000;
    border: 1px #98a77a solid;
}
.notice.notice-success, #espace_reservation .notice.notice-success, .reservationgroupe .notice.notice-success {
    background: #FFF;
    color: #000;
}
.ifispro {
	width: 100% !important;
}