
/*Page inscription : Formulaire*/
.TitreRubriqueBo {color:#9E2A1D !important;font-size:30px;background-color:White; border-top:solid 1px #9E2A1D;border-left:solid 1px #9E2A1D; border-right:solid 1px #9E2A1D; border-bottom:solid 1px #9E2A1D;text-align: center;font-weight: bold;}
.tableRegistration { width:100%;max-width:1000px;background-color:White; border-left:solid 1px #9E2A1D; border-right:solid 1px #9E2A1D; border-bottom:solid 1px #9E2A1D; }
.prev {margin-left: 21px;}
 
/*CSS Button*/  
.CssButton {background-image: none; border-color: #9E2A1D; color: #9E2A1D; font-family: 'Abel','Muli', Arial, sans-serif;font-size: 18px;  border-radius: 30px; height: auto; padding: 8px; background-color:#FFFFFF;}
.CssButton:hover {background-image: none; background-color:#F9DD94; color:#9E2A1D; }

/*padding, Button, dropdown of inscription page*/  
.InnerTicketPnl { 
  padding: 20px; 
} 
.registration{width:100%; margin:auto; max-width:1000px} 
.CssTextBox {border: 0px;border-bottom: 1px inset #C0C0C0; width: 100%;} 
.TblTckt {margin-bottom: 1em;} 
.DrpDwn select {border:0; border-bottom: 1px inset #C0C0C0; font-family:'Stratos', 'Abel','Muli', Arial, sans-serif} 
.TitreRubriqueBo {color: #e73145;} 

/*Registration formulaire line height*/  
#ctl00_Main_TcktFront_InnerTicketPnl{
line-height: 1.7;
}



/*Old code
.tdEnteteRegistrationLogo{display:none;}
.tableRegistration { width:100%; }
.menu_top_container,#contenu { max-width:800px; }
.tdEnteteRegistrationTopInner .blocksep { display:none !important; }
.tdEnteteRegistrationTopInner p { margin:0; }
.bottom_content, .bottom_content a, .bottom_content a:hover { color:rgba(0,0,0,.5) }
#contenu { min-height:150px; }
*/
@media (max-width: 480px)
.tdEnteteRegistrationTop, #ctl00_TopLine {
    display: none !important;
}
