:root {
  color-scheme: dark;
}
body { background-color: #090909; font-family: 'Roboto',sans-serif; font-size: 15px; color: #e0e0e0; font-weight: 300; --iconfill:currentColor; --iconstroke:#090909 }

input, select, textarea, .bk-btn { padding: 1px 6px; background-color: #090909; border: 1px solid #444; color: #e0e0e0 }
:-webkit-autofill { -webkit-box-shadow: 0 0 0 9em #090909 inset; -webkit-text-fill-color: #e0e0e0 }
#gal_header_sticky { margin: -8px 0 0; padding: 8px 0 }
.gal_button { margin: 2px 0 0 8px }
.bk-btn:hover{ border: 1px solid #aaa; color: #e0e0e0 }
input:focus, textarea:focus { border: 1px solid #aaa; background-color: #222 }
select { background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23444%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') }

/* HEADER */
#header { margin: 0 auto; width: 920px; height: 130px; position:relative }
#header strong { position: absolute; left: 0; font-weight: 400 }
#header strong a { text-decoration: none }
#localisation { position: absolute; right: 0; top: 45px; color: #777; font-family: 'Roboto Condensed',sans-serif }
#menu-container { display: block!important; position: absolute; bottom: 0; left:-16px; width: 100%; margin-bottom: 24px }
#menu { display: flex }
#menu li a { display: block; padding: 0 18px; text-decoration: none; text-transform: uppercase; font-size: 0.9em; color: #f0f0f0; font-weight:500 }
#menu li a:hover { background-color: #333 }
#menu > .has-submenu > a > span::after { border-color: #f0f0f0 } /* Menu flèche bas */

/* CORP */
#corp { margin: 0 auto; width: 800px }

/* FOOTER */
#footer { margin-top: 3em; font-family: 'Roboto Condensed',sans-serif; font-size: 0.9em; color: #777 }
.btn, .btn:hover { background: #777; color: #090909 }
#footer-toplink > div { background-color: #393939 }

/* ACCUEIL */
#home-profil dd { color: #909090 }

/* GALERIES */
#ph_accueil .mg { width: 50px }
.pic_info_conteneur { margin-top: 2.5em }
.pic_info_bg { background-color: #444 }
.pic_info, .pic_info a { color: #fff }
.gal_desc { display: none }

/* COMMENTS */
#com td { border-top: 1px solid #333; padding: 1.5em 0 }
#com .first td { border: none }
#com .cel-2 { padding-left: 2em }

/* DIVERS */
.form td { padding: 5px }
#lb { background: #090909 }

/* TEXTE */
h1, h2 { font-size: 1.4em; color: #777; font-weight: 400 }
h2 { font-size: 1.2em }
hr { border-top: 1px dashed #555 }
ul li { list-style-type: square; padding-left: 0.5em }
a { color: #777 }
strong { font-weight: 500 }

/* Tooltip */
.tooltipster-content { color:#101010 }