@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'canterbold';
    src: url('canter_bold-webfont.eot');
    src: url('canter_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('canter_bold-webfont.woff') format('woff'),
         url('canter_bold-webfont.ttf') format('truetype'),
         url('canter_bold-webfont.svg#canterbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'z_arista_lightregular';
    src: url('z_arista_light-webfont.eot');
    src: url('z_arista_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('z_arista_light-webfont.woff') format('woff'),
         url('z_arista_light-webfont.ttf') format('truetype'),
         url('z_arista_light-webfont.svg#z_arista_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	margin:0;
	font: 17px 'ISOCPEURRegular', Arial, Helvetica, sans-serif;
	/*color: #898989;*/
	-webkit-text-size-adjust: none;
	ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	ms-font-smoothing: antialiased;
	background: url(../images/bg/bg8.jpg) center fixed;
	-webkit-background-size: cover;
  	background-size: cover; 
	}
	
a img {border: 0;}
	
h2 {
	/*color: #373737;*/
	font: 24px 'canterbold', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 0 0;
	line-height: 24px;
	/*color: #373737/*#5286AF;*/
	text-transform: uppercase;
	letter-spacing: 1px;
	/*text-shadow:0px 2px 3px #000000;*/
}

h3 {
	/*color: #1D1D1D;*/
	font: 20px 'canterbold', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: -5px 0 10px 0;
	line-height: 26px;
}

a:link, a:visited {
	color: #1F537C;
	text-decoration: none;
}

a:hover {
	/*color: #396D96;*/
	text-decoration: none;
}

::selection {
	background: #093e24;
	color: #fff;
}

::-moz-selection {
	background: #093e24;
	color: #fff;
}

.container {
	/*width: 960px;
	margin-bottom: 50px;
	position: relative;*/
	width: 90%;
	margin: 0 auto;
	position: relative;
	text-align:center;
	}
	
.logo {
	}
	
.logo img {
	text-align:center;
	width: 40%;
	height: auto/*80px*/;
	margin-top:40px;
	margin-bottom:20px;
	}
	
.logo a img
	{
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;	
	transition: opacity 0.5s ease-in-out;
	}
	
.logo a:hover img
	{
	opacity: 0.5;
	-moz-opacity: 0.5;
	-web-opacity: 0.5;
	filter: alpha(opacity=50);
	}




/**********  MENU CERCLE  ***************************/

.menu{
	display:none;
}

.main{
	width: 100%;
	margin: 0 auto;
	margin-top:50px;
	position: relative;
}

.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 200px;
	height: 200px;
	display: inline-block;
	margin: 20px;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
}
.ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
	box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}

.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	background: #1D1D1D/*#000*/;
	opacity: 0;
}

.ch-img-1 { 
	background-image: url(../images/menu_projets.png);
}

.ch-img-2 { 
	background-image: url(../images/menu_qui.png);
}

.ch-img-3 { 
	background-image: url(../images/menu_contact.png);
}

.ch-info h2 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 auto;
	text-align:center;
	padding: 90px 0 0 0;
	height: 50px/*110px*/;
	font-size:30px;
	font-family: 'canterbold', Arial, sans-serif;
	text-shadow:0px 2px 2px #000000;
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 25px;
	text-align:center;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 35px/*110px*/;
	font-family: 'canterbold', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 3px 3px;
	font-style: italic;
	margin: 0 25px;
	text-align:center;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #5286AF/*#fff222*/;
	color: rgba(/*255,242,34, 0.8*/78, 173, 255, 0.8);
}

.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
}

.ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
}
/**/
	
.menu, .menu01 {
	position: relative;
	clear: both;
	float: left;
	width: /*130px*/130px;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	}
	
.menu ul, .menu01 ul {
	list-style: none;
	padding: 0;
	margin: 0 0 22px 0;
	}
	
.menu ul li, .menu01 ul li {
	padding: 0;
	margin: 0;
	line-height: 21px;
	}
	
.menu li:hover, .menu01 li:hover {
	
	}
	
.menu a, .menu01 a {
	color: #5286AF;
	text-decoration: none;
	}
	
.menu a:hover, .menu01 a:hover {
	color: #1D1D1D;
	text-decoration: /*underline*/none;
	}
/**********  *********************************** ***************************/

