body{
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}
.container {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
	background-color: #E5E5E5;
}
body:not(.workflow-step) .content-bloc{
    background-color: #E5E5E5;
}
.content-inner, 
.content-authenticate {
    display: flex;
    flex-direction: column;
    width: 100%;
	padding-bottom: 80px;
}
.background-inner picture {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 290px;
    background-image: url(/images/login.jpg);
	background-size: 100%;
    background-repeat: no-repeat;
}
.content-login{
	position: relative;
	top: 100px;
    padding: 52px 16px 16px 16px;
	border-radius: 20px 20px 0 0;
    background: white;
}
a {
    color: initial;
    text-decoration: initial;
}
.block{
	display: block !important;
}
.font-w400{
	font-weight: 400 !important;
}
.headline1,
.headline2,
.headline3
.headline4,
.headline5,
.headline6,
h1, h2, h3, h4, h5, h6{
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
}
.headline1,h1{
	font-size: 40px;
	line-height: 48px;
}
.headline5,h5{
	font-size: 16px;
}
.headline6,h6{
	font-size: 14px;
}
h1.h1-title{
	font-size: 24px;
	line-height: 29px;
	margin: 52px 0 32px 0;
}
.mb-40{
	margin-bottom: 40px !important;
}
.p-16{
	padding: 16px;
}
.disabled{
   background-color: rgba(0, 0, 0, 0.12) !important;
   color: rgba(0, 0, 0, 0.38);
}
.btn,
button, 
input, 
optgroup, 
select{
    font-family: inherit;
	font-size: 16px;
    margin: 0;
    display: block;
    width: 100%;
    font-size: inherit;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-color: transparent;
    box-sizing: border-box;
	height: 56px;
    line-height: 56px;
    padding: 0 16px;
	color: #787878;
	transition: all .3s;
	    text-align: center;
}
input:-webkit-autofill,
input {
    background-color: #ECECEC !important;
}
.form-group {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
}
input:focus,
input:active,
input.valid,
.form-group.has-error input{
	background-color: #ECECEC;
	adding-top: 6px;

}
.textField_label {
    position: absolute;
    color: #777;
    cursor: text;
    top: 19px;
    transition: all .5s;
	padding: 0 16px;
}
input:focus + .textField_label, 
input:active + .textField_label,
input.valid + .textField_label,
.form-group.has-error .textField_label{
	top: 12px;
	font-size: 0px;
	line-height: 12px;
}
.form-group input + label + i{ 
	position: absolute;
    color: #777;
    cursor: text;
    top: 19px;
    transition: all .5s;
    right: 16px;
}
.btn,
button{
	border-radius: 6px;
	color: #FFFFFF;
	margin: 0;
}
.button-blue{
	background-color: #0075FF;
}
.button-gray{
	background-color: #787878;
}
.button-lightgrey{
	background-color: lightgrey;
}
.desc_gray,
.footer-logo{
	font-size: 14px;
}
.help-block,
.alert p,
.error{
    padding: 4px;
	font-size: 14px;
    color: #F25C5C;
}

