/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: STANLEY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

html, body {width:100%; height: 100%; margin: 0px; padding: 0px;}

body {
  	background-color: #ffffff;
  	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	color: #333;
}

h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}



/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
	font-size: 16px;

	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #1abc9c;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	text-transform: uppercase;
	margin-bottom: 0px;
	/* height: 10vh; */
	height: 83px;
}

.navbar-inverse {
	padding-bottom: 20px;
	padding-top: 20px;
}

.navbar-inverse {
	/* background-color: #80b72b;
	border-color: #16a085; */
	/* background-color: #c9c8c8;
	opacity: 0.8; */
	/* background-color: #444; */
	background:url(./../img/Grss_Footer_2.jpg) bottom center repeat-x #fff;
	/* border-color: #16a085; */
}

.navbar .navbar-nav {
	/* background:url(./../img/phone.png); */
	/* background-repeat: no-repeat; */
	/* background-size: 40px 40px; */

	/* filter: invert(100%); */
	/* -webkit-filter: invert(100%); */
}

.navbar-right * {
	/* border: 1px solid red; */
}

.navbar-right{
	margin: 0px;  /* test */
	padding: 0px;  /* test */
	padding-right: 10px;
	/* border: 1px solid orange; */
}

.navbar-right > li{
	/* clear: both; */
	/* height: 25px; */
	margin-bottom: 5px;
	clear: both; 
}

.navbar-right img{
	height: 25px;
	width: 25px;
}

.navbar-right > li > a > img{
	/* border: 1px solid red; */
	/* filter: invert(100%); */	
}

.navbar-right > li > a {
	/* letter-spacing: 0.1em; */
	/* text-decoration: none; */
	/* font-size: 14px; */
	/* border: 1px solid blue; */
	
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	float: left;
}

.navbar-right > li > *{
	color: white;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.2em;
}

.navbar-right > li > strong > a[href^="tel"]{
	/* border: 1px solid yellow; */
	color: inherit; /* Inherit text color of parent element. */
	text-decoration: none; /* Remove underline. */
	 /* display: inline; */
	/* float: left;  */
}

.navbar-right > li > a[href^="mailto"]{
	/* border: 1px solid green; */
	/* padding: 0px; */
	/* text-decoration: none; Remove underline. */
}


.navbar-inverse .navbar-nav > li > a:hover {
	color: #222222;;
}

@media (max-width:629px) {
	.navbar-brand {
		/* display: none; */
		width: 100px;
		font-size: 0; /* only show icon */
	}
}

.navbar-brand {
	/* font-weight: 700; */
	/* font-size: 20px; */
	letter-spacing: 2px;
}

/* .navbar-inverse .navbar-brand {
	color: rgb(94, 94, 94);
} */

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

.progress-bar-theme {
  background-color: #1abc9c;
}

/* Custom Brecht */
body > div.navbar.navbar-inverse.navbar-static-top > div > div.navbar-header > a{
	color:#d2d2d2;
}

body > div.navbar.navbar-inverse.navbar-static-top > div > div.navbar-collapse.collapse > ul > li > a{
	color:#d2d2d2;
}



/* Helpers */

.mt {
	margin-top: 40px;
	/* margin-bottom: 40px; */
}


/* +++++ WRAP SECTIONS +++++ */

#ww {
	/* padding-top: 40px; */
	/* padding-bottom: 120px; */
	/* background-color: #f2f2f2; */
	/* background:url(./../img/bg-contenu.png) bottom center repeat-x #fff; */
	/* background:url(./../img/grass-footer.png) bottom center repeat-x #fff; */
	background-image: url(./../img/Grss_Footer_3.jpg);
	background-repeat: repeat-x;
	/* background-position: center 600px; */
	background-position: center bottom;
	/* margin-bottom: -60px; */
	/* background-position: 0px 575px; */

	padding-bottom: 250px;
	min-height: 100%;
}

/* Fix width mobile device */
#ww .container {
	width: 80%;
}

.container.pt {
	/* border: 5px solid blue; */
	width: 80%;
	/* min-height: 100%; */
	/* height: 373px; */
	/* margin-bottom: -50px; */
}

.container.pt p {
	font-size: 15px;
}

.row.mt {
	/* min-height: 43vh; */
}

.back{
}

.back img{
	height: 25px;
	weight: 25px;
}

/* https://www.freecodecamp.org/news/how-to-keep-your-footer-where-it-belongs-59c6aa05c59c/ */
#footer {
	/* background-color: #c9c8c8;
	opacity: 0.8; */
	/* background-color: #2f2f2f; */
	/* background-color: #444; */
	/* height: 80px; */
	background:url(./../img/Grss_Footer_2.jpg) bottom center repeat-x #fff;
	/* background-color: #222222; */
	padding-top: 10px;
	padding-bottom: 15px;
	/* padding-bottom: 5px; */
	/* position: fixed; */
	/* left: 0; */
	height: 83px;
	clear:both;


	/* position: absolute;
	bottom: 0;
	width: 100%;
	height: 8vh; */
}

#footer p {
	 color: white;
	/* color: #222222; */
	font-size: 12px;
	text-align: left;
}

#footer .row p{
	text-align: center;
}

#footer .row p{
	/* clear: both; */
	margin: 0px;
	padding: 0px;
}

#footer h4 {
	color: white;
	text-transform: uppercase;
	/* padding-bottom: 20px; */
}

#footer a {
	color: inherit; /* blue colors for links too */
	text-decoration: inherit; /* no underline */
}

/* +++++ Color Wraps / Blog Page +++++ */

#grey {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f2f2f2;
}

#white {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}



/* Blog Date*/
bd {
	font-size: 12px;
	text-transform: uppercase;
	color: #d2d2d2;
	font-weight: 700;
}

/* Blog Author*/
ba {
	font-size: 12px;
	text-transform: uppercase;
}

/* Blog Quote */
.bq {
	font-size: 22px;
	padding-top: 30px;
}

/* Blog Tags */
bt {
	font-size: 12px;
}

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom {
    display:block;
    position:relative;
    overflow:hidden;
    background:transparent url(../img/loader.gif) no-repeat center;
}


.zoomOverlay {
	position:absolute;
	top:0; left:0;
	bottom:0; right:0;
	display:none;
	background-image:url(../img/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
}

.zoom2 {
	opacity: 1;
}

.zoom2:hover {
	opacity: 0.5;
}

/* glyphicon Configuration */

.glyphicon {
	font-size: 40px;
	color: #1abc9c;
}