@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
body {
    font-family: "Space Grotesk", serif;
    background-color: #000000;
    /* padding: 25px !important;*/
    position: relative;
}
::selection {
    background-color: #f8b607;
    color: #fff;
}
/*heade*/
#navbarNav ul li a,
.navlink {
    color: #fff;
    width: fit-content;
    transition: none !important;
    font-size: 22px;
    font-weight: 500;
    font-family: "Space Grotesk", serif;
}
.navbar-nav {
    gap: 20px;
}
#contentnavfluid {
    width: 97% !important;
    background: rgb(26, 31, 54, 0.4);
    border-radius: 5px;
    padding: 10px;
    backdrop-filter: blur(10px);
}
#logop2p {
    width: 100px;
    height: auto;
}
#navbarNav ul li a:hover {
    color: #f8b607;
    font-weight: 500 !important;
    appearance: none;
}
.navbar-brand {
    color: #f8b607;
    font-size: 25px;
}
.navbar-brand:hover {
    color: #f8b607;
}
#contactheader {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-family: "Space Grotesk", serif;
    font-size: 22px;
}
#authheader {
    color: #fff;
    font-weight: 500;
    font-family: "Space Grotesk", serif;
    font-size: 22px;
}
#authheader a:hover {
    color: #f8b607 !important;
}
.navbar-toggler {
    padding: 5px;
    box-shadow: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
#preheadercontent {
    z-index: 9999;
}
#containerRegister {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    position: relative;
}

#backgroundregist {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
    object-fit: cover;
}
#cardform {
    background-color: rgb(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* Safari */
    width: 500px;
    padding: 50px;
    border-radius: 10px;
    gap: 25px;
    height: auto;
}
#cardform h2 {
    font-weight: 700;
}
#cardform .form-group {
    margin-bottom: 10px;
}
#cardform .form-group label {
    color: #fff;
    font-weight: 500;
}
#cardform .form-group input[type="text"],
#cardform .form-group input[type="password"],
#cardform .form-group input[type="email"],
#cardform select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #f8b607;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    background: transparent;
    color: #fff;
}
#cardform select option {
    color: #000;
}
#cardform .form-group input[type="number"] {
    width: 73%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #f8b607;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    background: transparent;
    color: #fff;
    -moz-appearance: textfield;
}
#cardform .form-group input[type="number"]:focus {
    box-shadow: 0 0 5px rgb(248, 182, 7, 0.8) !important;
}
#cardform .form-group input[type="number"]::-webkit-outer-spin-button,
#cardform .form-group input[type="number"]::-webkit-inner-spin-button {
    display: none;
}
#cardform .form-group input[type="text"]:focus,
#cardform .form-group input[type="password"]:focus,
#cardform .form-group input[type="email"]:focus,
#cardform select:focus {
    box-shadow: 0 0 5px rgb(248, 182, 7, 0.8) !important;
}
#cardform .form-group input[type="text"]::-webkit-input-placeholder,
#cardform .form-group input[type="password"]::-webkit-input-placeholder,
#cardform .form-group input[type="email"]::-webkit-input-placeholder {
    color: #ddd !important;
    opacity: 0.5;
}
.input-group {
    position: relative;
}
#cardform .invalid-feedback {
    color: rgb(241, 50, 76) !important;
}
.input-group-append {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    z-index: 7;
    display: flex;
    justify-content: center;
    align-items: center;
}
#phone_number {
    display: flex;
    flex-direction: column;
}
.contientphone {
    width: 95%;
    position: relative;
    margin-bottom: 40px !important;
}
.contientphone .invalid-feedback {
    position: absolute !important;
    left: -28% !important;
    text-align: left !important;
    width: fit-content !important;
}
.paysderesidence {
    margin-top: -25px;
}
.input-group-append .fa-eye,
.input-group-append .fa-eye-slash {
    color: #f8b607;
}
#cardform p:not(.pascheckbock) {
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin: 20px;
}
.pascheckbock {
    text-align: center;
    color: #fff;
    font-weight: 500;
}
#cardform p a {
    color: #f8b607;
}
#cardform select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent; /* Arrière-plan transparent pour enlever la flèche */
    padding-right: 20px;
}
#cardform input[type="checkbox"]:focus {
    border-color: #f8b607;
    box-shadow: 0 0 5px rgb(248, 182, 7, 0.8) !important;
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #f8b607 !important;
}
#cardform input[type="password"]::-moz-placeholder {
    color: #ddd;
}
#cardform input[type="checkbox"] {
    background-color: transparent !important;
    border: 1px solid #f8b607 !important;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 20px;
}
.containersubmit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#acceptertermes {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row-reverse;
    padding: 0;
    gap: 8px;
}
#cardform .input-group p s {
    color: #f8b607;
}

#submitregist {
    background-color: #f8b607 !important;
    padding: 10px;
    border-radius: 8px;
    outline: none;
    border: none;
    font-weight: 500;
    margin: 10px auto !important;
}

