h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 550;
    color: #2571BC;
}


#c577 {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

/* section footer */
.footer-section-meta {
    background: #2571bc;
    --frame-color: #ffffff;
    --frame-background: #5BC4BE;
    --frame-link-color: #3D9BE9;
    --frame-link-hover-color: #ffffff;
}
.footer-copyright p {
    font-size: 0.8rem;
}

/* bouton autoscroll vert */
.scroll-top {
    --scrolltop-bg: #2571bc;
}

.navbar-mainnavigation .navbar-brand {
    margin-right: 40px;
    height: 
} 

/* =============================================================
   Navbar dropdown
   Mouse  : CSS :hover on .nav-item (JS not involved at all)
   Touch  : JS toggles .open class on .nav-item
            1st tap on nav-link → open dropdown
            2nd tap on same nav-link → navigate
   Level 2 : displayed inline with indentation (no sub-popup)
   ============================================================= */

/* --- Level 1 layout ----------------------------------------- */
.nav-item {
  position: relative;
}

.nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 14px 12px;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
}

.nav-item:hover > .nav-link,
.nav-item.open  > .nav-link {
  color: var(--bs-primary, #0d6efd);
}

/* Arrow on the nav-link text (optional visual cue) */
.nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 6px;
  font-size: 10px;
  content: "▾";
  transition: transform 0.2s ease;
  vertical-align: middle;
  border: none; /* override Bootstrap default caret */
}

.nav-item:hover > .nav-link.dropdown-toggle::after,
.nav-item.open  > .nav-link.dropdown-toggle::after {
  transform: rotate(180deg);
}

/* =============================================================
   Level 1 dropdown — hidden by default
   ============================================================= */
.dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 240px;
  list-style: none;
  padding: 6px 0;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.show .dropdown-menu {
  background: transparent;
}

/* Mouse: CSS :hover */
.nav-item:hover > .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Touch: JS .open class */
.nav-item.open > .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* =============================================================
   Level 1 dropdown items
   ============================================================= */
