/*MAIN BANNER*/
.tdEnteteRegistrationTop {
background-repeat: no-repeat;
    background-size: 100% auto;
    height: 392px;
    width: 100%;
}

#ctl00_registrationLogoTopCell {
    display: none;
}
.tableRegistration {
    border: 1px;
    vertical-align: top;
    padding: 0px;
    max-width: 1200px;
    width: 100%;
}
/*Fin d'inscription modifs padding*/
#RegistrationConfirmation {
    padding-top: 1% !important;
    padding-bottom: 4% !important;
}


/* Modification champ formulaire*/

/* Permet d'enlever le mot devant texte à remplir badge*/
#ctl00_Main_TcktFront_cell_IT_16612{
    display: none;
}

/* Mettre le texte sur une seule ligne : Carte étudiant*/
#ctl00_Main_TcktFront_cell_IT_16754{
    width: 266px !important;
}

/* Mettre le texte sur une seule ligne : ID de l'article*/
#ctl00_Main_TcktFront_IT_LBL_TEXTE_16769{
    width: 266px !important;
}

/* Mettre le texte sur une seule ligne : allergies*/
#ctl00_Main_TcktFront_IT_LBL_TEXTE_16789{
    width: 300px !important;
}
/* Permet d'enlever le mot devant texte à remplir comment*/
#ctl00_Main_TcktFront_cell_IT_16816{
    display: none;
}
/* Permet d'enlever le mot devant texte à remplir reg alim accompagnants*/
#ctl00_Main_TcktFront_cell_IT_16818{
    display: none;
}

/* Mise en forme nouveau formulaire*/
/*SOUS TITRE*/
.TitreGroupe {
    color: #57b9a8;
    font-size: 16px;
    line-height: 1;
    padding: 19px 0px 3px;
}

/*FOND FORMULAIRE*/
.RubriqueSpan {
    display: block;
    background-color: #F1F1F1 !important;
    margin-bottom: 15px;
    padding: 30px;
    width: 1141px;
}
/*GROS TITRE*/
.TitreRubriqueBo {
    font-size: 25px!important;
    color: #57338b !important;
    font-weight: bold !important;
    display: table!important;
    text-transform: none!important;
    letter-spacing: 0!important;
    line-height: 44px!important;
    border-bottom: solid 3px #c5c4bd;
}
/*SURLIGNAGE*/
.CssTextBox {
    border: 1px solid #d7d7d7;
    border-radius: 1px;
        width: 100%;
    max-width: 600px;
}



/* Mise en forme bouton*/
.CssButton:hover { background-color:#57b9a8; color:White; background-image:none; border:solid 2px #57b9a8;}
.CssButton { border:solid 2px #57338b; background-color:#57338b; color:white; background-image:none; font-size:14px; text-transform:uppercase; width:auto !important; min-width:200px; padding-left:15px; padding-right:15px; text-decoration: none;}

/*Cacher le logout*/
#ctl00_Main_PnlIdentificationLogout {display:none;}

/* Menu caché*/
.menu_top{
    display: none;
}

/* Footer*/
#ctl00_BottomContent{
background-color: #57338b;
}

/* Mise en forme formulaire pour mobile*/
@media (max-width: 680px){

.tableRegistration {
    background-color: none;}

.tdEnteteRegistrationTop {
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 150px;
        width: 100%;}
        
.MenuRegistration {
    width: 97%;}

#ctl00_Main_TcktFront_CurrentMenuRegistration, #ctl00_TopMenu {
display:none }


.RubriqueSpan {
    display: block;
    background-color: #F1F1F1 !important;
    margin-bottom: 15px;
    padding: 3px;
    width: 350px;
    line-height: 2em;
}

#scroller li {
    padding: 0 10px;
    height: inherit;
    line-height: inherit;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    background-color: #fafafa;
    font-size: 14px;
}

.CssButton {
    border: solid 2px #57338b;
    background-color: #57338b;
    color: white;
    background-image: none;
    font-size: 14px;
    text-transform: uppercase;
    width: auto !important;
    min-width: auto;
    text-decoration: none;
    margin-left: 27px;
    margin-top: 7px;
}

#ctl00_Main_TcktFront_LBL_MOBILE_16612, #ctl00_Main_TcktFront_LBL_MOBILE_16818, #ctl00_Main_TcktFront_LBL_MOBILE_16816 {
display:none}

.Item {
    border-style: none;
    vertical-align: middle;
    line-height: 2em;
}

#ctl00_Main_TcktFront_SummaryPaymentMeans {
display:none }

}