body {
 /* background-image: url('https://i.ibb.co/JdbWM6K/background.jpg'); */
 /*background-color : #dbeeff;*/
 /* opacity : 0.5; */
 }

/* .background { */
   /* background: linear-gradient(to left, #283593, #1976d2); 	 */
/* } */

select{
  padding: 1px 12px 1px 12px;
  width: 185px;
  height : 25px;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: transparent;
  position: relative;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  transition: all 150ms ease;
  color : white;
}


/* Mise en forme du builder  */

.builder {
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden;
  background-image: url('backgroundBuilder.jpg');
  border-radius: 10px;
}



/* Acordeon styles */
.tab {
  position: relative;
  width: 100%;
  color: white;
  overflow: hidden;

}
.input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}



.label1 {
  position: relative;
  text-align:center;
  display: block;
  padding: 0 0 0 0;
  font-size:15px;
  border-radius :7px;
  height : 50px;
  transition: 0.5s;
  background-size: auto 100%; /* Attention au background size 100% sur la hauteur pour les version téléphone */
  font-family:Verdana;
  font-weight: bold;
  line-height: 3.5;
  cursor: pointer;
  border: 0px solid rgba(255,255,255,0.1);
  background: rgba(33,36,45,0.5);
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 600 ;
}	

.label2 {
  position: relative;
  text-align:center;
  display: block;
  padding: 0 0 0 0;
  font-size:15px;
  border-radius :7px;
  height : 50px;
  transition: 0.5s;
  background-size: auto 100%; /* Attention au background size 100% sur la hauteur pour les version téléphone */
  /*color : grey;*/
  font-family:Verdana;
  font-weight: bold;
  line-height: 3.5;
  cursor: pointer;
  border: 0px solid rgba(255,255,255,0.1);
  background: rgba(33,36,45,0.5);
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 600 ;
}	

.label3 {
  position: relative;
  text-align:center;
  display: block;
  padding: 0 0 0 0;
  font-size:15px;
  border-radius :7px;
  height : 50px;
  transition: 0.5s;
  background-size: auto 100%; /* Attention au background size 100% sur la hauteur pour les version téléphone */
  font-family:Verdana;
  font-weight: bold;
  line-height: 3.5;
  cursor: pointer;
  border: 0px solid rgba(255,255,255,0.1);
  background: rgba(33,36,45,0.5);
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 600 ;
}	

.label4 {
  position: relative;
  text-align:center;
  display: block;
  padding: 0 0 0 0;
  font-size:15px;
  border-radius :7px;
  height : 50px;
  transition: 0.5s;
  background-size: auto 100%; /* Attention au background size 100% sur la hauteur pour les version téléphone */
  font-family:Verdana;
  font-weight: bold;
  line-height: 3.5;
  cursor: pointer;
  border: 0px solid rgba(255,255,255,0.1);
  background: rgba(33,36,45,0.5);
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 600 ;
}	

.label5 {
  position: relative;
  text-align:center;
  display: block;
  padding: 0 0 0 0;
  font-size:15px;
  border-radius :7px;
  height : 50px;
  transition: 0.5s;
  background-size: auto 100%; /* Attention au background size 100% sur la hauteur pour les version téléphone */
  /*color : grey;*/
  font-family:Verdana;
  font-weight: bold;
  line-height: 3.5;
  cursor: pointer;
  border: 0px solid rgba(255,255,255,0.1);
  background: rgba(33,36,45,0.5);
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 600 ;
}	

.label6 {
  position: relative;
  text-align:center;
  display: block;
  padding: 0 0 0 0;
  font-size:15px;
  border-radius :7px;
  height : 50px;
  transition: 0.5s;
  background-size: auto 100%; /* Attention au background size 100% sur la hauteur pour les version téléphone */
  /*color : grey;*/
  font-family:Verdana;
  font-weight: bold;
  line-height: 3.5;
  cursor: pointer;
  border: 0px solid rgba(255,255,255,0.1);
  background: rgba(33,36,45,0.5);
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 600 ;
}	



.label1:hover {
   background-color: rgba(12 15 25 / 15%);
}

.label2:hover {
   background-color: rgba(12 15 25 / 15%);
}

.label3:hover {
   background-color: rgba(12 15 25 / 15%);
}

.label4:hover {
   background-color: rgba(12 15 25 / 15%);
}

.label5:hover {
   background-color: rgba(12 15 25 / 15%);
}

