/***********************************************************************
**  skin.css
**  Copyright 2016-2018 Petko Yotov www.pmwiki.org/petko
**  
**  Partially based on pmwiki.css:
**  Copyright 2004-2006 Patrick R. Michaud pmichaud@pobox.com
**  Copyright 2006 Hagan Fox
**  
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
**  
**  This skin was implemented with a mobile-first approach.
**  It should work reasonably well with browsers released since 2009.
**  This CSS uses relative "Reference pixel" dimensions.
***********************************************************************/
* { box-sizing: border-box; }

html, body, #bodywrap {
  padding: 0;
  margin: 0;
  font-family: 'Arial', 'Helvetica', Sans-serif;
  font-size:15px;
  line-height: 25px;
/*   background-color: #f7f7f7; */
  color: #000;
  min-height: 100%;
  position: relative;
}

#wikibody {
  position: relative;
/*   background-color: #fff; */
  padding: 3px;
  margin: 0;
}

#wikileft, #wikihead-searchform, #wikicmds {
/*   background-color: #fff; */
  opacity: 0.1;
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  max-width: 90%;
  max-width: 90vw;
  height: auto;
  overflow: auto;
  top: 8px;  
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
}

#wikihead {
/*   border-bottom:1px solid #ccc; */
  padding: 0;
  margin: 0;
  line-height: 13px;
  min-height: 33px;
}

#wikihead-searchform {
  text-align: center;
  padding: 10px;
  z-index: 5;
  right: 30px;
  width: 16em;
  max-width: 80%;
  line-height: 167%;
}
#wikihead-searchquery {
  max-width: 12em;
}
#wikimid {
  margin: 0; 
  padding: 0;
  max-width: 100%;
}

#wikileft { 
  left: 30px;
  padding: 6px;
  z-index: 4;
}

#wikicmds { 
  padding:0px;
  z-index: 6;
  white-space:nowrap; 
  right: 30px;
}

#wikitext {
/*   margin-top: 12px; */

/*   padding: 4px 8px; */
/*   background-color: white; */
}

#wikifoot {
  border-top: 1px solid #ccc;
  padding: 3px;
  font-size: 13.5px;
}

#wikifoot.nosidebar {
  padding-left:3px;
}

#wikihead-search-toggle, #wikileft-toggle, #wikicmds-toggle {
  display: none;
}

#wikihead-search-toggle-label { background-image: url(xsearch.svg); }
#wikileft-toggle-label        { background-image: url(xmenu.svg); }
#wikicmds-toggle-label        { background-image: url(xwrench.svg); }

#wikihead-search-toggle-label, #wikileft-toggle-label, #wikicmds-toggle-label {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  float:right;
  margin: 6px 6px 0 6px;
  z-index: 3;
}

#wikileft-toggle-label {
  float: left;
}
#wikicmds-toggle-label {
  margin: 3px;
}

#wikihead-search-toggle:checked + label,
#wikileft-toggle:checked + label, 
#wikicmds-toggle:checked ~ #wikimid #wikicmds-toggle-label {
  background-image: url(xclose.svg);
}

#wikileft-toggle:checked ~ * #wikileft,
#wikihead-search-toggle:checked ~ * #wikihead-searchform,
#wikicmds-toggle:checked ~ * #wikicmds {   
  display: block;
  opacity: 1;
  
-webkit-animation: fadein 1s; 
   -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
     -o-animation: fadein 1s;
        animation: fadein 1s;
}

#wikioverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0; 
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .2);
  z-index: 2;
  display: none;
}
#wikileft-toggle:checked ~ #wikioverlay,
#wikihead-search-toggle:checked ~ #wikioverlay,
#wikicmds-toggle:checked ~ #wikioverlay {   
  display: block;
}



/* These are for the left-sidebar. */
#wikileft .vspace { margin-top:20px; }
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:8px 0px; padding-left: 6px; }
.sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-weight:bold; font-style:normal; 
}
.sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }
#wikileft a { text-decoration:none; color: #000; padding: 8px 0; }
#wikileft a:hover { text-decoration:underline; color:#00f; }