/*Login*/
#containerlogin {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    position: relative;
}
#backgroundlogin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
    object-fit: cover;
}
.cardlogin {
    background-color: rgb(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* Safari */
    width: 500px;
    padding: 50px;
    border-radius: 10px;
    gap: 25px;
    height: auto;
}
.cardlogin h2 {
    font-size: 33px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.cardlogin .loginitems input[type="password"],
.cardlogin .loginitems input[type="email"],
.cardlogin .loginitems input[type="text"],
.cardlogin input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #f8b607;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    background: transparent;
    color: #fff;
    margin-bottom: 20px;
}
.heyattention {
    margin: 0 !important;
}
.cardlogin .loginitems label {
    color: #fff;
    font-weight: 500;
}
.Resetpasse {
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.Resetpasse a {
    color: #f8b607;
}
.sendlog {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px !important;
}
.connexion {
    background-color: #f8b607 !important;
    padding: 10px;
    border-radius: 8px;
    outline: none;
    border: none;
    font-weight: 500;
    margin: 0 auto !important;
    width: 200px !important;
}
.cardlogin .loginitems input[type="password"]:focus,
.cardlogin .loginitems input[type="email"]:focus,
.cardlogin .loginitems input[type="text"]:focus,
.cardlogin select:focus {
    box-shadow: 0 0 5px rgb(248, 182, 7, 0.8) !important;
}
.cardlogin .loginitems input[type="password"]::-webkit-input-placeholder,
.cardlogin .loginitems input[type="email"]::-webkit-input-placeholder,
.cardlogin .loginitems input[type="text"]::-webkit-input-placeholder {
    color: #ddd !important;
    opacity: 0.5;
}
.loginitems input[type="checkbox"]:focus {
    border-color: #f8b607;
    box-shadow: 0 0 5px rgb(248, 182, 7, 0.8) !important;
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #f8b607 !important;
}
.loginitems input[type="password"]::-moz-placeholder {
    color: #ddd;
}
.loginitems input[type="checkbox"] {
    background-color: transparent !important;
    border: 1px solid #f8b607 !important;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 18px;
    height: 18px;
}
.remmerred {
    display: flex;
    justify-content: start;
    flex-direction: row;
    align-items: flex-end;
    gap: 15px;
    color: #fff;
}
.remmerred p {
    font-weight: 500;
}
.loginitems .form-group {
    height: auto;
    position: relative;
}
#toggleIconvisibility {
    position: absolute;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
    display: block !important;
    z-index: 7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f8b607;
    cursor: pointer;
}
.toggleIconvisibility {
    position: absolute;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
    display: block !important;
    z-index: 7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f8b607;
    cursor: pointer;
}

/* verify*/
#containerverify {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    position: relative;
}
#containerverify img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
    object-fit: cover;
}
.cardverify input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #f8b607;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    background: transparent;
    color: #fff;
    margin-bottom: 20px;
}
.cardverify input[type="text"]:focus {
    box-shadow: 0 0 5px rgb(248, 182, 7, 0.8) !important;
}
.cardverify {
    background-color: rgb(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* Safari */
    width: 500px;
    padding: 50px;
    border-radius: 10px;
    gap: 25px;
    height: auto;
}
.cardverify h2 {
    color: #f8b607;
    font-weight: 700;
}
.cardverify .textdesc {
    color: #fff;
}
.verify-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    margin-top: 18px;
}
.renvoielien {
    color: #f8b607;
    outline: none;
    border: none;
    margin: 0 auto;
    background-color: transparent;
}

#codevalidation {
    text-align: center;
    text-decoration: none;
    padding: 10px;
    background-color: #f8b607;
    color: #fff;
    border-radius: 10px;
    border: none;
    outline: none;
    margin-top: 10px;
}

