@import url('https://fonts.googleapis.com/css2?family=Chelsea+Market&family=Roboto&display=swap');


body#editor {
  background: #fff;
  width: 100vw;
  margin: auto;
  height:100vh;
  vertical-align: middle;
  display: table-cell;
  box-sizing: border-box;
}
#recipe {
  padding: 100px;
  padding-top: 0;
  max-width: 1200px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
body#launch-page{
  background: #fff;
  width: 100vw;
  margin: auto;
  height:100vh;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  box-sizing: border-box;
}
.global-wrapper{
  padding: 20px;
  max-width: 600px;
  margin: auto;
  margin-top: 60px;
}

body {
  font-family: 'Roboto', sans-serif;
}

canvas{
  position: fixed;
  top:0;
  left:0;
  z-index:-1;
}

div.section-block{
  background-color: #fff;
}

.section{
  width: 100%;
}

.dontMove .section{
  animation :  appear 0.8s 1 ;
}

.moveLeft .section{
  animation : moveLeft 0.8s 1 , appear 0.8s 1 ;
}

.moveRight .section{
  animation : moveRight 0.8s 1 , appear 0.8s 1 ;
}

.moveUp .section{
  animation : moveUp 0.8s 1 , appear 0.8s 1 ;
}

.moveDown .section{
  animation : moveDown 0.8s 1 , appear 0.8s 1 ;
}



button {
  border: 4px solid #f52749;
  background: #fff;
  color: #f52749;
  border-radius: 0;
  padding: 8px 16px 8px 16px;
  font-size: 8pt;
  font-weight: bold;
  margin-right: 4px;
  box-shadow: #f52749 0 0 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
  pointer-events: all;
}
button.on{
  background: #f52749;
  color: #fff;
}
button:hover {
  background: #f52749;
  color: #fff;
}
button.on:hover{
  border-color: #f8617a;
}

canvas {
  display: block;
}

p.caption {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: rotate(4deg);
  font-size: 26px;
  color: #f52749;
  animation: levitate 1s alternate infinite;
  text-shadow: #f52749 0 0 2px;
}

img.banner {
  width: 100%;
  padding: 0px 40px;
  box-sizing: border-box;
}

.result p,
.exemple p{
  font-size: 10pt;
  color: #bbb;
}

#preset_description i {    
  display: block;
  margin-bottom: 6px;
  font-weight: bolder;
  color: #bbb;
}
#preset_description i:before {
  content:"pour "
}

.label {
  font-size: 10pt;
  color: #bbb;
  margin-right: 10px;
}

div.option,
div.input,
div.checkbox {
  margin-top: 28px;
}

h1,
h2,
h3 {
  /*font-family: 'Chelsea Market', cursive;*/
  margin: 0;
  padding: 0;
}

h1 {
  color: #f52749;
  margin-top: 20px;
  margin-bottom: 20px;
}

h1.title {
  text-shadow: #f52749 0 0 1px;
}

h2 {
  margin-bottom: 16px;
}

h3 {
  margin-bottom: 8px;
}

#formulaire h2,
h3 {
  color: #f52749;
}

.caps {
  text-transform: capitalize;
}

div#regles {
  border: 4px solid #000;
  color: #000;
  box-shadow: 4px 4px 10px #00000025;
  line-height: 14pt;
  padding: 20px;
  padding-bottom: 80px;
  margin-bottom: 40px;
  background: #fff;
}

#regles p, #regles li, #regles ul{break-inside: avoid;}

#regles h1,
#regles h2,
#regles h3 {
  color: #000;
}
#regles h1 {
  line-height: 28pt;
}



.result p {
  display: none;
}

.sum {
  margin-top: 40px;
}

.sum p {
  margin-top: 20px;
  font-size: 10pt;
  font-style: italic;
  margin-top: 0;
  color:#bbb;
}

div.section-block {
  border: 4px dashed #f52749;
  padding: 20px;
  margin-bottom: 20px;
}
div.section{
  display:none;
}

