@charset "UTF-8";
/* Base
/* ============================================= */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
textarea {
  resize: none;
}

.pum-alerts {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

/* Base
/* ============================================= */
/* COLORS */
/* ------------------------------------------- */
:root {
  --vamtam-sticky-header-bg-color: $c-white;
}

/* TEXT */
/* ------------------------------------------- */
/* LINKS */
/* ------------------------------------------- */
/* LAYOUT */
/* ------------------------------------------- */
/* BORDER SCREEN */
/* ------------------------------------------- */
/* OTHERS */
/* ------------------------------------------- */
/* FONTS */
/* ------------------------------------------- */
/* MAIN GUTTER */
/* ------------------------------------------- */
/* BREAKPOINTS */
/* ------------------------------------------- */
/* CONTAINER */
/* ------------------------------------------- */
/* HOVER */
/* ------------------------------------------- */
/* TRANSITION */
/* ------------------------------------------- */
/* BUTTONS */
/* ------------------------------------------- */
/* TYPOGRAPHIE */
/* ------------------------------------------- */
/* DÉCORATION */
/* ------------------------------------------- */
/* FORMS */
/* ------------------------------------------- */
.btn a, a.btn, input.btn {
  font-size: 0.936rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding: 16px 24px;
  outline: none;
  border: none;
  transition: all 0.3s ease;
  box-shadow: none;
  border-radius: 100px;
}
.btn a[disabled], a.btn[disabled], input.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.6;
}
.btn a i,
.btn a svg, a.btn i,
a.btn svg, input.btn i,
input.btn svg {
  margin-right: 5px;
}

.btn-light {
  font-weight: 400;
}

a.btn-primary, .btn-primary a, input.btn-primary {
  color: var(--e-global-color-vamtam_accent_1) !important;
  background-color: #ffffff !important;
  border: 2px solid var(--e-global-color-vamtam_accent_1) !important;
}
a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus, .btn-primary a:hover, .btn-primary a:active, .btn-primary a:focus, input.btn-primary:hover, input.btn-primary:active, input.btn-primary:focus {
  color: #ffffff !important;
  background-color: var(--e-global-color-vamtam_accent_1) !important;
}

a.btn-secondary, .btn-secondary a {
  color: #ffffff;
  background: transparent;
  border: 2px solid #037691 !important;
  background-image: linear-gradient(90deg, var(--e-global-color-vamtam_accent_1) 0%, #037691 100%) !important;
}
a.btn-secondary:hover, .btn-secondary a:hover {
  color: var(--e-global-color-vamtam_accent_1) !important;
  background-color: #ffffff !important;
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%) !important;
  border: 2px solid var(--e-global-color-vamtam_accent_1) !important;
}

.btn-white {
  color: #242424;
  background: #ffffff;
  border: 1px solid #d5d5d5;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  color: #242424;
  background: #ffffff;
}

.btn-black {
  color: #ffffff;
  background: #636363;
}
.btn-black:hover, .btn-black:active, .btn-black:focus {
  color: #ffffff;
  background: #242424;
}

.btn-center .elementor-widget-container {
  display: flex;
  justify-content: center;
}

.btn-demarche {
  font-size: 0.936rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding: 16px 24px;
  outline: none;
  border: none;
  transition: all 0.3s ease;
  box-shadow: none;
  border-radius: 100px;
}
.btn-demarche[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.6;
}
.btn-demarche {
  color: #ffffff;
  background: transparent;
  border: 2px solid #037691 !important;
  background-image: linear-gradient(90deg, var(--e-global-color-vamtam_accent_1) 0%, #037691 100%) !important;
}
.btn-demarche:hover {
  color: var(--e-global-color-vamtam_accent_1) !important;
  background-color: #ffffff !important;
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%) !important;
  border: 2px solid var(--e-global-color-vamtam_accent_1) !important;
}
.btn-demarche {
  width: fit-content;
}
.btn-demarche p {
  margin: 0;
}

.bouton-link-demarche .elementor-button-text {
  text-align: left;
}

/* Components
/* ============================================= */
body:not(.elementor-editor-active) .vamtam-sticky-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1 !important;
  pointer-events: auto;
  transform: translateY(0) !important;
  visibility: visible !important;
  z-index: 9999;
}
body:not(.elementor-editor-active) .vamtam-sticky-header .logo-color {
  display: block !important;
}
body:not(.elementor-editor-active) .vamtam-sticky-header .logo-white {
  display: none !important;
}

