/* === Structure flex pour que le footer reste en bas de la page === */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

li#MenuItem1 {
display: none !important;
}

/* Bloc principal de contenu – adapté à tes sélecteurs courants */
body > #contenu,
body > .wrapper,
body > #page {
  flex: 1 0 auto;
  padding-bottom: 120px; /* empêche le footer de se coller */
  box-sizing: border-box;
}

/* === Footer (colonne gauche + droite) === */
footer {
  background: #174946;
  width: 100%;
  box-sizing: border-box;
  color: #ffffff;
  flex-shrink: 0;
}

/* Logo hauteur zéro corrigé */
.logoAphraFooter {
  margin-bottom: 0 !important;
}

/* Colonne gauche du footer */
.LIVEpied_LEFT {
  width: 60%;
  float: left;
  padding: 11px 15px;
  box-sizing: border-box;
  text-align: left;
}

/* Colonne droite du footer */
.LIVEpied_RIGHT {
  width: 40%;
  float: right;
  padding: 46px 168px;
  box-sizing: border-box;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Nettoyage des flottants */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Réactivité <= 768px */
@media screen and (max-width: 768px) {
  .LIVEpied_LEFT,
  .LIVEpied_RIGHT {
    width: 100%;
    float: none;
    padding: 20px 10px;
    text-align: center;
    display: block;
  }

  .LIVEpied_RIGHT {
    justify-content: center;
  }
}

/* === Styles globaux existants — inchangés === */
body { font-size: 16px;
font-family: 'Montserrat-Regular';
}
/* … tous les autres styles déjà présents … */

#contenu {
  font-size: 15px;
}
#contenu,
.wrapper,
#page {
  padding-bottom: 40px; /* ou plus selon vos besoins */
}
td.Item {
  padding: 0px;
}

td.Item span {
  margin-top: 6px;
}

textarea {
  width: 100% !important;
}

/* -----------------------------------CSS FAIT PAR FIO ---------------------------------*/

/*Home Page*/
/*bouton "register now"*/
.btnregnow_ {
  background: #FBECD7; /* Fond très clair */
  width: 285px !important;
  padding: 18px 20px;
  border-radius: 6px !important;
  color: #E1522A !important;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #E1522A; /* Contour fin et discret */
  font-weight: 500;
  cursor: pointer;

  /* Effets doux */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* Ombre très légère */
  transition: all 0.25s ease;
}

.btnregnow_:hover {
  background: #FFCA7A !important; /* Légère teinte au survol */
  color: #E1522A !important; /* Texte assombri mais doux */
  border: 1px solid #E1522A; /* Contour toujours orange */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); /* Ombre subtile */
}
/*bouton "book your hotel now"*/
.btnaccommodation_ {
  background: #FBECD7; /* Fond très clair */
  width: 285px !important;
  padding: 18px 20px;
  border-radius: 6px !important;
  color: #E1522A !important;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #E1522A; /* Contour fin et discret */
  font-weight: 500;
  cursor: pointer;

  /* Effets doux */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* Ombre très légère */
  transition: all 0.25s ease;
}

.btnaccommodation_:hover {
  background: #FFCA7A !important; /* Légère teinte au survol */
  color: #E1522A !important; /* Texte assombri mais doux */
  border: 1px solid #E1522A; /* Contour toujours orange */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); /* Ombre subtile */
}

/*cacher le bouton "previous step"*/
input#ctl00_Main_TcktFront_BtnPrevious {
    display: none;
}

/*ajout du bordure autour des blocks*/
.block {
    border: solid 1px #EDD5BB;
}

/*changement visuels sur les boutons dans l'espace perso*/
a#ctl00_Main_LnkBtnRegistrationFile {
    background-color: #FBECD7;
    border: 1px solid #E1522A;
    color: #E1522A;
}
a#ctl00_Main_LnkBtnPwd {
    background-color: #FBECD7;
    border: 1px solid #E1522A;
    color: #E1522A;
}
a#ctl00_Main_LnkBtnAddFee {
    background-color: #FBECD7;
    border: 1px solid #E1522A;
    color: #E1522A;
}
a#ctl00_Main_LnkBtnMyDocs {
    background-color: #FBECD7;
    border: 1px solid #E1522A;
    color: #E1522A;
}
a#ctl00_Main_LnkBtnMailHistory {
    background-color: #FBECD7;
    border: 1px solid #E1522A;
    color: #E1522A;
}
input#ctl00_Main_BtnCancelNewFile {
    background-color: #FBECD7;
    border: 1px solid #E1522A;
    color: #E1522A;
}

