/*
 *  Style pour affichage mobile
 *  02/2017 - Swisscad
*/

body {
    background-color: #ffffff;
    font-family: "Muli", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 20px;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 900px) {
    .container{
        max-width: 900px;
    }
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 40px;
}

h3 {
	color: #95a5a6;
	font-weight: 400;
}
h4 {
	color: #000;
	font-weight: 400;
	font-size: 16px;
}
title {
    line-height: 1.1;
	color: #000;
	font-weight: 400;
	font-size: 32px;
    display: inline-block;
    margin-bottom: 13px;
}

/* Paragraph & Typographic */
p {
    margin-bottom: 3px;
    font-weight: 400;
    margin: 0 0 10px;
}
.bottom-column
{
    float: none;
    display: table-cell;
    vertical-align: bottom;
}
.centered {
    text-align: center;
}
.RRderniere {
    text-align: center;
	background-color: #9d110c;
	color: #fff;
}
.derniere {
line-height: 1.7em;
font-size: 1.6em;
display: inline;
color: #fff;
}
.derniere span {
padding: 0.2em;
padding-left: 0.6em;
padding-right: 0.6em;
box-shadow: 0.2em 0 0 rgba(#fff,0.7), -0.2em 0 0 rgba(#fff,0.7);
background-color: #9d110c;
background-color: rgba(#fff,0.7);
}    
table{
        padding-left: 0.6em;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 0px;
  line-height: 1.8;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
  color: #555;
  font-family: "Muli", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
}




/* Links */
a {
    word-wrap: break-word;
    color: #555;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
  line-height: 1.8;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-default {
	background-color: #ffffff;
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
}

/* Helpers */

.mt {
	margin-top: 40px;
}
.mt1 {
	margin-top: 20px;
}

.mt2 {
	margin-top: 80px;
}
.form-control {
	height: 142px;
	font-size: 18px;
	width: 280px;
}

i {
	margin: 8px;
	color: #3498db; 
}
.ul{
}



