﻿@charset "UTF-8";
/* CSS Document */


@font-face {
	font-family: 'txt';
	src: url('t/bankgthl.eot');
	src: local('☺'), 
		 url('t/bankgthl.woff') format('woff'), 
		 url('t/bankgthl.ttf') format('truetype'), 
		 url('t/bankgthl.svg#txt') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'txt';
    src: url('t/bankgthd.eot');
    src: url('t/bankgthd.eot?#iefix') format('embedded-opentype'),
         url('t/bankgthd.woff') format('woff'),
         url('t/bankgthd.ttf') format('truetype'),
         url('t/bankgthd.svg#txt') format('svg');
    font-weight: bold;
    font-style: normal;
}

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

body {
	font-size: .75em;
	color:#666;
	margin: 3%;
	font-family: txt, Arial, Helvetica, sans-serif;	
	scrollbar-face-color:#e6dbc5;
	scrollbar-shadow-color:#e6dbc5;
	scrollbar-highlight-color:#e6dbc5;
	scrollbar-darkshadow-Color:#e6dbc5;
	scrollbar-arrow-color:#694f3d;
	scrollbar-3dlight-color:#ede5d5;
	scrollbar-track-color:#fcf7ed;
}

a {
	text-decoration: none;
	color:#666;
}
a:hover {
	text-decoration:  underline;
}

h1 {
	display: block;
	width:367px;
	height:66px;
	background: url(../i/Zazebytheway.png) no-repeat;
	text-indent: -9999px;
	float: left;
	padding: 0;
	margin: 0 30px 30px 0;
}

h2 {
	float: right;
	text-align: right;
	padding: 0;
	font-family: txt, Arial, Helvetica, sans-serif;
	margin: 0 0 30px 30px;
}
.content {
	display: block;
	padding: 50px;
	padding: 5%;
	text-align: center;
	clear: both;
	margin: 0 auto;
}

.contact {
	font-family: txt, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.visu {
	display: inline-block;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
/*	border: 10px white solid;
	border-bottom-width: 40px;
	overflow: hidden;*/
	margin: 2% 2% 10%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	width:18%;
	transition: 1s all;
}

.visu img {
	width: 100%;
	height: auto;
}

.visu .logo {
    position: absolute;
    left: 50%;
    top: 110%;
    height: auto;
    width: 50%;
    margin-left: -25%;
}

.shadow {
/*	box-shadow: inset 1px 1px 20px 2px rgba(0, 0, 0, 0.5);*/
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: all .5s;
	overflow: hidden;
}
.visu:hover > a .shadow, 
.visu:active > a .shadow, 
.visu:focus > a .shadow {
	background: rgba(255, 255, 255, 0.7);
}

.intitule {
	display: block;
	position: absolute;
	bottom: -300px;
	background: rgba(255, 255, 255, 0.9);
	padding: 0;
	margin: 0;
	text-align: left;
	left: 0px;
	width: 100%;
	transition: all .5s;
	min-height: 50%;
}
.shadow:hover > .intitule {
	bottom: 0px;
}
.intitule h3, .intitule p {
	margin: 10px;
}
.intitule h3 {
	text-transform: uppercase;
	margin-bottom: 0px;
}
.intitule p {
	margin-top: 5px;
}

.social {
	float: right;
}

.instagram, .twitter, .linkedin, .pinterest {
	display: inline-block;
	height: 21px;
	width: 25px;
	text-indent: -9999px;
	background: center center no-repeat;
	margin: 30px 0px 0 15px;
}
.instagram {
	background-image: url(../i/Instagram.png);
}
.twitter {
	background-image: url(../i/Twitter.png);
}
.linkedin {
	background-image: url(../i/LinkedIn.png);
}
.pinterest {
	background-image: url(../i/Pinterest.png);
}


@media only screen 
and (max-width : 1023px) {
	body {
		margin: 5%;
	}
	h1, h2 {
		font-size: 1.2em;
		max-width: 45%;
		background-position: center center;
		background-size: contain;
	}
	.visu {
		width:40%;
/*		border: 15px white solid;
		border-bottom-width: 60px;*/
		margin:10% 10% 15%;
	}
}

@media only screen 
and (max-width : 800px) {
	
	h1, h2 {
		font-size: 1.2em;
		float: none;
		margin: 5% auto;
		text-align: center;
		max-width: 65%;
	}
	.visu {
		width:50%;
		margin: 10% 10% 35%;
	}
}
@media only screen 
and (max-width : 800px) and (orientation: landscape) {
	p {
		margin: 0;
	}
}
@media only screen 
and (max-width : 800px) and (orientation: portrait) {
	.visu {
		width:70%;
	}
}

@media only screen 
and (max-width : 400px) {
	h1, h2 {
		width:100%;
	}
	.visu {
		width:80%;
	}
}

.lb-dataContainer {
    padding-top: 10px;
}

.lb-caption {
	font-family: Arial;
	font-weight: inherit !important;
	line-height: 1.2em !important;
}

.lb-caption strong {
	text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
.lightboxOverlay {
    opacity: 0.9;
	background:#FFF;
}
.lb-data {
    color: #333;
}