
.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  user-scalable: yes!important;
  }
  
  .img
  {
    user-scalable: yes!important;
  }
header a.menu-trigger { background-color:#c80626; }
/*Update page "see abstract"*/
.abstractpreview .abstractcontent{
font-family: "Montserrat";
}
span.abstracttitle, span.abstractnum,h5{
color: #C80626;
}
/*Update programme CALENDRIER*/
div#ctl00_Main_ctl13_RadUpd {
    width: fit-content;
}
.schedule .overview .session{
font-size: 16px;
}
.schedule .overview .session .time1{
font-size: 12px;
}
.schedule .overview .session{
width: auto;
}
/*SR Modifs 10/07*/
.rsHorizontalHeaderTable, .rsContentTable, .rsAllDayTable {width:100% !important;}

/* Cacher la note pour relecture*/
/*span#ctl00_Main_GrdVwAbtracts_ctl02_LblMaxNote{
display: none!important;
}*/
/*Replace VAT validation Sevan*/

div#ConfirmVATVIES_backgroundElement {
display: none !important
}

#ctl00_Main_CheckConfirmSpecialCode{ height:auto !important; }

div#ctl00_Main_TcktFront_PnlConfirmVATAddress {
    height: 193px;
    position: fixed;
    z-index: 100001;
    left: 50% !important;
    top: 25% !important;
}

div#dvTypeSuggested, div.FOdisplayNoneMemberError {
    display: none;
}
input#ctl00_Main_ctl13_FORM_ITEM_37782 {
    display: none;
}
/* Supprimer la ligne mot-clés lors de la relecture */

tr#ctl00_Main_trKeyword {   display: none!important;
}
/* CHanger couleur du pop up sélection catégorie abstract */
.confirm2 .cheader{
background-image: none;
background-color: #DA0019;
}


span.ruFileWrap.ruStyled {
display: math;
}

/* Enlever le type de soumission lors de la page du formulaire abstract */
select#ctl00_Main_WbUsrCntrlAbstract_DrpDwnLstTypeAbstract, span#ctl00_Main_WbUsrCntrlAbstract_LblTypeAbstract, td.MobileDisplayNone.GrdVwAbsTypeNew, th.MobileDisplayNone.GrdVwAbsTypeNew {
    display: none;
}

/* Changer la couleur du tableau de relecture */
body.erp.rub-abstracts .AllBtn,.bg-yellow {
background-color: #DA0019!important;
background-image : none;
}

/* Supprimer info login */

.AbstractTitle {
    display: none;
    font-weight: bolder;
    color: #C80626;
    text-decoration-line: underline;
}


/* TABLEAU CO-AUTEURS*/
  /* Style pour le tableau */
    div#ctl00_Main_WbUsrCntrlAbstract_dvCoAuthor table {
    width: 100%; /* Le tableau occupe toute la largeur disponible */
    border-collapse: collapse; /* Supprime les espaces entre les bordures */
    }
    td.TdAddAffiliations{
    width:0%;
    }

    /* Style pour les champs d'entrée */
    div#ctl00_Main_WbUsrCntrlAbstract_dvCoAuthor table td input,
    div#ctl00_Main_WbUsrCntrlAbstract_dvCoAuthor table td select {
    width: 98%; /* Remplit presque toute la largeur de la cellule */
    height: 30px; /* Ajuste la hauteur des champs */
    box-sizing: border-box; /* Inclut les bordures et le padding dans les dimensions */
    margin: 0; /* Supprime les marges */
    padding: 5px; /* Ajoute un peu d'espacement interne pour le texte */
    border: 1px solid black; /* Bordure des champs */
    border-radius: 3px; /* Coins légèrement arrondis */
}

    /* Style pour le bouton (croix rouge) */
    div#ctl00_Main_WbUsrCntrlAbstract_dvCoAuthor table td input[type="image"] {
    width: 20px; /* Ajustez la taille du bouton selon vos besoins */
    height: 20px;
    margin: 0 auto; /* Centre le bouton s'il est plus petit que la cellule */
}

