/**
 * Resets
 */


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #333;
	color: #000;
}

a:active {
	opacity: 0.0;
    text-decoration: none;

}

a:link {
  background-color: transparent;
     text-decoration: none;
}

a:link {
  text-decoration: none;
}


a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

a:link, a:visited {
  background-color: transparent;
  color: #000;
  border: 2px solid rgba(250, 231, 255, 0.65);
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: rgba(247, 247, 247, 0.4);
  color: white;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0em; 
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(107, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 1em;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: rgba(208, 43, 43, 0)/*!content_center*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	left: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	right: 0 /*!content_center*/;
}

[data-css-presets="true"] .content_padded {
	padding: 2.3rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 96rem/*!content_center*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "MVB Solitaire", Social/*!Persona*/;
	font-style: normal;
	line-height: 1;
}

[data-predefined-style="true"] main a {
	color: rgb(0, 0, 0);
    padding-bottom: 0em;
    border-bottom: 0.08em solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {

}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Big Caslon FB", Social /*!Persona*/;
	font-style: italic;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	line-height: 1;
	color: rgb(255, 225, 235);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgb(255, 225, 235);
}

[data-predefined-style="true"] h2 {
	font-family: "Big Caslon FB", Social /*!Persona*/;
	font-style: italic;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(255, 225, 235, 1);
	font-size: 2.5rem;
	line-height: 1;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgba(255, 255, 255, 1);
}

[data-predefined-style="true"] small {
    display: inline-block;
	font-size: 2rem;
	line-height: 1;
	font-family: "Big Caslon FB", Social /*!Persona*/;
	font-style: italic;
	font-weight: 400;
	color: rgb(255, 239, 244);
}

[data-predefined-style="true"] small a {
	color: rgba(255, 255, 255, 0.9);
	border-bottom-width: 0.1em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(2, 4, 0, 0)/*!subpage_overlay*/;

}
/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}

/* Custom Cursor Styles */
.custom-cursor {
  cursor: url('path_to_your_cursor_image.png'), auto;
}









/* Rail (scroll horizontal + snap) */
.xrail{
                /* sera fixé par le script = hauteur 1re image */
  width:100%;
  position:relative;
  display:flex;
  overflow-x:auto; overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x mandatory;
  overscroll-behavior-x:contain;
  gap:0; margin:0; padding:0;
  align-items:center;            /* centre verticalement le contenu du slide */
}

/* pas de barre de scroll */
.xrail::-webkit-scrollbar{ width:0; height:0; }
.xrail{ scrollbar-width:none; -ms-overflow-style:none; }

/* Chaque slide = 100% de la largeur */
.xrail > *{ flex:0 0 100%; scroll-snap-align:center; display:grid; place-items:center; }

/* Images : 100% en largeur *mais* CAPÉES par la hauteur de référence */
.xrail img{
  display:block;
  width:100% !important;         /* plein slide en largeur */
  height:auto !important;
  max-height:var(--rail-h);      /* ← cap : ne jamais dépasser la 1re image */
  object-fit:contain;            /* jamais de crop */
  margin:0; border:0; border-radius:0;
}

/* Neutraliser styles de liens Persona dans le rail */
.xrail a,.xrail a:link,.xrail a:visited,.xrail a:hover,.xrail a:active{
  border:none !important; background:none !important; padding:0 !important;
  text-decoration:none !important; color:inherit !important; cursor:pointer;
}

/* Sécurité : cacher tout ancien .jb-car s’il réapparaissait */
.jb-car,.jb-view,.jb-track,.jb-slide,.jb-arrow,.jb-capline{ display:none !important; }

/* ----- UI optionnelle ----- */
.xwrap{ position:relative; width:100%; }
.xwrap .xcapbar{ text-align:left; margin:0 0 .6rem 0; }
.xwrap small.xcap{ display:inline-block; }
.xwrap .xsub{ margin-top:.2rem; }
.xwrap .xbtn{
  position:absolute; top:50%;
  width:36px; height:36px; border-radius:999px;
  background:rgba(255,179,255,.10);
  border:1px solid rgba(255,179,255,.28);
  display:grid; place-items:center; cursor:pointer; user-select:none;
  z-index:5; opacity:.95;
}
.xwrap .xbtn svg{ width:16px; height:16px; display:block; opacity:.75; }
.xwrap .xbtn:disabled{ opacity:.4; cursor:default; }
.xwrap .xprev{ left:12px;  transform:translateY(-50%); }
.xwrap .xnext{ right:12px; transform:translateY(-50%); }
@media (max-width:700px){
  .xwrap .xprev{ left:8px; }
  .xwrap .xnext{ right:8px; }
}
.xwrap .xdots{
  position:absolute; left:50%; bottom:10px; transform:translateX(-50%);
  display:flex; gap:6px; z-index:6; list-style:none; padding:0; margin:0;
}
.xwrap .xdot{ width:6px; height:6px; border-radius:50%; background:rgba(255,179,255,.45); }
.xwrap .xdot.active{ width:8px; height:8px; border-radius:50%; background:#ffb3ff; box-shadow:0 0 0 2px rgba(255,179,255,.35); }

/* Vidéo responsive (si slide iframe) */
.xvid{ position:relative; width:100%; padding-top:56.25%; }
.xvid iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }

