/* Couleurs pour les rangs du classement */
.Buy-diamants-send-support{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 30px;
    padding: 0% 1rem;
    background-color: #1a1a1a;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; 
    gap:3px;
    cursor: pointer;
}

.Buy-diamants-send-support:hover{
    background-color: #323232;
    cursor: pointer;
}
.modal-connexion-btn-google{
  background:  #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  width: 100%;
  font-weight: 500;
  transition: background 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap:10px;
}
.modal-connexion-btn-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;

}
.cta-btn-connect{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap:20px;
}
.btn-google:hover{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #323232;
    color: #ffffff;
    padding: 0.6rem 1rem;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease;
     font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-size: 15px;
}
.btn-google{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
      background-color: #1a1a1a;
    color: #ffffff;
    padding: 0.6rem 1rem;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease;
     font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-size: 15px;
}
.pagination span a {
   background-color: #1a1a1a;
    color: #ffffff;
    border-radius: 5px;

    text-decoration: none;
    cursor:pointer;
     font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-size: 15px;
}
.pagination-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    
}

.pagination .first {
   background-color: #1a1a1a;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    cursor:pointer;
     font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-size: 15px;
}
.pagination .previous {
   background-color: #1a1a1a;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    cursor:pointer;
     font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-size: 15px;
}
.pagination .last {
   background-color: #1a1a1a;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    cursor:pointer;
     font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-size: 15px;

}
.pagination .next {
    background-color: #1a1a1a;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    cursor:pointer;
     font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-size: 15px;
}
.pagination .page {
   background-color: #1a1a1a;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    cursor:pointer;
     font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-size: 15px;
}
.pagination .current {
    background-color: #1a1a1a;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    cursor:pointer;
     font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-size: 15px;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
 .dashboard-container {
        padding: 2rem;
        max-width: 1200px;
        margin: auto;
    }

    .dashboard-title {
        text-align: center;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 2rem;
        color: #333;
        font-family: "Inter", sans-serif;
    }

    .dashboard-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }

    .card-stat {
        background-color: #fff;
        border-radius: 12px;
        padding: 1.5rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transition: transform 0.2s ease-in-out;
         font-family: "Inter", sans-serif;
    }

    .card-stat:hover {
        transform: translateY(-5px);
    }

    .card-stat h2 {
        font-size: 1.5rem;
        font-weight: 600;
         color: #1d1d1d;
        margin-bottom: 0.5rem;
        font-family: "Inter", sans-serif;

    }

    .stat-value {
        font-size: 2rem;
        font-weight: bold;
     color: #555;
        font-family: "Inter", sans-serif;
       
    }

    @media (max-width: 600px) {
        .dashboard-title {
            font-size: 1.5rem;
        }

        .stat-value {
            font-size: 1.5rem;
        }
    }
.container-blog {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.title-blog {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 24px;
    text-align: center;
    margin-bottom: 2rem;
}

.grid-blog-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.blog-card {
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.blog-card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.blog-card-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #222;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.blog-card-excerpt {
      font-family: "Inter", sans-serif;
      font-weight: 400;
    flex-grow: 1;
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 1rem;
}

.blog-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 0.6rem 1rem;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    cursor: pointer;
}

.blog-card-button:hover {
    background-color: #323232;
    box-shadow: inset 0 0 0 1px #1a1a1a;
}
.content-article-editor-view a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #1a1a1a;
    font-size: 15px;
    text-decoration: none;
    color: #174db3;
}
.content-article-editor-view img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: flex;
}

.content-article-editor-view li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 18px;
}
.content-article-editor-view blockquote{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #3f3f3f;
    font-size: 15px;
}
.content-article-editor-view p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 18px;
}
.content-article-editor-view h4{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #222;
    font-size: 20px;
}
.content-article-editor-view h3{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #222;
    font-size: 24px;
}
.content-article-editor-view h2{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #222;
    font-size: 26px;
}
.content-article-editor-view h1{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 28px;
}
.content-article-editor-view{
  margin-bottom: 100px;
}
.label-admin-articles-editor{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}
.form-check-input-article{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f5f4f4;
    border: 1px solid #ccc;
    cursor: pointer;
}
.form-check-article {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top:10px;
    
}
 .btn-update-article-push{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 0.6rem 1rem;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    margin-top:10px;
 }
