    body,
    html {
        background: linear-gradient(90deg, #263E33 0%, #4B7763 49.48%, #263E33 100%);
        background-color: #263E33;
		/*
        background-image: url(../ima/fond5.jpg);
        background-repeat: no-repeat;
        background-size: cover;*/
    }		
		
    html {
		/*height:100%;*/
        font-family: Arial;
        font-size: 10px;
    }
    
    #contrat img {
        width: 10px;
        width: 0.6rem;
    }
    
    #info_bulle img {
        width: 14px;
        width: 0.8rem;
    }
    
    .enht {
        width: 24%;
        border-radius: 0.2rem;
        font-size: 10px;
        font-size: 0.8rem;
    }
    
    .prise {
        position: absolute;
        border-radius: 0.5rem;
        border: 0.1rem solid silver;
        font-size: 17px;
        font-size: 1.1rem;
    }
    
    .divct {
        position: absolute;
        display: none;

		background-size: contain;
        background-repeat: no-repeat;
		
 /*       background-size: contain;*/
        /*     box-shadow: 2px 0px 10px #6B6B6B;   */
		
		/*box-shadow: -1px 0px  5px gray;*/
    }
    
    .favori {
        position: absolute;
        /* !!relative;*/
        background-image: url(../ima/etoile.png);
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
        color: rgb(0, 0, 0);
        /*background-color: red;*/
    }
    
    .div_humain {
        position: absolute;
        background-color: #F8F4EC;
        z-index: 202;
        display: none;
        border-radius: 2%;
        padding: 3%;
        font-size: 17px;
        font-size: 1rem;
    }
    
    #bulle {
        position: absolute;
        background-color: white;
        z-index: 304;
        display: none;
        font-size: 20px;
        font-size: 1.2rem;
        border-style: solid;
        border-color: #000;
        /* v16 */
        box-sizing: border-box;
    }
    
    #virgule {
        position: absolute;
        z-index: 304;
        display: none;
    }
    
    #smile {
        position: absolute;
        z-index: 303;
        display: none;
    }
    
    #info_bulle {
        background-color: #FFF;
        /*        border-radius: 50% 50% 50% 50%; v16 */
        /*border-radius: 5% 5% 5% 5%;*/
        border-radius: 10%;
        padding: 4%;
        /* 11% v16*/
    }
    /* OPTION DE CONFORT */
    
    .fenetre {
        position: absolute;
        background-color: #f8f4ec;
        z-index: 305;
        border-radius: 5px;
        display: none;
        font-size: 17px;
        font-size: 1rem;
    }
    
    .fenetre p {
        color: #264E2A;
    }
    
    .opt {
        color: #264E2A;
        margin-top: 20%;
    }
    
    .opt h1 {
        text-align: center;
        margin-bottom: 10%;
        font-family: Verdana;
        font-size: 21px;
        font-size: 1.4rem;
    }
    
    .center {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 10%;
    }
    
    .choix {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #4f4f4f;
        margin: 0 10%;
    }
    /* TOGGLE SWITCH */
    
    .switch {
        position: absolute;
        display: inline-block;
        width: 56px;
        height: 29px;
    }
    
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .slider:before {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        left: 2px;
        bottom: 2px;
        background-color: white;
		
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    input:checked+.slider {
        background-color: #264E2A;
    }
    
    input:focus+.slider {
        box-shadow: 0 0 1px #264E2A;
    }
    
    input:checked+.slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }
    /* Rounded sliders */
    
    .slider.round {
        border-radius: 34px;
    }
    
    .slider.round:before {
        border-radius: 50%;
    }
    
    .ecran_favori {
        max-height: 170px;
        overflow-y: scroll;
        margin: 0 auto;
    }
    
    .ecran_favori img {
        width: 28px;
        margin: 10px 50%;
    }
    
    /*details summary {
        margin: 15px 0;
    }*/
    /* FIN OPTION DE CONFORT */
    
 
    .tapis {
        position: absolute;
    }
    
    .bordure_plateau {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 4%;
        /*background-color: #764929;   tdhtab */
        background-image: url(../ima/plateau9.png);
        background-size: contain;
        background-repeat: no-repeat;
        /*box-shadow: 2px 2px 10px #000000;*/
    }
    
    .plateau {
        position: absolute;
        border-radius: 3%;
        width: 92%;
        height: 92%;
        top: 4%;
        left: 4%;
        background: radial-gradient(#4e9956, #3d7e43, #2b5f30, #225827);
        background-color: green;
    }
    
    .main {
        position: absolute;
    }
    
    #rappel {
        position: absolute;
        background-color: white;
        color: black;
        border-radius: 3px;
        text-align: center;
        font-size: 15px;
        font-size: 0.9rem;
    }
    /* BOITE A ENCHERE */
    
    .ann {
        position: absolute;
        background-size: cover;
        background-repeat: no-repeat;
        box-sizing: border-box;
    }
    
    .comm {
        display: none;
    }
    
    .ho {
        position: absolute;
        border-radius: 50% 50% 50% 50%;
        background-color: #6464E1;
    }
    /* FIN BOITE A ENCHERE */
    /* BOUTONS */
    
    .bouton {
        position: absolute;
        background-color: #F8F4EC;
    }
    
    .bouton_brillant {
        position: absolute;
        /*box-shadow: 0 0 10px 2px #ffee8d7c;*/
        background: linear-gradient(135deg, #ffdb0f 0%, #ffee8d 49.48%, #ffdb0f 100%);
        background-color: yellow;
    }
    
    .bouton img,
    .bouton_brillant img {
        position: absolute;
        left: 25%;
        width: 50%;
        top: 17%;
        height: 66%;
    }
    
    .droite {
        border-radius: 60% 0 0 60%;
    }
    
    .gauche {
        border-radius: 0 60% 60% 0;
    }
    /* FIN BOUTONS */
    
    .pseudo {
        position: absolute;
        color: #F8F4EC;
        font-size: 12px;
        font-size: 0.7rem;
        align-items: center;
        justify-content: center;
        display: flex;
        background-color: #333333;
        border-radius: 2%;
    }
    
    .rebelote {
        position: absolute;
        color: black;
        font-size: 17px;
        font-size: 1rem;
        text-align: center;
        display: none;
        background-color: white;
        border-radius: 2%;
        /*z-index: 101;*/
    }
    /* TABLEAU RESULTAT */
    
    #div_resultat {
        position: absolute;
        display: none;
        z-index: 301;
    }
    
    .div_resultat_table {
        border: 1px solid #224E2A;
        border-collapse: collapse;
        text-align: center;
        font-size: 13px;
        font-size: 0.8rem;
        height: 100%;
        left: 0%;
        top: 0%;
        width: 100%;
        background-color: white;
        /*filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.6));*/
    }
    
    .div_resultat_table td {
        border: 1px solid #224E2A;
    }
    
    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .text-rotate {
        transform-origin: center center;
        transform: rotate(-90deg);
        white-space: nowrap;
        font-size: 10px;
        font-size: 0.6rem;
    }
    
    .aide {
        color: white;
        background-color: navy;
        border-radius: 50%;
        padding: 0.5% 1%;
    }
    
    #d1t,
    #d2t,
    #d3t,
    #d4t,
    #d5t,
    #d6t,
    #d7t,
    #d8t {
        position: absolute;
        background-color: #F8F4EC;
        display: none;
        z-index: 302;
        box-shadow: 2px 2px 10px #000000;
        padding: 1%;
        border: 2px solid #224E2A;
        border-radius: 2%;
        right: 5%;
        width: 60%;
    }
    
    .scroll_tableau {
        overflow-y: auto;
        height: 300px;
    }
    
    .div_resultat_table a {
        color: #224E2A;
    }
    
    .div_resultat_table a:hover {
        color: #224e2a7f;
    }
    
    .div_resultat_table table {
        width: 100%;
    }
    
    .div_resultat_table table tr td a {
        color: #224E2A;
        text-decoration: none;
    }
    
    .div_resultat_table table tr td a:hover {
        text-decoration: underline;
    }
    
    .div_resultat_table table tr td {
        border: 1px solid #264E2A;
        border-radius: 5%;
        padding: 2% 0;
    }
    
    .resu_pourcentage_total {
        text-align: right;
        padding-right: 7%;
        color: #224E2A;
    }
    
    .ferme_autres {
        position: absolute;
        background-color: rgb(210, 13, 13);
        /*#264E2A;*/
        color: #F8F4EC;
        border-radius: 50%;
        padding: 2% 3%;
        font-size: 18px;
        font-size: 1.1rem;
        right: -4%;
        top: -7%;
        /*cursor: pointer;*/
        text-decoration: none;
    }
    
    .ferme_autres:hover {
        background-color: #f8f4ec;
        border: 1px solid rgb(210, 13, 13);
        color: rgb(210, 13, 13);
        /*background-color: #f8f4ec;
    border: 1px solid #264E2A;
    color: #224E2A;*/
    }
    
    #info_humain img {
        height: 6%;
    }
    
    #voile {
        position: absolute;
        display: none;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 300;
    }
    
    .popup-content {
        font-size: 13px;
        font-size: 0.8rem;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .popup-content p {
        padding: 1% 10%;
    }
    
    .subscribe-button,
    .home-button {
        padding: 8px 16px;
        border-radius: 5px;
        background-color: #264E2A;
        color: #F8F4EC;
        font-size: 17px;
        font-size: 1rem;
        border: 1px solid #000;
    }
    
    .subscribe-button:hover,
    .home-button:hover {
        background-color: #F8F4EC;
        color: #264E2A;
        border: 1px solid #264E2A;
    }
    
    #info {
        position: absolute;
        width: 40%;
        text-align: center;
        color: silver;
        z-index: 100;
    }
    
    #info_clic {
        position: absolute;
        display: none;
        width: 100%;
        text-align: center;
        color: silver;
        bottom: 3%;
        font-size: 20px;
        font-size: 1.3rem;
    }
    
    .bouton_partie {
        position: absolute;
        display: none;
        bottom: 3%;
        color: #264E2A;
        background-color: #F8F4EC;
        border-radius: 5px;
        border: 1px solid #F8F4EC;
        font-size: 16px;
        font-size: 0.9rem;
    }
    
    .bouton_partie:hover {
        background-color: #FFFFFF00;
        color: #F8F4EC;
    }
    
    #btnA {
        height: 14%;
        width: 36%;
    }
    
    #btnT {
        height: 14%;
        width: 18%;
    }
    
    #btnC {
        height: 14%;
        width: 18%;
    }
    
    #def_ecart,
    #def_pct,
    #def_imp {
        position: absolute;
        display: none;
        top: 23%;
        width: 96%;
        left: 2%;
        background-color: #F8F4EC;
        border-radius: 15px;
        border-radius: 0.8rem;
        border: 0.01rem solid #224E2A;
        box-shadow: 2px 2px 10px #000000;
        padding: 2%;
        color: #000;
        font-size: 10px;
        font-size: 0.9rem;
    }
    /* HISTORIQUE*/
    
    #dontabh {
        font-size: 16px;
        font-size: 1rem;
        text-align: center;
        color: #264E2A;
    }
    
    #joueparh,
    #justifh {
        font-weight: bold;
    }
    
    .histo_pseudo {
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        position: absolute;
        height: 2%;
        border: 1px solid #264E2A;
        border: 0.1rem solid #264E2A;
        left: 10%;
        font-size: 14px;
        font-size: 0.8rem;
        padding: 1%;
        border-radius: 10px;
    }
    
    .histo_pseudo img {
        width: 6%;
        padding-left: 2%;
    }
    
    .histo_pseudo span {
        padding: 0 2%;
    }
    
    .histo_enchere {
        border: 1px solid #264E2A;
        border: 0.1rem solid #264E2A;
        position: absolute;
        width: 38%;
        top: 12%;
        left: 4%;
        font-size: 14px;
        font-size: 0.7rem;
        color: #224E2A;
    }
    
    .histo_enchere img {
        width: 20%;
    }
    
    .histo_enchere div {
        display: flex;
        justify-content: space-around;
        padding-top: 2%;
    }
    
    #justifh {
        position: absolute;
        width: 45%;
        top: 12%;
        right: 5%;
        font-size: 13px;
        font-size: 0.8rem;
        color: #000080;
    }
    
    .carte {
        position: absolute;
        font-size: 14px;
        font-size: 1rem;
        width: 78%;
        height: 53%;
		/*background-color:red;*/
    }
    
    .atoutt {
        color: #575757;
        margin-right: 3%;
    }
    
    .carte div {
        display: inline;
    }
    
    .nord {
        bottom: 100%;
        left: 32%;
    }
    
    .sud {
        top: 102%;
        left: 32%;
    }
    
    .ouest {
        top: 28%;
        right: 96%;
    }
    
    .est {
        top: 28%;
        left: 102%;
    }
    
    #tapish {
        position: absolute;
        background-color: #006000;
        background-image: url(../ima/plateau9.png);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 15px;
        border-radius: 0.7rem;
        top: 53%;
    }
    
    .pli {
        background-color: #FFF;
        border-radius: 8px;
        border-radius: 0.5rem;
        border: 1px solid #000080;
        position: absolute;
        width: 20%;
        padding: 2% 1%;
        text-align: center;
        font-size: 11px;
        font-size: 0.7rem;
        color: #000080;
    }
    
    .dosh_0 {
        top: 105%;
        left: 3%;
    }
    
    .dosh_1 {
        top: 14%;
        right: 105%;
    }
    
    .dosh_2 {
        bottom: 105%;
        left: 3%;
    }
    
    .dosh_3 {
        top: 14%;
        left: 105%;
    }
    
    .cardi_table {
        position: absolute;
        width: 34%;
        color: #FFF;
        border-radius: 10px;
        border-radius: 0.8rem;
        font-size: 0.45rem;
        text-align: center;
        padding: 0.01rem;
    }
    
    #cardith2 {
        top: 0.5%;
        left: 33%;
    }
    
    #cardith0 {
        bottom: 0;
        left: 33%;
    }
    
    #cardith3 {
        top: 48%;
        right: -15%;
        transform: rotate(90deg);
    }
    
    #cardith1 {
        top: 48%;
        left: -14.5%;
        transform: rotate(-90deg);
    }
    
    .vulh {
        position: absolute;
        width: 10%;
        top: 45%;
        left: 45%;
    }
    
    .carte img {
        width: 9%;
        padding-right: 5%;
    }
    
    #IH2 {
        position: absolute;
        width: 32%;
        top: 5%;
        left: 34%;
    }
    
    #IH0 {
        position: absolute;
        width: 32%;
        bottom: 5%;
        left: 34%;
    }
    
    #IH3 {
        position: absolute;
        width: 32%;
        transform: rotate(90deg);
        top: 26%;
        right: 14%;
    }
    
    #IH1 {
        position: absolute;
        width: 32%;
        transform: rotate(-90deg);
        top: 26%;
        left: 14%;
    }
    
    .lchiens {
        position: absolute;
        top: -17%;
        left: 0;
        font-size: 10px;
        font-size: 0.6rem;
    }
    
    .chiens {
        position: absolute;
        width: 38%;
        top: 27%;
        display: none;
    }
    
    .chiens img {
        position: absolute;
        height: 100%;
        top: 0;
    }
    
    #ecart {
        left: 53%;
    }
    
    #chien {
        left: 2%;
    }
    
    #box {
        position: absolute;
        background-color: rgba(22, 19, 14, 0.4);
        border-radius: 0.8rem;
    }
    
    .bouton_historique {
        position: absolute;
        text-align: center;
        top: 91%;
        width: 55%;
        height: 7%;
        left: 22.5%;
        background-color: #224E2A;
        border-radius: 10px;
        border-radius: 0.8rem;
        display: flex;
        justify-content: space-around;
        align-items: center;
        color: #FFF;
        font-size: 16px;
        font-size: 1.1rem;
    }
    
    .bouton_historique a {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 33px;
        font-size: 2.4rem;
    }
    
    .bouton_historique a:hover {
        color: #ffffffbd;
    }
	
	.fin_partie {
        position: absolute;
        width: 100%;
    }
	
	  /* Animation zoom/dezoom */
  @keyframes pulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.15); }
    100% { transform: scale(1); }
  }

  .show {
    display: block;
    animation: pulse 1s ease-in-out infinite;
  }
  
    #ferm_pub {
    position: absolute;
	top:40%;
	left:25%;
    width: 50%;
    padding: 5% 1%;
    background: rgba(0,0,0,0.8);
    color: white;
	z-index:100;  
	font-size: 24px;	
    border-radius:5% 6% 6% 6%;
    display: none;
    text-align: center;
  }