/****** titres cercles *************/
.ch-grid2 {
	/*float:left;*/
	/*margin: 2% 0 -6% -34%;*/
	margin: 0 auto;
	margin-bottom:40px;
	margin-left:-10px;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid2:after,
.ch-item2:before {
	content: '';
    display: table;
}

.ch-grid2:after {
	clear: both;
}

.ch-grid2 li {
	width: 200px;
	height: 200px;
	display: inline-block;
	margin: 20px 0 0 0;
}

.ch-item2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
}
.ch-info2{
	position: absolute;
	width: 100%;
	height: 100%;
}
.ch-info2 > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
}

.ch-info2 .ch-info-front2 {
	box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}


.ch2-img-1 { 
	background-image: url(../images/menu_projets.png);
}

.ch2-img-2 { 
	background-image: url(../images/menu_qui.png);
}

.ch2-img-3 { 
	background-image: url(../images/menu_contact.png);
}

.ch-info2 h2 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 auto;
	text-align:center;
	padding: 90px 0 0 0;
	height: 50px/*110px*/;
	font-size:30px;
	font-family: 'canterbold', Arial, sans-serif;
	text-shadow:0px 2px 2px #000000;
}

.ch-info2 h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 25px;
	text-align:center;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 35px/*110px*/;
	font-family: 'canterbold', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}


/*************************************/
	
.pagination {
	position: relative;
	margin: 0 auto;
	width:50px;
}

		
.pagination li {
	float:left;
	margin:0 10px 0 0;
	list-style:none;
}