#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { padding: 8px; border-top:1px solid #ccc;}
#wikicmds li:first-child {border-top:none;}
#wikicmds li a { text-decoration:none; color: #000; border: none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:#00f; }


/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:15px; margin-bottom:9px; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:15px; }
h1 { font-size:27px; }
h2 { font-size:22px; border-bottom: 5px solid #ddd; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:15px; }
h6 { font-size:15px; }

.pagegroup { line-height:30px; }
.pagetitle { line-height:24px; margin:0px; font-size:24px; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }

/* These control the fixed-width text elements of the page */
pre, code { font-size:14px; }
pre, code, .diffmarkup { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height: 18px; }
pre code, code code, pre pre { font-size:100%; }
pre, code.escaped { max-width: 100%; overflow: auto; }

/* Large tables can scroll */
div.scrollable { max-width: 100%; overflow: auto; border: 1px dotted #f00;}

#wikiedit form { margin:0px; width:100%; max-width:100%; }
#wikiedit textarea { width:99.5%; max-width:99.5%; }
#wikiedit input { max-width:99.5%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

input, img, iframe {
  max-width: 100%;
}
dd {
  margin-left: 15px;
}
ul, ol {
  margin: 0; 
  padding: 0 0 0 20px;
}

select, textarea, input {
  font-size: 16px; /*disable zoom-in on some phones*/
}

/* xlpage-utf-8.php */
.rtl, .rtl * {direction:rtl; unicode-bidi:bidi-override;}
.ltr, .ltr * {direction:ltr; unicode-bidi:bidi-override;}
.rtl .indent, .rtl.indent, .rtl .outdent, .rtl.outdent {
  margin-left:0; margin-right: 15px;
}

/* pmwiki.php */
ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
code.escaped { 
  white-space: pre; 
  display: inline-block;
  vertical-align: bottom;
  text-indent: 0;
}
.vspace { margin-top:25px; }
.indent { margin-left:15px; }
.outdent { margin-left:15px; text-indent:-15px; }
a.createlinktext { text-decoration:none; border-bottom:1px dotted gray; }
a.createlink { text-decoration:none; position:relative; top:-7px;
  font-weight:bold; font-size:smaller; border-bottom:none; }
img { border:0px; }

/* Prevent white space below vertically stacked images */
div.imgonly img, div.imgcaption img:first-child { vertical-align: bottom; }

/* wikistyles.php */
.frame { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
.lfloat { float:left; margin-right:7px; }
.rfloat { float:right; margin-left:7px; }

/* stdmarkup.php */
table.markup { border:2px dotted #ccf; width:100%; }
/* td.markup1, td.markup2 { padding-left:0px; padding-right:0px; } */
table.horiz td.markup1, table.vert td.markup1 { 
  border-bottom:1px solid #ccf; border-right: none; width: auto; }
table.horiz td.markup1, table.horiz td.markup2 {
  /* horizontal markup tables to vertical */
  display: block; }
table.markup caption { text-align:left; }
div.faq p, div.faq pre { margin-left:15px; }
div.faq p.question { margin: 0; font-weight:bold; }
div.faqtoc div.faq * { display:none; }
div.faqtoc div.faq p.question 
  { display:block; font-weight:normal; margin:7px 0 7px 15px; line-height:normal; }
div.faqtoc div.faq p.question * { display:inline; }    

/* simuledit.php */
.editconflict { color:#080;
  font-style:italic; margin-top:20px; margin-bottom:20px; }

/* pagerev.php */
.diffbox { border-left:1px #999 solid; margin-top:20px; font-size:12px;  }
.diffauthor { font-weight:bold; }
.diffchangesum { font-weight:bold; }
.difftime { background-color:#ddd; }
.difftype { font-weight:bold; }
.diffadd { border-left:5px #9f9 solid; padding-left:5px; }
.diffdel { border-left:5px #ff9 solid; padding-left:5px; }
.diffrestore { margin:20px 0px; }
.diffmarkup { font-size:14px;  } 
.diffmarkup del { background:#ff9; text-decoration: none; }
.diffmarkup ins { background:#9f9; text-decoration: none; }

/* urlapprove.php */
.apprlink { font-size:smaller; }

/* vardoc.php */
a.varlink { text-decoration:none; }

#wikiedit-minoredit {
  white-space: nowrap;
}

/* In HTML5 only styles are valid for alignment */
td.left,   th.left   { text-align: left;}
td.center, th.center { text-align: center;}
td.right,  th.right  { text-align: right;}
td.top,    th.top    { vertical-align: top;}
td.bottom, th.bottom { vertical-align: bottom;}
td.middle, th.middle { vertical-align: middle;}

.hidemob { display: none; }

@media screen and (min-width:40em) {
  html, body, #bodywrap {
/*     line-height: 20px; */
    width: 100%;
    margin: 0 auto;
    background-color: #f7f7f7;
  }
  .hidemob { display: initial; }
  .hidedesc { display: none; }
  #wikileft, #wikihead-searchform, #wikicmds {
    background-color: #f7f7f7;
    opacity: 1;
    display: block;
    position: relative;
    border: none;
    max-width: none;
    height: auto;
    max-height: none;
    overflow: auto;
    top: 0px;  
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #wikicmds-toggle-label,  #wikileft-toggle-label,  #wikihead-search-toggle-label {
    display: none;
  }
  #wikihead-searchform {
    background-color: transparent;
    float: right;
    padding: 4px;
    right: 6px;
    top: 6px;
    width: auto;
    max-width: none;
    line-height: inherit;
    overflow: hidden;
  }
  #wikilogo {
    display: inline-block;
    margin-top: 4px;
    padding: 6px;
  }
  #wikihead, #wikihead input {
/*     font-size: 85%; */
  }
  
  #wikihead-recent-changes-link, #wikihead-searchlink{
    display: inline;
  }
  
  #wikimid {
    display: table;
    table-layout:fixed;
    width: 100%;
  }
  #wikisidebar, #wikibody {
    display: table-cell;
  }
  
  #wikisidebar {
    position: relative;
    border-right:1px solid #ccc; 
    width:167px;
    vertical-align: top;
    padding: 0; margin: 0;
    overflow: auto;
  }
  #wikileft {
    padding:6px; 
    left: 0;
    margin: 0 1px 0 0;
    background: transparent;
    font-size: 13px;
    line-height: 17px;
  }
  #wikileft a { padding: 0px; }
  #wikileft li {margin:0px; }
  
  #wikibody {
    padding-left: 10px;
    vertical-align: top;
  }
  
  #wikicmds {
    right: 0px;
    background-color: transparent;
    float:right;
    white-space:nowrap; 
    font-size:13px; 
  }
  #wikicmds li { display:inline; margin:0px 5px; padding: 0; border: none; }
  
  #wikifoot {
    padding-left:178px;
  }
  
  #wikifoot.nosidebar {
    padding-left:10px;
  }
  .vspace { margin-top: 20px; }
  .indent { margin-left:40px; }
  .outdent { margin-left:40px; text-indent:-40px; }
  
  .rtl .indent, .rtl.indent, .rtl .outdent, .rtl.outdent {
    margin-left:0; margin-right: 40px;
  }
    
  ul, ol { padding: 0 0 0 40px; }
  dd { margin-left: 40px; }

  table.horiz td.markup1, table.horiz td.markup2 {
    display: table-cell; }
    
  td.markup1, td.markup2 { padding-left:10px; padding-right:10px; }
  table.vert td.markup1 { border-bottom:1px solid #ccf; }
  table.horiz td.markup1 { width:23em; border-right:1px solid #ccf; border-bottom:none; }
  td.markup1 pre { white-space: pre-wrap; }
  
  div.faq p, div.faq pre { margin-left:40px; }
  div.faq p.question { margin:15px 0 12px 0; }
  div.faqtoc div.faq p.question 
    { margin:8px 0 8px 20px; }
    
  
  select, textarea, input {
    font-size: 14px;
  }
  
  #wikileft-toggle:checked ~ #wikioverlay,
  #wikihead-search-toggle:checked ~ #wikioverlay,
  #wikicmds-toggle:checked ~ #wikioverlay {   
    display: none;
  }

  #wikicmds, #wikititle, #wikihead-content {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
  }