input#ctl00_Main_BtnMergeAndPay {
    background-color: #FBECD7;
    border: 1px solid #E1522A;
    color: #E1522A;
}
input#ctl00_Main_RptOrders_ctl00_PayOnline{
    background-color: #FBECD7;
    border: 1px solid #E1522A;
    color: #E1522A;
}

input#ctl00_Main_BtnIdentification {
    background-color: #FBECD7;
    border: 1px solid #E1522A;
    color: #E1522A;
    padding: 0.8rem 4rem;
    border-radius: 5px;
}

input#ctl00_Main_TcktFront_SummaryBtnPay {
    background-color: #FBECD7;
    border: 1px solid #E1522A;
    color: #E1522A;
}
input#ctl00_Main_TcktFront_SummaryBtnCancel {
    background-color: #FBECD7;
    border: 1px solid #E1522A;
    color: #E1522A;
}

/*ESPACE GROUPE*/
/*cacher le titre DIVERS*/
span#ctl00_Main_ctl13_RptFormRes_ctl00_GROUPE_FORM_GROUPE_ITEM_LIBELLE {
    display: none;
}
/*bouton 'save'*/
input#ctl00_Main_ctl13_BtnSaveGroup {
    background-color: #FBECD7;
    border: 1px solid #E1522A;
    color: #E1522A;
    padding: 0.8rem 4rem;
    border-radius: 5px;
}
/*cacher fichier Excel*/
img#ctl00_Main_ctl13_ExcelImport {
    display: none;
}
a#ctl00_Main_ctl13_LnkExcelImport {
    display: none;
}
/*cacher l'étape 3 de la facturation*/
li#ctl00_Main_ctl13_MenuStep3 {
    display: none;
}
/*cacher le bouton brouillon*/
a#ctl00_Main_ctl13_BtnSave_Draft {
    display: none;
}

/*bouton connexion*/
a#ctl00_Main_ctl13_BtnIdentification {
    background-color: #FBECD7;
    border: 1px solid #E1522A;
    color: #E1522A;
    padding: 0.8rem 4rem;
    border-radius: 5px;
}
a#ctl00_Main_ctl13_BtnSave {
    background-color: #FBECD7;
    border: 1px solid #E1522A;
    color: #E1522A;
    padding: 0.8rem 4rem;
    border-radius: 5px;
}
a#ctl00_Main_ctl13_BtnSaveNext {
    background-color: #FBECD7;
    border: 1px solid #E1522A;
    color: #E1522A;
    padding: 0.8rem 4rem;
    border-radius: 5px;
}

/*espacement entre titres*/
h2#RUB2101 {
line-height: 4.05;
}
h2#RUB2098 {
line-height: 4.05;
}

/*---------------------------------FIN DU CSS DE FIO--------------------------*/

/* ---------- Sessions & programme ---------- */
.LnkSessionDetails.LnkSessionDetailsForComputer {
  font-weight: bold;
}

#ctl00_Main_news1_GrdVwScheduler > tbody > tr.LineSession3586 {
  display: none;
}

table#ctl00_Main_news1_GrdVwScheduler {
  border-right: hidden;
}

tr.FirstLineOfDayFull > td {
  color: #E1522A !important;
}

/* ---------- Champs personnalisés ---------- */
#ctl00_Main_TcktFront_IT_LBL_TEXTE_6941 {
  width: 205px !important;
}

#ctl00_Main_TcktFront_IT_TEXTE_6941 {
  width: 357px;
}

#ctl00_Main_TcktFront_IT_LBL_TEXTE_7001,
#ctl00_Main_TcktFront_cell_IT_7001,
#ctl00_Main_TcktFront_cell_IT_7092,
#ctl00_Main_TcktFront_IT_LBL_TEXTE_7092 {
  width: 0px !important;
}

#ctl00_Main_TcktFront_cell_RU6935 {
  display: none;
}

#ctl00_Main_TcktFront_IT_LBL10404 {
  font-weight: bold;
  font-size: 13px;
}

#ctl00_Main_TcktFront_TblTicket_RU_10450,
#ctl00_Main_TcktFront_TblTicket_RU_10494,
#ctl00_Main_TcktFront_TblTicket_RU_10561 {
  display: none !important;
}

#ctl00_Main_TcktFront_IT_LBL_TEXTE_10631 {
  display: inline-block !important;
}