.pagination li a {
	display:block;
	width:11px;
	height:0;
	padding-top:11px;
	background-image:url(../imagens/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.conteudo01{
	height:auto;
	margin: 0 auto;
	position: relative;
	text-align:center;
}

.tituloMobile {
}

.tituloMobile h2{
	float:left;
	margin: 5% 0 0 11%;   /* Top right bottom left */
	color: #3d3d3d/*#1D1D1D*/;
	font-family: 'canterbold';
	font-size: 52px;
	/*padding: 0;
	margin: 0 0 0 0;*/
	/*text-align:center;*/
	/*margin-top:30px;*/
	/*line-height: 1em;*/
	text-transform: none;
	letter-spacing: 1px;
	font-weight:bold;
	text-shadow:
				0 0 10px #fff,
                   0 0 20px #fff,
                   0 0 30px #fff,
                   0 0 40px #fff,
                   0 0 70px #fff,
                   0 0 80px #fff,
                   0 0 100px #fff,
                   0 0 150px #fff;
}

.tituloMobile2 h2{
	float:left;
	margin: 5% 0 3% 0;   /* Top right bottom left */
	color: #3d3d3d/*#1D1D1D*/;
	font-family: 'canterbold';
	font-size: 52px;
	/*padding: 0;
	margin: 0 0 0 0;*/
	/*text-align:center;*/
	/*margin-top:30px;*/
	/*line-height: 1em;*/
	text-transform: none;
	letter-spacing: 1px;
	font-weight:bold;
	text-shadow:
				0 0 10px #fff,
                   0 0 20px #fff,
                   0 0 30px #fff,
                   0 0 40px #fff,
                   0 0 70px #fff,
                   0 0 80px #fff,
                   0 0 100px #fff,
                   0 0 150px #fff;
}

.tituloMobile3 h2{
	position:absolute;
	margin: 0 0 0 18%;   /* Top right bottom left */
	color: #3d3d3d/*#1D1D1D*/;
	font-family: 'canterbold';
	font-size: 52px;
	/*padding: 0;
	margin: 0 0 0 0;*/
	/*text-align:center;*/
	/*margin-top:30px;*/
	/*line-height: 1em;*/
	text-transform: none;
	letter-spacing: 1px;
	font-weight:bold;
	text-shadow:
				0 0 10px #fff,
                   0 0 20px #fff,
                   0 0 30px #fff,
                   0 0 40px #fff,
                   0 0 70px #fff,
                   0 0 80px #fff,
                   0 0 100px #fff,
                   0 0 150px #fff;
}

/*********************  PROJETS CREATIONS ET REHABILITATIONS  *****************************/
.itensDesktop {
	width:80%;
	margin: 0 auto;
	text-align:center;
	position: relative;
	/*margin-top:110px;*/
}


.itensMobile {
	display: none;
	}
	
.item {
   width: 300px;
   height: 130px;
   float: left;
   margin:30px;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #1D1D1D/*#e6e6e6*/;
   -moz-box-shadow: 1px 1px 2px #1D1D1D/*#e6e6e6*/;
   box-shadow: 1px 1px 2px #1D1D1D/*#e6e6e6*/;
   cursor: default;
	}

.item .mask,.item .content {
   width: 300px;
   height: 130px;
   position: relative;
   overflow: hidden;
   top: 0;
   left: 0;
}

.item img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
   display: block;
   position: relative;
}
.item .mask {
   background-color: rgba(82, 134, 175, 0.3)/*rgba(255, 231, 179, 0.3)*/;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.item .mask a{
   color:#fff;
}

.item h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 18px;
   padding: 20px;
   background: rgba(0, 0, 0, 0.8);
   margin: 30px 0 0 0;
   margin-left:-30px;
}

.item:hover img {
   -webkit-transform: scale(3);
   -moz-transform: scale(3);
   -o-transform: scale(3);
   -ms-transform: scale(3);
   transform: scale(3);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 2;
}
.item:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   top: 0px;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-animation: bounceY 0.9s linear;
   -moz-animation: bounceY 0.9s linear;
   -ms-animation: bounceY 0.9s linear;
   animation: bounceY 0.9s linear;
}
.item:hover h2,.item:hover p {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
/*********************************************/	
	
	
	
.cincoColunas {
	width: 159px;
	margin: 0 0 5px 5px;
	}
	
.selecionado {
	color: #093e24;
	display: block;
	}
	
.selecionado a, .selecionado a:hover {
	color: #093e24;
	text-decoration: underline;
	}	

.titulo, .titulo01 {
	position: relative;
	float:left;
	width: 830px;
	margin: 56px 0 0 50px;
	padding: 0;
	z-index: 10;
	font-size: 15px;
	line-height: 16px;
	}
	
.tituloDescri {
	position: relative;
	float:left;
	width: 550px;
	margin: 33px 0 0 50px;
	padding: 0;
	z-index: 10;
	font-size: 15px;
	line-height: 16px;
	}
	
.descri {
	position: relative;
	clear:both;
	float:left;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
	/**/
	font-family: 'canterbold';
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}

descri a:link, a:visited { /**/
	color: #FFF;
}
	
.boxDescri {
	position: absolute;
	background: #ece9ea;
	width: 350px;
	height: 339px;
	padding: 20px;
	margin: 30px 0 0 410px;
	z-index: 999999;
	color: #686465;
	visibility: hidden;
}

.boxDescri01 {
	position: absolute;
	background: #ece9ea;
	width: 350px;
	height: 339px;
	padding: 20px;
	margin: 30px 0 0 410px;
	top: 550px/*398px*/; /**/
	right:80px; /**/
	z-index: 999999;
	color: #686465;
	visibility: hidden;
}


.content {
	margin:0; 
	width: 330px; 
	height:343px; 
	padding:0px; 
	overflow:auto; 
	}
	
.content01 {
	margin:0; 
	width: 330px; 
	height:336px; 
	padding:0px; 
	overflow:auto; 
	}
	
.content02 {
	margin: 0;
	width: 330px; 
	height:342px; 
	padding:0px; 
	overflow:auto; 
	}

.descriMobile {
	display: none;
}

descriMobile a:link, a:visited { /**/
	color: #FFF;
}

.boxDescriMobile, .boxDescriMobile01 {
	display: none;
	color: #686465;
	top: 20px;
}




/******* RETOURS CERCLES*******************/
/**,
*:after,
*::before {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}*/

/* Effect 12: circle */
.cl-effect-12 a::before,
.cl-effect-12 a::after {
position: absolute;
top: 50%;
left: 50%;
width: 90px;
height: 90px;
border: 2px solid rgba(82,134,175,1)/*rgba(0,0,0,0.1)*/;
border-radius: 50%;
content: '';
opacity: 0.5;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-12 a::after {	
width: 70px;
height: 70px;
border: 6px solid rgba(29,29,29,0.5);
/*border-width: 3px;*/
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
color:1D1D1D;
opacity: 1;
-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
-moz-transform: translateX(-50%) translateY(-50%) scale(1);
transform: translateX(-50%) translateY(-50%) scale(1);
}

/*******************  ************************/





/******* BOUTONS DESCRIPIFS ET RETOURS *******************/
.a-btn{
    background:#1D1D1D/*#80a9da*/;
    padding-left:20px;
    padding-right:80px;
    height:38px;
    display:inline-block;
    position:relative;
    border:1px solid #1D1D1D;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    float:left;
    clear:both;
    margin:10px 0px;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn2{
    background:#1D1D1D/*#80a9da*/;
    padding-left:20px;
    padding-right:80px;
    height:38px;
    display:inline-block;
    position:relative;
    border:1px solid #1D1D1D;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    float:left;
    clear:both;
    margin:10px 0px;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn-text{
    padding-top:9px;
    display:block;
    font-size:20px;
	font-weight:bold;
    white-space:nowrap;
    color:#E7E5E5;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.a-btn-text2{
    padding-top:9px;
    display:block;
    font-size:20px;
	font-weight:bold;
    white-space:nowrap;
    color:#E7E5E5;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.a-btn-slide-text{
    position:absolute;
    height:100%;
    top:0px;
    right:52px;
    width:0px;
    background:#5286AF;
    text-shadow:0px -1px 1px #363f49;
    color:#E7E5E5;
    font-size:18px;
    white-space:nowrap;
    text-transform:uppercase;
    text-align:left;
    text-indent:10px;
    overflow:hidden;
    line-height:38px;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
}
.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #5d81ab;
}
.a-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    background:transparent url(../images/white_arrow_right2.png) no-repeat 50% 55%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn-icon-top{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #5d81ab;
}
.a-btn-icon-top span{
    width:38px;
    height:38px;
    opacity:0.7;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    background:transparent url(../images/white_arrow_top.png) no-repeat 50% 55%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn:hover{
    padding-right:180px;
}
.a-btn:hover .a-btn-text{
    text-shadow:0px 1px 1px #5d81ab;
    color:#fff;
}
.a-btn:hover .a-btn-slide-text{
    width:100px;
}
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
}

.a-btn-icon-top span:hover{
    opacity:1;
	background:transparent url(../images/white_arrow_top2.png) no-repeat 50% 55%;
	-webkit-animation:slideDown 5s ease-out 1;
    -moz-animation:slideDown 5s ease-out 1;
    animation:slideDown 5s ease-out 1;
	-moz-box-shadow: 2px 2px 5px 0px #656565;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}
@keyframes slideDown{
    0% { top: 80px; }
    100% { top: -30px;}
}
@-webkit-keyframes slideDown{
    0% { top: 80px; }
    100% { top: -30px;}
}
@-moz-keyframes slideDown{
    0% { top: 80px; }
    100% { top: -30px;}
}


.a-btn:active{
    position:relative;
    top:1px;
    background:#5d81ab;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#1D1D1D/*#80a9da*/;
}
/**********************************/




/****** SLIDER *****************/
#slides {
	width:830px;
	height:433px;

	}
	
.slides_container {
	width:830px;
	height:433px;
	display:none;
	}

.slides_container div {
	width:830px;
	height:433px;
	display:block;
	}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  
  }
  
 .rslides {
  margin: 0 auto;
  /*border: 1px solid #1D1D1D;*/
  border: 6px solid #FFF;
  -webkit-box-shadow: 1px 1px 2px #1D1D1D/*#e6e6e6*/;
   -moz-box-shadow: 1px 1px 2px #1D1D1D/*#e6e6e6*/;
   box-shadow: 1px 1px 2px #1D1D1D/*#e6e6e6*/;
  }

.rslides_container {
  margin-bottom: 15px;
  position: relative;
  float: left;
  width: 100%;
  visibility: hidden;
  }

/****** SLIDER NAV *****************/
.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 100%;
  text-indent: -9999px;
  overflow: hidden;
  height: 92%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }
  
 .transparent-btns_nav.prev {
  display: none;
  }
  
.transparent-btns_nav:focus {
  outline: none;
  }

.transparent-btns_tabs {
  margin-top: 7px;
  margin-left: 110px;
  text-align: center;
  }

.transparent-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 13px;
  }

