@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/BlazorLib/BlazorLib.8k42vxegqd.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/RaisonCard.razor.rz.scp.css */
/* Carte individuelle */
.carte-raison[b-0zhgmilocw] {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carte-raison:hover[b-0zhgmilocw] {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.carte-raison.decouverte[b-0zhgmilocw] {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    cursor: default;
}

.carte-raison.decouverte:hover[b-0zhgmilocw] {
    transform: translateY(-5px) scale(1.02);
}

.carte-numero[b-0zhgmilocw] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9em;
    color: #764ba2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.carte-coeur[b-0zhgmilocw] {
    font-size: 3em;
    animation: heartbeat 1.5s infinite;
}

.carte-raison.decouverte .carte-coeur[b-0zhgmilocw] {
    display: none;
}

.carte-texte[b-0zhgmilocw] {
    text-align: center;
    font-size: 1.1em;
    color: #333;
    line-height: 1.6;
    animation: fadeIn 0.5s ease-in;
}

.carte-date[b-0zhgmilocw] {
    font-size: 0.8em;
    color: #666;
    margin-top: 10px;
    font-style: italic;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-vcimj4p870] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-vcimj4p870], article[b-vcimj4p870] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vcimj4p870] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vcimj4p870] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e0elmmumx9] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-e0elmmumx9] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-e0elmmumx9] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-e0elmmumx9] {
    font-size: 1.1rem;
}

.bi[b-e0elmmumx9] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-e0elmmumx9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-e0elmmumx9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-e0elmmumx9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-e0elmmumx9] {
    font-size: 0.9rem;
    /*padding-bottom: 0.5rem;*/
}

.nav-item:first-of-type[b-e0elmmumx9] {
    /*padding-top: 1rem;*/
}

.nav-item:last-of-type[b-e0elmmumx9] {
    /*padding-bottom: 1rem;*/
}

.nav-item[b-e0elmmumx9]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-e0elmmumx9]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-item[b-e0elmmumx9]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-scrollable[b-e0elmmumx9] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-e0elmmumx9] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-e0elmmumx9] {
        display: none;
    }

    .nav-scrollable[b-e0elmmumx9] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.nav-group-header[b-e0elmmumx9] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0 0.5rem 0.5rem 0.5rem;
    margin-top: 0.5rem;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-group-header:hover[b-e0elmmumx9] {
    color: rgba(255, 255, 255, 0.8);
}

