:root{
  --textcolor:black;
  --backcolor:white;
}
body
{
  font-family:Consolas, monospace;
  color:var(--textcolor);
  font-size:16px;
}
input,
textarea,
select {
}
input.double,.double
{
  -ms-transform:scale(1.5);
  -moz-transform:scale(1.5);
  -webkit-transform:scale(1.5);
  -o-transform:scale(1.5);
}
p
{
  margin-top:20px;
  margin-bottom:20px;
}
figcaption
{
  font-style:italic;
}
.btnminsize
{
  min-width:140px;
  max-width:140px;
  margin:2px;
}
.pastille
{
  position:absolute;
  top:-6px;
  right:-6px;
  height:24px;
  width:24px;
  background-color:crimson;
  color:white;
  border-radius:50%;
  font-size:12px;
  line-height:24px;
}

/* Style personnalisé pour le menu déroulant */
.dropdown-menu-custom {
  background-color: #003333; /* Couleur de fond du menu */
  border: 1px solid #444444; /* Bordure du menu */
}

/* Style personnalisé pour les éléments du dropdown */
.-dropdown-item-custom {
  background-color: #333333; /* Couleur de fond par défaut */
  color: white; /* Couleur du texte */
}

/* Style lors du survol avec spécificité accrue */
.-dropdown-menu-custom .dropdown-item-custom:hover {
  background-color: #777777; /* Couleur de fond au survol */
  color: white !important; /* Couleur du texte au survol */
}

/* Style pour l'état actif des éléments du dropdown */
.-dropdown-item-custom:active,
.-dropdown-item-custom.active {
  background-color: #555555; /* Couleur de fond lorsqu'il est actif */
  color: white; /* Couleur du texte lorsqu'il est actif */
}



input.btnwico
{
  background-color:#DDDDDD;
  background-repeat:no-repeat;
  background-position:6px center;
  padding-left:40px;
  padding-right:6px;
}
.field
{
  font-size:20px;

  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top,  #eeeeee 25%, #cccccc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eeeeee 25%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eeeeee 25%,#cccccc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eeeeee 25%,#cccccc 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eeeeee 25%,#cccccc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  padding-right:5px;

  box-shadow:1px 1px 2px #000;
  -moz-box-shadow:1px 1px 2px #000;
  -webkit-box-shadow:1px 1px 2px #000;
}
.link
{
  color:#FFFFCC;
  background-color:#666666;

  padding-left:8px;
  padding-right:8px;

  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;

  box-shadow:1px 1px 2px #000;
  -moz-box-shadow:1px 1px 2px #000;
  -webkit-box-shadow:1px 1px 2px #000;
}
.img
{
  border:none;
}
.small
{
  font-size:14px;
  line-height:100%;
}
.msg
{
  background-color:#0000FF;
  color:#FFFFFF;
  font-weight:bold;
  margin-left:160px;

  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;

  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;

  box-shadow:2px 2px 4px #000;
  -moz-box-shadow:2px 2px 4px #000;
  -webkit-box-shadow:2px 2px 4px #000;
}
.red
{
  color:red;
}
.pistil
{
  font-size:0.9em;
  padding:2px;
  border-radius:5px;
  color:white;
}
.pistil-red
{
  background-color:red;
}
.pistil-green
{
  background-color:green;
}
.error
{
  background-color:#FF0000;
  color:#FFFFFF;
  font-weight:bold;
  margin-left:160px;

  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;

  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;

  box-shadow:2px 2px 4px #000;
  -moz-box-shadow:2px 2px 4px #000;
  -webkit-box-shadow:2px 2px 4px #000;
}
.tbl
{
  border-spacing:0px;
  padding:0px;
  border:none;
}
.head
{
  background: rgb(181,189,200); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
  color:#FFFFFF;
}
.line
{
  background: rgb(238,238,238); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
  color:#000000;
}
.pad
{
  padding:5px;
}
.mauto
{
  margin:auto;
}
.acenter
{
  text-align:center;
}
.aright
{
  text-align:right;
}
.bord
{
  border:solid 1px #CCCCCC;
}
.vtop
{
  vertical-align:top;
}
.nowrap
{
  white-space:nowrap;
}
input.double,.double
{
  -ms-transform:scale(2);
  -moz-transform:scale(2);
  -webkit-transform:scale(2);
  -o-transform:scale(2);
}
.yes
{
  background: #fefcea; /* Old browsers */
  background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
}
.no
{

}