body {
    margin: 0;
    padding: 0;
    height: 80% !important;
    background-color: rgb(17, 17, 52);
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: white;
}

#paypal-button-container {
    justify-content: center;
    padding-left:300px;
    align-items: center;
    height: 100vh; /* Assurez-vous que la hauteur soit au moins égale à la hauteur de la fenêtre */
  }

.wrapper {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 10px;
    margin: 10px;
}

.card {
    border: #192453 2px solid;
    width: 450px;
    height: 300px;
    border-radius: 25px;
    background-color: rgb(17, 17, 52);
}

.cardp {
    border: #495fc2 2px solid;
    width: 350px;
    height: 400px;
    border-radius: 25px;
    background-color: rgb(17, 17, 52);
    align-items: center;
    padding: 10px;
}

.cardp2 {
    border: #495fc2 2px solid;
    width: 350px;
    height: 450px;
    border-radius: 25px;
    background-color: rgb(17, 17, 52);
    align-items: center;
    padding: 10px;
}

.card a {
    position: relative;
}

.region_text {
    position: absolute;
    bottom: -50px;
    /* padding-left: 20px;
      padding-right: 30px; */
    left: 12px;
}

.region_buttons {
    color: #fefafa;
    /* padding: 4px 160px; */
    border-radius: 10px;
    background-color: #483bd7;
    border: 2px solid transparent;
    width: 420px;
    height: 48px;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
}

.trait {
    width: 100pxpx;
    height: 100px;
    background-color: #4c0267;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.avatar1 {
    height:300px;
    width: 250px;
    /* border: 5px blue solid; */
    border-radius: 100%;
    /* margin: 20px; */
    position: relative;
    bottom: 130px;
right: 70px;
}

.nom_avatar1 {
    color: #fefafa;
    font-size: 20px;
    position: relative;
    left: 100px;
    top: 30px;
}

.header {
    color: #fefafa;
}

.description {
    align-items: center;
    color: red;
}

.sectiondebut {
    background-color: rgb(17, 17, 52);
    padding-bottom: 20px;
}

.sectionfin {
    background-color: rgb(8, 46, 46);
    color: blue;
    padding-top: 10px;
}

