/* BADGE ET BORDURE */

.compare-drawer-tab .badge {
  font-weight: bold;
  margin-left: 8px;
  width: auto;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #7d97a5 ; ; /*#007db8;*/
  background-color: #fff;
}
.badge {
  background-color: #444;
  position: relative;
  top: -5px;
  border-radius: 9px;
  cursor:pointer;
}
.label, .badge {
  padding: 2px 6px;
  text-shadow: none;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 3px;
  font-family: 'roboto',Arial,Helvetica,sans-serif;
}


.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.badge:active {
  background-color: #7d97a5;
  color:white;
  position: relative;
  top: -5px;
  cursor:pointer;
  border-radius: 9px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}


.compare-drawer-tab {
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/* Suite */

.compare-drawer-tab.rotate {
  -ms-transform-origin: top left 0;
  -moz-transform-origin: top left 0;
  -webkit-transform-origin: top left 0;
  transform-origin: top left 0;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.compare-drawer-tab {
  display: none;
  position: fixed;
  text-align: center;
  background-color: #7d97a5 ; /*#007db8;*/
  color: #fff;
  z-index: 1028;
  cursor: pointer;
  width: auto;
  height: 40px;
  padding: 10px;
  bottom: 0;
  margin-bottom: 100px; /* -40px*/
  -webkit-box-shadow: -2px 0 5px 0 rgba(0,0,0,.3);
  -moz-box-shadow: -2px 0 5px 0 rgba(0,0,0,.3);
  box-shadow: -2px 0 5px 0 rgba(0,0,0,.3);
}
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* Couleur encheres insuffisantes */

  span.di0 {
      color: rgba(0,0,0,0.2);
      font-size: 148%;
      text-align: bottom;
      line-height: 90%;
  }
  
  span.ht0 {
      color:rgba(0,0,0,0.2);
      font-size: 133%;
      text-align: bottom;
      line-height: 90%;
  }
  
  span.sp0 {
      color: rgba(0,0,0,0.2);
      font-size: 142%;
      text-align: bottom;
      line-height: 90%;
  }

  span.nt0 {
      color: rgba(0,0,0,0.2);
      font-size: 18px;
      text-align: bottom;
      line-height: 100%;
  }
   
  span.cl0 {
      color: rgba(0,0,0,0.2);
      font-size: 126%;
      text-align: bottom;
      line-height: 90%;
  }

/* Grid */
    .grid-container{
     
      display: inline-grid;
      grid-template-columns: auto auto auto auto auto;
      text-decoration-color: #000;
      background-color: lightgray;
      padding: 1px;
      grid-gap: 1px;
      left: 150px;
      align-items: center;
      top: 150px;
      bottom:10px;
    }
    
    .grid-item {

      background-color: rgba(255, 255, 255, 0.8);
      border: 2px solid rgba(0, 0, 0, 0.8);

      /*font-size: 18px; 
      padding: 2px;*/
      font-weight: bold;
      color:#000;
      text-align: center;
      cursor: pointer;
      width:40px;
      height: 32px;
      opacity: 0.6;
      font-family: Roboto, Helvetica, Arial, "Droid Serif", Arial, sans-serif;
      line-height: 1.5em;
    }

      .w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
            color: #000 !important;
            background-color: #f1f1f1 !important;
        }
        *, ::before, ::after {
        box-sizing: inherit;
        }
        .grid-item:hover {background-color:#d3d3d3;}
        .grid-item:active {color:yellow;}
/* Grid */


/* Snack bar */

    #snackbar {
      visibility: hidden;
      min-width: 250px;
      margin-left: -125px;
      background-color: #7d97a5;
      color: #fff;
      font-size: 18px;
      text-align: center;
      border-radius: 2px;
      padding: 16px;
      position: fixed;
      z-index: 1;
      left: 50%;
      bottom: 80px;
      font-size: 17px;
    }

    #snackbar4 {
      visibility: hidden;
      min-width: 250px;
      margin-left: -125px;
      background-color: #7d97a5;
      color: #fff;
      font-size: 18px;
      text-align: center;
      border-radius: 2px;
      padding: 16px;
      position: fixed;
      z-index: 1;
      left: 50%;
      bottom: 80px;
      font-size: 17px;
    }

    #snackbar5 {
      visibility: hidden;
      min-width: 250px;
      margin-left: -125px;
      background-color: #7d97a5;
      color: #fff;
      font-size: 18px;
      text-align: center;
      border-radius: 2px;
      padding: 16px;
      position: fixed;
      z-index: 1;
      left: 50%;
      bottom: 80px;
      font-size: 17px;
      -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.3);
      box-shadow: 2px 2px 5px 0 rgba(0,0,0,.3);
    }

    #arbitre {
      visibility: hidden;
      min-width: 250px;
      margin-left: -125px;
      background-color: #7d97a5;
      color: #fff;
      text-align: center;
      border-radius: 2px;
      padding: 16px;
      position: fixed;
      z-index: 1;
      left: 50%;
      bottom: 80px;
      font-size: 17px;
    }
    
    #snackbar.show {
      visibility: visible;
      -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
      animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

    #snackbar4.show {
      visibility: visible;
      -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
      animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

    #snackbar5.show {
      visibility: visible;
      -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
      animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

    #arbitre.show {
      visibility: visible;
      -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
      animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }    
    
    @-webkit-keyframes fadein {
      from {bottom: 0; opacity: 0;} 
      to {bottom: 30px; opacity: 1;}
    }
    
    @keyframes fadein {
      from {bottom: 0; opacity: 0;}
      to {bottom: 80px; opacity: 1;}
    }
    
    @-webkit-keyframes fadeout {
      from {bottom: 80px; opacity: 1;} 
      to {bottom: 0; opacity: 0;}
    }
    
    @keyframes fadeout {
      from {bottom: 80px; opacity: 1;}
      to {bottom: 0; opacity: 0;}
    }
  
