.header {
  margin: auto;
  display: flex;
  justify-content: space-between;
  max-width: 1230px;
  padding: 26px 0;
}
.header_logo {
  max-width: 110px;
}
.header_nav ul {
  list-style: none;
}
.header_nav ul li {
  font-size: 20px;
}
.header_nav ul li a {
  text-decoration: none;
  color: #1F778D;
}
.header_nav .logout-button {
  background: transparent;
  border: none;
  color: #1F778D;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.header_nav .logout-button:hover {
  color: #8DCBCE;
}
@media screen and (max-width: 768px) {
  .header_nav .logout-button {
    font-size: 16px;
  }
}
.header.border-bottom {
  border-bottom: solid 1px #1F778D;
}
@media screen and (max-width: 768px) {
  .header {
    margin: 0 20px;
    align-items: center;
  }
  .header_logo {
    max-width: 85px;
  }
}

body.home {
  background-image: url("/wp-content/themes/arria-theme/images/arria-home-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
}
body.home h1 {
  font-size: 48px;
  color: #1F778D;
  display: flex;
  justify-content: center;
  max-width: none;
  background: none;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  body.home h1 {
    font-size: 35px;
    padding: 0 0 25px 0;
  }
}
body.home .post-10 {
  margin-top: 132px;
}
@media screen and (max-width: 768px) {
  body.home .post-10 {
    margin-top: 75px;
  }
}
body.home .entry-content {
  display: block;
}

.b-form_form {
  max-width: 328px;
  margin: auto;
  border: solid 1px #fff;
  padding: 20px;
}

.frm_primary_label {
  color: white !important;
  font-size: 18px !important;
}
.frm_primary_label .frm_required {
  color: white !important;
}

input {
  background: transparent !important;
  border: solid 1px white !important;
  border-radius: 0 !important;
}

.with_frm_style input[type=text],
.with_frm_style input[type=password] {
  color: white !important;
  font-family: "Alexandria", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  font-weight: 100;
}

.frm_show_password_btn svg path {
  fill: white !important;
}

.frm_button_submit {
  background: white !important;
  border: none !important;
  color: #1F778D !important;
  font-weight: 400 !important;
  width: 100% !important;
  border-radius: 100px !important;
  font-weight: bold !important;
  font-family: "Alexandria", Arial, Helvetica, sans-serif !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.frm_style_style-formidable.with_frm_style .frm_submit button {
  font-weight: 400 !important;
  font-size: 18px;
}

.frm_style_style-formidable.with_frm_style .frm_submit button:hover {
  background: #1F778D !important;
  border-color: #1F778D !important;
  color: white !important;
  box-shadow: none !important;
}

.form-field {
  margin-bottom: 0 !important;
}

.frm_required_field {
  margin-bottom: 20px !important;
}

.with_frm_style .frm_form_fields > fieldset {
  padding: 0 !important;
}

.b-form_form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b-form_form form label {
  color: white !important;
  font-size: 18px !important;
  font-family: "Alexandria", Arial, Helvetica, sans-serif;
}
.b-form_form form .form-id,
.b-form_form form .form-mdp {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.b-form_form form .form-id input,
.b-form_form form .form-mdp input {
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 200;
  color: white;
  font-family: "Alexandria", Arial, Helvetica, sans-serif;
}
.b-form_form form .form-id input:focus-visible,
.b-form_form form .form-mdp input:focus-visible {
  outline: transparent;
}
.b-form_form form .btn-connexion {
  font-weight: 400 !important;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 18px;
  background: white !important;
  border: none !important;
  color: #1F778D !important;
  width: 100% !important;
  border-radius: 100px !important;
  font-family: "Alexandria", Arial, Helvetica, sans-serif !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.b-form_form form .btn-connexion:hover {
  background: #1F778D !important;
  border-color: #1F778D !important;
  color: white !important;
  box-shadow: none !important;
}

.b-docs {
  display: flex;
  margin: auto;
  max-width: 1230px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .b-docs {
    flex-direction: column;
    padding: 20px 20px;
  }
}
.b-docs_filters {
  width: 17%;
  padding-right: 2rem;
  border-right: solid 1px #1F778D;
}
@media screen and (max-width: 768px) {
  .b-docs_filters {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
.b-docs_filters--ttl {
  font-size: 16px;
  color: #1F778D;
  font-weight: 600;
  margin: 0;
  text-decoration: underline;
  padding-bottom: 18px;
}
.b-docs_filters ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .b-docs_filters ul {
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 1rem;
  }
}
.b-docs_filters ul li {
  font-size: 14px;
  font-weight: 600;
  color: #1F778D;
}
.b-docs_filters ul li label {
  padding: 0 !important;
  pointer-events: all;
  cursor: pointer;
}
.b-docs_filters ul li .sf-input-radio {
  display: none;
}
.b-docs_filters ul li .sf-option-active {
  background-color: #1F778D;
  padding: 5px 15px;
  border-radius: 60px;
  width: fit-content;
}
.b-docs_filters ul li .sf-option-active label {
  color: white;
  padding: 0;
}
.b-docs_ctn {
  width: 80%;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .b-docs_ctn {
    width: 100%;
    padding-left: 0;
  }
}
.b-docs_results--ttl {
  color: white;
  background: #1F778D;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 15px;
}
.b-docs_results--result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #1F778D;
}
@media screen and (max-width: 768px) {
  .b-docs_results--result {
    flex-direction: column;
    padding-bottom: 1rem;
    align-items: flex-start;
  }
}
.b-docs_results--result-ttl {
  color: #1F778D;
  font-size: 14px;
  font-weight: 400;
}
.b-docs_results--result-infos {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .b-docs_results--result-infos {
    width: 100%;
  }
}
.b-docs_results--result-infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-docs_results--result-infos span, .b-docs_results--result-infos a {
  color: #1F778D;
  font-size: 14px;
  font-weight: 400;
}
.b-docs_results--result-doc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .b-docs_results--result-doc {
    width: 100%;
  }
}
.b-docs_results--result-number {
  color: #1F778D;
  font-size: 14px;
  font-weight: 400;
  width: 20px;
}
.b-docs_results--result-date {
  width: 100px;
}
.b-docs_results--result-download {
  background: #EE7C60;
  padding: 5px 10px;
  border-radius: 20px;
  color: white !important;
  text-decoration: none;
}
.b-docs_results--result-version {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .b-docs_results--result-version {
    display: none;
  }
}
.b-docs_no-results p {
  color: #1F778D;
  font-size: 14px;
  font-weight: 400;
}

/**
 * Fonts
*/
@font-face {
  font-family: "Alexandria";
  src: url("/wp-content/themes/arria-theme/fonts/Alexandria-Light.woff2") format("woff2"), url("/arria/site-arria/wp-content/themes/arria-theme/fonts/Alexandria-Light.woff") format("woff"), url("/wp-content/themes/arria-theme/fonts/Alexandria-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("/wp-content/themes/arria-theme/fonts/Alexandria-Regular.woff2") format("woff2"), url("/wp-content/themes/arria-theme/fonts/Alexandria-Regular.woff") format("woff"), url("/wp-content/themes/arria-theme/fonts/Alexandria-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("/wp-content/themes/arria-theme/fonts/Alexandria-SemiBold.woff2") format("woff2"), url("/wp-content/themes/arria-theme/fonts/Alexandria-SemiBold.woff") format("woff"), url("/wp-content/themes/arria-theme/fonts/Alexandria-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("/wp-content/themes/arria-theme/fonts/Alexandria-Bold.woff2") format("woff2"), url("/wp-content/themes/arria-theme/fonts/Alexandria-Bold.woff") format("woff"), url("/wp-content/themes/arria-theme/fonts/Alexandria-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Alexandria", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h1 {
  color: white;
  font-weight: 600;
  font-size: 64px;
  display: flex;
  justify-content: center;
  padding: 93px 0;
  max-width: 1230px;
  margin: auto;
  background: url("/wp-content/themes/arria-theme/images/arria-home-bg.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
    padding: 50px 20px;
  }
}

body {
  margin: 0 !important;
}

/*# sourceMappingURL=style.css.map */