/*body*/
#slideHero {
    height: 100vh;
    object-fit: cover;
    position: relative;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    z-index: -1;
    width: 100%;
}
#slideHero img {
    filter: brightness(0.3);
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.titlrepresent {
    position: absolute;
    left: 50px;
    top: 65px;
    display: flex;
    justify-content: space-evenly;
}
#slideHero h3 {
    color: #fff;
    font-size: 50px;
}
#slideHero h3 span {
    color: #f8b607;
}
#slideHero p {
    color: #fff;
    font-size: 30px;
    width: 80%;
}
.active-link {
    color: #f8b607 !important;
}
.prixentempsreel {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    width: auto;
    background-color: #1a1f36;
    padding: 10px;
    margin: 0;
    overflow: hidden;
}
.prixentempsreel div {
    width: 360px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    animation: defilement 10s linear infinite;
}
@keyframes defilement {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.prixentempsreel div img {
    width: 35px;
    height: 35px;
}
.prixentempsreel div h1 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.prixentempsreel div h3 {
    font-size: 17px;
    font-weight: 700;
    color: #ddd9ce;
}
.prixentempsreel div h2 {
    font-size: 17px;
    font-weight: 700;
    color: green;
}
/*etapes*/
.etape {
    width: 100%;
    height: 70vh;
    background-color: #fff;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.etape h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}
.etape p {
    width: 800px;
    text-align: center;
    margin: 20px auto;
    font-size: 20px;
    font-weight: 300;
}
.lesetaps {
    width: 1300px;
    height: 500px;
    margin: 28px 0 !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 40px;
    padding: 10px;
}
.lesetaps div {
    height: 300px;
    width: 400px;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-right: 25px;
    padding-left: 25px;
    position: relative;
    gap: 8px;
}
.lesetaps div:hover {
    box-shadow: 0 0 10px 4px rgb(0, 0, 0, 0.1);
}
.lesetaps div h1 {
    font-size: 23px;
    font-weight: 500;
    font-family: "Space Grotesk", serif;
    padding: 10px;
    height: 40px;
    width: 40px;
    background-color: #f8b607;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -20px;
    top: 20px;
}
.lesetaps div i {
    font-size: 32px;
    top: 3px;
    color: #b6a883;
}
.lesetaps div h2 {
    font-size: 25px;
    font-weight: 500;
}

.lesetaps div p {
    font-size: 16px;
    font-weight: 400;
    width: 320px;
    text-align: start;
    padding: 0;
    margin: 0;
}
.lesetaps div a {
    text-decoration: none;
    color: #f8b607;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.lesetaps div a i {
    font-size: 17px;
    color: #f8b607;
    transition: transform 0.3s ease-in-out; /* Animation fluide */
    transform: translateX(0); /* Position initiale */
}
.lesetaps div a:hover i {
    transform: translateX(20px);
}
/* about currency */
.aboutcurrency {
    position: relative;
    background: #1a1f36;
    height: 70vh;
    display: flex;
    justify-content: space-between;
    padding: 55px 40px;
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.aboutcurrency .content {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto 0;
    height: 30vh;
}
.aboutcurrency .content h1 {
    color: #f8b607;
}
.aboutcurrency .content p {
    color: #fff;
    font-size: 20px;
}
.aboutcurrency .knowofwe {
    width: 45%;
    margin: auto 0;
    height: 30vh;
    position: relative;
}
.aboutcurrency .knowofwe::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -8px;
    height: 100%;
    width: 5px;
    background-color: #f8b607;
}
.aboutcurrency .knowofwe h1 {
    color: #f8b607;
}
.aboutcurrency .knowofwe ul li {
    color: #fff;
    font-size: 18px;
}
.aboutcurrency .knowofwe ul li span {
    color: #f8b607;
}
/* why */
.pourquoi {
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #fff;
    padding: 55px 40px;
}
.whyimg {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whyimg img {
    width: 60%;
    height: 60%;
}
.whychoose {
    width: 50%;
    color: #000;
}
.whychoose h1 {
    color: #f8b607;
    text-transform: uppercase;
}
.whychoose p {
    font-size: 18px;
    width: 100%;
}
.raisonscurrencie {
    display: flex;
    justify-content: center;
    align-items: center;
}
.numberesea {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 80px;
    position: relative;
    top: -33px;
}
.numberesea h1 {
    color: #fff;
    background-color: #f8b607;
    text-transform: uppercase;
    font-size: 23px;
    padding: 8px;
    position: relative;
}
.numberesea h1:nth-child(1) {
    position: relative;
}
.numberesea h1:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: -150%;
    left: 50%;
    height: 100%;
    width: 3px;
    background-color: #f8b607; /* Remplace color par background-color */
    opacity: 1;
}
.reelreasons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 50px 50px 50px 50px;
}
.reelreasons div {
    margin: 0 auto;
    padding: 0;
}
/* contact home */
.contactAccueil {
    position: relative;
    height: 70vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    gap: 20px;
}
#animationcontact {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.contactAccueil i:not(.callcenter i) {
    font-size: 62px;
    color: #fff;
}
.contactAccueil h1 {
    font-size: 53px;
    color: #f8b607;
}
.contactAccueil .callcenter {
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #fff;
    font-size: 18px;
    gap: 20px;
}
.contactAccueil .callcenter h2 {
    color: #f8b607;
    font-size: 25px;
}
.contactAccueil p {
    width: 700px;
    font-size: 16px;
    font-weight: 300;
}
/* footer */
footer {
    height: 50vh;
    width: 100%;
    border-top: 0.5px;
    border-top-color: #fff;
    padding: 40px 0 0 0;
    background: #111424;
}
.primaires {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    padding: 50px;
}
.sectionlogo {
    width: 500px;
    gap: 12px !important;
}
.sectionlogo a {
    font-size: 52px;
    text-decoration: none;
    color: #f8b607;
    font-weight: 700;
}
.sectionlogo p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.sectionlien {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sectionlien h1 {
    color: #f8b607;
    font-size: 43px;
}
.sectionlien ul {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 15px;
}
.sectionlien ul li {
    list-style: none;
}
.sectionlien ul li a {
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.sectionlien ul li a:hover {
    color: #f8b607;
}
.Entreprise {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
}
.Entreprise h1 {
    color: #f8b607;
    font-size: 43px;
}
.Entreprise ul {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin: 0;
}
.Entreprise ul li {
    list-style: none;
}
.Entreprise ul li a {
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.Entreprise ul li a:hover {
    color: #f8b607;
}
.reseaux {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding: 0;
}
.reseaux h1 {
    color: #f8b607;
    font-size: 43px;
}
.reseaux ul {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin: 0;
}
.reseaux ul li {
    list-style: none;
}
.reseaux ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.reseaux ul li a:hover {
    color: #f8b607;
}
.reserved {
    font-size: 20px;
    color: #fff;
    padding: 40px 40px 20px 40px;
}
.reserved span {
    color: #f8b607;
}
.melange {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 500px;
}

/* Animation pulse */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(248, 182, 7, 0.8);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 20px rgba(248, 182, 7, 1);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(248, 182, 7, 0.8);
    }
}

/*kyc*/
.containerkyc {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 800px;
    height: auto;
    margin: 80px auto;
    font-family: "Space Grotesk", serif;
}
.containerkyc h2 {
    font-weight: 500;
}
.containerkyc p {
    font-weight: 500;
}
.hidden {
    display: none;
}
.containerkyc button {
    background-color: transparent;
    color: #000;
    padding: 10px;
    border: 1px solid #f8b607;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.containerkyc button:hover {
    background-color: #f8b607;
    color: #fff;
}
.navbar-toggler:hover {
    /* background-color: #f8b607;*/
    color: #fff;
}
.upload-section {
    margin-top: 20px;
}
#principalbtn {
    margin: 0 auto;
}
.containerkyc form {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.containerkyc form .miseengard {
    text-align: left;
    font-size: 18px;
}
.containerkyc form .upload-section,
form .upload-driver {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
}

.upload-label {
    display: inline-block;
    background-color: #f8b607;
    color: white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.upload-label:hover {
    background-color: #e9ac06;
}

.containerkyc form .upload-section input[type="file"],
form .upload-driver input[type="file"] {
    display: none; /* Cache l'input, mais il reste accessible via le label */
}

.containerkyc form .upload-section p {
    font-size: 18px;
}
.containerkyc form .upload-section img,
.upload-driver img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}
#soumettredox {
    margin-top: 20px;
}

