@viewport
{
   width:device-width; /* largeur du viewport */
   zoom:1; /* zoom initial à 1.0 (et clin d'oeil aux fans d'IE6/7) */
}
html{
  height:100%;/*pour footer en bas*/
}
body
{
  color:#000;
  font-family:Spartan;
  font-size:14px;
  margin:0;
  text-align:center;
  height:100%;/*pour footer en bas*/
  /* background-color:#ececec; */
}
.wrapper_all{/*pour footer en bas*/
  min-height: 100%;
  display:grid;
  grid-template-rows: auto 1fr auto;
}
.nowhitespace {
  font-size: 0px;
}
.nowrap
{
  white-space:nowrap;
}
.fondmodal{
  display: none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#0000000f;
  z-index:99;
}

.msgmodal{
  color:#000;
  font-family:Spartan;
  font-size:14px;
  display: none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#00000040;
  z-index:999;
}
.msgmodal.actif{
  display: block;
}
.msgmodaltitre{
  color:#fff;
  font-family:Spartan;
  font-size:12px;
  border:1px solid #555555;
  border-bottom: 0;
  width:600px;
  padding:4px;
  margin-right:auto;
  margin-left:auto;
  margin-top:10vh;
  background-color:#AFBFBE;
}
.msgmodalhtml{
  color:#000;
  font-family:Spartan;
  font-size:14px;
  border:1px solid #555555;
  width:600px;
  padding:6px;
  margin-right:auto;
  margin-left:auto;
  margin-top:0;
  background-color:#fff;
}
.msgmodalpied{
  color:#fff;
  font-family:Spartan;
  font-size:12px;
  border:1px solid #555555;
  border-top: 0;
  width:600px;
  padding:4px;
  margin-right:auto;
  margin-left:auto;
  margin-top:0px;
  background-color:#fff;
  text-align: right;
}
@media only screen and (max-width: 700px){
  .msgmodaltitre{
    width:300px;
  }
  .msgmodalhtml{
    width:300px;
  }
  .msgmodalpied{
    width:300px;
  }
}
.msgmodalbtn{
  font-size:14px;
  color:#fff;
  width:max-content;
  background-color:#AFBFBE;
  padding: 8px 8px 4px 8px;
  margin-left:4px;
  margin-right:4px;
  display:inline-block;
  cursor:pointer;
}
.noselectable
{
-webkit-user-select: none; /* Safari 3.1+ */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
}
::-webkit-input-placeholder
{ /* Edge */
  font-size:10px;
}

:-ms-input-placeholder 
{ /* Internet Explorer */
  font-size:10px;
}

::placeholder 
{
  font-size:13px;
}

a {
  text-decoration:none;
  color:currentColor;
}


a:link {

}

a:visited {

}

a:focus {

}

a:hover {

}

a:active {

}
.displayhidden
{
  visibility:hidden;
}
.displayhiddendlg
{
  visibility:hidden;
}
.displaynone
{
  display:none;
}
.cursorpointer
{
  cursor:pointer;
}
.no-close .ui-dialog-titlebar-close 
{
  display: none;
}
.visumdp
{
  cursor:pointer;
  bottom:10px;
  right:8px;
  position:absolute;
}
.tooltipdiv
{
  /* position:relative; */
  display:inline;
}
.tooltipdiv .tooltip2
{
  text-align:center;
  padding: 4px 4px;
  color:#832228;
  font-size: 12px;
  background-color:#ffffdd;
  border: 1px solid #E3A244;
  position:relative;
  z-index:1;
  bottom:33px;
  left:6px;
}
.tooltipwrapper
{
  position:absolute;
  visibility:hidden;
  opacity:0;
  transition:opacity 1s;
}
.tooltipdiv:hover .tooltipwrapper
{
  visibility:visible;
  opacity:1;
}
.tooltipdiv .tooltip2::after
{
  content: url(../img/tooltiparrow.png);
  position: absolute;
  top:100%; /* At the bottom of the tooltip */
  left:10px;
  margin-left:-10px;
  margin-top:-4px;
}

