/* @override http://w.baba.lan/websites/bastbalt.com/4/lib/styles.css */

@font-face {
	font-family: fontastique;
	src: url('./fonts/fontastique.ttf');
}

@font-face {
	font-family: geosanslight;
	src: url('./fonts/GeosansLight.ttf');
}


body {
	font-family: fontastique, Arial, Tahoma;
	font-size: 160%;
	background-color: #000;
}

#about.container {
  text-align: center;
}
#topcontrol>img {
	margin-right: 1em;
	margin-bottom: 1em;
}

._oney_ot {
  display: none;
}

div.contactForm p {
  text-align: right;
}


span.letr {
	font-size: 200%;
}

ul.sitemap, ul.tek {
	list-style: none;
	text-align: left;
}

ul.sitemap li, ul.tek li {
	font-variant: small-caps;
	margin-left: 3em;
}

ul.sitemap li a {

	
	font-size: 80%;
	padding-left: 0.5ex;
	font-weight: normal;
	
}

ul.sitemap li h6 a {
  font-weight: bold;
  padding-left: 1ex;
}

h5.alphab a.btn {

  color: black;
	margin: 3px;
	background-color: grey;
	font-family: fontastique;
	font-weight: bold;
	font-variant: small-caps;
}

h5.alphab a.btn:hover {
	color: #2942a3;
	background-color: whitesmoke;
	
}

ul.nav a,
ul a.transit,
h3 a.transit,
li a.menu {
  transition:all .2s ease-in-out;
}

nav.navbar-default>div {
	padding-top: 7px;
	padding-bottom: 1px;
	background-color: #fff;
}

body {
	font-family: fontastique;
}

a {
	color: #143392;
}

a.btn {
	border: 1px solid grey;
	border-radius: 10%;
}

a.btn:hover {
	background-color: whitesmoke;
}

hr.half {
	width: 15%;
}


h1, h2, h3, h4, h5, h6 {
	font-family: geosanslight;

	font-variant: small-caps;
	
}

h1 {
	font-size: 220%;
	padding: 1ex;
}

h2 {
	font-size: 200%;
	padding: 4px;
}

h3 {
	font-size: 180%;
	padding: 2px;
}

h4 {
	font-size: 160%;
}

h5 {
	font-size: 140%;
	margin-left: 1ex;
}

h6 {
	font-size: 110%;
	margin-left: 1em;
}

strong {
	font-weight: bold;
}

ul.vierge {
	list-style: none;
}

div#tabs.ui-tabs {
	width: 100%;
	background-color: white;
	padding: 0;
	
	margin-left: 7%;
	border: 1px dashed #8c8c8c;

}
div#tabs.ui-tabs ul {

	background: url(../img/transparent-background-2.png);
	width: 100%;
	border: 0px;

	z-index: 0;
	
}
ul.tabs-items li {
	text-align: center;
	width: 24.4%;
	border: 0px;
	
}

ul.tabs-items h3>a {
	width: 100%;
	font-size: 75%;

	border: 0px;
	text-align: center;
}

ul.tabs-items h3>a:before,
ul.tabs-items h3>a:after,
ul.tabs-items h3>a:active
 {

	border: 0px;
}

div.dark {
  background-color: black;
  color: #eee;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #ddd;
}

header {
  background-color: #eee;
}

header div.navbar-header {

}

.address {
  text-align: left;
}

/* Forms */
input.large {
  width: 100%;
}

input:-moz-placeholder,textarea:-moz-placeholder{color: #e5e5e5;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#e5e5e5;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#e5e5e5;}


footer {
  background-color: black;
  color: whitesmoke;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}

footer div ul li {
	display:inline;
}

ul.inline li {
	display:inline;
	}

img.header {
  margin-top: -10px;
  padding: 0;
}

/* NAV's */


.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}



.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.small-caps {
	font-variant: small-caps;
	font-size: 130%;
}

table {
	margin-top: 1em;
}

table.glossaire {
  width: 100%;
}

table.glossaire tr.header {
		color: black;
		font-variant: small-caps;
		font-size: 130%;
		border-bottom: 1px dashed #ccc;
		margin-bottom: 4px;
}

table.tarif tr.header {
		font-variant: small-caps;
		font-size: 130%;
		border-bottom: none;
		margin-bottom: 4px;
}

table.glossaire tr td {

	padding: 4px;
}

table.tarif {
	width: 90%;
}

table.tarif tr td.icon {
	width: 10%;
}

table.tarif tr td.desc {
  	width: 50%;
}

table.tarif tr td.qte {
	width: 10%;
}
table.tarif tr td.px {
	width: 15%;
}

table.tarif tr td.qte {
	
}

table.tarif tr td {
	padding: 1ex;
	border-bottom: 1px dashed #ccc;
	text-align: left;
}

table.tarif tr td.px {
	font-weight: bold;
	text-align: right;
}

table.tarif tr td img {
	padding-right: 1em;
}


span.letrine {
	font-size: 260%;
}

span.dec {
	clear: none;
	color: #428bca;
	text-decoration: underline;
/*	font-weight: bold; */
}

div.def {
	background-color: #f5edab;
	-moz-box-shadow: 2px 2px 2px #535353;
	-webkit-box-shadow: 2px 2px 2px #535353;
	box-shadow: 2px 2px 2px #535353;
	margin: 1ex;
}

td.definition {
	border-bottom: 1px dashed #ccc;
}

span.small-caps {
	font-size: 90%;
}

p.indt {
	text-indent: 2em;
}