/* centrer le menu déroulant dans le tableau des co-auteurs*/
.CoAuthorCountry {
    width: 150px; /* Largeur du menu déroulant */
    padding: 5px; /* Espacement interne */
    border: 1px solid red; /* Bordure rouge */
    border-radius: 5px; /* Coins légèrement arrondis */
    text-align: center; /* Centre le texte à l'intérieur */
    text-align-last: center; /* Centre le texte sélectionné (navigateurs modernes) */
    margin: 0 auto; /* Centre horizontalement le menu si nécessaire */
}

/* centrer le texte dans la page abstract*/
.tblAbstractTdTitle, .tblAbstractTdTitleTop{
text-align: left;
}
/*Enlever le cadre autour du login */
.AbstractAlreadyregistered {
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
}


/* Enlever le cadre autour du submission guideline */

.AbstractSubmitterInfoBottom {
    background-color: #F8F8F8;
    border: 1px solid #C80626;
    border: none !important;
}

/*Cacher la colonne tableau ABSTRACT " Preferred Type" */
td.MobileDisplayNone.GrdVwAbsType, th.MobileDisplayNone.GrdVwAbsType {
    display: none;
}

span#ctl00_Main_WbUsrCntrlAbstract_lblCatName{
display:none;
}

/*Changer police texte*/
strong, .general, nav#menu > ul.menu > li > a {
  font-family: 'Montserrat', sans-serif;
}
nav#menu > ul.menu > li > a {
font-weight: normal!important;
text-transform : initial!important;
}
/*Nouveau bouton "Nouvel abstract"*/
.DuplicataBoutonNouvAbstract {
  background-color: #c8102e; /* Rouge */
  color: white; /* Texte blanc */
  border: none; /* Pas de bordure */
  border-radius: 5px; /* Coins arrondis */
  padding: 10px 20px; /* Espacement interne */
  font-size: 16px; /* Taille du texte */
  font-weight: bold; /* Texte en gras */
  cursor: pointer; /* Curseur en forme de main */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); /* Ombre légère */
  text-align: center; /* Centrer le texte */
}

.DuplicataBoutonNouvAbstract:hover {
  background-color: #a50d25; /* Rouge plus foncé au survol */
}

.DuplicataBoutonNouvAbstract:active {
  box-shadow: none; /* Enlever l'ombre quand le bouton est cliqué */
}
/*Masquer la doublure du tableau d'informations soumissions*/

div#dvAbstractInformationTop, div#ctl00_Main_ctl13_PnlSubmitterInfo {
display: none

}

/* Masquer la petite fenêtre dans le formulaire dépositaire*/
input#ctl00_Main_ctl13_FORM_ITEM_34842{
Display: contents;
}
/*MAJ de la page preview abstract*/
.abstractpreview .abstractcontent{
width:auto;
}

/*Mettre le bandeau du menu à gauche*/
ul#ctl00_Main_ctl08_headerMenu {
    text-align: left;
}

/*Masquer bouton "Inscrivez-vous' page abstract*/
input#ctl00_Main_ctl13_BtnRegister{
Display:none;
}
div#ctl00_Main_ctl13_PnlActions {
    margin-left: 369px;
}

/*Modification Mobile dans le formulaire*/
.intl-tel-input .selected-flag{
Margin-left: 178px!important;
}

/*Création bouton page abstract*/
.contenublockEVS38_1 {
    display: flex;
    margin: auto;
    padding: 20px 20px 20px 20px;
    width: 60%;
    justify-content: center;
    flex-wrap: wrap;
    align-content: stretch;
}

.downloadguidelines{
    display: flex;
    background: ##2B7DB2;
    border: 1px solid #0000ff;
    border-radius: 17px;
    padding: 7px 10px;
    color: #fff!important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: text-top;
    text-decoration: underline!important;
    height: 72px;
    width: 306px;
    margin: 10px;
    align-items: center;
    justify-content: center;
}
/* MAJ des boutons*/
.CssButton{
background-image:none;
background-color: #C80626!important;
color:#fff!important;
border: #C80626 solid 2px;
}

