/** 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;
}

.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: space-between;
  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;
}

  .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*/
.btn_entrainement_aerodynamique {
  background: url("img/btn_entrainement_aerodynamique.png");
  background-repeat: no-repeat;
  width: 175px;
  height: 65px;
  border: 0;
  cursor: hand;
}

  .btn_entrainement_aerodynamique:hover {
    background: url("img/btn_entrainement_aerodynamique_hover.png");
    background-repeat: no-repeat;
  }

.btn_entrainement_aerodynamique_select {
  background: url("img/btn_entrainement_aerodynamique_hover.png");
  background-repeat: no-repeat;
  width: 175px;
  height: 65px;
  border: 0;
  cursor: hand;
}

.btn_decoupe {
  background: url("img/btn_decoupe.png");
  background-repeat: no-repeat;
  width: 175px;
  height: 65px;
  border: 0;
  cursor: hand;
}

  .btn_decoupe:hover {
    background: url("img/btn_decoupe_hover.png");
    background-repeat: no-repeat;
  }

.btn_decoupe_select {
  background: url("img/btn_decoupe_hover.png");
  background-repeat: no-repeat;
  width: 175px;
  height: 65px;
  border: 0;
  cursor: hand;
}

.btn_thermique {
  background: url("img/btn_thermique.png");
  background-repeat: no-repeat;
  width: 175px;
  height: 65px;
  border: 0;
  cursor: hand;
}

  .btn_thermique:hover {
    background: url("img/btn_thermique_hover.png");
    background-repeat: no-repeat;
  }

.btn_thermique_select {
  background: url("img/btn_thermique_hover.png");
  background-repeat: no-repeat;
  width: 175px;
  height: 65px;
  border: 0;
  cursor: hand;
}

.btn_chute {
  background: url("img/btn_chute.png");
  background-repeat: no-repeat;
  width: 175px;
  height: 65px;
  border: 0;
  cursor: hand;
}

  .btn_chute:hover {
    background: url("img/btn_chute_hover.png");
    background-repeat: no-repeat;
  }

.btn_chute_select {
  background: url("img/btn_chute_hover.png");
  background-repeat: no-repeat;
  width: 175px;
  height: 65px;
  border: 0;
  cursor: hand;
}

.btn_variation_de_pression {
  background: url("img/btn_variation_de_pression.png");
  background-repeat: no-repeat;
  width: 175px;
  height: 65px;
  border: 0;
  cursor: hand;
}

  .btn_variation_de_pression:hover {
    background: url("img/btn_variation_de_pression_hover.png");
    background-repeat: no-repeat;
  }

.btn_variation_de_pression_select {
  background: url("img/btn_variation_de_pression_hover.png");
  background-repeat: no-repeat;
  width: 175px;
  height: 65px;
  border: 0;
  cursor: hand;
}

.btn_divers {
  background: url("img/btn_divers.png");
  background-repeat: no-repeat;
  width: 190px;
  height: 65px;
  border: 0;
  cursor: hand;
}

  .btn_divers:hover {
    background: url("img/btn_divers_hover.png");
    background-repeat: no-repeat;
  }

.btn_divers_select {
  background: url("img/btn_divers_hover.png");
  background-repeat: no-repeat;
  width: 190px;
  height: 65px;
  border: 0;
  cursor: hand;
}

.btn_retour {
  background: url("img/btn_retour.png");
  background-repeat: no-repeat;
  width: 175px;
  height: 65px;
  border: 0;
  cursor: hand;
}

  .btn_retour:hover {
    background: url("img/btn_retour_hover.png");
    background-repeat: no-repeat;
  }

.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: hand;
}

.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: #f0f0f0;
}

#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;
}