
#stacks_in_347_page0 {
	margin: 20px 20px 30px 20px;
}

#stacks_in_185_page0 .stacks_left {
	float:left;
	width:48%;
}

#stacks_in_185_page0 .stacks_right {
	float:right;
	width:48%;
}
#stacks_in_350_page0 {
	margin:  20px;
	padding:  10px;
}
/* Gallery 2 2.7.1 */

#stacks_in_349_page0_loading_indicator {
  display: block;
  text-align: center;
}

/*************************
 * Captions
 *************************/


div#stacks_in_349_page0_gallerystack_album_wrapper p.thumbnail-caption {
	display: none;
}
div#stacks_in_349_page0_gallerystack_custom_gallery .caption {
  display: none !important;
}



div#stacks_in_349_page0_gallerystack_album_description {
  display: none;
}


/*
"False"

#Choco_container_title {
  display: none !important;
}
#fancybox-title-float-wrap {
  display: none !important;
}
#mfp-title{
  display: none !important;
}
#pbCaption .title{
  display: none !important;
}
#stacks_in_349_page0_swipebox-caption {
  display: none !important;  
}

*/

/*************************
 * Libraries
 *************************/




/*!
 * Justified Gallery - v3.6.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-caption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}









/*
 Inspired by the lightbox plugin adapted to jquery by Leandro Vieira Pinho (http://leandrovieira.com)
 
 @author  : Nicolas Turlais : nicolas-at-insipi.de
 @version : V0.3.1 - June 2012
 @license : Licensed under CCAttribution-ShareAlike
 @website : http://chocolat.insipi.de
 
*/

body{
  margin:0;
  padding:0;
}
#Choco_overlay{
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display:none;
  padding:0;
  margin:0;
}
#Choco_content{
  display:none;
  width:800px;
  height:600px;
  z-index:1001;
  position:fixed;
  left:50%;
  top:50%;
  margin-left:-400px;
  margin-top:-300px;
  border-top:1px solid transparent;/*Yes, adjust image perfectly at the center of a box, don't know why.*/
}
#Choco_left_arrow{
  float:left;
  background-image:url(../images/gauche.gif);
  background-position:12%;
  left:-14%;
}
#Choco_right_arrow{
  float:right;
  background-image:url(../images/droite.gif);
  background-position:88%;
  left:14%;
}
.Choco_arrows{
  background-repeat:no-repeat;
  display:none;
  position:relative;
  cursor:pointer;
  width:49%;
  top:-100%;
  height:100%;
  margin-top:-30px;
}
#Choco_container_photo{
  text-align:center;
  width:800px;
  height:600px;
  /*background:url(../images/ajax-loader.gif) center center no-repeat;*/
}
#Choco_container_description{
  padding:0;
  height:26px;
  width:100%;
  color:#505050;
  font-family:Tahoma;
  clear:both;
  position:relative;
  font-size:12px;
  margin-top:-5px;
  overflow:hidden;
  visibility:hidden;
}
#Choco_container_title{
  float:left;
  padding:5px;
}
#Choco_container_via{
  padding:5px;
  float:right;
}
#Choco_container_via a{
  color:gray;
}
#Choco_container_via a:hover{
  color:white;
  background:gray;
}
#Choco_close{
  width:30px;
  height:25px;
  background-image:url(../images/close.gif);
  background-repeat:no-repeat;
  z-index:1002;
  cursor:pointer;
  margin-top:-20px;
  display:none;
}
#Choco_loading{
  width:9px;
  height:11px;
  background-image:url(../images/chargement2.gif);
  background-repeat:no-repeat;
  z-index:1002;
  cursor:pointer;
  float:right;
  margin-top:-20px;
  display:none;
}
#Choco_bigImage{
  display:none;
  position:relative;
  width:100%;
  height:100%;
  margin-top:-5px;
}










#stacks_in_349_page0 {
	margin: 0px 0px 0px 10px;
}

