/** Propriétés communes respectant la charte graphique **/
@property --color-primary-navy {
  syntax: "<color>";
  inherits: false;
  initial-value: #0a0096;
}

@property --color-primary-heaven {
  syntax: "<color>";
  inherits: false;
  initial-value: #afe1fa;
}

@property --color-primary-azure {
  syntax: "<color>";
  inherits: false;
  initial-value: #0082ff;
}

@property --color-primary-white {
  syntax: "<color>";
  inherits: false;
  initial-value: #ffffff;
}

@property --color-primary-destiny {
  syntax: "<color>";
  inherits: false;
  initial-value: #ffe6be;
}

@property --color-primary-peach {
  syntax: "<color>";
  inherits: false;
  initial-value: #ffaf96;
}

@property --color-primary-salmon {
  syntax: "<color>";
  inherits: false;
  initial-value: #ff735f;
}

@property --color-alt-blue {
  syntax: "<color>";
  inherits: false;
  initial-value: #cbcbfa;
}

@property --color-light-gray {
  syntax: "<color>";
  inherits: false;
  initial-value: #f6f6f6;
}

@property --color-outline-blue {
  syntax: "<color>";
  inherits: false;
  initial-value: #0a76f6;
}

@property --color-very-light-gray {
  syntax: "<color>";
  inherits: false;
  initial-value: #f0f0f0;
}

.header {
  background-color: var(--color-primary-white);
  min-height: 10vh;
}

.header-upper {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  padding: 0px 30px 0px 30px;
  min-height: 21.319vh;
}

.header-lower {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 52px;
  background-color: var(--color-primary-navy);
}

.logo-container {
  align-self: center;
}

.asnr-logo {
  width: 23.622vw;
}

.header-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}

.app-title {
  color: var(--color-primary-navy);
  font-family: Arial;
  font-size: 5.5vw;
  font-weight: 600;
  letter-spacing: 0.5vw;
  margin-block-start: 0;
  margin-block-end: 0;
}

.app-subtitle {
  color: var(--color-primary-navy);
  font-family: Arial;
  font-style: italic;
  font-size: 1.11vw;
  letter-spacing: 0.03rem;
  margin-block-start: 0;
  margin-block-end: 0;
  text-align: center;
}

.slogan {
  margin-left: 40px;
  font-weight: 400;
  color: white;
  font-style: italic;
}

.header-buttons-container {
  display: flex;
  flex-wrap: wrap;
}

@media (2220px <= width) {
  .app-title {
    color: var(--color-primary-navy);
    font-family: Arial;
    font-size: 120px;
    font-weight: 600;
    letter-spacing: 11.1px;
    margin-block-start: 0;
    margin-block-end: 0;
  }

  .app-subtitle {
    color: var(--color-primary-navy);
    font-family: Arial;
    font-style: italic;
    font-size: 24.64px;
    letter-spacing: 0.48px;
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: center;
  }

  .asnr-logo {
    width: 524.4px
  }
}

.btn-primary {
  border: 1px solid white;
  background-color: var(--color-primary-navy);
  color: white;
  padding: 2px 20px;
  cursor: pointer;
}

.header-btn {
  min-height: 2.315rem;
  margin: 5px 10px;
  font-size: 1.125rem;
  font-weight: 500;
  align-content: center;
  text-decoration: none;
  text-transform: uppercase;
}

  .header-btn:hover {
    background-color: var(--color-primary-azure);
    text-decoration: none
  }

.btn-white {
  color: var(--color-primary-navy);
  background-color: var(--color-primary-white);
}

  .btn-white:hover {
    background-color: var(--color-primary-destiny);
  }

/* Ligne sélectionnée dans la grid*/
.selectedRowStyle {
  border-style: dashed;
  border-width: 3px;
  border-color: red;
}

.modalPopupOut {
  height: 350px;
  width: 700px;
}

.ModalPopupBackGround {
  background-color: var(--color-primary-navy);
  opacity: 0.2;
}

.modal-header {
  background-color: var(--color-primary-navy);
  min-height: 16.5px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  background-color: var(--color-primary-heaven);
  position: relative;
  padding: 20px;
  text-align: left;
}