/* fin Snack bar */

/* Switch and Toggle icon */


    .switch {
      position: relative;
      display: inline-block;
      width: 30px;
      height: 17px;
    }
    
    .switch input { 
      opacity: 0;
      width: 0;
      height: 0;
    }
    
    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #607d8b; /* #f1f1f1; */
      -webkit-transition: .4s;
      transition: .4s;
    }
    
    .slider:before {
      position: absolute;
      content: "";
      height: 13px;
      width: 13px;
      left: 2px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
    }
    
    input:checked + .slider {
      background-color: #607d8b;
    }
    
    input:focus + .slider {
      box-shadow: 0 0 1px #607d8b;
    }
    
    input:checked + .slider:before {
      -webkit-transform: translateX(13px);
      -ms-transform: translateX(13px);
      transform: translateX(13px);
    }
    
    /* Rounded sliders */
    .slider.round {
      border-radius: 34px;
    }
    
    .slider.round:before {
      border-radius: 50%;
    }
    

/*
    <a class="w3-bar-item w3-button w3-padding-large  w3-right w3-large"  onclick="rafraichir()" title="Recharger la page"><i class="fa fa-refresh" aria-hidden="true"></i></a>
    A PLACER DANS LA BARRE
*/

a.follow {
    text-decoration: none;
    /*color: #4CAF50;*/
 }
 
 .active, .follow:hover {
   font-size: 100%;
   font: inherit;
   letter-spacing: 3px;
 }

 /* &nbsp;<a class="follow" href="#" title="Sigification..">[...]</a></font>&nbsp; */

 .w3-lobster {
	font-family: "Lato", serif;
}

/* Police */

/* FENETRE MODALE AVEC DES DONNES CITY UTILISE */
  .city {display:none}

  .ville {display:none}

  .village {display:none}

  /* Polaroid pplus trop utilisé, avec ou sans ombre */

  div.polaroid {
    width: 250px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    text-align: center;
    padding: 10px;
  }
  
  div.container {
    padding: 10px;
  }

  div.polaroidShadow {
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    padding: 10px;
  }
  
  div.container {
    padding: 10px;
  }