@keyframes levitate {
  from {
    margin-top: 1vw;
  }

  to {
    margin-top: 0vw;
  }
}

#schema_pioche {
  box-shadow: 0px 10px;
  margin-bottom: 20px;
}

.schema_carte {
  border: 4px solid black;
  border-radius: 8px;
  margin: 6px auto;
  background:white;
  max-height: 60px;
  max-width: 40px;
  width: 6vw;
  height: 9vw;
}
.schema_main .schema_carte:not(.schema_carte_trophe):after {
  content: '';
  position: absolute;
  border: 4px solid black;
  border-radius: 8px;
  margin: 0;
  background: white;
  max-height: 60px;
  max-width: 40px;
  width: 6vw;
  height: 9vw;
  left: 0;
  top: 0;
  transition:margin-top 0.2s, box-shadow 0.2s;
}
.schema_main .schema_carte:not(.schema_carte_trophe):hover:after {
    margin-top:-10px;
  box-shadow: 2px 2px 5px #00000025;
}


.schema_main .schema_carte:not(.schema_carte_trophe) {
  display:inline-block;
  border:none;
  background:none;
}


.schema_banc .schema_carte ,  .schema_rss_banc .schema_carte {
  display:inline-block;
}

.schema_banc ,  .schema_rss_banc {
  border: 4px dashed black;
  border-radius: 8px;
  margin: 10px;
  padding-bottom: 8px;
}

.schema_main {
  border-radius: 8px;
  margin: 10px;
}

.schema_blank_space{
  height: 20px;
}

.schema_cell {
  display: table-cell;
  vertical-align: middle;
  text-align:center;
}
.schema_cell_flex {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  width: 0px;
}

#schema_jeu {
  width: 100%;
  max-height: 400px;
  display: table;
  margin: 40px 0;
  margin-bottom: 60px;
}

.schema_main_carte{
  display: inline-block;
    max-width: 40px;
    width: 4vw;
}
.schema_caption{
  position: absolute;
    color: #bbb;
    text-transform: uppercase;
    font-size: 14pt;
  line-height: 18pt;
  text-align: center;
}
.schema_pioche_visible {
  width: 100px;
  padding:10px;
}
.schema_pioche_visible .schema_carte{
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}

.schema_carte.r1 {transform:rotate(-16deg);}
.schema_carte.r2 {transform:rotate(-8deg);}
.schema_carte.r3 {transform:rotate(-2deg);}
.schema_carte.r4 {transform:rotate(2deg);}
.schema_carte.r5 {transform:rotate(8deg);}
.schema_carte.r6 {transform:rotate(16deg);}

.schema_carte_trophe{
  float:right;
}

span.rappel{
  font-size: 10pt;
  display: block;
}
span.rappel:before{
  content:"(";
  margin-right:4px;
}
span.rappel:after{
  content:")";
  margin-left:4px;
}

span.example{
  margin-top: 4px;
  font-size: 10pt;
  display: block;
  color:#777;
}
span.example:before{
  content:"Ex :";
  margin-right:4px;
}

.schema_single_card{
  width: 240px;
  height: 360px;
  border: 8px solid;
  border-radius: 30px;
  display: table;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  margin: auto;
  background-color: #fff;
}
#regles .schema_single_card{
  margin-top: 70px ;
  margin-bottom: 60px ;
}
#formulaire .schema_single_card{
  border-color: #f52749;
  color:#f52749;
  margin: 20px auto;
  transform:rotate(4deg);
  box-shadow: 4px 4px 10px #00000025;
  transition:0.2s;
}
#formulaire .schema_single_card:hover{
  transform:rotate(0deg);
  box-shadow: 0px 0px 0px #96828225;
}

.schema_single_card .hp{
  position: absolute;
  right: 0;
  margin: 12px 20px;
  font-size: 24pt;
  font-weight: bold;
  text-decoration: underline 3px;
  top: 0;
  line-height: 30pt;
}