.modal-footer {
  background-color: var(--color-primary-navy);
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.boutonModal {
  border: 1px solid #4980c1;
  cursor: hand;
  height: 30px;
  width: 110px;
  Font-Names ="Arial";
}

  .boutonModal:hover {
    border: 1px solid #4980c1;
    background-color: #d2d3d3;
    cursor: hand;
    height: 30px;
    width: 110px;
  }

.boutonForum {
  border: 1px solid Black;
  cursor: hand;
  height: 30px;
  width: 140px;
  Font-Names ="Arial";
}

  .boutonForum:hover {
    border: 1px solid Black;
    background-color: Gray;
    cursor: hand;
    height: 30px;
    width: 140px;
  }

/** Styles généraux*/
body {
  margin: 0px;
  margin-bottom: 0px;
  overflow: scroll;
  height: 100%;
  width: 100%;
  font-family: Arial;
  font-size: 10pt;
}

.boutonSimple {
  border: 1px solid #4980c1;
  cursor: hand;
}

  .boutonSimple:hover {
    border: 1px solid #4980c1;
    background-color: #d2d3d3;
    cursor: hand;
  }

.listeDeroulante {
  float: right;
}

.CompareValidator {
  color: Red;
}

/** Page accueil*/
/* wrapper wears color */
.btn-wrapper {
    position: relative;
    margin: 10px 0;
}

.btn-wrapper::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 100%;
    border-radius: 8px 0 0 8px;
    pointer-events: none;
}

.btn-wrapper.blue::before {
    background: #86add3;
}

.btn-wrapper.yellow::before {
    background: #fff2b2;
}

.btn-wrapper.red::before {
    background: #e64045;
}

.btn-wrapper.green::before {
    background: #9ccc65;
}

.btn-wrapper.orange::before {
    background: #f57c00;
}

.btn-wrapper.purple::before {
    background: #7e7ab8;
}

.btn-wrapper.black::before {
    background: #000000;
}

.btn-wrapper:hover::before {
    filter: brightness(1.25);
}

.input-card {
    width: 175px;
    height: 58px;
    padding-left: 20px;
    border: none;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.25s ease, filter 0.25s ease, transform 0.15s ease;
    white-space: normal;
}

.btn-wrapper:hover .input-card {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
}

