@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
    background: #f1f1f1;
    color: #26292d;
    font-family: 'Open Sans', sans-serif;
    background-attachment: fixed;
}

a {
    color: #2396f7;
    transition: all ease 1s;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #2396f7;
}

a:focus {
    text-decoration: none;
}

a.btn{
	background:#67b686;
	border:1px solid #67b686;
}

img {
    display: inline-block !important;
    max-width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 15px 0 5px;
    font-weight: 700;
    font-size: 18px;
    color: #26292d;
    text-transform: uppercase;
}

.h1, h1 {
    font-size: 20px;
}

header {
    margin-bottom: 30px;
    background: #1c1c1c;
}

header .logo img {
    display: inline-block;
}

header .logo {
	padding-top: 15px;
    padding-bottom: 5px;
}

.main-nav ul.navbar_inner {
    background: #fff;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.33);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.main-nav ul.navbar_inner li {
    border: none;
    margin: 0;
    border-left: 1px solid #8ED2C9;
    padding: 10px;
}

.main-nav ul.navbar_inner li a {
    padding: 10px;
}

#hoverins{
	background: #f8f8f8;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%);
	margin-bottom: 10px;
}

#hoverins img{
	min-height:230px;
}

#stars{
	padding:10px 0;
	color:#67b686;
}

#belowbg{
	box-shadow: 0px -1px 0 0px #dddee1;
	background: #fff;
	padding: 20px 0;
}

#toplstbns{
	font-weight: 700;
}

#toplstbns span{
	color: #67b686;
	font-size: 20px;
}

#sidenavi {
    background: none;
    border: 0 none;
    box-shadow: none;
}

#sidenavi h3 {
}

#sidenavi ul li {
    float: none;
    background: #1c1c1c;
    margin-bottom: 5px;
    padding: 10px 20px;
}

#sidenavi ul li a {
    padding: 5px 0;
    color: #ffffff !important;
    text-decoration: none;
}

#sidenavi ul li a:hover{
	color:#67b686 !important;
}

footer {
    padding: 0 0 30px 0;
    background: #373b40;
    color: #fff;
}

footer .copyright {
    padding: 15px 60px 15px 15px;
    box-shadow: 0 3px 1px rgb(0 0 0 / 22%);
    position: relative;
    border-radius: 0 0 5px 5px;
}

footer .copyright a {
    color: #fff;
    text-decoration: underline;
}

.casinoenlignefrancorev {
    margin: 20px 0;
    border: 1px solid #fff;
    width: 100%;
    background: #1c1c1c;
}

.casinoenlignefrancorev td,.casinoenlignefrancorev th {
    font-size: 14px;
    padding: 12px 20px
}

.casinoenlignefrancorev td {
    color: #fff;
    border: 1px solid #fff
}

.casinoenlignefrancorev td .icon-img {
    display: inline;
    margin-right: 10px
}

.casinoenlignefrancorev td:first-child {
    font-weight: 500
}

.casinoenlignefrancorev td,.casinoenlignefrancorev th {
    border-bottom: 1px solid #fff;
    padding: 15px
}

.casinoenlignefrancorevpayment:not(:empty):not(:last-child):after {
    content: ", "
}

#itm_box{
	padding-bottom: 20px;
}

#itm_bons{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

#itm_bons span{
	color: #67b686;
	font-size: 30px;
}


ul#bottomftr {
    list-style: none;
    margin-top: 30px;
}

ul#bottomftr li {
    display: inline-block;
	margin-bottom:15px;
}

ul#bottomftr li a {
    text-decoration: none;
    margin: 0 5px;
    background: #040404;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

ul#bottomftr li a:hover {
    opacity: .7;
}

@media (min-width: 769px) {
	
	ul#bottomftr li{
		margin-bottom:0;
	}
}
