@media print {

	#SEStartButton { display: none!important;}
	.navbar-header { display: none!important;}	
	#my-navbar-collapse { display: none!important;}	
	#logo { width: 350 px!important;}
	#allianz{ float:right!important; position: absolute!important; right: 0; bottom: 25px!important;}	
	.bloc-quote header { font-weight: bold; }
	.text-moins, .text-plus { display: none; }
	.steps { display: none; }
	#section-payment .col-lg-3 {
		float: left;
	}
	.bloc-steps .row { border: 0!important;}
	.bloc-form header { font-weight: bold; }
	#section-payment .col-lg-9 {
		float: left!important;    
		page-break-before: always!important; 
		margin-top:300px!important;
	}
	.pull-left { display: none;}
	.pull-right { display: none;}
	
	a[href]:after {
      display: none;
      visibility: hidden;
   }

}