#modification_reservation .actions {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.reservationgroupe select {
    color: #cc9933;
    
}

#modification_reservation fieldset legend, .reservationgroupe fieldset legend {
    background: #cc9933 !important;
}
button.btn-primary {
    background: #cc9933 !important;
	border: 1px solid #cc9933 !important;
	line-height: inherit !important;
}
button.btn-primary:before {
    border: 1px solid #cc9933 !important;
}
button.btn-delete {
    padding: 15px 22px!important;
    background-color: #f06666;
    font-family: Cardo;
    text-transform: uppercase!important;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #f06666;
    cursor: pointer;
    border-radius: 0;
    color: #fff;
    transition: 0.3s;
    margin-top: 12px;
    margin-right: 8px;
    margin-bottom: 12px;
    position: relative;
}
button.btn-delete:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 5px;
    bottom: 5px;
	border: 1px solid #f06666 !important;
}
button.btn-primary:hover {
    color: #000000;
}
.modalgroupe>.modal-content {
    max-height: 80vh;
    max-width: clamp(300px, 70vh, 1024px);
    overflow: hidden;
    overflow-y: auto;
    padding: 15px;
    background: #cc9933 !important;
    color: #FFF;
    border: 1px #98a77a solid;
}
.notice.notice-success, #espace_reservation .notice.notice-success, .reservationgroupe .notice.notice-success {
    background: #cc9933;
    color: #FFF;
}