@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;700&display=swap');

.contenaire{
    width: 90%;
    margin:  20px auto 0 auto;
    background: url(../../asset/img/tcg/pokemon/bannerPokemon.jpg) bottom no-repeat;
    background-size: 100%;
}

.menuBlock{
    position: relative;
    display: flex;
    padding-top: 10px;
    min-height: 70px;
}

.blockContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    width: 300px;
    height: 50px;
}
.logo > img{
    width: 30px;
    height: 30px;
}

.blockSelect{
    position: absolute;
    background-color: rgb(48, 48, 48);
    top: 86%;
    width: 280px;
    height: 0;
    overflow: auto;
    z-index: 50;
}

.block{
    background-color: gray;
    width: 90%;
    margin: 10px auto;
    height: 50px;
    border-radius: 15px;
    overflow: hidden;
}

.block:last-child{
    margin-bottom: 20px;
}

.blockName{
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-size: 20px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
.blockName:hover{
    background-color: aqua;
}

/* .setContenaire{
    height: 0;
} */

.set{
    display: flex;
    align-items: center;
    width: 90%;
    height: 50px;
    margin: 10px auto;
    border-radius: 15px;
}

.setLogo{
    width: 30px;
    height: 30px;
}

.selectContenaire{
    background-color: white;
    position: relative;
    border-radius: 10px;
    width: 300px;
    height: 70%;
}
    
.select{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    border-radius: 10px;
    width: 80%;
    height: 50px;
}

.selectOptContenaie{
    background-color: white;
    position: absolute;
    z-index: 35;
    width: 300px;
    height: 0%;
    top: 49px;
    overflow: auto;
    border-radius: 0 0 10px 10px;
}
.selectOpt{
    margin: 20px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid black;
}

.rechercher{
    height: 70%;
}

.rechercher input{
    font-size: 20px;
    width: 300px;
    height: 50px;
    border-radius: 10px;
    background-color: white;
}

.btnRechercherSetOnOff{
    background-color: white;
    overflow: hidden;
    display: flex;
    height: 20px;
    width: 50px;
    border-radius: 30px;
}

.onoffCollor{
    position: relative;
    background-color: blue;
    width: 20px;
    height: 20px;
    border-radius: 0% 50% 50% 00%;
}

.slideIcon{
    position: absolute;
    border: 2px solid rgb(255, 0, 0);
    border-radius: 60%;
    right: 0;
}

.RechercherTxt h3{
    color: white;
}

.energieBtn, .setEnergieBtn, .setRareteBtn{
    background-color: transparent;
    border: none;
    padding: 0;
}

.rareteBtn{
    background-color: white;
    border-radius: 50%;
    border: none;
    height: 26px;
    padding: 0;
}

.energieBtn img, .setEnergieBtn img, .rareteBtn img, .setRareteBtn img{
    height: 25px;
}

/* card */

.cardContenaire{
    width: 95%;
    margin: auto;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
}

.contenaireCard{
    width: 200px;
    margin: 10px 0;
    background-color: white;
    border-radius: 10px;
}

.card{
    width: 200px;
    height: 300px;
    /* background-size: 100% 100%; */
    position: relative;
}
.card img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.idCard{
    border-radius: 0 10px 0 0;
    background-color: white;
    position: absolute;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    bottom: 0;
    width: 40%;
}

.idImg{
    width: 20px;
    height: 20px;
}

.cardLegend{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.normal, .reverse, .special{
    position: relative;
    margin: 10px 11px 5px 11px;
}
.normal{
    order: 0;
}
.reverse{
    order: 1;
}
.special{
    order: 2;
}

.hover {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.642);
    padding: 5px;
    color: white;
    z-index: 30;
    top: -10px;
    left: 100%;
    border-radius: 10px;
    font-weight: 700;
}

.cardEtatContenaire{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 33;
    top: 0;
}

.returne{
    color: white;
    margin: 10px 0 10px 10px;
    background-color: transparent;
    border: none;
    text-decoration: underline;
}
.cardEtatTxt{
    color: white;
    width: 95%;
    margin: 30px auto 0 auto;
    text-align: center;
    font-size: 20px;
    position: relative;
}

.etat{
    background-color:white;
    border: 2px solid black;
    color: black;
    border-radius: 10px;
    height: 30px;
    width: 100%;
}
.etat button{
    border: none;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: large;
}

.selectEtat{
    background-color: rgba(130, 130, 130, 0.8);
    position: absolute;
    /* height: 174px; */
    height: 0px;
    width: 100%;
    z-index: 35;
    overflow: auto;
}

.etatOpt{
    display: block;
    width: 80%;
    margin: 10px auto;
    border: 2px solid black;
    border-radius: 10px;
}
.etatOpt button{
    background-color: transparent;
    border: none;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.etatoptSelect{
    font-size: large;
}

.selectArrow {
    display: inline-block;
    transition: transform 0.3s;
}
.rotate-90 {
    transform: rotate(90deg);
}

/* .etatNbCard{
    background-color: red;
} */

.cardEtatbtn{
    position: absolute;
    bottom: 0;
    z-index: 33;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}
.plus{
    background-color: green;
    width: 48%;
    height: 50px;
    border-radius: 15px;
    font-size: 30px;
    border: none;
}
.moins{
    background-color: red;
    width: 48%;
    height: 50px;
    border-radius: 15px;
    font-size: 30px;
    border: none;
}