.schema_single_card .rss{
  width: 16px;
  height: 16px;
  border-width: 2px;
  line-height: 14pt;
}
.schema_single_card .rss-categorie{
  text-transform: uppercase;
  font-style: italic;
  color: #bbb;
  margin: 0px 8px;
}
.schema_single_card .bottom-categorie{    
  transform: rotate(180deg);
  margin-top: 16px;
}
.rss_ctg {
    display: table-cell;
    vertical-align: middle;
}
.rss_ctg_img{
  padding: 0 20px;
}
.rss.rules{
  width: 12px;
  height: 12px;
  margin: -1px 1px;
  line-height: 12pt;
  border-width: 1px;
}
.example .rss.rules{
  width: 10px;
  height: 10px;
  margin: -1px 1px;
  line-height: 8pt;
  border-width: 1px;
}
.rss{
  display: inline-block;
  border-radius: 50%;
  text-align: left;
  border-style: solid;
  font-family: Arial, Helvetica, sans-serif;
}
.rss_type_a:before{
  content:"✼";
}
.rss_type_b:before{
  content:"✧";
}
.rss_type_c:before{
  content:"✶";
}
.rss_type_d:before{
  content:"✱";
}
.rss_fill{
  border-color: #000;
  background-color: #000;
  color:#fff;
}
.rss_type:before{
  position: absolute;
}
.schema_single_card .rss_type:before{
  margin-left: 1px;
margin-top: -1px;
font-size: 16pt;
}
.rss_type.rules:before{         
  margin-left: 1px;
  margin-top: -2px;
  font-size: 10pt;
}
.example .rss_type.rules:before{   
  margin-left: 1.1px;
  font-size: 9pt;
  margin-top: -0.2px;
}
#regles .rss_fill{
  border-color: #000;
  background-color: #000;
  color:#fff;
}
#regles .rss_empty{
  border-color: #bbb;
  color:#bbb;
}
#formulaire .rss_fill{
  border-color: #f52749;
  background-color: #f52749;
  color:#fff;
}
#formulaire .rss_empty{
  border-color: #f52749;
  color:#f52749;
}
.schema_single_card .dgt p{
  font-size: 18pt;
  margin: 0;
  font-style: normal;
  line-height: 18pt
}
.schema_single_card .def p, .schema_single_card .tck p{
  font-size: 26pt;
  padding: 2px 8px;
  margin:0;font-style: normal;
}

#relges .schema_single_card .def p{  
  color: #bbb;
}

.schema_single_card .tck p{  
  text-decoration: underline 3px;
}

.schema_single_card .lvl_evolution{
  text-transform: uppercase;
  font-style: italic;
  margin: 0;
}

#regles .schema_single_card .lvl_evolution{
  color: #bbb;
}

#recipe .schema_single_card .lvl_evolution{
  color: #bbb;
}

.schema_single_card .textBlock{
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.card_description , .specialcard_description , .ressource_description{
  text-align: center;
  display: inline;
  margin: auto;
  font-size: 9pt;
}

.schema_single_card img{
  max-width: 100%;
  max-height: 100%;
}
.schema_card_head{
  display: table-row;
}
.schema_single_card .image_wrapper{
  padding: 0px 20px;
  display: table-cell;
  vertical-align: middle;
}
.schema_single_card .wrapper{
  display: table;
  width: 100%;
  margin-top: 4px;
}
.schema_single_card .col_a{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 0%;
}
.schema_single_card .col_b{
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  width: 100%;
  display: table-cell;
}
.schema_single_card .col_c{
  text-align: right;
  width: 20px;
  display: table-cell;
  vertical-align: top;
}
.schema_card_body{    
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.schema_card_body .wrapper{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
.schema_card_footer{
  display: table-row;
}
.block_spec .schema_card_footer{
  display: table-row;
  height:100px;
}

input#regles_supp{
  width:100%;
}
input{
  pointer-events: all;
}


.schema_caption#schema_caption_pioche{
  margin-left: 56px;
  margin-top: 17px;
  transform: rotate(-7deg);
}
.schema_caption#schema_caption_pioche2{
  margin-left: 4px;
  margin-top: -55px;
  transform: rotate(12deg);
}
.schema_caption#schema_caption_pioche_face_visible{
  margin-left: 109px;
  margin-top: 115px;
  transform: rotate(-6deg);
}


