* {
	margin: 0;
	padding: 0;
}
body {
	padding: 10px;
	background: #eaeaea;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #333333;
}
a{
	color: #17a2b8;
}
.container {
	width: 800px;
	height: auto;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin: auto;
	text-align: left;
}
.header {
	padding: 10px;
	height: 100px;	
}
.main_title {
	background: #cccccc;
	color: #ffffff;
	padding: 10px;
	font-size: 20px;
	line-height: 20px;
}
.content {
	min-height: 100px;
}
.footer {
	padding: 10px;
	text-align: right;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/* items ******************/
#loader {
	text-align: center;
	display: none;
}
#items { 
	list-style: none; 
	text-align: left; 
	padding:0;
}

#items ul { 
	margin: 0;
}

#items li { 
	padding: 5px;
	margin: 0 0 10px 0;
	background: #f1f0f0;
	border: 1px solid #999999;
	border-radius: 5px;
	color: #333333;
}
#items li h2 {    
	font-size: 18px;
	padding: 5px;
}
#items li img {
	width: 20%;
	height: 20%;
	padding: 5px;
}
#items li p {
	padding: 5px;
}

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

.nav-link {
	color:#ffffff;
}

/* Menu plus gros sur téléphone */ 
@media (max-width: 600px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    font-size: 20px;
	line-height:2;
  }
}

#TitreMenuPrincipal, #navbardrop {
	color: #ffffff;
}

#sousTitreMenuPrincipal{
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 450px}

/* Set gray background color and 100% height */
.sidenav {
  padding-top: 20px;
  background-color: #f1f1f1;
  height: 100%;
}

.sidenav_adapt {
  padding: 5px;
  background-color: #f1f1f1;
}

/* Set black background color, white text and some padding */
footer {
  background-color: #555;
  color: white;
  padding: 15px;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
  .sidenav {
	height: auto;
	padding: 15px;
  }
  .row.content {height:auto;} 
}

.img-titre {
    display: block;
    margin-left: auto;
    margin-right: auto;	
}	

a#cRetour{
  border-radius:3px;
  padding:10px;
  font-size:15px;
  text-align:center;
  color:#fff;
  background:#17a2b8;
  position:fixed;
  right:20px;
  opacity:1;
  z-index:99999;
  transition:all ease-in 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
a#cRetour:before{ content: "\25b2"; }
a#cRetour:hover{
  background:#114DFF;
  transition:all ease-in 0.2s;
}
a#cRetour.cInvisible{
  bottom:-35px;
  opacity:0;
  transition:all ease-in 0.5s;
}

a#cRetour.cVisible{
  bottom:20px;
  opacity:1;
}

#valeur {
	width: 100%; 
}