/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}


.jumbotron {
	color:#ffffff;
	}

.img-mobile {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
}
	
.tarif {
  
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.428571429;
  text-align:center;
  color: #333333;
  background-color:#ffffff;
  border-radius: 10px;
  -moz-box-shadow:			0px 0px 5px 2px #333333;
  -webkit-box-shadow:		0px 0px 5px 2px #333333;
  box-shadow: 				0px 0px 5px 2px #333333;
  behavior:				url(../pie/PIE.htc);	
}
