/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET CSS */

body {
	font-family: Montserrat;
}

h1, h2, h3 {
	font-family: Domine;
}

h1 span {
	font-family: Montserrat;
}

header {
	background-image: url(../images/background-TJ.png);
	background-position: 100% 50%;
	background-size: cover;
	width: 100%;
	height: 550px;
}

.title-head {
	padding-left: 3%;
	padding-top: 3%;
}

.title-head h1{
	font-size: 4em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.title-head span {
	letter-spacing: 4px;
	display: block; 
	font-weight: bold; 
	text-transform: initial; 
	margin-top: 2%;
	letter-spacing: initial;
}

h2 {
	font-size: 1.7em;
}

/*.wrapper{
	padding-left: 3%;
	padding-right: 3%;
}*/

.row {
	padding: 3%;
}

section:nth-child(odd) {
	background-color: #f9f9f9;
}

.first {

}

.second {

}

.third {
	padding-bottom: 7%;
}

.fourth {
	padding-bottom: 0px;
}

.trees-list {
	padding-left: 6%;
	padding-right: 6%;
}

.trees-list div {
	display: inline-block;
	vertical-align: middle;
}

.trees-list span {
	border-bottom: 1px solid #F3C97D;
	width: 100%;
    display: inline-block;
    vertical-align: middle;
} 

.left {
	text-align: left;
}

.right{
	text-align: right;
	float: right;
}

.txt {
	width: 49%;
	vertical-align: top;
	line-height: 1.5em;
}

.img-map {
	width: 49%;
}

.img-map img{
	width: 100%;
}

.txt, .img-map {
	display: inline-block;
}

.txt span {
	border-bottom: 1px solid #F3C97D;border-bottom: 10px solid #F3C97D;
    width: 25px;
    display: block;
    margin-top: 7px;
}

.button-map {
	background-color: #F3C97D;
    width: 250px;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    margin-top: 10%;
    font-weight: bold;
}

.button-map:hover {
	background-color: #55c555;
	text-decoration: underline;
	transition: 0.7s;
	cursor: pointer;
}

.txt a {
	color: #fff;
	text-decoration: none;
}

footer {
	background-image: url(../images/footer.png);
	background-size: cover;
	width: 100%;
	height: 50px;
}

.footer-txt {
	color: #fff;
	float: left;
	margin-left: 1%;
	margin-top: 15px;
}

.logo-verriere img{
	float: right;
	height: 40px;
	margin-right: 1%;
	margin-top: 5px;
}