body {
	font-family: 'Raleway', sans-serif;
}

nav {
	height:45px;
}

.logo {
    width: 170px;
    height: 60px;
    overflow: hidden;
    background: url(/img/logos/monbike-170x60.png);
    text-indent: -9999px;
    margin:20px auto;
}

.separator {
	border-top:1px solid #ccc;
	margin-top:1em;
	margin-bottom:1em;
}

nav li {
	line-height:45px;
	height:45px;
}

nav li a {
	height:45px;
}

nav ul.dropdown-content {
	background-color:white;
}

nav ul.dropdown-content li {
	height:25px;
	min-height:25px;
}

.dropdown-content li>a, .dropdown-content li>span {
	height:25px;
	min-height:25px;
	line-height:25px;
	padding-top:0;
	padding-bottom:0;
}

.dropdown-content {
	min-width:200px;
	padding:5px 0;
}

.dropdown-content li>a, .dropdown-content li>span {
	font-size:14px;
}

.dropdown-content li>a {
	height:25px;
}

.dropdown-content li.divider {
	margin:5px 0;
}


@media only screen and (max-width: 600px) {
	.footer-top {
		height:50px;
		line-height:50px;
	}

}

@media only screen and (min-width: 600px) {
	.footer-top {
		height:30px;
		line-height:30px;
	}
}

.headline {
	text-align:center;
	font-size:2em;
}

.small1 {
	font-size:0.8em;
}

.small2 {
	font-size:0.6em;
}


.bordered {
	text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.slides .cartouche {
	padding:1.5em;
	background-color:rgba(255,255,255,0.92);
	color:rgb(255,159,45);
	height:280px;
	overflow:hidden;
	position:relative;
}

.bottomright {
	position:absolute;
	bottom:1em;
	right:1em;
}
.slides .cartouche h3 {
	font-variant:small-caps;
	margin-top:0;
}

.card .card-image .top-card-title {
	font-size:1.5em;
	padding:0.5em 0.5em;
	text-align:left;
	border-bottom:1px solid rgba(160,160,160,0.2)
}

footer.page-footer {
	padding-top:0;
	margin-top:0;
	background-color:rgb(219,160,44);
}

.footer-top {
	color:white;
	background-color:rgba(51,51,51,0.08);
}

.footer-top a {
	margin-right:20px;
}

footer .bl {
	font-weight:700px;
	font-size:1.2em;
	padding:2em 0 !important;
	text-align:center;
}

footer .bl::before {
	content: "«";
}

footer .bl::after {
	content: "»";
}

ul.circle, li.circle {padding:inherit;list-style-type: circle;}


footer .poweredbystripe {
	opacity: 0.5;
	font-size:0.8em;
}

footer .powerdbystripe .fa {
	font-size:1.3em;
}

footer .poweredbystripe:hover {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.mybutton {
    display: inline-block;
    background: #f7751f;
    color: #fff;
    padding: 1em 2em;
    text-transform: uppercase;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 1em;
    font-weight: 700;
}




/**** Table de tarif ****/
.tarifs h3 {
	font-size:20px;
	padding-bottom:1.6rem;
	margin-bottom:-20px;
	border-bottom:1px dotted black;
}

.tarifs th {
	padding-bottom:0;
}

tfoot td {
	padding-top:0;
}

tfoot {
	border-top:1px solid #d0d0d0;
}

tr.separator {
	border-top:1px solid #d0d0d0;
}

.renvoi {
	position: relative;
	bottom: 5px;
	font-size: .5em;
	line-height: .5em;
	vertical-align:super;
	text-decoration:none;
}

.tarifs .head {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:2px solid black;
	border-bottom:none;
	margin-top:8px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	padding: 0 1em 1em 1em;
}

.tarifs .bottom {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:2px solid black;
	border-top:none;
	margin-bottom:8px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	padding:1em;
}


.tarifs td.nopadtopbottom {
	padding-top:0;
	padding-bottom:0;
}

.tarifs .sideborder {
	border-left:2px solid black;
	border-right:2px solid black;
	min-height:55px;
	line-height:55px;
}

.pricebadge {
	width:100px;
	height:100px;
	margin:auto;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
	text-indent: -9999px;
}

.pricebadge.silver40 {
	background-image:url(/img/badges/badge-silver-40.png);
}

.pricebadge.gold60 {
	background-image:url(/img/badges/badge-gold-60.png);
}

.pricebadge.gold80 {
	background-image:url(/img/badges/badge-gold-80.png);
}

/**** Table de tarif ****/

.paiement-progress {
	margin-left:5px;
	position:relative;
	display:inline-block;
	width:10px;
	height:10px;
	border:1px solid #bbb;
	overflow:hidden;
}

.paystatus {
	cursor:pointer;
}

.paystatus:hover {
	background-color:rgba(130,130,255,0.1);
}

.chk-line {
	cursor:pointer;
}


.paiement-progress .remp {
	position:absolute;
	width:20px;
	height:20px;
	left:-5px;
	border-top:1px solid #999;
}


#titrelistefactures {
	margin-bottom:27px;
}

#liste-factures tbody {
	font-size:0.8em;
	font-family:Roboto;
}