/* Fin */


/* Tableau de donnes PLUS TROP UTILISE DEPUIS BRIDGE WORLD */

#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: auto;
  padding: 10px;
}

#customers td, #customers th {
  border: 0px solid #111;
  text-align: center;
  padding: 8px;
}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f2f2f2;
  color: black;
}

/* Fin table pour des donnes */


/* VARIANTE DEBUT */

#customers2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: auto;
}

#customers2 td, #customers2 th {
  border: 0px solid #111;
  text-align: left;
  padding: 8px;
}

#customers tr:hover {background-color: #ddd;}

#customers2 th {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f2f2f2;
  color: black;
}



/* VARIANTE FIN*/


.tooltip1 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip1 .tooltiptext1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}



/* TOOLTIP UTILISE POUR LES BALLONS */

  .tooltip-theme {
  --balloon-color: #607d8b;
  --ballon-background:  #607d8b;
   border-bottom: 1px dotted #607d8b;
   display: inline-block;
}
  .tooltip-big-text {
  --balloon-font-size: 20px;

}

.tooltip-slide {
  --balloon-move: 10px;
}

/* FIN*/


/* DEBUT TOUPIES MANEGE */
body {
  font-family: Arial, Helvetica, sans-serif;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 3.5s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  /*background-color: #bbb;*/
  color: black;
}

.flip-card-back {
  background-color:#7d97a5;
  color: white;
  transform: rotateY(180deg);
}

/* FIN */

/* RECUPERé MAIS OU ? */
element {
}
svg:not(:root) {
    overflow: hidden;
}
.text-blue {
    color: #7d97a5; /* color: #0366d6 !important;  */
}
.octicon {
    vertical-align: text-top;
}
.octicon {
    display: inline-block;
    vertical-align: text-top;
    fill: currentColor;
}
* {
    box-sizing: border-box;
}
/*.text-center {
    text-align: center !important;
}
body {
    word-wrap: break-word;
}
body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-size: 14px;
    line-height: 1.5;
    color: #24292e;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}*/

/* FIN */

/* TD MONTRER CACHER RESPONSITIVE TABLE */

td {
  visibility: visible;
}

td.a {
  visibility: hidden;
}

td.b {
  visibility: visible;
}

/* FIN */

/* fa taille par defaut */

.fa {
    font-size: 24px;
    cursor: pointer;
    user-select: none;
  }

/* FIN */


/* BALLON */

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  left: 100%;  /* At the top of the tooltip */
  right: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

/* FIN */

/* SideBar */


  body {
    font-family: "Lato", sans-serif;
  }
  
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #607d8b;  /*#111;*/
    overflow-x: hidden;
    transition: 0.8s;
    padding-top: 60px;
  }
  
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 24px;
    color: #dfe5e8; /*#818181;*/
    display: block;
    transition: 0.3s;
  }
  
  .sidebar a:hover {
    color: white; /*#f1f1f1;*/
  }
  
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 48px;
    margin-left: 50px;
  }
  
  .openbtn {
    font-size: 14px; /* Menu hamburger */
    cursor: pointer;
    background-color: #e3e4fc; /* buton color */
    color: black;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color: lightgrey;
  }
  
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
  }

/* FIN */

/* sidebar  */

body {
    font-family: "Lato", sans-serif;
  }
  
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.8s;
    padding-top: 60px;
  }
  
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 24px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidebar a:hover {
    color: #f1f1f1;
  }
  
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 48px;
    margin-left: 50px;
  }
  
  .openbtn {
    font-size: 14px; /* Menu hamburger */
    cursor: pointer;
    background-color: #e3e4fc; /* buton color */
    color: black;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color: lightgrey;
  }
  
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
  }

    @media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}


/* Menu */

