@charset "utf-8";
@font-face { 
	font-family: 'sonfon'; 
	src: url('../media/fonts/sonfon.ttf');
}

.siteframe {
	position: relative;
	width: 100%;
	background: #111;
	color: #fff;
	overflow-x: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 100;
}

.conframe {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.main {
	margin-top: 128px;
}

.w100 {
	width: 100%;
}

.bgctnnn {
	height: 0;
	z-index: -1000;
}

.bgctnnn canvas {
	position: fixed;
	z-index: -1000;
	top: 0;
	
}

section {
	position: relative;
	width: 100%;
	min-height: 100vh;
}

section.nmh {
	position: relative;
	width: 100%;
	min-height: 10vh;
}

section .top {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 4px;
	border-radius: 4px;
	color: var(--vc1);
	border: 1px solid var(--vc1);
}
section .top:hover {
	background-color: var(--bci1);
	color: var(--vci1);
	border: 1px solid var(--vci1);
}

.ifplayer {
	border: 0; 
	border-radius: 4px;
	width: 350px;
	height: 500px;
}

.embed-container {
	position: relative; 
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0; 
	overflow: hidden; 
	width: 100%;
	height: auto;
}

.embed-container .ifplayer2 {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	border-radius: 8px;
}

.sonfon {
	font-family: 'sonfon'; 
}
.titborder {
	text-shadow: 2px 2px 5px #02006B,
	-2px -2px 5px #02006B,
	2px -2px 5px #02006B,
	-2px 2px 5px #02006B;
	
}

a.mnav {
	text-decoration: none;
	font-family: 'sonfon';
	font-size: 6px;
	font-weight: 500;
	color: var(--vc1);
	background-color: transparent;
	line-height: 14px;
	margin: 3px;
	border-radius: 4px;	
}
a.mnav:hover {
	text-decoration: none;
	color: var(--vc1);
	background-color: transparent;
}

a.mnav.pointernav {
	text-decoration: none;
	color: var(--vc1);
	background-color: transparent;
}
a.mnav.pointernav:hover {
	text-decoration: none;
	color: var(--vc2);
	background-color: transparent;
}

.tlogo {
	height: 128px;
}

.topnavline {
	color: var(--vc1);
	background: var(--bc2);
}

.mnavline {
	color: var(--vc1);
	background: var(--bcdk75);
}
.fixnav {
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 999;
}
.botnavline {
	color: var(--vc1);
	background: var(--bcdk75);
}

.wtrns {
	background-color: var(--bc1t75);
	border-radius: 8px;
}

.dtrns {
	background-color: var(--bcdk75);
	border-radius: 8px;
}


.titfon {
	font-size: 64px;
	color: var(--vc1);
}

.titimg {
	height:128px;
}

.w100 {
	width: 100%;
}

.bcif {
	border: 0;
	width: 700px;
	height: 775px;
}

#refgallerie {
  line-height: 0;
   
  -webkit-column-count: 2;
  -webkit-column-gap:   0px;
  -moz-column-count:    2;
  -moz-column-gap:      0px;
  column-count:         2;
  column-gap:           0px;  
}

#refgallerie img {
  width: 100% !important;
  height: auto !important;
}

.imgcase, .tbborder, .imgbox {
	border-radius: 8px;
}

.libox {	
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 4px;
	overflow: hidden;
}





.card {
	position: relative;
	width: 280px;
	height: 400px;
	margin: 30px;
	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	background: var(--bcdk75);
	
	color: var(--vc1);
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid var(--bc1t75);
	border-left: 1px solid var(--bc1t75);
	backdrop-filter: blur(5px);
	overflow: hidden;
}
.card .contenta {
	position: absolute;
	left: 40px;
	top: 10px;
	padding: 20px;
	text-align: center;
	transform: translateY(100px) rotateX(90deg);
	opacity: 0;
	transition: 0.5s;	
}
.card:hover .contenta {
	transform: translateY(0px) rotateX(0);
	opacity: 1;
}
.card .contentb {
	position: absolute;
	left: 18px;
	top: 20px;
	padding: 20px;
	text-align: center;
	transform: translateY(0px) rotateX(0deg);
	opacity: 1;
	transition: 0.5s;	
}
.card:hover .contentb {
	transform: translateY(-100px) rotateX(-90deg);
	opacity: 0;
}
.card .contentc {
	position: absolute;
	left: 7px;
	top: 20px;
	padding: 20px;
	text-align: center;
	transform: translateY(0px) rotateX(0deg);
	opacity: 1;
	transition: 0.5s;	
}
.card:hover .contentc {
	transform: translateY(-100px) rotateX(-90deg);
	opacity: 0;
}
.card .contenta h2 {
	position: absolute;
	top: -30px;
	right: -45px;
	font-size: 8em;
	color: rgba(255, 255, 255, 0.1);
	pointer-events: none;
}
.card .contenta h3, .card .contentb h3, .card .contentc h3 {
	font-size: 1.6em;
	color: var(--vc1);
	z-index: 1;
}
.card .contenta h4 {
	font-size: 1.4em;
	color: var(--vc1);
	z-index: 1;
}
.card .contenta img, .card .contentb img {
	border-radius: 15px;
}
.card .contenta p, .card .contentb p, .card .contentc p {
	font-size: 1em;
	color: var(--vc1);
	font-weight: 300;
}
.card .contenta a {
	position: relative;
	display: inline-block;
	padding: 8px 20px;
	margin-top: 15px;
	background: var(--bc1);
	color: var(--vc1);
	border: 1px solid var(--bc1);
	text-decoration: none;
	border-radius: 20px;
	font-weight: 500;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.card .contenta a:hover {
	position: relative;
	display: inline-block;
	padding: 8px 20px;
	margin-top: 15px;
	background: transparent;
	color: var(--vc1);
	text-decoration: none;
	border-radius: 20px;
	font-weight: 500;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}



@media only screen and (min-width: 1600px) {
	.tlogo {
		width: 128px;
	}
	a.mnav {
		font-size: 20px;
		line-height: 32px;
		margin: 8px;
		padding: 8px 16px;	
	}
	
.bcif {
	border: 0;
	width: 570px;
	height: 775px;
}

}

/*		Wide Mobile Layout: 1600px.   */

@media only screen and (min-width: 992px) and (max-width: 1599px) {
	.tlogo {
		width: 128px;
	}
	a.mnav {
		font-size: 20px;
		line-height: 32px;
		margin: 8px;
		padding: 8px 16px;	
	}
#refgallerie {
  line-height: 0;
   
  -webkit-column-count: 2;
  -webkit-column-gap:   0px;
  -moz-column-count:    2;
  -moz-column-gap:      0px;
  column-count:         2;
  column-gap:           0px;  
}

.bcif {
	border: 0;
	width: 600px;
	height: 775px;
}

	
}

/*		Small Mobile Layout: 992px.   */

@media only screen and (max-width: 991px) {
	.tlogo {
		width: 128px;
	}
	a.mnav {
		font-size: 3.2vw;
		line-height: 2vw;
		margin: 0.5vw;
		padding: 0.3vw 1.2vw;	
	}
#refgallerie {
  line-height: 0;
   
  -webkit-column-count: 1;
  -webkit-column-gap:   0px;
  -moz-column-count:    1;
  -moz-column-gap:      0px;
  column-count:         1;
  column-gap:           0px;  
}

	.bcif {
	border: 0;
	width: 100%;
	height: 775px;
}	
}