body:not(.elementor-editor-active) {
  padding-top: var(--vamtam-sticky-header-height, 0px);
}

body:not(.elementor-editor-active) .vamtam-sticky-header .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item:has(.current_page_item) {
  background-color: var(--e-global-color-vamtam_accent_3) !important;
  border-radius: 30px !important;
}
body:not(.elementor-editor-active) .vamtam-sticky-header .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item:has(.current_page_item) > .e-n-menu-title {
  background-color: inherit !important;
}

body:not(.elementor-editor-active) .vamtam-sticky-header.elementor-element-45815fa {
  top: 51px !important;
}

body:not(.home) .vamtam-sticky-header.elementor-element-45815fa {
  background-color: white !important;
}

body:not(.elementor-editor-active).home .vamtam-sticky-header.vamtam-sticky-header--transparent-header:not(.vamtam-sticky-header--fixed-shown):not(.vamtam-sticky-header--fixed-hidden) {
  background-color: transparent !important;
}
body:not(.elementor-editor-active).home .vamtam-sticky-header.vamtam-sticky-header--transparent-header:not(.vamtam-sticky-header--fixed-shown):not(.vamtam-sticky-header--fixed-hidden) .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title:hover:not(.e-current) {
  background: transparent !important;
  background-image: linear-gradient(90deg, var(--e-global-color-vamtam_accent_1) 0%, #037691 100%) !important;
}
body:not(.elementor-editor-active).home .vamtam-sticky-header.vamtam-sticky-header--transparent-header:not(.vamtam-sticky-header--fixed-shown):not(.vamtam-sticky-header--fixed-hidden) .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon i {
  color: white !important;
}
body:not(.elementor-editor-active).home .vamtam-sticky-header.vamtam-sticky-header--transparent-header:not(.vamtam-sticky-header--fixed-shown):not(.vamtam-sticky-header--fixed-hidden) .elementor-widget-n-menu .e-n-menu-title:not(.e-current):hover .e-n-menu-dropdown-icon i {
  color: white !important;
}
body:not(.elementor-editor-active).home .vamtam-sticky-header.vamtam-sticky-header--transparent-header:not(.vamtam-sticky-header--fixed-shown):not(.vamtam-sticky-header--fixed-hidden) .e-n-menu-title-text {
  color: var(--e-global-color-vamtam_accent_1) !important;
}

body:not(.elementor-editor-active).home #ieHeader.is-scrolled .vamtam-sticky-header.vamtam-sticky-header--transparent-header:not(.vamtam-sticky-header--fixed-shown):not(.vamtam-sticky-header--fixed-hidden) .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title:hover:not(.e-current) {
  background: var(--e-global-color-vamtam_accent_3) !important;
}

body:not(.elementor-editor-active).home .vamtam-sticky-header.vamtam-sticky-header--transparent-header.vamtam-sticky-header--fixed-shown,
body:not(.elementor-editor-active).home .vamtam-sticky-header.vamtam-sticky-header--transparent-header.vamtam-sticky-header--fixed-hidden {
  background-color: white !important;
}

body:not(.elementor-editor-active).home #ieHeader:not(.is-scrolled) .vamtam-sticky-header {
  background-color: transparent !important;
}
body:not(.elementor-editor-active).home #ieHeader:not(.is-scrolled) .vamtam-sticky-header .logo-color {
  display: none !important;
}
body:not(.elementor-editor-active).home #ieHeader:not(.is-scrolled) .vamtam-sticky-header .logo-white {
  display: block !important;
}
body:not(.elementor-editor-active).home #ieHeader:not(.is-scrolled) .vamtam-sticky-header .e-n-menu-title-text {
  color: white !important;
}

body:not(.elementor-editor-active).home #ieHeader.is-scrolled .vamtam-sticky-header {
  background-color: white !important;
}
body:not(.elementor-editor-active).home #ieHeader.is-scrolled .vamtam-sticky-header .logo-color {
  display: block !important;
}
body:not(.elementor-editor-active).home #ieHeader.is-scrolled .vamtam-sticky-header .logo-white {
  display: none !important;
}
body:not(.elementor-editor-active).home #ieHeader.is-scrolled .vamtam-sticky-header .elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon i {
  color: var(--e-global-color-vamtam_accent_1) !important;
}
body:not(.elementor-editor-active).home #ieHeader.is-scrolled .vamtam-sticky-header .elementor-widget-n-menu .e-n-menu-title:not(.e-current):hover .e-n-menu-dropdown-icon i {
  color: var(--e-global-color-vamtam_accent_1) !important;
}
body:not(.elementor-editor-active).home #ieHeader.is-scrolled .vamtam-sticky-header .e-n-menu-title-text {
  color: var(--e-global-color-vamtam_accent_1) !important;
}

