.container {
    text-align: center;
    padding: 15px;
    margin-bottom: 0;
}

#logo {
    width: 115px;
}

#profil-image {
    width: 140px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 100px;
}

.image-blur-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    pointer-events: none;
    z-index: 1;

    /*backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    mask-image: linear-gradient(to top, black 60%, transparent);
    -webkit-mask-image: linear-gradient(to top, black 60%, transparent);*/
}

.pro-data {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pro-title-stats {
    padding: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
}

#pro-name-label {
    font-size: 20px;
    font-weight: 800;
    color: #3a3a3a;
}

.pro-title2 {
    height: 13px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.pro-title-label {
    color: #3a3a3a;
    text-align: center;
    vertical-align: text-top;
    font-size: 11px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    line-height: 1.2;
    border-style: hidden;
    outline: none;
}

.pro-stats {
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pro-stats-label {
    color: #3a3a3a;
    font-weight: 800;
    font-size: 11px;
    text-align: center;
    vertical-align: text-top;
    font-family: Roboto, sans-serif;
    align-self: flex-start;
    line-height: 1.2;
    border-style: hidden;
    outline: none;
    display: flex;
}

.pro-buttons {
    background-color: rgba(255, 255, 255, 0.5);
    height: 45px;
    width: 212px;
    border-radius: 100px;
    padding: 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 111px;
    left: 74px;
}

.pro-follow-button {
    background-color: #ca1212;
    border-color: transparent;
    height: 41px;
    width: 97px;
    align-self: flex-start;
    left: 2px;
    top: 2px;
    position: absolute;
    border-radius: 100px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 13px;
    padding-bottom: 13px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pro-follow-button-label {
    color: #ffffff;
    text-align: left;
    vertical-align: text-top;
    font-size: 12px;
    font-family: Roboto, sans-serif;
    align-self: flex-start;
    left: 19px;
    top: 13px;
    position: absolute;
    width: 59px;
    height: 15px;
    line-height: 15px;
    border-style: hidden;
    outline: none;
    display: flex;
}

.pro-nb-followers {
    height: 15px;
    width: 111px;
    align-self: flex-start;
    left: 99px;
    top: 15px;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pro-nb-followers-label {
    color: #191919;
    text-align: center;
    vertical-align: text-top;
    font-size: 12px;
    font-family: Roboto, sans-serif;
    align-self: flex-start;
    left: 20px;
    top: 0px;
    position: absolute;
    width: 71px;
    height: 15px;
    line-height: 15px;
    border-style: hidden;
    outline: none;
    display: flex;
}

.pro-section-title {
    color: #adadad;
    text-align: left;
    vertical-align: text-top;
    font-size: 12px;
    font-family: Roboto, sans-serif;
    line-height: 1.2;
    border-style: hidden;
    outline: none;
    margin-top: 20px;
    margin-bottom: 5px;
}


#navbar {
    z-index: 100;
    padding: 15px;
}

#navbar,
.container,
.establishment-name {
    background: #f6f6f6;
}

.dashboard-establishment-comment {
    background-color: white;
    padding: 0 10px;
    margin: 0;
}

.dashboard-establishment-rating,
.dashboard-establishment-footer {
    display: none;
}

.dashboard-establishment-establishment {
    margin-top: 0;
}

.establishment-name {
    padding: 0 !important;
}

.dashboard-establishment {
    background: white !important;
    padding: 5px 5px 1px 5px !important;
    border-radius: 10px;
    margin: 10px 0;
}

.dashboard-establishment-rating-text {
    text-align: left;
}





#establishmentsTable {
    margin-bottom: 50px;
}




.spaghettis-footer-container {
    background-color: #ffffff;
    padding-bottom: 200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.spaghettis-footer2 {
    height: 15px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 100px;
    left: 0px;
}

.spaghettis-footer-logo {
    color: #ca1212;
    text-align: center;
    vertical-align: text-middle;
    font-size: 12px;
    font-family: Inter;
    align-self: flex-start;
    left: 159px;
    top: 0px;
    position: absolute;
    letter-spacing: -0.2800000011920929px;
    line-height: auto;
    border-style: hidden;
    outline: none;
    width: 64px;
    display: flex;
}

.© {
    color: #a2a2a2;
    text-align: center;
    vertical-align: text-middle;
    font-size: 8px;
    font-family: Inter;
    align-self: flex-start;
    left: 223px;
    top: 0px;
    position: absolute;
    letter-spacing: -0.2800000011920929px;
    line-height: auto;
    border-style: hidden;
    outline: none;
    width: 8px;
    display: flex;
}

.spaghettis-footer-links-copyright {
    height: 55px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    top: 135px;
    position: relative;
}

.spaghettis-footer-links2 {
    height: 13px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    position: relative;
}

.manifeste {
    color: #3a3a3a;
    text-align: left;
    vertical-align: text-top;
    font-size: 11px;
    font-family: Inter;
    align-self: flex-start;
    left: 62px;
    top: 0px;
    position: absolute;
    line-height: auto;
    border-style: hidden;
    outline: none;
    width: 53px;
    display: flex;
}

.mentionslégales {
    color: #3a3a3a;
    text-align: left;
    vertical-align: text-top;
    font-size: 11px;
    font-family: Inter;
    align-self: flex-start;
    left: 133px;
    top: 0px;
    position: absolute;
    line-height: auto;
    border-style: hidden;
    outline: none;
    width: 91px;
    display: flex;
}

.cgu {
    color: #3a3a3a;
    text-align: left;
    vertical-align: text-top;
    font-size: 11px;
    font-family: Inter;
    align-self: flex-start;
    left: 242px;
    top: 0px;
    position: absolute;
    line-height: auto;
    border-style: hidden;
    outline: none;
    width: 25px;
    display: flex;
}

.contact {
    color: #3a3a3a;
    text-align: left;
    vertical-align: text-top;
    font-size: 11px;
    font-family: Inter;
    align-self: flex-start;
    left: 285px;
    top: 0px;
    position: absolute;
    line-height: auto;
    border-style: hidden;
    outline: none;
    width: 43px;
    display: flex;
}

.©2025spaghettis {
    color: #a2a2a2;
    text-align: right;
    vertical-align: text-top;
    font-size: 10px;
    font-family: Roboto;
    line-height: auto;
    border-style: hidden;
    outline: none;
    top: 43px;
    left: 153px;
    position: absolute;
    width: 84px;
}




#beta-watermark {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    opacity: 0.18;
    font-size: 3.2rem;
    font-weight: 900;
    color: #000;
    pointer-events: none;
    user-select: none;
    font-family: 'Inter', 'Roboto', Arial, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.dashboard-establishment {
    border-radius: 18px;
}

.establishment-overlay,
.establishment-picture {
    border-radius: 13px;
}

.dashboard-establishment-rating-text {
    margin-top: 15px;
}


.establishment-thumb-selected,
.establishment-overlay,
.establishment-picture {
    aspect-ratio: 1.5;
    height: unset;
}




.modal-header {
    background-color: #f6f6f6 !important;
}

.modal-content {
    padding: 0 15px;
    background-color: #f6f6f6;
    margin-top: 100px;
}

#establishment-actions {
    padding: 20px 0 0 0;
}

.modal-body {
    padding: 0;
}











.ranking-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #fff;
    border-radius: 12px;
    padding: 16px;
    max-width: 400px;
}

.ranking-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rank-number {
    font-weight: bold;
    width: 20px;
    text-align: center;
}

.profile-pic img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 12px;
}

