/* ----- */
/* STYLE */
/* ----- */

/*
Rouge : #E30713
transition: all 0.5s ease-in-out;
*/

@font-face {
	font-family: 'Minecraft';
	src: url("minecraft.ttf");
	font-display: swap;
}

body {
	width: 100%;
	height: 100%;
	position: relative;

	color: #000000;
	font-size: 14px;
	font-family: "Inter", sans-serif;
	text-align: center;

	background-color: #ffffff;
	overflow-x: hidden;

	opacity: 0;
	transition: opacity 1s ease-in-out;
}

body.show {
	opacity: 1;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

p {
	margin: 0;
	color: #000000;
	font-size: 14px;
	text-align: center;
}

a,
a:hover {
	color: #ffffff;
	text-decoration: none;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: 700;
}

img {
	height: auto;
}


/* ------ */
/* HEADER */
/* ------ */

#header {
	width: 100%;
	height: 100px;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .logo {
	margin-left: 50px;
}

#header .date {
	margin-right: 50px;
	font-weight: 700;
	text-transform: uppercase;
}

#header .date sup {
	font-size: 8px;
}

#header .date .sandbox {
	margin-left: 20px;
	position: relative;
	top: 1px;
}


/* ---- */
/* MAIN */
/* ---- */

#main {
	position: relative;
}

#main .left,
#main .right {
	/*width: 30%;*/
	width: 480px;
	height: 668px;
	position: absolute;
	top: 0;

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

#main .left {
	left: 0;
	background-image: url(../img/decor_1.webp);
	background-position: center left;
}

#main .left .truck {
	position: absolute;
	bottom: -56px;
	left: -238px;

	transition: left 2.5s ease-out;
}

#main .left .truck.move {
	left: -38px;
}

#main .right {
	right: 0;
	background-image: url(../img/decor_2.webp);
	background-position: center right;
}

#main .right .benevole {
	display: none;
}

#main .center {
	position: relative;
	z-index: 2;
}

#main .center .play2give {
	margin: -50px auto 60px;
}

#main .don {
	width: auto;
	max-width: 462px;
	height: 98px;
	margin: auto;
	padding: 0 10px;

	background-color: #000000;
	border: 7px solid #E30713;
	border-radius: 5px;

	transition: transform 0.2s ease-in-out;
}

#main .don:hover {
	transform: scale(1.1);
}

#main .don img {
	width: 68px;
}

#main .don p {
	margin-top: 15px;

	color: #ffffff;
	text-align: center;
	font-family: "Minecraft", sans-serif;
	font-size: 53px;
	font-weight: 400;
}

#main .don span {
	margin-right: 15px;
	font-size: 70px;
}
#main .don span span{
	margin-right: 0px;
	font-size: 53px;
}

#main .collecte {
	margin: 10px auto 60px;

	color: #E30713;
	font-size: 20px;
	font-weight: 300;
}

#main .collecte strong {
	display: inline-block;

	margin-top: 5px;
	font-size: 22px;
	font-weight: 600;
}

#main p {
	font-weight: 700;
}

#main .compteur {
	width: auto;
	max-width: 320px;
	margin: 10px auto 20px;
	padding: 12px 10px;

	background-color: #ffffff;
	border: 4px solid #E30713;
	border-radius: 60px;

	transition: transform 0.2s ease-in-out;
}

#main .compteur:hover {
	transform: scale(1.1);
}

#main .compteur p {
	font-size: 14px;
	font-weight: 500;
}

#main .compteur p span {
	font-size: 24px;
	font-weight: 700;
}

/* ------ */
/* FOOTER */
/* ------ */

#footer {
	width: calc(100% - 100px);
	margin: 45px auto 0;
	padding: 112px 50px 30px;
	position: relative;

	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	gap: 30px;

	overflow: hidden;
}

#footer .double-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

#footer .question {
	width: 100%;
	font-size: 22px;
	font-weight: 600;
}

