.innerAll {
  width: 100%;
}
#content {
  height: 100vh;
  display: flex;
  padding: 0;
  margin: 0;
}

#r_group-email-search {
  clear: both;
}

#inscription-step1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.registergroup:hover {
  transform: rotate(2deg) translateZ(10px);
}
.registergroup:hover .widget-body {
  transform: rotate(-2deg) translateZ(10px);
}
#inscription-step1 .btn {
  max-width: 300px;
  margin: 10px auto;
  display: inline-block;
  width: 100%;
  font-size: 1.2em;
}

.myModalQuestionnaire {
  width: 100%;
}
/* masquer le bouton soumission des questionnaires */
.wizard-step .formQuestionnaire .form-group[rel="sub"] {
  display: none;
}

/* hotelerie */

#mapModal {
  filter: grayscale(1);
}
.ntabs .ntab .hostelInfos {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;

  display: flex;
  position: relative;
}
.ntabs .ntab .hosteltitle {
  font-weight: 600;
}
.ntabs .ntab {
  width: 100%;
}
.ntabs.active {
  width: 100%;
  overflow: hidden;
  /* position: absolute; */
  /* top: 50vh; */
  background: white;
  /* transform: translateY(-50%); */
  /* justify-content: end; */
  background: transparent;
}
.ntabs.active .ntab {
  /* -webkit-writing-mode: vertical-rl; */
  /* writing-mode: vertical-rl; */
  /* width: 100%; */
  /* transform: rotate(180deg); */
  margin: 0 10px 10px 0;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background: white;
  cursor: pointer;
  width: fit-content;
  padding: 10px 15px;
}
.btn-success {
  background-color: var(--nform-primary-color);
  border-color: var(--nform-primary-color);
}
a {
  color: var(--nform-primary-color);
}
.widget.widget-primary {
  background-color: var(--nform-primary-color);
}
.btn-primary {
  background-color: var(--nform-primary-color);
  border-color: var(--nform-primary-color);
}
.btn-primary:hover {
  color: var(--nform-primary-color);
  border-color: var(--nform-primary-color);
}
.ntabs.active .ntab.active {
  background: var(--nform-primary-color);
  color: white;
}

.ntabs .ntab .more-info {
  display: inline-block;
  background: var(--nform-primary-color);
  color: white;
  margin-top: 15px;
  width: fit-content;
  padding: 4px 6px;
  border-radius: 8px;
  cursor: pointer;
}

.ntabs.active .ntab img,
.ntabs.active .ntab .hostelimgs,
.ntabs.active .ntab .hosteltariffrom,
.ntabs.active .ntab .etoilesHotel,
.ntabs.active .ntab .more-info,
.ntabs.active .ntab .hosteldetails {
  display: none;
}
.nform .wizard-step .ntab-container.active {
  display: flex;
  float: right;
  padding-left: 20px;
  background: white;
  padding-top: 20px;
  border-radius: 8px;
  /* margin-left: 10%; */
  top: 0;
}
.nform-sidebar-toggle {
  background-color: var(--nform-primary-color);
  color: white;
}

.ntab.active .hosteldetails {
  display: none;
}

.sfield-recap {
  display: flex;
  justify-content: space-between;
}
.sfield-recap .tarifInPromo {
  font-size: 0.8em;
}
.sfield-recap {
  display: flex;
  justify-content: space-between;
}
.price-solded-1 {
  color: #34a313;
}
#totalSidebarPrice {
  font-weight: bold;
}
.totalcarttxt {
  display: none;
}
.nform-sidebar-is-closed .totalcarttxt {
  display: initial;
}