.schema_caption#schema_caption_ressource_banc{   
  margin-left: -68px;
  margin-top: 20px;
  transform: rotate(38deg);
}

.schema_caption#schema_caption_defausse{
  margin-left: 56px;
  margin-top: 14px;
  transform: rotate(3deg);
}
.schema_caption#schema_caption_defausse2{
  margin-left: 112px;
  margin-top: 61px;
  transform: rotate(7deg);
}
.schema_caption#schema_caption_carte_principale{
  margin-left: 47px;margin-top: -45px;transform: rotate(-23deg);
}
.schema_caption#schema_caption_banc{
  margin-left: -57px;margin-top: -61px;transform: rotate(15deg);
}
.schema_caption#schema_caption_main{
  margin-left: 10px;
margin-top: 0px;
transform: rotate(8deg);
}
.schema_caption#schema_caption_trophee{
margin-left: -22px;margin-top: 68px;transform: rotate(-10deg);
}
.schema_caption#schema_caption_carte_zone{
margin-left: -15px;margin-top: -82px;transform: rotate(5deg);text-align: center;
}

.schema_caption#schema_caption_niveau_evolution{
margin-left: -169px;margin-top: -41px;transform: rotate(6deg);
}

.schema_caption#schema_caption_cout{
margin-left: -47px;margin-top: -96px;transform: rotate(-1deg);
}

.schema_caption#schema_caption_cout2{
  margin-left: 80px;
  margin-top: -96px;
  transform: rotate(2deg);
}
.schema_caption#schema_caption_cout3{
margin-left: -104px;margin-top: -7px;transform: rotate(6deg);
}

.schema_caption#schema_caption_point_de_vie{
margin-left: 248px;margin-top: -4px;transform: rotate(-4deg);left: 0;
}
.schema_caption#schema_caption_degats{
margin-left: 47px;margin-top: -16px;transform: rotate(3deg);
}
.schema_caption#schema_caption_degats2{
margin-left: -155px;margin-top: 4px;transform: rotate(-6deg);
}
.schema_caption#schema_caption_effet_special{
margin-left: -145px;margin-top: -48px;transform: rotate(-5deg);
}
.schema_caption#schema_caption_defense{
  margin-left: 72px;
  margin-top: -21px;
  transform: rotate(3deg);
}

.recipe_card{
  float: left;
}
.one_card{
  float: left;
  width: 16px;
  position: relative;
}
.block_card{
  display:inline-block;
  margin-right:220px;   
  margin-bottom:10px;
  height: 380px;
}
.rss_top{
  float:left;
  color: #bbb;
  font-size: 26pt;
  line-height: 26pt;
  margin-top: -8px;
}
.rss_bottom{
color: #bbb;
font-size: 26pt;
}
.rss_center{    
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 100pt;
  line-height: 100pt;
}
.rss_center_min{    
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 80pt;
}
.specialcard_description h1 , .ressource_description h1 , .card_description h1{
  text-transform: uppercase;
  text-align: center;
  font-size: 8pt;
  color: #000;
  font-style: italic;
  margin: 0;
  margin-bottom:12px;
  color: #bbb;
  margin-top: 6px;
}
.specialcard_description p , .ressource_description p , .card_description p {
  text-align:center;
  margin: 0;
  padding-bottom: 2px;
}
.color_grey{
  color: #bbb;
}
.copy-button button{  
  height:40px;
}
.copy-button span{   
  position: absolute;
  font-size: 20pt;
  margin-left: -8px;
  margin-top: -17px;
}
.toolbar .toolbar-col1{       
  display: table-cell;
  vertical-align: bottom;
}
.toolbar .toolbar-col2{     
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding-top: 40px;
}
.toDraw .to_draw{
  visibility: hidden;
}
.to_draw{
  visibility: visible;
}
.lvl_evolution_tip{    
  font-size: 9pt;
  margin-left: 6px;
  position: absolute;
}

