*
{
	margin:0;
	padding:0;
}

html, body
{
	scroll-behavior: smooth;  /*effet smooth sur toutes les ancres*/
	box-sizing:border-box;
}

body
{
	text-decoration:none;
	background-color:white;
	box-sizing: border-box;
	height:100%;
	width:100%;
	font-family: 'Work Sans',sans-serif;
	-webkit-tap-highlight-color: transparent;
}

.pseudogiantbox
{
	z-index: 9;
	top:0;
	position:fixed;
	width:100%;
	height:100vh;
	box-sizing: border-box;
	display: none;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(10px);
}

.pseudobox
{
	width: 300px;
    background-color: white;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #DEDEDE;
	text-align: center;
}

.pseudobox h1
{
	font-family: 'Work Sans',sans-serif;
	font-weight:600;
	color:black;
	font-size:15px;
	margin-bottom:10px;
	user-select: none;
}

.pseudobox input
{
	border:1px solid #DEDEDE;
	box-sizing: border-box;
	font-family: 'Work Sans',sans-serif;
	font-weight:500;
	color:black;
	font-size:14px;
	border-radius:7px;
	padding:5px;
	padding-top:7px;
	padding-bottom:7px;
	background-color: white;
	display: block;
	width:100%;
	outline: transparent;
	margin-bottom:10px;
}

.pseudobox button
{
	border:0;
	box-sizing: border-box;
	font-family: 'Work Sans',sans-serif;
	font-weight:600;
	color:white;
	font-size:14px;
	border-radius:7px;
	padding:5px;
	padding-top:7px;
	padding-bottom:7px;
	background-color: red;
	display: block;
	width:100%;
	outline: transparent;
	user-select: none;
	cursor:pointer;
}

.pseudobox button:active
{
	background-color: rgb(227, 0, 0);
}

.banner
{
	position: fixed;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	height: 31px;
	background-color: #ffe6e6;
	z-index: 2;
}

.banner a
{
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-weight: 500;
	color: rgba(0,0,0,0.7);
}

.giantbox
{
	width:100%;
	height:100%;
	box-sizing: border-box;
	display:flex;
	justify-content: left;
}

.sidebox
{
	width:calc(50% - 200px);
	box-sizing: border-box;
}

.innerbox
{
	width:400px;
	height:100%;
	box-sizing: border-box;
	padding:20px;
	padding-bottom:0;
	padding-top:60px;
}

.title
{
	width:100%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom:40px;
}

.title a
{
	text-decoration: none;
	font-family: 'Work Sans',sans-serif;
	font-weight:600;
	font-size:20px;
	color:black;
	letter-spacing: -0.5px;
	user-select: none;
}

.bloc
{
	width:100%;
	box-sizing: border-box;
	margin-bottom:15px;
}

.bloc label
{
	display:block;
	font-family: 'Work Sans',sans-serif;
	font-weight:500;
	font-size:15px;
	color:grey;
	margin-bottom:3px;
}

.bloc input
{
	display:block;
	font-family: 'Work Sans',sans-serif;
	font-weight:500;
	font-size:25px;
	color:black;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:5px;
	padding:5px;
	width:100%;
	box-sizing: border-box;
}

.bloc button
{
	display: block;
	font-family: 'Work Sans',sans-serif;
	font-weight:600;
	font-size:20px;
	color:white;
	background-color: red;
	border:0;
	border-radius:5px;
	padding:5px;
	width:100%;
	box-sizing: border-box;
	outline: transparent;
	cursor:pointer;
	user-select: none;
	letter-spacing: -0.5px;
}

.bloc button:active
{
	background-color: rgb(227, 0, 0);
}

.total
{
	width:100%;
	box-sizing: border-box;
	margin-bottom:10px;
}

.total h1
{
	font-family: 'Work Sans',sans-serif;
	font-weight:600;
	font-size:15px;
	color:black;
}

.liste
{
	width:100%;
	height:300px;
	box-sizing: border-box;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:5px;
	padding:10px;
	font-family: 'Work Sans',sans-serif;
	font-weight:500;
	font-size:15px;
	color:rgb(17, 17, 17);
	overflow:hidden;
	overflow-y: auto;
}

.description
{
	width:100%;
	box-sizing: border-box;
	margin-top:20px;
	text-align: center;
	padding:10px;
}

.description p
{
	font-family: 'Work Sans',sans-serif;
	font-weight: 500;
	font-size:10px;
	color: rgb(184 184 184);
	margin-bottom:5px;
}

.description a
{
	text-decoration: none;
	font-family: 'Work Sans',sans-serif;
	font-weight: 500;
	font-size:10px;
	color:rgb(0, 119, 255);
}

.description a:hover
{
	text-decoration: underline;
}

.viewbox
{
	width:100%;
	box-sizing: border-box;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	display:flex;
	justify-content: center;
}

.viewbox h1
{
	font-family: 'Work Sans',sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #bab8c8;
    user-select: none;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
}

.viewbox img
{
	position:absolute;
	margin-left:-20px;
	box-sizing: border-box;
	pointer-events: none;
}

.histoirebox
{
	width:100%;
	box-sizing: border-box;
	text-align: center;
	padding:10px;
}

.histoirebox p
{
	font-family: 'Work Sans',sans-serif;
	font-weight: 500;
	font-size:10px;
	color: rgb(184 184 184);
	margin-bottom:5px;
	text-align: center;
}

.advertise
{
	position: fixed;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    margin: 20px;
    text-decoration: none;
    border: 1px solid #7a7a7a;
    border-radius: 5px;
    background-color: black;
    overflow: hidden;
    /* max-width: 250px; */
    box-shadow: 0px 10px 15px -11px rgba(0,0,0,0.1);
}

.advertise:active
{
	opacity: 0.8;
}

.advertise a
{
	text-decoration: none;
    color: #f9c23c;
    display: flex;
    flex-direction: row;
}

.advertise p
{
	margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'Inter',sans-serif;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}

.kofibox
{
	margin-top: 50px;
	width:100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.kofibox a
{
	text-decoration: none;
	box-sizing: border-box;
	user-select: none;
	cursor: pointer;
	width: 152px;
	height: auto;
	display: block;
	transition: 0.1s;
}

.kofibox a:active
{
	transform: scale(0.95);
}

.kofibox a img
{
	width:100%;
	user-select: none;
	pointer-events: none;
}


.footerbox
{
	width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    background-color: #262626;
    border-radius: 15px 15px 0px 0px;
	margin-top: 50px;
}

.footer
{
    width: 800px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap:30px;
}

.footerelement img
{
    width:150px;
    box-sizing: border-box;
    user-select: none;
    pointer-events: none;
    margin-bottom: 10px;
}

.footerelement p
{
	font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: grey;
    margin-top: 5px;
}

.footerelement h2
{
	font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #dadada;
    margin-bottom: 10px;
}

.footerelement a
{
	font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: grey;
    text-decoration: none;
    display: flex;
    margin-bottom: 10px;
}

.footerelement a:hover
{
    text-decoration: underline;
}

.footerelementlogo h2
{
	font-family: 'Zilla Slab', sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #f2f2f2;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.footerelementlogo h2 img
{
	width: 20px;
    user-select: none;
    pointer-events: none;
	margin:0;
    margin-right: 5px;
}

.footer
{
	width: 100%;
	grid-template-columns: 1fr;
	text-align: center;
}
.footerelementlogo h2
{
	justify-content: center;
}
.footerelement a
{
	justify-content: center;
}

@media screen and (max-width: 500px) {
	.sidebox {
		width:0px;
	}
	.innerbox {
	  width:100%;
	}
  }