.tooltip
{
  position:relative;
}
.tooltip .tooltiptext
{
  visibility:hidden;
  text-align:center;
  padding: 4px 4px;
  color:#832228;
  font-size: 12px;
  background-color:#ffffdd;
  border: 1px solid #E3A244;
  position:absolute;
  z-index:1;
  bottom:100%;
  margin-bottom: 8px;
  left:6px;
  opacity:0;
  transition:opacity 1s;
}
 .tooltip:hover .tooltiptext
{
  visibility:visible;
  opacity:1;
}
.tooltip .tooltiptext::after
{
  content: url(../img/tooltiparrow.png);
  position: absolute;
  top:100%; /* At the bottom of the tooltip */
  left:10px;
  margin-left:-10px;
  margin-top:-4px;
}
.tooltipcenter
{
  position:relative;
}
.tooltipcenter .tooltiptext
{
  visibility:hidden;
  text-align:center;
  padding: 4px 4px;
  color:#832228;
  font-size: 12px;
  background-color:#ffffdd;
  border: 1px solid #E3A244;
  position:absolute;
  z-index:1;
  bottom:100%;
  margin-bottom: 8px;
  left:6px;
  opacity:0;
  transition:opacity 1s;
 }
 .tooltipcenter:hover .tooltiptext
{
  visibility:visible;
  opacity:1;
}
.tooltipcenter .tooltiptext::after
{
  content: url(../img/tooltiparrow.png);
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left:50%;
  margin-left:-10px;
  margin-top:-4px;
}
.backcoloroptodd
{
  background-color:#ffffff;
  background-image:url(../img/caseoptionoff2.png);
  background-repeat:no-repeat;
  background-position:center left;
}
.backcoloropteven
{
  background-color:#f8f8f8;
  background-image:url(../img/caseoptionoff2.png);
  background-repeat:no-repeat;
  background-position:center left;
}
.backcoloroptodd.actif
{
  background-color:#faedda;
  background-image:url(../img/caseoptionon2.png);
  background-repeat:no-repeat;
  background-position:center left;
}
.backcoloropteven.actif
{
  background-color:#faedda;
  background-image:url(../img/caseoptionon2.png);
  background-repeat:no-repeat;
  background-position:center left;
}

.libelleaide
{
  font-family:Spartan;
  font-size:14px;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  color:#000000;
  background-color:transparent;
  display:block;
  margin-bottom:6px;
}
.etiquettevaleur
{
  font-family:Spartan;
  font-size:12px;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  color:#832228;
  background-color:transparent;
  display:inline-block;
}
.libellevaleur
{
  font-family:Spartan;
  font-size:12px;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  color:#832228;
  background-color:transparent;
  display:inline-block;
}
.textesuivi
{
  font-family:Spartan;
  font-size:12px;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  color:#000000;
  display:block;
}
.zoneaffiche
{
  font-family:Spartan;
  font-size:12px;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  color:#666666;
  background-color:#ffffff;
  border:1px #E3A244 solid;
  display:inline-block;
  text-align:left;
}
.labelzonesaisie
{
  font-family:Spartan;
  font-size:12px;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  color:#000000;
  background-color:transparent;
  display:block;
  margin-right:4px;
}
.labelzonesaisieinline
{
  font-family:Spartan;
  font-size:12px;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  color:#000000;
  background-color:transparent;
  display:inline-block;
  margin-right:4px;
  margin-left:4px;
}
.labelzonesaisielight
{
  font-family:Spartan;
  font-size:10px;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  color:#666666;
  background-color:transparent;
  display:block;
  margin-right:4px;
}
.labelzonesaisielightinline
{
  font-family:Spartan;
  font-size:10px;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  color:#666666;
  background-color:transparent;
  display:inline-block;
  margin-right:4px;
}
.labellightleft
{
  font-family:Spartan;
  font-size:12px;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  color:#666666;
  background-color:transparent;
}
.etqzonesaisie
{
  font-family:Spartan;
  font-size:12px;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  color:#666666;
  background-color:transparent;
}
.zonesaisiesansfond
{
  font-family:Spartan;
  font-size:12px;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  background-color:transparent;
  border:0px #000000 solid;
}
.zonesaisie
{
  font-family:Spartan;
  font-size:14px;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  color:#000000;
  background-color:#f8f8f8;
  border-top:0px #E3A244 solid;
  border-right:0px #E3A244 solid;
  border-bottom:1px #E3A244 solid;
  border-left:0px #E3A244 solid;
  height:26px;
  line-height:22px;
  box-sizing:border-box;
}
select.zonesaisie
{
  height:26px;
}
.zonesaisieautre
{
  font-family:Spartan;
  font-size:14px;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  color:#832228;
  background-color:#f8f8f8;
  border:0px #832228 solid;
  height:26px;
  line-height:22px;
}
.texteinfosaisie
{
  font-family:Spartan;
  font-size:10px;
  font-weight:normal;
  font-style:italic;
  text-decoration:none;
  color:#666666;
  background-color:transparent;
  display:inline-block;
  margin-right:4px;
}
.texteinfo
{
  font-family:Spartan;
  font-size:14px;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  color:#666666;
  background-color:transparent;
  display:inline-block;
  margin-right:4px;
}
.titrebloc
{
  font-family:Spartan;
  font-size:24px;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  color:#832228;
  background-color:transparent;
}
.titrepage
{
  font-family:Spartan;
  font-size:18px;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  color:#832228;
  background-color:transparent;
}

