@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
}

a{
    text-decoration: none;
    color: #000000;
}

.dt h4{
    color: #596643;
}
button a {
    color: #FFFFFF;
}
img{
    object-fit: cover;
}

body{
    background-color: #f1f1f1;
}

nav{
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

nav a.logo{
    font-size: 33px;
    color: #0f2182;
    font-weight: 600;
}

nav .links a:not(:last-child){
    margin-right: 20px;
}

nav .login button{
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

nav .login button.signup{
    background-color: #596643;
    color: #fff;
    border-radius: 4px;
    margin-right: 14px;
}

header{
    background-color: #181a1e;
    padding: 0 80px;
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

header .left{
    width: 700px;
}

header .left h1{
    font-size: 80px;
    color: #FFFFFF;
}

header .left h1 span{
    color: #596643;
}

header .left p{
    margin: 40px 0;
    color: #777;
}

header .left a{
    display: flex;
    align-items: center;
    background: #596643;
    width: 200px;
    padding: 8px;
    border-radius: 60px;
    margin-bottom: 20px;
}

.sellers .logotype img{
        margin:20px 0;
        width: 10%;
        padding-top: 30px;
    }
.dt a{
    display: flex;
    align-items: center;
    background: #596643;
    padding: 14px;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 12px;
}

.dt p{
    margin-bottom: 8px;
}

header .left a i{
    background-color: #fff;
    font-size: 24px;
    border-radius: 50%;
    padding: 8px;
}

header .left a span{
    color: #fff;
    margin-left: 10px;
}

header img{
    width: 600px;
}

h2.separator{
    padding: 0 80px;
    font-size: 40px;
    margin-top: 40px;
}
.bgcamo{
    /*background-image: url('img/bg_camo.jpg');
    width: 100%;
    height:100%;
    position: fixed;
    z-index: -1;
    background-size: 100% 100%;
    filter: blur(6px);*/
}
.filter{
    width: 100%;
    height: 100%;
    background-color: #59664391;
}
.sell-nft{

    padding: 0 80px;
    margin: 50px 0 80px;
    display: flex;
    justify-content: space-around;
    gap: 30px;
}

.sell-nft .item,
.nft-shop .nft-list .item{
    width: 25%;
    color: #FFFFFF;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.sell-nft .item,
.nft-shop .nft-list .item h5{
    color: #000000;
}

.sell-nft .item:hover,
.nft-shop .nft-list .item:hover,
.sellers .item:hover{
    box-shadow: none;
}

.sell-nft .item .header{
    display: flex;
    align-items: center;
    gap: 10px;
}

.sell-nft .item .header i{
    font-size: 40px;
}

.sell-nft .item .header h5{
    font-size: 38px;
}

.sell-nft .item p{
    margin-top: 10px;
    padding: 0 4px;
}
.message_moi{
    border-left: 4px solid #FFFFFF;
    display: flex;
    color: #FFF;
    align-items: center;
    width: 100%;
    gap: 14px;
    margin: 5px 0px;
  
    justify-content: space-around;
}
    .add_topic{
        background-color: #596643;
    color: #FFF;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 10px;
    }

    .list_topics{
        display: flex;
    flex-direction: row;
    
    background-color: #202528;
    border-radius: 4px;
    padding: 10px;
    color: #FFFFFF;
    margin: 5px 0;
    flex-wrap: nowrap;
    align-items: center;
    gap:17px;
    }

.nft-shop{
    padding: 0 80px;
    margin-top: 30px;
}

.category{
    display: flex;
    gap: 14px;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.category a{
    background-color: #596643;
    color: #FFFFFF;
    padding: 8px 14px;
    font-size: 15px;
    border-radius: 14px;
    transition: all 0.3s ease;
}
.category p{
    
    padding: 8px 14px;
    font-size: 15px;
    border-radius: 14px;
    transition: all 0.3s ease;

}
.item-vendre p{
    color: #FFFFFF;
    width: 132px;
    height: 25px;
    background: #596643;
    border-radius: 100px;
    text-align: center;
    margin: 10px;
    padding-top: 3px;
}
.category a:hover{
    color: #596643;
    background-color: #FFFFFF;
    border:1px solid #596643;
}

.nft-shop .nft-list{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.nft-shop .nft-list .item img{
    width: 280px;
    height: 280px;
    border-radius: 18px;
}

.nft-shop .nft-list .item .info{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #edecec;
}

.nft-shop .nft-list .item .info h5{
    font-size: 18px;
}

.nft-shop .nft-list .item .info .btc{
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nft-shop .nft-list .item .btc i{
    font-size: 22px;
    color: #304ffe;
}

.nft-shop .nft-list .item .btc p{
    font-size: 12px;
    color: #304ffe;
}

.nft-shop .nft-list .item .info > p{
    font-size: 12px;
    color: #989898;
}

.nft-shop .nft-list .item .bid{
    padding: 14px 0 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nft-shop .nft-list .item .bid p,
.nft-shop .nft-list .item .bid a{
    background-color: #181a1e;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 10px;
}

.nft-shop .nft-list .item .bid a{
    color: #304ffe;
    background: transparent;
    font-weight: bold;
    transition: all 0.3s ease;
}

.nft-shop .nft-list .item .bid a:hover{
    color: #fff;
    background-color: #000;
}

.view-more{
    margin: 10px 0 40px;
    display: flex;
    justify-content: center;
}

.view-more button{
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    background: #dfdcdc;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-more button:hover{
    color: #fff;
    background: #596643;
}

.sellers{
    padding: 0 80px;
    margin: 40px 0 80px;
    display: flex;
    gap: 30px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sellers .item{
    background: #fff;
    display: flex;
    align-items: center;
    width: 48%;
    gap: 14px;
    padding: 10px;
    border-radius: 18px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.btn-mod{
    width: 132px;
    height: 20px;
    display: flex;
    align-items: center;
    background: #596643;
    padding: 14px;
    border-radius: 60px;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 6px;
}
.tags{

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 2px;

}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.sellers .item .info .tags label p{
text-align: center;
margin-top: 0;
   
}

.tags input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

.tags label {
  border: 1px solid #ccc;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
  border-radius: 4px;
  width: 42%;
}

.tags label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.tags label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.tags :checked + label {
  background-color: #596643;
  color: #FFF;
}

.tags :checked + label:before {
  content: "✓";
  background-color: #596643;
  transform: scale(1);
}

.tags :checked + label img {
  transform: scale(0.9);
  z-index: -1;
}
li.vicopo-answer{
    list-style: none;
    padding: 5px;
    border: 1px solid #000;
    margin: 5px 0;
    border-radius: 4px;
}

.modif_photo{
        width: 100%;
    height: 100%;
    background-color: #181a1e;
    position: fixed;
    color: #FFF;
    top: 0;
   overflow: scroll;
        display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.game_back{
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
   display: none;
    background-color: #181a1eb0;
}

.game{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 400px;
    background-color: #FFF;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 20px;
    text-align: center;
}


input[type=text],input[type=email],input[type=date],input[type=password], select, textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000000;
  min-width: 98%;
}

input[type=submit] {
  width: 100%;
  background-color: #000000;
  color: #FFFFFF;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.sellers .item img{
    width: 64px;
   
}
.membres{
    margin-top: 10px;
}
.membre{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: #FFF;
    border:2px solid #596643;
    border-radius: 4px;
    padding: 10px;
    color: #000;
    margin: 5px 0;
    min-height: 80px;
}
.membre a{
    color: #FFFFFF;
}

.btn-ok{
    border: 1px solid #596643;
    background-color: #FFFFFF!important;
    color: #596643!important;
    padding: 8px 14px;
    font-size: 15px;
    border-radius: 14px;
    transition: all 0.3s ease;
}
.sellers .item .info p{
    font-size: 14px;
    margin-top: 8px;
}

footer{
    background-color: #181a1e;
    color: #fff;
    padding: 100px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer h3{
    font-size: 48px;
}

footer .right{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 26px;
}

footer .right .links{
    display: flex;
    gap: 30px;
}

footer .right .links a{
    color: #989898;
    transition: color 0.3s ease;
}

footer .right .links a:hover{
    color: #fff;
}

footer .right .social{
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .right .social i{
    font-size: 30px;
    cursor: pointer;
    transition: color 0.3s ease;
}

footer .right .social i:hover{
    color: #304ffe;
}

footer .right p{
    font-size: 13px;
    color: #777;
}

@media screen and (max-width: 1400px) {
    
    nav,
    header,
    h2.separator,
    .sell-nft,
    .nft-shop,
    .sellers{
        padding: 0 40px;
    }

    header .left h1{
        font-size: 60px;
    }

    header img{
        width: 540px;
    }

    .nft-shop .nft-list .item img{
        width: 220px;
        height: 220px;
    }

    footer{
        padding: 100px 40px;
    }

    footer h3{
        font-size: 38px;
    }

}

@media screen and (max-width: 1200px) {
    
    header .left h1{
        font-size: 48px;
    }

    header img{
        width: 480px;
    }

    h2.separator{
        font-size: 34px;
    }

    .sell-nft .item .header i{
        font-size: 36px;
    }

    .sell-nft .item .header h5{
        font-size: 35px;
    }

    .sell-nft .item p{
        font-size: 13px;
    }

    .nft-shop .nft-list{
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .nft-shop .nft-list .item{
        width: 48%;
    }

    .nft-shop .nft-list .item img{
        width: 100%;
        height: auto;
    }

    .sellers{
        flex-wrap: wrap;
    }

    .sellers .item{
        width: 48%;
    }

    footer .links a{
        font-size: 15px;
    }

    .sellers .logotype img{
        margin:20px 0;
        width: 10%;
        padding-top: 30px;
    }

}

@media screen and (max-width: 992px) {
    
    nav a.logo{
        font-size: 28px;
    }

    nav .links a{
        font-size: 14px;
    }

    header{
        flex-direction: column-reverse;
        height: auto;
        margin-bottom: 60px;
    }

    header .left{
        width: 100%;
    }

    header img{
        margin: 20px 0;
        width: 50%;
    }

    .logotype{
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-around;

    }


    .imgapp{
        background-color: #FFFFFF;
        /*border-radius: 18px;*/
        padding: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

    }
    .sellers .logotype img{
        margin:20px 0;
        width: 50%;
        padding-top: 30px;
    }

    .sell-nft{
        flex-wrap: wrap;
        gap: 20px;
    }

    .sell-nft .item{
        width: 48%;
    }

    .sellers{
        gap: 20px;
    }

    .gap8{

        gap:6px;
        min-height: 100vh;
    }

    footer{
        flex-direction: column;
        padding: 60px 40px;
    }

    footer h3{
        margin-bottom: 40px;
        font-size: 32px;
    }

    footer .right{
        width: 100%;
        align-items: center;
    }

}

input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

 .item-vendre label {
    color: #FFFFFF;
    cursor: pointer;
    text-indent: 31px;
    width: 132px;
    height: 25px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}
.item-vendre label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.item-vendre input:checked + label {
    background: #596643;
}

.item-vendre input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.item-vendre label:active:after {
    width: 130px;
}



@media screen and (max-width: 768px) {
    
    nav,
    header,
    h2.separator,
    .sell-nft,
    .nft-shop,
    .sellers{
        padding: 0 20px;
    }

    nav a.logo{
        display: none;
    }

    nav .links a{
        font-size: 12px;
    }

    nav .login button{
        font-size: 12px;
        padding: 6px 10px;
    }

    header .left h1{
        font-size: 36px;
    }

    header .left p{
        font-size: 14px;
    }

    header .left a{
        padding: 6px;
        width: 160px;
        font-size: 14px;
    }

    header .left a i{
        padding: 6px;
    }

    h2.separator{
        font-size: 30px;
    }

    footer{
        padding: 40px 20px;
    }

}

@media screen and (max-width: 576px) {
    
    header .left h1{
        font-size: 30px;
    }

    .sell-nft .item{
        width: 100%;
    }

    .nft-shop .nft-list .item,
    .sellers .item{
        width: 100%;
       
    }

    .sellers .dt{
        width: 100%;
        justify-content: center;
    }

    .sellers .apphome{
        width: 32%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 8px;
        background: none;
        box-shadow: none;
        background-color: #FFFFFF;
        justify-content: center;
        border-radius: 0.5rem;
        box-shadow: -6px -6px 14px rgb(24 26 30 / 70%), -6px -6px 10px rgb(24 26 30 / 50%), 6px 6px 8px rgb(24 26 30 / 7%), 6px 6px 10px rgb(24 26 30 / 15%);
    }

    .category a{
        font-size: 13px;
    }

    .apphome .info{
        text-align: center;
        font-size: 13px;
            }

}


