@font-face {
	font-family: Segoeuil;
	font-display: swap;
	src: url('../fonts/segoeuil.ttf');
}

@font-face {
	font-family: HighSummit;
	font-display: swap;
	src: url('../fonts/highsummit.ttf');
}


html {
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	font-family: Segoeuil;
	font-size: 20px;
	background-image: url('../img/background2.jpg?v=1.7');
	background-attachment: fixed;
	background-size: cover;
}

a, a:visited {
	all: unset;
	cursor: pointer;
}

.header-block {
	position: fixed;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: black;
	color: rgb(128, 128, 128);
	top: 0px;
	white-space: nowrap;
	z-index: 2;
	font-size: 25px;
}

.header-block div {
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
}

.block {
	padding: 150px 100px 150px 100px;
	background-color: black;
	color: rgb(128, 128, 128);
	transition-duration: 2000ms;
}

.block:nth-child(even) {
	background-color: initial;
	color: rgb(213, 213, 213);
}

.home-block {
	text-align: center;
	overflow: hidden;
}

.home-background {
	width: calc(100vw - 15px);
	height: calc(100vh - 100px);
}
.home-img {
	object-fit: cover;
	width: 100%;
	height: calc(100vh - 100px);
}
/* .home-background {
	width: calc(100vw - 15px);
	height: calc(100vh - 100px);
	background-image: url("../img/home.jpg?v=1.7");
	background-position: center top;
	background-size: cover;
}*/

.home-title {
	height: 0px;
	position: relative;
	margin: auto;
	z-index: 1;
}

.logo-content {
	padding-top: 150px;
	font-family: HighSummit;
	color: white;
	font-size: 80px;
	text-shadow: 1px 1px rgb(90, 90, 90);
}

.home-content {
	margin-top: calc(100vh - 440px);
	color: white;
	font-size: 30px;
	background-color: rgba(255, 255, 255, 0.3);
	line-height: 80px;
	text-shadow: 1px 1px rgb(90, 90, 90);
}

.diapo-wrapper {
	--current: 0;
	--unit-width: 0;
	--total-elem: 0;
	--diapo-height: 0;
	--y: 0px;
	width: var(--unit-width);
	height: var(--diapo-height);
	overflow: hidden;
}

.diapo {
	white-space: nowrap;
	margin-left: calc(var(--current) * var(--unit-width));
	width: calc(var(--unit-width) * var(--total-elem));
	height: var(--diapo-height);
	transition-duration: 500ms;
}

.diapo-img {
	height: var(--diapo-height);
	width: var(--unit-width);
	display: inline-block;
	background-position-x: center;
	background-position-y: var(--y);
	background-size: cover;
}

.making-diapo .diapo-img, .box-diapo .diapo-img, .making-diapo-default, .box-diapo-default,
.booster-diapo .diapo-img, .booster-diapo-default {
	background-color: rgba(0, 0, 0, 0.5);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.making-diapo, .box-diapo, .booster-diapo {
	height: 100%;
}

.title {
	/* text-align: center; */
	font-size: 50px;
	padding-bottom: 50px;
}

.title::after {
	content: "\2014";
	display: block;
	line-height: 30px;
}

.content {
	font-size: 25px;
}

.left-right-table {
	width: 100%;
	table-layout: fixed;
}

.left-right-table tr {
	height: 1px;
}

.left-right-table td {
	padding-left: 50px;
	padding-right: 50px;
	vertical-align: top;
	height: 1px;
}

@media screen and (min--moz-device-pixel-ratio:0) { /* firefox only */
  .left-right-table td {
		height: 100%;
  }
}

.img-td {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.project-block-img {
	background-image: url('../img/project2.jpg?v=1.7');
}

.making-diapo-default {
	background-image: url('../img/making-diapo-1-ld.jpg?v=1.7');
	height: 100%;
}

.box-diapo-default {
	background-image: url('../img/box-diapo-1-ld.jpg?v=1.7');
	height: 100%;
}

.booster-diapo-default {
	background-image: url('../img/booster-diapo-1-ld.jpg?v=1.7');
	height: 100%;
}

.certification-block-img {
	background-image: url('../img/certification.jpg?v=1.7');
}

.gallery-block .title {
	text-align: center;
}

.gallery-element {
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 10px;
}

.gallery-card {
	width: 145px;
	height: 200px;
	border: 1px solid gray;
	margin: auto;
	background-color: black;
	margin-bottom: 10px;

	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.contact-block {
	padding: 10px;
	background-color: black !important;
}

.contact-block .content {
	font-size: 20px;
	text-align: center;
}

.contact-block .title {
	text-align: center;
	font-size: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.holo-img-block {
	padding: 50px;
	text-align: center;
	font-size: 25px;
}

.holo-img {
	height: 500px;
	background-image: url('../img/holo.jpg?v=1.7');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.margin-div {
	margin-bottom: 50px;
}

.red {
	color: red;
}

.dracaufeu-renaissance { background-image: url('../img/cards/renaissance/01.jpg?v=1.7'); }
.tortank-renaissance { background-image: url('../img/cards/renaissance/02.jpg?v=1.7'); }
.blastoise-renaissance { background-image: url('../img/cards/renaissance/02_en.jpg?v=1.7'); }
.florizarre-renaissance { background-image: url('../img/cards/renaissance/03.jpg?v=1.7'); }
.mackogneur-renaissance { background-image: url('../img/cards/renaissance/07.jpg?v=1.7'); }
.tyranocif-renaissance { background-image: url('../img/cards/renaissance/04.jpg?v=1.7'); }
.mewtwo-renaissance { background-image: url('../img/cards/renaissance/08.jpg?v=1.7'); }
.mew-renaissance { background-image: url('../img/cards/renaissance/09.jpg?v=1.7'); }
