@import 'Urban/styles.css';
.messageAlert .message {
  background-color: red;
  color: white;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
}

body.bg-dark {
  color: white;
}
body.dark-theme {
  background-color: transparent;
  color: white;
}
body.dark-theme form#order-form .columns .menus .formule {
  color: #252525;
  box-shadow: 0 4px 15px rgba(149, 149, 149, 0.4);
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

*,
::before,
::after {
  box-sizing: border-box;
}

.erpPage {
  display: none;
}

.indexFront .formules {
  width: 100%;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, calc(33.333333% - 24px));
  justify-content: space-between;
}

.indexFront .formules .card {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

[dir=rtl] .input-group > .form-control:not(:last-child),
[dir=rtl] .input-group > .custom-select:not(:last-child),
html:not([dir=rtl]) .input-group > .form-control:not(:first-child),
html:not([dir=rtl]) .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

html:not([dir=rtl]) .input-group > .input-group-prepend > .btn,
html:not([dir=rtl]) .input-group > .input-group-prepend > .input-group-text,
html:not([dir=rtl]) .input-group > .input-group-append:not(:last-child) > .btn,
html:not([dir=rtl]) .input-group > .input-group-append:not(:last-child) > .input-group-text,
html:not([dir=rtl]) .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
html:not([dir=rtl]) .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid;
  color: #5c6873;
  background-color: #fff;
  border-color: #e4e7ea;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=radio],
input[type=checkbox] {
  display: inline;
  width: auto;
}

html:not([dir=rtl]) .input-group-prepend {
  margin-right: -1px;
}

.input-group-prepend {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  color: #5c6873;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: 1px solid;
  border-radius: 0.25rem;
  color: #5c6873;
  background-color: #f0f3f5;
  border-color: #e4e7ea;
}

.form-group {
  margin-bottom: 1rem;
  position: relative;
}

.form-check,
.total_nb_seats {
  position: relative;
}

.c-icon:not(.c-icon-c-s):not(.c-icon-custom-size) {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
}

.c-icon {
  display: inline-block;
  color: inherit;
  text-align: center;
  fill: currentColor;
}

.login_php .card-group {
  display: grid;
  grid-template-columns: repeat(2, 40%);
  justify-content: space-around;
}

form#order-form {
  padding-top: 20px;
  padding-bottom: 200px;
}
form#order-form input::-moz-placeholder {
  color: #b0b0b0;
}
form#order-form input::placeholder {
  color: #b0b0b0;
}
form#order-form input.number {
  text-align: center;
}
form#order-form figure {
  margin: 0;
}
form#order-form img {
  display: block;
}
form#order-form .columns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1300px) {
  form#order-form .columns {
    flex-wrap: wrap;
  }
}
form#order-form .columns > * + * {
  margin-left: 20px;
  border-left: 1px solid #ccc;
  padding-left: 20px;
}
@media screen and (max-width: 855px) {
  form#order-form .columns > * + * {
    margin-left: 0;
    border-left: 0 none;
    padding-left: 0;
  }
}
form#order-form .columns .menus {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  flex: 0 0 68%;
}
@media screen and (max-width: 855px) {
  form#order-form .columns .menus {
    flex: 0 0 100%;
  }
}
form#order-form .columns .menus .formule {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  flex: 0 0 calc(33.333333% - 14px);
}
@media screen and (max-width: 600px) {
  form#order-form .columns .menus .formule {
    flex: 0 0 calc(50% - 14px);
  }
}
@media screen and (max-width: 450px) {
  form#order-form .columns .menus .formule {
    flex: 0 0 100%;
  }
}
form#order-form .columns .menus .formule .formule-image {
  aspect-ratio: 1417/2283;
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
}
form#order-form .columns .menus .formule .formule-image figure {
  width: 100%;
  height: 100%;
}
form#order-form .columns .menus .formule .formule-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
form#order-form .columns .menus .formule .formule-image .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
}
form#order-form .columns .menus .formule .formule-image .bottom input {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.5%;
  width: 85px;
  height: 30px;
  background-color: #f4e8ff;
  border: 1.4px solid #606060;
  border-radius: 60px;
}
form#order-form .columns .menus .formule .content {
  position: relative;
  z-index: 1;
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 20px;
  text-align: center;
}
form#order-form .columns .menus .formule .content p {
  margin-bottom: 0;
}
form#order-form .columns .menus .formule .content h4 {
  font-size: 18px;
}
form#order-form .columns .menus .formule .content .top {
  flex: 1 1 auto;
}
form#order-form .columns .menus .formule .menu-detail {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s;
}
form#order-form .columns .menus .formule .menu-detail .inner-menu-detail {
  padding-bottom: 20px;
}
form#order-form .columns .menus .formule:hover {
  transform: translateY(-5px);
}
form#order-form .columns .menus .formule:hover .menu-detail {
  max-height: 400px;
}
form#order-form .columns .form-fields {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 0%;
}
@media screen and (max-width: 855px) {
  form#order-form .columns .form-fields {
    flex: 0 0 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
  }
}
form#order-form .columns .form-fields h3 {
  font-size: 18px;
}
form#order-form .columns .form-fields .supplements .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
form#order-form .columns .form-fields .supplements .form-group input {
  width: 55px;
  padding: 0 0.75rem;
  height: 24;
}
form#order-form .columns .form-fields .supplements .form-group label {
  margin-bottom: 0;
}
form#order-form .columns .form-fields .form-radio {
  display: flex;
  align-items: center;
  gap: 5px;
}
form#order-form .columns .form-fields .form-radio label {
  margin-bottom: 0;
  margin-right: 25px;
}
form#order-form .columns .form-fields .form-col {
  display: flex;
  gap: 10px;
  flex-direction: row;
}
@media screen and (max-width: 1450px) {
  form#order-form .columns .form-fields .form-col {
    flex-direction: column;
  }
}
@media screen and (max-width: 855px) {
  form#order-form .columns .form-fields .form-col {
    flex-direction: row;
  }
}
@media screen and (max-width: 450px) {
  form#order-form .columns .form-fields .form-col {
    flex-direction: column;
  }
}
form#order-form .columns .form-fields .form-col .form-group {
  flex: 1 1 auto;
}
form#order-form .basket {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 180px;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8588235294);
  color: black;
  padding: 20px;
  margin: 0;
  z-index: 1;
  border: 1px solid black;
  border-radius: 8px;
}
form#order-form .basket h3 {
  font-size: 17px;
}
form#order-form .basket h3 .vat {
  font-size: 14px;
  font-weight: 300;
}
form#order-form .basket .btns-action {
  margin-top: 10px;
}
form#order-form .basket .btns-action button.btn {
  margin: 0;
  padding: 10px;
  border: 0 none;
  box-shadow: none;
}
form#order-form .basket .btns-action button.btn:focus {
  outline: none;
  border: 0 none;
  box-shadow: none;
}

