body {
     background: #f2f2f2; 
        color: #636363;
    }
    
    .card {
        margin: 0 auto;
        width: 680px;
    }
    
    .clear {
        clear: both;
    }
    
    .intro {
         background: url('https://zupimages.net/up/18/33/xyz0.png') 80% 80% #f8f8f8 no-repeat;
         border: 1px solid #e6e6e6;
         padding: 30px 20px;
        position: relative;
        overflow: hidden;
    }
    .intro .titre {
        width: 80%;
        float: left;
    }
    
    .intro .titre h1 {
          font-family: roboto;
        font-style: italic;
        color: #4ec6b4;  
        text-transform:lowercase; 
        border-bottom: 1px solid #e6e6e6;
        margin: 0;
    }
    
    .intro .titre span {
         text-align: right;
        display: block;
        text-transform: uppercase;
        font-family: roboto;
        font-size: 9px;
        color: #636363;
        margin-top: 5px;
    }
    
    .intro .groupe {
        margin-left: 10%;
        margin-right: 1%;
        float: right;
        position: relative;
        z-index: 10;
    }
    
    .intro .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 1000px 400px;
        border-color: transparent transparent #4ec6b4 transparent;
        position: absolute;
        top: -200px;
        right: 0;
        z-index: 1;
    }
    
    .eva {
         background: white;
         border: 1px solid #e6e6e6;
         padding: 20px;
        margin-top: 10px;
    }
    
    .eva .infoeva {
        position: relative;
        width: 23%;
        float: left;
        text-align: right;
    }
    
    .eva .infoeva .icoeva {
            border-radius: 100px;
            background: #f8f8f8;
            padding: 5px;
             border: 1px solid #e6e6e6;
            position: relative;
            z-index: 2;
        margin-left: 13%;
    }
    
    .eva .infoeva .nv {
        text-transform: uppercase;
        font-size: 14px;
        font-family: roboto;
            background: #f8f8f8;
        border-radius: 100px;    
        padding: 10px;
        width: 20px;
        z-index: 1;
        position: absolute;
        top: 30px;
        left: 0;
    }
    
    .eva .infoeva .nvc {
        text-transform: uppercase;
        font-size: 16px;
        font-family: roboto;
            background: #4ec6b4;
        border-radius: 100px;    
        padding: 10px;
        width: 20px;
        color: white;
        z-index: 3;
        position: absolute;
        top: 55px;
        left: 18px;
    }
    
    .eva .infoeva .zoom {
        text-transform: uppercase;
        font-size: 14px;
        font-family: roboto;
            background: #e9e9e9;
        border-radius: 100px;    
        padding: 8px;
        width: 12px;
        z-index: 4;
        position: absolute;
        top: 82px;
        left: 42px;
        height: 14px;
        padding-top: 6px;
    }
    
    .eva .critere {
        width: 75%;
        float: right;
        height: 110px;
    }
    
    .eva .critere .col2 {
        width: 45%;
        float: left;
        margin-left: 5%;
    }
    
     .eva .critere .col2 span {
         display: block;
         border-bottom: 1px solid #e6e6e6;
         text-transform: uppercase;
         font-size: 9px;
         font-family: roboto;
         text-align: right;
         padding: 5.5px;
     }
    
    .eva .critere .col2 span i {
     color: #4ec6b4;
        font-size: 12px;
        margin-left: 5%;
    }
    
    .inventaire .headinv {
        background: url('https://zupimages.net/up/18/33/xyz0.png') 80% 80% #f8f8f8 no-repeat;
         border: 1px solid #e6e6e6;
        border-top: 0px;
         padding: 10px 20px;
        position: relative;
        overflow: hidden;
    }
    
    .inventaire .headinv .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 2000px 800px;
        border-color: transparent transparent #4ec6b4 transparent;
        position: absolute;
        top: -450px;
        right: 0px;
        z-index: 1;
    }
    
    .inventaire .headinv .titre {
        width: 60%;
        float: left;
    }
    
    .inventaire .headinv .titre h2 {
        font-family: roboto;
        font-style: italic;
        color: #4ec6b4;  
        text-transform:lowercase; 
        margin: 0;
        position: relative;
        z-index: 2;
    }
    
    .inventaire .headinv .onglets {
        width: 22%;
        float: right;
        z-index: 2;
        position: relative;
    }
    
     .inventaire .headinv .onglet_0 {
          background: #eee !important;
         color: #636363 !important;
     }
    
    .inventaire .headinv .onglet_1 {
          background: #ddd;   
     }

    .inventaire .headinv .onglets span {
        background: white;
        border-radius: 100px;
        margin: 0 2px;
        padding: 4px;
        color: #4ec6b4;
        width: 18px;
        text-align: center;
        display: inline-block;
    }
    
    .inventaire .contenu {
         border: 1px solid #e6e6e6;
        border-top: 0px;
        background: white;
        padding: 5px;
    }
    
    .inventaire .contenu span {
        background: #f8f8f8;
        margin: 4px;
        text-transform: uppercase;
        font-family: roboto;
        font-size: 10px;
        width: 30%;
        display: inline-block;
        margin: 5px 4px;
        padding: 0 5px;
        padding-bottom: 8px;
    }
    
    .contenu_onglet {
         display: none;
        height: 125px;
        overflow: auto;
    }
    
    
    
    .inventaire .contenu span img {
        height: 20px;
        position: relative;
        margin-right: 5px;
        bottom: -5px;
    }
    
    .collection {
        background: white;
         border: 1px solid #e6e6e6;
         padding: 20px;
        margin-top: 10px;
    }
    
    .collection .badges {
        background: #f8f8f8;
         border: 1px solid #e6e6e6;
        margin-right: 5px;
        padding: 4px;
        width: 55%;
        float: left;
        text-align: center;
    }
    
    .collection .rubans {
         background: #f8f8f8;
         border: 1px solid #e6e6e6;
        padding: 4px;
        width: 40%;
        float: right;
        text-align: center;
    }
    
    .collection .badges img,  .collection .rubans img {
         width: 31px;   
        margin: 0 4px;
    }
    
    .equipe .titre {
        background: url('https://zupimages.net/up/18/33/xyz0.png') 80% 80% #f8f8f8 no-repeat;
         border: 1px solid #e6e6e6;
        border-top: 0px;
         padding: 10px 20px;
        position: relative;
        overflow: hidden;
    }
    
    .equipe .titre .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 2000px 800px;
        border-color: transparent transparent #4ec6b4 transparent;
        position: absolute;
        top: -650px;
        right: 0px;
        z-index: 1;
    }

    
    .equipe .titre h2 {
        font-family: roboto;
        font-style: italic;
        color: #4ec6b4;  
        text-transform:lowercase; 
        margin: 0;
        position: relative;
        z-index: 2;
    }
    
    .pokemons {
         background: white;
         border: 1px solid #e6e6e6;
         padding: 20px;
        margin-top: 10px;
        position: relative;
    }
    
    .pokemons .infopoke {
        position: relative;
        width: 23%;
        float: right;
        text-align: right;
    }
    
    .pokemons .infopoke .icopoke {
            border-radius: 100px;
            background: #f8f8f8;
            padding: 5px;
             border: 1px solid #e6e6e6;
            position: relative;
            z-index: 2;
        margin-left: 13%;
    }
    
    .pokemons .infopoke .nv {
        text-transform: uppercase;
        font-size: 14px;
        font-family: roboto;
            background: #f8f8f8;
        border-radius: 100px;    
        padding: 10px;
        width: 20px;
        z-index: 1;
        position: absolute;
        top: 23px;
        left: 4px;
    }
    
    .pokemons .infopoke .nvc {
        text-transform: uppercase;
        font-size: 16px;
        font-family: roboto;
            background: #4ec6b4;
        border-radius: 100px;    
        padding: 10px;
        width: 20px;
        color: white;
        z-index: 3;
        position: absolute;
        top: 50px;
        left: 18px;
    }
    
    .pokemons .infopoke .chroma {
        text-transform: uppercase;
        font-size: 14px;
        font-family: roboto;
            background: #e9e9e9;
        border-radius: 100px;    
        padding: 8px;
        width: 12px;
        z-index: 4;
        position: absolute;
        top: 77px;
        left: 40px;
        height: 14px;
        padding-top: 6px;
    }
    
    .pokemons .chroma i.display {
         color: #e9e9e9;   
    }
    
    .pokemons .descripoke  {
        width: 20%;
        float: left;
        margin-left: 5%;
    }
    
     .pokemons .descripoke span {
         display: block;
         border-bottom: 1px solid #e6e6e6;
         text-transform: uppercase;
         font-size: 9px;
         font-family: roboto;
         text-align: right;
         padding: 5.5px;
     }
    
    .pokemons .descripoke span i {
     color: #4ec6b4;
        font-size: 12px;
        margin-left: 5%;
    }
    
    .pokemons .capa {
        width: 47%;
        float: left;
        background: #f8f8f8;
        text-transform: uppercase;
        font-size: 9px;
        font-family: roboto;
        margin-top: 5px;
        height: 95px;
        overflow: auto;
        padding: 5px;
    }
    
    .pokemons .capa img {
         position: relative;
        bottom: -2px;
        margin-right: 5px;
    }
    
    .pokemons .poke h3 {
        position: absolute;
        top: -76px;
        right: 25px;
        font-size: 25px;
        z-index: 3;
        font-family: roboto;
        font-style: italic;
        color: #f8f8f8;
        text-transform: lowercase;
    }
    
    .pokemons .infopoke .types {
        z-index: 4;
        position: absolute;
        top: 95px;
        left: 60px;
    }
    
    .contenu_poke {
        display: none;
    }
	
	.onglets_poke {
		text-align:center;
		margin-top:5px;
        display:flex;
        flex-wrap:wrap;
        justify-content: space-between;
	}
	
	.poke_0 {
		opacity:0.5;
	}
	
	.poke_1 {
		opacity:1;
	}
	
	.capa2 {
		width:50%;
		float:left;
	}
  
  .non {
   background: #e6e6e6 !important;
  }
    
    .onglets_poke h4 {
    margin: 0;
    font-family: roboto;
    font-size: 10px;
    font-weight: normal;
    float: left;
        position: relative;
        top: 7px;
        margin-right: 10px;
}
    
    .prin, .elec, .concours, .autre {
    width: 40%;
        text-align: left;
}
    
    .concours {
        clear: both;
    }
    
    .prin, .concours {

    }