* {
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
}


.component {
	position: relative;
	margin-bottom: 3em;
	height: 9em;
	font-family: 'Cinzel Decorative', Arial, sans-serif;
	z-index: 100;
}

.component > h2,
.component > .decorative-title {
    position: fixed;
    overflow: hidden;
    width: 100vw;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    /* font-weight: 400; */
    font-style: italic;
    font-size: clamp(3rem, calc(11.5vw - 2rem), 7.5em);
    opacity: 0.05;
    cursor: default;
    margin-top: 8rem;
    padding: 0 1rem;
    pointer-events: none;
    font-family: 'Junicode', serif;
    color: #f7e98e;
    box-sizing: border-box;
}

.cn-button {
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 11;
	/*margin-top: -4.8em;*/
	margin-left: -3.2em;
	padding-top: 0em;
	width: 8.1em;
    height: 8.1em;

	/* border: 1px solid rgba(212, 184, 110, 0.5);
		Make the button a transparent container */
	border-radius: 50%;
	background-color: rgba(64, 64, 64, 0.4);
	color: #d4b86e;
	text-align: center;
	line-height: 4.5em; /* Vertically centers the text */
	font-family: 'Cinzel Decorative', serif;
	font-weight: 500;
	font-size: 1.5em;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	will-change: transform, opacity;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1;
}


.cnzzzz-button.shrunken {
	margin-top: -2.25em;
	margin-left: -2.25em;
	width: 4.5em;
	height: 4.5em;
	opacity: 0.8;
}




.cn-button::after {
	content: '';
    position: absolute;
    top: 50%;
    left: 2%;
    width: 60%;
    height: 40%;
    transform: translate(-50%, -50%);
    background-color: #263844;
    -webkit-mask-image: url(../images/logos/hand_click.svg);
    mask-image: url(../images/logos/hand_click.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
		opacity: 0.8;
    -webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
	animation: subtleMove 1s ease-in-out 4.5s infinite;
}

.cn-button.shrunken::after {
	opacity: 0;
}

.cn-button::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: url(../images/logos/logo_dragon.png) no-repeat center center;
	/*background-size: contain;*/
	opacity: 0.8;
	z-index: -1; /* Place the sigil behind the text */
	transition: opacity .2s ease-in-out;
}

.cn-button:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.cn-button:hover::before {
	opacity: 1; /* Make sigil fully opaque on hover */
}

 .fadeInButcn {
      opacity: 0;
      animation: fadeInButcn 2s ease-in forwards;
      left: 50%;
  }

 @keyframes fadeInButcn {
        from { opacity: 0; }
        to { opacity: 1; }
      }

 @keyframes subtleMove {
        0%, 100% { transform: translate(-50%, -50%) translateX(0); }
        50% { transform: translate(-50%, -50%) translateX(8px); }
      }

/* Current year styling for all screen sizes */
.current-year {
	font-size: 2em;
	color: #d4b86e;
	font-weight: bold;
}

