@font-face {
  font-family: "MarkPro";
  src: url("../fonts/markpro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MarkBold";
  src: url("../fonts/markpro_bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "MarkMedium";
  src: url("../fonts/markpro_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MarkThin";
  src: url("../fonts/MarkPro-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MarkLight";
  src: url("../fonts/MarkPro-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
input:-webkit-autofill {
  -webkit-background-clip: text;
}
.page-application {
  max-width: 700px;
  margin: 0px auto;
  background-color: #a0328a;
}
.page-identification {
  background: url(../images/page-login-back.png) no-repeat top center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.header-app .logo {
  display: block;
  max-width: 200px;
  margin: 50px auto;
}

/* css page identification */

.form-login {
  padding-top: 60px;
}
.input-row {
  width: 340px;
  height: 52px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 100px;
  display: block;
  margin: 0px auto 40px;
  overflow: hidden;
  position: relative;
}
.input-row::before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.icon-identifiant.input-row::before {
  background-image: url(../images/icon-user.png);
  width: 19px;
  height: 19px;
}
.icon-password.input-row::before {
  background-image: url(../images/icon-password.png);
  width: 25px;
  height: 16px;
}
.input-row input {
  float: right;
  height: 50px;
  width: 290px;
  display: block;
  border-radius: 0px 21px 21px 0px;
  display: inline-block;
  border: 0px;
  box-shadow: none;
  outline: none;
}

.input-row input::placeholder,
.input-row input::-moz-focus-inner,
.input-row input::-moz-focus-outer,
.input-row input::-webkit-textfield-decoration-container {
  border: none;
  background-color: #fff;
  box-shadow: none;
  outline: none;
}
.input-submit {
  margin-top: 47px;
  display: block;
}

.input-submit .btn {
  margin: 10px auto;
  display: flex;
  background-color: #212d61;
  color: #fff;
  height: 60px;
  font-family: "MarkBold";
  width: 340px;
  padding: 0px;
  border-radius: 100px;
  position: relative;
  justify-content: center;
  align-items: center;
}

.input-submit .btn img {
  width: 40px;
  margin-left: 15px;
}
/*********************** page scan *************************/
.page_scan {
  max-width: 700px;
  margin: 0px auto;
}
.page_scan_header {
  position: absolute;
  top: 0;
  left: 0;
}
.page_scan_header img {
  width: 80px;
}
.page_scan_header_worker {
  text-align: end;
}
.page_scan_header_worker img {
  max-width: 300px;
}
.page_scan_text_recherche {
  text-align: center;
}
.page_scan_text_recherche h3 {
  font-family: "MarkPro";
  font-size: 12px;
  color: #212d61;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0px auto 15px auto;
}
.page_scan_text_recherche h2 {
  font-family: "MarkPro";
  font-size: 28px;
  color: #212d61;
  text-transform: capitalize;
}
.page_scan_text_recherche h2 span {
  color: #ad2d86;
  margin: 0 5px;
}
.page_scan_input_text_recherche form {
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.input_text_recherche {
  width: 100%;
  position: relative;
}

.input_text_recherche input {
  width: 100%;
  font-family: "MarkPro";
  font-size: 16px;
  color: #646464;
  border: solid 1px #585858;
  padding: 15px 30px;
  border-radius: 61px;
  margin: 15px auto;
}
.input_text_recherche input::placeholder {
  font-family: "MarkPro";
  font-size: 16px;
  color: #646464;
}
.page_scan_input_text_recherche form p {
  position: relative;
  font-family: "MarkPro";
  font-size: 22px;
  color: #646464;
  margin-bottom: 0px;
}
.page_scan_input_text_recherche form p::before {
  content: "";
  width: 100px;
  height: 0.5px;
  display: block;
  background: #646464;
  position: absolute;
  left: -105px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page_scan_input_text_recherche form p::after {
  content: "";
  width: 100px;
  height: 0.5px;
  display: block;
  background: #646464;
  position: absolute;
  right: -105px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button_scan_recherche {
  width: 100%;
}
.button_scan_recherche button,
.button_scan_recherche a,
.button_scan_recherche a:hover {
  width: 100%;
  font-family: "MarkPro";
  font-size: 16px;
  color: #a82d86 !important;
  display: flex;
  background-color: transparent;
  border: solid 1px #a82d86;
  padding: 15px 30px;
  border-radius: 61px;
  margin: 15px auto;
  position: relative;
  justify-content: center;
  cursor: pointer;
}
.button_scan_recherche button::after,
.button_scan_recherche a::after {
  content: "";
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/icon-barcode.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button_submit_recherche {
  width: 100%;
}
.button_submit_recherche button {
  width: 100%;
  font-family: "MarkBold";
  font-size: 16px;
  color: #fff;
  background-color: #212d61;
  border: 0;
  padding: 15px 30px;
  border-radius: 61px;
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_submit_recherche button img {
  margin-left: 15px;
  width: 25px;
}
.page_scan_input_text_recherche .formrecherche {
  display: flex;
  justify-content: center;
  position: absolute;
  inset: 0;
  margin: auto;
  height: fit-content;
  display: none;
}
.page_scan_input_text_recherche .formrecherche.active {
  display: flex;
}
.page_scan_input_text_recherche .formrecherche.active .qr-reader {
  background: #fff;
  padding: 10px !important;
  border: 1px solid silver !important;
  border-radius: 8px;
}
.page_scan_input_text_recherche .formrecherche.active .html5-qrcode-element {
  width: 100%;
  font-family: "MarkPro";
  font-size: 16px;
  color: #a82d86 !important;
  display: flex;
  background-color: transparent;
  border: solid 1px #a82d86;
  padding: 15px 30px;
  border-radius: 61px;
  margin: 15px auto;
  position: relative;
  justify-content: center;
  cursor: pointer;
}

/**************************** page contract ******************************/

.page_contract_statut {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_contract_statut h6 {
  font-family: "MarkBold";
  font-size: 14px;
  color: #fff;
  display: flex;
  padding: 14px 18px;
  border-radius: 61px;
  background-color: #568216;
  margin: 15px auto;
  align-items: center;
  justify-content: center;
}
.page_contract_statut h6 img {
  width: 20px;
  margin-right: 10px;
}
.content_contract_detail {
  margin: 20px auto;
}
.content_contract_detail .row {
  align-items: center;
}
.content_contract_detail_text img {
  width: 100px;
}
.content_contract_detail_text h2 {
  font-family: "MarkBold";
  font-size: 20px;
  color: #2d2d2d;
  margin: 10px auto;
}
.content_contract_detail_text h3 {
  font-family: "MarkPro";
  font-size: 15px;
  color: #808080;
  margin: 10px auto;
  display: flex;
  align-items: center;
}
.content_contract_detail_text h3 img {
  width: 25px;
  margin-right: 10px;
}
.client_agence {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: flex-start;
}
.client_agence_client label {
  font-family: "MarkPro";
  font-size: 8px;
  color: #808080;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.client_agence_client h4 {
  font-family: "MarkBold";
  font-size: 13px;
  color: #2d2d2d;
}
.interventions h2 {
  font-family: "MarkPro";
  font-size: 25px;
  color: #212d61;
  margin-bottom: 15px;
}
.interventions_slider .owl-stage {
  padding-left: 0 !important;
}
.item_interventions_slider_card {
  border: 0;
  background-color: #98b71c;
  padding: 15px;
  border-radius: 25px;
  position: relative;
  margin-bottom: 30px;
  /* cursor: no-drop; */
  cursor: pointer;
  min-height: 118px;
}
.item_interventions_slider_card h2 {
  font-family: "MarkBold";
  font-size: 10px;
  color: #fff;
  display: flex;
  align-items: center;
}
.item_interventions_slider_card h2 strong {
  font-size: 15px;
  margin-right: 5px;
}
.item_interventions_slider_card p {
  font-family: "MarkBold";
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.item_interventions_slider_card label {
  font-family: "MarkPro";
  font-size: 12px;
  color: #fff;
  margin-bottom: 15px;
  width: auto;
}
.item_interventions_slider_card p span {
  display: block;
}
.interventions {
  position: relative;
}
.item_interventions_slider_card.active {
  border: solid 2px #932e88;
  padding: 15px;
  border-radius: 25px;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  cursor: pointer;
  cursor: default;
}
.item_interventions_slider_card.active::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/card-date.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.item_interventions_slider_card.active h2 {
  font-family: "MarkBold";
  font-size: 10px;
  color: #932e88;
  display: flex;
  align-items: center;
}
.item_interventions_slider_card.active h2 strong {
  font-size: 15px;
  margin-right: 5px;
}
.item_interventions_slider_card.active p {
  font-family: "MarkPro";
  font-size: 12px;
  color: #932e88;
  text-transform: math-auto;
  margin-bottom: 10px;
  width: max-content;
}
.item_interventions_slider_card.active p span {
  display: block;
}
.item_interventions_slider_card.active.old {
  border: solid 2px #212d61;
}
.item_interventions_slider_card.active.old::after {
  content: "";
  background-image: url(../images/card-date.png);
}
.item_interventions_slider_card.active.old h2 {
  color: #212d61;
}
.item_interventions_slider_card.active.old p {
  color: #212d61;
}
.interventions_form {
  margin: 15px auto;
}
.interventions_form_observations .interventions_form {
  display: none;
  opacity: 0;
}

.interventions_form_observations .selected.interventions_form {
  opacity: 1;
  display: block;
  transition: taadaa 1.5s linear;
}

@keyframes taadaa {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.interventions_form .textarea_row {
  position: relative;
}

/* .textarea_row textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.textarea_row textarea::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.textarea_row textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.44, rgb(122, 153, 217)),
    color-stop(0.72, rgb(73, 125, 189)),
    color-stop(0.86, rgb(28, 58, 148))
  );
} */
.interventions_form .textarea_row samp.error {
  bottom: -13px;
}
.interventions_form .textarea_row textarea {
  width: 100%;
  padding: 25px;
  border-radius: 25px;
  background-color: #f8f8f8;
  border: solid 1px #d4d4d4;
}
.interventions_form .textarea_row input {
  width: 100%;
  padding: 25px;
  border-radius: 25px;
  background-color: #f8f8f8;
  border: solid 1px #d4d4d4;
  margin: 15px 0;
}
.add_images_to_intervention {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.ajouter_jointe .vich-file > div {
  display: flex;
  margin: 10px 0;
  align-items: center;
}
.ajouter_jointe .vich-file > div input {
  width: 10px;
  height: 10px;
  opacity: 1;
  position: relative;
  cursor: pointer;
  border: solid 1px #98b71c;
}
.ajouter_jointe .vich-file > div label {
  font-family: "MarkBold";
  font-size: 12px;
  color: #98b71c;
  margin-right: 5px;
}

.ajouter_jointe .vich-file > a,
.ajouter_jointe .vich-file > a:hover {
  font-family: "MarkBold";
  font-size: 12px;
  color: #98b71c;
  position: absolute;
  bottom: -28px;
  right: 10px;
}
.ajouter_jointe .vich-file {
  position: absolute;
  height: 65px;
  font-family: "MarkBold";
  font-size: 16px;
  width: 100%;
  background: none;
  border-radius: 50px;
  margin: 15px auto 20px auto;
}
.ajouter_jointe .vich-file input {
  width: 100%;
  height: 65px;
  opacity: 0;
  position: relative;
  cursor: pointer;
}
.ajouter_jointe .vich-file .error {
  bottom: -18px;
}
.ajouter_jointe {
  position: relative;
  width: 100%;
}
.ajouter_jointe button {
  font-family: "MarkBold";
  font-size: 16px;
  color: #b02d85;
  width: 100%;
  border: solid 2px #b02d85;
  padding: 15px 15px;
  background: none;
  border-radius: 50px;
  margin: 15px auto 20px auto;
}
.ajouter_camera {
  width: 66px;
}
.ajouter_camera button {
  font-family: "MarkBold";
  font-size: 16px;
  color: #b02d85;
  width: 100%;
  border: solid 2px #b02d85;
  padding: 15px 15px;
  background: none;
  border-radius: 50px;
  margin: 15px auto 20px auto;
}
.ajouter_jointe button img {
  width: 30px;
  margin-right: 15px;
}
.retour_enregistrer {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.retour_enregistrer .enregistrer {
  font-family: "MarkBold";
  font-size: 16px;
  color: #fff;
  width: 100%;
  border: 0;
  padding: 20px;
  background: #b02d85;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.retour_enregistrer .enregistrer img {
  width: 20px;
  margin-right: 15px;
}
.retour_enregistrer .retour {
  font-family: "MarkBold";
  font-size: 16px;
  color: #fff;
  width: 100%;
  border: 0;
  padding: 20px;
  background: #212d61;
  border-radius: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.retour_enregistrer .retour img {
  width: 20px;
  margin-right: 15px;
}
samp.error {
  color: red;
  font-size: 10px;
  font-family: "MarkPro";
  position: absolute;
  bottom: -5px;
  left: 0;
}
.espace_camera_fram {
  display: none;
}
.espace_camera_fram.active {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  max-width: 350px;
  background: #fff;
  height: fit-content;
  padding: 10px;
  border-radius: 8px;
  border: solid 2px #b02d85;
}
.take_picture_open_camera {
  font-family: "MarkBold";
  font-size: 16px;
  color: #b02d85;
  width: fit-content;
  border: solid 2px #b02d85;
  padding: 10px;
  background: none;
  border-radius: 50px;
  position: relative;
  margin: auto;
  margin-bottom: -33px;
  background: #fff;
}
.take_picture_open_camera img {
  width: 26px;
}
.logout_btn_block {
  position: relative;
}
.logout_btn_block a {
  padding: 5px 7px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50px;
}
.logout_btn_block a img {
  width: 25px;
}
#qr-reader__dashboard_section_csr span:has(#html5-qrcode-select-camera) {
  display: none;
}