#ctl00_Main_TcktFront_cell_IT_10631 {
  width: 0px !important;
}

/* ---------- Mise en forme registration ---------- */
.tdEnteteRegistrationLogo {
  background-image: url(images/client/182/images/logo_left.png);
  background-repeat: no-repeat;
}

.tdEnteteRegistrationTop {
  background-image: url(images/client/182/images/bandeau.png);
  background-repeat: no-repeat;
}

.tableRegistration {
  width: 1024px;
}

.AuthPanel {
  background-image: url(images/client/182/images/background_login.png);
  background-repeat: no-repeat;
  padding-top: 165px !important;
  height: 450px;
}

.PnlIdentificationLogout {
  max-width: 195px;
  float: right;
}

/* ---------- Menu et header ---------- */
.MenuSelected {
  text-transform: uppercase;
  color: white !important;
  margin-left: 10px;
  font-size: 14px;
}

.CellMenu {
  background-image: url(images/client/182/images/menu_background.png);
  background-repeat: no-repeat;
  padding-top: 5px;
  height: 35px;
}

.header_page_yv {
  background-image: url(images/client/182/images/background_header_page.png);
  background-repeat: no-repeat;
  height: 47px;
  font-weight: bold;
  font-size: 20px;
  color: white;
  width: 592px !important;
}

.navigation {
  margin-top: 50px !important;
}

.texte_header_yv {
  padding-top: 10px;
  padding-left: 15px;
}

.header_registration {
  margin-top: -20px;
}

.center_pre_header {
  margin-top: 32px;
  text-align: center;
}

/* ---------- Layout spécifique ---------- */
#ctl00_Main_LayoutCell_1_255,
#ctl00_Main_LayoutCell_1_256,
#ctl00_Main_LayoutCell_1_257,
#ctl00_Main_LayoutCell_1_258 {
  padding-top: 11px;
}

.img_left_yv {
  margin-top: 0px;
}

.registration {
  font-size: 14px;
  width: 100%;
}

.content_page_accueil_yv,
.content_page_visa_yv {
  padding-left: 20px;
}

.content_page_visa_yv {
  font-size: 12px;
}

/* ---------- Contenus stylisés ---------- */
.TitreRubriqueBo {
  width: 100%;
  background-color: white;
  text-align: left;
  color: darkslategrey;
  font-weight: bold;
  height: 60px;
  font-size: 28px;
  text-transform: uppercase;
}

.texte_sous_header {
  text-transform: uppercase;
  color: #919296;
  font-size: 14px;
}

.sous_header_activities_yv {
  text-transform: uppercase;
  margin-top: 40px;
  background-color: #E30045;
  text-align: center;
  height: 25px;
  padding-top: 5px;
  color: white;
  font-weight: bold;
}

.text_header_activities_yv {
  font-size: 13px;
  color: #a2b7c2;
  text-align: center;
  margin-top: 8px;
}

.sous_header_activities_blue_yv {
  text-transform: uppercase;
  margin-top: 15px;
  background-color: #b4c7ce;
  text-align: center;
  height: 25px;
  padding-top: 5px;
  color: white;
  font-weight: bold;
}

.separator_yv,
.separator_yv_bottom,
.separator_yv_bottom_2 {
  height: 2px;
  background-color: #b4c7ce;
}

.separator_yv {
  margin-top: 8px;
  margin-bottom: -9px;
}

.separator_yv_bottom {
  margin-top: -11px;
  margin-bottom: -25px;
}

.separator_yv_bottom_2 {
  margin-top: -10px;
  margin-bottom: -5px;
}

.text_activities_yv {
  margin-top: 15px;
}

/* ---------- Abstract ---------- */
.AbstractRegistration {
  padding: 10px !important;
  border: none;
}

.AbstractAlreadyregistered {
  border: none;
}

.AbstractSubmitterInfo {
  background-color: #f7e4c6;
  border: 1px solid #e1522a;
}

.CoAuthorHeader {
  color: #e1522a;
  background-image: none;
}

.AbstractSubmissionBottom {
  background-color: #f9df7600;
}

#dvAbstractInformationTop,
div#ctl00_Main_ctl01_PnlSubmitterInfo,
.TitreGroupe,
.lblTitleEvent_css,
.lblDateEvent_css,
span#ctl00_lblPlaceEvent {
  display: none !important;
}

/* ---------- Boutons & inputs ---------- */
.CssTextBox,
.CssTextBoxDate {
  width: 520px;
  border: 1px solid #EDD5BB;
  border-radius: 5px;
}

