@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Anaheim);
@import url(https://fonts.googleapis.com/css?family=Abel);
html {
	font-size: 62.5%;
}
body {
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	width: 100%;
	min-height: 100%;
	font-family: 'Anaheim', Tahoma, Sans-Serif;
	color: #000000;
}
/* ----- Mise en page ----- */


.droite{
	text-align: right;
}

h1{
	margin:0 auto;
	margin-top:30px;
	margin-bottom:50px;
	display:inline-block;
	height:20px;
	padding-top:160px;
	width:100%;
	background-image:url(uploads/images/site/logoBlanc.png);
	background-position:center top;
	background-size:140px;
	background-repeat:no-repeat;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	color:#ffffff;
}


h2 {
	font-size: 2.4rem;
	font-weight: bold;
	color:#ffffff;
	margin-left:5px;
	margin-right:5px;
	margin-top:25px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 2px solid #ffffff;
	display:inline-block;
	width:1190px;
}
h3 {
	font-size: 2.2rem;
	color:#ffffff;
	margin-left:5px;
	margin-right:5px;
	margin-top:15px;
	margin-bottom:0;
	display:inline-block;
	width:1190px;
	text-align: left;
}

h4{
	color: #eeeeee;
	margin:0;
	margin-top:10px;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right:5px;
	font-size: 1.6rem;
	text-transform:uppercase;
}

h4.droite{
	text-align:droite;
}

p {
	text-align: justify;
	line-height: 1.6;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 2rem;
}

p.centre{
	text-align:center;
	margin:0 auto;
	margin-bottom:20px;
	padding-top:18px;
	font-weight:bold;
	border-bottom: 2px solid #000000;
	width:300px;
	display:block;
	padding-bottom:10px;
	
}

a.lienLogo {
	width: 1200px;
	height: 140px;
	margin: 0 auto;
	text-decoration: none;
	z-index: 10000;
	display: block;
}

img.illustration{
	width:390px;
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
	margin-top:20px;
	margin-bottom:20px;
}

.invisible{
	visibility:hidden;
	display: none;
}

iframe.maps{
	width: 1190px;
	height:500px;
	border:0;
	margin: 0 auto;
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
	margin-top:30px;
	margin-bottom:20px;
	
filter: hue-rotate(35deg);
}

/***** Fond du site *******/
#fond-site1{
	width: 100%;
	height: 100vh;
	top:0;
	left: 0;
	z-index: 1;
	background-image:url(uploads/images/illustrations/xiii-bar-voute.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

#fond-site2{
	width: 100%;
	height: 100vh;
	top:0;
	left: 0;
	z-index: 3;
	background-image:url(uploads/images/illustrations/xiii-cathe.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

#fond-site3{
	width: 100%;
	height: 100vh;
	top:0;
	left: 0;
	z-index: 3;
	background-image:url(uploads/images/illustrations/bar-voute.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

/****** bouton bas *******/
#btnBasZone{
	width:100%;
	height:40px;
	position:fixed;
	bottom:60px;
	z-index:2;
	display:block;
}

#btnBas{
	margin:0 auto;
	width:1200px;
	height:100%;
	display:block;
	background-position:5px;
	z-index:2;
	position:relative;
}



#btnBas a{
	display:block;
	float:left;
	margin-left:5px;
	width:40px;
	height:100%;
	background-image:url(uploads/images/site/btnDown.png);
	background-size:contain;
	background-repeat:no-repeat;
}

#btnBas a:hover{
	background-image:url(uploads/images/site/btnDown_a.png);
}

/****** structure *******/

header {
	margin: 0 auto;
	height: 180px;
	width: 100%;
	min-width: 1200px;
	display: block;
	background-color: #000000;
	text-align: right;
	background-image:url(uploads/images/site/bandeau.png) ;
	filter:alpha(opacity=80);
    opacity: 0.80;
    -moz-opacity:0.80;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
	position: fixed;
	top:0;
}

