@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");

/* =========================================================
   REGISTRATION — BASE TYPOGRAPHY
   ========================================================= */
#registration {
  font-family: "Gill Sans", "Noto Sans", Arial, sans-serif;
}

/* NOTE: ce bloc "force le bold" met en réalité le bold à 400 */
#registration b,
#registration strong,
#registration .bold,
#registration .font-bold {
  font-weight: 400;
}

/* =========================================================
   HOTFIXES (IDs / platform-specific)
   ========================================================= */

/* Fix GREG marge gauche ticket TP-2432 */
#ctl00_Main_TcktFront_LBL_MOBILE_27852 {
  margin: 15px 0 11px !important;
}

/* Labels bootstrap-like */
.LblTxtBx.form-check-label,
.LblDrpDwn.form-check-label {
  margin: 0 !important;
}

/* Payment means summary hidden */
span#ctl00_Main_TcktFront_SummaryPaymentMeans {
  display: none;
}

/* Discount code button: hide original text and replace by "Apply" */
a#ctl00_Main_TcktFront_LnkBtnValidateDiscountCode.LnkBtnValidateDiscountCode {
  font-size: 0;
}

a#ctl00_Main_TcktFront_LnkBtnValidateDiscountCode.LnkBtnValidateDiscountCode::after {
  content: "Apply";
  display: block;
  font-size: 16px;
  line-height: normal;
  text-indent: 0;
}

/* Extra spacing blocks */
#ctl00_Main_TcktFront_IT_LBL_TEXTE_5775,
#ctl00_Main_TcktFront_IT_LBL_TEXTE_5776 {
  margin-bottom: 50px !important;
}

/* Totals padding */
td.tdLblTotalHTValue,
td.tdLblTotalTTCValue,
td.tdLblTotalTVAValue {
  padding-left: 10px !important;
}

/* Specific cell margin */
.ctl00_Main_TcktFront_cell_GR_29104 {
  margin: 0 !important;
}

/* Optimize first form column width */
.lblc,
.ItemKLblSESAMMemberID,
.lblc > span {
  width: 200px !important;
}

/* Titles override */
.TitreRubriqueBo,
.TitreRubriqueV2 {
  font-size: 2rem !important;
}

/* Hide a specific menu item */
li#MenuItem2 {
  display: none !important;
}

/* =========================================================
   GLOBAL ELEMENTS
   ========================================================= */
body {
  background: #fafafa;
  font-size: 16px;
}

p,
ul,
li {
  font-size: 16px;
}

h1 {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}

h2,
.TitreGroupe {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-size: 20px;
}

ul {
  padding: 0 20px;
}

/* =========================================================
   CONTENT BLOCKS (contenublockMEL_*)
   NOTE: propriétés non-CSS retirées: cellpadding, center, border-radius:none
   ========================================================= */
.contenublockMEL_0,
.contenublockMEL_1,
.contenublockMEL_2 {
  text-align: justify;
  background-color: #fff;
  box-shadow: 0 6px 40px rgb(0 0 0 / 15%);
  display: block;
  border: 0;
  border-radius: 10px;
}

.contenublockMEL_0 {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 50px;
}

.contenublockMEL_1 {
  float: right;
  width: 53%;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 10px 30px;
}

.contenublockMEL_2 {
  float: left;
  width: 45%;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 10px 30px;
}

.contenublockMEL_IMG {
  text-align: justify;
  background-color: transparent;
  box-shadow: none;
  display: block;
  float: right;
  width: 53%;
  margin-top: 30px;
  margin-bottom: 50px;
  /* padding négatif supprimé (invalide) */
  padding: 0 30px 10px;
}

.contenublockMEL_4,
.contenublockMEL_6,
.contenublockMEL_7,
.contenublockMEL_8,
.autretruc,
.ContentBlockInner,
main .block {
  background: transparent;
  box-shadow: none;
  border: 0;
  display: block;
}

.contenublockMEL_4 {
  text-align: justify;
  float: right;
  width: 40%;
  margin: auto;
  padding: 10px;
}

.contenublockMEL_5 {
  text-align: justify;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 6px 40px rgb(0 0 0 / 15%);
  border: 0;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 50px;
}

.contenublockMEL_6 {
  text-align: justify;
  /* float:center supprimé (invalide) */
  width: 97%;
  margin: auto;
  padding: 10px;
}

.contenublockMEL_7 {
  text-align: justify;
  float: left;
  width: 56%;
  margin: auto;
  padding: 5px 25px 10px 0;
}

