
:root {
	--mk-black: #303030;
	--mk-white: #FFFFFF;

	--mk-gray: #D9D9D6;
	--mk-gray-light: #EEF0F1;

	--mk-yellow: #DBFF42;
	--mk-red: #EC2626;

	--tl-purple: #4B286D;
	--tl-green: #66CC00;

	--kd-orange: #FAB033;
	--kd-pink: #ED2973;


}

@font-face {
	font-family: "forma-djr-deck";
    src: url(/content/font/forma-djk-deck.woff2) format("woff2"),
		 url(/content/font/forma-djk-deck.woff) format("woff"),
		 url(/content/font/forma-djk-deck.ot) format("opentype");
	font-display: swap;
	font-style: italic;
	font-weight: 500;
	font-stretch: normal;
}

* {
	font-family: forma-djr-deck, sans-serif !important;
}

/*--------------------------------------------------*/
/*	OVERRIDES
/*--------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}

#webpage {
	min-height: initial;
}

.button {
	border: 1px solid var(--mk-black);
}

.button:after {
	zoom: calc(47/50);
	font-size: 110%;
}

.button,
.button:after {
	background-color: var(--mk-black);
	color: #FFFFFF;
}

.button:hover,
.button:focus,
.button:hover:after,
.button:focus:after {
	background-color: var(--mk-yellow);
	color: var(--mk-black);
}

/*--------------------------------------------------*/
/*	ROUND THEME
/*--------------------------------------------------*/



/*--------------------------------------------------*/
/*	GENERAL
/*--------------------------------------------------*/

header.section-intro {
	background: #FFFFFF;
	padding: 15px;
	margin-top: 0;

	align-items: center;
}

header.section-intro *:nth-child(3) {
	position: absolute;
	right: 15px;
	top: 50%;

	transform: translateY(-50%);
}

/* Desktop */
@media screen and (min-width: 1200px) {
	header.section-intro {
		padding: 15px calc(50% - 465px) !important;
	}

	header.section-intro *:nth-child(3) {
		right: calc(50% - 465px) !important;
	}
}

footer {
	text-align: center;
	padding: 15px;
}

/*--------------------------------------------------*/
/*	HIGHLIGHT
/*--------------------------------------------------*/

.highlight {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.highlight:before {
	background-color: #DAFF01;
	content: "";

	z-index: -1;
	position: absolute;
	left: -4px;
	bottom: 4px;

	width: 0;
	height: 43%;

	-webkit-animation: .75s highlight .75s 1 normal forwards;
	   -moz-animation: .75s highlight .75s 1 normal forwards;
	    -ms-animation: .75s highlight .75s 1 normal forwards;
	     -o-animation: .75s highlight .75s 1 normal forwards;
	        animation: .75s highlight .75s 1 normal forwards;
}

@-webkit-keyframes highlight {
    from {
        width: 0;
    }

    to {
        width: calc(100% + 8px);
    }
}

@keyframes highlight {
    from {
        width: 0
    }

    to {
        width: calc(100% + 8px)
    }
}


details {
	cursor: pointer;
	display: inline-block;
	width: 100%;

	line-height: 22px;
	padding: 10px;
}

details summary {
	list-style: revert;
}

details summary::-webkit-details-marker,
details summary::marker {
	display: block;
	width: 22px;
}


.sticker {
	width: 130px;
	height: 130px;

	padding: 10px;

	background: var(--mk-yellow);
	box-shadow: 0 0 6px 0 #40404040;
	border-radius: 100%;
}

.sticker .price {
	top: -10px;
	line-height: 80px;
	font-weight: bold;
	font-size: 1.75em;
}

.sticker sub {
	top: 20px;
	height: 20px;
	font-size: 0.8em;
}





.stamp {
	position: absolute;
	top: -52px;
	left: 0;

	width: 110px;
	height: 110px;

	content: url("/content/stamp/en");
}

html[lang="fr"] .stamp {
	width: 110px;
	height: 110px;

	content: url("/content/stamp/fr");
}
