/* =========================
   ABSTRACT PREVIEW
   ========================= */

.AbstractSubmitterInfo {
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 5px;
}

.abstractpreview {
  background: #fff;
  text-align: center;
  padding: 20px;
  margin: auto;
  width: 1000px;
}

.abstractpreview .abstracttitle,
.abstractpreview .abstractnum,
abstractnum,
abstracttitle,
.abstractcontent > h5 {
  font-family: system-ui;
  color: #008c8c !important;
}

.abstractpreview .abstracttitle,
abstractnum,
abstracttitle,
.abstractcontent > h5 {
  font-size: 20px;
}

.abstractpreview .abstractnum {
  font-size: 12pt;
}

.abstractslistfilters {
  background-color: #7ebaa1;
  padding-bottom: 5px;
}

.abstractpreview .abstractcontent {
  width: 100%;
  min-height: 842px;
  font-size: 16px;
  text-align: left;
  display: block;
  padding: 20px;
  background-color: aliceblue;
}

.abstractpreview .abstractcontent .figure,
.abstractpreview .abstractcontent .figure img {
  vertical-align: top;
  display: inline;
}

.abstractPreviewTitleAreaEmpty1,
.abstractPreviewTitleAreaEmpty2,
.abstractPreviewTitleAreaEmpty3,
.abstractPreviewTitleAreaEmpty4,
.abstractPreviewTitleAreaEmpty5,
.abstractPreviewTitleAreaEmpty6,
span.abstractEmailAuthorContent {
  display: none;
}

.abstractPreviewTextArea1,
.abstractPreviewTextArea2,
.abstractPreviewTextArea3,
.abstractPreviewTextArea4,
.abstractPreviewTextArea5,
span.abstractWordKeywords,
span.abstractWordItems.abstractWordItemstop,
.abstractcontent,
.abstractcontent > h5Empty {
  font-family: system-ui;
  margin-bottom: 5px;
}

.abstractpreview h1 {
  font-size: 24px;
  padding-left: 0;
  margin-left: 0 !important;
}

.abstractpreview .coauteurs,
.abstractpreview .affiliation {
  font-size: 12px;
}

.abstractpreview .affiliation,
.AbsItemLABEL {
  font-style: italic;
}


/* =========================
   BASE
   ========================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: linear-gradient(135deg, #667eea, #764ba2);
  min-height: 100vh;
  padding: 40px 20px;
}

form {
  background: #fff;
  margin: 0 auto;
  padding: 40px;
  border-radius: 14px;
  width: 100%;
  max-width: 1100px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

form img {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
  border-radius: 8px;
}

h1,
h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #333;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.full-width {
  grid-column: 1 / -1;
}

label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background-color: #fafafa;
  transition: 0.25s;
}

input#ctl00_Main_WbUsrCntrlAbstract_LblNbItem {
  width: 90px !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #667eea;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
}

button,
input[type="submit"] {
  width: 100%;
  padding: 14px;
  margin-top: 10px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

button:hover,
input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 8px;
}

.error {
  color: #e74c3c;
  font-size: 13px;
  margin-top: 5px;
}

.success {
  color: #2ecc71;
  font-size: 14px;
  margin-bottom: 10px;
}

div.block,
.form-block,
.section,
.card {
  padding: 15px !important;
}

.TitreRubriqueBo,
.TitreRubriqueV2 {
  display: none !important;
}


/* =========================
   QUANTITES KEY4EVENTS
   ========================= */

.NUpDownExt {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
}