@media screen and (min-width:1280px) {

.component {
	height: 20em !important;
	margin-bottom: 4em !important;
}

.cnzzzz-button.shrunken {
	margin-top: -2.5em;
	margin-left: -5.4em;
	width: 8.5em;
	height: 8.5em;
}

.csstransforms .cn-wrapper {
	position: absolute;
	top: 35%;
        left: 51.5%;
	z-index: 10;
	margin-top: -11em;
	margin-left: -13.5em;
	width: 27em;
	height: 27em;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease 0.3s;
	-moz-transition: all .3s ease 0.3s;
	transition: all .3s ease 0.3s;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	-moz-transform: scale(0.1);
	transform: scale(0.1);
	pointer-events: none;
	overflow: hidden;
	will-change: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.csstransforms .opened-nav {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	pointer-events: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

}



/*cover to prevent extra space of anchors from being clickable*/
.csstransforms .cn-wrapper:after{
  content:".";
  display:block;
  font-size:2em;
  width:6.2em;
  height:6.2em;
  position: absolute;
  left: 50%;
  margin-left: -3.1em;
  top:50%;
  margin-top: -3.1em;
  border-radius: 50%;
  z-index:10;
  color: transparent;
}

.csstransforms .opened-nav {
	visibility: visible !important; /* Override hidden state */
	border-radius: 50%;
	opacity: 1 !important; /* Override opacity 0 state */
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	pointer-events: auto;
}

.csstransforms .cn-wrapper li {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	margin-top: -1.3em;
	margin-left: -10em;
	width: 10em;
	height: 10em;
	font-size: 1.5em;
	font-family: 'Junicode', serif;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: rotate(76deg) skew(60deg);
	-moz-transform: rotate(76deg) skew(60deg);
	-ms-transform: rotate(76deg) skew(60deg);
	transform: rotate(76deg) skew(60deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	pointer-events: none;
}

.csstransforms .cn-wrapper li a {
	position: absolute;
	right: -7.25em;
	bottom: -7.25em;
	display: block;
	width: 14.5em;
	height: 14.5em;
	border-radius: 50%;
	background: -webkit-radial-gradient(transparent 35%, rgba(155, 118, 63, 0.4) 35%);
	background: -moz-radial-gradient(transparent 35%, rgba(155, 118, 63, 0.4) 35%);
	background: radial-gradient(transparent 35%, rgba(155, 118, 63, 0.4) 35%);
	color: rgb(155, 118, 63);
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 2;
	-webkit-transform: skew(-60deg) rotate(-75deg) scale(1);
	-moz-transform: skew(-60deg) rotate(-75deg) scale(1);
	-ms-transform: skew(-60deg) rotate(-75deg) scale(1);
	transform: skew(-60deg) rotate(-75deg) scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: auto;
    overflow: visible;
	right: -7.25em;
    bottom: -7.25em;
    display: block;
    width: 14.5em;
    height: 14.5em;
    border-block-style: none;
    border-radius: 50%;
    background: -webkit-radial-gradient(transparent 35%, rgba(155, 118, 63, 0.4) 35%);
    background: -moz-radial-gradient(transparent 35%, rgba(155, 118, 63, 0.4) 35%);
    background: radial-gradient(transparent 35%, rgba(155, 118, 63, 0.4) 35%);
    color: rgb(155, 118, 63);
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 2;
    -webkit-transform: skew(-60deg) rotate(-75deg) scale(1);
    -moz-transform: skew(-60deg) rotate(-75deg) scale(1);
    -ms-transform: skew(-60deg) rotate(-75deg) scale(1);
    transform: skew(-60deg) rotate(-75deg) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: auto;
    overflow: visible;
    border: 1px solid rgba(212, 184, 110, 0.5);
}

.csstransforms .cn-wrapper li a span {
	position: relative;
    top: 1.9em;
    display: block;
    font-size: .34em;
    font-weight: 900;
    text-transform: uppercase;
    color: rgb(155, 118, 63); /* Default: background color (hidden) */
	transition: color 0.3s ease-out;
}

/* When menu is open, show text in black */
.cn-button[aria-expanded="true"] ~ .cn-wrapper li a span {
	color: black;
}

.csstransforms .cn-wrapper li a:hover,
.csstransforms .cn-wrapper li a:active,
.csstransforms .cn-wrapper li a:focus {
	background: -webkit-radial-gradient(transparent 35%, rgba(155, 118, 63, 0.6) 35%);
	background: -moz-radial-gradient(transparent 35%, rgba(155, 118, 63, 0.6) 35%);
	background: radial-gradient(transparent 35%, rgba(155, 118, 63, 0.6) 35%);
}


.csstransforms .cn-wrapper li a:focus {
    position: fixed; /* fix the displacement bug in webkit browsers when using tab key */
}

.csstransforms .opened-nav li {
	-webkit-transition: all .3s ease .3s;
	-moz-transition: all .3s ease .3s;
	transition: all .3s ease .3s;
}

.csstransforms .opened-nav li:first-child {
	-webkit-transform: rotate(-20deg) skew(60deg);
	-moz-transform: rotate(-20deg) skew(60deg);
	-ms-transform: rotate(-20deg) skew(60deg);
	transform: rotate(-20deg) skew(60deg);
}

.csstransforms .opened-nav li:nth-child(2) {
	-webkit-transform: rotate(12deg) skew(60deg);
	-moz-transform: rotate(12deg) skew(60deg);
	-ms-transform: rotate(12deg) skew(60deg);
	transform: rotate(12deg) skew(60deg);
}

.csstransforms .opened-nav  li:nth-child(3) {
	-webkit-transform: rotate(44deg) skew(60deg);
	-moz-transform: rotate(44deg) skew(60deg);
	-ms-transform: rotate(44deg) skew(60deg);
	transform: rotate(44deg) skew(60deg);
}

.csstransforms .opened-nav li:nth-child(4) {
	-webkit-transform: rotate(76deg) skew(60deg);
	-moz-transform: rotate(76deg) skew(60deg);
	-ms-transform: rotate(76deg) skew(60deg);
	transform: rotate(76deg) skew(60deg);
}

.csstransforms .opened-nav li:nth-child(5) {
	-webkit-transform: rotate(108deg) skew(60deg);
	-moz-transform: rotate(108deg) skew(60deg);
	-ms-transform: rotate(108deg) skew(60deg);
	transform: rotate(108deg) skew(60deg);
}

.csstransforms .opened-nav li:nth-child(6) {
	-webkit-transform: rotate(140deg) skew(60deg);
	-moz-transform: rotate(140deg) skew(60deg);
	-ms-transform: rotate(140deg) skew(60deg);
	transform: rotate(140deg) skew(60deg);
}

.csstransforms .opened-nav li:nth-child(7) {
	-webkit-transform: rotate(172deg) skew(60deg);
	-moz-transform: rotate(172deg) skew(60deg);
	-ms-transform: rotate(172deg) skew(60deg);
	transform: rotate(172deg) skew(60deg);
}

.no-csstransforms .cn-wrapper {
	overflow: hidden;
	margin: 10em auto;
	padding: .5em;
	text-align: center;
}

.no-csstransforms .cn-wrapper ul {
	display: inline-block;
}

.no-csstransforms .cn-wrapper li {
	float: left;
	width: 5em;
	height: 5em;
	background-color: #fff;
	text-align: center;
	font-size: 1em;
	line-height: 5em;
}

.no-csstransforms .cn-wrapper li a {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.no-csstransforms .cn-wrapper li a:hover,
.no-csstransforms .cn-wrapper li a:active,
.no-csstransforms .cn-wrapper li a:focus {
	background-color: #f8f8f8;
}

.no-csstransforms .cn-wrapper li.active a{
	background-color: #6F325C;
	color: #fff;
}

.no-csstransforms .cn-button {
	display: none;
}

	.footdisclaim1{
		margin-top:3rem; 
		font-style:normal;
		text-align: center;
	}

		.footdisclaim2{
		margin-top:3rem; 
		font-style:normal;
		text-align: left;
	}



	.dividerpng {
		width: 100%;                 /* Responsive width */

		padding: 2rem;
		text-align: center;	
		padding-bottom: 1.1em;
	}

	.dividerimg {
	  width: 100%;
      max-width: 80%;           /* Prevents it from getting too big */
      height: auto;               /* Keeps aspect ratio */
      margin: 2rem auto;          /* Vertical spacing + horizontal centering */
      display: block;
	}


@media screen and (min-width:481px) and (max-width:1279px) {

.component {
	position: relative;
	height: 15em !important;
	margin-bottom: 3.5em !important;
	font-family: 'Cinzel Decorative', Arial, sans-serif;
	z-index: 100;
	margin-top: 10em;
}

.cn-button.shrunken {
	margin-top: -3.75em;
	margin-left: -3.75em;
	width: 7.5em;
	height: 7.5em;
}

.csstransforms .cn-wrapper {
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 10;
	margin-top: -13.5em;
	margin-left: -13.5em;
	width: 27em;
	height: 27em;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease 0.3s;
	-moz-transition: all .3s ease 0.3s;
	transition: all .3s ease 0.3s;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	-moz-transform: scale(0.1);
	transform: scale(0.1);
	pointer-events: none;
	overflow: hidden;
	will-change: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.csstransforms .opened-nav {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	pointer-events: auto;
}


.cn-button {
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 11;
    margin-top: -3.75em;
    margin-left: -3.75em;
    padding-top: 0em;
    width: 8em;
    height: 8em;
    border-radius: 50%;
    background-color: rgba(64, 64, 64, 0.4);
    color: #d4b86e;
    text-align: center;
    line-height: 4.5em;
    font-family: 'Cinzel Decorative', serif;
    font-weight: 500;
    font-size: 1.5em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    will-change: transform, opacity;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}

.csstransforms .cn-wrapper li a {
	position: absolute;
	right: -7.25em;
	bottom: -7.25em;
	display: block;
	width: 14.5em;
	height: 14.5em;
	border-radius: 50%;
	background: -webkit-radial-gradient(transparent 35%, rgba(212, 184, 110, 0.4) 35%);
	background: -moz-radial-gradient(transparent 35%, rgba(212, 184, 110, 0.4) 35%);
	background: radial-gradient(transparent 35%, rgba(212, 184, 110, 0.4) 35%);
	color: rgb(213 200 110);
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 2;
	-webkit-transform: skew(-60deg) rotate(-75deg) scale(1);
	-moz-transform: skew(-60deg) rotate(-75deg) scale(1);
	-ms-transform: skew(-60deg) rotate(-75deg) scale(1);
	transform: skew(-60deg) rotate(-75deg) scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: auto;
    overflow: visible;
}





}


@media screen and (min-width:846px) and (max-width:1279px) {

.component {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

}




@media only screen and (max-width: 620px) {
	.no-csstransforms li {
		width: 4em;
		height: 4em;
		line-height: 4em;
	}
}

@media only screen and (max-width: 500px) {
	.no-ccstransforms .cn-wrapper {
		padding: .5em;
	}

	.no-csstransforms .cn-wrapper li {
		width: 4em;
		height: 4em;
		font-size: .9em;
		line-height: 4em;
	}
}

@media only screen and (max-width: 480px) {
	.csstransforms .cn-wrapper {
		position: absolute;
		top: 33em;
        left: 35%;
		margin-top: -9.18em;
		margin-left: -9.18em;
		font-size: .68em;
		width: 27em;
		height: 27em;
		-webkit-transform: scale(0.1) translateZ(0);
		transform: scale(0.1) translateZ(0);
		z-index: 1100;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: all .3s ease 0.3s;
		-moz-transition: all .3s ease 0.3s;
		transition: all .3s ease 0.3s;
	}

	.csstransforms .opened-nav {
		-webkit-transform: scale(1) translateZ(0) !important;
		transform: scale(1) translateZ(0) !important;
		z-index: 1100;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	}

	.footdisclaim1{
		margin-top:2rem; 
		font-style:normal;
		text-align:center;
	}

		.footdisclaim2{
		margin-top:3rem; 
		font-style:normal;
		text-align: left;
	}
	
	.current-year {
		font-size: 1.4em;

	}
	

		.dividerpng {
			width: 100%;                 /* Responsive width */
			padding: 0;
			text-align: center;
			padding-bottom: 1.1em;
		}

	.dividerimg{
		  width: 100%;
    	  max-width: 100%;           /* Prevents it from getting too big */
     	 height: auto;               /* Keeps aspect ratio */
     	 margin: 2rem auto;          /* Vertical spacing + horizontal centering */
     	 display: block;
	}




	.csstransforms .opened-nav li {
		pointer-events: auto;
	}

	.component {
		height: auto;
		min-height: 25em;
		position: relative;
		z-index: 1001;
		overflow: visible;
		margin-bottom: 3em;
		font-family: 'Cinzel Decorative', Arial, sans-serif;
	}

	.component > h2,
	.component > .decorative-title {
		/* Hide the oversized background title on mobile to prevent layout issues */
		display: none;
	}


	.cn-button.shrunken {
		margin-top: -2.75em;
		margin-left: -2.75em;
		width: 5.5em;
		height: 5.5em;
	}

	.cn-button {
		position: absolute;
		top: 7.8em;
		left: 50%;
		margin-top: -2.5em;
		margin-left: -2.5em;
		width: 5em;
		height: 5em;
		color: #d4b86e;
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
		z-index: 1002;
	}

	.cn-button::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background: url(../images/logos/logo_dragon.png) no-repeat center center;
		/* background-size: contain; */
		opacity: 0.8;
		z-index: -1;
		transition: opacity .2s ease-in-out;
		background: url(../images/logos/sigil.svg) no-repeat center center;
	}


	h1.fadeinh1 {
		font-size: 1.3em; /* Reduce font size for the main title on mobile */
		margin-top: 0rem;
		font-family: 'Cinzel Decorative', serif;
		
	}

	.csstransforms .cn-wrapper li {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	margin-top: -15.3em;
	margin-left: -10em;
	width: 10em;
	height: 10em;
	font-size: 1.5em;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: rotate(76deg) skew(60deg);
	-moz-transform: rotate(76deg) skew(60deg);
	-ms-transform: rotate(76deg) skew(60deg);
	transform: rotate(76deg) skew(60deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	pointer-events: none;
	}
	.contenu_para
	{
		color: #c6aa81;
		font-family: 'Junicode', serif;
		text-align: left;
	}

	.component > h2,
.component > .decorative-title {
    position: fixed;
    overflow: hidden;
    width: 100vw;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    /* font-weight: 400; */
    font-style: italic;
    font-size: clamp(3rem, 8vw, 7.5em);
    opacity: 0.1;
    cursor: default;
    margin-top: 8rem;
    padding: 0 1rem;
    pointer-events: none;
    font-family: 'Junicode', serif;
    color: #f7e98e;
    box-sizing: border-box;
}


}

@media only screen and (max-width:420px) {
	.no-csstransforms .cn-wrapper li {
		width: 100%;
		height: 3em;
		line-height: 3em;
	}
}

.compotxt{
		opacity: 1;
		visibility: visible;
		transition: opacity 0.3s ease-out, color 0.3s ease-out, visibility 0.3s ease-out;
}


.gold1 {
  background: linear-gradient(
    45deg,
    #d4af37,
    #f7e98e,
    #b8860b,
    #f7e98e,
    #d4af37
  );
  color: black;
  padding: 20px;
}

.gold12 {
	background: linear-gradient(
   	45deg,
		#b59a61, 
		#9b763f,
    #d4af37
	);
  color: black;
  padding: 20px;
}

.auteur {
	 color: black;
	 font-size: 0.8em;
	 font-family: 'Junicode';
	 text-align: center;
}

.titsortie {
	text-align:center; 
	 font-family: 'Junicode';
	margin-top:3rem; 
	font-style:italic;
    text-align: center;
    margin-top: 3rem;
    font-style: italic;
    color: #ad835a;
    text-shadow: 0px 0px 2px #000000;
}

.tripleV{max-height: 9em;}



@media only screen and (max-width:480px) {
.auteur {
   color: #ad835a;
    font-size: 0.4em;
    font-family: 'Junicode';
    text-align: center;
}
}