.dropbtn {
  background-color: white; /*#3498DB; #87ceeb; */
  color: white;
  padding: 8px;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #87ceeb; /*#2980B9;*/
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #87ceeb;  /* #f1f1f1;*/
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 10px rgba(0,0,0,0.3);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 4px 12px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: white;} /*#ddd;*/

.show {display: block;}

/* FIN */

/* Timestemp */
  #timespent {
    position:relative;
    right:30;
    text-align:right;
    border:none;
    font-family: "Segoe UI",Arial,sans-serif;
    font-size:16px;
    width:80px;
  }

  
  #timespent2 {
    position:relative;
    right:30;
    text-align:right;
    border:none;
    font-family: "Segoe UI",Arial,sans-serif;
    font-size:16px;
    width:80px;
  }
/* FIN */


  /* pretty radio */
  label > input[type="radio"] {
    display: none;
  }
  label > input[type="radio"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 2rem;
    height: 2rem;
    margin-right: 0.6rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.2rem;
    border-color: gray;
  }
  label > input[type="radio"]:checked + * {
    color: teal;
  }
  label > input[type="radio"]:checked + *::before {
    background: radial-gradient(teal 0%, teal 40%, transparent 50%, transparent);
    border-color: teal;
  }
  
  /* basic layout */
  fieldset {
    margin: 20px;
    max-width: 600px ;
  }
  label > input[type="radio"] + * {
    display: inline-block;
    padding: 2rem 2rem;
  }


/* REMONTEZ L'ESCALIER */

  #scrollUp
  {
  position: fixed;
  bottom : 60px;
  right: -100px;
  box-shadow:0 1px 3px rgba( 0, 0, 0, 0.4 ), inset 0 0 0 1px rgba( 0, 0, 0, 0.2 ), inset 0 1px 0 rgba( 255, 255, 255, .4 ), inset 0 10px 10px rgba( 255, 255, 255, .1);
  z-index: 1;
  }

  shadow-scrollup {
    box-shadow:0 1px 3px rgba( 0, 0, 0, 0.4 ), inset 0 0 0 1px rgba( 0, 0, 0, 0.2 ), inset 0 1px 0 rgba( 255, 255, 255, .4 ), inset 0 10px 10px rgba( 255, 255, 255, .1);
  }



  html {
    scroll-behavior: smooth;
  }

  #section1 {
    height: 100px;
  }


  /* FIN */

/* TABLE BRIDGE */


  span.di {
    color: red;
    font-size: 148%;
    text-align: bottom;
    line-height: 90%;
}

span.ht {
    color: red;
    font-size: 133%;
    text-align: bottom;
    line-height: 90%;
}

span.sp {
    color: black;
    font-size: 142%;
    text-align: bottom;
    line-height: 90%;
}

span.cl {
    color: black;
    font-size: 126%;
    text-align: bottom;
    line-height: 90%;
}


table.mscfourhandauctiontable thead th {
    color: white;
    background: white; /* 757575 */
    vertical-align: bottom;
    border-color: #757575;
}

table.mscfourhandauctiontable2 thead th {
    color: white;
    background: #757575;
    vertical-align: bottom;
    border-color: #757575;
}

/* FIN */


  span.di {
    color: red;
    font-size: 148%;
    text-align: bottom;
    line-height: 90%;
}

span.ht {
    color: red;
    font-size: 133%;
    text-align: bottom;
    line-height: 90%;
}

span.sp {
    color: black;
    font-size: 142%;
    text-align: bottom;
    line-height: 90%;
}

span.cl {
    color: black;
    font-size: 126%;
    text-align: bottom;
    line-height: 90%;
}

table.mscfourhandauctiontable2 thead th {
    color: white;
    background: #57707d ; /* #757575;*/
    vertical-align: bottom;
    border-color: #57707d ; /* #757575;*/
}

