@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
body {
  overflow-x: hidden;
}

body, h1, h2, h3 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, li {
  list-style-type: none;
}

.container {
  height: 100vh;
  font-family: "Source Sans Pro", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.slash {
  display: inline-block;
  background-color: #000000;
  width: 5px;
  height: 30px;
  transform: skewX(-27deg);
}

.staffHeader {
  justify-content: space-between;
}

header {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  height: 7%;
}
header .logoRotate {
  transition: transform 2000ms;
}
header .logOut {
  height: max-content;
  transform: translateX(-18px);
  display: flex;
  align-items: center;
}
header .logOut img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
header .logOut span {
  text-decoration: underline;
}

.blocProduct, .blocUserName {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 35%;
  justify-content: center;
}
.blocProduct div, .blocUserName div {
  overflow: hidden;
  transform: translateY(22px);
}
.blocProduct h1, .blocUserName h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 800;
  font-size: 36px;
  text-align: center;
  transform: translateY(80%);
  animation: fadeInLoad-hello 1500ms forwards ease-in-out;
}
.blocProduct img, .blocUserName img {
  height: 12rem;
  transform: translateY(50%);
  opacity: 0;
  animation: fadeInLoad-product 2000ms 500ms forwards ease-in-out;
}

.blocInfo {
  height: 55%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.blocInfo_nav {
  display: flex;
  justify-content: space-between;
  padding: 0px 5px;
}
.blocInfo_nav_details {
  margin-right: 10px;
}
.blocInfo_nav div {
  box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  background: #D9D9D9;
  height: 45px;
  width: 50%;
  transform: translateX(8px) skewX(-27deg);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blocInfo_nav div:focus {
  outline: none;
}
.blocInfo_nav div span {
  transform: skewX(0deg);
  height: 43px;
  width: 7px;
}
.blocInfo_nav div h2 {
  transform: skewX(27deg);
  font-size: 16px;
}
.blocInfo_nav div .pseudoCube {
  background: #F0F0F0;
  height: 45px;
  width: 50px;
}
.blocInfo_nav_contact {
  width: 60% !important;
  margin-right: -28px;
}
.blocInfo_nav_contact h2 {
  transform: translateX(-10px) skewX(27deg) !important;
}
.blocInfo_details {
  overflow: auto;
  background: #F0F0F0;
  padding: 25px;
  padding-bottom: 0;
  height: 100%;
  opacity: 0;
  display: none;
  margin-top: -1px;
  border-top: 1px solid #F0F0F0;
}
.blocInfo_details_ref {
  background: white;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 14px;
  opacity: 0;
}
.blocInfo_details_ref section {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.blocInfo_details_ref section h3 {
  font-size: medium;
  font-weight: 400;
}
.blocInfo_details_ref section :nth-child(2) {
  font-weight: 700;
  width: 100px;
}
.blocInfo_details_ref_type {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.blocInfo_details_ref_type .slash {
  height: 20px;
  width: 4px;
  margin-right: 10px !important;
  background: #FF5100;
}
.blocInfo_details_ref :last-child {
  border-bottom: none;
}
.blocInfo_details_access {
  opacity: 0;
}
.blocInfo_details_access_custom {
  margin: 21px 0 13px 0;
  display: flex;
  background: white;
  border-radius: 10px;
  padding: 10px 10px 10px 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: black;
  height: 20px;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.blocInfo_details_access_custom_head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.blocInfo_details_access_custom_head img {
  transition: transform 400ms ease-in-out;
}
.blocInfo_details_access_custom_body {
  width: 100%;
  margin-top: 18px;
  height: auto;
}
.blocInfo_details_access_custom_body .log40Info {
  color: rgba(83, 78, 78, 0.6705882353);
}
.blocInfo_details_access_custom img {
  margin-right: 10px;
  height: 20px;
}
.blocInfo_details_access_custom img:nth-child(1) {
  width: 17px;
}
.blocInfo_details_access_custom img:nth-child(2) {
  width: 9px;
}
.blocInfo_contact {
  overflow: auto;
  background: #F0F0F0;
  padding: 25px;
  padding-bottom: 0;
  height: 100%;
  opacity: 0;
  display: none;
  padding: 0;
  margin-top: -1px;
}
.blocInfo_contact_ref {
  background: white;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 14px;
  opacity: 0;
}
.blocInfo_contact_ref section {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.blocInfo_contact_ref section h3 {
  font-size: medium;
  font-weight: 400;
}
.blocInfo_contact_ref section :nth-child(2) {
  font-weight: 700;
  width: 100px;
}
.blocInfo_contact_ref_type {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.blocInfo_contact_ref_type .slash {
  height: 20px;
  width: 4px;
  margin-right: 10px !important;
  background: #FF5100;
}
.blocInfo_contact_ref :last-child {
  border-bottom: none;
}
.blocInfo_contact_access {
  opacity: 0;
}
.blocInfo_contact footer {
  transform: translateY(-46px);
}
.blocInfo_contact_buttons {
  opacity: 0;
  display: flex;
  justify-content: space-evenly;
}
.blocInfo_contact_buttons a {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  border: none;
  width: 50px;
  aspect-ratio: 1;
}

.customAccess_button {
  margin: 21px 0 13px 0;
  display: flex;
  justify-content: space-between;
  background: white;
  border-radius: 10px;
  padding: 10px 10px 10px 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: black;
  transition: all 500ms ease-in-out;
  height: 20px;
}
.customAccess_button img {
  transform: rotate(-45deg);
  margin-right: 10px;
  width: 9px;
  height: 20px;
}
.customAccess_button div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.blocInfo_contact_ref section :nth-child(2) {
  width: 150px;
  padding: 15px;
}

.blocInfo_contact_ref :nth-child(3) {
  border-bottom: none;
}

.enabled-tab {
  transition: background-color 300ms;
  background-color: #F0F0F0 !important;
  box-shadow: none !important;
  color: #FF5100;
  transition: all 200ms ease;
}
.enabled-tab .slash {
  background: #FF5100;
}

.enabled-contain {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 1;
  transition: background-color 300ms;
}
.enabled-contain .blocInfo_details_ref {
  animation: delayAppear 500ms forwards ease-in-out;
}
.enabled-contain .blocInfo_details_access {
  animation: delayAppear 500ms 100ms forwards ease-in-out;
}
.enabled-contain .blocInfo_contact_ref {
  animation: delayAppear 500ms forwards ease-in-out;
}
.enabled-contain .blocInfo_contact_buttons {
  animation: delayAppear 500ms 100ms forwards ease-in-out;
}

.disabled-tab {
  background: #D9D9D9;
}
.disabled-tab .slash {
  background: #000000;
}

.disabled-contain {
  opacity: 0;
  display: none;
}

@keyframes delayAppear {
  0% {
    opacity: 0;
    transform: translateX(15px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes middleToLeft {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-15px);
  }
}
@keyframes middleToRight {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(15px);
  }
}
@keyframes rightToLeft {
  0% {
    opacity: 0;
    transform: translateX(15px);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes leftToRight {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.animate {
  animation: delayAppear 500ms forwards ease-in-out;
}

.rightToLeft {
  animation: rightToLeft 500ms forwards ease-in-out;
}

.leftToRight {
  animation: leftToRight 500ms forwards ease-in-out;
}

.animateSearch {
  animation: animateSearch 1000ms forwards ease-in-out;
}

.middleToLeft {
  animation: middleToLeft 600ms forwards ease-in-out;
}

.middleToRight {
  animation: middleToRight 600ms forwards ease-in-out;
}

@keyframes animateSearch {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.logo_home {
  width: 148px;
  margin-bottom: 20%;
}

.container-home {
  height: 100vh;
  font-family: "Source Sans Pro", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.home_logoContainer {
  height: 48%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.home_logoContainer img {
  opacity: 0;
  animation: fadeInLoad-logo 1000ms 100ms forwards ease-in-out;
}

.main-home {
  height: max-content;
  width: 100%;
  background: #F0F0F0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-home_bloc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 26px;
  overflow: hidden;
  padding-top: 20px;
}
.main-home_bloc_text {
  overflow: hidden;
}
.main-home_bloc_text div {
  margin-bottom: 19px;
  overflow: hidden;
}
.main-home_bloc_text div h1 {
  font-size: 36px;
  font-weight: 700;
  transform: translateY(80%);
  animation: fadeInLoad-hello 1500ms forwards ease-in-out;
}
.main-home_bloc_text p {
  font-size: 16px;
  font-weight: 700;
  color: rgba(83, 78, 78, 0.6705882353);
  transform: translateY(130%);
  animation: fadeInLoad-p 1500ms 200ms forwards ease-in-out;
}
.main-home_bloc_inputBloc {
  background: white;
  border-radius: 10px;
  padding: 15px 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 147px;
  width: 100%;
  margin-top: 46px;
}
.main-home_bloc_inputBloc_bis {
  padding: 0 9px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}
.main-home_bloc_inputBloc_bis_line {
  display: flex;
  align-items: center;
}
.main-home_bloc_inputBloc_bis a {
  margin-top: 5px;
  width: max-content;
}
.main-home_bloc_inputBloc .slash {
  background: #FF5100;
  height: 18px;
  width: 3px;
}
.main-home_bloc_inputBloc span:nth-child(2) {
  font-weight: 700;
  color: rgba(112, 122, 142, 0.86);
}
.main-home_bloc_inputBloc input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 90%;
  max-width: 260px;
  margin-left: 7px;
  font-size: 16px;
  font-weight: 700;
  transition: border 500ms;
  font-family: "Source Sans Pro", sans-serif;
}
.main-home_bloc_inputBloc input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.main-home_bloc_inputBloc input:focus {
  outline: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

.inputHome {
  transform: translateY(130%);
  animation: fadeInLoad-p 2000ms 200ms forwards ease-in-out;
}

.confirmMessage {
  font-weight: 400;
  font-size: 12px;
  margin-left: 7px;
  margin-top: 5px;
  opacity: 0;
  color: #FA0909;
  transition: opacity 500ms;
}

.logInButton {
  width: 100%;
  height: 40px;
  transition: background-color 500ms;
  border-radius: 10px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px;
  border: none;
}
.logInButton span {
  margin-left: 18px;
  font-family: "Source Sans Pro", sans-serif;
}

.logInButton:enabled {
  background-color: #FF5100;
}

.logInButton:disabled {
  background-color: rgba(0, 0, 0, 0.25);
}

.bloc_logoConfirm {
  position: relative;
}
.bloc_logoConfirm img {
  position: absolute;
  transform: translate(3px, -6px);
  opacity: 0;
  transition: all 500ms;
}

.homeLink {
  margin-bottom: 5px;
  width: 90%;
  align-self: center;
}

footer {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  background: #F0F0F0;
  width: 100%;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
footer a {
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: underline;
}

.forgotPsw {
  color: rgba(83, 78, 78, 0.6705882353);
  margin-left: 10px;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
}

.blocInfo_ticket {
  padding: 25px;
  padding-bottom: 0;
  max-width: 90%;
  margin-top: 50px;
}
.blocInfo_ticket_line {
  padding: 10px 10px 10px 10%;
  border-radius: 10px;
  background: white;
  font-size: 14px;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blocInfo_ticket_line:hover {
  background: rgba(0, 0, 0, 0.25);
}
.blocInfo_ticket_line_data {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 10px;
}
.blocInfo_ticket_line_data:last-child {
  border-bottom: none;
}
.blocInfo_ticket_line_data div:nth-child(2) {
  margin: 6px 12px;
}
.blocInfo_ticket_line_data div:nth-child(1) {
  display: flex;
  align-items: center;
}
.blocInfo_ticket_line_data div:nth-child(1) h3 {
  margin-left: 7px;
  font-size: 16px;
}
.blocInfo_ticket_line_data div:nth-child(1) span {
  background-color: #FF5100;
  height: 16px;
  width: 3px;
}
.blocInfo_ticket_line h3 {
  font-weight: 500;
  font-size: 16px;
}
.blocInfo_ticket_line div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 35%;
  font-weight: 700;
  font-size: 16px;
}
.blocInfo_ticket_line div img {
  transform: translateY(1px);
  z-index: 0;
}

.blocInfo_emptyTicket {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blocInfo_headerTicket {
  background: #D9D9D9;
  display: flex;
  justify-content: space-between;
  padding: 12px 0px;
  z-index: 2;
  width: 100%;
  height: 21px;
  position: absolute;
}
.blocInfo_headerTicket input {
  border: none;
  border-radius: 2px;
  padding: 5px;
  margin-left: 30px;
}
.blocInfo_headerTicket input:focus {
  outline: none;
}
.blocInfo_headerTicket input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.blocInfo_headerTicket div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 47px;
  margin-right: 40px;
}

.blocUserName h1 {
  font-weight: 500 !important;
}

#backTicketList {
  display: flex;
  margin-left: 15px;
  width: max-content;
  font-weight: 700;
  font-size: 14px;
}
#backTicketList span {
  margin-left: 10px;
  width: max-content;
}

#dataSearch {
  margin: 0 20px 0 0;
  width: 50%;
  min-width: 120px;
}

#dateSearch {
  font-weight: 700;
  font-size: 14px;
}

.errorMessage {
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 16px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.errorMessage div {
  padding: 30px 30px;
  border-radius: 10px;
  background: #Ffffff;
  text-align: center;
  border: #FA0909 1px solid;
}
.errorMessage p {
  margin: 0;
}
.errorMessage span {
  color: #FA0909;
}
.errorMessage img {
  position: absolute;
  transform: translate(150px, -18px);
}

@keyframes fadeInLoad-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInLoad-hello {
  0% {
    transform: translateY(80%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeInLoad-product {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateY(-10%);
    opacity: 1;
  }
}
@keyframes fadeInLoad-p {
  0% {
    transform: translateY(130%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(-10%);
  }
}
@media screen and (max-width: 350px) {
  .blocScroll {
    min-width: 280px;
  }
  .blocInfo_details, .blocInfo_contact {
    padding: 0 !important;
  }
  .blocInfo_contact_ref {
    margin-bottom: 30px;
  }
  .blocInfo_ticket_line div img {
    margin-left: 5px;
  }
  .blocInfo_ticket {
    padding: 25px 8px 0 15px;
    max-width: 100%;
  }
  .blocInfo_ticket_line div {
    margin-right: 5px;
  }
  .blocInfo_ticket_line span {
    white-space: nowrap;
  }
  .blocInfo_ticket_line h3 {
    white-space: nowrap;
  }
  .blocInfo_nav div h2 {
    font-size: 4.5vw;
  }
  .blocInfo_details {
    padding: 20px 5px 0 5px !important;
  }
  .blocInfo_contact {
    padding-top: 0 !important;
  }
  .blocInfo_headerTicket div {
    margin-right: 5%;
  }
}
@media screen and (max-height: 550px) {
  .blocProduct img {
    display: none;
  }
}
.openAccess_inputBloc {
  margin-top: 17px !important;
  height: max-content !important;
  padding: 0px !important;
}
.openAccess_inputBloc_bis {
  margin-left: 0px !important;
  padding: 0px !important;
  height: max-content !important;
}
.openAccess_inputBloc_homeLink {
  margin: 18px 0 5px -20px !important;
  width: 100% !important;
}

/*# sourceMappingURL=style.css.map */