/*   .centerwrap { margin: 0 auto; max-width: 50rem; } */
}


/* Fade-in animation */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.attachtable td { padding: 0 .6em; font-size:.9em; border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
.attachtable .del, .attachtable .del a { color: #aaa; text-decoration: none;}
.attachtable .titlerow
{
  /*   color: #cccccc; */
  font-style: italic;
  font-size: 0.8em;
}

.vtiframe {
  display: block;
  margin: 1em 0;
  width: 960px;
  height: 540px;

  max-width: 100%;
  max-height: 95vh;

}


.mini { margin: 0; border: none; }
.miniF, .miniH {display:block;}
div.column-140 .mini { margin: 6px 6px 0 0; }
.photos-visite a.minilink { display: inline-block; margin: 0 10px 18px 0; border: none; box-shadow: 3px 3px 8px #444; }
/* .photos-visite .mini { margin: 0 10px 18px 0; border: none; box-shadow: 2px 2px 2px #999; } */

.hometable, .hometable th, .hometable td {
  border-collapse: collapse;
  background-color: white;
  border: 1px solid #888;
}
.hometable td {
  vertical-align: top;
  padding: 4px;
}
.hometable th {
  background: #eee;
}

sup {
  line-height: 0;
}


#bodywrap {
  width: 960px;
  max-width: 100%;

  background-color: rgba(255, 255, 255, .75);

  box-shadow: 6px 6px 20px rgba(0, 0, 0, .5);
  border: 1px solid #ddd;
  padding: 0px;
  margin: 0 auto;
}

#wikimid {
  background-color: white;
  padding: 0 20px;
}
#wikihead {
  padding: 20px;

}