.transparent-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #1D1D1D;
  background: rgba(29, 29, 29, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 10px;
  height: 10px;
  }

.transparent-btns_here a {
  background: #5286AF;
  background: rgba(82, 134, 175), .8);
  }
/***************************************************/



/******************* RETOURS ************************/
.retour {
	position: relative;
	clear:both; 
	float:right;
	right:15%;
	margin: 20px 15px 0 0;
	/**/
	font-family: 'canterbold';
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
}

.retour a:hover {
	text-decoration:none;
}

.retour01 {
	font-family: 'canterbold';
	position: relative;
	float: right;
	right:5%;
	padding: 0 0 0 0;
	margin: -20px -40px 0 0;
	/*margin: -40px 50px 0 0;*/
	/**/
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	}

.retour01 a:hover {
	text-decoration:none;
}

.tooltip {
  font-size: 17px;

}

/***************/
/** SCROLL BAR **/
/***************/
.jScrollbar2 {
	width:350px;
	height:320px;
	overflow:hidden;
	position:relative;
	padding:0;
	color: #686465;
}

	.jScrollbar2 .jScrollbar_mask {
		width:290px;
		position:relative;
		top:0;
		right: 20px;
	}
		.jScrollbar2 .jScrollbar_mask p {
			margin:0;
			padding:0;
		}
	.jScrollbar2 .jScrollbar_draggable {
		float:left;
		background: url(../imagens/bg_scroll.jpg);
		width:10px;
		height:350px;
		overflow:hidden;
		background-color:#686465;
		position:relative
	}
	.jScrollbar2 .jScrollbar_draggable a.draggable {
		position:relative;
		background-color: #686465;
		display:block;
		height:100px;
		width:10px;
		margin-left:0;
		cursor:s-resize
	}
	