.hostelcard {
  display: flex;
  justify-content: left;
}
.hostelimgs {
  width: 30%;
  min-width: 200px;
  margin-right: 15px;
}
.hosteldesc {
  display: flex;
  justify-content: start;
  position: relative;
  width: 100%;
}
.hosteltitle {
  font-size: 1.2em;
}
.etoilesHotel {
  color: var(--nform-primary-color);
}
.hosteldetails {
  font-size: 1em;
  color: #bbb;
}
.hosteltariffrom {
  color: black;

  font-size: 1.15em;

  position: absolute;
  bottom: 0;
  right: 0;
  display: block;

  float: right;
}
.hosteltariffrom small {
  font-size: 0.9em;
}
.photos-chambre {
  display: flex;
  justify-content: space-evenly;
  padding-right: 24px;
  margin-top: 15px;
  overflow: scroll;
}
.photos-chambre:empty {
  margin: 0;
  padding: 0;
}
.photos-chambre img {
  height: 120px; /* Hauteur fixe, ajustez selon vos besoins */
  width: auto; /* Maintient le ratio original de l'image */
  object-fit: cover; /* Couvre la zone de l'image tout en préservant son ratio */
  object-position: center; /* Centre l'image dans l'espace défini */
}
.adminbar {
  top: 65px;
  right: 0;
  position: fixed;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin: 16px;
  max-width: 190px;
}
.adminbar p {
  color: black;
  font-weight: bold;
}
.recap-participant .part-title {
  display: flex;

  justify-content: space-between;
}
.recap-participant .part-title .nomTypeParticipant {
  text-align: left;
  color: white;
  background: #888;
  display: inline;
  padding: 2px 7px;
  border-radius: 8px;
  font-size: 0.8em;
  margin-bottom: 8px;
}
.recap-participant buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widget.recap-item-wizard .recap-item-body {
  border-top: 1px dotted #888;
  padding: 8px 0;
  margin-top: 8px;
}
.widget.recap-item-wizard .recap-item-body:empty {
  border: 0;
  padding: 0;
  margin: 0;
}
.widget.recap-item-wizard {
  width: 100%;
  margin: 12px 0 0 0;
  padding: 5px 15px;
}
.widget.recap-item-wizard .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget.recap-item-wizard .title h5 {
  width: 33%;
  min-width: 150px;
  padding: 0;
  margin: 0;
}
.widget.recap-item-wizard .title .tarifTtcAffichage {
  background: var(--nform-primary-color);
  color: white;
  border-radius: 8px;
  padding: 1.5px 7px;
  font-size: 0.9em;
}
.widget.recap-item-wizard .title div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widget.recap-item-wizard .title div a {
  margin-right: 15px;
}

.recap-item-desc {
  padding: 15px;
}
.recap-item-price {
  background: var(--nform-primary-color);
  color: white;
  padding: 15px;
  border-bottom-right-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1em;
  font-weight: bold;
}
.wizard-step .row {
  width: 100%;
}
.wizard-step .adr-fact {
  min-height: initial;
}
.wizard-step .adr-fact .pull-left.innerLR.half {
  display: none;
}
.wizard-step .adr-fact .media-body.border-left.innerLR {
  border: none;
  font-size: 1em;
  padding: 0;
}
.wizard-step .adr-fact .innerAll.half.media.margin-none {
  padding: 0 !important;
}
.wizard-step .adr-fact .media-body {
  padding: 15px;
}

.wizard-step .col-md-4[data-type="moyen-paiement-proforma"] {
  width: 100%;
}

.wizard-step .col-md-4[data-type="moyen-paiement-cb"],
.wizard-step .col-md-4[data-type="moyen-paiement-cheque"],
.wizard-step .col-md-4[data-type="moyen-paiement-virement"],
.wizard-step .col-md-4[data-type="moyen-paiement-cb-hotelerie"] {
  /* width: 50%; */
  min-height: 350px;
  cursor: pointer;
}

.wizard-step .moyen-paiement {
  min-height: fit-content;
  background: white;
  border-radius: 8px;
  transition: 0.5s ease all;
}

.wizard-step .moyen-paiement .widget-paiement br {
  display: none;
}
.wizard-step .widget.widget-paiement {
  margin-bottom: 0px;

  width: auto;
  transition: 0.5s ease all;
}

.moyen-paiement .paiement-icon .widget-paiement {
  width: 100%;
}
.moyen-paiement .paiement-txt label,
.paiement-body {
  font-weight: normal;
  cursor: pointer;
}
.moyen-paiement .paiement-txt input {
  /* display: none; */
}