/* preloader*/
.preloders {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1f36;
    z-index: 999999;
}
#preloader.fade-out {
    opacity: 0;
    pointer-events: none;
}
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8b607;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/* page d'annonce*/
.contenaurAnnonce {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    margin-top: 25px;
}
#animationsellebuy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    pointer-events: none;
}
.lesdeuxtypedaction {
    width: 200px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.lesdeuxtypedaction button {
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    padding: 8px;
}
.filtrage {
    background-color: #1a1f36 !important;
    border: none !important;
}
.filtrage:hover {
    color: #f8b607;
    background-color: #1a1f36;
}
.pourfiltreettitre {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    width: 600px;
    align-items: baseline;
}
.pourfiltreettitre h2 {
    font-weight: 500;
    color: #fff;
}
.pourfiltreettitre button {
    border: none;
    outline: none;
    padding: 8px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #f8b607;
}
.pourfiltreettitre .dropdown .lesfiltrages {
    width: 300px;
    padding: 10px;
    gap: 10px;
}
.pourfiltreettitre .dropdown .lesfiltrages input {
    width: 100%;
    margin: 8px 0;
    padding: 5px;
    border: 1px solid #f8b607;
    box-shadow: none;
    outline: none;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
}
.toutlesannoncesAchat {
    display: flex;
    justify-content: start;
    flex-direction: column;
}
#cards-container,
#cardventes {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: start !important;
    flex-wrap: wrap !important;
    width: 100%;
    padding: 20px;
    gap: 25px;
}
#cards-container .card,
#cardventes .card {
    background-color: rgb(255, 255, 255, 0.1);
    backdrop-filter: blur(7px);
    width: 290px;
    height: 300px;
    border-width: 1px;
    border-color: #1a1f36;
    display: flex;
    justify-content: start;
}
#cards-container .card h5,
#cardventes .card h5 {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    color: #fff;
}
#cards-container .card h5 span,
#cardventes .card h5 span {
    color: #f8b607;
    font-size: 23px;
}
#cards-container .card h6,
#cardventes .card h6 {
    font-size: 18px;
    color: #fff;
    margin: 15px 0;
    font-weight: 300;
}
#cards-container .card h6 span,
#cardventes .card h6 span {
    color: #f8b607;
}
#cards-container .card p,
#cardventes .card p {
    font-size: 18px;
    color: #fff;
    margin: 15px 0;
    font-weight: 300;
}
#cards-container .card p span,
#cardventes .card p span {
    color: #f8b607;
}
#cards-container .card a,
#cardventes .card a {
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
    font-weight: 500;
    background: #f8b607;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}

/* creation d'annonce*/
#creationdannonce {
    width: 450px;
    padding: 25px;
    font-family: "Space Grotesk", serif;
}
#creationdannonce .mb-3 {
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 100%;
}

#creationdannonce .mb-3 input,
#creationdannonce .mb-3 select {
    width: 100%;
    padding: 10px;
    border: 1px solid #f8b607;
    background: transparent;
    outline: none;
    box-shadow: none;
    border-radius: 6px;
    appearance: none !important;
}
#creationdannonce .mb-3 input[type="number"] {
    -moz-appearance: textfield;
}

#creationdannonce .mb-3 input[type="number"]::-webkit-outer-spin-button,
#creationdannonce .mb-3 input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#creationdannonce .mb-3 input:focus,
#creationdannonce .mb-3 select:focus {
    box-shadow: 0 0 5px rgb(248, 182, 7, 0.8) !important;
}
.annonceinput {
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 5px;
}
.annonceinput div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#creationdannonce .mb-3 input[type="radio"] {
    width: 10px;
    height: 10px;
    appearance: none;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: border-color 0.2s;
}

/* Effet quand le bouton est sélectionné */
#creationdannonce .mb-3 input[type="radio"]:checked {
    border-color: #f8b607 !important;
}