header.hidden{
	background-image:none;
	background-color:transparent;
	z-index:6;
}

section {
	width: 100%;
	margin: 0 auto;
	display:block;
	z-index:5;
	min-height:100vh;
	position:relative;
	background-color:#000000;
}
section p{
	color:#ffffff;
}
section a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
section a:hover {
	text-decoration: none;
}

article{
	width:1200px;
	margin:0 auto;
	padding-bottom:30px;
}


footer {
	margin: 0;
	margin-top:0;
	width: 100%;
	vertical-align: bottom;
	background-color:#767575;
	position:relative;
	z-index:7;
	padding-bottom:20px;
}

footer #contenuFoot {
	padding: 0;
	margin: 0 auto;
	display: block;
	width: 1000px;
}
footer .colFoot1 {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 400px;
}
footer .colFoot2 {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 450px;
}
footer .colFoot3 {
	margin: 0 auto;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 150px;
}

footer p {
	margin: 0;
	font-size: 1.5rem;
	color:#F3F3F3;
	line-height: normal;
}
footer a {
	color:#F3F3F3;
	text-decoration: underline;
}
footer a:hover {
	text-decoration: none;
}
/* ----- Module Facebook ------ */

#facebook {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 20px;
	width: 480px;
	display: block;
	border: 1px solid #000000 !important;
}
.fb-page {
	width: 100% !important;
	color: #000000 !important;
	margin: 0 auto;
}

/*--------- instagram ---------------*/
.instagram_feed{
       height:100%;
}

.instagram_gallery{
       display: block;
}

.instagram_gallery a{
       
}

.instagram_gallery img{
       float:none!important;
       width:25% !important;
       box-sizing:border-box;
       margin:0 !important;
       padding:5px!important;
}

/* -------- Affichage Mobile -------*/

@media screen and (max-width: 768px) {
html {
	font-size: 72%;
}

h1{
	height:80px !important;
}

h2{
	width:98%;
	margin-left:1%;
	margin-right:1%;
}

h3{
	width:auto;
}

p{
	text-align:left;
	font-size:1.8rem;
	line-height:1.2;
}

p.centre{
	text-align:center;
	margin:0 auto;
	padding-top:18px;
	font-weight:bold;
	border-bottom: none;
	width:auto;
	display:auto;
	padding-bottom:10px;
	
}

img.illustration{
	width:320px;
	display:block;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
}

#btnBasZone{
	display:none;
}

iframe.maps{
	width: 98%;
    margin-left:1%;
	margin-right:1%;
}

/******/

header {
	width: 100% !important;
	min-width: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	position:relative;
}

header.hidden{
	background-color: #000000;
	background-image:url(uploads/images/site/bandeau.png) ;
}


a.lienLogo {
	width: 100%;
}

section {
	margin-top: 0;
	height:auto;
	position:relative;
}
section img {
	margin: 0 auto;
	display: block;
	text-align: center;
}

article{
	width:100%;
}

footer {
	margin-top: 0;
	width: 100% !important;
	min-width: 100%;
	padding-top:20px;
}
footer p {
	padding-bottom: 5px;
	font-size: 1.5rem;
	text-align:center !important;
}

footer #contenuFoot {
	width: 100%;
	margin: 0;
	padding: 0;
}
footer .colFoot1, footer .colFoot2, footer .colFoot3 {
	margin: 0;
	margin-bottom:10px;
	width: 100%;
	display: block;
}
footer h4 {
	margin-top: 12px;
	padding-left: 0;
	padding-right: 0;
	text-align: center !important;
}
#facebook {
	display:none;
	margin: 0 auto;
	width: 97%;
}
	#fond-site1,#fond-site2,#fond-site3{
		background-attachment: scroll;
		height: 60vh;
	}
	
	/****** instagram *******/

.instagram_gallery img{
       float:none!important;
       width:50% !important;
       box-sizing:border-box;
       margin:0 !important;
       padding:5px!important;
       display:inline-block;
}
}