.wizard-step .widget.widget-paiement i {
  transition: 0.5s ease all;
  opacity: 0.7;
}
.wizard-step .widget.widget-primary {
  background-color: var(--nform-primary-color);
  margin: 0;
}
.wizard-step .widget.widget-primary i {
  opacity: 1;
}

.moyen-paiement {
  margin-bottom: 15px;
  width: 100%;
}
.moyen-paiement .paiement-body {
  border-radius: 8px;
  background: white;
  display: flex;
}
.wizard-step .moyen-paiement .paiement-icon.widget {
  width: 25%;
  display: flex;

  justify-content: center;
  cursor: pointer;
}
.moyen-paiement .paiement-icon i {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.moyen-paiement .paiement-txt {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 15px;
  justify-content: left;
  cursor: pointer;
}

.wizard-step .moyen-paiement .innerAll.pointer input,
.wizard-step .moyen-paiement .paiement-txt input {
  display: none;
}

.wizard-step .widget.widget + .innerAll.pointer {
  background-color: #fff;
  opacity: 0.8;
  color: #939393;
}
.wizard-step .widget.widget-primary + .innerAll.pointer {
  background-color: #fff;
  opacity: 1;
  color: #222;
}
.btn-success {
  background-color: var(--nform-primary-color);
}

.inscription-finished,
.screen-centered {
  width: 100%;
  max-width: 700px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recap-participant {
  width: 100%;
  margin-top: 25px;
  transition: 0.45s ease all;
  padding: 10px 15px;
  border: 1px dotted #fff;
}
.recap-participant:hover {
  border: 1px dotted #939393;
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #ededed;

  /* box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset; */
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.adm_edit_tarif_form {
  display: flex;
  display: none;
  justify-content: right;
  margin: 10px 0;
  background: #f5f5f5;
  padding: 5px 8px;
  border-radius: 5px;
  vertical-align: middle;
}
.adm_edit_tarif_form input {
  width: 90px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 5px;
}

.nfield .adm_edit_tarif_form input {
  display: initial;
  background-color: white;
  opacity: 1;
  width: 80px;
}
.nfield .adm_edit_tarif_form input.hidded {
  display: none;
}
.recap-participant .part-title {
  color: #222;
}

.adm_edit_tarif {
  position: absolute;
  right: -28px;
  top: 50%;
  display: inline;
  width: 35px;
  height: 35px;
  background: var(--nform-primary-color);
  border-radius: 50%;
  line-height: 30px;
  padding: 3px;
  text-align: center;
  transform: translateY(-50%);
  cursor: pointer;
}
#PanierInscrRecap {
  margin: 15px;
  text-align: right;
  font-size: 1.4em;

  width: 100%;
}
#PanierInscrRecap #totalPanierInscr {
  background: var(--nform-primary-color);
  color: white;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 8px;
}

.nomChambre {
  font-size: 1.2em;
  color: #222;
}

#btn_new_adr_fact {
  min-width: 230px;
}
#btn_new_adr_fact span {
  font-weight: normal;
}
.nform-content .form-horizontal {
  width: 100%;
}
.nform-content form .widget.text-center {
  color: var(--nform-primary-color);
}
.inscription-finished .btn-center {
  width: fit-content;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 1279px) {
  .hostelcard {
    flex-direction: column;
    padding-bottom: 48px;
  }
  .ntabs .ntab .hostelInfos .more-info {
    display: none;
  }
  .hosteltariffrom {
    bottom: -46px;
  }

  .hostelcard div {
    width: 100%;
  }
  .hostelcard * {
    text-align: center;
  }
}

#address-suggestions {
  border: 1px solid #ccc;
  background: #fafafa;
  margin: 10px;
  padding: 10px;
  z-index: 1000;
  width: 100%;
  display: none;
  border-radius: 8px;
  margin-top: -14px;
}

.widget-body #address-suggestions {
  width: 75%;
  margin-left: 25%;
}

#address-suggestions:empty {
  border: 0;
}
.suggestion-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
  margin: 5px;
  background: #fff;
}
.suggestion-box:hover {
  background: #f0f0f0;
}
.addrsuggestionloading {
  width: 100%;
}