.form-group.has-error input{
	border: 1px solid #FF1F1F;
}
.main-header a.back{
	top: 30px;
    eft: 16px;
    position: relative;
	color: #425774;
	ext-decoration: underline;
}
.bar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
   
    border-bottom: 1px solid #e6e6ec;
    padding: 0px 16px 0px 16px;
	
}
.bar-header p{
	font-size: large;
}
.workflow-step .bar-header {
    padding: 46px 16px 0;
}
.workflow-step .main-header{
	position: fixed;
	height: 126px;
    width: 100%;
    z-index: 7;
    background-color: #E5E5E5;
}
.workflow-step .container{
	margin-bottom: 120px;
}
.workflow-step .content{
	margin-top: 126px;
}
.title-header{
	width: 254px;
}
.icon-user,
.icon-back {
	font-size: 34px;
    text-align: center;
    line-height: 64px;
    color: #425774;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #FFFFFF;
}
.content-bloc{
	padding: 0 16px;
	padding-bottom: 50%;
}
.bloc{
	height: 88px;
	background: #FFFFFF;
	box-shadow: 0px -4px 24px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 16px;
}
.texte-bloc{
	width: 290px;
	margin-left: 16px;
}
.icon-bloc{
	margin-right: 24px;
    font-size: 30px;
    text-align: center;
    width: 30px;
}
.main-drawer{
	display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 19;
    transform: translateY(100%);
    will-change: transform;
    transition: transform .5s ease;
}
.open {
    transform: translateY(0);
}
.drawer-content{
	width: 100%;
	padding-top: calc(100vh - 121px);
    background-color: rgba(0,0,0,.5);
}
.main-drawer ul{
	border-radius: 10px 10px 0 0;
    background-color: #FFFFFF;
	box-shadow: 0 0 -5px 7px  rgb(0 0 0 / 20%);
}
.main-drawer li{
	height: 60px;
	line-height: 60px;
	padding: 0 18px;
}

.main-drawer li:first-of-type{
	border-bottom: 1px solid #ECECEC;
}
.icon-drawer{
    position: absolute;
    width: 64px;
    height: 16px;
	line-height: 64px;    
    text-align: center;
	right: 0;
    color: #FFFFFF;
    font-size: 34px;
}
.drawer-content i{
	padding-right: 10px;
    font-size: 20px; 
	vertical-align: middle;
}
.tab-menu{
    position: relative;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
	width: 100%;
	color: #C1C1C1;
	font-weight: 600;
	font-size: 12px;
	align-items: flex-start
}

span.circle{
	width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 4px solid #C1C1C1;
	box-sizing: border-box;
    flex: none;
}

/* .tab-menu:first-of-type span.line:first-of-type,
.tab-menu:last-of-type span.line:last-of-type{
	opacity: 0;
} */
.tab-menu:last-of-type{
	width: 32px;
	align-items: flex-end;
}
.tab-menu:last-of-type span.line{
	display: none;
}
.tab-line{
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}
.line{
    height: 4px;
    background-color: #C1C1C1;
    width: 100%;
    flex-direction: row;
}
.tab-menu.active,
.tab-menu.check{
	color: #000000;
}
.tab-menu.active span.circle,
.tab-menu.check span.circle{
	border: 4px solid #000000;
}
.tab-menu.check span.circle{
	background-color: #000000;
}
.tab-menu.check span.circle:before{
	content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #FFFFFF;
    text-align: center;
    display: block;
    line-height: 24px;
}

.tab-menu.check .line{
	background-color: #000000;
}


.title-content{
	padding: 0px 16px;
}
.boxe{
	box-sizing: border-box;
    height: 56px;
    line-height: 56px;
    padding: 0 16px;
	background-color: #FFFFFF;
	border-radius: 6px;
	margin: 24px 0 32px 0;
}
.radio input {
    display: none;
}
.item,
.item-question,
.item-valid{
	font-size:14px;
	padding: 5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #C1C1C1;
}
.radio label {
	justify-content: space-between;
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;    
}
.item-scan ul li,
.item-casiers ul li,
.item-photo ul li{
	padding: 16px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #C1C1C1;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
}
.item-scan-roll ul li{
	padding: 16px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #C1C1C1;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
}
.item-scan-roll ul li span b,
.item-scan-roll ul li span + b,
.item-valid b{
	font-size: 24px;
    font-weight: 600;
	padding-left: 10px;
}
.radio span.cercle-check {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border: 4px solid #C1C1C1;
    box-sizing: border-box;
    color: #ffffff;
	font-size: 10px;
}
.radio input:checked+label> .cercle-check {
    border: 4px solid #0075FF;
	background-color: #0075FF;
}
.tab-step, 
.button.finish,
.dialog { 
    display: none;
}
.tab-step.active {
    display: block;
}
.button-login{
	position: fixed;
    bottom: 16px;
	width: calc(100% - 32px);
    right: 16px;
}
.button-step{
	position: fixed;
    bottom: 16px;
	display: flex;
	justify-content: space-between;
    align-items: center;
	width: calc(100% - 32px);
    padding: 0 16px;
}

