/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
@charset "UTF-8";
/* NEUTRALS */
/*#f7f4ee*/
/* GRAY */
/* BLUE + VIOLET */
/* YELLOW */
/* GREEN */
/* RED + PINK + ORANGE + BEIGE + BROWN */
/* Shadow */
/* Slidetoggle */
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../fonts/Montserrat-Regular.woff2") format("woff2"), url("../../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../../fonts/Roboto-Thin.woff2") format("woff2"), url("../../fonts/Roboto-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../../fonts/Roboto-Medium.woff2") format("woff2"), url("../../fonts/Roboto-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../../fonts/Roboto-Bold.woff2") format("woff2"), url("../../fonts/Roboto-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.upload-icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../img/angular/upload.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: width 0.4s ease;
}

.upload-zone {
  margin-bottom: 12px;
  border: 2px dashed #232558;
  border-radius: 4px;
  padding: 22px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #ffffff;
  max-width: 300px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-zone.error {
  border-color: #ff531f;
}
.upload-zone.hide {
  display: none !important;
}
.upload-zone.drag-over {
  border-color: #f59e0b;
  background-color: #fef3c7;
}
.upload-zone:hover {
  border-color: #f59e0b;
  background-color: #fefbf3;
}

.upload-container.hide {
  display: none !important;
}

.upload-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.upload-text {
  text-align: center;
}

.main-text {
  color: #232558;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 6px 0;
}

.browse-link {
  color: #026096;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.browse-link:hover {
  color: #232558;
  text-decoration: none;
}

p.info {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin: 8px 0 0 0;
}
p.info::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(../../img/angular/offres/info.svg) no-repeat;
  background-size: contain;
}

/* input file caché */
.file-input {
  display: none !important;
}

.pj-button-add {
  position: relative;
  border: 2px solid #fdc300;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.4rem 0.8rem 0.4rem 2rem;
  height: 2.8rem;
  width: fit-content;
  cursor: pointer;
  box-shadow: 0 0 8px 0 rgba(35, 37, 88, 0.1);
  color: #232558;
  background: #ffffff;
  border-radius: 0.4rem;
  display: inline-flex;
  align-items: center;
}
.pj-button-add::before {
  content: "";
  background: url(../../img/angular/coesio/icons/coesio_paper-clip.svg) no-repeat center;
  background-size: 80%;
  position: absolute;
  left: 0.4rem;
  top: 0.2rem;
  width: 1.6rem;
  height: 2rem;
}
.pj-button-add:hover, .pj-button-add:active {
  border-color: #232558;
}
.pj-button-add:disabled, .pj-button-add[disabled] {
  border: 2px solid #acaeda;
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}
@media (max-width: 991px) {
  .pj-button-add {
    margin: 0.8rem 0;
  }
}
@media (max-width: 506px) {
  .pj-button-add {
    margin: 1.2rem 0;
  }
}

.liste-pjs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.8rem;
  padding: 0;
}
.liste-pjs.msg-error {
  gap: 0.4rem;
}
@media (max-width: 767px) {
  .liste-pjs .pj-item {
    flex-grow: 1;
  }
}

.pj-button {
  position: relative;
  width: 22rem;
  height: 3.8rem;
  min-height: 3.8rem;
  color: #232558;
  background: #ffffff;
  border: 1px solid #acaeda;
  border-radius: 0.4rem;
  padding: 0.4rem 0.8rem 0.4rem 3.2rem;
  font-family: inherit;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  flex-wrap: wrap;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
@media (max-width: 506px) {
  .pj-button {
    width: calc(100vw - 14rem);
  }
}
.pj-button::before {
  content: "";
  background: url(../../img/angular/coesio/icons/coesio_file.svg) no-repeat center;
  position: absolute;
  left: 0.8rem;
  top: 0.6rem;
  width: 1.6rem;
  height: 2rem;
}
.pj-button:hover, .pj-button:active {
  border-color: #232558;
}
.pj-button:focus {
  border: 1px solid #232558;
}
.pj-button.error {
  border: 1px solid #cc1334;
}
.pj-button.error .label,
.pj-button.error .file-ko {
  color: #cc1334;
}
.pj-button .label {
  width: calc(100% - 1.4rem);
  display: block;
  font-weight: 400;
  font-size: inherit;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pj-button .file-ko {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  text-align: left;
}
.pj-button .download,
.pj-button .remove {
  width: 1.6rem;
  height: 2rem;
}
.pj-button .download:before,
.pj-button .remove:before {
  content: "";
  position: absolute;
  right: 0.4rem;
  top: 0.6rem;
  width: 1.6rem;
  height: 2rem;
}
.pj-button .remove::before {
  background: url(../../img/angular/coesio/icons/coesio_close_modal_white.svg) no-repeat center;
  background-size: 90%;
  filter: brightness(0) saturate(100%) invert(17%) sepia(40%) saturate(976%) hue-rotate(198deg) brightness(87%) contrast(100%);
}
.pj-button .download::before {
  background: url(../../img/angular/coesio/icons/coesio_download.svg) no-repeat center;
  background-size: 100%;
  width: 1.8rem;
  height: 1.8rem;
  top: 0.7rem;
}
.pj-button:disabled, .pj-button[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}

.loader-pj {
  width: 100%;
  height: 0.4rem;
  position: relative;
  background-color: #dcddf1;
  overflow: hidden;
  border-radius: 2px;
}
.loader-pj::after {
  content: none !important;
  animation: none !important;
  display: none !important;
}
.loader-pj .loader-bar {
  display: block;
  height: 100%;
  width: 0;
  background-color: #dcddf1;
  transition: width 0.2s linear;
}
.loader-pj .loader-pct {
  display: none;
}

.text-error {
  width: 100%;
  color: #cc1334;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0.2rem 0 0.6rem 0;
}
.text-error a {
  color: #232558;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  margin-left: 0.4rem;
}
.text-error a:hover {
  text-decoration: none;
}/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