.NUpDownExt > div {
  width: auto !important;
  height: auto !important;
  padding-right: 0 !important;
  font-size: inherit !important;
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

.NUpDownExt table {
  display: inline-table !important;
  width: auto !important;
  margin: 0 !important;
}

.NUpDownExt input[type="text"].form-control {
  width: 55px !important;
  height: 38px !important;
  padding: 6px !important;
  margin: 0 !important;
  text-align: center !important;
  font-size: 16px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px 0 0 6px !important;
  background: #fff !important;
}

.NUpDownExt input[type="button"] {
  width: 26px !important;
  height: 19px !important;
  min-width: 26px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #bbb !important;
  border-radius: 0 !important;
  background: #f5f5f5 !important;
  color: #333 !important;
  font-size: 9px !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transform: none !important;
}

.NUpDownExt > span[id*="LABEL_QUANTITY"] {
  display: inline-block !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  white-space: normal !important;
  font-size: 16px !important;
}


/* =========================
   PROFIL PARTICIPANT
   ========================= */

.attendeeprofile .ContactFile table {
  width: 100% !important;
  table-layout: auto !important;
}

.attendeeprofile .ContactFile tr {
  display: table-row !important;
}

.attendeeprofile .ContactFile td {
  display: table-cell !important;
}

.attendeeprofile .ContactFile .LabelItem {
  width: 260px !important;
  min-width: 260px !important;
  padding: 8px 16px 8px 0 !important;
  vertical-align: top !important;
  text-align: right;
  font-weight: 700;
  white-space: normal !important;
}

.attendeeprofile .ContactFile .ResultItem {
  width: auto !important;
  padding: 8px 0 8px 12px !important;
  vertical-align: top !important;
  white-space: normal !important;
  overflow-wrap: break-word;
}

.attendeeprofile .ContactFile .ResultItem > span {
  display: block;
  max-width: 100%;
}

.attendeeprofile .ContactFile .itemLabelRow .LabelItem span:empty {
  display: inline !important;
}

.attendeeprofile .ContactFile .ResultItem img {
  max-width: 100% !important;
  height: auto !important;
}


/* =========================
   PROGRAMME / SCHEDULER
   ========================= */

div#ctl00_Main_TdViewRegistration {
  display: none !important;
}

.schedule .date .dateday {
  display: inline;
}

/* Boutons agenda */
.schedule .agendacmd {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 100% !important;
  margin-bottom: 20px !important;
}

.schedule .agendacmdleft,
.schedule .agendacmdright {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
}

.schedule .agendacmd input {
  width: auto !important;
  min-width: 220px !important;
  max-width: 320px !important;
  margin: 0 !important;
}

.schedule .agendacmdright input {
  flex: 0 0 auto !important;
}

/* Tableau programme */
.GrdVwScheduler {
  width: 100% !important;
  table-layout: fixed !important;
  border-collapse: collapse !important;
}

.GrdVwScheduler .displayNone,
.GrdVwScheduler .colDate {
  display: none !important;
  width: 0 !important;
  max-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.GrdVwScheduler th,
.GrdVwScheduler td {
  vertical-align: middle !important;
}

.GrdVwScheduler .colManageAgenda {
  width: 40px !important;
  max-width: 40px !important;
  text-align: center !important;
}

.GrdVwScheduler .colTime {
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  text-align: left !important;
  padding-left: 12px !important;
}

.GrdVwScheduler .colTime .colTimeDtFin {
  display: inherit !important;
}

.GrdVwScheduler .colTime span,
.GrdVwScheduler .colTime div {
  display: inline !important;
  white-space: nowrap !important;
}

.GrdVwScheduler .colTime br {
  display: none !important;
}

.GrdVwScheduler .SchedulerSessionTitle,
.GrdVwScheduler th:nth-child(5),
.GrdVwScheduler td:nth-child(5) {
  width: 55% !important;
  min-width: 0 !important;
}

.GrdVwScheduler .SchedulerSessionTitle a {
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

.GrdVwScheduler .colRoom,
.GrdVwScheduler th:nth-child(6) {
  width: 140px !important;
  max-width: 140px !important;
}


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 768px) {
  form {
    max-width: 500px;
    padding: 0;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  div.d-lg-none,
  .TitreRubriqueBo,
  .TitreRubriqueV2,
  .CurrentMenuRegistration {
    display: none !important;
  }

  main {
    padding-top: 0;
  }

  form img {
    margin: 0 auto;
  }

  img {
    width: 100% !important;
  }

  div.ConfirmBtns {
    margin-top: 100px;
  }

  .attendeeprofile .ContactFile tr,
  .attendeeprofile .ContactFile td {
    display: block !important;
    width: 100% !important;
  }

  .attendeeprofile .ContactFile .LabelItem {
    min-width: 0 !important;
    width: 100% !important;
    font-weight: bold;
    padding-bottom: 2px !important;
    text-align: left;
  }

  .attendeeprofile .ContactFile .ResultItem {
    padding-top: 2px !important;
  }

  .schedule .agendacmd input {
    width: 100% !important;
    max-width: none !important;
  }
}

@media (max-width: 600px) {
  .NUpDownExt {
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .NUpDownExt > span[id*="LABEL_QUANTITY"] {
    font-size: 14px !important;
  }
}


input#ctl00_Main_TcktFront_ACCOMMODATION_SORT_NAME, input#ctl00_Main_TcktFront_ACCOMMODATION_SORT_PRICE, input#ctl00_Main_TcktFront_ACCOMMODATION_SORT_GRADE {

display: none !important;
}