table.mscfourhandauctiontable2 tr:hover {background-color:#f5f5f5; cursor:pointer;}

table.mscfourhandauctiontable2 tbody td {
    border-style: none;
    border-width: 0.5;
    vertical-align: bottom;
}
table.mscfourhandauctiontable2 td {
    padding: 0 0.5em;
    line-height: 1.5;
    border-style: none;
    border-width: 0.5;
    vertical-align: bottom;
    text-align: left;
}

table.mscfourhandauctiontable2 th {
    padding: 0 0.5em;
    line-height: 1.5;
    border-style: none;
    border-width: 0.5;
    vertical-align: bottom;
    text-align: center;
}


table.mscfourhandauctiontable2 {
    width: auto;
    border: 1px #ccc solid;
    border-collapse: separate;
    color: #757575;
    margin: 0 0 1.35714em 0;
    background: #FFFFFF;
    vertical-align: bottom;
}

/* FIN */


  span.di {
    color: red;
    font-size: 148%;
    text-align: bottom;
    line-height: 90%;
}

span.ht {
    color: red;
    font-size: 133%;
    text-align: bottom;
    line-height: 90%;
}

span.sp {
    color: black;
    font-size: 142%;
    text-align: bottom;
    line-height: 90%;
}

span.cl {
    color: black;
    font-size: 126%;
    text-align: bottom;
    line-height: 90%;
}

table.mscfourhandauctiontable3 thead th {
    color: white;
    background: #57707d ; /* #757575;*/
    vertical-align: bottom;
    border-color: #57707d ; /* #757575;*/
}

table.mscfourhandauctiontable3 tr:hover {/*background-color:#f5f5f5;*/ cursor:pointer;}

table.mscfourhandauctiontable3 tbody td {
    border-style: none;
    border-width: 0.5;
    vertical-align: bottom;
}
table.mscfourhandauctiontable3 td {
    padding: 0 0.5em;
    line-height: 1.5;
    border-style: none;
    border-width: 0.5;
    vertical-align: bottom;
    text-align: left;
}

table.mscfourhandauctiontable3 th {
    padding: 0 0.5em;
    line-height: 1.5;
    border-style: none;
    border-width: 0.5;
    vertical-align: bottom;
    text-align: center;
}


table.mscfourhandauctiontable3 {
    width: auto;
    border: 1px #ccc solid;
    border-collapse: separate;
    color: #757575;
    margin: 0 0 1.35714em 0;
    background: none; /* #FFFFFF; */
    vertical-align: bottom;
}


/* FIN */



  /* pretty radio */
label > input[type="radio"] {
  display: none;
}
label > input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: gray;
}
label > input[type="radio"]:checked + * {
  color: teal;
}
label > input[type="radio"]:checked + *::before {
  background: radial-gradient(teal 0%, teal 40%, transparent 50%, transparent);
  border-color: teal;
}

/* basic layout */
fieldset {
  margin: 20px;
  max-width: 400px ;
}
label > input[type="radio"] + * {
  display: inline-block;
  padding: 0.5rem 1rem;
}

/* RADIO */

  :root {
  --color: #607d8b;  /*607d8b  https://moderncss.dev/pure-css-custom-checkbox-style/ rebeccapurple;*/
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.radio {
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
  font-size: 2.25rem;
  color: var(--color);
}
.radio:focus-within .radio__label {
  transform: scale(1.05);
  opacity: 1;
}

.radio__label {
  line-height: 1;
  transition: 180ms all ease-in-out;
  opacity: 0.8;
}

.radio__input {
  display: flex;
}
.radio__input input {
  opacity: 0;
  width: 0;
  height: 0;
}
.radio__input input:focus + .radio__control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor;
}

.radio-gradient input:checked + .radio__control {
  background: radial-gradient(currentcolor 50%, rgba(255, 0, 0, 0) 51%);
}

.radio-before .radio__control {
  display: grid;
  place-items: center;
}
.radio-before input + .radio__control::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  box-shadow: inset 0.5em 0.5em currentColor;
  border-radius: 50%;
  transition: 180ms transform ease-in-out;
  transform: scale(0);
}
.radio-before input:checked + .radio__control::before {
  transform: scale(1);
}

