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

body.cubes {
	background:url(/img/backgrounds/cubes.png);
}

nav {
	padding:3px 10px;
}

@media only screen and (max-width: 600px) {
	nav {
		height:66px;
	}

	nav div.fullheight {
		height:66px;
		line-height:66px;
	}

	#navsup .logo {
		margin:0 auto;
	}

	.footer-top {
		height:50px;
		line-height:50px;
	}

}

@media only screen and (min-width: 600px) {
	nav {
		height:100px;
	}

	.footer-top {
		height:30px;
		line-height:30px;
	}
}

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

#navsup {
	height:66px;
	max-width:1225px;
	margin:0 auto;
	position:relative;
}

#navsup .rightzone {
	position:absolute;
	top:0;
	right:10px;
	font-size:0.8em;
	height:1em;
	line-height:1.5em;
}

#navsup .rightzone li {
	cursor:pointer;
	height:1em;
	line-height:1em;	
}

#navsup .rightzone li i.fa {
	color:rgba(117,117,117,0.7);
	line-height:1em;
	height:1em;
}

#navsup .rightzone li:hover i.fa {
	color:rgba(117,117,117,1);
}


#navinf {
	height:33px;
	line-height:33px;
	max-width:1225px;
	margin:0 auto;
}

#navinf li {
	margin-right:20px;
	font-size:0.9em;
}

#navinf li  i.fa{
	font-size:1.3em;
}

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

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


.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: 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 ****/