input#ctl00_Main_WbUsrCntrlAbstract_RdAsyncUpldItemITEM_3818fakeInput0.ruFakeInput.radPreventDecorate {
width:55% !important
}

.CssButton:hover {
background-image:none;
color :#C80626!important;
background-color: white!important;
border: #C80626 solid 2px;
font-weight: bold;
}

.CssButton:active
{border: white!important;}

a#ctl00_Main_ctl13_BtnRegistered {
    display: flex;
    margin-bottom: 6px;
    align-content: space-around;
    flex-direction: row;
    justify-content: center;
    width : -webkit-fill-available;

}
/* Cacher l'encadré dans la partie abstract*/
tr#ctl00_Main_WbUsrCntrlAbstract_rowAbsItem3818 {
    background-image: none;
    background-color: #C80626;
    color: white;
}

input#ctl00_Main_ctl01_BtnRegister, table#tblAbstractAdvices, div#dvAbstractInformationBottom,/* tr#ctl00_Main_WbUsrCntrlAbstract_RowTypeAbstract */{
    display: none;
}
.AbstractRegistration {
border: none;
}

.AbstractTitle {
font-weight: bolder;
color: #C80626;
text-decoration-line: underline;
}
/* Cacher la barre jaune dans la page personnelle abstract*/
.AbstractSubmitterInfo {
display: none;
}

.AbstractSubmitterInfoBottom {
background-color: #F8F8F8;
border: 1px solid #C80626;
}
.TxtBxCoAuthorLastname, .TxtBxCoAuthorFirstname, .TxtBxCoAuthorInitial,
.TxtBxCoAuthorAffiliation, .TxtBxCoAuthorCity, .DrpDwnLstCoAuthorCountry { border:solid 1px #C80626; }

/* Correction Claire
input[type=text], input[type=email], .custom-select, input[type=tel], input[type=date] {
border:1px black solid!important;
background:#f7f7f7!important;
font-size:14px;
width:100%;
margin-left:0px!important;
}
*/

.CssTypeItemTEXTE input[type=text]:hover, input[type=email]:hover, .custom-select:hover, .CssTypeItemTEXTE input[type=tel]:hover, .CssTypeItemTEXTE input[type=date]:hover {
border:1px #C80626 solid!important;
}

AbstractTitleArea{
color: #C80626;
}
table#ctl00_Main_WbUsrCntrlAbstract_CtrCoAuteur_GrdVwCoAuteur {
    border: #C80626 1px solid;
}
.CoAuthorHeader {
    background-image: none;
    background-repeat: repeat-x;
    background-size: auto 100%;
    color: #C80626;
    text-align: center;
    border: #C80626 1px solid;
    }
    
.cke_top {
    border-bottom: 1px solid #C80626;
    padding: 6px 8px 2px;
    white-space: normal;
    -moz-box-shadow: 0 1px 0 #C80626 inset;
    -webkit-box-shadow: 0 1px 0 #C80626 inset;
    box-shadow: 0 1px 0 #C80626 inset;
    background: #C80626;
    background-image: none!important;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf')
}

.AbstractSubmissionBottom {
background-color: #363c3e00!important;
}
*

/* Titre masqué rubrique espace groupe */
.groupTicket h2, .group h2 {display:none;}

/* Affichage ligne entière RADIO espace groupe */
.group .CssTypeItemRADIO span.displayNone { display:inline; }

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

.LblTxtBx.form-check-label
{
  margin: 0 !important;
}

.LblDrpDwn.form-check-label
{
  margin: 0 !important;
}

/* Début override css du template */
span#ctl00_Main_TcktFront_SummaryPaymentMeans {
display:none
}

a#ctl00_Main_TcktFront_LnkBtnValidateDiscountCode.LnkBtnValidateDiscountCode {
font-size:0px
}

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

