#html, body {
padding-top: 80px;
	right : 0;
	bottom : 0;
	left : 0;
	width: 100%;
	height : auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	color:#FFFFFF;
	display:inline-block;
	background-color:#01040D;
	font-family: Arial;
	background-repeat:no-repeat;
	background-position:top;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
	text-align:left;
}


.card {
	margin-bottom: 20px;
	margin-top: 2%;
	border-radius: 5px;
	height:auto;
	width:100%;
}
.card img{
width:100%;
  
}

.slocan {
	position: relative;
	background-color: #1C1C1C;
	display: inline-block;
	width: 100%;
	text-align: center;
	height: auto;
	margin-bottom: 0px;
	padding-top: 0%;
	margin-top: 0px;
	padding-bottom: 5%;
	padding-left: 0%;
	padding-right: 0%;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;

}
.retour {
	position: relative;
	background-color: #1C1C1C;
	display: inline-block;
	width: 100%;
	text-align: center;
	height: auto;
	margin-bottom: 0px;
	padding-top: 2%;
	margin-top: 0px;
	padding-bottom: 2%;
	padding-left: 0%;
	padding-right: 0%;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;

}
h1 {
font-weight: normal;}
.btnbar {
	position: relative;
	background-color:#000000;
	display: inline-block;
	width: 100%;
	text-align: right;
	height: auto;
	margin-bottom: 0%;
	padding-top: 0%;
	margin-top: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	padding-right: 0%;
	margin-right: auto;
	margin-left: auto;
}




 .col{
	width:100%;
	padding-left:0%;
	padding-right:0%;
	text-align:left;
	color:#FFFFFF;
}
.ptxt3a2 {
	width: 88%;
	font-family: 'Dancing Script', cursive;
	font-size: 3em;
	text-align: left;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	padding-top: 0%;
	padding-bottom: 3%;
	padding-left: 6%;
	padding-right: 6%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 0%;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 0%;
}
::-webkit-scrollbar {
    height: 112px;
	width: 8px;
	background: #1C1C1C;
    }
::-webkit-scrollbar-thumb {
    background: #018390;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
		border-radius: 25px;
}
::-webkit-scrollbar-corner {
    background: #1C1C1C;
}