.multitool {
	display:none;
}

.multitool div.row {
	margin-bottom:0;
}

.paystatus {
	position:relative;
}

.paystatus {
	position:relative;
}

.paystatus .fa-caret-down {
	position:absolute;
	right:10px;
}

input.classic {
	display:inline-block;
	border:1px solid #f2f2f2 !important;
	box-shadow:none !important;
	width:initial;
	font-size:2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -ms-border-radius: 5px;
	border-radius: 5px;
}

textarea.classicform,input.classicform {
	display:inline-block;
	border:1px solid #e2e2e2 !important;
	box-shadow:none !important;
	width:initial;
	font-size:1.2em !important;
	height:43px;
	line-height:43px;
	padding-left:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -ms-border-radius: 5px;
	border-radius: 5px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */

}

.capitalize {
	text-transform: capitalize;
}

input.classic.prix {
	padding-right:25px;
	margin-right:-20px;
	text-align:right;
}

.simple-btn {
	display:inline-block;
	border:1px solid rgba(100,100,100,0.3);
	padding:0 5px;
	cursor:pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.simple-btn:hover {
	background-color:rgba(100,100,100,0.1);
}

.leftmenu input {
	width: initial;
    font-size: 1em;
    padding-left:10px;
    text-align: left;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
    -ms-border-radius: 2em;
	border-radius: 2em;
}

.highlight {
	background-color:rgba(255,255,0,0.5);
}

.help {
	font-size:13px !important;
	display:inline-block;
	vertical-align:middle;
	color:rgba(0,0,0,0.5);
}

.help:hover {
	color:black;
}

/**** Table factures ***/


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

/*** my-autosuggest ***/
ul.my-autosuggest {
	position:absolute;
	background-color:white;
	border:1px solid rgb(231, 197, 149);
	border-top:none;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	max-height:200px;
	overflow:auto;
}

ul.my-autosuggest li {
	padding:0 15px;
	cursor:pointer;
}

ul.my-autosuggest li:hover {
	background-color:rgba(255,255,0,0.4);
}

/***edit facture***/
#zone-detail-produits .fa-bars {
	cursor:ns-resize;
}

#zone-wrapper-liste-produits {
/*	border:1px solid red;*/
}

#zone-detail-produits .classicform {
	width:100%;
	font-size:0.8em !important;
	height:1.5em;
	line-height:1.5em;
	padding-left:1px;
}

#zone-detail-produits .header {
	font-size:0.8em !important;
}

#zone-detail-produits .line {
	background-color:white;
	line-height:1em;
	margin-bottom:0;
	padding:0 20px;
}

#zone-detail-produits .line .fa-bars{
	top:3px;
	margin-left:-15px;
	width:20px;
	font-size:0.8em;
	color:rgba(0,0,0,0.2);
}

#zone-detail-produits .sortline:hover .fa-bars{
	color:rgba(0,0,0,0.8);
}


#zone-detail-produits .line input {
	margin-bottom:3px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

#zone-detail-produits .line .col {
	margin-bottom:3px;
	padding:0 2px;
}

#zone-detail-produits > div {
	margin:0;
}


/****popup***/
.popup_warning_permanent_dismiss {
	cursor:pointer;
}

.suggest {
	background-color:rgba(255,255,0,0.3) !important;
}

#dropdown_tva {
	min-width:initial;
}

#dropdown_tva li {
	min-height:15px;
	text-align:center;
}

.line .bt-efface-ligne {
	cursor:pointer;
	position:absolute;
	display:inline-block;
	right:-15px;top:0;
	opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}

.line:hover .bt-efface-ligne {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.spare .fa-bars {
	display:none;
}

.spare.line .bt-efface-ligne {
	display:none;
}