label#ctl00_Main_TcktFront_LBL_MOBILE_27195.LblDrpDwn.form-check-label {
  margin: margin-left: inherit; !important;
}

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

body
{
background:#FAFAFA;
font-size:16px;
}

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

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

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

h3
{
font-size:20px;
}

ul {
    padding: 0px 20px;
}

.contenublockMEL_0
{
text-align:justify;
border:0px;
cellpadding:1px;
background-color:#fff;
box-shadow:0 6px 40px rgb(0 0 0 /15%);
display:block;
center:100%;
float:left;
margin-top:0px;
margin-bottom:20px;
padding:10px 50px 10px 50px;
width:100%;
border-radius:10px;
}

.contenublockMEL_1
{
text-align:justify;
border:0px;
cellpadding:1px;
background-color:#fff;
box-shadow:0 6px 40px rgb(0 0 0 /15%);
display:block;
center:100%;
float:right;
margin-top:30px;
margin-bottom:50px;
padding:10px 30px 10px 30px;
width:53%;
border-radius:10px;
}

.contenublockMEL_2
{
text-align:justify;
border:0px;
cellpadding:1px;
background-color:#fff;
box-shadow:0 6px 40px rgb(0 0 0 /15%);
display:block;
center:100%;
float:left;
margin-top:30px;
margin-bottom:50px;
padding:10px 30px 10px 30px;
width:45%;
border-radius:10px;
}

.contenublockMEL_IMG
{
text-align:justify;
border:0px;
cellpadding:0px;
background-color:transparent;
box-shadow:none;
display:block;
center:100%;
float:right;
margin-top:30px;
margin-bottom:50px;
padding:-15px 30px 10px 30px;
width:53%;
border-radius:none;
}

.contenublockMEL_4
{
text-align:justify;
border:0px;
cellpadding:1px;
background-color:transparent;
box-shadow:none;
display:block;
center:100%;
float:right;
margin:auto;
padding:10px;
width:40%;
border-radius:none;
}
.contenublockMEL_5
{
text-align:justify;
border:0px;
cellpadding:1px;
background-color:rgba(255,255,255,0.7);
box-shadow:0 6px 40px rgb(0 0 0 /15%);
display:flex;
center:100%;
margin-bottom:20px;
padding:10px 50px 10px 50px;
width:100%;
border-radius:10px;
flex-wrap: wrap;
}
.contenublockMEL_6
{
text-align:justify;
border:0px;
cellpadding:1px;
background-color:transparent;
box-shadow:none;
display:block;
center:100%;
float:center;
margin:auto;
padding:10px;
width:97%;
border-radius:none;
}
.contenublockMEL_7
{
text-align:justify;
border:0px;
cellpadding:1px;
background-color:transparent;
box-shadow:none;
display:block;
center:100%;
float:left;
margin:auto;
padding:5px 25px 10px 0px;
width:56%;
border-radius:none;
}

.contenublockMEL_8
{
text-align:justify;
border:0px;
cellpadding:1px;
background-color:transparent;
box-shadow:none;
display:block;
center:100%;
float:right;
margin:auto;
padding:0px;
width:42%;
border-radius:none;
}
.ContentBlockInner
{
background:transparent;
display:block;
center:100%;
}

.ContentBlock CONTENT_BLOCK Content2808
{
background:blue;
}
.autretruc
{
text-align:center;
border:0px;
cellpadding:1px;
background-color:transparent;
box-shadow:none;
display:block;
center:100%;
margin:auto;
padding:10px 30px 15px 30px;
width:100%;
border-radius:none;
}