#ctl00_Main_TcktFront_IT_LISTE_7725,
#ctl00_Main_TcktFront_IT_LISTE_7726 {
  width: 160px !important;
  border: 1px solid #d94066;
}

#ctl00_Main_TcktFront_cell_IT_LISTE_7725,
#ctl00_Main_TcktFront_cell_IT_LISTE_7726 {
  padding-left: 15px;
}

#ctl00_Main_TcktFront_BtnSave {
  width: 200px;
  background-color: #FBECD7;
  border: 1px solid #E1522A;
  color: #E1522A;
}

#ctl00_Main_TcktFront_BtnSave:hover {
  width: 225px;
}

input#ctl00_Main_TcktFront_BtnCancel {
  width: 200px;
  background-color: #FBECD7;
  border: 1px solid #E1522A;
  color: #E1522A;
}

#ctl00_Main_ctl01_BtnNext {
  height: 17px;
  top: -22px;
  display: flex !important;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  position: relative;
}

#ctl00_Main_ctl01_BtnRegistered {
  align-content: center;
  top: 23px;
  width: 72px;
  display: inline-block;
  position: relative;
  height: 19px;
  text-align: center;
}

#ctl00_Main_ctl01_HprLnkForgotPassword {
  display: contents;
  top: -14px;
  font-weight: bold;
}

/* ---------- Personnalisation boutons ---------- */
.blockprofil {
  display: flex;
  background: #0000ff;
  border: 1px solid #0000ff;
  border-radius: 5px;
  padding: 7px 10px;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  height: 155px;
  width: 155px;
  margin: 10px;
  align-items: center;
  justify-content: center;
}

.blockprofil:hover {
  color: #fff !important;
  border-radius: 5px;
  font-size: 20px;
  text-decoration: none;
  transform: translateY(-3px);
  opacity: 0.87;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
}

.btncontactus {
  background: #00acff;
  border: 1px solid #00acff;
  border-radius: 50px;
  padding: 5px 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: auto;
}

.btncontactus:hover {
  background: black;
  border: 1px solid black;
  border-radius: 50px;
  padding: 5px 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: auto;
}

.btn-warning,
.btn-warning:focus,
.btn-warning:active {
  display: inline-block;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 20px;
  background-color: #00acfe;
  border-color: #00acfe;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  font-family: AftikaBold, sans-serif;
  justify-content: center;
  align-content: space-around;
}

.btn-warning:hover {
  background-color: #0083c1;
  border-color: #0083c1;
  font-size: 21px;
}

/* ---------- Divers ---------- */
a:link {
  color: #00acff;
}

a:hover {
  color: #b5207b;
}

.head {
  padding: 0px !important;
  transform: translateX(0) !important;
  filter: blur(0) !important;
}

.warning {
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
}

.menu_top {
  height: 0px;
  border-radius: 0px;
}

.menu_top ul li {
  height: 33px;
  padding-top: 0px;
}

.menu_top ul li a {
  padding: 10px 35px;
}

.CssButton {
  color: #e1522a;
  background-color: #fbecd7;
  border-color: #e1522a;
  font-weight: bold;
  background-image: none;
  font-family:'Montserrat-Regular';
  width: 200px;
  height: 45px;
}

div#ctl00_Main_ctl01_PnlActions {
  top: 12px;
  position: relative;
  text-align-last: center;
}

/* Conteneurs */
.contenublockISPO_0 {
  padding: 25px;
  height: 100%;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255,255,255,0) 17%, rgba(255,255,255,1) 70%);
}

.contenublockISPO_1 {
  display: flex;
  margin: auto;
  padding: 20px;
  width: 82%;
  justify-content: center;
  flex-wrap: wrap;
  align-content: stretch;
}

.contenublockISPO_2,
.contenublockISPO_3 {
  text-align: justify;
  display: block;
  margin: auto;
  padding: 20px;
  border: 0;
  border-radius: 7px;
}

.contenublockISPO_3 {
  background-color: #1e206129;
}

.CONTENT_COUNTDOWN {
  text-align: center;
  color: white;
}

.Images.reg {
  display: flex;
  margin: auto;
  padding: 20px 29px 20px 0;
  width: 51%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: stretch;
}

/* Abstract : cacher champs civ. */
span.AbsRadioLbl {
  display: none;
}





