.corps {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

::selection {
    background-color: #034D50;
    color: #fff;
}

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

input[type="checkbox"] {
  accent-color: #034D50; /* change la couleur de la coche */
}


.btn-val-p {
    border: none;
    background-color: #034D50;
    border-radius: 30px;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
}

.btn-val-s {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background-color: #034D50;
    border-radius: 30px;
    color: #fff;
    padding: 10px 30px;
}

.btn-val-s > i {
    margin-left: 15px;
}

.cont-ent-ban {
    background: linear-gradient(to bottom, #f7f5ff, #fbfafe);
    padding: 50px 0 150px 0;
}

.lien-jaune {
    text-decoration: none;
    background-color: #FACC16;
    border-radius: 30px;
    color: #fff;
    padding: 15px 20px;
    font-size: 14px;
    width: 100%;
    display: block;
}

.lien-jaune:hover {
    background-color: #FACC16;
    color: #fff;

}

.lien-vert {
    text-decoration: none;
    color: #034D50;
    font-size: 25px;
}

.lien-vert:hover {
    color: #034D50;
}

.logo-p {
    height: 60px;
    width: auto;
}

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

.banner {
    margin-top: 100px;
}

.rs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.item-rs {
    display: inline;
    margin: 0 2px;
    font-size: 25px;
}

.item-rs > a {
    text-decoration: none;
    color: #18181B;
    transition: all 0.3s ease;
}

.item-rs > a:hover {
    color: #000;
}

.img-ban {
    width: 100%;
    height: auto;
}

.titre-ban {
    font-size: 55px;
    color: #d4d4d6;
}

.titre-ban > span {
    color: #18181B;
    font-weight: 600;
}

.s-titre-ban {
    margin-top: 30px;
    font-size: 20px;
    color: #6c757d;
    letter-spacing: 2px;
}

.champ-log {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    background-color: #fff;
    padding: 6px;
    border-radius: 30px;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1); 
    border: 1px solid #034D50;
}

.champ-log > input {
    background-color: transparent;
    border: none;
    outline-color: transparent;
    width: 100%;
    margin: 0 10px;
    height: 40px;
}

.champ-log > input:hover {
    outline-color: transparent;
}

.champ {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    border: none;
    outline-color: transparent;
    padding: 0 20px;
    background-color: #F5F5F6;
}

.cont-infos-crypto {
    background-color: #034D50;
    padding: 100px 0;
    border-radius: 50px 0 0 50px;
    margin-bottom: 150px;
}

.card-crypto {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
}

.item-wallet {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #12baee;
    height: 150px;
    width: auto;
    border-radius: 30px;
}

.item-wallet > img {
    height: 80%;
    width: auto;
}

.item-crypto {
    background-color: #f5f5f5;
    height: 150px;
    width: auto;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tuto {
    margin-bottom: 150px;
}

.titre-tuto {
    color: #18181B;
    margin-bottom: 250px;
}
.s-titre-tuto {
    color: #034D50;
    margin-bottom: 0;
}

.item-tuto {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 28px;
}

.tel-tuto {
    width: 80%;
    height: auto;
}

.color-bar-a {
    margin-right: 20px;
    border-right: 20px solid #FACC2D;
    height: 100%;
}

.color-bar-b {
    height: 100%;
    border-right: 20px solid #034D50;
    margin-right: 20px;
    margin-left: 40px;
}

.color-bar-c {
    height: 100%;
    margin-right: 20px;
    margin-left: 80px;
    border-right: 20px solid #18181B;
}

.desig-bg {
    height: 250px;
    width: 35%;
    background-color: #034D50;
    display: block;
    border-radius: 0 80px 80px 0;
}

.ap-app {
    background-color: #18181B;
    padding: 50px;
    border-radius: 30px;
    margin-bottom: 150px;
    color: #fff;
}

.tel-app {
    width: 55%;
    height: auto;
}

.list-store {
    display: flex;
    margin: 35px 0 30px 0;
    align-items: center;
    justify-content: flex-start;
}

.list-store > a > img {
    height: 45px;
    width: auto;
}

.list-store > a {
    margin: 5px;
}

.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.item-contact {
    display: flex;
    align-items: center;
    margin: 0 20px;
    text-decoration: none;
    color: #18181B;
}

.item-contact:hover {
    color: #000;
}

.item-contact > i {
    margin-right: 10px;
}

.btn-val-m {
    text-align: center;
    background-color: #034D50;
    border: none;
    padding: 20px 0 40px 0;
    width: 100%;
    color: #fff;
}

/* Overlay */
.n-fenetre {
  background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
  position: fixed;
  inset: 0; /* équivaut à top:0; right:0; bottom:0; left:0 */
  display: flex;
  align-items: center; /* centre vertical */
  justify-content: center; /* centre horizontal */
  z-index: 1000;
}

/* Contenu du modal */
.cont-n-fenetre {
  background-color: #fff;
  padding: 2rem;
  border-radius: 30px;
  width: 600px;        /* largeur par défaut sur desktop */
  max-width: 90%;      /* ne jamais dépasser l’écran */
  max-height: 90vh;    /* éviter de déborder verticalement */
  overflow-y: auto;    /* scroll si contenu trop long */
  position: relative;  /* pour boutons fermetures si besoin */
  z-index: 1001;
}

.cont-pass {
    display: flex;
    align-items: center;
}

.cont-pass > i {
    margin-left: -30px;
}

.lien-basic {
    color: #000;
}

.lien-basic:hover {
    color: #000;
}

.corps-page {
    display: flex;
    height: 100vh;
    width: auto;
}

.cont-page {
    height: 100vh;
    width: 85vw;
    overflow: auto;
}

.menu {
    height: 100vh;
    width: 15vw;
}

.content-menu {
    height: 100vh;
    width: 100%;
    background-color: #034D50;
    display: grid;
    justify-content: center;
    align-content: space-between;
    padding: 70px 20px;
    border-radius: 0 50px 50px 0;
}

.logo-dkp > img {
    width: 100%;
    height: auto;
}

.item-menu > ul {
    list-style: none;
    padding: 0;
}

.item-menu > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.item-menu > ul > li > a:hover {
    color: #FACC2D;
}

.item-menu > ul > li > a > i {
    color: #FACC2D;
    font-size: 30px;
    margin-right: 15px;
}

.item-menu > ul > li > hr {
    border: 1px solid #fff;
}

.menu-tablette {
    height: 100vh;
    width: 15vw;
}

.logo-tablette > img {
    width: 100%;
    height: auto;
}

.menu-mobile {
    position: fixed;
    background-color: rgb(0, 0, 0, 0.3);
    inset: 0;
    z-index: 999;
    justify-content: space-between;
    align-items: flex-start;
}

.btn-f-menu {
    font-size: 30px;
    color: #fff;
    padding: 25px;
}

.header-page {
    background-color: #fff;
}

.header-page > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 100px 0;
}

.cont-form-exchange {
    padding: 0 150px;
    margin-bottom: 50px;
}

.cont-form-env {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #034D50;
    border-radius: 30px;
    padding: 30px;
}

.label-champ > h2 {
    color: #71717A;
}

.label-champ > p {
    font-weight: 500;
}

.monnaie-exchange > div > img {
    height: 50px;
    width: auto;
}

.monnaie-exchange {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
}

.champ-exchange {
    display: flex;
    align-items: center;
    background-color: #F5F5F6;
    border-radius: 30px;
    padding: 5px 10px;
}

.monnaie-exchange > span {
    font-size: 40px;
    color: #71717A;
    font-weight: 600;
    margin-left: 10px;
}

.champ-saisi-form {
    background-color: transparent;
    border: none;
    outline: #71717A;
    width: 100%;
    margin: 0 10px;
    height: 40px;
    text-align: right;
    font-size: 24px;
}

.cont-form-adresse-r {
    border: 1px solid #034D50;
    border-radius: 30px;
    padding: 30px;
}

.cont-form-adresse-r > label {
    color: #71717A;
    font-weight: 500;
    font-size: 18px;
}

.val-exchange {
    display: flex;
    justify-content: flex-end;
}

.val-exchange > p {
    margin-right: 10px;
    font-size: 20px;
}

.btn-inverse {
    border: none;
    background-color: #034D50;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}

.btn-inverse > i {
    transform: rotate(90deg);
}

.card {
    border-radius: 30px;
    padding: 50px;
    border: none;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
}

.card-val-id {
    padding: 30px;
    background-color: #034D50;
    border-radius: 50px;
    color: #fff;
    border: none;
    text-align: left;
    display: grid;
    align-content: space-around;
    text-decoration: none;
}

.card-val-id:hover {
    color: #fff;
}

.titre-action {
    display: flex;
    align-items: center;
}

.titre-action > i {
    font-size: 100px;
    margin-right: 15px;
}

.desc-action {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.desc-action > i {
    font-size: 100px;
}

.desc-action > p {
    font-size: 14px;
    text-align: right;
    font-weight: 500;
    margin-right: 50px;
}

.card-mp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    background-color: #F5F5F6;
    padding: 20px;
    border: 1px solid #034D50;
}

.cont-mp {
    display: flex;
    align-items: center;
}

.cont-mp > img {
    height: 50px;
    width: auto;
    margin-right: 20px;
}

.card-mp > button {
    border: none;
    background-color: transparent;
}

.card-mp > button > i {
    font-size: 20px;
    color: #034D50;
}

.card-par {
    border-radius: 30px;
    padding: 40px;
    border: none;
    border:1px solid #034D50;
    background-color: #fff;
}

.info-par > div > button {
    background-color: transparent;
    border: none;
}

.info-par > div > button > i {
    font-size: 25px;
    color: #71717A;
}

.info-par > h1 {
    font-size: 75px;
}

.card-b-par {
    border-radius: 30px;
    padding: 40px;
    border: none;
    background: linear-gradient(135deg, #325897, #1AB2E7, #96B6C7);
    color: #FFF;
}

.icon-b-par {
    width: 150px;
    height: auto;
}

.text-b-par {
    display: grid;
    align-content: space-between;
}

.champ-search {
    height: 45px;
    border-radius: 30px;
    border:1px solid #034D50;
    outline-color: transparent;
    padding: 0 20px;
    background-color: #F5F5F6;
    width: 30%;
}

.list-par {
    border-radius: 30px;
    padding: 40px;
    border: none;
    border:1px solid #034D50;
    background-color: #F5F5F6;
    margin: 0 50px;
}

.item-par {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-par > hr {
    border:1px solid #034D50;
}

.cont-h-trans {
    border-radius: 30px;
    padding: 40px;
    border: none;
    border:1px solid #034D50;
    background-color: #F5F5F6;
}

.cont-h-trans > hr {
    border:1px solid #034D50;
}

.h-trans {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h-a {
    display: flex;
    align-items: center;
}

.h-a > img {
    height: 50px;
    width: auto;
    margin-right: 15px;
}

.h-b {
    display: flex;
    align-items: center;
}

.h-b > button {
    border: none;
    background-color: transparent;
    margin-left: 15px;
}

.h-b > button > i {
    font-size: 25px;
    color: #034D50;
}

.text-h-trans {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-cont-h-trans {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-cont-h-trans > div > img {
    height: 35px;
    width: auto;
    margin-right: 10px;
}

.item-cont-h-trans > div {
    display: flex;
    align-items: center;
}

.msgSuccess {
    background-color: #D1FAE5;
    color: #065F46;
    border: 1px solid #10B981;
    padding: 15px 20px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.file-wrapper {
    position: relative;
    width: 100%;
}

.file-wrapper input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* cache l’input */
    cursor: pointer;
}

.file-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #F5F5F6;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s;
}

.file-box:hover {
    background-color: #e0e0e0;
}

.file-box i {
    font-size: 20px;
    color: #555;
}

/* Afficher le nom du fichier choisi */
.file-wrapper span.file-name {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #555;
}

.choixMonnaie {
    display: flex;
    align-items: center;
    padding: 10px;
}

.choixMonnaie > img {
    height: 30px;
    width: auto;
    margin-right: 10px;
}

.cont-p-pay {
    display: grid;
    justify-items: center;
    align-items: center;
}

.cont-infos-mp {
    display: flex;
    align-items: center;
}

.cont-infos-mp > img {
    height: 100px;
    width: auto;
    margin-right: 20px;
}

.details-pay > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ececee;
    padding: 10px;
    border-radius: 5px;
}

.details-pay > div > div {
    margin-right: 20px;
}

.details-pay > div > div > span {
    font-weight: 500;
}

.details-pay > div > button {
    border: none;
    background-color: transparent;
}

.btn-a-menu {
    border: none;
    background-color: transparent;
    font-size: 25px;
    color: #034D50;
}