/* CSS Document */
* { 
font-family: "basic-sans", arial;}

#logo {
	width: 150px;
	height: auto;
}

.navbar-nav {
	margin-top: 30px;
}

.center-block {
	margin: 0;
	padding: 0;
	width: 100%;
}

footer {
	background-color: black;
	color: white;
	padding: 10px 0;
	font-size: 0.8em;
	text-align: center;
}

.gelish-img {
	width: 300px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.gelish-dip-img {
	width: 400px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.polygel-img {
	width: 500px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.bare-luxury-img {
	height: auto;
	margin: 50px auto;
	display: block;
}

.nuancier li {
	list-style-type: inherit;
	display: inline-block;
	text-align: center;
	margin-top: 20px;
	height:  auto;
	overflow: hidden;
}

.nuancier li img {
	width: 90%;
	height: auto;
}

.left {
	margin-bottom: 100px;
}

.right {
	margin-top: 100px;
}

.right a:link, .right a:visited, .right a:active, .right a:hover {
	color: black;
	text-decoration: underline;
}

.flex {
	display: flex;
	flex-direction:  column;
	justify-content:  center;
	align-items: center;
}

.histoire {
	text-align:  justify;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 22px;
}

h1 {
	background-color:#EEEEEE;
	font-size: 2.5em;
	font-weight:  200;
	padding: 1em;
	margin: 0;
	text-transform: uppercase;
}

h2 {
	font-weight:  600;
	font-size: 1.5em;	
	margin-bottom: 0;
}

.item-num {
	font-weight: 600;
	color: black;
}

.clear {
	clear: both;
}

.revendeur {
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
}

.revendeur h2 {
	font-size: 2em;
		text-decoration: underline;
}

.carousel-caption p {
	color: black;
	text-align: center;
}

