/* /src/Components/ExperienceComponent.razor.rz.scp.css */
summary[b-dsfqs8alh9] {
    font-weight: 400;
    font-size: 1rem;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
    margin: 15px 0 10px 0;
    color: var(--color-text);
}

h6[b-dsfqs8alh9] {
    font-weight: 400;
    font-size: 1rem;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
    margin: 15px 0 10px 0;
    color: var(--color-muted);
}
/* /src/Layout/MainLayout.razor.rz.scp.css */
.page[b-j0640c4g1d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-j0640c4g1d] {
    flex: 1;
}

.sidebar[b-j0640c4g1d] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-j0640c4g1d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j0640c4g1d]  a, .top-row[b-j0640c4g1d]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-j0640c4g1d]  a:hover, .top-row[b-j0640c4g1d]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-j0640c4g1d]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-j0640c4g1d] {
        justify-content: space-between;
    }

    .top-row[b-j0640c4g1d]  a, .top-row[b-j0640c4g1d]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-j0640c4g1d] {
        flex-direction: row;
    }

    .sidebar[b-j0640c4g1d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-j0640c4g1d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-j0640c4g1d]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-j0640c4g1d], article[b-j0640c4g1d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /src/Sections/About.razor.rz.scp.css */
/* Styles scoped pour About.razor */
.about-container[b-1dsej52f00] {
    width: 80%;
    padding: 2em;
    margin: 2em auto;
    text-align: center;
}

.about-row[b-1dsej52f00] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

@media (max-width: 600px) {
    .about-container[b-1dsej52f00] {
        width: 95%;
        padding: 1em;
    }

    .about-hero[b-1dsej52f00] {
        width: 160px;
        height: 200px;
    }
}

.about-hero[b-1dsej52f00] {
    height: 250px;
    width: 200px;
    object-fit: cover;
}

.about-description[b-1dsej52f00] {
    margin: 3rem 0 0 0;
    text-align: center;
    word-wrap: break-word;
}

.background[b-1dsej52f00] {
    width: 100%;
    height: auto;
    opacity: 0.12;
    display: block;
}
/* /src/Sections/Resume.razor.rz.scp.css */
*[b-gus4l2k2ib] {
    box-sizing: border-box;
}

.flex-container[b-gus4l2k2ib] {
    display: flex;
    flex-direction: row;
    text-align: center;
}

.flex-item-left[b-gus4l2k2ib] {
    padding: 10px;
    flex: 50%;
}

.flex-item-right[b-gus4l2k2ib] {
    padding: 10px;
    flex: 50%;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 1200px) {
    .flex-container[b-gus4l2k2ib] {
        flex-direction: column;
    }
}


/* /src/Shared/Footer.razor.rz.scp.css */
#contact[b-oexp49n1pw] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 4rem 0 2.5rem;
  width: 100vw;
}

#contact a img.social-icon[b-oexp49n1pw] {
  filter: brightness(0) invert(1) sepia(1) saturate(0.5) hue-rotate(0deg);
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

#contact a:hover img.social-icon[b-oexp49n1pw] {
  opacity: 1;
}
/* /src/Shared/Header.razor.rz.scp.css */
#header[b-s1cp1o6cxo] {
  position: fixed;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  background: rgba(250, 247, 244, 0.92);
  border-bottom: 1px solid var(--color-surface);
  backdrop-filter: blur(8px);
  padding: 0.75rem 1rem;
  top: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  #header[b-s1cp1o6cxo] {
    gap: 0.5rem 1rem;
    padding: 0.5rem 0.75rem;
  }

  #header a[b-s1cp1o6cxo] {
    font-size: 0.8rem !important;
  }
}