.item-question{
	justify-content: space-between;
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
    height: auto;
}
.item-question p{
	width: 60%;
}

.question-right .radio{
	float: right;
	padding-left: 8px;
    width: 58px;
    font-size: 14px;
}
.question-right .radio span:first-of-type{
	adding-right: 8px;
}
.radio label span:first-of-type{
	width: calc(100% - 32px);
}
.title-choisi,
.title-scan,
.title-bags{
	font-size: 24px;
	padding: 32px 16px 16px 16px;
}
.preview-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    overflow: hidden;
	margin: 10px 0;
}
video {
    width: calc(100% - 48px);
    transition: width 0.7s ease-out;
}
.dialog {
    display: none;
	z-index: 99;
}
.dialog, 
.dialog_scrim {
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.dialog_container {
    flex-direction: row;
    justify-content: space-around;
    box-sizing: border-box;
    height: 100%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    pointer-events: none;
	top: 10%;
    position: absolute;
}
.dialog .dialog_scrim {
    background-color: rgba(0,0,0,.32);
}
.dialog_scrim {
    opacity: 0;
    z-index: -1;
}
.dialog .dialog_surface {
    max-width: calc(100vw - 32px);
	max-height: calc(100% - 32px);
	min-width: 280px;
	background-color: #fff;
	min-width: 280px;
	border-radius: 4px;
	box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    pointer-events: auto;
    overflow-y: auto;
	padding: 24px;
	position: relative;
}
.dialog.open{
	display: flex;
}
.dialog.open .dialog_container {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
.dialog.open .dialog_scrim {
    opacity: 1;
}
.dialog_content{
	box-sizing: border-box;
    margin: 0;
    padding: 20px 0;
    overflow: auto;
}
.dialog_title{
	margin: 0;
}
.icon-dialog{
	position: absolute;
    width: 24px;
    text-align: center;
    right: 10px;
    top: 10px;
    font-size: 24px;
}
.btn-dialog{
	margin: 0;
}
.item .form-group {
    margin: 0px;
}
.item .form-group input[type="number"]{
	text-align: right;
    color: #000000;
    font-weight: 500;
    font-size: 24px;
}
.scan-count{
	padding: 16px;
    background-color: #FFFFFF;
    display: block;
    position: relative;
    text-align: center;
}
textarea{
	background-color: #FFFFFF;
	border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    padding: 8px;
	color: #787878;
	width: 100%;
    font-size: inherit;
    border: 1px solid #ECECEC;
}
.zone-rolls{
	min-height: 32px;
    background: #FFFFFF;
    box-shadow: 0px -4px 24px rgb(0 0 0 / 8%);
    border-radius: 8px;
	padding: 16px;
    margin-bottom: 16px;
}
.item-roll{
	padding: 16px 0;
}
.roll-immobilise{
	background-color: #ECECEC;
	font-family: inherit;
    font-size: 16px;
    width: 100%;
    font-size: inherit;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    height: 56px;
    line-height: 56px;
    padding: 0 16px;
    color: #787878;
    transition: all .3s;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-roll{
	display: none;
}
.item-roll ul{
	background-color: #ECECEC;
}
.item-roll.rollImmobilise ul{ 
    color: red;	
}
.item-roll ul li{
	padding: 4px 16px;
}
.nb-roll{
	font-size: 20px;
	font-weight: 700;
}
.zone-rolls .icon-bloc{
	float: right;
}
.zone-rolls .icon-bloc i{
	transition: transform 330ms ease-in-out;
}
.zone-rolls .icon-bloc.active i{
	transform: rotate(180deg);
	transition: transform 330ms ease-in-out;
}
.title-choisi p{
	font-size: 18px;
    margin-top: 10px;
}