.botX {
	position: absolute;
	color:#686465; 
	padding: 0;
	top: 10px;
	left: 360px;
	font-size: 26px;
	z-index: 1000000;
}

.botX a, .botXmobile a{
	color:#686465; 
}

.botXmobile {
	display: none;
}

.branco {height: 24px;}


.espaco {height:37px;}


/************** QUI SUIS-JE ***********/
.qui{
	text-align:justify;
}

/************** PATRIMOINE ***********/
.patrimoine {
 width:90%;
 margin:0 auto;
	
}

.patrimoine p, li{
	text-align: justify;
}
.patrimoine h4{
	text-align: justify;
	padding-top:5px;
}
.patrimoine img{
	float:right;
	margin:0 0 10px 10px;
	width:250px;
	height:250px;
}






/***************** PARTENAIRES *********************/
.partenaires{
	width:80%;
	margin:0 auto;
	padding-top:2%;
	text-align:justify;
	line-height:1.5em;
}




/***************** MENTIONS LEGALES *********************/
.ml h2{
	font-size:23px;
}


/********* CONTACT ****************/
.tituloMobile4 h2{
	/*position:absolute;*/
	margin: 0 auto;   /* Top right bottom left */
	text-align:center;
	color: #3d3d3d/*#1D1D1D*/;
	font-family: 'canterbold';
	font-size: 52px;
	/*padding: 0;
	margin: 0 0 0 0;*/
	/*text-align:center;*/
	margin-top:50px;
	/*line-height: 1em;*/
	text-transform: none;
	letter-spacing: 1px;
	font-weight:bold;
	text-shadow:
				0 0 10px #fff,
                   0 0 20px #fff,
                   0 0 30px #fff,
                   0 0 40px #fff,
                   0 0 70px #fff,
                   0 0 80px #fff,
                   0 0 100px #fff,
                   0 0 150px #fff;
}


#contact{
	width:50%;
	font-size:1.4em;
	margin: 0 auto;
	text-align:center;
}

#contact a:link, a:visited {
	color:#333333;
	text-decoration: none;
}

#contact a:hover {
	color: #1F537C;
	text-decoration: none;
}

#contact .icon {
	width:8%;
}

#map{
	margin:0 auto;
	text-align:center;
	width:50%;
}

#map iframe{
	margin: 0 auto;
	margin-left:-20px;
	text-align:center;
	width: 315px;
	height: 283px;
	frameborder: 0;
	border:0;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	border: 6px solid #fff;
   -webkit-box-shadow: 1px 1px 2px #1D1D1D/*#e6e6e6*/;
   -moz-box-shadow: 1px 1px 2px #1D1D1D/*#e6e6e6*/;
   box-shadow: 1px 1px 2px #1D1D1D/*#e6e6e6*/;
}



/**************************************/

.H2part{
	font-size: 30px;
	padding:25px;
}

#footer{
	position: relative;
	margin: 0 auto;
	margin-top:80px;
	position: relative;
	text-align:center;
	font-size:12px;
}

#footer a:link, a:visited {
	color: #1F537C;
	text-decoration: none;
}

#footer a:hover {
	/*color: #396D96;*/
	text-decoration: none;
}

/*.footer{
	clear: both;
}

.footer a:link, a:visited{
	color: #1F537C;
	text-decoration: none;
}*/