/*CSS Ines Abstracts*/
a#ctl00_Main_ctl13_BtnRegistered {
  background: none;          /* Supprime le dégradé */
  background-color: #f0f0f0; /* Remet un fond uni */
  border: 1px solid #E1522A;    /* Bordure simple */
  box-shadow: none;          /* Supprime les ombres */
  outline: none;             /* Supprime le contour focus */
  color: black;
  display: inline-block;
  text-align: center;
  padding: 8px 16px;
  margin-top: 15px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
/* Effet au survol */
a#ctl00_Main_ctl13_BtnRegistered:hover {
  background-color: #F7E3C7; /* Change la couleur de fond */
  color: black;             /* Change la couleur du texte */
}



a#ctl00_Main_ctl13_BtnNext {
 background: none;          /* Supprime le dégradé */
  background-color: #f0f0f0; /* Remet un fond uni */
  border: 1px solid #E1522A;    /* Bordure simple */
  box-shadow: none;          /* Supprime les ombres */
  outline: none;             /* Supprime le contour focus */
  color: black;
  display: inline-block;
  text-align: center;
  padding: 8px 16px;
  margin-top: 15px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
a#ctl00_Main_ctl13_BtnNext:hover {
background-color: #F7E3C7; /* Change la couleur de fond */
  color: black;             /* Change la couleur du texte */
}

a#ctl00_Main_ctl13_BtnSave {
background: none;          /* Supprime le dégradé */
  background-color: #f0f0f0; /* Remet un fond uni */
  border: 1px solid #E1522A;    /* Bordure simple */
  box-shadow: none;          /* Supprime les ombres */
  outline: none;             /* Supprime le contour focus */
  color: black;
  display: inline-block;
  text-align: center;
  padding: 8px 16px;
  margin-top: 15px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

a#ctl00_Main_ctl13_BtnSave:hover {
background-color: #F7E3C7; /* Change la couleur de fond */
  color: black;             /* Change la couleur du texte */
}

a#ctl00_Main_ctl13_BtnCancel{
background: none;          /* Supprime le dégradé */
  background-color: #f0f0f0; /* Remet un fond uni */
  border: 1px solid #E1522A;    /* Bordure simple */
  box-shadow: none;          /* Supprime les ombres */
  outline: none;             /* Supprime le contour focus */
  color: black;
  display: inline-block;
  text-align: center;
  padding: 8px 16px;
  margin-top: 15px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

a#ctl00_Main_ctl13_BtnCancel:hover{
background-color: #F7E3C7; /* Change la couleur de fond */
  color: black;             /* Change la couleur du texte */
}

section.menu-bottom {
    display: none;
}

a#ctl00_Main_ctl13_btn_Pwd{
background: none;          /* Supprime le dégradé */
  background-color: #f0f0f0; /* Remet un fond uni */
  border: 1px solid #E1522A;    /* Bordure simple */
  box-shadow: none;          /* Supprime les ombres */
  outline: none;             /* Supprime le contour focus */
  color: black;
  display: inline-block;
  text-align: center;
  padding: 8px 16px;
  margin-top: 15px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

a#ctl00_Main_ctl13_btn_Pwd:hover{
background-color: #F7E3C7; /* Change la couleur de fond */
  color: black;             /* Change la couleur du texte */
}


input#ctl00_Main_ctl13_BtnNewAbstract, input#ctl00_Main_ctl13_BtnRegister, input#ctl00_Main_ctl13_btnLogout, input#ctl00_Main_WbUsrCntrlAbstract_CtrCoAuteur_BtnAddCoAuteur2{
background: none;          /* Supprime le dégradé */
  background-color: #f0f0f0; /* Remet un fond uni */
  border: 1px solid #E1522A;    /* Bordure simple */
  box-shadow: none;          /* Supprime les ombres */
  outline: none;             /* Supprime le contour focus */
  color: black;
  display: inline-block;
  text-align: center;
  padding: 8px 16px;
  margin-top: 15px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

input#ctl00_Main_ctl13_BtnNewAbstract:hover, input#ctl00_Main_ctl13_BtnRegister:hover, input#ctl00_Main_ctl13_btnLogout:hover, input#ctl00_Main_WbUsrCntrlAbstract_CtrCoAuteur_BtnAddCoAuteur2:hover{
background-color: #F7E3C7; /* Change la couleur de fond */
  color: black;             /* Change la couleur du texte */
}

a:link {
    color: black;
}

a:hover {
    color: #E1522A;
}

input#ctl00_Main_ctl13_BtnRegister {
    display: none;
}