.editor-content-article{
    width: 100%;
    height: 400px;
    padding: 10px;
    border: 1px solid rgb(213, 212, 212);
    border-radius: 5px;
    background-color: #f5f4f4;
    color: #595858;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 10px;
}
.dropzone-input-article{
  background-color: #f5f4f4;
  height: 200px;
  margin-bottom: 10px;
}
.dropzone-label{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #222;
    font-size: 16px;
    cursor: pointer;
}
.img-thumbnail-article{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.form-control-update-article{
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid rgb(213, 212, 212);
    border-radius: 5px;
    background-color: #ffffff;
    color: #595858;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}
.label-admin-articles{
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 18px;
  
  
}
.container-update-article{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.article-info-date{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #222;
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 10px;
    justify-content: flex-start;
    align-items: center;
}
.article-info-spotlight{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #222;
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 10px;
    justify-content: flex-start;
    align-items: center;

}
.article-info-slug{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #222;
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 10px;
    justify-content: flex-start;
    align-items: center;

}
.article-info{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #222;
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 10px;
    justify-content: flex-start;
    align-items: center;

}
.list-group-item-article{
  width: 100%;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 15px;
}

 .btn-update-article{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 0.6rem 1rem;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 20px;
    cursor: pointer;
 }
 .btn-update-article:hover {
    background-color: #323232;
    box-shadow: inset 0 0 0 1px #1a1a1a;
 }  
 .btn-delete-article{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #cb0000;
    color: #ffffff;
    padding: 0.6rem 1rem;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 20px;
    cursor: pointer;
 }
 .btn-delete-article:hover {
    background-color: #ea1c1c;
    box-shadow: inset 0 0 0 1px #1a1a1a;
    border: none;
 }  
 .btn-show-article{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
   background-color: #1a1a1a;
    color: #ffffff;
    padding: 0.6rem 1rem;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 20px;
 }
 .btn-show-article:hover {
    background-color: #323232;
    box-shadow: inset 0 0 0 1px #1a1a1a;
 }  
.list-group-articles{
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap:30px;
    flex-wrap: wrap;
    padding:0;
}

 .btn-new-article{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 0.6rem 1rem;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 20px;
 }
 .btn-new-article:hover {
    background-color: #323232;
    box-shadow: inset 0 0 0 1px #1a1a1a;
 }  
.title-admin-articles{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 24px;
    text-align: start;
    margin-bottom: 20px;
}
.container-admin-articles{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;}


 .custom-dropzone {
        border: 2px dashed #ccc;
        padding: 30px;
        text-align: center;
        border-radius: 10px;
        cursor: pointer;
        background-color: #dedede;
        margin-bottom: 10px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-dropzone:hover {
        background-color: #e9e9e9;
    }

    .dropzone-label {
        cursor: pointer;
        font-weight: bold;
    }

    .visually-hidden {
        position: absolute;
        left: -9999px;
    }

.cookie-modal {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.cookie-modal-content {
  background: #fff;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 0 8px 32px rgba(26,95,216,0.10), 0 2px 8px rgba(0,0,0,0.08);
  padding: 32px 24px 24px 24px;
  max-width: 420px;
  width: 100%;
  margin-bottom: 0;
}
.cookie-modal-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;

}
.cookie-modal-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 15px;
    margin-bottom: 24px;
    text-align: center;
}
.cookie-modal-actions {
  display: flex;
  gap: 12px;
}
.cookie-modal-btn {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
     background: #222;
  color: #FFFFFF;
}
.cookie-modal-btn#cookie-customize {
  background: #222;
  color: #FFFFFF;
}
.cookie-modal-btn:hover {
  background: #174db3;
}

.container-reset-password-container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.offer-container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.offers-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.offer-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 30px;
    padding: 0% 4rem;
    background-color: #1a1a1a;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    gap: 3px;
    cursor: pointer;
    text-decoration: none;
}
.offer-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    width: 240px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.offer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.offer-info {
    margin-bottom: 1.5rem;
     font-family: "Inter", sans-serif;
}

.offer-quantity {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a5fd8;
     font-family: "Inter", sans-serif;
}

.offer-price {
    font-size: 1.2rem;
    color: #444;
    margin-top: 0.5rem;
    font-weight: 500;
     font-family: "Inter", sans-serif;
}
.title-offer{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.btn-return-home {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #f1f1f1;
    color: #1a1a1a;
    padding: 0.6rem 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.btn-return-home:hover {
    background-color: #e0e0e0;
}


.user-dropdown-menu li a:hover {
    background: none !important;
    color: #222;
}
.user-dropdown-menu{
position: absolute;
    top: 82%;
    right: 0;
    min-width: 180px;
    background: #fff;
    border-radius: 14px;
    box-shadow:none !important;
    z-index: 100;
    padding: 10px 0;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #222;
}
.user-dropdown-toggle{
    display: flex;
    align-items: center;
    gap: 0px !important;
    background:#ffffff !important;
    border: none;
    border-radius: 10px!important;
    padding: 9px 9px !important;
    font-family: "Inter", sans-serif;
    box-shadow: none !important;
    font-weight: 600;
    color: #222;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.18s;

}


.user-username{
     font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #222;
    font-size: 12px;
}
.title-no-user{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #222;
    font-size: 16px;
    margin:0;
}
.content-cta{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:10px;
}
.subtitle-no-user-bonus{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #222;
    font-size: 14px;
    margin:0;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.subtitle-no-user{
     font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #807f7f;
    font-size: 14px;
     margin:0;
     text-align: center;
}
.cta-container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top:20px;
    margin-bottom: 20px;
    background-color: #d7d5d579;
    padding: 30px;
    border-radius: 10px;
    border: #bbb9b9d8 1px dashed;
}
.btn-no-user{
       display: flex
;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 50px;
   
    background-color: #1a1a1a;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    gap: 10px;
    cursor: pointer;
      text-decoration: none;
}
.btn-no-users-secondary{
        background:  #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 12px;
  font-size: 15px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  width: 100%;
  font-weight: 500;
  transition: background 0.2s;
  text-decoration: none;
}
.about-section{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
}
.pw{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 20px;
    text-align: center;
}
.about-section h1{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 24px;
}
.about-section h2{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 18px;
}
.about-section h3{

  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 16px;
}
.about-section p{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 14px;
}
.support-success{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 20px;
  width: 100%;
  height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a2edb4;
    border-radius: 5px;
}
.container-support{
       width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;

}
.container-support h1{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 20px;
}
.container-support label{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 14px;
}
.container-support input{
   width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid rgb(213, 212, 212);
    border-radius: 5px;
    background-color: #f5f4f4;
    color: #595858;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.container-support textarea{
   width: 100%;
    height: 400px;
    padding: 10px;
    border: 1px solid rgb(213, 212, 212);
    border-radius: 5px;
    background-color: #f5f4f4;
    color: #595858;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    box-sizing: border-box;
     margin-bottom: 20px;
}
.container-politique{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
}
.container-politique h1{

  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 20px;
}
.container-politique h2{

  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 17px;
}
.container-politique h3{

  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 15px;
}
.container-politique p{

  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 12px;
}
.modal-connexion-forgot{
    margin-top: 5px;
}
.classement-rank-gold {
  color: #fff;
background-color: #FFD700;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(255,215,0,0.12);
  border-color: #FFD700 ;
}
.classement-rank-silver {
  color: #fff;
  background-color: #C0C0C0;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(192,192,192,0.12);
   border-color: #C0C0C0;
}
.classement-rank-bronze {
  color: #fff;
  background-color: #cd7f32;
  font-weight: 700;
  border-color: #cd7f32;
  box-shadow: 0 2px 8px rgba(205,127,50,0.12);
}
.classement-rank-grey {
  color: #222;
  background-color: #f2f2f2;
  font-weight: 700;
}
/* Modal Connexion/Inscription */
/* --- Dropdown utilisateur modernisé --- */
.user-dropdown {
  position: relative;
  margin-left: 18px;
}
.user-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 10px !important;
  background:#f5f4f4;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(26,95,216,0.08);
  padding: 8px 18px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #222;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.18s;
}
.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #dbeafe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #222;
  font-weight: 700;
  margin-right: 6px;
}
.user-username {
   font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
.user-dropdown-menu {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  min-width: 180px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(26,95,216,0.10), 0 2px 8px rgba(0,0,0,0.08);
  z-index: 100;
  padding: 10px 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #222;
}
.user-dropdown-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  color: #222;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.18s, color 0.18s;
}
.user-dropdown-menu li a:hover {
  background: #eaf1ff;
  color: #222;
}
/* Modal Connexion/Inscription - Design carré centré et fond gris transparent */
.title-connexion{
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-input{
    width:90%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    background: #f5f4f4;
    color: #222;
}
.modal-label{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600; 
    font-style: normal;
    color: #222;
    font-size: 14px;

}
.modal-input-group {
  position: relative;
  display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-start;
    gap: 5px;
  width: 100%;
  margin-bottom: 18px;
}
.modal-connexion {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(175, 175, 175, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-connexion-content { 
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 18px;
  padding: 32px 32px 24px 32px;
  width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
 margin-left: auto;
 margin-right: auto;
  box-shadow: 0 8px 32px rgba(26,95,216,0.10), 0 2px 8px rgba(0,0,0,0.08);
   font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500; 
  font-style: normal;
  color: #222;
  font-size: 14px;
 
}
.modal-connexion-close {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 2.2rem;
  color: #222;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  cursor: pointer;
}
.modal-connexion-content h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #222;
    margin-bottom: 18px;
}
.modal-connexion-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  align-items: center;
}
.modal-connexion-form input {
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
 
  background: #f5f4f4;
  color: #222;
}
.modal-connexion-btn {
  background:  #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 12px;
  font-size: 15px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  width: 100%;
  font-weight: 500;
  transition: background 0.2s;
}
.modal-connexion-btnn {
  background:  #ffffff;
  color: #222;
  border: 1px solid rgb(213, 212, 212);
  border-radius: 7px;
  padding: 12px;
  font-size: 15px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  width: 100%;
  font-weight: 500;
  transition: background 0.2s;
}
.modal-connexion-btnn:hover {
  background:  #efefef;
  color: #222;
  border: 1px solid rgb(213, 212, 212);
  border-radius: 7px;
  padding: 12px;
  font-size: 15px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  width: 100%;
  font-weight: 500;
  transition: background 0.2s;
}

.modal-connexion-btn:hover {
  background: #323232;
}
.modal-connexion-btn.modal-connexion-register {
  background: #222;
}
.modal-connexion-btn.modal-connexion-register:hover {
  background:#323232;
}
.modal-input-eye{
     position: absolute;
       top: 35%;
    right: 4%;
    cursor: pointer;
}

.mondal-input-eye-register{
       position: absolute;
       top: 51%;
    right: 4%;
    cursor: pointer;
}
.mondal-input-eye-registerr{
        position: absolute;
        top: 35%;
      right: 4%;
      cursor: pointer;
}
.modal-connexion-links{
width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.modal-connexion-separator {
 font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300; 
  font-style: normal;
  color: #222;
  font-size: 14px;
  width: 50%;
  height: 2px;
  background-color: #f5f4f4; ;
}
/* Suggestions de recherche pays */
.search-suggest-box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  z-index: 30;
  max-height: 180px;
  overflow-y: auto;
  display: none;
}
.search-suggest-item {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #222;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  transition: background 0.2s;
}
.search-suggest-item:hover {
  background: #f5f4f4;
}
/* Dropdown custom pour le filtre pays */
.dropdown-filter {
  position: relative;
  width: 30%;


}
.dropdown-btn {
  width: 100%;
  background: #f5f4f4;
  border: 1px solid rgb(213, 212, 212);
  border-radius: 5px;
  color: #222;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 36px 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: border 0.2s;
}
.dropdown-btn.open {
  border-color: #1a5fd8;
}
.dropdown-btn svg {
  margin-left: 8px;
  color: #222;
}
.dropdown-list {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgb(213, 212, 212);
  border-radius: 5px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  z-index: 20;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-list.open {
  display: block;
}
.dropdown-item {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #222;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  transition: background 0.2s;
}
.dropdown-item.selected,
.dropdown-item:hover {
  background: #f5f4f4;
}
/* --- Font Google --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* --- Navbar Responsive --- */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0.5rem 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  position: relative;
  z-index: 10;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
 
}
.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.navbar__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700; 
  font-style: normal;
  padding-right: 20px;
}
.navbar__logo a {
  text-decoration: none;
  color: #222;
}
.navbar__logo-text{
    display: flex;
    flex-direction: column;
    width:100%;
}
.title-logo{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700; 
  font-style: normal;
  color: #222;
  font-size: 14px;
  width: 100%;

}
.sub-title-logo{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300; 
  font-style: normal;
  color: #807f7f;
  font-size: 12px;
  width: 100%;
white-space: nowrap;
}
.navbar__logo-img {
  height: 32px;
  margin-right: 0.5rem;
}
.navbar__links {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: max-height 0.3s;
  
  
}
.User-diamants{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 30px;
    padding: 0% 1rem;
    background-color: #f5f4f4;
    border-radius: 5px;
    font-size: 14px;
    color: #222;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; 
    gap:3px;
}
.Buy-diamants{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 30px;
    padding: 0% 1rem;
    background-color: #1a1a1a;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; 
    gap:3px;
    cursor: pointer;
}
.Buy-diamants:hover{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0% 1rem;
    background-color: #323232;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; 
    gap:3px;
    cursor: pointer;
}
.navbar__user-info{
    display: flex;
    align-items: center;
    gap: 10px;
}
.navbar__links li a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  transition: color 0.2s;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300; 
  font-style: normal;
  font-size: 14px;
}
.navbar__links li a:hover {
  color: #807f7f;
}
.navbar__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: none;
  border: 1px solid rgb(213, 212, 212);
  border-radius: 3px;
  cursor: pointer;

}
.navbar__toggle-bar {
  width: 15px;
  height: 1px;
  background: #222;
  margin: 2px;
  border-radius: 2px;
  transition: all 0.3s;

}
.navbar__links-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-btn-buy{
    width: 100%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500; 
  font-style: normal;
  color: #ffffff;
  font-size: 10px;
}
.connexion{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: none;
  border: 1px solid rgb(213, 212, 212);
  border-radius: 3px;
  cursor: pointer;
}
.connexion:hover{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #e9e8e8;
  border: 1px solid rgb(213, 212, 212);
  border-radius: 3px;
  cursor: pointer;
}

