/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
html{
	background:url(../img/background.png) repeat 0 0 transparent;
}
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 -70px; /* the bottom margin is the negative value of the footer's height */
}
footer, .footer, .push {
	height: 70px; /* '.push' must be the same height as 'footer' */
}

header{
	border-top:20px solid #1D70B7;
	border-bottom: 9px solid #1D70B7;
	padding: 15px 0 10px;
	color:#1D70B7;
	background:white;
	text-align:center;
}
header h1{
	font-weight:bold;
	font-size:3.5em;
	padding-top:15px;
	font-variant: small-caps;
}
header h1 span{
	font-weight:normal;
	font-size:0.7em;
	color:#3C3C3B;
	display:block;
}
.contenu{
	padding-top:20px;
}
.banner{
	margin-bottom:80px;
}
.intro{
	text-align:center;
	font-size:1.5em;
	margin-bottom:80px;
}
.intro>p:first-child{
	-font-weight:bold;
	font-size:1.2em;
	padding-bottom:20px;
}
.intro h2{
	padding-bottom:40px;
	font-weight:bold;
}
.tarif{
	text-align:center;
	background:white;
	padding:70px 0;
	font-size:4em;
	font-weight:lighter;
	font-style:italic;
	color:#888;
	margin-bottom:50px;
}
.tarif span{
	font-weight:normal;
	font-style:italic;
	color:#2070B7;
}
hr{
	border-color:#ccc;
}
.avantages{
	text-align:center;
	margin-bottom:50px;
}
.avantages h2, .contact h2{
	font-size:3em;
	font-weight: bold;
	margin-bottom:50px;
	margin-top:60px;
	text-align:center;
}
.avantages img{
	margin: 0 auto;
}
.icon p{
	font-variant: small-caps;
	font-size:1.5em;
	font-weight:lighter;
	line-height:1.2em;
	margin-top:10px;
}
.coordonnees h3{
	color:#1D70B7;
	font-size:2em;
}
.coordonnees h4{
	color:#1D70B7;
	font-weight:normal;
	font-size:1.5em;
	margin-top:30px;
}
.coordonnees{
	font-size:1.1em;
}
.coordonnees_label{
	display:block;
	width:50px;
	float:left;
	color:#777;
}
#map{
	height:400px;
	background-color: #e5e3df;
	border:3px solid white;
}
footer,.footer{
	margin-top:180px;
	border-top: 7px solid #1D70B7;
	padding-top:3px;
}
.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: 991px) { /*PC + TABLETTE + PHONE*/
	header h1 {
		font-size:2.5em;
		padding-top:0;
	}
}
@media screen and (max-width: 767px) { /*TABLETTE + PHONE*/
	header{
		border-top-width:5px;
		border-bottom-width:5px;
	}
	header h1 {
		font-size:2em;
	}
	.banner{
		margin-bottom:50px;
	}
}
@media screen and (max-width: 550px) { /*PHONE*/
	.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6 {
		width: 100%;
	}
	.col-xs-5{
	  width: 83.33333333333334%;
	}
	.col-xs-4 {
	  width: 66.66666666666666%;
	}
	.col-xs-3 {
	  width: 50%;
	}
	.col-xs-2 {
	  width: 33.33333333333333%;
	}
	.col-xs-1 {
	  width: 16.666666666666664%;
	}
	.col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5 , .col-xs-offset-6 {
		margin-left:0%;
	}
	.col-xs-offset-7{
		margin-left:16.66666667%;
	}
	.col-xs-offset-8{
		margin-left:33.33333333%;
	}
	.col-xs-offset-9{
		margin-left:50%;
	}
	.col-xs-offset-10{
		margin-left:66.66666667%;
	}
	.col-xs-offset-11{
		margin-left:83.33333333%;
	}
	.hidden-xs{
		display:block !important;
	}
	.hidden-xxs{
		display:none !important;
	}
	.visible-xxs{
		display:block !important;
	}
	.visible-xs{
		display:none !important;
	}
	.col-xxs-12 {
		width: 100%;
	}
	.col-xxs-11 {
		width: 91.66666667%;
	}
	.col-xxs-10 {
		width: 83.33333333%;
	}
	.col-xxs-9 {
		width: 75%;
	}
	.col-xxs-8 {
		width: 66.66666667%;
	}
	.col-xxs-7 {
		width: 58.33333333%;
	}
	.col-xxs-6 {
		width: 50%;
	}
	.col-xxs-5 {
		width: 41.66666667%;
	}
	.col-xxs-4 {
		width: 33.33333333%;
	}
	.col-xxs-3 {
		width: 25%;
	}
	.col-xxs-2 {
		width: 16.66666667%;
	}
	.col-xxs-1 {
		width: 8.33333333%;
	}
	.col-xxs-offset-2{
		margin-left: 16.6667%;
	}
	.col-xxs-offset-3{
		margin-left: 25%;
	}
	header{
		border-bottom-width:2px;
		padding: 5px 0 2px;
	}
	header h1 {
		font-size:1.5em;
		margin-top:5px;
		margin-bottom:0;
	}
	.intro{
		font-size:1em;
		margin-bottom:40px;
	}
	.intro>p:first-child{
		line-height:1.2em;
		padding-bottom:0px;
	}
	.intro h2{
		padding-bottom:20px;
	}
	.tarif{
		padding:20px 10px;
		font-size:2em;
		margin-bottom:10px;
	}
	.avantages{
		margin-bottom:10px;
	}
	.avantages h2, .contact h2{
		font-size:2em;
		margin-bottom:30px;
		margin-top:30px;
	}
	.avantages img{
		max-width:120px;
	}
	.icon p{
		font-size:1.2em;
		font-weight:normal;
		margin-bottom:40px;
	}
	.coordonnees{
		font-size:1.1em;
		text-align:center;
	}
	.coordonnees h4{
		margin-top:20px;
	}
	.coordonnees_label{
		display:inline;
		width:auto;
		float:none;
		padding-right:5px;
	}
	#map{
		height:400px;
		margin-top:25px;
	}
	footer,.footer{
		margin-top:40px;
		border-top: 7px solid #1D70B7;
		padding-top:3px;
	}
	.copyright{
		background:black;
		color:white;
		text-align:center;
		line-height:50px;
		font-size: 0.75em;
	}
	.copyright span{
		color:#1D70B7;	
	}
	.housemedia{
		width:144px;
		height:50px;
		line-height:50px;
	}
	.housemedia img{
		width:100px;
	}
}