.contenublockMEL_8 {
  text-align: justify;
  float: right;
  width: 42%;
  margin: auto;
  padding: 0;
}

.ContentBlockInner {
  /* "center:100%" supprimé (invalide) */
}

/* Sélecteur invalide supprimé :
.ContentBlock CONTENT_BLOCK Content2808 { background: blue; }
*/

/* =========================================================
   BUTTONS / LINKS
   ========================================================= */
.btn {
  background: #fcde1c !important;
  border: #fcde1c solid 2px;
  border-radius: 5px !important;
  color: #49597c !important;
  padding: 5px 40px;
  font-size: 19px;
  font-weight: bold;
}

.btn:hover {
  background: #83cbf2 !important;
  border: #fcde1c solid 2px;
  border-radius: 5px !important;
  color: #49597c !important;
}

/* Secondary button (attention: "2Opx" était un O, corrigé en 20px) */
.btnsecondary {
  background: #fac235;
  border-radius: 20px !important;
  padding: 5px 20px;
  color: #000 !important;
  font-size: 26px; /* Modif KF */
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: auto;
}

.btnsecondary:hover {
  background: #000 !important;
  color: #fff !important;
  text-decoration: none;
}

/* Registration CTA */
.btnregMEL_ {
  background: #fcde1c;
  width: 350px !important;
  padding: 5px 20px;
  border-radius: 5px !important;
  color: #49597c !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
}

.btnregMEL_:hover {
  background: #83cbf2 !important;
  color: #49597c !important;
  text-decoration: none;
  border-radius: 5px !important;
}

/* Contact button */
.btncontact_ {
  background: #fac235 !important;
  border: #fac235 solid 2px;
  border-radius: 5px !important;
  color: #000 !important;
  padding: 5px 40px 7px;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
}

.btncontact_:hover {
  background: #fff !important;
  border: #fac235 solid 2px;
  border-radius: 5px !important;
  color: #000 !important;
  text-decoration: none;
}

input[type="submit"] {
  width: auto !important;
}

/* =========================================================
   BUTTON ON IMAGE (overlay)
   ========================================================= */
.containerMF_ {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.containerimgMF_ {
  width: 100%;
  height: auto;
}

.containerbtnMF_ {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* -ms-transform conservé pour compatibilité legacy */
  -ms-transform: translate(-50%, -50%);
  background-color: #f1f1f1;
  color: #000 !important;
  font-weight: bold;
  font-size: 16px;
  padding: 16px 30px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

.containerbtnMF_:hover {
  background-color: #000;
  color: #fff !important;
  text-decoration: none;
}

/* =========================================================
   LAYOUT — TEMPLATE OVERRIDES
   ========================================================= */
main article section > div > .block {
  padding: 25px;
  height: auto;
  background-color: #fff;
  /* box-shadow:45px black; supprimé (invalide) */
}

header .container {
  background: transparent !important;
  padding: 0 0 20px;
}

main {
  padding-top: 2px;
}

main .block {
  background: transparent;
}

main .container {
  background: transparent;
  padding: 0 30px;
}

.banner {
  padding: 0 30px;
}

/* Footer */
footer {
  height: 350px;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #000;
}

/* Hide specific header menu items */
#ctl00_Main_ctl08_headerMenu > li.list-inline-item.MainMenuItem,
#ctl00_Main_ctl11_headerMenu > li.list-inline-item.MainMenuItem {
  display: none;
}

/* Navigation */
nav#menu {
  margin: 5px 30px !important;
  padding: 0 !important;
  border-radius: 20px !important;
  background: transparent !important;
}

nav#menu > ul.menu > li {
  margin: 0;
}

nav#menu > ul.menu > li > a {
  background: #fcde1c !important;
  border-radius: 5px !important;
  border: #fcde1c solid 2px;
  color: #49597c !important;
  padding: 5px 40px 7px;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
}

nav#menu > ul.menu > li a:hover {
  background: #83cbf2 !important;
  border-radius: 5px !important;
  border: #83cbf2 solid 2px;
  color: #49597c !important;
}

/* =========================================================
   FORM OVERRIDES
   ========================================================= */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
.custom-select {
  border: 2px #ccc solid;
  background: #f7f7f7;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  margin-left: 0 !important;
}

input[type="text"],
input[type="email"],
.custom-select {
  padding: 5px !important;
}

input[type="tel"] {
  padding: 5px 50px 5px 5px;
}