.navbar-principale {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.nav-elements {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-elements .buttonuser,
.nav-elements .nombreCredit {
    margin: 0;
}

.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.hamburger-line {
    width: 100%;
    height: 2px;
    background-color: white;
    transition: all 0.2s ease;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.user-count {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-size: 0.9rem;
    white-space: nowrap;
    margin-left: 1rem;
}

@media (max-width: 992px) {
    .logodebut {
        gap: 0.75rem;
    }

    .user-count {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .nav-container {
        position: relative;
    }

    .hamburger-menu {
        display: flex;
        margin-left: auto;
        z-index: 1002;
    }

    .nav-elements {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 280px;
    background-color: rgb(17, 17, 52);
        flex-direction: column;
        padding: 5rem 1.5rem;
        transition: all 0.3s ease;
        gap: 2rem;
        align-items: flex-start;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
        z-index: 1001;
    }

    .nav-elements.active {
        right: 0;
    }

    .logodebut {
        max-width: calc(100% - 50px);
        overflow: hidden;
    }

    .user-count {
        font-size: 0.8rem;
        margin-left: 0.5rem;
    }

    .nav-elements .buttonuser,
    .nav-elements .nombreCredit {
        width: 100%;
    }

    .nav-credit,
    .nav-user {
        width: 100%;
    }

    .nav-credit {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .buttonuser,
    .nombreCredit {
        width: 100%;
        text-align: left;
    }

    .dropdown {
        width: 100%;
    }

    .dropdown-menu {
        width: 100%;
        position: static;
        margin-top: 0.5rem;
        background-color: rgba(255, 255, 255, 0.05);
        border: none;
    }

    .dropdown-menu .nav-link {
        color: white;
        padding: 0.75rem 1rem;
    }

    .dropdown-menu .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 576px) {
    .navbar-principale {
        padding: 0.8rem;
    }

    .nav-container {
        padding: 0 0.5rem;
    }

    .linklogodebut {
        font-size: 1.2rem;
    }

    .user-count {
        font-size: 0.75rem;
    }

    .logodebut {
        gap: 0.5rem;
    }
}

.footer {
    color: #192453;
    background-color: rgb(12, 12, 12);
}

.boxsection {
    display: flex;
    justify-content: center;
    color: #fefafa;
}

.box1section {
    justify-content: center;
    height: 200px;
    width: 350px;
    text-align: center;
}

.boxfooter {
    display: flex;
    justify-content: center;
    color: #fefafa;
}

.logofin {
    height: 150px;
    width: 500px;
    font-size: 35px;
    text-align: center;
    padding: 30px;
    color: #fefafa;
}

.box1 {
    height: 150px;
    width: 300px;
}

.box2 {
    height: 150px;
    width: 300px;
}

.sectionfin div h2 {
    color: #fefafa;
    text-align: center;
}

.logodebut {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: nowrap;
    min-width: fit-content;
}

.linklogodebut {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

.point {
    color: rgb(74, 243, 74);
    font-size: 0.5rem;
}

.buttonuser {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    min-width: 150px;
    justify-content: center;
    transition: all 0.3s ease;
}

.buttonuser:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

.buttonuser:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.dropdown-menu {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .nav-link {
    color: #333;
    padding: 0.5rem 1rem;
}

.dropdown-menu .nav-link:hover {
    background-color: #f8f9fa;
}

.sectionChat {
    margin: auto;
    padding: 1rem;
    height: 300px !important;
}

.iconeuser {
    font-size: 25px;
}

.icone-good {
    height: 25px;
    width: 40px;
}

.liste-desc {
    list-style: none;
    display: flex;
    color: #fefafa;
}

.liste-desc li {
    border: 1px solid white;
    border-radius: 20px;
    margin: 15px 5px;
    padding: 5px 20px;
    font-size: 15px;
}

.description1 p {
    color: #fefafa;
    font-size: 16px;
    margin: 10px 20px;
}

.liste-desc .Amour {
    border-color: red;
}

.description1 .p-avatar2 {
    color: #fefafa;
    font-size: 16px;
    margin: -6px 20px;
}

#contain .chatavatar {
    border: 1px solid rgb(37, 37, 62);
    height: 100px;
    margin-top: -25px;
    margin-bottom: 5px;
    align-items: center;
    padding-top: 35px;
    border-left: none;
    border-right: none;
}

#contain .avatarchat {
    height: 60px;
    width: 60px;
    border: 5px blue solid;
    border-radius: 100%;
    margin: 20px;
    position: relative;
    bottom: 100px;
    left: 180px;
}

#contain .iconback {
    border: 2px solid rgb(91, 60, 139);
    padding: 20px 12px;
    color: #fff;
    border-radius: 9px;
    background-color: #192453;
    position: relative;
    left: 150px;
    bottom: 20px;
    cursor: pointer;
}

#contain .nomvoyant {
    color: #fff;
    font-size: 20px;
    position: relative;
    left: 165px;
    bottom: 115px;
}

#contain .chatCredit {
    position: relative;
    left: 85px;
    bottom: 80px;
    font-size: 18px;
    color: rgb(119, 135, 176);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

#formChatUser {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

#formChatUser .textarea {
    border: 3px double blue;
    width: 925px;
    height: 45px;
    border-radius: 10px;
    margin-left: 140px;
}

#formChatUser .envoyer {
    background-color: rgb(64, 155, 64);
    padding: 10px 30px;
    color: #000;
    border-radius: 10px;
}

#chat_user {
    margin-left: 150px;
    margin-right: 150px;
    height: 200px;
    margin-top: -15px;
    padding: 15px;
    padding-top: 30px;
    z-index: 1;
    position: relative;
    overflow-y: auto;
	background-color:red;
}

#chat_user .avatar_chat {
    height: 50px;
    width: 50px;
    border: 5px #111f5e solid;
    border-radius: 10%;
}

#chat_user .message_user .avatar_userchat {
    border: 2px rgb(26, 91, 181) solid;
    padding: 12px 15px;
    border-radius: 100%;
    color: #000;
    background-color: yellow;
    font-size: 18px;
    margin-left: 4px;
    width: 50px;
    height: 50px;
}

#chat_user .message_user {
    z-index: 0;
    float: right;
    display: flex;
    flex-grow: 1;
}

#chat_user .message_user .text_user {
    border: 1px solid #192453;
    padding: 14px 10px;
    border-radius: 10px;
    color: #000;
    background-color: rgb(45, 45, 240);
}

#chat_user .message_agent {
    position: relative;
    z-index: 0;
    margin-top: 60px;
}

#chat_user .message_agent .text_agent {
    border: 1px solid #192453;
    padding: 21px 10px;
    border-radius: 10px;
    color: #fff;
    background-color: #111f5e;
}

.nombreCredit {
    border: 1px solid #8842a5;
    color: #fefafa;
    font-size: 20px;
   border-radius: 5px;
   background-color: #8842a5;
   padding: 2px 15px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-left: 1rem;
}

.nav-credit,
.nav-user {
    display: flex;
    align-items: center;
}

.nav-credit {
    margin-right: 1rem;
}
