:root {
  --taillepolice: 24px;
}
#nbficheperso
{
	font-size: 80%;
	font-style: italic;
}
#impression{
print-color-adjust: exact;
}
.td_bouton{

 vertical-align: top;
  background-color: lightgray;
  border-radius: 35px;
  padding: 30px;
}
#tablepersohtml{
margin:auto;
}
.normal
{
   position: relative;
    margin:auto;
    font-size: var(--taillepolice);
}
.centrer {
    position: relative;
    top: calc(45% - var(--taillepolice)/2);
    font-size: var(--taillepolice);
}

body
{
    background-image: url("poule.jpg");
    background-repeat: no-repeat;
    background-position: top right;
}
#exemple canvas
{
width: 16%;
  max-height: max(10vh,10%);
}
@font-face {
    font-family: 'cursif2';
    src: url('cursif.eot');
    src: url('cursif.eot?#iefix') format('embedded-opentype'),
        url('cursif.woff2') format('woff2'),
        url('cursif.woff') format('woff'),
        url('cursif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.carte {
    width: 5.5cm;
    width: calc(5,54cm - 2px);
    height: 4.70cm;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: .25rem;
   }
.grise
{
	background-color:#dcdcdc;
	  border: 1px solid rgba(0, 0, 0, 0);
}

.bouton {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;

    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.bouton2
{
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 7px;
    min-height: 2rem;
    text-align:center;
    position: relative;
    text-decoration: none;
    transition: all 250ms;

    touch-action: manipulation;
    vertical-align: baseline;
    width: 60px;
}
html {
    height: 100%;

    user-select: none;
    font-family: serif;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;

    user-select: none;

    text-align: center;
}

#impression {
    display: none;
}



.acentrer {
    margin: auto;
}

.titre {
    font-size: 30px;
}

#aumilieu {
    /*border: 1px solid;
    border-radius: 6px;*/
    width: 90%;
    margin: auto;
    margin-top: 10px;
    width: 50%;
    display: grid;
}

#listeboutons {

 
    width: fit-content;
    margin: auto;
  /* columns: 2;
  height:90vh;*/
width: 100%;
}



input[type=checkbox] {
    cursor: pointer;
}

input[type=button] {
    cursor: pointer;
    margin: 5px;
}


.fraction {
    display: inline-block;
    font-size: 2.2em;
    padding: 0 0.2em;
    text-align: center;
    vertical-align: middle;


}

.fraction::before {
    border-bottom: 1px solid #000;
    content: attr(top);
    display: block;
    line-height: 1.6em;
    padding: 0 0.2em;
}

.fraction::after {
    content: attr(bottom);
    display: block;
    line-height: 1.6em;
    padding: 0 0.2em;
}

.page {
    display: grid;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

}

#impression {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}


.c1{

  background: radial-gradient( ellipse farthest-corner,white 50%,#FFBFDA );
}
.c2{
  background: radial-gradient( ellipse farthest-corner,white 50%,#FFC4CB);

}
.c3{
background: radial-gradient( ellipse farthest-corner,white 50%,#FFD7C7);
}
.c4{
  background: radial-gradient( ellipse farthest-corner,white 50%,#FFF3C7);

}
.c5{
  background: radial-gradient( ellipse farthest-corner,white 50%,#E1FFC2);

}
.c6{
  background: radial-gradient( ellipse farthest-corner,white 50%,#C4FFE3);

}
.c7{
  background: radial-gradient( ellipse farthest-corner,white 50%,#BFF7FF);

}
.c8{
  background: radial-gradient( ellipse farthest-corner,white 50%,#BDD1FF);

}
.c9{
  background: radial-gradient( ellipse farthest-corner,white 50%,#CBBFFF);

}
.c10{
  background: radial-gradient( ellipse farthest-corner,white 50%,#F7BAFF);

}