.dropdown-menu .dropdown-item {
  display: block;
  padding: 8px 16px;
  font-size: 0.875rem;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background: rgba(0, 0, 0, 0.05);
  color: var(--bs-primary, #e7f3fa);
  outline: none;
}

.dropdown-menu .dropdown-item.active {
  font-weight: 500;
  color: var(--bs-primary, #e7f3fa);
}

/* =============================================================
   Level 2 — inline indented inside the same dropdown
   No popup, no absolute positioning
   ============================================================= */
.has-sub > .dropdown-item {
  font-weight: 500;
  color: inherit;
}

.nav-level-2 {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.08);
  margin-left: 16px;
  margin-bottom: 4px;
}

.nav-level-2 li {
  display: block;
}

.nav-level-2 .dropdown-item {
  display: block;
  padding: 6px 12px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  white-space: normal;
}

.nav-level-2 .dropdown-item:hover,
.nav-level-2 .dropdown-item:focus {
  background: rgba(0, 0, 0, 0.04);
  color: var(--bs-primary, #0d6efd);
  outline: none;
}

.nav-level-2 .dropdown-item.active {
  color: var(--bs-primary, #e7f3fa);
  font-weight: 500;
}

/* Supprime le caret Bootstrap (triangle en border) */
.navbar-nav .nav-link.dropdown-toggle::after {
  display: none !important;
}

/* Supprime tout ::after/::before sur le button du thème */
.navbar-nav .nav-item > button::after,
.navbar-nav .nav-item > button::before {
  display: none !important;
}

/* Cache le button lui-même si le thème l'injecte quand même */
.navbar-nav .nav-item > button {
  display: none !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #e7f3fa;
    background-image: var(--bs-gradient);
}

.frame {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

.navbar-mainnavigation .nav-link-icon,
.navbar-mainnavigation .nav-link-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #00000082;
}
.navbar-mainnavigation li.active .nav-link-text {
    color: #000000;
}

.navbar-mainnavigation .nav-link-text:hover {
    color: #000000;
}
.frame-collapsible,
.frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
.frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
.frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
.frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
.frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) {
    margin-top: -1.5rem;
}

.navbar-default-transition,
.navbar-inverse-transition, 
.navbar-default-transition:not(.navbar-transition),
.navbar-inverse-transition:not(.navbar-transition)
{
    background: linear-gradient(#97CEF7, #518FDA) !important;
    overflow:hidden;
}

/* ============================================================
   Styles globaux
   ============================================================ */
.breadcrumb-section {
    background-color: #FFFFFF;
    padding-top: 10px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem; /* FIX: valeur manquante */
    list-style: none;
    background-color: #FFFFFF;
}

.subnav-nav {
    font-size: 1.05rem;
}

.frame {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

.dropdown-item.active,
.dropdown-item:active {
    margin-bottom: 1px;
}

.nav-level-2 {
    border-left: 1rem solid #f8f8f8;
    list-style: none;
    text-align: left;
    padding-left: 0px;
}

/* bouton menu tablette */
.navbar-toggler {
  z-index:500;
}
.navbar-transition {
  --mainnavigation-nav-height: 70px;
}

/* style card */

.card {
    --bs-card-spacer-y: 1.2rem;
    --bs-card-spacer-x: 0.5rem;
}
.card-title {
    font-weight: 600;
    font-size: 1rem;
    color: #2571BC; 
}

.card-group-element-item .card {
    flex-direction: row;
}

.card-group-element-item .card-img-top {
    width: 50%;
    flex-shrink: 0;
    padding: 1rem;  
}

.card-group-element-item .card-img-top picture,
.card-group-element-item .card-img-top img {
    width: 100%;
    display: block;
}


/* arrondi des photos */
.card-group-element-item .card-img-top img {
    width: 100%;
    border-radius: 0.25rem;
    box-shadow: 0 2px 8px #7bb4ef99;  
}

.card-group-element-item .card-body {
    width: 50%;
}

.card-group-element-item .card {
    position: relative;
}

/* logo sociaux */
.card-group-element-item .card-footer {
    position: absolute;
    top: 90%;
    right: 2px;
    background: transparent;
    border: none;
    padding: 0.5rem;
}


@media (min-width: 1400px) {
    .navbar-mainnavigation {
        --mainnavigation-nav-height: 154px;
    }  
    .navbar-transition {
      --mainnavigation-nav-height: 70px;
      .bandeau { visibility:hidden;}
      .ursi01 {
        top: 7%;
        left: 69%;
        width: 21%;  
      }
    }

    .ursi01 img, .onde img, .bandeau img, .logo img {
        width: 100%;
        height: auto;
        display: block;
    }
    .logo {
       width:25%;
       margin-right: 10%;
    }
    .ursi01 {
        position: absolute;
        top: 7%;
        left: 52%;
        z-index: 1;
        pointer-events: none;
        width: 26%;      
    }

    .onde {
        position: absolute;
        right: -9%;
        bottom: 7%;
        z-index: 1;
        pointer-events: none;
        width: 20%;
    }

    .bandeau {
        position: absolute;
        bottom: 0%;
        left: 36%;
        z-index: 1;
        pointer-events: none;
        width: 32%;
    }
  
  
}



@media (max-width: 1399.98px) {
    .navbar-mainnavigation {
        --mainnavigation-nav-height: 154px;
    }  
    .navbar-transition {
      --mainnavigation-nav-height: 70px;
      .bandeau { visibility:hidden;}
      .ursi01 {
        top: 7%;
        left: 69%;
        width: 21%;  
      }
    } 

    .ursi01 img, .onde img, .bandeau img, .logo img {
        width: 100%;
        height: auto;
        display: block;
    }
    .logo {
       width:20%;
       margin-right: 10%;
    }
    .ursi01 {
        position: absolute;
        top: 7%;
        left: 52%;
        z-index: 1;
        pointer-events: none;
        width: 32%;      
    }

    .onde {
        position: absolute;
        right: -9%;
        bottom: 7%;
        z-index: 1;
        pointer-events: none;
        width: 20%;
    }

    .bandeau {
        position: absolute;
        bottom: 0%;
        left: 31%;
        z-index: 1;
        pointer-events: none;
        width: 37%;
    }


}

/* ============================================================
   min-width: 992px — max-width: 1199.98px
   ============================================================ */
@media (min-width: 992px) and (max-width: 1199.98px) {
     .navbar-mainnavigation {
        --mainnavigation-nav-height: 130px;
    }
    .navbar-transition {
      --mainnavigation-nav-height: 70px;
      .bandeau { visibility:hidden;}
      .ursi01 {
        visibility:hidden; 
      }
    } 


    .logo {
       width:25%;
       margin-right: 10%;
    }
    .ursi01 {
        position: absolute;
        top: 7%;
        left: 52%;
        z-index: 1;
        pointer-events: none;
        width: 33%;      
    }

    .onde {
        position: absolute;
        right: -9%;
        bottom: 32%;
        z-index: 1;
        pointer-events: none;
        width: 20%;
    }

    .bandeau {
        position: absolute;
        bottom: 0%;
        left: 31%;
        z-index: 1;
        pointer-events: none;
        width: 45%;
    }

    .frame {
        padding-top: 2rem;
        padding-bottom: 1.5rem;
    }

    .navbar-mainnavigation .nav-link-icon,
    .navbar-mainnavigation .nav-link-text {
        font-size: 18px;
        font-weight: 400;
    }

    .frame-collapsible,
    .frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) {
        margin-top: -1.5rem;
    }
}

/* ============================================================
   min-width: 768px — max-width: 991.98px
   ============================================================ */
@media (min-width: 768px) and (max-width: 991.98px) {
    .card-group-element-item .card {
        flex-direction: column;
    }

    .card-group-element-item .card-img-top,
    .card-group-element-item .card-body {
        width: 100%;
    }
    .nav-level-2 {
        border-left: 0.2rem solid #5896cb;
    }
    .navbar-nav li.active {
      background: linear-gradient(#97CEF7, #518FDA) !important;
    }
    .navbar-collapse .nav-item {
        position: static;
    }

    /* Sous-menu caché par défaut */
    .navbar-collapse .dropdown-menu {
        position: static !important;
        float: none;
        box-shadow: none;
        border: none;
        /*border-left: 3px solid rgba(255, 255, 255, 0.4);*/
        border-radius: 0;
        background-color: transparent;
        padding: 0 0 0.5rem 1rem;
        margin: 0;

        /* Animation via max-height + opacity */
        display: block;          /* toujours dans le DOM */
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.35s ease, opacity 0.25s ease;
    }

    /* Ouvert quand JS ajoute .open sur le .nav-item parent */
    .navbar-collapse .nav-item.open > .dropdown-menu {
        max-height: 600px;       /* valeur haute suffisante pour tout sous-menu */
        opacity: 1;
    }

    .navbar-collapse .dropdown-menu .dropdown-item {
        color: inherit;
        padding: 0.35rem 0.5rem;
        background-color: transparent;
        white-space: normal;
    }

    .navbar-collapse .dropdown-menu .dropdown-item:hover,
    .navbar-collapse .dropdown-menu .dropdown-item:focus {
        background-color: rgba(255, 255, 255, 0.15);
        color: inherit;
    }

    /* Flèche caret — rotation à l'ouverture */
    .navbar-collapse .dropdown-toggle::after {
        float: right;
        margin-top: 0.4em;
        transition: transform 0.3s ease;
    }

    .navbar-collapse .nav-item.open > .dropdown-toggle::after {
        transform: rotate(180deg);
    }
    .navbar-mainnavigation {
        --mainnavigation-nav-height: 130px;
        .bandeau { visibility:hidden;}    
        .ursi01 {
            position: absolute;
            top: 31px;
            left: 37%;
            z-index: 1;
            pointer-events: none;
            width: 45%;    
        }        
    }
    .navbar-transition {
      --mainnavigation-nav-height: 70px;
      .bandeau { visibility:hidden;}
      .ursi01 {
            position: absolute;
            top: 31px;
            left: 37%;
            z-index: 1;
            pointer-events: none;
            width: 45%;
      }
    }   
    .logo {
       width:25%;
       margin-right: 10%;
    }
    .ursi01 {
        position: absolute;
        top: 60px;
        left: 37%;
        z-index: 1;
        pointer-events: none;
        width: 45%;    
    }  
    .onde {
          position: absolute;
        right: -20%;
        top: -150px;
        z-index: 1;
        pointer-events: none;
        width: 39%;
    }
    .frame {
        padding-top: 2rem;
        padding-bottom: 1.5rem;
    }

    .navbar-mainnavigation .nav-link-icon,
    .navbar-mainnavigation .nav-link-text {
        font-size: 16px;
        font-weight: 400;
    }

    .frame-collapsible,
    .frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) {
        margin-top: -1.5rem;
    }
}

/* ============================================================
   min-width: 576px — max-width: 767.98px
   FIX: accolades fermantes mal placées + .bandeau remis dans le bloc
   ============================================================ */
@media (min-width: 576px) and (max-width: 767.98px) {
    .card-group-element-item .card {
        flex-direction: column;
    }

    .card-group-element-item .card-img-top,
    .card-group-element-item .card-body {
        width: 100%;
    }
  .nav-level-2 {
        border-left: 0.2rem solid #5896cb;
    }
    .navbar-nav li.active {
      background: linear-gradient(#97CEF7, #518FDA) !important;
    }
    .navbar-collapse .nav-item {
        position: static;
    }

    /* Sous-menu caché par défaut */
    .navbar-collapse .dropdown-menu {
        position: static !important;
        float: none;
        box-shadow: none;
        border: none;
        /*border-left: 3px solid rgba(255, 255, 255, 0.4);*/
        border-radius: 0;
        background-color: transparent;
        padding: 0 0 0.5rem 1rem;
        margin: 0;

        /* Animation via max-height + opacity */
        display: block;          /* toujours dans le DOM */
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.35s ease, opacity 0.25s ease;
    }

    /* Ouvert quand JS ajoute .open sur le .nav-item parent */
    .navbar-collapse .nav-item.open > .dropdown-menu {
        max-height: 600px;       /* valeur haute suffisante pour tout sous-menu */
        opacity: 1;
    }

    .navbar-collapse .dropdown-menu .dropdown-item {
        color: inherit;
        padding: 0.35rem 0.5rem;
        background-color: transparent;
        white-space: normal;
    }

    .navbar-collapse .dropdown-menu .dropdown-item:hover,
    .navbar-collapse .dropdown-menu .dropdown-item:focus {
        background-color: rgba(255, 255, 255, 0.15);
        color: inherit;
    }

    /* Flèche caret — rotation à l'ouverture */
    .navbar-collapse .dropdown-toggle::after {
        float: right;
        margin-top: 0.4em;
        transition: transform 0.3s ease;
    }

    .navbar-collapse .nav-item.open > .dropdown-toggle::after {
        transform: rotate(180deg);
    }  
    .navbar-mainnavigation {
        --mainnavigation-nav-height: 100px;
    }
    .navbar-transition {
      --mainnavigation-nav-height: 70px;
      .bandeau { visibility:hidden;}
      .ursi01 {
        visibility:hidden; 
      }
    }   
    .logo {
        width: 25%;
        margin-right: 8%;
    }

    .ursi01 {
        position: absolute;
        top: 12px;
        left: 33%;
        z-index: 1;
        pointer-events: none;
        width: 49%;
    }

    .onde {
        width: 0px;
        height: 0px;
        position: absolute;
    }

    .bandeau {
        width: 0px;
        height: 0px;
        position: absolute;
    }

    .frame {
        padding-top: 2rem;
        padding-bottom: 1.5rem;
    }

    .navbar-mainnavigation .nav-link-icon,
    .navbar-mainnavigation .nav-link-text {
        font-size: 18px;
        font-weight: 400;
    }

    .frame-collapsible,
    .frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) {
        margin-top: -1.5rem;
    }
}

/* ============================================================
   max-width: 576px
   ============================================================ */
@media (min-width: 100px) and (max-width: 575.98px){
    .card-group-element-item .card {
        flex-direction: column;
    }

    .card-group-element-item .card-img-top,
    .card-group-element-item .card-body {
        width: 100%;
    }
  .nav-level-2 {
        border-left: 0.2rem solid #5896cb;
    }
    .navbar-nav li.active {
      background: linear-gradient(#97CEF7, #518FDA) !important;
    }
    .navbar-collapse .nav-item {
        position: static;
    }

    /* Sous-menu caché par défaut */
    .navbar-collapse .dropdown-menu {
        position: static !important;
        float: none;
        box-shadow: none;
        border: none;
        /*border-left: 3px solid rgba(255, 255, 255, 0.4);*/
        border-radius: 0;
        background-color: transparent;
        padding: 0 0 0.5rem 1rem;
        margin: 0;

        /* Animation via max-height + opacity */
        display: block;          /* toujours dans le DOM */
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.35s ease, opacity 0.25s ease;
    }

    /* Ouvert quand JS ajoute .open sur le .nav-item parent */
    .navbar-collapse .nav-item.open > .dropdown-menu {
        max-height: 600px;       /* valeur haute suffisante pour tout sous-menu */
        opacity: 1;
    }

    .navbar-collapse .dropdown-menu .dropdown-item {
        color: inherit;
        padding: 0.35rem 0.5rem;
        background-color: transparent;
        white-space: normal;
    }

    .navbar-collapse .dropdown-menu .dropdown-item:hover,
    .navbar-collapse .dropdown-menu .dropdown-item:focus {
        background-color: rgba(255, 255, 255, 0.15);
        color: inherit;
    }

    /* Flèche caret — rotation à l'ouverture */
    .navbar-collapse .dropdown-toggle::after {
        float: right;
        margin-top: 0.4em;
        transition: transform 0.3s ease;
    }

    .navbar-collapse .nav-item.open > .dropdown-toggle::after {
        transform: rotate(180deg);
    }  
    .navbar-mainnavigation {
        --mainnavigation-nav-height: 70px;
    }
    .logo {
       width:34%;
       margin-right: 10%;
    }
    .ursi01, .onde, .bandeau {
         visibility:hidden;    
    }  

    .navbar-transition .ursi01,.navbar-transition .onde, .navbar-transition .bandeau {
         visibility:hidden;
    }


    .frame {
        padding-top: 2rem;
        padding-bottom: 0.5rem;
    }

    .navbar-mainnavigation .nav-link-icon,
    .navbar-mainnavigation .nav-link-text {
        font-size: 18px;
        font-weight: 400;
    }

    .frame-collapsible,
    .frame-background-none.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-none.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-primary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-primary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-secondary.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-secondary.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-light.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-light.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage),
    .frame-background-dark.frame-space-after-none:not(.frame-ruler-after):not(.frame-has-backgroundimage)+.frame-background-dark.frame-space-before-none:not(.frame-ruler-before):not(.frame-has-backgroundimage) {
        margin-top: -0.5rem;
    }
}

