/*FONTS*/

/*SPACE MONO*/
/* latin-ext */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacemono/v6/i7dPIFZifjKcF5UAWdDRYE98RXi4EwSsbg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacemono/v6/i7dPIFZifjKcF5UAWdDRYEF8RXi4EwQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*MICHROMA*/
/* latin */
@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/michroma/v11/PN_zRfy9qWD8fEagAPg9pTn5_PDb.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
	background: white url(img/bg-CPTB.jpg) no-repeat;
	background-size: cover;
	color: #333;
}

#bg-image {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -999;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.visu-fusil-tchekhov img{
	width:75%;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}

.encart {
	max-width: 1024px;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	word-wrap: break-word;

}

.logo {
	margin: 0 auto;
	max-width: 650px;
	/*height: 165px;*/
	padding: 10px;
	/*background-color: rgba(255,255,255,0.8);*/
	vertical-align: middle;
}

.logo img {
	max-width: 380px;
	width: 100%;
}


.message {
	margin: 20px;
}

h1 {
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 50px;
	margin: 0;
}

h2 {
	font-family: 'Michroma',sans-serif;
	font-weight: bold;
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 0;
	color:#5a0707;
}

h3 {
	font-family: 'Space Mono', serif;
	font-weight: normal;
	font-size: 20px;
	margin: 13px 0 0 0;
}

p {
	font-family: 'Space Mono', serif;
	font-size: 1.4em;
	color: #666;
}

a {
	color: #5a0707;
}

a:hover,
i:hover {
	color: #999;
}

i {
	font-size: 40px !important;
	color: #5a0707;
}

.visu-digipack{
	display: inline;
	width: 100%;
	text-align: center;
}
.visu-digipack .digi{
	display: inline-block;
	width: 46%;
	margin: 10px 15px;
}

.order_btn{
	margin-top: 25px;
}
.btn_order{
	font-family: 'Space Mono', serif;
	font-size: 1em;
	background-color: #5a0707;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin-top: 10px;
	letter-spacing: 3px;
	line-height: 44px;
}


.btn_order:hover {
	background-color: #861010;
	color: #fff;
	text-decoration: none;
}

.social-link{
	margin-top: 60px;
}

.social_btn {
	max-width: 40px;
	margin: 15px;
}

.copyright{
	margin-top: 40px;
	font-family: 'Helvetica', 'Open sans', 'Arial', sans-serif;
	font-size: 0.7em;
	color: #333;
	bottom: 0;
	position: relative;
}

@media screen and (max-width:800px){
	.visu-fusil-tchekhov img{
		width:100%;
	}
	.visu-digipack .digi{
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width:470px){
	.btn_order{
		font-size: 0.56em;
	}
}