#creationdannonce .mb-3 input[type="radio"]:checked::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #f8b607;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#declencheurbtn {
    border: none;
    background: #f8b607;
    color: #fff;
    padding: 8px;
    border-radius: 10px;
    margin: 5px 40%;
    box-shadow: none !important;
}
#declencheurbtn:focus {
    border: none !important;
    box-shadow: none !important;
}
/*end création annonce*/

#alertesmsg {
    position: fixed;
    top: 50px;
    right: 20px;
    margin: 20px;
    height: auto;
    width: 300px;
    padding: 5px;
    border-radius: 5px;
    z-index: 9999;
    display: none;
}
.echangcontent {
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
}
.echangcontent span {
    color: #f8b607;
}
#detailsannonceur,
#detailsreceveur {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#detailsreceveur p {
    font-size: 19px;
}
#bgtrade {
    position: absolute;
    top: 30%;
    left: 35%;
    width: 200px;
    height: 200px;
    z-index: -0;
    pointer-events: none;
    transform: rotateY(190deg);
}
#payementfiaechange {
    border: none;
    outline: none;
    width: 200px;
    font-weight: 500;
    background-color: #f8b607;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
}

/* a propos*/
.parent-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 50px 0 50px 0;
    color: #ffffff;
    gap: 30px;
}
.parent-container img {
    width: 250px;
    height: 250px;
}
section .text-container {
    width: 75%;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    margin: 5% 0 40px 0;
}

/* contact */
.bannierecontact {
    width: 100%;
    background: #f7f7f7;
    height: 150px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.bannierecontact p {
    display: flex;
    gap: 20px;
}
.bannierecontact p a {
    font-size: 20px;
    text-decoration: none;
    color: #777e90;
    font-weight: 400;
}
.bannierecontact p a:hover {
    color: #f8b607;
}
.bannierecontact span {
    font-size: 20px;
    color: #777e90;
    font-weight: 400;
}
.contactsection {
    padding: 0 0 50px 0;
    background: #ddd;
}
.sectionmessage {
    padding: 40px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 12px;
    width: 100%;
}
.secteursms {
    width: 600px;
}
.contactsection img {
    border-radius: 20px;
}
.secteursms h3 {
    color: #1a1f36;
    font-weight: 500;
}
.secteursms p {
    width: 350px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
}
#contactmsg {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}
#contactmsg .form-group {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 8px;
}
#contactmsg .form-group label {
    font-weight: 500;
}
#contactmsg .form-group input {
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 10px;
}
#contactmsg .form-group textarea {
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 15px;
    height: 150px;
}
#contactmsg button {
    padding: 10px;
    border-radius: 10px;
    color: #000;
    background: #f8b607;
    width: 150px;
    text-align: center;
    border: none;
    margin: 0 auto;
}
.numbresnp2p {
    background: #0e0d0def;
    width: 900px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    gap: 28px;
}
.numbresnp2p p {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.numbresnp2p p span {
    color: #f8b607;
}
.numbresnp2p ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    list-style: none;
}