#second-btn-header {
  border: 2px solid #037691;
}

#btn-top-bar {
  border: 2px solid white;
  padding: 8px 16px;
}

.elementor-987670 .elementor-element.elementor-element-beaec52 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-987670 .elementor-element.elementor-element-beaec52 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after,
.elementor-987670 .elementor-element.elementor-element-743a6ff .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-987670 .elementor-element.elementor-element-743a6ff .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after,
.elementor-987670 .elementor-element.elementor-element-1c7f5ed .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-987670 .elementor-element.elementor-element-1c7f5ed .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after,
.elementor-987670 .elementor-element.elementor-element-81d5cff .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-987670 .elementor-element.elementor-element-81d5cff .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
  background: transparent !important;
  background-image: linear-gradient(90deg, var(--e-global-color-vamtam_accent_1) 0%, #037691 100%) !important;
}

.error-404-page {
  display: flex;
  align-items: center;
  padding: 32px 0 56px;
}
@media screen and (max-width: 767px) {
  .error-404-page {
    padding: 24px 0 40px;
  }
}

.error-404-page__inner {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .error-404-page__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1500px) {
  .error-404-page__inner {
    width: min(100%, 1440px);
    padding-left: unset;
    padding-right: unset;
  }
}

.error-404-page__panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(3, 118, 145, 0.12);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(36, 36, 36, 0.08);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 5vw, 88px);
  align-items: center;
  padding: clamp(32px, 5vw, 72px);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 991px) {
  .error-404-page__panel {
    gap: 32px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .error-404-page__panel {
    padding: 24px 20px;
    border-radius: 22px;
  }
}

.error-404-page__status {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.error-404-page__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #ffffff;
  background: linear-gradient(90deg, var(--e-global-color-vamtam_accent_1) 0%, #037691 100%);
}

.error-404-page__code {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(5.5rem, 14vw, 9rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(3, 118, 145, 0.38);
  text-shadow: 24px 18px 28px rgba(36, 36, 36, 0.06);
}

.error-404-page__content {
  max-width: 580px;
}

.error-404-page__title {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .error-404-page__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .error-404-page__title {
    font-size: 1.75rem;
  }
}
.error-404-page__title {
  margin: 0 0 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: var(--e-global-color-vamtam_accent_1);
}

.error-404-page__description,
.error-404-page__hint {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #242424;
}

.error-404-page__hint {
  margin-top: 16px;
}

.error-404-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.error-404-page__actions .btn {
  width: fit-content;
}

@media screen and (max-width: 991px) {
  .error-404-page__status {
    align-items: center;
    text-align: center;
  }
  .error-404-page__content {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .error-404-page__panel {
    text-align: center;
  }
  .error-404-page__status {
    width: 100%;
  }
  .error-404-page__actions {
    justify-content: center;
  }
}
.wp-block-image .aligncenter {
  text-align: center;
}

.sgeb-share-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.sgeb-share-links__label {
  color: #636363;
  font-size: 0.95rem;
  font-weight: 600;
  margin-right: 0.25rem;
}

.sgeb-share-link {
  align-items: center;
  background-color: var(--e-global-color-vamtam_accent_3) !important;
  appearance: none;
  border: 0;
  border-radius: 999px !important;
  color: var(--e-global-color-vamtam_accent_1) !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem !important;
  height: 2.5rem;
  justify-content: center;
  padding: 0 !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 2.5rem;
}
.sgeb-share-link:visited {
  color: var(--e-global-color-vamtam_accent_1);
}
.sgeb-share-link i {
  color: inherit !important;
}
.sgeb-share-link:hover, .sgeb-share-link:focus-visible {
  background-color: var(--e-global-color-vamtam_accent_1) !important;
  color: #ffffff !important;
}

.ie-form {
  --ie-form-gap: 1rem;
  --ie-form-section-gap: 1rem;
}
.ie-form p {
  margin: 0;
}
.ie-form .ie-form-grid,
.ie-form .ie-form-row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--ie-form-gap);
}
.ie-form .ie-form-row {
  margin-bottom: 1rem;
}
.ie-form .ie-form-row:last-child {
  margin-bottom: 0;
}
.ie-form .ie-form-row > * {
  grid-column: span 12;
}
@media (min-width: 768px) {
  .ie-form .ie-form-row > * {
    grid-column: span 6;
  }
}
.ie-form .ie-form-grid > * {
  grid-column: span 12;
}
.ie-form .ie-form-group,
.ie-form .ie-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.ie-form .ie-form-group span:not(.wpcf7-not-valid-tip),
.ie-form .ie-form-group .wpcf7-form-control-wrap,
.ie-form .ie-form-field span:not(.wpcf7-not-valid-tip),
.ie-form .ie-form-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  min-width: 0;
}
.ie-form .ie-form-group textarea,
.ie-form .ie-form-field textarea {
  width: 100%;
  height: 100px;
}
.ie-form .ie-form-group select,
.ie-form .ie-form-field select {
  width: 100%;
  background-color: white;
}
.ie-form .ie-form-group input:not([type=checkbox]):not([type=radio]),
.ie-form .ie-form-group textarea,
.ie-form .ie-form-group select,
.ie-form .ie-form-field input:not([type=checkbox]):not([type=radio]),
.ie-form .ie-form-field textarea,
.ie-form .ie-form-field select {
  width: 100%;
  min-width: 0;
}
.ie-form .ie-form-group input:not([type=checkbox]):not([type=radio])::placeholder,
.ie-form .ie-form-group textarea::placeholder,
.ie-form .ie-form-field input:not([type=checkbox]):not([type=radio])::placeholder,
.ie-form .ie-form-field textarea::placeholder {
  color: #636363;
  opacity: 1;
}
.ie-form .ie-form-row > .ie-form-col-100,
.ie-form .ie-form-grid > .ie-form-col-100 {
  grid-column: span 12;
}
@media (min-width: 768px) {
  .ie-form .ie-form-row > .ie-form-col-75,
  .ie-form .ie-form-grid > .ie-form-col-75 {
    grid-column: span 9;
  }
}
@media (min-width: 768px) {
  .ie-form .ie-form-row > .ie-form-col-50,
  .ie-form .ie-form-grid > .ie-form-col-50 {
    grid-column: span 6;
  }
}
@media (min-width: 768px) {
  .ie-form .ie-form-row > .ie-form-col-33,
  .ie-form .ie-form-grid > .ie-form-col-33 {
    grid-column: span 4;
  }
}
@media (min-width: 768px) {
  .ie-form .ie-form-row > .ie-form-col-25,
  .ie-form .ie-form-grid > .ie-form-col-25 {
    grid-column: span 3;
  }
}
.ie-form .ie-form-section {
  margin-top: clamp(28px, 4vw, 40px);
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid rgba(36, 36, 36, 0.12);
}
.ie-form .ie-form-section:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.ie-form .ie-form-section-title {
  font-size: 1.35rem;
}
@media screen and (max-width: 991px) {
  .ie-form .ie-form-section-title {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .ie-form .ie-form-section-title {
    font-size: 1.2rem;
  }
}
.ie-form .ie-form-section-title {
  margin: 0;
}
.ie-form .ie-form-section-intro {
  margin: 0;
  line-height: 1.6;
  color: #636363;
  margin-bottom: var(--ie-form-section-gap);
}
.ie-form .ie-form-section-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: var(--ie-form-section-gap);
}
.ie-form .ie-form-separator {
  width: 100%;
  height: 1px;
  margin: 0 0 var(--ie-form-section-gap);
  background: linear-gradient(90deg, var(--e-global-color-vamtam_accent_1) 0%, #037691 100%);
  opacity: 0.2;
}
.ie-form .ie-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: var(--ie-form-section-gap);
}
.ie-form .ie-form-help {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #636363;
}
.ie-form .ie-form-info {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
.ie-form .wpcf7-radio,
.ie-form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}
.ie-form .wpcf7-list-item {
  margin: 0;
}
.ie-form .wpcf7-list-item label:not(.form_confirmation) {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.ie-form .ie-form-confirmation {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ie-form .ie-form-confirmation .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  justify-content: flex-start;
}
.ie-form .ie-form-submit {
  text-align: center;
}
.ie-form .ie-form-submit input {
  font-size: 0.936rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding: 16px 24px;
  outline: none;
  border: none;
  transition: all 0.3s ease;
  box-shadow: none;
  border-radius: 100px;
}
.ie-form .ie-form-submit input[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.6;
}
.ie-form .ie-form-submit input {
  color: var(--e-global-color-vamtam_accent_1) !important;
  background-color: #ffffff !important;
  border: 2px solid var(--e-global-color-vamtam_accent_1) !important;
}
.ie-form .ie-form-submit input:hover, .ie-form .ie-form-submit input:active, .ie-form .ie-form-submit input:focus {
  color: #ffffff !important;
  background-color: var(--e-global-color-vamtam_accent_1) !important;
}
.ie-form .ie-form-submit input {
  width: auto;
}

/* Plugins 
/* ============================================= */
.sgeb-dashboard,
.sgeb-documents {
  border-radius: 14px;
  width: 100%;
  max-width: 1400px;
}

.sgeb-dashboard {
  padding: 0;
}

.sgeb-login,
.sgeb-forgot {
  border-radius: 14px;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1.1rem;
}
@media (min-width: 768px) {
  .sgeb-login,
  .sgeb-forgot {
    padding: 0;
  }
}

.sgeb-documents {
  background: transparent;
  border: none;
  padding: 0;
}

.sgeb-documents__title {
  color: #1d1d1d;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
}

.sgeb-doc-category__title {
  color: #222;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.sgeb-doc-modal-open {
  overflow: hidden;
}

.sgeb-login__title,
.sgeb-forgot__title,
.sgeb-dashboard__header h1,
.sgeb-dashboard__header h2 {
  margin: 0 0 1rem;
  text-align: center;
}

.sgeb-dashboard__header {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .sgeb-dashboard__header {
    align-items: center;
    flex-direction: row;
  }
}

.sgeb-dashboard__logout {
  font-size: 0.936rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding: 16px 24px;
  outline: none;
  border: none;
  transition: all 0.3s ease;
  box-shadow: none;
  border-radius: 100px;
}
.sgeb-dashboard__logout[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.6;
}
.sgeb-dashboard__logout {
  color: var(--e-global-color-vamtam_accent_1) !important;
  background-color: #ffffff !important;
  border: 2px solid var(--e-global-color-vamtam_accent_1) !important;
}
.sgeb-dashboard__logout:hover, .sgeb-dashboard__logout:active, .sgeb-dashboard__logout:focus {
  color: #ffffff !important;
  background-color: var(--e-global-color-vamtam_accent_1) !important;
}

.sgeb-login form,
.sgeb-forgot__form {
  display: grid;
  gap: 0.75rem;
}

.login-submit {
  text-align: center;
}

.sgeb-login label,
.sgeb-forgot label {
  color: #2f2f2f;
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.sgeb-login input[type=text],
.sgeb-login input[type=password],
.sgeb-forgot input[type=text] {
  border: 1px solid #d3cec6;
  border-radius: 8px;
  padding: 0.6rem 0.75rem;
  width: 100%;
}

.sgeb-login input[type=submit] {
  background: #1f2933;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  padding: 0.6rem 1.2rem;
}

.sgeb-forgot__actions,
.sgeb-forgot__back {
  text-align: center;
}

.sgeb-login__forgot {
  font-size: 0.8em;
}

.sgeb-login__forgot a:hover {
  text-decoration: underline;
  color: var(--e-global-color-vamtam_accent_1);
}

.sgeb-forgot__notice {
  color: #1a7f37;
  margin: 0 0 0.75rem;
  text-align: center;
}

.sgeb-login__field-errors {
  margin: 0.05rem 0 0;
}

.sgeb-forgot__error,
.sgeb-login__error {
  color: #b42318;
  margin: 0.05rem 0 0;
}

.sgeb-login__error {
  text-align: left;
}

.sgeb-forgot__error {
  text-align: center;
}

.sgeb-doc-category + .sgeb-doc-category {
  margin-top: 6rem;
}

.sgeb-doc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1rem;
}

.sgeb-doc-card {
  background: var(--e-global-color-vamtam_accent_3);
  border-radius: 24px;
  display: flex;
  column-gap: 0.5rem;
  row-gap: 1rem;
  flex: 0 0 100%;
  flex-direction: column;
  max-width: 100%;
  padding: 15px 10px;
}
@media (min-width: 768px) {
  .sgeb-doc-card {
    flex: 0 0 48%;
    flex-direction: row;
    max-width: 48%;
  }
}
@media (min-width: 992px) {
  .sgeb-doc-card {
    flex: 0 0 30%;
    flex-direction: row;
    max-width: 30%;
  }
}

.sgeb-doc-card__media {
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 0 0 72px;
}

.sgeb-doc-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: space-between;
}

.sgeb-doc-card__thumb {
  border-radius: 8px;
  display: block;
  height: 80px;
  object-fit: cover;
  width: 64px;
}

.sgeb-doc-card__icon {
  display: block;
  height: 80px;
  width: 64px;
}

.sgeb-doc-card__body {
  flex: 0 0 auto;
}

.sgeb-doc-card__title {
  color: #1f1f1f;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.35rem;
}

.sgeb-doc-card__desc {
  color: #4a4a4a;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
  max-height: 2.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sgeb-doc-card__desc.is-expanded {
  max-height: none;
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset;
}

.sgeb-doc-desc-toggle {
  background: none;
  border: 0;
  color: var(--e-global-color-vamtam_accent_1);
  cursor: pointer;
  font-size: 0.85rem;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sgeb-doc-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex: 0 0 auto;
  justify-content: flex-end;
}

a.sgeb-doc-action {
  font-size: 0.936rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding: 16px 24px;
  outline: none;
  border: none;
  transition: all 0.3s ease;
  box-shadow: none;
  border-radius: 100px;
}
a.sgeb-doc-action[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.6;
}
a.sgeb-doc-action {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding: 8px 14px;
}
a.sgeb-doc-action--download {
  color: #ffffff;
  background: transparent;
  border: 2px solid #037691 !important;
  background-image: linear-gradient(90deg, var(--e-global-color-vamtam_accent_1) 0%, #037691 100%) !important;
}
a.sgeb-doc-action--download:hover {
  color: var(--e-global-color-vamtam_accent_1) !important;
  background-color: #ffffff !important;
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%) !important;
  border: 2px solid var(--e-global-color-vamtam_accent_1) !important;
}
a.sgeb-doc-action--view {
  color: var(--e-global-color-vamtam_accent_1) !important;
  background-color: #ffffff !important;
  border: 2px solid var(--e-global-color-vamtam_accent_1) !important;
}
a.sgeb-doc-action--view:hover, a.sgeb-doc-action--view:active, a.sgeb-doc-action--view:focus {
  color: #ffffff !important;
  background-color: var(--e-global-color-vamtam_accent_1) !important;
}

.sgeb-doc-action__icon {
  display: block;
  fill: currentColor;
  height: 16px;
  width: 16px;
}

.sgeb-doc-action__label {
  display: inline-block;
}

.sgeb-doc-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 9999;
}

.sgeb-doc-modal[hidden] {
  display: none;
}

.sgeb-doc-modal__overlay {
  background: rgba(15, 15, 15, 0.6);
  inset: 0;
  position: absolute;
}

.sgeb-doc-modal__dialog {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 95vh;
  max-width: 900px;
  padding: 1rem;
  position: relative;
  width: 92%;
  z-index: 1;
  height: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .sgeb-doc-modal__dialog {
    max-height: 92vh;
  }
}

.sgeb-doc-modal__close {
  font-size: 0.936rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding: 16px 24px;
  outline: none;
  border: none;
  transition: all 0.3s ease;
  box-shadow: none;
  border-radius: 100px;
}
.sgeb-doc-modal__close[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.6;
}
.sgeb-doc-modal__close {
  color: var(--e-global-color-vamtam_accent_1) !important;
  background-color: #ffffff !important;
  border: 2px solid var(--e-global-color-vamtam_accent_1) !important;
}
.sgeb-doc-modal__close:hover, .sgeb-doc-modal__close:active, .sgeb-doc-modal__close:focus {
  color: #ffffff !important;
  background-color: var(--e-global-color-vamtam_accent_1) !important;
}
.sgeb-doc-modal__close {
  width: fit-content;
}

.sgeb-doc-modal__frame {
  border: none;
  flex: 1;
  height: 78vh;
  margin-top: 0.75rem;
  width: 100%;
}

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