textarea {
  border: 2px #ccc solid !important;
  background: #f7f7f7 !important;
  border-radius: 5px !important;
  padding: 5px !important;
  font-size: 14px !important;
  width: 100% !important;
  margin-left: 0 !important;
}

/* Radio/checkbox + labels */
input[type="radio"],
input[type="checkbox"],
label {
  height: 17px;
  width: auto;
  font-weight: normal !important;
  /* padding-bottom had typo; removed to avoid silent no-op */
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 16px;
}

/* Exceptions for specific rows (keep behavior) */
.rowTypePHONE input[type="text"],
.ItemKPressCard input[type="text"],
.rowTYPEDATE input[type="text"],
.ItemKREADDITIONALDEL input[type="text"] {
  border: initial;
  background: initial;
  border-radius: initial;
  padding: initial;
  font-size: initial;
  width: initial;
}

/* Phone items */
.ItemKPhone2,
.ItemKPhone1 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 15px 0 11px 4px !important;
}

.ItemKVISA_Issuedate,
.ItemKVISA_Expirydate,
.ItemKVISA_Birthdate,
.ItemKREADDITIONALDEL {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 15px 0 11px 2px !important;
}

.ItemKPhonenonoblig1 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  display: block;
  padding: 15px 0 0 4px !important;
}

.ItemKPhonenonoblig1 span {
  margin: 0 0 13px;
}

/* =========================================================
   MENU REGISTRATION (Stepper)
   ========================================================= */
.CurrentMenuRegistration {
  display: none;
}

.MenuRegistration .MenuRegistrationInner {
  display: block;
  background-repeat: repeat-x;
  background-position: center center;
  background-color: transparent !important;
  text-align: center;
}

.MenuRegistration .MenuRegistrationInner div {
  margin: 5px;
  position: relative;
  border-radius: 20px;
  display: inline-block;
  width: 110px;
  height: 50px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 50px;
  padding: 0 5px;
}

.MenuRegistration .MenuRegistrationInner div span {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  height: 50px;
  width: inherit;
}

.MenuRegistration .MenuRegistrationInner div.selected {
  background-color: #fac833;
  color: #000;
}

/* =========================================================
   MISC / LAYOUT BLOCKS (LIVE / training / footer)
   ========================================================= */
h1.LIVEiata {
  background: #fcde1c;
  font-weight: bold !important;
  font-size: 18px;
  padding: 6px 15px 5px;
  width: 100%;
}

/* Header 3 images (looks like debug colors kept as-is) */
.header-trois-images {
  width: 100%;
  background: red;
  min-height: 40px;
}

.header-trois-images div {
  display: inline-block;
}

.image-1,
.image-3 {
  width: 33%;
  background: yellow;
  color: #000 !important;
  float: left;
}

.image-2 {
  width: 34%;
  background: magenta;
  color: #000 !important;
  text-align: center;
  float: left;
}

/* Training left/right */
.trainingcourseLEFT_ {
  width: 40%;
  float: left;
  /* "5x" typo -> conservé ? ici correction minimaliste en 5px */
  padding: 10px 5px 10px 0;
}

.trainingcourseRIGHT_ {
  width: 40%;
  float: right;
  padding: 0 5px 10px 0;
}

/* LIVE left/right */
.LIVELEFT_ {
  width: 40%;
  float: left;
  padding: 10px 10px 10px 0;
}

.LIVERIGHT_ {
  width: 57%;
  float: right;
  padding: 10px 10px 10px 0;
}

/* Footer construction */
.LIVEpiedpage_ {
  background: #000 !important;
}

.LIVEpied_LEFT {
  width: 60%;
  float: left;
  padding-left: 40px;
  background: #000;
}

.LIVEpied_RIGHT {
  width: 40%;
  float: right;
  padding: 30px;
  background: #000;
}

.main-content {
  display: block;
}

.LIVEmain_content {
  width: 60%;
  float: left;
  padding: 10px 10px 10px 0;
}

.LIVEsidebar_right {
  width: 40%;
  float: right;
  padding: 10px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (min-width: 0) and (max-width: 1366px) {
  .contenublockMEL_1,
  .contenublockMEL_2 {
    width: 100%;
    float: none;
  }

  .LIVEpied_LEFT,
  .LIVEpied_RIGHT {
    width: 100%;
    float: none;
  }

  #RUBRIQUE_B_1546 {
    background: transparent;
  }

  .ctl00_Main_TcktFront_SummaryPaymentMeans {
    width: 400px;
  }
}