.numbresnp2p ul span {
    font-size: 25px;
}
.numbresnp2p ul li {
    font-size: 18px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-weight: 200 !important;
}
.numbresnp2p ul li h2 {
    font-size: 18px;
}
.numbresnp2p ul li h3:nth-child(1) {
    color: #f8b607;
}
.consulteprice {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.consulteprice a {
    text-decoration: none;
    padding: 10px;
    width: fit-content;
    border-radius: 5px;
    text-transform: uppercase;
}
.consulteprice a:nth-child(1) {
    border: 1px solid;
    color: #f8b607;
    border-color: #f8b607;
}
.consulteprice a:last-child {
    color: #fff !important;
    background: #f8b607 !important;
}

/* format très petit */
@media screen and (max-width: 375px) {
    #navbarNav ul li a,
    .navlink {
        font-size: 16px !important;
    }
    #contactheader a,
    #contactheader p {
        font-size: 12px !important;
    }
    .etape p {
        width: auto !important;
    }
    .lesetaps div {
        width: auto !important;
    }
    .contactAccueil .callcenter {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .callcenter span {
        display: none;
    }
    .contactAccueil h1 {
        text-align: center !important;
    }

    .numbresnp2p ul li h2 {
        font-size: 12px !important;
    }
}
/* format mobile moyen*/
@media screen and (max-width: 425px) {
    #navbarNav {
        /*position: absolute;*/
        top: 53px;
        left: 10px;
        z-index: 999;
        background-color: #1a1f36;
        width: 98%;
        padding: 10px;
    }
    .sectionlogo {
        width: 100% !important;
        justify-content: start;
    }
    .melange {
        display: flex;
        justify-content: start;
        align-items: start;
        width: 100%;
        flex-direction: column;
    }
    .sectionlien {
        display: flex;
        justify-content: start;
        align-items: start;
        flex-direction: column;
    }
    .sectionlien ul {
        padding: 0;
    }
}
/* format mobile moyen*/
@media only screen and (width: 768px) {
    .titlrepresent {
        position: absolute;
        left: 30px;
        top: 95px;
        display: flex;
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 768px) {
    body {
        padding: 0 !important;
    }
    #navbarNav {
        /*position: absolute;*/
        top: 53px;
        left: 10px;
        z-index: 999;
        /*background-color: #1a1f36;*/
        width: 98%;
        padding: 10px;
    }
    #slideHero {
        height: 400px;
        width: 100%;
        border-radius: 20px 20px 0 0 !important;
    }
    .titlrepresent {
        position: absolute;
        left: 30px;
        display: flex;
        top: 47px !important;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: flex-end;
    }
    #authheader {
        font-size: 18px !important;
    }
    #slideHero h3 {
        color: #fff;
        font-size: 25px;
    }
    #slideHero h3 span {
        color: #f8b607;
    }
    #slideHero p {
        color: #fff;
        font-size: 15px;
        width: 100%;
    }
    .prixentempsreel {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
        width: auto;
        background-color: #1a1f36;
        padding: 10px;
        margin: 0;
        overflow-x: auto; /* Ajout du défilement horizontal */
        white-space: nowrap; /* Empêche le retour à la ligne */
        scrollbar-width: none; /* Masque la barre de défilement sur Firefox */
    }

    .prixentempsreel::-webkit-scrollbar {
        display: none; /* Masque la barre de défilement sur Chrome et Safari */
    }
    .prixentempsreel div {
        min-width: 180px; /* Taille minimale pour chaque bloc */
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 10px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        animation: defilement 10s linear infinite; /* Animation continue */
        will-change: animation;
    }
    .prixentempsreel div img {
        width: 25px;
        height: 25px;
    }
    .prixentempsreel div h1 {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
    }
    .prixentempsreel div h3 {
        font-size: 10px;
        font-weight: 700;
        color: #ddd9ce;
    }
    .prixentempsreel div h2 {
        font-size: 10px;
        font-weight: 700;
        color: green;
    }
    @keyframes defilement {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-100%);
        }
    }
    /*etapes*/
    .etape {
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 80px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative !important;
    }
    .etape p {
        width: 400px;
        text-align: center;
        margin: 20px auto;
        font-size: 20px;
        font-weight: 300;
    }
    .lesetaps {
        width: fit-content !important;
        height: fit-content !important;
        margin: 28px 0 !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        padding: 10px;
    }
    .lesetaps div {
        height: 300px;
        width: 380px;
        background-color: #f7f7f7;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding-right: 25px;
        padding-left: 25px;
        position: relative;
        gap: 20px;
    }
    .aboutcurrency {
        position: relative;
        background: #1a1f36;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 55px 40px;
    }
    .aboutcurrency .content {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: auto 0;
        height: auto;
        text-align: start;
    }
    .aboutcurrency .content p {
        color: #fff;
        font-size: 15px;
    }
    .aboutcurrency .knowofwe {
        width: 100%;
        margin: auto 0;
        height: auto;
        position: relative;
    }
    .aboutcurrency .knowofwe ul li {
        color: #fff;
        font-size: 15px;
    }
    .aboutcurrency .knowofwe::before {
        content: "";
        position: absolute;
        top: 0;
        left: -8px;
        height: 100%;
        width: 5px;
        background-color: #f8b607;
    }
    /* why */
    .pourquoi {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        background-color: #fff;
        padding: 30px 40px;
    }
    .whyimg {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .whyimg img {
        width: 100%;
        height: 100%;
    }
    .whychoose {
        width: 100%;
        color: #000;
    }
    .whychoose h1 {
        color: #f8b607;
        text-transform: uppercase;
        text-align: center;
    }
    .whychoose p {
        font-size: 15px;
        width: 100%;
        text-align: justify;
    }
    .raisonscurrencie {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .numberesea {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 80px;
        position: relative;
        top: -40px;
    }
    .numberesea h1 {
        color: #fff;
        background-color: #f8b607;
        text-transform: uppercase;
        font-size: 23px;
        padding: 4px;
        position: relative;
    }
    .numberesea h1:nth-child(1) {
        position: relative;
    }
    .numberesea h1:nth-child(1)::after {
        content: "";
        position: absolute;
        bottom: -150%;
        left: 50%;
        height: 100%;
        width: 3px;
        background-color: #f8b607; /* Remplace color par background-color */
        opacity: 1;
    }
    .reelreasons {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        padding: 5px;
        width: 100%;
    }
    .reelreasons div {
        margin: 0 auto;
        padding: 0;
    }
    .reelreasons div h1 {
        font-size: 15px;
        text-align: start;
        width: 100%;
    }
    .reelreasons div p {
        font-size: 15px;
        text-align: start;
        width: 100%;
    }
    /*contact home */
    .contactAccueil h1 {
        font-size: 25px;
        color: #f8b607;
    }
    .contactAccueil p {
        width: auto;
        font-size: 16px;
        font-weight: 300;
        text-align: center;
    }

    .contactAccueil {
        position: relative;
        height: 70vh;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #fff;
        gap: 20px;
    }
    .contactAccueil .callcenter {
        display: flex;
        justify-content: center;
        align-items: baseline;
        color: #fff;
        font-size: 16px;
        gap: 20px;
    }
    .contactAccueil .callcenter h2 {
        color: #f8b607;
        font-size: 18px;
    }
    .contactAccueil .callcenter h3 {
        color: #fff;
        font-size: 16px;
    }
    footer {
        height: auto;
        width: 100%;
        border-top: 0.5px;
        border-top-color: #fff;
        padding: 10px;
    }
    .primaires {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: baseline;
        padding: 50px;
    }
    .reserved {
        text-align: center;
    }
    /*register*/
    #cardform {
        background-color: rgb(255, 255, 255, 0.2);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px); /* Safari */
        width: 100%;
        padding: 50px;
        border-radius: 10px;
        gap: 25px;
        height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    #submitregist {
        background-color: #f8b607 !important;
        padding: 10px;
        border-radius: 8px;
        outline: none;
        border: none;
        font-weight: 500;
        margin: 0 auto !important;
        width: 200px !important;
    }

    /*kyc*/
    .containerkyc {
        background: white;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        width: 100%;
        height: auto;
        margin: 80px auto;
        font-family: "Space Grotesk", serif;
    }

    .pourfiltreettitre {
        display: flex !important;
        justify-content: center !important;
        align-items: start !important;
        flex-wrap: wrap !important;
        flex-direction: row;
        width: 100%;
        align-items: baseline;
        gap: 15px;
    }

    #cards-container,
    #cardventes {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        width: 100%;
        padding: 20px;
        gap: 25px;
    }
    #cards-container .card,
    #cardventes .card {
        background-color: rgb(255, 255, 255, 0.1);
        backdrop-filter: blur(7px);
        width: 320px;
        height: 300px;
        border-width: 1px;
        border-color: #1a1f36;
        display: flex;
        justify-content: start;
    }
    .echangcontent {
        height: auto;
        overflow: hidden;
    }
    .echangcontent .row {
        flex-direction: column;
    }
    #detailsannonceur,
    #detailsreceveur {
        width: auto;
        word-wrap: break-word;
    }
    #bgtrade {
        position: absolute;
        top: 0;
        width: 250px;
        height: 250px;
        z-index: -0;
        pointer-events: none;
    }
    #contactheader {
        font-size: 17px !important;
    }

    #creationdannonce {
        width: auto !important;
    }

    /* contact */
    .contactsection img {
        width: auto !important;
    }
    .secteursms {
        width: auto !important;
    }
    .secteursms p {
        font-size: 16px;
    }
    .contactsection img {
        width: 350px !important;
    }
    .bannierecontact {
        flex-direction: column !important;
    }
    .bannierecontact p {
        gap: 10px;
    }
    .sectionmessage {
        padding: 40px 0 0 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: auto !important;
    }
    .parent-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .parent-container img {
        width: 150px;
        height: 150px;
    }
    .text-container h1 {
        font-size: 18px !important;
        width: 100% !important;
        text-align: center;
    }
    .numbresnp2p ul li h3 {
        font-size: 13px;
    }
    .numbresnp2p {
        width: auto;
        margin: 20px;
        padding: 40px 10px 40px 10px;
    }
    .numbresnp2p p {
        font-size: 18px;
        text-align: center;
    }
    .numbresnp2p ul li h2 {
        font-size: 15px;
    }
    .numbresnp2p ul span {
        display: none;
    }
    .consulteprice a {
        font-size: 10px;
    }
    #logop2p {
        width: 70px !important;
        height: auto !important;
    }
}
/* Tablettes en paysage */
@media (min-width: 768px) and (max-width: 1025px) {
    .prixentempsreel div {
        min-width: 320px; /* Taille minimale pour chaque bloc */
        display: flex;
        justify-content: center;
        align-items: end;
        gap: 10px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        animation: defilement 10s linear infinite; /* Animation continue */
        will-change: animation;
    }
    .prixentempsreel div img {
        width: 35px;
        height: 35px;
    }
    .prixentempsreel div h1 {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
    }
    .prixentempsreel div h3 {
        font-size: 17px;
        font-weight: 700;
        color: #ddd9ce;
    }
    .prixentempsreel div h2 {
        font-size: 17px;
        font-weight: 700;
        color: green;
    }
    /*etapes*/
    .etape {
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 80px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative !important;
    }
    .etape p {
        width: 400px;
        text-align: center;
        margin: 20px auto;
        font-size: 20px;
        font-weight: 300;
    }
    .lesetaps {
        width: fit-content !important;
        height: fit-content !important;
        margin: 28px 0 !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        padding: 10px;
    }
    .lesetaps div {
        height: 300px;
        width: 380px;
        background-color: #f7f7f7;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding-right: 25px;
        padding-left: 25px;
        position: relative;
        gap: 20px;
    }
    .aboutcurrency {
        position: relative;
        background: #1a1f36;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 55px 40px;
    }
    .aboutcurrency .content {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: auto 0;
        height: auto;
        text-align: start;
    }
    .aboutcurrency .content p {
        color: #fff;
        font-size: 18px;
    }
    .aboutcurrency .knowofwe {
        width: 100%;
        margin: auto 0;
        height: auto;
        position: relative;
    }
    .aboutcurrency .knowofwe ul li {
        color: #fff;
        font-size: 18px;
    }
    .aboutcurrency .knowofwe::before {
        content: "";
        position: absolute;
        top: 0;
        left: -8px;
        height: 100%;
        width: 5px;
        background-color: #f8b607;
    }
    .numberesea {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 80px;
        position: relative;
        top: -25px;
    }
    .raisonscurrencie {
        gap: 50px;
    }
    .reelreasons {
        gap: 40px;
    }
    /* conact home */
    .contactAccueil h1 {
        font-size: 37px;
        color: #f8b607;
    }
    footer {
        height: auto;
        width: 100%;
        border-top: 0.5px;
        border-top-color: #fff;
        padding: 10px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .primaires {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: baseline;
        padding: 50px;
    }
    .reserved {
        text-align: center;
    }
    /*register*/
    #cardform {
        background-color: rgb(255, 255, 255, 0.2);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px); /* Safari */
        width: 500px;
        padding: 50px;
        border-radius: 10px;
        gap: 25px;
        height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    #submitregist {
        background-color: #f8b607 !important;
        padding: 10px;
        border-radius: 8px;
        outline: none;
        border: none;
        font-weight: 500;
        margin: 0 auto !important;
        width: 200px !important;
    }
    /* why */
    .pourquoi {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        background-color: #fff;
        padding: 10px 40px;
    }
    .whyimg {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .whyimg img {
        width: 100%;
        height: 100%;
    }
    .whychoose {
        width: 100%;
        color: #000;
    }
    .whychoose h1 {
        color: #f8b607;
        text-transform: uppercase;
        text-align: center;
    }
    .whychoose p {
        font-size: 15px;
        width: 100%;
        text-align: justify;
    }
    .raisonscurrencie {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .numberesea {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 40px;
        position: relative;
        top: -30px;
    }
    .numberesea h1 {
        color: #fff;
        background-color: #f8b607;
        text-transform: uppercase;
        font-size: 23px;
        padding: 4px;
        position: relative;
    }
    .numberesea h1:nth-child(1) {
        position: relative;
    }
    .numberesea h1:nth-child(1)::after {
        content: "";
        position: absolute;
        bottom: -150%;
        left: 50%;
        height: 100%;
        width: 3px;
        background-color: #f8b607; /* Remplace color par background-color */
        opacity: 1;
    }
    .reelreasons {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        padding: 5px;
        width: 100%;
    }
    .reelreasons div {
        margin: 0 auto;
        padding: 0;
    }
    .reelreasons div h1 {
        font-size: 15px;
        text-align: start;
        width: 100%;
    }
    .reelreasons div p {
        font-size: 15px;
        text-align: start;
        width: 100%;
    }

    /* page d'achange */
    .echangcontent {
        height: auto;
        overflow: hidden;
    }
    .echangcontent .row {
        flex-direction: column;
    }
    #detailsannonceur,
    #detailsreceveur {
        width: auto;
        word-wrap: break-word;
    }
    #bgtrade {
        position: absolute;
        top: 0;
        left: 50%;
        width: 150px;
        height: 150px;
        z-index: -0;
        pointer-events: none;
    }
}