.user-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.user-info .name {
    font-weight: bold;
}

.user-info .title {
    font-size: 0.85em;
    color: #888;
}

.country-points {
    text-align: right;
}

.country-points .country {
    font-weight: bold;
}

.country-points .points {
    color: #888;
    font-size: 0.85em;
}

.initials {
    position: unset;
    transform: none;
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin: 0 12px;
}

.profile-initials {
    margin: 0 auto;
    width: 140px;
    height: 140px;
    font-size: 30px;
}


.toggle-buttons {
    display: flex;
    background-color: #eaeaea;
    border-radius: 999px;
    padding: 4px;
    width: fit-content;
    margin-bottom: 20px;
    width: 100%;
}

.toggle {
    background: none;
    border: none;
    border-radius: 999px;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    width: 50%;
}

.toggle.active {
    background-color: white;
    box-shadow: 0 0 0 1px #ccc;
}






footer {
    padding: 60px 20px 20px 20px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 12px;
}


.card-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.image-stack {
    position: relative;
    width: 75px;
    height: 45px;
}

.image-stack img {
    position: absolute;
    top: 0;
    width: 45px;
    aspect-ratio: 1;
    border-radius: 50%;
    cursor: pointer;
    transition: left 0.2s, z-index 0.2s, box-shadow 0.2s;
    object-fit: cover;
    border: 3px solid #f5f5f5;
}

.image1 {
    left: 0;
    z-index: 2;
}

.image2 {
    left: 30px;
    z-index: 1;
}

.info {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

.info>.name {
    font-weight: bold;
    color: #3a3a3a;
    margin-bottom: 4px;
}

.info>.role {
    color: #aeaeae;
}

#footer-links {
    max-width: 600px;
    margin: 50px auto 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80vw;
}

.footer-link>a {
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    color: #3a3a3a;
}

#copyright {
    margin-bottom: 20px;
    font-size: 12px;
    color: #aeaeae;
}
