/*
↗
*/

*
{
	margin:0;
	padding:0;
	transition: 0.1s;
}

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: 'Inter',sans-serif;
	display: flex;
	justify-content: center;
	padding-left:20px;
	padding-right:20px;
}

.giantbox
{
	box-sizing: border-box;
	width:650px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header
{
	width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    background-color: rgb(255 255 255);
    z-index: 9;
    box-shadow: 0px 20px 15px rgba(255, 255, 255, 1);
}

.headerinner
{
	width: 650px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerlogo a
{
	font-family: 'Inter',sans-serif;
	font-size:15px;
	font-weight:600;
	color:black;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.headerlogo a img
{
	width:35px;
	user-select: none;
	pointer-events: none;
	margin-right: 10px;
	border-radius:50px;
}

.headerlink a
{
	text-decoration: none;
	font-family: 'Inter';
	font-size:15px;
	font-weight:400;
	color:grey;
}

.headerlink
{
	display: flex;
	align-items: center;
}

.headerlink a
{
	margin-left: 20px;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.headerlink a img
{
	width:27px;
	user-select: none;
	pointer-events: none;
}

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

.titlebox
{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-top: 125px;
	margin-bottom: 60px;
}

.titleboxdata
{
	box-sizing: border-box;
}

.titleboxdata h2
{
	font-family: 'Inter',sans-serif;
	font-weight:600;
	font-size:33px;
	color:black;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

.titleboxdata a
{
	text-decoration: none;
	font-size: 12px;
	font-family: 'Inter',sans-serif;
	font-weight:400;
	color:#71717A;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

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

.titleboxdata a img
{
	width:12px;
	user-select: none;
	pointer-events: none;
	margin-right: 5px;
}

.titleboxdata li
{
	list-style: none;
    margin-top: 11px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.rond
{
	width: 7px;
    height: 7px;
    box-sizing: border-box;
    border-radius: 50px;
    background-color: #db34cb;
    margin-right: 10px;
}

.titleboxlogo
{
	box-sizing: border-box;
}

.titleboxlogo img
{
	width: 170px;
	border-radius:500px;
	box-sizing: border-box;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.toolgiantbox
{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.toolgiantboxtitle h2
{
	font-family: 'Inter',sans-serif;
	font-weight:600;
	font-size:22px;
	color:black;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
}

.toolbox
{
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
	box-sizing: border-box;
}

.tool
{
	box-sizing: border-box;
	background-color: white;
	border:1px solid #cfcfcf;
	border-radius:10px;
	padding:20px;
	height:200px;
}

.tool a
{
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	position: relative;
}

.tool:hover
{
	border-color:black;
}

.toolimage
{
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius:50px;
	background-color: black;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	padding:10px;
}

.toolimage img
{
	width: 100%;
	object-fit: cover;
	box-sizing: border-box;
	user-select: none;
	pointer-events: none;
}

.toolname
{
	width: 100%;
	box-sizing: border-box;
}

.toolname h2
{
	font-size: 16px;
	font-weight:700;
	color:black;
	margin-bottom: 10px;
	letter-spacing: -0.5px;
}

.toolname p
{
	font-size: 13px;
	font-weight:400;
	color:rgb(126, 126, 126);
}

.toolexternal
{
	position: absolute;
    top: 0;
    right: 0;
}

.toolexternal svg
{
    width: 12px;
    transform: rotate(-45deg);
	user-select: none;
	pointer-events: none;
}

.toolgiantboxvideo
{
	width: 100%;
	box-sizing: border-box;
}

.toolgiantboxvideo video
{
	width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    background-color: #101010;
}

.footer
{
	width: 100%;
    background-color: #eaeaea;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 50px;
    border: 1px solid #cfcfcf;
}

.footer p
{
	font-family: 'Inter',sans-serif;
	font-weight:500;
	font-size:15px;
	color:grey;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.giantbox{
		width: 100%;
	}
	.headerinner{
		width: 100%;
		padding-left:20px;
		padding-right: 20px;
	}
	.toolbox{
		grid-template-columns: 1fr 1fr;
	}
	.titleboxdata h2{
		font-size: 26px;
		letter-spacing: -0.5px;
	}
	.footer{
		border-radius: 15px;
		margin-bottom: 20px;
	}
}