/* plus grand écran*/
@media screen and (min-width: 1025px) {
    .prixentempsreel div {
        min-width: 320px; /* Taille minimale pour chaque bloc */
        display: flex;
        justify-content: center;
        align-items: end;
        gap: 10px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        animation: defilement 10s linear infinite; /* Animation continue */
        will-change: animation;
    }
    .prixentempsreel div img {
        width: 35px;
        height: 35px;
    }
    .prixentempsreel div h1 {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
    }
    .prixentempsreel div h3 {
        font-size: 17px;
        font-weight: 700;
        color: #ddd9ce;
    }
    .prixentempsreel div h2 {
        font-size: 17px;
        font-weight: 700;
        color: green;
    }
    /*etapes*/
    .etape {
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 80px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative !important;
    }
    .etape p {
        width: 400px;
        text-align: center;
        margin: 20px auto;
        font-size: 20px;
        font-weight: 300;
    }
    .lesetaps {
        width: fit-content !important;
        height: fit-content !important;
        margin: 28px 0 !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        padding: 10px;
    }
    .lesetaps div {
        height: 300px;
        width: 380px;
        background-color: #f7f7f7;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding-right: 25px;
        padding-left: 25px;
        position: relative;
        gap: 20px;
    }
    .aboutcurrency {
        position: relative;
        background: #1a1f36;
        height: 550px;
        display: flex;
        justify-content: space-between;
        align-items: start;
        padding: 55px 40px;
        overflow: hidden;
    }
    .numberesea {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 110px;
        position: relative;
        top: -60px;
    }
    .whychoose p {
        font-size: 18px;
        width: 100%;
    }
    .reelreasons div h1 {
        font-size: 30px;
        text-align: start;
        width: 100%;
    }
    .pourquoi {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        background-color: #fff;
        padding: 55px 40px;
    }
    .aboutcurrency .knowofwe {
        width: 49%;
        margin: auto 0;
        height: auto;
        position: relative;
    }
    .aboutcurrency .content {
        width: 44%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: auto 0;
        height: auto;
    }

    footer {
        height: auto;
        width: 100%;
        border-top: 0.5px;
        border-top-color: #fff;
        /*padding: 40px;*/
    }
    .primaires {
        display: flex;
        justify-content: space-evenly;
        align-items: baseline;
        padding: 10px;
    }
    .melange {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        /* width: 450px;*/
    }
    .sectionlogo {
        width: 440px;
        gap: 12px !important;
    }
    #bgtrade {
        position: absolute;
        top: 20%;
        left: 35%;
        width: 250px;
        height: 250px;
        z-index: -0;
        pointer-events: none;
        transform: rotateY(190deg);
    }
    .titlrepresent {
        position: absolute;
        left: 10px !important;
        top: 26%;
        width: 85%;
        padding: 0 auto;
    }
}
