/* #region "./assets/sass/style.scss" */
/*
- type: css/auto
*/
@charset "UTF-8";
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Medium Screens */
/* XLarge Devices, Wide Screens */
/* XXLarge Devices, Wide Screens */
/* Background color */
.bcg-primary {
  background-color: #004A70;
}

.bcg-secondary {
  background-color: #0085AC;
}

.bcg-tertiary {
  background-color: #D4E4EF;
}

.bcg-white {
  background-color: #fff;
}

/* Text Color */
.tc-primary {
  color: #004A70;
}

.tc-secondary {
  color: #0085AC;
}

.tc-tertiary {
  color: #D4E4EF;
}

.tc-white {
  color: #fff;
}

/* Font weights */
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

/* Text alignements */
.tc-center {
  text-align: center;
}

.tc-left {
  text-align: left;
}

.tc-right {
  text-align: right;
}

/* Font styles */
.fs-italic {
  font-style: italic;
}

/* Line heights */
.lh-1 {
  line-height: 1.2;
}

/* Style du formulaire de recherche - docuthèque */
.search-form__docutheque {
  display: flex;
  align-items: center;
  border: 1px solid #A6BECE;
  border-radius: 42px;
}

/* Style du input[type:text]*/
.search-form__docutheque input[type=text] {
  font-size: 1.6rem;
  padding: 20px;
  color: #004A70;
  border: none;
  background-color: transparent;
  font-weight: 700;
  border-radius: 42px;
  padding-left: 25px;
  width: 100%;
}
.search-form__docutheque input[type=text]::placeholder {
  color: #004A70;
  font-weight: 700;
}

/* Style du button type='submit' */
.search-form__docutheque button[type=submit] {
  background-image: url(/wp-content/plugins/tribu_docutheque/frontend/public/assets/svg/search-icon--big.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  font-size: 0.1px;
  border-radius: 50%;
  padding: 20px;
  margin: 10px;
}
.search-form__docutheque button[type=submit]:hover, .search-form__docutheque button[type=submit]:focus {
  background-color: #004A70;
}

/* Media query for 992px */
@media screen and (min-width: 992px) {
  .search-form__docutheque input[type=text] {
    min-width: 280px;
  }
}
/* Media query for 1200px */
@media screen and (min-width: 1200px) {
  .search-form__docutheque input[type=text] {
    min-width: 460px;
  }
}
/* Style of the filter form title */
.filters__title {
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Style of the filter form component */
.filters-form {
  display: flex;
  flex-direction: column;
  color: #A8A8A8;
  font-size: 1.2rem;
  flex-wrap: wrap;
}
.filters-form::placeholder {
  color: #A8A8A8;
}

.filters-form__selects {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px;
  border-radius: 8px;
}

.filters-form__radio {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.filters-form__radio input[type=radio] {
  appearance: none;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #BDCBD5;
  padding: 4px;
}
.filters-form__radio input[type=radio]:checked {
  background: #0085AC;
}
.filters-form__radio label {
  cursor: pointer;
  color: #004A70;
  font-weight: 500;
}
.filters-form__radio div {
  display: flex;
  align-items: center;
  gap: 7px;
}

.filters-form__selects-select {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

/* Style for the select elements of the form */
.filters-form select {
  appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 7px;
  padding: 17px 10px;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #A5ACC6;
  background-image: url(/wp-content/plugins/tribu_docutheque/frontend/public/assets/svg/chevron-down-primary.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 95% center;
  width: 100%;
}

/* Style for the button[type=submit] element of the form */
.filters-form button[type=submit] {
  background-color: #004A70;
  width: 100%;
  font-size: 1.6rem;
  border-radius: 7px;
  padding: 15px 0;
  font-weight: 700;
}
.filters-form button[type=submit]:hover, .filters-form button[type=submit]:focus {
  color: #fff;
  background-color: #004A70;
}

/* Style for the container of the reset button of the form */
.filters-form__reset {
  text-align: right;
  padding-top: 10px;
}

/* Style of the reset button of the form */
.filters-form__reset-button {
  border: none;
  text-decoration: underline;
  font-size: 1.2rem;
  background-color: transparent;
}
.filters-form__reset-button:hover, .filters-form__reset-button:focus {
  text-decoration: none;
}

/* Media query for 620px */
@media screen and (min-width: 620px) {
  .filters-form select {
    flex-basis: 48.5%;
  }
}
/* Media query for 992px */
@media screen and (min-width: 992px) {
  .filters-form__selects {
    flex-wrap: nowrap;
  }
  .filters-form select {
    min-width: 150px;
    flex-basis: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .filters-form select {
    min-width: 190px;
  }
}
/* Media query for 1200px */
@media screen and (min-width: 1400px) {
  .filters-form {
    font-size: 1.4rem;
  }
  .filters-form select {
    min-width: 211px;
  }
  /* Specific style for the select #specialty element of the form */
  .filters-form select#specifites {
    min-width: 240px;
  }
}
/* Style of the document component */
.documents .document {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 10px 15px;
  flex-wrap: wrap;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

/* Style of the title of the document component */
.documents__columns-title {
  display: flex;
  justify-content: space-between;
}

.document__title {
  font-size: 1.6rem;
}

.document__heading {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

/* Style of the columns of the document component */
.document__infos {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  color: #A8A8A8;
  font-size: 1.4rem;
}

/* Style of the buttons of the document component */
.documents .document__infos-buttons {
  display: flex;
  gap: 10px;
}

.document__infos-content {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.document__infos-content p {
  margin: 0;
}

/* Interactive button to download or visualize the document */
.document__infos .document-btn {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  height: 20px;
}

.documents__columns-title {
  margin-bottom: 20px;
}

/* Style of the column date of the document component */
.documents__columns-title .column-date {
  flex-basis: 30%;
}

/* Media query for 992px */
@media screen and (min-width: 992px) {
  .documents .document {
    flex-wrap: nowrap;
  }
  .documents .document__infos {
    gap: 40px;
    justify-content: flex-end;
    max-width: 356px;
  }
}
/* Media query for 1200px */
@media screen and (min-width: 1200px) {
  .documents .document__infos {
    gap: 70px;
  }
  .documents__columns-title .column-date {
    flex-basis: 32.5%;
  }
  .document__infos-content {
    gap: 40px;
  }
}
/* En-tête de page + formulaire de recherche */
.hero-banner .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

/* Petal custom style for the specific case */
.hero-banner__heading .petal-title {
  padding-left: 0;
}

.hero-banner__heading .petal-title svg {
  left: -55px;
}

.hero-banner__search {
  width: 100%;
}

.hero-banner__title {
  margin-bottom: 10px;
}

/* Section filtres */
.filters {
  padding-top: 32px;
}

/* Section documents */
.documents {
  padding-top: 20px;
}

/* Media query for 992px */
@media screen and (min-width: 992px) {
  .hero-banner {
    padding-top: 50px;
  }
  .hero-banner__search {
    width: auto;
  }
  .hero-banner .container {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
  }
  .hero-banner .container:after {
    content: "";
    display: block;
    background-color: #0085AC;
    position: absolute;
    bottom: -35px;
    left: 0;
    height: 1px;
    width: 100%;
  }
  .filters {
    padding-top: 70px;
  }
}
/* Media query for 1200px */
@media screen and (min-width: 1200px) {
  .hero-banner {
    padding-top: 70px;
  }
}
/* #endregion "./assets/sass/style.scss" */


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