* {
    margin: 0;
    padding: 0;
}

body {
    opacity: 0;
   overflow-x: hidden;
   background-color: #FFFFFF;
   -webkit-tap-highlight-color: transparent;
}

html {
    overflow-x: hidden;
}

a {
	text-decoration: none;
}

::-webkit-scrollbar{
    width: 0px;
    height: 2px;
    }
    ::-webkit-scrollbar-thumb{
    background: #ADA6A6;
    border-radius: 30px;
    }
    ::-webkit-scrollbar-thumb:hover{
    background: #858181;
    }
    ::-webkit-scrollbar-track{
    background: #FFFFFF;
    border: 6.2px none #525252;
    border-radius: 28px;
    box-shadow: inset 7px 10px 12px 0px #F0F0F0;
    
}

.actions {
	position: absolute;
	bottom: 0;
	background-color: #FFFFFF;
	width: 100vw;
    height: 130px;
}

.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;
	text-align: center;
}

.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: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #0066FF;
	margin-bottom: 19px;
}

.up_bar {
    padding-left: 27px;
    padding-right: 27px;
    width: calc(100vw - 54px);
    height: 120px;
    background: #FFFFFF;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.pass {
    color: #292929;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.cage {
    display: flex;
}

#etape {
    margin-left: 34px;
}

.contents {
	width: 500vw;
    height: calc(100vh - 358px);
    display: flex;
    flex-wrap: nowrap;
}

*[class^="block_"] {
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.txt_block {
	width: 87vw;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}