#stacks_in_312_page0 {
	margin:  20px;
}
/* Start Viewr stack CSS code */
#stacks_in_328_page0 .editHeader {
height:2em;
border:1px solid #A8B1BC;
border-bottom:1px solid #5B5B5A;
border-radius:3px 3px 0 0;
background-color:#E4E4E4;
background-image:-webkit-linear-gradient(top,#E3E3E3,#ABABAB);
color:#424242;
text-align:center;
text-shadow:rgba(255,255,255,0.5) 0 1px 1px;
font-weight:400;
font-size:1.3em;
font-family:"Lucida Grande",sans-serif;
line-height:2em;
}
 .editHeader h1 {font-size: 20px; }
 #stacks_in_328_page0 .viewritem {
 border:2px solid #A8B1BC;
 padding: 4px;
border-top-style:none;
border-radius:3px;
background: #E6E5E7;
-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);
        
        box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .3);}

 
#stacks_in_328_page0 .editWrapper {
display:;
border:1px solid #A8B1BC;
border-top-style:none;
border-radius:0 0 3px 3px;
background: ##F2F1F3;
}
#stacks_in_328_page0 .editHeader b { padding-left: 7px; font-size: 10px !important; }

%[endif]%

.stacks_in_328_page0swipebox-overflow-hidden {
  overflow: hidden!important;
}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9999999999999999;
  overflow: hidden;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
}

#swipebox-slider .slide {
  background: url(../files/viewrAssets/loader.gif) no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  bottom: 0;
}

#swipebox-action.force-visible-bars {
  bottom: 0!important;
}

#swipebox-caption {
  top: -50px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  top: 0;
}

#swipebox-caption.force-visible-bars {
  top: 0!important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url(../files/viewrAssets/icons.png);
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

/* Skin 
--------------------------*/
#swipebox-overlay {
    background: rgba(0,0,0,0.5);
}

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
  -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
  box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

#swipebox-action {
  -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
  -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
  box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
}

#swipebox-caption {
  color: white!important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}




/* End Viewr stack CSS code */
#stacks_out_328_page0 {
	width: 570px;
}
#stacks_in_330_page0thumbsviewr {position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden; max-width: 150px !important; }
#stacks_in_330_page0thumbsviewr img {height: auto; width: 100%; }


#stacks_out_330_page0 {
	width: 180px;
	float: left;
}

#stacks_in_330_page0 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_338_page0thumbsviewr {position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden; max-width: 150px !important; }
#stacks_in_338_page0thumbsviewr img {height: auto; width: 100%; }


#stacks_out_338_page0 {
	width: 180px;
	float: left;
}

#stacks_in_338_page0 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_340_page0thumbsviewr {position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden; max-width: 150px !important; }
#stacks_in_340_page0thumbsviewr img {height: auto; width: 100%; }


#stacks_out_340_page0 {
	width: 180px;
	float: left;
}

#stacks_in_340_page0 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_336_page0thumbsviewr {position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden; max-width: 150px !important; }
#stacks_in_336_page0thumbsviewr img {height: auto; width: 100%; }


#stacks_out_336_page0 {
	width: 180px;
	float: left;
}

#stacks_in_336_page0 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_334_page0thumbsviewr {position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden; max-width: 150px !important; }
#stacks_in_334_page0thumbsviewr img {height: auto; width: 100%; }


#stacks_out_334_page0 {
	width: 180px;
	float: left;
}

#stacks_in_334_page0 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_332_page0thumbsviewr {position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden; max-width: 150px !important; }
#stacks_in_332_page0thumbsviewr img {height: auto; width: 100%; }


#stacks_out_332_page0 {
	width: 180px;
	float: left;
}

#stacks_in_332_page0 {
	margin: 15px 0px 0px 0px;
}

#stacks_in_14_page0 {
	font-size: 87%;
}

#stacks_out_192_page0 {
	margin-left:0;
}

#stacks_out_315_page0 {
	width: 100px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_196_page0 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_196_page0 .theDivider1, #simpleDivider_stacks_in_196_page0 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_196_page0 .theDivider1 {
	border-top: solid 1px #808080;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_196_page0 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}

#stacks_in_197_page0 {
	margin:  10px;
}