body {
  background-color: white;
  background-repeat: repeat-x;
  background-size: auto 240px;
  background-image: url("cover.jpg");
  background-attachment: fixed;
  padding: 147px 0 20px 0 ;
  background-position: center top;
}

#vt_h1 {
text-shadow: 4px 4px 8px  rgba(0, 0, 0, .8);
color: white;
font-weight: bold;
}
#vt_h1 a {
  color: inherit;
  text-decoration: none;
}

#vt_h1 .grouplink, #vt_h1 .grouplink a {
  color: blue;
/*   text-decoration: none; */
  font-weight: normal;
  font-size: 15px;
  text-shadow: none;
}
.pagetitle {
  margin-top: 10px;
}

.inclus {
  font-weight: bold;
  color: green;
}

.option {
/*   font-weight: bold; */
  color: #f80;
}

div.column-140 {
  column-width: 140px;
}

div.columns {
  column-width: 250px;
}

div.columns2 {
  column-width: 375px;
}

div.columns h4, div.columns2 h4 {
  margin: 0;
}

div.columns ul, div.columns2 ul {
  padding: 0 0 0 1em;
  
}

ul.ulinclus {
  color: green;
  list-style-type: square;
}

ul.uloptions {
  color: orange;
  list-style-type: square;
}



div.col, div.columns li {
  break-inside: avoid;
  position: relative;
/*   list-style-type: none; */
}
div.col span.mark {
  position: absolute;
  right: 10px; top: 10px;
  background-color: yellow;
  padding: 0 12px;
  display: block;
/*   color: #fff; */
  pointer-events: none;
  cursor: pointer;
  border-radius: 20px;
}
._vt_overlay_link {
  text-decoration: none;
}