.labelmenu
{
  font-family:Spartan;
  font-size:16px;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  color:#000000;
  background-color:#f8f8f8;
  display:inline-block;
  padding:6px 10px 6px 10px;
  margin:2px 2px 2px 2px;
  cursor:pointer;
}
.labelmenu:hover
{
  background-color:#FAEDDA;
}
.labelmenuactif
{
  color:#ffffff;
  background-color:#E3A244;
}

.traitgris3
{
  height:5px;
  background-color: transparent;
  background-image: url(../img/traith.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
.deconnexion
{
  background-image:url('../img/deconnexion.png');
  background-position:center top;
  background-repeat:no-repeat;
  display:inline-block;
  width:64px;
  height:48px;
  padding-top: 50px;
  text-align: center;
  font-size: 10px;
  cursor:pointer;
}
.compteconnect
{
  background-image:url('../img/compteconnect48.png');
  background-position:left top;
  background-repeat:no-repeat;
  display:inline-block;
  width:48px;
  height:48px;
  padding-top: 50px;
  text-align: center;
  font-size: 10px;
  cursor:pointer;
}
.compteconnect.vide
{
  background-image:url('../img/compte48.png');
}
.panierproduit
{
  background-image:url('../img/panier48.png');
  background-position:center top;
  background-repeat:no-repeat;
  display:inline-block;
  min-width:48px;
  height:48px;
  padding-top: 26px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color:#AFBFBE;
  cursor:pointer;
}
.panierproduit.vide
{
  background-image:url('../img/paniervide48.png');
}
.commun_titretext {
  font-family: Spartan;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  display: block;
  margin: 0 4px 10px 0;
  /* text-transform: uppercase; */
  text-align: left;
}
.commun_labelzonesaisie {
  font-family: Spartan;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  display: block;
  margin: 4px 4px 2px 0;
  text-align: left;
}

.commun_zonesaisie {
  font-family: Spartan;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #000;
  background-color: #f8f8f8;
  border-bottom: 1px #d0d0d0 solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  height: 28px;
  line-height: 28px;
  text-align: left;
  display:inline-block;
  width:100%;
}
.commun_zonesaisie.date {
  width:128px;
  text-align: center;
}
.commun_listesaisie {
  font-family: Spartan;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px #f0f0f0 solid;
  /* height: 40px; */
  line-height: 16px;
  text-align: left;
  display:inline-block;
  width:100%;
  padding-left: 4px;
  padding-right: 4px;
}
.commun_texte {
  font-family: Spartan;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  display: block;
  margin-right: 4px;
  text-align: left;
}
.commun_texte.bold {
  font-weight: bold;
}
.commun_texte.line {
  display: inline-block;
}
.zonesearch
{
  font-family: Spartan;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px #a0a0a0 solid;
  /* height: 40px; */
  line-height: 20px;
  text-align: left;
  display:inline-block;
  /* width:100%; */
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 24px;
}
.zonesearchbtn
{
  background-color:#AFBFBE;
  background-image:url(../img/search.png);
  background-repeat:no-repeat;
  background-position:center center;
  border: 1px #a0a0a0 solid;
  height: 24px;
  width:24px;
  margin-left: -24px;
  display:inline-block;
  cursor: pointer;
}