@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?81070520');
  src: url('../fonts/fontello.eot?81070520#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?81070520') format('woff'),
       url('../fonts/fontello.ttf?81070520') format('truetype'),
       url('../fonts/fontello.svg?81070520#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?81070520#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-phone:before { content: '\e800'; } /* '' */
.icon-email:before { content: '\e801'; } /* '' */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
html{
	-background:url(../img/background.png) repeat 0 0 transparent;
	background:#DADADA;
}
body{
	font-family: "Helvetica Neue LT Std","Helvetica Neue LT","Helvetica Neue",Helvetica,Arial,sans-serif;
	background:transparent;
}
.wrapper {
	min-height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
footer, .footer, .push {
	height: 60px; /* '.push' must be the same height as 'footer' */
}

header{
	padding: 15px 0 10px;
	color:#FFF;
	background:black;
	font-size:28px;
}
header .tel{
	float:left;
	margin: 0;
}
header .email{
	float:right;
	margin: 0;
}
header a{
	color: white;
}
header a:hover, header a:active{
	color: #008AD1;
}

.contenu{
	background:white;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	padding-bottom:80px;
}
.banner{
	margin-bottom:50px;
	position:relative;
}
.banner .banner_legend{
	position: absolute;
	bottom: 30px;
	background:rgba(255,255,255,0.75);
	font-size:3.5em;
	padding: 10px 45px;
}
.credit{
	bottom: 2px;
    display: block;
    float: right;
    font-size: 8px;
    position: absolute;
    right: 2px;
}
.intro{
	text-align:center;
	font-size:1.5em;
	margin-bottom:80px;
}
.intro>p:first-child{
	font-size:1.2em;
	padding-bottom:20px;
}
.intro h1{
	font-size:60px;
	text-decoration:underline;
	padding-bottom:25px;
	font-weight:bold;
	color:#000;
}
.intro h2{
	font-size:46px;
	font-weight:bold;
}
.intro h2.adresse{
	font-size:46px;
	font-weight:bold;
	color:#009FE3;
	margin-top:60px;
}
.galerie, .galerie img{
	border:5px solid black;
	background:black;
}
.galerie{
	margin-bottom:60px;
}
.galerie figure{
	position:relative;
}
.galerie figcaption{
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 10px;
    color: white;
    font-size: 15px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
}
.plan{
	padding:0 15%;		
}
.copyright{
	background:black;
	color:white;
	text-align:center;
	line-height:50px;
	font-size: ;
}
.copyright span{
	color:#1D70B7;	
}
.housemedia{
	width:144px;
	height:50px;
	line-height:50px;
}
@media screen and (max-width: 1199px) {
		.gallerie, .gallerie img{
		border:4px solid black;
	}
}
@media screen and (max-width: 991px) { /*PC + TABLETTE + PHONE*/
	header{
		font-size:24px;
	}
	.banner .banner_legend{
		bottom: 20px;
		font-size:2.5em;
		padding: 5px 30px;
	}
	.gallerie, .gallerie img{
		border:3px solid black;
	}
}
@media screen and (max-width: 767px) { /*TABLETTE + PHONE*/
	header{
		font-size:20px;
	}
	.banner .banner_legend{
		bottom: 10px;
		font-size:2em;
	}
	.credit{
		position: initial;
		display:none;
	}
	.intro{
		margin-bottom:45px;
	}
	.intro h1{
		font-size:50px;
		padding-bottom:25px;
	}
	.intro h2{
		font-size:36px;
		margin-top:5px;
	}
	.intro h2.adresse{
		font-size:36px;
		margin-top:45px;
	}
	.gallerie, .gallerie img{
		border:3px solid black;
	}
	.galerie figcaption{
		font-size: 12px;
		position: initial;
		padding: 0 10px 5px;
	}
}
@media screen and (max-width: 550px) { /*PHONE*/
	.contenu{
		padding-bottom:40px;
	}
	header{
		font-size:16px;
		text-align: center;
	}
	header .tel, header .email{
		float:none;
	}
	.banner{
		margin-bottom:30px;
	}
	.banner .banner_legend{
		bottom: 10px;
		font-size:1.1em;
	}
	.intro{
		margin-bottom:45px;
	}
	.intro h1{
		font-size:50px;
		padding-bottom:25px;
	}
	.intro h2{
		font-size:36px;
		margin-top:5px;
	}
	.intro h2.adresse{
		font-size:36px;
		margin-top:45px;
	}
	.gallerie{
		margin-bottom:30px;
	}
	.gallerie, .gallerie img{
		border:2px solid black;
	}
	footer,.footer{
		padding-top:3px;
	}
	.copyright{
		line-height:20px;
		font-size: 0.75em;
		padding-top:10px;
	}
	.housemedia{
		height:40px;
		line-height:40px;
	}
	.housemedia img{
		width:100px;
	}
}