.label6:hover {
   background-color: rgba(12 15 25 / 15%);
}

.tab-content {
  max-height: 0;
  overflow: hidden;
	background: rgba(33,36,45,0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
  transform: scale(.35);
  webkit-transform: scale(.35);
  /* opacity: 0; */
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-radius: 10px;
}



.tab-content p {
  margin: 1em;
}
/* :checked */
.input:checked ~ .tab-content {
  max-height: 1000000em;
  opacity: 1;
  transform: scale(1);
  webkit-transform: scale(1);
  padding : 18px 0 25px 0;
}
/* Icon */
.label1::after {
  position: absolute;
  left: 0;
  top: -10px;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.input[type=checkbox] + .label::after {
  content: "+";
  font-size: 150%;
}
.input[type=radio] + .label::after {
  content: "";
}
.input[type=checkbox]:checked + .label::after {
  transform: rotate(315deg);
}
.input[type=radio]:checked + .label::after {
  transform: rotateX(180deg);
}

.label1 img {
  width : 360px;
  margin-left: 70px;
}


.label2::after {
  position: absolute;
  left: 0;
  top: -10px;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.input[type=checkbox] + .label2::after {
  content: "+";
  font-size: 150%;
}
.input[type=radio] + .label2::after {
  content: "";
}
.input[type=checkbox]:checked + .label2::after {
  transform: rotate(315deg);
}
.input[type=radio]:checked + .label2::after {
  transform: rotateX(180deg);
}

.label2 img {
  width : 360px;
  margin-left: 70px;
}


.label3::after {
  position: absolute;
  left: 0;
  top: -10px;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.input[type=checkbox] + .label3::after {
  content: "+";
  font-size: 150%;
}
.input[type=radio] + .label3::after {
  content: "";
}
.input[type=checkbox]:checked + .label3::after {
  transform: rotate(315deg);
}
.input[type=radio]:checked + .label3::after {
  transform: rotateX(180deg);
}

.label3 img {
  width : 360px;
  margin-left: 70px;
}


.label4::after {
  position: absolute;
  left: 0;
  top: -10px;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.input[type=checkbox] + .label4::after {
  content: "+";
  font-size: 150%;
}
.input[type=radio] + .label4::after {
  content: "";
}
.input[type=checkbox]:checked + .label4::after {
  transform: rotate(315deg);
}
.input[type=radio]:checked + .label4::after {
  transform: rotateX(180deg);
}

.label4 img {
  width : 360px;
  margin-left: 70px;
}


.label5::after {
  position: absolute;
  left: 0;
  top: -10px;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.input[type=checkbox] + .label5::after {
  content: "+";
  font-size: 150%;
}
.input[type=radio] + .label5::after {
  content: "";
}
.input[type=checkbox]:checked + .label5::after {
  transform: rotate(315deg);
}
.input[type=radio]:checked + .label5::after {
  transform: rotateX(180deg);
}

.label5 img {
  width : 360px;
  margin-left: 70px;
}


.label6::after {
  position: absolute;
  left: 0;
  top: -10px;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.input[type=checkbox] + .label6::after {
  content: "+";
  font-size: 150%;
}
.input[type=radio] + .label6::after {
  content: "";
}
.input[type=checkbox]:checked + .label6::after {
  transform: rotate(315deg);
}
.input[type=radio]:checked + .label6::after {
  transform: rotateX(180deg);
}

.label6 img {
  width : 360px;
  margin-left: 70px;
}


.grad-bar {
  width: 100%;
  height: 5px;
  background: #f4f8fc;
  border-radius : 5px;
  -webkit-animation: gradbar 15s ease infinite;
	-moz-animation: gradbar 15s ease infinite;
	animation: gradbar 15s ease infinite;
}

/* Tableau de présentation de la team */
.presentationteam {
  border-collapse: separate;
  background:none;
  border-radius:8px;
  margin: auto;
  box-shadow :0px 0px 5px rgba(0,0,0,0.6) ; 
  table-layout : fixed; 
  width: 85%;
  border-left:none; 
  border-image : none;
}

.presentationteam tbody tr td {
  color : white;
  font-weight: 600 ;
}

.tableauSelection {
  background : none;
}

.tableauSelection textarea {
  background : none;
  border-radius:8px;
  border-color: transparent;
  box-shadow :0px 0px 5px rgba(0,0,0,0.6) ;
  color : white;
  font-weight: 600 ;
}

 .bla {
  font-weight: 550 ;
  font-size: 20px;
}

.btn-upload {
  background : none;
  font-weight: 600 ;
  width: 200px;
  border-radius : 4px;
  color : white;
  /* box-shadow :0px 0px 5px rgba(0,0,0,0.6) ; */
}

.btn-generate {
  background : none;
  font-weight: 600 ;
  width: 150px;
  border-radius : 4px;
  color : white;
  /* box-shadow :0px 0px 5px rgba(0,0,0,0.6) ; */
}

.btn-copy {
  background : none;
  font-weight: 600 ;
  width: 150px;
  border-radius : 4px;
  color : white;
  /* box-shadow :0px 0px 5px rgba(0,0,0,0.6) ; */
}

.alignementbouton .designBuilder {
  background : none;
  font-weight: 600 ;
  width: 200px;
  border-radius : 4px;
  color : white;
  height : 30px;
  box-shadow :0px 0px 5px rgba(0,0,0,0.6) ;
}

.alignementbouton .designBuilder:hover {
   background-color: rgba(12 15 25 / 20%);
}

.btn-team {
  background : none;
  font-weight: 600 ;
  width: 100px;
  border-radius : 4px;
  border : 2px;
  color : white;
  height : 25px;
  box-shadow :0px 0px 5px rgba(0,0,0,0.6) ;
}

.btn-team:hover {
   background-color: rgba(12 15 25 / 20%);
}

.btn-calc {
  background : none;
  font-weight: 600 ;
  width: 90px;
  border-radius : 4px;
  border : 2px;
  color : white;
  height : 25px;
  box-shadow :0px 0px 5px rgba(0,0,0,0.6) ;
}

.btn-calc:hover {
   background-color: rgba(12 15 25 / 20%);
}





.btn-save, .btn-load 
 {
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 14px;
  text-decoration: none;
  margin: 5px;
  color: #fff;
  position: relative;
  display: inline-block;
  width : 125px;
}

.btn-save:active, .btn-load:active  {
  transform: translate(0px, 3px);
  -webkit-transform: translate(0px, 3px);
  box-shadow: 0px 0px 0px 0px;
}

.btn-save, .btn-load 
 {
    background-image: url(https://wallpapershome.com/images/wallpapers/macos-big-sur-1280x720-dark-wwdc-2020-22655.jpg);
    box-shadow: 0px 0px 0px 0px /*#3C93D5*/;
    font-family: 'Playfair Display SC ', sans-serif;
    font-weight: 550;
}

.btn-save:hover, .btn-load:hover  {
  background-color: #6FC6FF;
}





.tableauSelection thead tr th p{
  color : white;
  font-weight: 600 ;
}

.tableauSelection tbody tr td {
  color : white;
  font-size : 13px;
  font-weight: 600 ;
}

.tableauSelection tbody tr td img{
  max-width : 90px;
}

.titrerecherchepoke {
  color : white;
  font-weight: 420 ;
}


.tableauSpeed {
  color : white;
  font-weight: 600 ;
  border-collapse: separate;
  background:none;
  border-radius:8px;
  margin: auto;
  box-shadow :0px 0px 5px rgba(0,0,0,0.6) ; 
  table-layout : fixed; 
  width: 85%;
  border-left:none; 
  border-image : none;
}

.tableauSpeed tbody tr td img{
  max-width : 80px;
}

.tableauMoves {
  border-collapse: separate;
  background:none;
  border-radius:8px;
  margin: auto;
  box-shadow :0px 0px 5px rgba(0,0,0,0.6) ; 
  table-layout : fixed; 
  width: 60%;
  border-left:none; 
  border-image : none;
}

.tableauMoves thead tr th p{
  color : white;
  font-weight: 600 ;
  font-size:13px;
}

.tableauMoves tbody tr td {
  color : white;
  font-weight: 600 ;
  font-size:13px;
}

.tableauMoves tbody tr td img{
  max-width : 40px;
}


.tableauresumespeed {
  border-collapse: separate;
  background:none;
  border-radius:8px;
  margin: auto;
  box-shadow :0px 0px 5px rgba(0,0,0,0.6) ; 
  table-layout : fixed; 
  width: 60%;
  border-left:none; 
  border-image : none;
}

.tableauresumespeed tbody tr td {
  color : white;
  font-weight: 550 ;
  font-size:13px;
}

.tableauresumespeed tbody tr td img{
  max-width : 40px;
}


.tableauCouverture {
  width : 73%;
    background:none;
}

.tableauCouverture tbody tr td {
  font-family: 'Playfair Display SC ', sans-serif;
  font-weight:550;
  color: white;
  font-size:11px;
  padding:8px 10px 8px 10px;
  border-bottom:0px solid #e0e0e0;
}
  
.tableauCouverture tbody tr td img {
  max-width: 30px; 
  padding:0px 0px 0px 0px;
}
.tableauCouverture tbody tr td .iconetype {
  max-width:74px; 
  padding:0px 0px 0px 0px;
}
.tableauCouverture thead tr th .iconetype {
  max-width:82px; 
  padding:0px 0px 0px 0px;
}


.iconedex {
  max-width:40px; 
  margin-top: 30px;

}


/* Page recherche de Pokémon */

.recherche {
  width : 73%;  
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  /* background-image: url('test1.jpg'); */
  background-image: url('backgroundBuilder.jpg');
}

.recherchebis {
  width : 73%;  
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  /* background-image: url('test1.jpg'); */
  background-image: url('backgroundBuilder.jpg');
}

/*.recherche:hover {
   background-color: rgba(12 15 25 / 15%);
}*/

.recherche p {
  color : white;
}

.recherchebis p {
  color : white;
}

.recherche select {
  padding: 1px 12px 1px 12px;
  width: 105px;
  height : 25px;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: transparent;
  position: relative;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  transition: all 150ms ease;
  color : white;
  margin-top : 2px;
} 

.recherchebis select {
  padding: 1px 12px 1px 12px;
  width: 170px;
  height : 25px;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: transparent;
  position: relative;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  transition: all 150ms ease;
  color : white;
  margin-top : 2px;
} 



.tab {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  color: white;
  overflow: hidden;
}

.tab-content2 {
  overflow: hidden;
  background: rgba(33,36,45,0.4);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(1px);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
  border-radius: 10px; */
 /* background: rgba(93, 96, 105,0.4);*/
} 

.btn-rechercher {
  background : none;
  font-weight: 600 ;
  width: 200px;
  border-radius : 4px;
  border : 2px;
  color : white;
  height : 28px;
  box-shadow :0px 0px 5px rgba(0,0,0,0.6) ;
}

.btn-rechercher:hover {
   background-color: rgba(12 15 25 / 20%);
}


/* Réduction taille logo des types pour l'outil recherche de Poké */
@media screen and (min-width: 1000px) and (max-width: 1200px) {

  .recherche {
    width : 80%;  
  }

  .recherchebis {
    width : 80%;  
  }

.typefichestrat2 {
  max-height : 19px;
  margin-bottom:-0.2em;
}

}


@media screen and (min-width: 801px) and (max-width: 1000px) { 

  .recherche {
    width : 80%;  
  }

  .recherchebis {
    width : 80%;  
  }  

}


@media screen and (min-width: 481px) and (max-width: 800px) { 

  .recherche {
    width : 90%;  
  }

  .recherchebis {
    width : 90%;  
  }  

}


/* Mise en forme des select */
@media screen and (min-width: 1000px) and (max-width: 1520px) {

  .recherche select {
    padding: 1px 12px 1px 12px;
    width: 95px;
  }

}

@media screen and (min-width: 700px) and (max-width: 1000px) {

  .btn-rechercher {
    max-width: 165px;
    height : 24px;
    font-size: 13px;
  }

  .recherche select {
    padding: 1px 9px 1px 9px;
    width: 105px;
    height : 22px;
  }

  .recherchebis select {
    padding: 1px 9px 1px 9px;
    height : 22px;
  }  

}

@media screen and (min-width: 481px) and (max-width: 699px) {

  .btn-rechercher {
    max-width: 150px;
    height : 24px;
    font-size: 12px;
  }

  .recherche select {
    padding: 1px 9px 1px 9px;
    width: 95px;
    height : 22px;
  }

  .recherchebis select {
    padding: 1px 9px 1px 9px;
    height : 22px;
  }

}


@media screen and (max-width: 480px) {  
  .recherche {
    width : 96%; 
  }

  .recherchebis {
    width : 96%; 
  }

  .btn-rechercher {
    max-width: 125px;
    height : 22px;
    font-size: 12px;
  }
  .recherche select {
    width: 85px;
    height : 20px;
  } 

  .recherchebis select {
    width: 145px;
    padding: 1px 9px 1px 9px;    
    height : 20px;
  } 

}