.radio__control {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.1em solid currentColor;
  transform: translateY(-0.05em);
}

/*body {
  min-height: 100vh;
  display: grid;
  place-content: center;
  grid-gap: 2rem;
  padding: 1rem;
}*/


/* FIN */

/* CHECKBOX */

:root {
  --color: rebeccapurple;
  --disabled: #959495;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.checkbox {
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
  font-size: 2rem;
  color: var(--color);
}
.checkbox--disabled {
  color: var(--disabled);
}

.checkbox__control {
  display: inline-grid;
  width: 1em;
  height: 1em;
  border-radius: 0.25em;
  border: 0.1em solid currentColor;
}
.checkbox__control svg {
  transition: transform 0.1s ease-in 25ms;
  transform: scale(0);
  transform-origin: bottom left;
}

.checkbox__input {
  display: grid;
  grid-template-areas: "checkbox";
}
.checkbox__input > * {
  grid-area: checkbox;
}
.checkbox__input input {
  opacity: 0;
  width: 1em;
  height: 1em;
}
.checkbox__input input:focus + .checkbox__control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor;
}
.checkbox__input input:checked + .checkbox__control svg {
  transform: scale(1);
}
.checkbox__input input:disabled + .checkbox__control {
  color: var(--disabled);
}

/*body {
  min-height: 100vh;
  display: grid;
  place-content: center;
  grid-gap: 2rem;
  padding: 1rem;
  line-height: 1;
}*/

/* FIN */

  /* pretty radio */
  label > input[type="radio"] {
    display: none;
  }
  label > input[type="radio"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.3rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: gray;
  }
  label > input[type="radio"]:checked + * {
    color: teal;
  }
  label > input[type="radio"]:checked + *::before {
    background: radial-gradient(teal 0%, teal 40%, transparent 50%, transparent);
    border-color: teal;
  }
  
  /* basic layout */
  fieldset {
    margin: 20px;
    max-width: 400px ;
  }
  label > input[type="radio"] + * {
    display: inline-block;
    padding: 0.5rem 1rem;
  }

  /* FIN */

.masquer {display: none;}

/* FIN */

/* Classes Curseurs */

  .alias {cursor: alias;}
  .all-scroll {cursor: all-scroll;}
  .auto {cursor: auto;}
  .cell {cursor: cell;}
  .context-menu {cursor: context-menu;}
  .col-resize {cursor: col-resize;}
  .copy {cursor: copy;}
  .crosshair {cursor: crosshair;}
  .default {cursor: default;}
  .e-resize {cursor: e-resize;}
  .ew-resize {cursor: ew-resize;}
  .grab {cursor: -webkit-grab; cursor: grab;}
  .grabbing {cursor: -webkit-grabbing; cursor: grabbing;}
  .help {cursor: help;}
  .move {cursor: move;}
  .n-resize {cursor: n-resize;}
  .ne-resize {cursor: ne-resize;}
  .nesw-resize {cursor: nesw-resize;}
  .ns-resize {cursor: ns-resize;}
  .nw-resize {cursor: nw-resize;}
  .nwse-resize {cursor: nwse-resize;}
  .no-drop {cursor: no-drop;}
  .none {cursor: none;}
  .not-allowed {cursor: not-allowed;}
  .pointer {cursor: pointer;}
  .progress {cursor: progress;}
  .row-resize {cursor: row-resize;}
  .s-resize {cursor: s-resize;}
  .se-resize {cursor: se-resize;}
  .sw-resize {cursor: sw-resize;}
  .text {cursor: text;}
  .url {cursor: url(myBall.cur),auto;}
  .w-resize {cursor: w-resize;}
  .wait {cursor: wait;}
  .zoom-in {cursor: zoom-in;}
  .zoom-out {cursor: zoom-out;}
  
  /* Fin */

  /*  STAR RATING */

  .loved {
    color: orange;
  }


