@charset "utf-8";
/* CSS Document */

/* Prevent IE Mobile 10 Issue */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*

/*Import Typographique*/
@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue-webfont.woff2') format('woff2'),
         url('bebasneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*MAIN STYLES*/
body {
    opacity: 1;
    transition: 0.8s opacity;
	font-family: 'Palanquin', sans-serif;
	font-size:14px;
	background-color:#ffffff;	
	color:#4a4a4a;
}
body.fade-out {
    opacity: 0;
    transition: none;
	animation-delay: 1.5s;
}
img.bg {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
body#homepage {
	padding-top:77px;
}

h1,h2 {
	font-family: 'bebas_neueregular', sans-serif;
	text-transform:uppercase;
}
h1 {color:#77c091;font-size:40px;}
h1.top {margin-top:0;}
h2 {color:#4a4a4a;font-size:30px;}

h3,h4 {
	font-family: 'Julius Sans One', sans-serif;
	text-transform:uppercase;
}
h3 {font-size:18px;}
h4 {font-size:16px;}

/*LIENS ET BOUTONS*/
a {color:#77c091;outline:none;}
a:hover,a:active,a:focus {color:#77c091;text-decoration:none;outline:none;}
p a:hover,p a:active,p a:focus {text-decoration:underline;}

.white-button {
	background:#fff;
	text-transform:uppercase;
	color:#77c091;
	outline:none; 
}
.white-button:hover,
.white-button:focus,
.white-button:active {
	background:#77c091;
	color:#fff; 
	outline:none; 	
}

.button-container {display:block;width:auto;padding-top:20px;padding-bottom:20px;}
.green-button {
	background:#77c091;
	font-family: 'Julius Sans One', sans-serif;
	text-transform:uppercase;	
	font-size:18px;
	color:#fff;
	outline:none;
	border:2px solid #77c091;
	padding:14px 20px;
}
.green-button:hover,
.green-button:focus,
.green-button:active {
	background:#fff;
	color:#77c091; 
	outline:none; 	
}

/* MARGES, FONDS, AUTRES*/
.wbg {background-color:#fff;}

.mtop40 {margin-top:40px;}
.mbt95 {margin-top:60px;margin-bottom:95px;}
.p14 {padding:14px;}

blockquote {border-left: 2px solid #4a4a4a;margin: 20px 15px;}

/*TOP FIXED NAV*/
header.page {
	background: url(../img/background-photo.jpg) no-repeat top right fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:155px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:1020;
}

#homepage .navbar.navbar-fixed-top {
	padding-top:12px;
	background-color: rgba(255, 255, 255, 0.80);	
}
.navbar.navbar-fixed-top {
	background-color: rgba(255, 255, 255, 0.85);
	min-height:77px;
	padding-top:18px;
	padding-left:50px;
	padding-right:50px;
}
.navbar-fixed-top a {
	font-family: 'Julius Sans One', sans-serif;
	font-size:12.5px;
	color:#121212;
	text-transform:uppercase;
	font-weight:400;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
	background:transparent;
	color:#77c091;
}
.navbar-fixed-top a.active,
.navbar-fixed-top a:hover,
.navbar-fixed-top a:focus,
.navbar-fixed-top a:active {
	color:#77c091;
}
a.navbar-brand.active {
	font-size:16px;
	padding-top:15px;
}
a.navbar-brand img {
	margin-top:-23px;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: -3.5px;
}
.nav.navbar-right>li>a {
	padding:15px 8px; 
}
#lang-form.navbar-form {
	margin-top:8px;
}
.lang-select {
    background:transparent;
    background: url('../img/down-selector.png') no-repeat;
    background-position:36px center;
    width:66px;
    padding: 6px 12px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    border:1px solid #4a4a4a;
    color:#4a4a4a;
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
.navbar-toggle {
	border:1px solid #4a4a4a;
    border-radius:0;
	padding:6px 18px;
	float:left;
}
.menu-text {
    font-family: 'Julius Sans One', sans-serif;
    text-transform:uppercase;
	font-size:14px;
	color:#333;
	padding-top:1px;
	padding-bottom:1px;
}

/*SECONDARY NAV*/
.navbar-fixed-top.main-title{top:77px;}
h1.page-title {font-size:50px;margin:12px 0;padding-left:210px;}
.navbar-fixed-top.alphabet {
    top: 155px;
    padding-left: 225px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border-bottom: 1px solid #f7f7f7;
}
a.letter {
	font-family: 'Julius Sans One', sans-serif;
	font-size:16px;
	padding-right:12px;
	color:#4a4a4a;
}
a.letter.active,
a.letter:hover,
a.letter:active,
a.letter:focus{
	color:#77c091;
}
.content {margin-top:150px;}
.content-catalog {margin-top:215px;}

/*BOTTOM FIXED NAV*/
.fixed-bottom {
	position: fixed; 
	left: 50%;
	bottom:-100px;
	text-align:center;
	z-index:999;
	background-color: rgba(255, 255, 255, 0.7);
	-moz-border-radius-topleft: 180px;
	-webkit-border-top-left-radius: 180px;
	 border-top-left-radius: 180px;
	-moz-border-radius-topright: 180px;
	-webkit-border-top-right-radius:180px;
	border-top-right-radius: 180px;
	width:160px; 
	height:160px;
	margin-left:-80px;
	padding-top:22px;
	-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.05);	
}

.fixed-bottom a {font-family: 'Julius Sans One', sans-serif;color:#333;text-transform:uppercase;font-size:11px;letter-spacing:-0.2px;}
.fixed-bottom:hover,.fixed-bottom:active,.fixed-bottom:focus {width:162px;height:162px;cursor:pointer;margin-left:-81px;bottom:-101px;}

.plant-decoration {
	position: fixed; 
	left: 50%;
	bottom:-20px;
	text-align:center;
	z-index:9999;
	background: url('../img/plant-decoration.png') no-repeat bottom left;
	width:107px; 
	height:95px;
	margin-left:-115px;
	padding-top:15px;
}


/*HOMEPAGE*/
#home-content {
	position:fixed;
	height:400px;
	top: 50%;
	margin-top: -200px;
	width:100%;
}
.home-buttons a {
	font-family: 'bebas_neueregular', sans-serif;
	font-size:22px;
	padding:15px 20px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;	
	margin: 0 15px;
	display:inline-block;
	min-width:110px;
}
.home-logo {max-width:250px;height:auto;}

/*CATALOG PAGE*/
#loading {display:none;}
.plant-decoration.catalog {display:none;}
.page-title, .filters {display:inline-block;}
.filters {margin:auto 45px;position:absolute;top:27px;}
.button-filter {margin:auto 10px;background:#fff;padding:10px 30px;}
.row.catalog {margin-top:25px;width:100%;margin-left:auto;margin-right:auto;padding:0;}
.grid-content {background-color:#f7f7f7;padding:14px;}
.lettering .grid-content{
	background: url(../img/lettering-bg.png) no-repeat top center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Julius Sans One', sans-serif;
	font-size:50px;
	min-height:108px;
}
.maj {padding-top:3px;padding-bottom:3px;}
h2.plant-name {font-family: 'Julius Sans One', sans-serif;font-size:15px;margin-bottom:10px;margin-top:5px;}
h3.latin-name {font-family: 'Palanquin', sans-serif;font-size:14px;text-transform:capitalize;margin-top:0;margin-bottom:15px;}
.price {font-family: 'Palanquin', sans-serif;font-size:14px;color:#77c091;}
.loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}
.loader {
  position: fixed;
  z-index: 2000;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*Collapse Menu Earlier*/

.show-mobile {display:none;}

@media (max-width: 1200px) {

	/*Show/HIde elements*/
	.show-mobile {display:block;}
	.show-desktop {display:none;}
	
	/*Styling shown elements*/
	.social-links-mobile {
		list-style-type:none;
		display:block;
		position:absolute;
		top:22px;
		text-align:center;
		padding-left:0;
		left:50%;
		margin-left:-49px;		
	}
	.social-links-mobile li {
		display:inline-block;
		margin:3px;
	}
	#lang-form.navbar-form {margin:0;padding:0;}
	.lang-mobile {
		float:right;
		position:absolute;
		top:25px;
		right:15px;
	}
	.index .lang-mobile {top:21px;}
		
	/*Modify appearances on low res*/
	.navbar-brand {
		position:absolute;
		left:50%;
		margin-left:-80px!important;
		z-index:99999;
	}
	header.page {
		min-height: 220px;
		background: url(../img/background-photo.jpg) no-repeat top center; 
		-webkit-background-size: initial;
		-moz-background-size: initial;
		-o-background-size: initial;
		background-size: initial;
	}
	header.page.catalog {min-height:290px;}
	.navbar-fixed-top.main-title{top:127px;}	
	h1.page-title {
		font-size: 50px;
		margin: 20px 0px 15px 0px;
		padding-left: 0;
		display: block;
		text-align: center;
	}
	.content {
    margin-top: 190px;
	}
	.content-catalog {
    margin-top: 345px;
	margin-bottom:95px;
	}	
	.navbar-fixed-top.alphabet {
		top: 284px;
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	a.letter {font-size:20px;}
	.filters {
		margin:auto;
		position:static;
		display:block;
		width:100%;
		text-align:center;
	}	
	.button-filter {
		line-height:55px;
		padding:15px 20px;
	}	
	
	/*Modifying Bootstrap Behaviour*/
	.navbar.navbar-fixed-top {z-index:1050;}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
    .navbar-collapse.in {
        overflow-y: auto !important;
        overflow-x:hidden!important;		
        background:#fff;
        margin-bottom:5px;		
    }
	.navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
}

/*ADAPTIVE*/
@media (min-width: 1200px) {.container {width: 1255px;}}
@media (min-width: 1400px) {
	.container {width: 1315px;}
	.navbar.navbar-fixed-top {padding-left:80px;padding-right:80px;}
	h1.page-title {padding-left:240px;}
	.navbar-fixed-top.alphabet{padding-left:255px;}
	.home-logo {max-width:300px;height:auto;}
}
@media (min-width: 1600px) {.container {width: 1475px;}}
@media (min-width: 1900px) {.container {width: 1440px;}}
@media (max-width:1300px) {.navbar.navbar-fixed-top {padding-left:15px;padding-right:15px;}}

@media (min-width:768px) and (max-width:992px) {
	.row.catalog .col-sm-4:nth-child(4),
	.row.catalog .col-sm-4:nth-child(5),
	.row.catalog .col-sm-4:nth-child(6) {
		margin-top:24px;
	}
}

@media (max-width:767px) {
	.row.catalog .col-xs-6:nth-child(3),
	.row.catalog .col-xs-6:nth-child(4),
	.row.catalog .col-xs-6:nth-child(5),
	.row.catalog .col-xs-6:nth-child(6) {
		margin-top:24px;
	}
	.button-filter {
		line-height:25px;
		margin: auto 3px;
		padding:10px;
	}
}
@media (max-width:450px) {
	.home-logo {max-width:150px;height:auto;}
	.mtop40 {margin-top:20px;}	
	.home-buttons a {padding:10px;margin:2px;min-width:90px;}
	#home-content {
		position: fixed;
		height: 200px;
		top: 50%;
		margin-top: -100px;
		width: 100%;
	}
	a.navbar-brand img {width:100px;}
	.navbar-brand {left:50%;margin-left:-65px!important;}
	.plant-decoration, .fixed-bottom {display:none;}
	header.page {min-height:190px;}
	.navbar-fixed-top.main-title {top: 97px;}
	.content {margin-top: 150px;}
	header.page.catalog {min-height:225px;}
	.content-catalog {margin-top: 245px;}
}