.header {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #034673;
}

.header a {
}

.header a:link {
	color: #FFF;
	text-decoration: none;
}

.header a:visited {
	color: #FFF;
	text-decoration: none;
}

.header a:hover {
	color: #FF0;
	text-decoration: none;
}

.header a:active {
	color: #FFF;
	text-decoration: none;
}

.header .logo {
  float: left;
  margin-right: 0px;
  font-size: 32px;
  color: #FFF;
}

.header .icon {
  float: right;
  margin-left: 15px;
  font-size: 16px;
  color: #FFF;
}

.header img {
  width: 40px;
  height: auto;
}

.header .icon a {
  padding-bottom: 4px;
}

.header .icon a:hover {
  border-bottom: 2px solid #FF0;
}

li {
  margin-bottom: 12px;
}

.thumbnail_box {
	margin: 5px;
	border: 1px solid #1691ca;
	border-radius: 12px;
	padding: 5px;
	display: table;
	float: left;
	width: 182px;
	text-align: center;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.thumbnail_image {
	width: 100%;
	margin-bottom: 10px;
}

.thumbnail_description {
	padding: 5px;
	background-color: #c8edff;
	color: #000;
	border-radius: 6px;
	height: 55px;
}

.thumbnail_add_to_cart {
	margin-top: 5px;
	background-color: #004b5b;
	color: #FFF;
	border-radius: 6px;
}

.thumbnail_add_to_cart a {
	display: block;
	padding: 5px;
}

.thumbnail_add_to_cart a:link {
	color: #FFF;
	text-decoration: none;
}

.thumbnail_add_to_cart a:visited {
	color: #FFF;
	text-decoration: none;
}

.thumbnail_add_to_cart a:hover {
	color: #FF0;
	text-decoration: none;
}

.thumbnail_add_to_cart a:active {
	color: #FFF;
	text-decoration: none;
}

.thumbnail_price {
	margin-top: 10px;
	margin-top: 5px;
	font-weight: normal;
	font-size: 18px;
	color: #333;
}

.wide_screen {
  width: 100%;
  text-align: center;
}

.wide_menu, .wide_footer {
  background-color: #034673;
}

.header-image {
  height: 126px;
  background-image: url('../_r_images/common/header-denis-rancourt.png');
  background-size: 1920px 126px;
}

.home_image {
  width: calc(100% / 3.5);
}

.pdf_box hr {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
  color: #000;
  background-color: #000;
  height: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
} 

.pdf_box {
	width: 80%; 
	margin-left: auto; 
	margin-right: auto; 
	border: 2px solid black;
	border-bottom: 0;
}

.view_download_header {
	font-size: 18px;
	background-color: yellow;
	padding: 12px;
	border: 2px solid red;
	text-align: center;
	margin-top: 15px;
}