* {
	margin: 0;
	padding: 0;
}

body {
   overflow-x: hidden;
   background: #FFFFFF;
   height: 100vh;
   -webkit-tap-highlight-color: transparent;
}

a {
   text-decoration: none;
}

::-webkit-scrollbar{
width: 0px;
height: 0px;
display: none;
}

/* ------------------------------------------------------------------    ELEMENT PRINCIPAUX ------------------------------------------------------------------------------------ */

.back_ui {
	width: 100%;
	height: 20vh;
	object-fit: cover;
}

.block_logo {
	position: absolute;
	top: calc(20vh - 60px);
	margin-left: calc((100vw - 120px) / 2);
	width: 120px;
	height: 120px;
	background: #FFFFFF;
	box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon_shosho {
	width: 74px;
}

.name {
	margin-top: 94px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 34px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.15em;
	color: #292929;
}

.under_name {
	margin-top: 6px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #292929;
}

.txt {
	width: 328px;
	margin-top: 27px;
	margin-left: calc((100vw - 328px) / 2);
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #A6A6A6;
}

.group_cards {
	margin-top: 30px;
	padding-left: 27px;
	height: 185px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow-x: scroll;
	flex-flow: row nowrap;
}

.card {
	width: 152px;
	height: 185px;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 22px;
	box-sizing: border-box;
	border: 1px solid #C4C4C4;
	border-radius: 30px;
}

.icon_card {
	margin-top: 22px;
}

.title_card {
	margin-top: 19px;
	width: 86px;
	height: 25px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #0038FF;
}

.subtitle_card {
	margin-top: 8px;
	width: 97px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	color: #AAAAAA;
}

.actions {
	position: fixed;
	bottom: 0;
	background-color: #FFFFFF;
	width: 100vw;
}

.sign_up {
	width: 87vw;
	margin-left: 6.5vw;
	height: 52px;
	background: #0066FF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	display: flex;
	justify-content:center;
	align-items: center;
}

.txt_sign_up {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}

.txt_sign_in {
	margin-left: calc((100vw - 328px) / 2);
	margin-top: 19px;
	width: 328px;
	height: 40px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #0066FF;
	margin-bottom: 19px;
}

.margin_nav_bar {
	margin-top: 30px;
	display: block;
	width: 100vw;
	height: 130px;
}