/* Hero Section Styles */


.hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 
    text-align: center;
    padding-top:50px;
    width: 100%;
}
.hero-title{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700; 
  font-style: normal;
  color: #222;
  font-size: 32px;
  margin-bottom: 0%;
}
.hero-sub-title{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300; 
    font-style: normal;
    color: #807f7f;
    font-size: 18px;
    margin-top: 10px; 
    width: 100%;
   
}

/* --- Hero Section Styles --- */

/* Search Section Styles */
.search{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top:20px;
    width: 100%;
}
.search-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #ffffff;
    border: 1px solid rgb(213, 212, 212);
    border-radius: 15px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px;
}
.Search-title{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; 
  font-style: normal;
  color: #222;
  font-size: 14px;

}
.Search-form{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}
.Search-input-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
.Search-input {
    width: 100%;
    height: 40px;
    padding: 0 10px 0 38px;
    border: 1px solid rgb(213, 212, 212);
    border-radius: 5px;
    background-color: #f5f4f4;
    color: #595858;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    box-sizing: border-box;
}
.Search-input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: #1d1d1d;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Search-select{
    width: 30%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid rgb(213, 212, 212);
    border-radius: 5px;
    background-color: #f5f4f4;
    color: #222;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300; 
    font-style: normal;
    font-size: 14px;
}
/* --- classement Section Styles --- */
.classement-container{
    display: flex;
    flex-direction: column;
    align-items:  flex-start;
    justify-content: flex-start;
    padding-top: 20px;
    width: 100%;

}
.classement-title{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700; 
    font-style: normal;
    color: #222;
    font-size: 24px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.classement-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
}
.classement-item{
     display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #ffffff;
    border: 1px solid rgb(213, 212, 212);
    border-radius: 15px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px;

}
.classement-rank{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600; 
    font-style: normal;

    font-size: 15px;
    width: 20px;
    height: 20px;

    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.classement-country-flag{
    font-size: 35px;
}
.classement-country-name{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700; 
    font-style: normal;
    color: #222;
    font-size: 18px;
    width: 100%;
}
.classement-country-habitants{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300; 
    font-style: normal;
    color: #807f7f;
    font-size: 14px;
    width: 100%;
}
.classement-country-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap:5px;
}
.classement-votes{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}
.classement-votes-diamonds{
     font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700; 
    font-style: normal;
    color: #222;
    font-size: 18px;
    width: 100%;
      display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap:10px;

}
.diamonds{
      font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300; 
    font-style: normal;
    color: #807f7f;
    font-size: 14px;
    width: 100%;
}
.classement-vote-btn{
      display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 30px;
    padding: 0% 1rem;
    background-color: #1a1a1a;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; 
    gap:3px;
    cursor: pointer;
}
.classement-vote-btn:hover{
       display: flex;
    align-items: center;
    justify-content: center;
    padding: 0% 1rem;
    background-color: #323232;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; 
    gap:3px;
    cursor: pointer;
}
.classement-country{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:flex-start;
    width: 100%;
    gap:15px;
}
.classement-rank-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap:15px;
}
.classement-info-actions{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding-top:10px;

}
.classement-actions{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap:10px;
}
.vote-quantity-control{
    background-color: #f5f4f4;
    border: 1px solid rgb(213, 212, 212);   
    border-radius: 5px;
     padding: 0% 1rem;
      font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    
}
.vote-quantity-btn {
     background-color: #f5f4f4;
   
    border: none;
    color: #222;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    cursor: pointer;
    padding: 5px;
}
.classement-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s ease-in-out;

}
.user-username::before {
    content: '';
}
@media (max-width: 900px) {

    .dropdown-filter {
  position: relative;
  width: 100%;
}
.dropdown-btn {
  width: 100%;
  background: #f5f4f4;
  border: 1px solid rgb(213, 212, 212);
  border-radius: 5px;
  color: #222;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 36px 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: border 0.2s;
}

    .navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    padding: 0;
}

    .hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    padding-top:50px;
    width: 100%;
        width: 80%;
    margin-left: auto;
    margin-right: auto;

}
    .Search-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}