#footer .double-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

#footer .box-nft {
	width: 300px;
	padding: 38px 30px 30px;
	background-color: #E30713;
	border-radius: 40px;
}

#footer .box-nft p {
	color: #ffffff;
	font-weight: 700;
	text-align: left;
	line-height: 20px;
}

#footer .box-nft p:first-child {
	font-family: "Minecraft", sans-serif;
	font-weight: 400;
	font-size: 56px;
	line-height: normal;
}

#footer .box-nft .malette {
	width: 100%;
	display: flex;
	align-items: flex-end;
}

#footer .box-nft .malette img {
	margin: 60px 30px 0 -66px;
}

#footer .box-sandbox,
#footer .box-crf {
	width: 288px;
	padding: 30px 20px 30px;

	background-color: #F5F5F5;
	border-radius: 40px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;

}

#footer .box-sandbox {
	width: 288px;
	padding: 38px 20px 30px;
}

#footer .box-sandbox p,
#footer .box-crf p {
	margin: 20px auto;
	font-size: 15px;
}
#footer .box-crf p {
	margin: 10px auto 5px;
	max-width: 200px;
}
#footer .box-crf p.code {
	margin: 5px auto 10px;
	max-width: none;
	font-size: 10px;
}

#footer button {
	min-width: 150px;
	padding: 0;
	font-weight: 700;

	text-transform: uppercase;

	border: none;
	border-radius: 15px;
}

#footer button a {
	display: block;
	padding: 20px 15px;
	border-radius: 15px;
	background-color: #000000;

	transition: all 0.2s ease-in-out;
}

#footer button a:hover {
	color: #000000;
	background-color: #ffffff;
}

#footer .box-crf button a {
	margin-top: 10px;
	padding: 10px 15px;
	background-color: #E30713;
}

#footer .box-sandbox button a:hover {
	background-color: #3BBFF0;
}

#footer .box-crf button a:hover {
	color: #E30713;
	background-color: #ffffff;
}

#footer .benevole {
	display: block;
	position: absolute;
	top: 0px;
	right: -350px;

	transition: right 1s ease-in-out;
}

#footer .benevole.show {
	right: -88px;
}

#footer .signature {
	width: 100%;
	margin-top: 80px;

	font-size: 10px;
	letter-spacing: 2px;

	opacity: 0.3;
}

#footer .signature a,
#footer .signature a:hover {
	color: #000000;
}

@media (max-width: 1380px) {
	#footer .benevole {
		right: -350px !important;
	}
}

/* -------------- */
/* COOKIE CONSENT */
/* -------------- */

.cc-nb-main-container,
.termsfeed-com---pc-dialog
{
	font-family: "Inter", sans-serif;
	background-color: #ffffff;
}
.termsfeed-com---nb-interstitial
{
	top: auto !important;
	bottom: 3vh !important;
}
.termsfeed-com---pc-dialog
{
	width: 950px !important;
	bottom: 3vh !important;
}
.termsfeed-com---nb .cc-nb-okagree,
.termsfeed-com---palette-light .cc-cp-foot-save
{
	background-color: #E30713 !important;
}
.termsfeed-com---nb .cc-nb-reject
{
	background-color: #000000 !important;
}
.termsfeed-com---nb .cc-nb-okagree:focus,
.termsfeed-com---nb .cc-nb-reject:focus,
.termsfeed-com---nb .cc-nb-changep:focus
{
	box-shadow: 0 0 0 2px #000000 !important;
}
.termsfeed-com---palette-light .cc-cp-body-content-entry-text
{
	font-size: 14px !important;
}
.cc-cp-body-tabs li
{
	font-family: "Inter", sans-serif !important;
}
.cc-cp-body-tabs li:nth-child(3),
.cc-cp-body-tabs li:nth-child(5)
{
	display: none;
}
.cc-pc-head-lang-select
{
	display: none;
}