.btn {
border-radius:5px!important;
padding: 5px 40px 5px 40px;
font-size:19px;
font-weight:bold;
background-color: #C80626!important;
color:#fff!important;
border: #C80626 solid 2px;
}
.btn:hover {
border-radius:5px!important;
color :#C80626!important;
background-color: white!important;
border: #C80626 solid 2px;
}
.btn:active
{border: white!important;}
/*bouton autre pour liens*/
.btnsecondary {
background:#fac235;
border-radius:2Opx!important;
padding:5px 20px;
color:#fff!important;
font-size:26px;/*Modif KF*/
font-weight:bold;
text-align:center;
text-decoration:none;
width:auto;
}
.btnsecondary:hover {
background:black!important;
color:#fff!important;
text-decoration:none;
}
.btnsecondary:active
{border: white!important;}
/* fin bouton autre pour liens*/

/***Boutons registration Welcome page***/
.btnregMEL_ {
background:#C80626;
width:350px!important;
padding:10px 20px;
border-radius:5px!important;
color:#fff!important;
font-family: montserrat, sans-serif;
font-size:14px;
text-align:center;
text-decoration:none;
display:block;
}
.btnregMEL_:hover {
background:white!important;
color:#C80626!important;
text-decoration:none;
border-radius:5px!important;
border: 1px solid #C80626;
}

/*Boutons Connect Login*/
input#ctl00_Main_BtnIdentification.btn.btn-warning, a#ctl00_Main_ctl13_BtnIdentification.btn.btn-sm.btn-warning {
   text-transform: none;
   font-family: montserrat, sans-serif;
   font-weight: normal;
   color: #c80626;
   }
.btn-warning, .btn-warning:hover{
border-color: white;
}
input[type=submit]
{
width:auto!important;
}

.btncontact_ {
background:white!important;
border-radius:5px!important;
border: white solid 2px;
color:#000000!important;
padding: 5px 40px 7px 40px;
font-size:19px;
font-weight:bold;
text-decoration:none;
}

.btncontact_:hover {
background:#C80626!important;
border-radius:5px!important;
border: white solid 2px;
color:#000000!important;
text-decoration:none;
}


.cbody {
/*height:180px!important;*/
height:auto;
overflow-y:auto;
}


/*cacher le bouton ETAPE PRECEDENTE*/
input#ctl00_Main_TcktFront_BtnPrevious {
    display:none
}

/*changement de couleur sur le bouton CANCEL*/
input#ctl00_Main_TcktFront_BtnCancel:hover {
    background:#2d3b48!important;
color:#ffffff!important;
text-decoration:none;
border-radius:5px!important;
border-color:#2d3b48!important;
}


/*cacher le bouton GROUP DRAFT AND NEXT*/
a#ctl00_Main_ctl13_BtnSave_Draft {
    display:none;
}

/*bouton sur img */
.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: translate(-50%, -50%);
  background-color: #f1f1f1;
  color:#000000!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: black;
  color:#ffffff!important;
  text-decoration:none;
}

/*fin bouton sur img*/

/* Déclarer les boutons en dessous du header à droite*/
nav#menu > ul.menu{
margin-left:19px!important;
}
main article section > div > .block {
    padding: 25px;
    height: auto;
    background-color: #ffffff;
    box-shadow:45px black;
}

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

footer
{
    height: 18px!important;
    position: absolute;
    top: 100%;
    width: 100%;
    background: rgb(0 0 0 / 0%);
}

main .block
{
background:transparent;
}


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

.banner
{
padding: 0px 30px 0px 30px;
}

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

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

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

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

main {
    padding-top: 2px;
    }
/* fin override css du template */

/* début override css d'un formulaire*/

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

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

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

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:0px!important;
}

input[type="radio"], input[type="checkbox"], label {
    /*height:17px;*/
    width:auto;
    font-weight:normal!important;
    padding-bottom:0px!impotant;
    margin-top: 2px;
    margin-bottom:0px;
    font-size:16px;
}

.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;
}

/*label*/
{
display: inline;
font-size:16px;
font-weight:bold;
color:#000000;
margin:45px 0px 11px 0px;
}
*/

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

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

/*.intl-tel-input input*/
{
    margin-top: 0px;
}

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

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

.ItemKPhonenonoblig1 .intl-tel-input input {
    margin-top: 40px;
}

