/*
font-family: 'Roboto', sans-serif;

-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;

@media (max-width: 500px) {}

background:url(../images/slide-page.jpg) top center repeat;

<div class="container">
    <div class="row">
        <div class="col-sm-12"></div>
    </div>
</div>

.scrollup {
	width: 40px;
	height: 40px;
    border-radius: 50%;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	color: white;
	background-color: #a9acbb;
	font-size: 20px;
	text-align: center;
	line-height: 37px;
	
}

.scrollup:hover {
	color: white;
	background-color: #353441;
}

*/
body {
    font-family: 'Roboto', sans-serif!important;
}

a {}

a:hover {
	text-decoration: none;
}

h1 {
    font-weight: 800!important;
    font-size: 30px!important;
}

h2 {font-size: 25px!important;}

h3 {font-size: 20px!important;}

h4 {}

p {}

p a {}

p a:hover {}

blockquote {}

hr {}

.center-login {
    text-align: center;
    margin-top: 35px;
}

.form-text text-muted {
    padding-top: 20px;
}

.clear {
    clear: both;
    height: 20px;
}

.thead-dark {
    background-color: #727272;
    color: #fff;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px!important;
    line-height: 2.428571!important;
    vertical-align: top!important;
    border-top: 1px solid #ddd!important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f3f0f0!important;
}

.colo {
    width: 300px!important;
}

.scrollup {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  color: white;
  background-color: #e20030;
  font-size: 20px;
  text-align: center;
  line-height: 37px;
}

.scrollup:hover {
  color: white;
  background-color: #000;
}


.navbar-brand {
    float: left;
    height: 50px;
    padding: 6px 15px!important;
    font-size: 18px;
    line-height: 20px;
}

.titre {
    color:#e20030; 
    margin-right:20px;}

button.men {
    background: transparent!important;
    border: 0px;
    margin-top: 15px;
    text-align: left;
}

.ri {
    text-align: right!important;
    background-color: #dadada!important;
    color: #666!important;
    padding: 12px 22px!important;
}

.sli a {
    color: #666!important;
}

.glyphicon-camera:before {
    color: #e20030!important;
}

.navbar-default {
    background-color: #f2f1f1!important;
}