/* div.img.imgonly { column-width: 140px; } */
#uv_pop * {line-height: initial; }

#wikicmds { position: fixed; background: rgba(255,255,255,0.7); width: auto; padding: 0 .5em; }
#wikicmds a { text-decoration: none; }

h2:target, h3:target, h4:target, h5:target, .clicker:target {
  background-color: #ff8;
  
}

.supheader  {
  text-align: right;
}
.supheader a[href^="tel:"],
.supheader a[href^="mailto:"] {
  letter-spacing: 1px;
}

.supheader a {
  color: #333;
  text-decoration: none;
}

.supheader:hover a {
  color: #000;
}

.supheader a:hover {
  color: blue;
  text-decoration: underline;
}

table.simpletable {
  border-collapse: collapse;
}
table.simpletable tr:nth-child(odd) {
  background-color: #eee;
}
table.simpletable th {
  background-color: #ccc;
}
table.simpletable th, table.simpletable td {
  border: 1px solid #888;
}
/* .clicker { color:blue; font-weight: bold; cursor:pointer; } */
/* .clicker:hover {background-color: #ff8;}  */
/* .next { padding-left: 1em; }  */

.contactpost pre.escaped {
  white-space: pre-wrap;
  
}
.contact-privacy {
  border: 3px inset #ddd; 
  border-radius:3px; 
  padding: 0 5px; 
  height: 70px; 
  margin-bottom: 10px;
  overflow: auto; 
  
  
}
.contact-privacy .vspace { margin-top: 0; }


.next img {vertical-align: middle;}
*[data-pmtoggle], .pmtoggleall {
  cursor: pointer;
  font-weight: bold;
  color: blue;
}
*[data-pmtoggle]::before {
  content: "\025BE\00A0";
  float: left;
}
*[data-pmtoggle="closed"]::before {
  content: "\025B8\00A0";
}

*[data-pmtoggle] + * {
  margin-left: .8em;
}
*[data-pmtoggle="closed"] + * {
  display: none;
}

*[data-pmtoggle]:target, *[data-pmtoggle]:hover {
  background-color: #ff8;
}


.pmtoggleall .xclose { display: none; }
.pmtoggleall[data-pmtoggleall="open"] .xopen { display: none; }
.pmtoggleall[data-pmtoggleall="open"] .xclose { display: initial; }

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body, #wikihead, #wikimid { width:auto; margin:0px; padding: 0px; background-image: none; }
/*   #wikihead, #wikileft, #wikicmds, .footnav { display:none; } */
  #wikifoot { padding:2px; }
  #vt_h1 { text-shadow: none; color: #000; }
  a._vt_overlay_link[title]::before { text-shadow: 1px 1px 1px white !important; background-color: transparent !important; color: black !important; }
  #bodywrap { border: none; box-shadow: none; width: 100%; }
  
  *[data-pmtoggle="closed"] + * { display: inherit; }
  *[data-pmtoggle="closed"]::before { content: "\025BE\00A0"; }
  .pmtoggleall { display: none; }
  .hidemob { display: initial; }
}

.abeille { display: none; }
.sharewrap {
  display: block;
  float: right;
  opacity: .75;
}
.sharewrap:hover {
  opacity: 1;
}
a.sharebuttons {
  display: inline-block;
  margin: 20px 0 0 0;
}
ul.rdvdate strong {
  display: inline-block;
  width: 6em;
  text-align: right;
}
ul.rdvdate label {
  margin-right: .5em;
  padding: 2px 4px;
}

ul.rdvdate input:checked + label { background-color: #afa; }
ul.rdvdate  {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.rdvdate li.day7 {
  color: #999;
}

#wikicmds input[name="q"] {
  width: 2em;
  border: 1px inset #888;
}

#wikicmds input[name="q"]:focus {
  width: 20em;
}

input, textarea { max-width: 98%; }