/* fin override css d'un formulaire */

/* menu sélectionné hidden */
.CurrentMenuRegistration {
    display: none;
}
/* menu stepper*/
.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: #000000;
    color: white;
    text-align: center;
    font-size:13px;
    font-weight:bold;
    vertical-align: middle;
    line-height: 50px;
    padding: 0px 5px;
}

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

/*menu selected du stepper*/
.MenuRegistration .MenuRegistrationInner div.selected {
background-color:#fac833;
color:#000000;
}


/*fin menu stepper*/

.ctl00_Main_TcktFront_cell_GR_29104 {
margin:0px!important;
}

.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 AND RIGHT*/

.trainingcourseLEFT_ {
width:40%;
float:left;
padding:10px 5x 10px 0px;
}

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

/*BLOCK LIVE LEFT AND RIGHT*/

.LIVELEFT_ {
width:40%;
float:left;
padding:10px 10px 10px 0px;
}

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

/*début construction du footer*/

/* Styles pour le footer, uniformisés avec !important */
.LIVEpiedpage_ {
    background: #000000 !important;
    color: #ffffff !important; /* Texte blanc pour le contraste */
    display: flex !important; /* Assure l'utilisation du flex pour la mise en page */
    justify-content: space-between !important; /* Espace égal entre les éléments */
    align-items: center !important; /* Alignement vertical au centre */
    width: 100% !important; /* Étendre sur toute la largeur de la page */
    padding: 20px !important; /* Ajout de marges internes */
    box-sizing: border-box !important; /* Inclut le padding dans la largeur totale */
}

.LIVEpied_LEFT {
    width: 60% !important;
    padding-left: 50px !important;
    background: #000000 !important;
    text-align: left !important; /* Texte aligné à gauche */
    box-sizing: border-box !important;
}

.LIVEpied_RIGHT {
    width: 40% !important;
    padding: 20px 50px !important; /* Uniformisation des marges internes */
    background: #000000 !important;
    text-align: right !important; /* Texte aligné à droite */
    box-sizing: border-box !important;
}

/* Ajout pour garantir une uniformité supplémentaire */
.LIVEpied_LEFT, .LIVEpied_RIGHT {
    flex: 1 !important; /* Égalise l'espace dans le parent flex */
}
.LIVEpiedpage_ * {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important; /* Taille de texte uniforme */
    line-height: 1.5 !important; /* Espacement lisible */
    color: #ffffff !important; /* Texte blanc pour cohérence */
}

/*fin construction du footer*/

.main-content {
display:block;
}

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

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

@media (min-width:0px) and (max-width:1366px)

.contenublockMEL_2 {
width:100%;
float:none;
}
.contenublockMEL_1 {
width:100%;
float:none;
}
.LIVEpied_LEFT {
width:100%;
float:none;
}

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

#RUBRIQUE_B_1546 {
background:transparent;
}

.ctl00_Main_TcktFront_SummaryPaymentMeans {
width:400px;
}

/*Centré cadre bordure page welcome 2*/
element.style {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 15px 15px 0 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.1);
    margin: 40px auto;
   /* width: 0%;*/
    max-width: 1200px;
    position: relative;
}

/* augmenter la largeur du footer sur toute la page web */
<style>
footer {
    position: fixed !important; /* Fixe le footer en bas de la page */
    bottom: 0 !important; /* Place le footer à la toute fin de la page */
    left: 0 !important; /* Aligne le footer avec le bord gauche */
    right: 0 !important; /* Aligne le footer avec le bord droit */
    width: 100% !important; /* Étend le footer sur toute la largeur */
    background-color: #000000 !important; /* Couleur de fond du footer */
    color: #ffffff !important; /* Couleur du texte */
    padding: 20px !important; /* Espacement interne */
    box-sizing: border-box !important; /* Inclut le padding dans la largeur totale */
    z-index: 1000 !important; /* Place le footer au-dessus des autres éléments */
}
</style>

