@font-face {
    font-family: "readBeta2 sans-serif";
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/regular-readBeta2.woff2) format("woff2"), url(../fonts/regular-readBeta2.woff) format("woff");
}
@font-face {
    font-family: "readBeta2 sans-serif";
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/bold-readBeta2.woff2) format("woff2"), url(../fonts/bold-readBeta2.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: "renaultLife, sans-serif";
    font-weight: 700;
    src: url(../fonts/lat-bold-renaultLife.woff2) format("woff2"), url(../fonts/lat-bold-renaultLife.woff) format("woff");
    unicode-range: u+000-3ff, u+5ff-20cf;
}
@font-face {
    font-display: swap;
    font-family: "renaultLife, sans-serif";
    font-weight: 700;
    src: url(../fonts/cyr-bold-renaultLife.woff2) format("woff2"), url(../fonts/cyr-bold-renaultLife.woff) format("woff");
    unicode-range: u+400-5ff;
}
body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "readBeta2 sans-serif";
    line-height: 1.45;
    direction: ltr;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
a.disabled,
.disabled{
	pointer-events: none;
	opacity: 0.3;
	cursor: default !important;
}
h1{
	font-weight: 600;
    text-transform: uppercase;
	color: #1f2532;	
}
.mt-16{
	margin-top: 16px;
}
.mt-32{
	margin-top: 32px;
}
.mt-48{
	margin-top: 48px;
}
.mb-16{
	margin-bottom: 16px;
}
.mb-32{
	margin-bottom: 32px;
}
.mb-48{
	margin-bottom: 48px;
}
.block{
	display: block !important;
}
.bg-success{
	background-color: #6BC850 !important;
}
.bg-danger{
	background-color: #D92E2E !important;
}
.text-center{
	text-align: center !important;
}
.no-border{
	border: none !important;
}
.width-100{
	width: 100% !important;
}
.authenticate-title{
	text-align: center;
    width: 100%;
}
.content-login:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    top: 0;
    height: 3px;
    background-color: #ffce33;
}
:focus {
    outline: none;
}
.container{
	max-width: 800px;
}
header {
    background-color: #1f2532;
}
.bar-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    border-bottom: 1px solid #e6e6ec;
    padding: 0 16px;
}
.logo-header {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-header i{
	color: #FFFFFF;
}
.header-text{
	margin-left: 4px;
    color: #FFFFFF;
    font-family: "renaultLife, sans-serif";
    text-transform: capitalize;
	font-weight: 700;
	font-size: 14px;
}
.bar-header img{
	vertical-align: middle;
}
button,
button:focus,
button:active{
    border: 0;
    background: none;
    text-decoration: none;
    cursor: pointer;
}


[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    border-radius: 0;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.button_icon {
    padding: 0 16px 0 0;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu-header{
	font-size: 1rem;
    text-transform: capitalize;
    margin-top: 4px;
}
.content,
section{
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}
.content-zone{
    padding: 16px;
}
.nopadding{
	padding: 0;
}
.content-inner,
.content-authenticate{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.authenticate{
	max-width: calc(100% - 32px);
    margin: 0 auto;
}
.authenticate-inner {
    padding: 16px 0;
}
.content-login {
    padding: 32px;
	background-color: #FFFFFF;
	position: relative;
}
.login-form{
    min-height: 358px;
	display: flex;
    flex-flow: row wrap;
}
fieldset {
    width: 100%;
    flex-grow: 2;
    align-self: flex-end;
	margin: 0;
    padding: 0;
    border: none;
}
.content-textField {
    position: relative;
    font-size: 16px;
    margin-bottom: 32px;
    margin-top: 16px;
    text-align: left;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select:focus, textarea {
    font-size: 16px;
}
.is-date .textField_material, 
.is-filled .textField_material, 
.textField_material:focus {
    color: #333;
}
.textField {
    margin: 0;
    display: block;
    width: 100%;
    font-family: "readBeta2 sans-serif";
    font-size: inherit;
    padding: 16px 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.textField_material {
    border-width: 0 0 1px;
    border-radius: 0;
    color: #ccc;
    border-color: #ccc;
	transition: border .5s;
    padding: 16px 8px 8px 0;
}
.textfield_label {
    position: absolute;
    color: #777;
    cursor: text;
    top: 4px;
    transition: all .5s;
}
.textfield_error{
	font-size: 13px;
    color: #e91630;
}
.form-group{
	width: 100%;
    align-self: flex-end;
}
.button {
    background-color: #1f2532;
    color: #fff;
    display: inline-block;
    fill: currentColor;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    position: relative;
    text-align: center;
    transition: background-color .5s,color .5s,border-color .5s,color .5s;
    vertical-align: middle;
	padding: 16px;
    text-transform: uppercase;
}
.button_block {
    display: block;
    width: 100%;
}
.button_primary,
.button_primary:focus,
.button_primary:active{
	color: #000;
    background: linear-gradient(90deg,#ffda66 50%,#ffce33 0);
    background-size: 200% 100%;
    background-position: 100% 100%;
    transition: background-position .3s;
}
.background{
	display: flex;
    flex-direction: column;
    flex: 1 0 auto;
	position: relative;
}
.content-background{
	display: flex;
    flex: 1 0 auto;
	position: relative;
}
.background-inner{
	padding: 32px;
    flex-direction: row;
}
.background picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
	height: 100vh;
}
.authenticate-inner {
    z-index: 0;
}
picture img {
    opacity: .65;
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	filter: blur(0);
}
.is-date .textfield_label, 
.is-filled .textfield_label, 
input:focus+.textfield_label {
    font-size: 13px;
    top: -8px;
}
.showPassword-toggle {
    position: absolute;
    top: 0;
    right: -8px;
    font-size: 1.8rem;
    color: #777;
    padding: 0;
    transform: translateX(100%);
}
.showPassword-toggle i{
    font-size: 16px;
}
#preview-container{
	height: auto;
	position: relative;
}
video,canvas {
    width: calc(100% - 32px);
    transition: width 0.7s ease-out;
	border: 4px solid #ffce33;
	box-sizing: border-box;
}
h2 {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    font-family: "renaultLife, sans-serif";
    padding: 0 8px 8px;
}
.component {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    text-align: center;
    margin: 8px 0;
}
#scan-submit{
	margin: auto;
	width: 282px;
}
.hidden{
	display: none;
}
.immatriculation-form{
	display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    text-align: center;
	margin-top: 32px;
}
.button_header {
    background-color: #1f2532;
    align-items: center;
    height: 48px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-overflow: ellipsis;
    font-weight: 700;
    display: flex;
    justify-content: center;
}
.button_header i{
	color: #FFCE33;
	padding: 0 10px;
}
.vehicleDetails,
.content-destination{
    margin-top: 16px;
	margin-bottom: 32px;
}
.vehicleDetails-item:first-of-type {
    border-top: 1px solid #c5c5c5;
}
.vehicleDetails-item{
    border-bottom: 1px solid #c5c5c5;	
}
.vehicleDetails-item p{
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    margin: 0;
}
.vehicleDetails-item span{
    align-items: center;
    display: inline-flex;
	padding: 1em 0;
}
.vehicleDetails-item span:first-of-type{
    font-weight: 800;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.step {
    background: #fff;
    padding: 16px;
    border-bottom: 8px solid #e6e6ec;
}
.step:last-of-type {
    border-bottom: none;
}
.stepTitle {
    font-weight: 700;
    margin: 8px 0;
    text-transform: uppercase;
	font-size: 16px;	
}
.checkbox input {
    display: none;
}
.checkbox label {
    align-items: flex-end;
    cursor: pointer;
    display: flex;
    position: relative;
	margin: 16px 0;
}
.vehicleDetails-item .checkbox label,
.preparation-item .checkbox label,
.mld .checkbox label,
.ots .checkbox label,
.avaries .checkbox label{
	justify-content: space-between;
}
.checkbox i {
    border: 1px solid #ccc;
    border-radius: 20%;
    fill: var(--color-white);
    height: 15px;
    margin-right: 8px;
    padding: 1px;
	color: #ffffff;
}
a.link-etat {
	color: #000000;
	display: block;
    margin: 48px 0 32px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    font-family: "renaultLife, sans-serif";
    padding: 0 8px 8px;
}
a.link-etat i{
	float: right;
    border: 1px solid #c5c5c5;
    padding: 8px;
    border-radius: 50%;
    background-color: #ffce33;
    font-size: 30px;
    display: block;
    margin-top: -10px;
}
p.ou{
	margin-left: 48px;
	font-family: "renaultLife, sans-serif";
	font-weight: 700;
    font-size: 20px;
}
.checkbox input:checked+label> i{ 
	color: #ffce33;
}

.declaration_group .line {
    display: flex;
    position: relative;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
	cursor: pointer;
}
.declaration_group span{
	width: 70%;
    padding: 0 10px;
}
.declaration_group img{
	width: 50px;	
}
.preparation-item p{
	font-size: 16px;
    font-weight: 600;
}
.preparation-item .checkbox label{
    font-weight: 500;
}
textarea{
	border: 1px solid #ccc;
    border-radius: 5px;
    width: calc(100% - 42px);
	padding: 16px;
}
.main-drawer{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 19;
    transform: translateX(-100%);
    will-change: transform;
    transition: transform .5s ease;
    height: 100%;
}
.open {
    transform: translateX(0);
}
.drawer-content {
    background: #fff;
    display: flex;
    flex-direction: column;
    width: calc(100% - 64px);
}
.drawer-bottom, .drawer-top {
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 0;
}
.drawer-overlay {
    position: relative;
    width: 64px;
    padding: 16px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 -5px 7px 0 rgb(0 0 0 / 20%);
    text-align: center;
}
.drawer-overlay i{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
    width: 20px;
	color: #fff;
	font-size: 30px;
}

.drawer-content ul{
	height: 100%;
}
.drawer-content li {
    min-width: 30px;
    display: flex;
    flex-direction: column;
}
.drawer-content li a {
    padding: 16px;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: inherit;
	padding-top: 8px !important;
    padding-bottom: 8px !important
}
.drawer-login{
	position: relative;
    justify-content: space-between;
    padding: 16px;
    font-size: 16px;
	border-bottom: 1px solid #e6e6ec;
    text-transform: capitalize;
	display: flex;
    font-weight: 700;
    color: #000;
}

.popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  overflow: overlay;
  z-index: 0
}
.popup-overlay.target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 50px 16px;
  padding: 16px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.popup video{
	width: 100%;
	height: 320px;
}
.selectField{
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
	border: 1px solid #777;
}
.selectField select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    color: #777;
    cursor: pointer;
    display: block;
    height: 40px;
    padding: 0 30px 0 20px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.button_select{
	background-color: #fff;
    border: 0;
    bottom: 10px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    z-index: 3;
	pointer-events: none;
}
.button_select i {
    display: block;
    height: 15px;
    padding: 0;
    width: 15px;
}
.selectField select option:first-of-type{
	color: #1f2532;
}
.paragraph{
    color: #000;
    font-size: 14px;
    font-weight: 800;
}
iframe{
	width: 100%;
	height: 320px;
}
/* START AUTOCOMPLETE */
.ui-helper-hidden-accessible{
	display: none;
}
ul.ui-menu.ui-autocomplete {
    list-style: none;
    display: block;
    outline: 0;
    background: #ffffff;
    display: block;
    color: #333333;
    z-index: 100;
    width: 290px !important;
	height: 200px;
    overflow: auto;
    border: 1px solid #ccc;
}
ul.ui-menu.ui-autocomplete li.ui-menu-item {
    cursor: pointer;
    list-style-image: none;
    font-size: 14px;
    padding: 6px 15px;
}
ul.ui-menu.ui-autocomplete li.ui-menu-item:hover {
    background-color: #e7e7e7;
}
/* END AUTOCOMPLETE */

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .5rem;
    font-size: .875rem;
    color: #e56767;
}
.cadre-carrosserie{
	align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
	    padding: 20px 0;
}
.carrosserie-left,
.carrosserie-right{
	width: 25%;
}
.carrosserie-center{
	width: 50%;
}
.carrosserie-center img{
	width: 100%;
}
.carrosserie-center .checkbox:first-of-type{
	margin-bottom: -10px;
}
.carrosserie-center .checkbox:last-of-type{
	margin-top: -20px;
}
.cadre-carrosserie .checkbox label{
	align-items: center;
	flex-direction: column;
}
.button_header.yellow{
	color: #000;
    background: linear-gradient(90deg,#ffda66 50%,#ffce33 0);
    background-size: 200% 100%;
    background-position: 100% 100%;
    transition: background-position .3s;
}
.content-background img{
	width: 50%;
}
.content-background .color-image{
	display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1 0 auto;
    position: relative;
	justify-content: center;
}
.content-background .color-image span:first-of-type{
	width: 100px;
    height: 30px;
    background-color: currentColor;
	margin-bottom: 5px;
}
a.logo_logatik{
	display: flex;
    align-items: center;
    position: relative;
	justify-content: center;
}
a.logo_logatik i{
	margin-right: 5px;
    font-size: 20px;
    color: #FFFFFF;
}
.mld{
	margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #c5c5c5;
}
.ots{
    padding-top: 20px;
    border-top: 1px solid #c5c5c5;
}
.mld p,
.ots p{
	font-weight: 600;
    font-size: 16px;
}
.spinner {
    display: none;
    position: absolute;
    left: calc(50% - 24px);
    top: 0;
    z-index: 2;
}
.preparation-item{
	border-bottom: 1px solid #c5c5c5;
}
.avaries{
	border-top: 1px solid #c5c5c5;
	
}
/* SIGNE */
.flex-direction{
	display: flex;
    flex-direction: column;
}
.wrapper {
    order: 1px solid #4b00ff;
    border-right: 0;
}
canvas#signature-pad {
    background: #fff;
    width: 100%;
    height: 100%;
    cursor: crosshair;
}
button#clear {
    height: 100%;
    background: #4b00ff;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
	padding: 5px 20px;
}
button#clear span {
    ransform: rotate(90deg);
    display: block;
}

/* ZOOM IMAGE */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	width: calc(100% - 16px);
}

#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

.modal-content, 
#caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}
.modal .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}
.modal .removeZoom{
	position: absolute;
    top: 20px;
    left: 15px;
}
.modal .close:hover,
.modal .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}