.Search-select{
     width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid rgb(213, 212, 212);
    border-radius: 5px;
    background-color: #f5f4f4;
    color: #222;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300; 
    font-style: normal;
    font-size: 14px;
}
    .sub-title-logo{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300; 
  font-style: normal;
  color: #807f7f;
  font-size: 12px;
  width: 100px;

}
.classement-votes-diamonds{
     font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700; 
    font-style: normal;
    color: #222;
    font-size: 18px;
    width: 100%;
      display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap:10px;
    flex-wrap: wrap;
}
 .user-username-desktop {
        display: none;
    }

    .user-username-mobile {
        display: inline-block;
        vertical-align: middle;
    }
   .user-username {
        font-weight: bold;
        position: relative;
        color:#222;
    }
.user-username{
    display: none;
  }
  .classement-votes{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
    .User-diamants{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 30px;
    padding: 0% 1rem;
    background-color: #f5f4f4;
    border-radius: 5px;
    font-size: 10px;
    color: #222;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; 
    gap:3px;
}
.Buy-diamants-send-support{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0% 1rem;
    background-color: #1a1a1a;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; 
    gap:3px;
    cursor: pointer;
}
    .Buy-diamants{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
     height: auto;
    background-color: #1a1a1a;
    font-size: 10px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; 
    gap:3px;
    cursor: pointer;
}
.icon-cart{
    width: 16px;
    height: 16px;
}
    .title-logo{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700; 
  font-style: normal;
   color: #222;
   font-size: 12px;

}
.sub-title-logo{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500; 
  font-style: normal;
  color: #807f7f;
  font-size: 10px;
  white-space: wrap;

}
  .navbar__links {
    gap: 1rem;
  }
  .navbar__links-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    margin-right: 5px;
}
 .navbar__toggle {
    display: flex;
  }
  .navbar__links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    gap: 0; 

  }
  .navbar__links li {
    width: 100%;
  }
  .navbar__links li a {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #eee;
     font-size: 14px;
  }
  .navbar__links--open {
    max-height: 500px;
    transition: max-height 0.3s;
  }
  .navbar__toggle--open .navbar__toggle-bar:nth-child(1) {
    transform:  translateY(5px) rotate(45deg);
  }
  .navbar__toggle--open .navbar__toggle-bar:nth-child(2) {
    opacity: 0;
  }
  .navbar__toggle--open .navbar__toggle-bar:nth-child(3) {
    transform:  translateY(-5px) rotate(-45deg);
  }
   #buy-diamonds-btn{
    border-radius: 0%;
    padding: 16px 24px ; 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem 1.5rem;
  }
  .text-btn-buy{
    font-size: 14px;
  }
  
}
@media (max-width: 700px) {
    .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0.5rem 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  position: relative;
  z-index: 10;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
 
}
 .user-username-desktop {
        display: none;
    }

    .user-username-mobile {
        display: inline-block;
        vertical-align: middle;
    }
   .user-username {
        font-weight: bold;
        position: relative;
        color: #222;
    }

  .user-username{
    display: none;
  }
       .dropdown-filter {
  position: relative;
  width: 100%;
}
.dropdown-btn {
  width: 100%;
  background: #f5f4f4;
  border: 1px solid rgb(213, 212, 212);
  border-radius: 5px;
  color: #222;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 36px 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: border 0.2s;
}
.title-logo{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700; 
  font-style: normal;
   color: #222;
   font-size: 12px;

}
.Buy-diamants-send-support{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    padding: 0% 1rem;
    background-color: #1a1a1a;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; 
    gap:3px;
    cursor: pointer;
}
  .Buy-diamants{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color: #1a1a1a;
    font-size: 10px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; 
    gap:3px;
    cursor: pointer;
}
.sub-title-logo{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300; 
  font-style: normal;
  color: #807f7f;
  font-size: 10px;
  white-space: wrap;

}
  .navbar__toggle {
    display: flex;
  }
  .navbar__links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    gap: 0; 

  }
  .navbar__links li {
    width: 100%;
  }
  .navbar__links li a {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #eee;
     font-size: 14px;
  }
  .navbar__links--open {
    max-height: 500px;
    transition: max-height 0.3s;
  }
  .navbar__toggle--open .navbar__toggle-bar:nth-child(1) {
    transform:  translateY(5px) rotate(45deg);
  }
  .navbar__toggle--open .navbar__toggle-bar:nth-child(2) {
    opacity: 0;
  }
  .navbar__toggle--open .navbar__toggle-bar:nth-child(3) {
    transform:  translateY(-5px) rotate(-45deg);
  }
  .buyBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    font-size: 10px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500; 
    gap:3px;
    cursor: pointer;
    padding: 16px 24px ; 
  }
  #buy-diamonds-btn{
    border-radius: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem 1.5rem;
  }
    .text-btn-buy{
    font-size: 14px;
  }
  .classement-votes{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
      .Search-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}
.Search-select{
     width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid rgb(213, 212, 212);
    border-radius: 5px;
    background-color: #f5f4f4;
    color: #222;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300; 
    font-style: normal;
    font-size: 14px;
}

    .hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    padding-top:50px;
    width: 100%;
        width: 80%;
    margin-left: auto;
    margin-right: auto;

    .classement-votes-diamonds{
     font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700; 
    font-style: normal;
    color: #222;
    font-size: 18px;
    width: 100%;
      display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap:10px;
    flex-wrap: wrap;
}
}
.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    padding: 0;
}
}
body {
    background-color: rgb(252, 252, 252);
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    box-sizing: border-box; 
}