.toCut .one_card{
  width: auto;
  display:inline;
  background-color: #000;
}
.toCut .block_card{
  display:inline;
  margin:0;
}

.toCut .one_card:before{    
  border-top: 1px #000 solid;
  content: '';
  width: 300px;
  display: block;
  position: absolute;
  margin-left: -30px;
  border-bottom: 1px #000 solid;
  height: 359px;
}

.toCut .one_card:after{ 
  border-left: 1px #000 solid;
  content: '';
  width: 239px;
  display: block;
  position: absolute;
  margin-top: -390px;
  border-right: 1px #000 solid;
  height: 420px;
}
.rss_no_type{
  border-color: #000;
  background-color: #000;
}
 .arrow , .arrowL , .arrowR , .arrowU , .arrowD{    
  width: 16px;
  position: relative;
  display: inline-block;
}
.arrow:after{
  content: "▶︎";
  margin-top: -17px;
  position: absolute;
  margin-left: -5px;
}
.arrowL:after{
  content: "◀︎";
  margin-top: -17px;
  position: absolute;
}
.arrowR:after{
  content: "▶︎";
  margin-top: -17px;
  position: absolute;
}
.arrow:after{
  content: "▶︎";
  margin-top: -17px;
  position: absolute;
  margin-left: -5px;
}
.arrowU:after{
  content: "▲";
  margin-top: -11px;
  position: absolute;
  margin-left: 2px;
}
.arrowD:after{
  content: "▼";
  margin-top: -18px;
position: absolute;
margin-left: 2px;
}
#preset_description a{
  color:#f52749;
  text-decoration: underline;
  display: block;
  margin-top: 6px;
}
.toCut .num_mult{        
  display: none;
}
.num_mult{        
  display: table-cell;
  padding-left: 60px;
  height: 324px;
  font-size: 30pt;
  font-weight: bolder;
  color: #f52749;
  vertical-align: bottom;
}
.num_mult p{            
  letter-spacing: -1pt;
  display: block;
  position: absolute;
  margin: 0;
  margin-left: 150px;
  transform: rotate(-3deg);
  margin-top: -10px;
  z-index: 10;
  text-align: right;
  width: 60px;
}

.rss_ctg_top{
  float: right;
  color: #bbb;
  font-size: 22pt;
  font-weight: bolder;
  margin-top: 4px;
}

.rss_ctg_bottom{
  float: left;
  color: #bbb;
  font-size: 22pt;
  font-weight: bolder;
  margin-top: 4px;
}

#recipe h3{
  color: #777;
  font-style: italic;
}

.button-footer{
  text-align: right;
  height: 40px;
}

#previous_button{
  float:left;
  animation : appear 0.8s 1 1s both;
}
#next_button{
  float:right;
  animation : appear 0.8s 1 1s both;
}

@keyframes appear {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes moveUp {
  from {margin-top: 100vh;}
  to {margin-top: 0vh;}
}

@keyframes moveDown {
  from {margin-top: -100vh;}
  to {margin-top: 0vh;}
}

@keyframes moveRight {
  from {margin-left: 100vh;}
  to {margin-left: 0vh;}
}

@keyframes moveLeft {
  from {margin-left: -100vh;}
  to {margin-left: 0vh;}
}
.image_wrapper{
  text-align: center;
}
.to_draw img{
  max-height:200px;
  margin: auto;
}
.grey img{
  filter: grayscale(1);
  opacity:0.45;
}

.card_description b , .specialcard_description b , .ressource_description b {
  text-transform: uppercase;
  font-weight: bolder;
}

.card_description .bonus, .specialcard_description .bonus, .ressource_description .bonus {    
  display: inline-block;
  margin-right: 4px;
  font-size: 20pt;
}

.schema_minicarte{
  display: inline-block;
  width: 30px;
  height: 46px;
  border: 2.5px solid;
  border-radius: 7px;
  margin: 0px 2px;
}
.schema_lines {
  margin-bottom: -12px;
}

.schema_rss_banc {
  padding-bottom: 8px;
}
.hidden{
  display:none !important;
}
.shown{
  display:inline-block;
}
.selecteur_preset{
  display:none;
  margin-bottom: 10px;
}

#launch_screen .section-block{
  border:none;
  text-align: center;
  background: none;
}

