/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */



.business-header {
    height: 400px;
    background: url('http://placehold.it/1920x400') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
	letter-spacing: 7px;

	
 font-size:  150%;
  font-family: Impact, Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #FFF;
  padding:16px;
  font-weight:lighter;

  text-align:center;
  display:inline-table;
  margin:16px;
   
}
  
.img-center {
    margin: 0 auto;
}

footer {
    margin: 5% 0;
	height: 100%;
	background-color:#a9aaac;
	border-bottom: 2px;
	border-color: #e31717;
}

body {
  margin: 0;
  padding: 0;
}

.clear{
	clear: both;
}

.left{
	float:left;
	
	
}


.right{
	float: right;
	padding:0%;
	
}


.conteneur{
	text-align:center;
	max-width:100%;
	padding-top:1%;
	padding-left:1%;
	padding-right:1%;
	padding-bottom:10%;
}
#iut{
	max-width:10%;
}
#ups{
	max-width:20%;
}
.contact{
	color:#FFF;
	font-size:150%;
}
.icone{
	font-size:150%;
color:#e31717;
}
.bandeau{
	
	text-align:center;
	width:100%;
	
	background-color: #e31717 ;
	margin-bottom:2%;
	box-shadow: -1px 2px 10px 3px #eceff1 ;
}

.soustitre{
	letter-spacing: 5px;
	font-weight:lighter;
	font-size:85%;
	font-family: Arial, helvetica, sans-serif;
	
}

.warning{
		font-size:200%;
}