 @import url('https://fonts.googleapis.com/css?family=Great+Vibes');

*{
    font-family: 'Great Vibes', cursive;
    font-size: 22px;
    font-weight: bold;
}

body{
	background-image: url("../PUBLIC/IMG/background.jpg")
}

.right{
	float:right;
}

.left-padding{
	padding-left: 1%;
}

.cat-margin{
    margin-top: 10px;
    margin-bottom: 10px;
}

.back-lightBlue{
	background-color: #e3f2fd
}

.navDrop{
	padding-right: 210px;
}

.login-form{
	padding: 10px;
	width: 300px;
}

.align-center{
	float: left;
	margin-left: 25%;
}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.btn-default:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
    height: 300px;
}

.img-biblio:hover{
    opacity: 1;
}

.img-biblio{
    opacity: 0.9;
	height: 400px;
    width: 300px;
}

.img-carousel{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.black{
    color:black;
}

.center{
    text-align: center;
}