/* FONTS */
@font-face {
    font-family: 'GT-Pressura-Bold';
    src: url('fonts/GT-Pressura-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GT-Pressura-Light';
    src: url('fonts/GT-Pressura-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT-Pressura-Regular';
    src: url('fonts/GT-Pressura-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT-Sectra-Bold-Italic';
    src: url('fonts/GT-Sectra-Bold-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'GT-Sectra-Bold';
    src: url('fonts/GT-Sectra-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GT-Sectra-Regular-Italic';
    src: url('fonts/GT-Sectra-Regular-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'GT-Sectra-Regular';
    src: url('fonts/GT-Sectra-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* General */
* { -webkit-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; -o-user-select: none; user-select: none; /*cursor: none;*/}
input[type=text], input[type=password], textarea { -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; -o-user-select: text; user-select: text; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, nav, header, q, s, samp, small, strike, 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:inherit;
	font-size:100%;
	vertical-align:baseline;
	//overflow: hidden;
}
html {
	line-height:1;
}

ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
}
q, blockquote {
		quotes: "" "";
		margin-left:20px;
		margin-right:20px;
		font-style:italic;
}
q:before, q:after, blockquote:before, blockquote:after {
	content:"";
	content:none;
}
a {
	//cursor: none;
}
a img {
	border:none
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
small, sub, sup { font-size: smaller } 
sub { vertical-align: sub }
sup { /*vertical-align: super*/ } 
.clear {clear:both;}

body, .contain { width: 1920px; height: 1080px; background: url('../images/bg-base.jpg') repeat 0 0 ; overflow: hidden}
/*body, .contain { width: 1920px; height: 1080px; background: url('../images/background-tab.jpg') repeat 0 0 ; overflow: hidden}*/

body.bg-menu { background-image: url('../images/home-test.jpg'); background-repeat: no-repeat;}

.wrapper {
    
}

.loading {
    background:url('../images/ajax-loader.gif') no-repeat 1% center;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
    z-index: 99;
}
#loading {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    background: none;
}

ul.menu {
    list-style: none;
    text-align: center;
    margin-top: 2em;
}

ul.menu li {
    display: inline-block;
    margin: 1em 2em 1em 0;
    padding: 0.5em;
    border: 1px solid #1e5c95;
}

ul.menu li a {
    color: #1e5c95;
    font-family: 'GT-Pressura-Bold';
    font-size: 54pt;
    text-decoration: none;
}

h2 {
    margin: 190px 0px 100px 90px;
    color: #1e5c95;
    font-family: 'GT-Pressura-Bold';
    font-size: 72pt;
    text-decoration: none;
    text-transform: uppercase;
}


h2.familyletter {
    margin: 90px 0px 100px 90px;
}

h2.bou{
    margin: 190px 0px 0px 90px;
}

h2.betl, h2.com, h2.sil, h2.txtBou{
    margin: 63px 0px 100px 90px;
}

h2.rep{
    margin: 50px 0px 100px 90px;
}

h3.subtitle{
    margin: 0px 0px 60px 90px;
    color: #1e5c95;
    font-family: 'GT-Pressura-Bold';
    font-size: 36.78pt;
    text-decoration: none;
}

.home {
   width: 98px;
   height: 111px;
   background: url('../images/home.png') no-repeat 0 0 ;
   position: absolute;
   bottom: 40px;
   right: 40px;
   z-index: 99;
}

.close {
   width: 104px;
   height: 101px;
   background: url('../images/close.png') no-repeat 0 0 ;
   background-size: contain;
   position: absolute;
   bottom: 75px;
   right: 110px;
   z-index: 99;
   display: none;

   /*** Disabled css bootstrap ***/
   float: inherit;
   font-size: inherit;
   font-weight: inherit;
   line-height: inherit;
   color: inherit;
   text-shadow: none;
   opacity: 1;
   filter: alpha(opacity=100);
}

.close:hover,
.close:focus {
    color: inherit;
    text-decoration: none;
    cursor: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery {
   margin-left: 90px; 
}

.gallery ul li {
   display: inline-block; 
   margin-left: 45px; 
   margin-bottom: 80px;
}

.panzoom, .img-texts {
    -moz-box-shadow: 0px 0px 35px 0px #000000;
    -webkit-box-shadow: 0px 0px 35px 0px #000000;
    -o-box-shadow: 0px 0px 35px 0px #000000;
    box-shadow: 0px 0px 35px 0px #000000;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=35);

}
.gallery ul li img{
    width: 377px;
    height: auto;
}

.letter {
    margin: auto 0;
    width: 100%;
    text-align: center;
    padding-top: 390px;
    padding-bottom: 280px;
}

.letter img {
    max-width: 1200px;
}

.contain {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.panzoom-parent {
    margin: auto 0;
    padding-top: 60px;
    text-align: center;
    height: 1080px;
    width: 1920px;
    background-size: contain;
    /*background: url('../images/fond-compress.jpg') no-repeat 0 0 ;*/
}

.panzoom {
    /*margin: auto 0;*/
    text-align: center;
    height: 850px;
    width: auto;
    /*background-size: contain;*/
    margin: auto 0;
}

.buttons {
    position: absolute;
    display: block;
    left: 1750px;
    top: 600px;
}

.legend {
    position: absolute; 
    left: 0; 
    bottom: 30px; 
    height: auto; 
    width: 100%;
    //color: #1e5c95;
    color: #fff;
    font-family: 'GT-Pressura-Bold';

}

.legend p {
    padding: 0;
    margin: auto;
    text-align: center;
    //color: #1e5c95;
    color: #fff;
    font-size: 40px;
    max-width: 600px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.legend p.subtitle span {
    font-size: 26px;
    text-align: center;
}

.legend p.subtitle {
    line-height: 24px;
    padding-top: 5px;
}

.revealer {
    position: absolute;
    top: 390px;
    left: 360px;
    height: 390px;
    width: 1200px;
    margin: auto 0;
    text-align: center;
    //border: 1px solid #000;
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
}

.revealer-img {
    max-width: 1200px;
    //border: 1px solid #000;
    z-index: 11;
    /*opacity: 0.6;*/
    /*background-size: 1200px auto;
    background-position: 360px 10px;*/
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.revealer-img img {
    max-width: 1200px;
}

.disclaimer {
    margin: auto 0;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 34px;
    left: 17px;
}

.disclaimer p {
    color: #000;
    font-family: 'GT-Pressura-Bold';
    font-size: 30px;
    opacity: 0.5;
    line-height: 32px;
}

.abs-evangelical {
    position: absolute;
    top: 800px;
    left: 1481px;
    width: 370px;
    height: 118px;
    color: #1e5c95;
    font-family: 'GT-Pressura-Bold';
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    cursor: default;
}

h1.borne_title{
    position: absolute;
    top: 66px;
    left: 94px;
    width: 701px;
    color: #1e5c95;
    font-family: 'GT-Pressura-Bold';
    font-size: 66px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: default;
}

.abs-evangelical .essentiel {
    font-size: 61px;
    position: absolute;
    top: 31px;
    left: 12px;
}

.abs-evangelical .arrow{
    font-family: 'GT-Pressura-Regular';
    font-size: 111px;
    position: absolute;
    left: 333px;
    top: -6px;
}



/*********** La Famille **************/

/** origin **/

.right-corner {
    position: absolute;
    top: 0px;
    left: 1200px;
    /*border: 1px solid #000;*/
    width: 690px;
    height: 660px;
    display: block;
}

.children {
    position: absolute;
    top: 600px;
    left: 10px;
    /*border: 1px solid #000;*/
    width: 440px;
    height: 670px;
    display: block;
}

.family-txt {
    position: absolute;
    top: 1300px;
    left: 130px;
    /*border: 1px solid #000;*/
    width: 560px;
    height: 550px;
    display: block;
}

.family {
    position: absolute;
    top: 1250px;
    left: 1050px;
    /*border: 1px solid #000;*/
    width: 740px;
    height: 900px;
    display: block;
}

.institution {
    position: absolute;
    top: 2200px;
    left: 1200px;
    /*border: 1px solid #000;*/
    width: 576px;
    height: 425px;
    display: block;
}

.tree-children{
    position: absolute;
    top: 2875px;
    left: 10px;
    /*border: 1px solid #000;*/
    width: 750px;
    height: 800px;
    display: block;
}

.famille-001 {
    position: absolute;
    top: 3445px;
    left: 1100px;
    /*border: 1px solid #000;*/
    width: 690px;
    height: 1200px;
    display: block;
}

.comite{
    position: absolute;
    top: 4400px;
    left: 10px;
    /*border: 1px solid #000;*/
    width: 750px;
    height: 1100px;
    display: block;
}

.famille-0734 {
    position: absolute;
    top: 5750px;
    left: 280px;
    /*border: 1px solid #000;*/
    width: 1400px;
    height: 650px;
    display: block;
}

/** life **/

.Famille-P-020-1{
    position: absolute;
    top: 230px;
    left: 700px;
    /*border: 1px solid #000;*/
    width: 1050px;
    height: 450px;
    display: block;
}

.Famille-P-020 {
     position: absolute;
     top: 1350px;
     left: 10px;
     /*border: 1px solid #000;*/
     width: 1550px;
     height: 680px;
     display: block;
}

.enfants {
    position: absolute;
    top: 2050px;
    left: 1450px;
    /*border: 1px solid #000;*/
    width: 340px;
    height: 880px;
    display: block;
}

.timetable {
    position: absolute;
    top: 2950px;
    left: 10px;
    /*border: 1px solid #000;*/
    width: 1750px;
    height: 580px;
    display: block;
}

.Famille-P-026 {
    position: absolute;
    top: 3550px;
    left: 1050px;
    /*border: 1px solid #000;*/
    width: 740px;
    height: 600px;
    display: block;  
}

.Famille-P-027 {
    position: absolute;
    top: 4400px;
    left: 150px;
    /*border: 1px solid #000;*/
    width: 1630px;
    height: 700px;
    display: block;  
}

.writer {
    position: absolute;
    top: 5250px;
    left: 950px;
    /*border: 1px solid #000;*/
    width: 800px;
    height: 800px;
    display: block;
}

.gentleman {
    position: absolute;
    top: 6550px;
    left: 100px;
    /*border: 1px solid #000;*/
    width: 1650px;
    height: 1200px;
    display: block;
}

/** architecture**/
.eglise {
    position: absolute;
    top: 400px;
    left: 10px;
    /*border: 1px solid #000;*/
    width: 790px;
    height: 850px;
    display: block;
}

.asile {
    position: absolute;
    top: 1500px;
    left: 10px;
    /*border: 1px solid #000;*/
    width: 1750px;
    height: 1250px;
    display: block;
}

.Famille-P-003 {
    position: absolute;
    top: 3750px;
    left: 220px;
    /*border: 1px solid #000;*/
    width: 1550px;
    height: 900px;
    display: block;  
}

.Famille-P-008 {
    position: absolute;
    top: 5450px;
    left: 100px;
    /*border: 1px solid #000;*/
    width: 1690px;
    height: 900px;
    display: block;  
}

.Famille-P-0734 {
    position: absolute;
    top: 6980px;
    left: 100px;
    /*border: 1px solid #000;*/
    width: 1690px;
    height: 540px;
    display: block;  
}

/*********** Bethesda **************/

/** architecture**/

.bet18 {
    position: absolute;
    top: 800px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1740px;
    height: 900px;
    display: block;
}

.bet23 {
    position: absolute;
    top: 1750px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 600px;
    height: 600px;
    display: block;
}

.bet13 {
    position: absolute;
    top: 2450px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 750px;
    display: block;
}

.bet29 {
    position: absolute;
    top: 4150px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 800px;
    height: 1150px;
    display: block;
}

.bet05 {
    position: absolute;
    top: 5800px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 800px;
    display: block;
}

.bet30 {
    position: absolute;
    top: 7950px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1740px;
    height: 750px;
    display: block;
}

/** life **/

.bet01 {
    position: absolute;
    top: 250px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1750px;
    height: 550px;
    display: block;
}

.bet02 {
    position: absolute;
    top: 1100px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1740px;
    height: 750px;
    display: block;
}

.bet28 {
    position: absolute;
    top: 2200px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 750px;
    height: 550px;
    display: block;
}

.bet22 {
    position: absolute;
    top: 2200px;
    left: 815px;
    /*border: 1px solid #000;*/
    width: 950px;
    height: 650px;
    display: block;
}

.bet16 {
    position: absolute;
    top: 2900px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 850px;
    height: 850px;
    display: block;
}

.bet08 {
    position: absolute;
    top: 4850px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 800px;
    display: block;
}

.bet11 {
    position: absolute;
    top: 5900px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 800px;
    height: 1150px;
    display: block;
}

.bet27 {
    position: absolute;
    top: 7200px;
    left: 900px;
    /*border: 1px solid #000;*/
    width: 850px;
    height: 740px;
    display: block;
}

.bet26 {
    position: absolute;
    top: 8000px;
    left: 900px;
    /*border: 1px solid #000;*/
    width: 850px;
    height: 700px;
    display: block;
}

.bet15 {
    position: absolute;
    top: 8710px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 750px;
    display: block;
}

/** origin **/

.bet00-2 {
    position: absolute;
    top: 550px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1740px;
    height: 800px;
    display: block;
}

.bet03 {
    position: absolute;
    top: 1750px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 950px;
    height: 810px;
    display: block;
}

.bet19 {
    position: absolute;
    top: 1920px;
    left: 1070px;
    /*border: 1px solid #000;*/
    width: 720px;
    height: 1050px;
    display: block;
}

.notice {
    position: absolute;
    top: 2610px;
    left: 80px;
    /*border: 1px solid #000;*/
    width: 950px;
    height: 470px;
    display: block;
}

.bet19-2 {
    position: absolute;
    top: 3100px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1740px;
    height: 575px;
    display: block;
}

.origin-bet27 {
    position: absolute;
    top: 4250px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 900px;
    height: 825px;
    display: block;
}

.origin-bet08 {
    position: absolute;
    top: 5300px;
    left: 700px;
    /*border: 1px solid #000;*/
    width: 850px;
    height: 380px;
    display: block;
}

.bet07 {
    position: absolute;
    top: 5700px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1740px;
    height: 600px;
    display: block;
}

/*********** Bourg d'Abren **************/

/** architecture**/

.bou12 {
    position: absolute;
    top: 300px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1740px;
    height: 750px;
    display: block;
}

.bou11 {
    position: absolute;
    top: 2200px;
    left: 700px;
    /*border: 1px solid #000;*/
    width: 1050px;
    height: 500px;
    display: block;
}

.bou07 {
    position: absolute;
    top: 2750px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 650px;
    height: 600px;
    display: block;
}

.sil08 {
    position: absolute;
    top: 3500px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1400px;
    height: 600px;
    display: block;
}

.betl05 {
    position: absolute;
    top: 4200px;
    left: 1200px;
    /*border: 1px solid #000;*/
    width: 550px;
    height: 600px;
    display: block;
}

.betl06 {
    position: absolute;
    top: 4900px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 600px;
    display: block;
}

.com03 {
    position: absolute;
    top: 6450px;
    left: 350px;
    /*border: 1px solid #000;*/
    width: 1400px;
    height: 800px;
    display: block;
}

.com11 {
    position: absolute;
    top: 7800px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1740px;
    height: 600px;
    display: block;
}

/** life **/

.bou15 {
    position: absolute;
    top: 530px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1740px;
    height: 300px;
    display: block;
}

.sil06 {
    position: absolute;
    top: 1350px;
    left: 200px;
    /*border: 1px solid #000;*/
    width: 1550px;
    height: 600px;
    display: block;
}

.bou01 {
    position: absolute;
    top: 2000px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 600px;
    height: 1100px;
    display: block;
}

.bou06 {
    position: absolute;
    top: 3800px;
    left: 950px;
    /*border: 1px solid #000;*/
    width: 800px;
    height: 800px;
    display: block;
}

.bou03 {
    position: absolute;
    top: 5000px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 900px;
    height: 700px;
    display: block;
}

.betl02 {
    position: absolute;
    top: 6150px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 700px;
    display: block;
}

.com02 {
    position: absolute;
    top: 7500px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1000px;
    display: block;
}


/** origin **/

    /*- SIL -*/

.sil07-1 {
    position: absolute;
    top: 50px;
    left: 1050px;
    /*border: 1px solid #000;*/
    width: 700px;
    height: 450px;
    display: block;
}

.sil07-2 {
    position: absolute;
    top: 800px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 800px;
    display: block;
}

.sil04 {
    position: absolute;
    top: 1650px;
    left: 1050px;
    /*border: 1px solid #000;*/
    width: 700px;
    height: 600px;
    display: block;
}

.sil03 {
    position: absolute;
    top: 2800px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 800px;
    display: block;
}

.sil02 {
    position: absolute;
    top: 3800px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 700px;
    height: 600px;
    display: block;
}

.sil08-2 {
    position: absolute;
    top: 4500px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 750px;
    display: block;
}

/*- BETL -*/

.betl04-1 {
    position: absolute;
    top: 50px;
    left: 1150px;
    /*border: 1px solid #000;*/
    width: 600px;
    height: 450px;
    display: block;
}

.betl04-2 {
    position: absolute;
    top: 500px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 550px;
    display: block;
}

.betl03 {
    position: absolute;
    top: 1400px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 600px;
    display: block;
}

.betl07 {
    position: absolute;
    top: 2300px;
    left: 900px;
    /*border: 1px solid #000;*/
    width: 850px;
    height: 500px;
    display: block;
}

.betl01 {
    position: absolute;
    top: 3400px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1000px;
    display: block;
}

/*- COM -*/

.com08-1 {
    position: absolute;
    top: 50px;
    left: 1350px;
    /*border: 1px solid #000;*/
    width: 500px;
    height: 500px;
    display: block;
}

.com08-2 {
    position: absolute;
    top: 550px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 700px;
    display: block;
}

.com06 {
    position: absolute;
    top: 1280px;
    left: 1200px;
    /*border: 1px solid #000;*/
    width: 500px;
    height: 450px;
    display: block;
}

.com04 {
    position: absolute;
    top: 2300px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 950px;
    display: block;
}

.com09 {
    position: absolute;
    top: 3700px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 900px;
    display: block;
}

/*********** Eben Hézer **************/

/** architecture**/

.ebe30 {
    position: absolute;
    top: 250px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 700px;
    display: block;
}

.ebe23 {
    position: absolute;
    top: 1550px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 650px;
    display: block;
}

.ebe09 {
    position: absolute;
    top: 2700px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 850px;
    height: 700px;
    display: block;
}

.ebe15 {
    position: absolute;
    top: 4100px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 700px;
    display: block;
}

.ebe22 {
    position: absolute;
    top: 5950px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 900px;
    display: block;
}

.ebe27 {
    position: absolute;
    top: 7550px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1400px;
    display: block;
}

/** life **/

.ebe06 {
    position: absolute;
    top: 700px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 850px;
    display: block;
}

.ebe09-2 {
    position: absolute;
    top: 2300px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 400px;
    height: 850px;
    display: block;
}

.ebe18 {
    position: absolute;
    top: 3200px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 800px;
    height: 850px;
    display: block;
}

.ebe19 {
    position: absolute;
    top: 4150px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 800px;
    display: block;
}

.ebe26 {
    position: absolute;
    top: 5750px;
    left: 1150px;
    /*border: 1px solid #000;*/
    width: 600px;
    height: 1000px;
    display: block;
}

.ebe20 {
    position: absolute;
    top: 7200px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1000px;
    display: block;
}

.ebe16 {
    position: absolute;
    top: 8750px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1200px;
    display: block;
}

/** origin **/

.ebe01-1 {
    position: absolute;
    top: 50px;
    left: 1250px;
    /*border: 1px solid #000;*/
    width: 600px;
    height: 400px;
    display: block;
}

.ebe01-2 {
    position: absolute;
    top: 650px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 600px;
    display: block;
}

.ebe-txt {
    position: absolute;
    top: 1300px;
    left: 150px;
    /*border: 1px solid #000;*/
    width: 625px;
    height: 1000px;
    display: block;
}

.ebe28 {
    position: absolute;
    top: 2350px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 900px;
    display: block;
}

.ebe25 {
    position: absolute;
    top: 3650px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 750px;
    display: block;
}

.ebe00 {
    position: absolute;
    top: 5100px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 900px;
    height: 900px;
    display: block;
}

.ebe03 {
    position: absolute;
    top: 7000px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 950px;
    height: 800px;
    display: block;
}

.ebe12 {
    position: absolute;
    top: 7000px;
    left: 1050px;
    /*border: 1px solid #000;*/
    width: 700px;
    height: 800px;
    display: block;
}

.ebe15-2 {
    position: absolute;
    top: 8300px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 650px;
    display: block;
}

/*********** Miséricorde **************/

/** architecture**/

.mis21 {
    position: absolute;
    top: 600px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1300px;
    display: block;
}

.mis03 {
    position: absolute;
    top: 2600px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 650px;
    display: block;
}

.mis18 {
    position: absolute;
    top: 3650px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 650px;
    display: block;
}

.mis19 {
    position: absolute;
    top: 4850px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1000px;
    display: block;
}

.mis20 {
    position: absolute;
    top: 6600px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 950px;
    display: block;
}

/** life **/

.mis05 {
    position: absolute;
    top: 750px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1300px;
    height: 850px;
    display: block;
}

.mis08 {
    position: absolute;
    top: 2000px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 750px;
    display: block;
}

.mis12 {
    position: absolute;
    top: 4150px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 900px;
    display: block;
}

.mis09 {
    position: absolute;
    top: 5060px;
    left: 1050px;
    /*border: 1px solid #000;*/
    width: 700px;
    height: 900px;
    display: block;
}

.mis10 {
    position: absolute;
    top: 6750px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1800px;
    display: block;
}

/** origin **/

.mis01-2 {
    position: absolute;
    top: 600px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 850px;
    display: block;
}

.mis02 {
    position: absolute;
    top: 1480px;
    left: 1050px;
    /*border: 1px solid #000;*/
    width: 700px;
    height: 950px;
    display: block;
}

.mis04 {
    position: absolute;
    top: 3050px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1000px;
    display: block;
}

.mis17 {
    position: absolute;
    top: 5200px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1740px;
    height: 750px;
    display: block;
}

.mis15 {
    position: absolute;
    top: 6350px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 800px;
    display: block;
}

.mis06 {
    position: absolute;
    top: 7900px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 800px;
    display: block;
}

/*********** Le Repos et La Retraite **************/

/** architecture**/

.rep03 {
    position: absolute;
    top: 250px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1150px;
    display: block;
}

.rep07 {
    position: absolute;
    top: 2200px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 800px;
    display: block;
}

.rep17 {
    position: absolute;
    top: 3600px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1100px;
    display: block;
}

.rep18 {
    position: absolute;
    top: 4750px;
    left: 1000px;
    /*border: 1px solid #000;*/
    width: 750px;
    height: 800px;
    display: block;
}

.ret12 {
    position: absolute;
    top: 6000px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 900px;
    height: 1700px;
    display: block;
}

.ret08 {
    position: absolute;
    top: 8500px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 900px;
    display: block;
}

/** life **/

.rep08 {
    position: absolute;
    top: 550px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 800px;
    display: block;
}

.rep09 {
    position: absolute;
    top: 1850px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 850px;
    display: block;
}

.ret04 {
    position: absolute;
    top: 2800px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 800px;
    height: 2000px;
    display: block;
}

.ret02 {
    position: absolute;
    top: 5500px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1250px;
    display: block;
}

/** origin **/

    /*- REP -*/

.rep02-1 {
    position: absolute;
    top: 50px;
    left: 1150px;
    /*border: 1px solid #000;*/
    width: 700px;
    height: 600px;
    display: block;
}

.rep02-2 {
    position: absolute;
    top: 700px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1000px;
    display: block;
}

.rep05 {
    position: absolute;
    top: 2150px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 700px;
    display: block;
}

.rep08-1 {
    position: absolute;
    top: 3050px;
    left: 1150px;
    /*border: 1px solid #000;*/
    width: 600px;
    height: 600px;
    display: block;
}

.rep08-2 {
    position: absolute;
    top: 3200px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 700px;
    height: 1450px;
    display: block;
}

.rep13 {
    position: absolute;
    top: 5200px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1000px;
    display: block;
}

.rep14 {
    position: absolute;
    top: 6700px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1250px;
    display: block;
}

    /*- RET -*/

.ret01-1 {
    position: absolute;
    top: 50px;
    left: 1300px;
    /*border: 1px solid #000;*/
    width: 600px;
    height: 400px;
    display: block;
}

.ret01-2 {
    position: absolute;
    top: 660px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 850px;
    display: block;
}

.ret03 {
    position: absolute;
    top: 1850px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 900px;
    display: block;
}

.ret06 {
    position: absolute;
    top: 3600px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 950px;
    display: block;
}

.ret11 {
    position: absolute;
    top: 4600px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 800px;
    height: 1800px;
    display: block;
}

.ret13 {
    position: absolute;
    top: 6700px;
    left: 50px;
    /*border: 1px solid #000;*/
    width: 1700px;
    height: 1250px;
    display: block;
}