@import url('https://fonts.googleapis.com/css?family=Oswald|Poppins');
img {
  display: block;
  border: 2px solid #000000;
  max-height: 500px;
  margin: auto;
  max-width: 100%;
}

.coutellerie_contour_img {
	border-style: outset;
	border-width: 30px 35px 30px 35px;
	-webkit-border-image: url(https://www.prixcanon.fr/ressEbay/bg_camo_1.jpg) 45 45 45 45 round round;
	-moz-border-image: url(https://www.prixcanon.fr/ressEbay/bg_camo_1.jpg) 45 45 45 45 round round;
	border-image: url(https://www.prixcanon.fr/ressEbay/bg_camo_1.jpg) 45 45 45 45 round round;
}
.coutellerie_descr_gradient {
	border: outset;
	border-bottom-color: black;
	border-right-color: black;
	background-color: #d6cd9a;
	background-image: -webkit-linear-gradient(top, #d6cd9a, #999977);
	background-image:    -moz-linear-gradient(top, #d6cd9a, #999977);
	background-image:      -o-linear-gradient(top, #d6cd9a, #999977);
	background-image:         linear-gradient(to bottom, #d6cd9a, #999977);
}

a,
a:hover {
  color: #000;
  text-decoration: none;
}
p { line-height: 1.8em; }
ul { padding: 0; }
ul li { list-style: none; }
h1 { font: 1.6em 'Oswald', sans-serif; }
h2 { font: 1.4em 'Oswald', sans-serif; margin-top: 0px;}
h3,
h4,
h5,
h6 { font: 1.2em 'Oswald', sans-serif; }
#wrapper {
  background: #fff;
  font: 16px 'Poppins', sans-serif;
  margin: auto;
  text-align: justify;
  width: 80%;
}
#header { text-align: center; }
.content-container { padding: 25px 30px; }
.company_logo {
  height: 75px;
  padding: 1rem 0;
}
.logoimg { max-height: 100%; }
.product-container { height: 100%; }
#product-collection { margin: 20px; }
#product-details img { max-width: 100%; }
.tab-content ul { padding-left: 20px; }
.tab-content ul li { list-style-type: disc; }
.tab-content ul li ul { margin-top: 16px; }
.tab-content ul li ul li { list-style-type: circle; }
.tabs,
.imgs {
  position: relative;
  overflow: hidden;
}
.tabs:after,
.imgs:after {
  clear: both;
  content: "";
  display: block;
}
.tabs > li {
  border: 1px solid rgba(68, 68, 68, 0.15);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabs li { margin-bottom: 15px; }
.tabs li > input { display: none; }
.tabs li > label {
  background: #333;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  display: block;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  padding: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.tabs li:last-child > label { border-right-width: 1px; }
[for="tab-3"] + .tab-content ul { margin-top: 15px; }
.tabs .tab-content {
  padding: 1.5em;
  text-align: justify;
}
#wrapper::after {
	color: black;
	background-color: #999977;
	padding-left: 5px;
	padding-right: 5px;
	content: '© PrixCanon';
	float: right;
	font-size: 1em;
	font-weight: bold;
}

@media (max-width: 600px) {
	.product-container > img { max-width: 100%; }
	.tabordion { flex-direction: row !important; }
	.tabordion section label {
	top: 85%;
	width: 100%;
	}
}