.nav-group-chevron[b-e0elmmumx9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.nav-group-chevron.expanded[b-e0elmmumx9] {
    transform: rotate(0deg);
}

.nav-group-chevron.collapsed[b-e0elmmumx9] {
    transform: rotate(-90deg);
}

.nav-group-separator[b-e0elmmumx9] {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    margin-top: 3px;
    margin-bottom: 3px;
}

.nav-scrollable[b-e0elmmumx9] {
    /* Visible sur desktop */
    display: block;
}

/* Sur mobile, caché par défaut */
@media (max-width: 641px) {
    .nav-scrollable[b-e0elmmumx9] {
        display: none;
    }

    .nav-scrollable:not(.collapse)[b-e0elmmumx9] {
        display: block;
    }
}

/* Le bouton burger n'est visible que sur mobile */
.navbar-toggler[b-e0elmmumx9] {
    display: none;
}

@media (max-width: 641px) {
    .navbar-toggler[b-e0elmmumx9] {
        display: block;
    }
}
/* /Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-eemz50itv0],
.components-reconnect-repeated-attempt-visible[b-eemz50itv0],
.components-reconnect-failed-visible[b-eemz50itv0],
.components-pause-visible[b-eemz50itv0],
.components-resume-failed-visible[b-eemz50itv0],
.components-rejoining-animation[b-eemz50itv0] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-eemz50itv0],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-eemz50itv0],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-eemz50itv0],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-eemz50itv0],
#components-reconnect-modal.components-reconnect-retrying[b-eemz50itv0],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-eemz50itv0],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-eemz50itv0],
#components-reconnect-modal.components-reconnect-failed[b-eemz50itv0],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-eemz50itv0] {
    display: block;
}


#components-reconnect-modal[b-eemz50itv0] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-eemz50itv0 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-eemz50itv0 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-eemz50itv0 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-eemz50itv0]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-eemz50itv0 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-eemz50itv0 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-eemz50itv0 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-eemz50itv0 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-eemz50itv0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-eemz50itv0] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-eemz50itv0] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-eemz50itv0] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-eemz50itv0] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-eemz50itv0] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-eemz50itv0] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-eemz50itv0 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-eemz50itv0] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-eemz50itv0 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* Styles pour la page 100 Raisons Pourquoi Je T'Aime */

.cent-raisons-container[b-6n1w7150op] {
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 20px;
}

/* En-tête */
.header[b-6n1w7150op] {
  text-align: center;
  color: white;
  margin: 40px 0;
  animation: fadeIn-b-6n1w7150op 1s ease-in;
}

.header h1[b-6n1w7150op] {
  font-size: 3em;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.header p[b-6n1w7150op] {
  font-size: 1.2em;
  opacity: 0.9;
}

/* Compteur */
.compteur[b-6n1w7150op] {
  background: white;
  padding: 20px 40px;
  border-radius: 50px;
  margin: 20px auto;
  max-width: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 1.2em;
  animation: pulse-b-6n1w7150op 2s infinite;
}

.compteur-nombre[b-6n1w7150op] {
  font-size: 3em;
  font-weight: bold;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.barre-progression[b-6n1w7150op] {
  height: 10px;
  background: #e0e0e0;
  border-radius: 10px;
  margin-top: 15px;
  overflow: hidden;
}

.barre-progression-remplissage[b-6n1w7150op] {
  height: 100%;
  background: linear-gradient(90deg, #f093fb 0%, #f5576c 100%);
  transition: width 0.5s ease;
  border-radius: 10px;
}

/* Grille de cartes */
.cartes-container[b-6n1w7150op] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  max-width: 1400px;
  margin: 40px auto;
  padding: 20px;
}


/* Chargement */
.chargement[b-6n1w7150op] {
  text-align: center;
  color: white;
  padding: 60px 20px;
}

.spinner[b-6n1w7150op] {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin-b-6n1w7150op 1s linear infinite;
  margin: 0 auto 20px;
}

.aucune-raison[b-6n1w7150op] {
  text-align: center;
  color: white;
  padding: 60px 20px;
}

.aucune-raison p[b-6n1w7150op] {
  font-size: 1.2em;
  margin-bottom: 20px;
}

/* Boutons */
.actions[b-6n1w7150op] {
  text-align: center;
  margin: 40px 0;
}

.btn-initialiser[b-6n1w7150op],
.btn-reinitialiser[b-6n1w7150op] {
  background: white;
  color: #764ba2;
  border: 2px solid white;
  padding: 15px 40px;
  font-size: 1.1em;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-initialiser:hover[b-6n1w7150op],
.btn-reinitialiser:hover[b-6n1w7150op] {
  background: #764ba2;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Overlay de félicitations */
.felicitations-overlay[b-6n1w7150op] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.felicitations-overlay.visible[b-6n1w7150op] {
  opacity: 1;
  pointer-events: auto;
}

.felicitations-contenu[b-6n1w7150op] {
  background: white;
  padding: 60px;
  border-radius: 25px;
  max-width: 600px;
  text-align: center;
  animation: modalAppear-b-6n1w7150op 0.5s ease;
}

.felicitations-icone[b-6n1w7150op] {
  font-size: 8em;
  margin-bottom: 20px;
  animation: bounce-b-6n1w7150op 1s infinite;
}

.felicitations-contenu h2[b-6n1w7150op] {
  color: #f5576c;
  font-size: 2.5em;
  margin-bottom: 20px;
}

.felicitations-contenu p[b-6n1w7150op] {
  font-size: 1.3em;
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}

.message-final[b-6n1w7150op] {
  font-size: 1.8em !important;
  color: #f5576c !important;
  font-weight: bold;
  margin-top: 30px !important;
}

.btn-fermer[b-6n1w7150op] {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 25px;
  font-size: 1.1em;
  cursor: pointer;
  margin-top: 30px;
  transition: transform 0.3s ease;
  font-weight: bold;
}

.btn-fermer:hover[b-6n1w7150op] {
  transform: scale(1.05);
}

/* Animations */
@keyframes fadeIn-b-6n1w7150op {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heartbeat-b-6n1w7150op {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes pulse-b-6n1w7150op {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes spin-b-6n1w7150op {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes modalAppear-b-6n1w7150op {
  from {
    opacity: 0;
    transform: scale(0.8) translateY(50px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes bounce-b-6n1w7150op {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .header h1[b-6n1w7150op] {
    font-size: 2em;
  }

  .cartes-container[b-6n1w7150op] {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
  }

  .carte-raison[b-6n1w7150op] {
    padding: 20px;
    min-height: 120px;
  }

  .carte-coeur[b-6n1w7150op] {
    font-size: 2em;
  }

  .carte-texte[b-6n1w7150op] {
    font-size: 0.95em;
  }

  .felicitations-contenu[b-6n1w7150op] {
    padding: 40px 20px;
    margin: 20px;
  }

  .felicitations-icone[b-6n1w7150op] {
    font-size: 5em;
  }

  .felicitations-contenu h2[b-6n1w7150op] {
    font-size: 1.8em;
  }
}