.exemple a{
  color:#f52749;
}

#launch_screen img{
  animation: 0.5s ease-in 0s 1  both  appear;
}
#launch_screen #duel-caption{
  animation: 0.5s ease-in 0.5s 1  both  appear,levitate 1s alternate infinite;
}
#launch_screen h1{
  animation: 0.5s ease-in 2s 1  both  appear;
}
#launch_screen div{
  animation: 0.5s ease-in 2s 1  both  appear;
}
.card_description ul{
  margin: 0;
  padding-left: 18px;
}
.card_description li{
  margin-top: 4px;
}
.exemple img{
  display: inline-block;
  width:136px;
  margin: 20px 0px;
}

.help , .help1 , .help-button{
  color: #F52749;
  line-height: 17pt;
}

@media only screen and (min-width: 940px) {
  div.help{
    position: absolute;
    margin-left: -190px;
    width: 130px;
    text-align: right;
    font-size: 13pt;
    margin-top: 10px;
    transform: rotate(-2deg);
  }
  div.help1{    
    position: absolute;
    transform: rotate(-2deg);
    margin-left: 30px;
    width: 130px;
    text-align: left;
  }
  div.help-button{    
    position: absolute;
    font-size: 13pt;
    transform: rotate(-2deg);
    right: 0;
    margin-right: 100px;
    margin-top: -56px;
  }
  div.help-button:before{    
    position: absolute;
    margin-left: 6px;
    margin-top: 22px;
    content: "▶︎";
    font-size: 12pt;
  }
  div.help:before{   
    position: absolute;
    margin-left: 6px;
    margin-top: 2px;
    content: "▶︎";
    font-size: 12pt;
  }
  div.help1:before{    
    position: absolute;
    content: "◀︎";
    font-size: 12pt;
    margin-left: -20px;
  }
}
  .help p{
    margin-top: 0px;
    margin-bottom:6px;
  }
  .help1 p{
    display: inline;
    font-size: 14pt;
  }
  .timed{
    animation: 0.5s ease-in 0s 1  both  appear;
  }
  .timed0{
    animation: 0.5s ease-in 0.5s 1  both  appear;
  }
  .timed1{
    animation: 0.5s ease-in 1.5s 1  both  appear;
  }
  .timed2{
    animation: 0.5s ease-in 2.5s 1  both  appear;
  }

  .global-wrapper-2{
    margin: auto;
    max-width: 1000px;
  }

@media only screen and (max-width: 1000px) {

  .global-wrapper-2{
    margin: 20px;
    max-width: 100%;
    box-sizing: border-box;
  }
  
}

#preset_images{
  text-align: center;
}
.to-reveal{
  animation: 0.3s ease-in 0s 1  both  appear;
}

.button-footer-table{    
  display: table-row;
  height: 60px;
}

.button-footer-col1{    
  display: table-cell;
  text-align: left;
  vertical-align: top;
  width: 50%;
}

.button-footer-col2{    
  display: table-cell;
  text-align: right;
  vertical-align: top;
  width: 50%;
}
.button-icon{    
  font-size: 34pt;
  padding: 0;
  width: 40px;
  height: 40pxz
}
.button-icon{    
  font-size: 34pt;
  padding: 0;
  width: 40px;
  height: 40px;
}
.bouton-mult button{
  position: absolute;
  margin-left: 246px;
  font-size: 18pt;
  padding: 10px;
  z-index: 1000;
}
.bouton-mult .bouton-moins{
  margin-top: 30px;
}
.bouton-mult .bouton-plus{
  margin-top: -6px;
}
.bouton-mult .bouton-moins:after{    
  margin-top: -16px;
  margin-left: -5px;
}
.bouton-mult .bouton-plus:after{
  margin-top: -16px;
  margin-left: -7px;
}
.bouton-moins:after{    
  content: "-";
  position: absolute;
}
.bouton-plus:after{
  content: "+";
  position: absolute;
}
.rss-selector button{
  padding: 0;
  width: 14px;
  height: 14px;
  font-size: 12pt;
}
.rss-selector .bouton-moins:after{    
  margin-top: -11px;
  margin-left: -4px;
}
.rss-selector .bouton-plus:after{    
  margin-top: -11px;
  margin-left: -5px;
}
.toCut .bouton-mult{
  display:none;
}
.bouton-mult{
  position: absolute;
}
.card-wrapper{
  width: 240px;
  max-height:360px;
}
.fixed-toolbar{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1000;
  pointer-events: none;
  height: 100vh;
  display: table;
}