.btn-wrapper:active .input-card {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.input-card.selected {
    font-weight: bold;
}

.DescriptifRecherche {
    margin-left: 0px;
    font-size: medium;
    font-weight: 600;
    margin-bottom: 10px;
    font-style: italic; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    background-image: linear-gradient(to right, #c6d7ef, white); /* IE6-9 */
}

/*taleau contenant les données*/
.datatable_fiches {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

.datatable_btn_securite {
  background: url("/img/securite.png") no-repeat;
  border-style: none;
  width: 16px;
  height: 16px;
  cursor: hand;
}

.btn_pdf_icon {
  background: url("/img/pdf_icon_16x16.png") no-repeat;
  border-style: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.btn_preview_icon {
  background: url("/img/visibility.png") no-repeat;
  border-style: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.datatable_colonne_titre {
  border-left-style: none;
  max-width: 500px;
}

/*Affichage détaillé d'une fiche*/
.fiche_de_synthese {
  background-color: #d2d3d3;
  padding-top: 0px;
  padding-bottom: 10px;
}

.table_fiche_de_synthese {
  width: 100%;
}

.table_fiche_de_synthese_td_gauche {
  padding: 8px 5px 8px 15px;
}

.table_fiche_de_synthese_td_droit {
  padding: 8px 25px 8px 5px;
}

/*Zone de filtrage*/
.BoxFiltrage[disabled] {
  Font-Names =Arial;
  font-size: 12px;
  vertical-align: middle;
  text-align: left;
  width: 180px;
  background-color: #d3d3d3;
}

.BoxFiltrage {
  Font-Names =Arial;
  font-size: 12px;
  vertical-align: middle;
  text-align: left;
  width: 180px;
}

.PopupControlExtender {
  border: 1px solid Black;
  background-color: White;
  Font-Names =Arial;
  visibility: hidden;
  overflow: scroll;
  width: 180px;
  max-height: 100px;
  margin-left: 0px;
  margin-right: 73px;
}

.Bouton_Text {
  border: 1px solid Black;
  cursor: pointer;
}

.panelProgess {
  vertical-align: middle;
  text-align: left;
  width: 25%;
  height: 100%;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-top: 4px;
}

.EnteteAccordeonBandeauDegrade {
  background-color: #d2d3d3;
}

.EnteteAccordeonBandeauTexte {
  font-size: medium;
  font-weight: bold;
  text-indent: 40px;
  vertical-align: text-top;
}

.LB_SaisieAssistee {
  border: none;
  width: 100%;
}

/* entête des onglets des accordéons appliqué sur l'objet Accordion */
.accordionHeaderSelected {
  font-weight: bold;
  color: #222;
  text-decoration: none;
  background-image: url("/img/imgPanelReduire.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: #d2d3d3;
  padding-top: 0px;
  padding-left: 0px;
  cursor: pointer;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.accordionHeader {
  font-weight: normal;
  color: #222;
  text-decoration: none;
  background-image: url("/img/imgPanelEtendre.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: #d2d3d3;
  vertical-align: text-top;
  padding-top: 0px;
  padding-left: 0px;
  cursor: pointer;
  height: 35px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.accordionContent {
  padding-top: 10px;
  text-decoration: none;
  background-color: #d2d3d3;
  cursor: pointer;
  margin-right: 0px;
  margin-left: 0px;
}

/** Contact*/
.ContactTr {
  height: 30px;
}

/** Register page */
.wrapper {
  display: flex;
  justify-content: center;
}

#title {
  text-align: center;
}

.inner {
  position: relative;
  width: 435px;
}

#register_form {
  position: relative;
  padding: 10px 10px 10px;
  background: var(--color-very-light-gray);
}

#btnRegister {
  margin-top: 2em;
}

#subtitle {
  display: block;
  margin-bottom: 2em;
}

#txtEmail {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#btnSendResetLink {
  margin-top: 0.7em;
}

/* Forum */
.forum-header {
  font-size: x-large;
  color: var(--color-primary-navy)
}

.new-thread-title {
  color: white;
}
/* Utilisateur */
.section-title {
  color: var(--color-primary-navy);
  font-size: x-large;
}

.grid-zone-saisie {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 50% 50%
}

.zoneSaisie {
  background-color: var(--color-very-light-gray);
  padding: 10px;
  height: auto;
}

.save-zone-saisie {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2em;
}

  .save-zone-saisie .Bouton_Text {
    width: 90px;
    height: 19px;
  }

/* ============================
   Composant sélecteur de langue
   ============================ */

.header-translate {
  align-self: center;
  justify-self: end;
  position: relative;
  text-transform: uppercase;
}

.header-translate__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: var(--color-primary-white);
  color: var(--color-primary-navy);
  border: 2px solid var(--color-primary-navy);
  cursor: pointer;
  text-transform: uppercase;
}

  .header-translate__button:hover {
    background-color: var(--color-light-gray);
  }

  /* Focus accessibilité */
  .header-translate__button:focus-visible {
    outline: 2px solid var(--color-outline-blue);
    outline-offset: 2px;
  }

.header-translate__arrow {
  width: 16px;
  height: 16px;
  display: block;
  stroke-width: 3;
  fill: none;
  transform: rotate(0deg);
  transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1) 40ms;
}

.header-translate--open .header-translate__arrow {
  transform: rotate(180deg);
}

/* Transition accessibilité */
@media (prefers-reduced-motion: reduce) {
  .header-translate__arrow {
    transition: none;
  }
}

.header-translate__options-wrapper {
  position: absolute;
  width: stretch;
}

.header-translate__options {
  margin-top: 0;
  padding: 0;
  list-style: none;
  background-color: var(--color-primary-white);
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 120ms ease-out, transform 120ms ease-out, visibility 0ms linear 120ms;
}

.header-translate--open .header-translate__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 120ms ease-out, transform 120ms ease-out;
}

a.header-translate__action {
  display: block;
  padding: 0.5rem 0.75rem;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  color: var(--color-primary-navy);
  background-color: var(--color-primary-white);
  position: relative;
}

  a.header-translate__action:hover {
    background-color: var(--color-light-gray);
    text-decoration: none;
  }

  a.header-translate__action[aria-current="true"] {
    color: var(--color-primary-navy);
    background-color: var(--color-alt-blue);
    padding-left: 0.625rem;
  }

    a.header-translate__action[aria-current="true"]::before {
      position: absolute;
      content: "";
      left: 0;
      width: 4px;
      height: 50%;
      background-color: var(--color-primary-navy);
    }