body.hidebasket form#order-form .basket {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.btns-action {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn {
  border-radius: 10px;
  font-size: 18px;
  margin: 10px;
  line-height: normal;
  padding: 10px;
  border: 0 none;
  box-shadow: none;
}
.btn:focus {
  outline: none;
  border: 0 none;
  box-shadow: none;
}

.btn:disabled {
  opacity: 0.2;
}

.btn.btn-green {
  background-color: rgb(0, 201, 64);
  border-color: #008000;
}

.btn.btn-red {
  background-color: rgb(224, 64, 64);
  border-color: rgb(177, 0, 0);
}

body.qr_code_checker_server_php {
  margin: 0;
}

body.qr_code_checker_server_php .c-body {
  padding: 20px;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(40, 40, 40, 0.4823529412);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-modal {
  background-color: white;
  border-radius: 5px;
  margin: 20px;
  padding: 20px;
  text-align: center;
}

.content-order {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#manual_check {
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  gap: 15px;
  flex-direction: column;
}

#manual_check .card {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-weight: 700;
}

#manual_check .codename {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

input::-moz-placeholder {
  color: #cfcfcf;
}

input::placeholder {
  color: #cfcfcf;
}

.msg-error {
  position: absolute;
  background-color: red;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 5px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 5px);
  white-space: nowrap;
  z-index: 1;
}
.msg-error::before {
  content: "";
  size: 0;
  border: 5px solid transparent;
  border-bottom-color: red;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}/*# sourceMappingURL=custom.css.map */