.toolbar{    
  display: table-row;
}

.toolbar .toolbar-col1 .on{
  display:block;
}

.toolbar .rss {
  margin-left: -10px;
  margin-top: -10px;
  border-color: #fff;
  width: 14px;
  height: 14px;
}

.toolbar .rss.rss_fill {
  background-color: #fff;
}

.rss_top select{
  border: none;
  color: #bbb;
  font-size: 26pt;
  background: none;
}


.custom-select select {
  display: none; /*hide original SELECT element: */
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  border: none;
  cursor: pointer;
  background-color: #f52749;
  border-radius: 50%;
  margin-bottom: 4px;
}
.rss_top .select-items div, .rss_top  .select-selected {
  padding: 0px 6px;
}
.specialcard_cost .select-items div, .specialcard_cost .select-selected {
  width: 15px;
  height: 19px;
  padding-left: 5px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #f8617a;
}  

.custom-select {
  position: relative;
  font-family: Arial;
  display: inline-block;
}

.toCut .card-wrapper {
  overflow: hidden;
}

.rss-selector .custom-select .select-items div , .rss-selector .select-selected {
  width: 15px;
padding-left: 4px;
margin-bottom: 1px;
}

.button-rss{
  margin-top: -8px;
  display: inline-block;
  margin-left: 4px;
}

#card_counter{
  color: #f52749;
  font-weight: bolder;
  font-size: 14pt;
  margin-bottom: 10px;
  margin-left: 4px;
}
#copyToolBar input.hidden_on_right{    
  position: absolute;
  margin-left: 100px;
}

.button-footer-col2 div{
  display: inline-block;
}

.button-action {       
  width: 100%;
  margin-left: -6px;
  text-align: right;
  margin-top: -10px;
  max-height: 8px;
}
.button-action button {
  padding: 0;
  width: 14px;
  height: 14px;
  font-size: 12pt;
}
.button-action .bouton-moins::after {
  margin-top: -11px;
  margin-left: -4px;
}
.button-action .bouton-plus::after {
  margin-top: -11px;
  margin-left: -5px;
}
.action_description{
  text-align: left;
  font-size: 9pt;
}
.char_action{
  padding:0px 4px 4px 4px;
  margin-bottom: 2px;
}
#recipe_card:not(.toCut) .selected-card .schema_single_card{
  border-color: #f52749;
}
.char_action:not(:first-child) {
  border-top: 2px #bbb dashed;
  padding-top: 4px;
}
.specialcard_cost {
  text-align: center;
}
#recipe_card:not(.toCut) .selected-card .specialcard_cost{
  text-align: left;
}
.block_rss img{
  max-width:80%;
}

#recipe_card:not(.toCut) .selected-card p , #recipe_card:not(.toCut) .selected-card h1{
  min-height: 10px;
  border: 1px dashed #f52749;
  padding: 2px;
}

.action_description p {
  text-align: left;
  padding: 2px;
  text-align: left;
  font-size: 9pt;
  margin: 0px;
}

.button-footer-section-table{
  width: 100%;
  display: table;
}

.bottom-toolbar{
  position: fixed;
bottom: 10px;
right: 20px;
text-align: right;
}

.bottom-toolbar div , .bottom-toolbar button {
  display: inline;
}

#schema_personnage {
  margin-top: 20px;
}