/* ############################################ 
	HEADER 
############################################ */
header {
	margin-bottom: 32px;
	padding-top: 0;
}

header.no-banner {
	padding-top: 32px;
}

header .banner {
	width: calc(100% + 16px);
	margin-left: -8px;
	margin-right: -8px;
	font-size: 0;
}

header .banner picture {
	width: 100%;
	height: auto;
}


header .banner img {
	width: 100%;
	height: auto;
}

header .bottom {
	padding: 8px 0 0 100px;
	position: relative;
}

header .visuel {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 90px;
	border-radius: 16px;
	border: solid 2px #041129;
	position: absolute;
	left: 0;
	top: -24px;
}

header.no-banner .visuel {
	top: 0;
}

header .visuel img {
	width: 90px;
	height: 90px;
	border-radius: 4px;
}

header .right {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

header .right h1 {
	font-size: 22px;
	color: #e3eaf9;
}

header .note-casino i {
	font-size:20px !important;
}

header .center{
	text-align: center;
}

@media screen and (min-width: 1085px) {
	
	#breadcrumbs {
		left: 16px;
		top: 16px;
	}

	header .banner {
		box-shadow: 0 1px 2px rgba(0,0,0,.25);
		margin-left: 0;
		margin-right: 0;
		margin-top: 8px;
		width: 100%;
		border-radius: 10px;
		overflow: hidden;
		height: 160px;
		display: flex;
		align-items: center;
	}
	
	header .bottom {
		padding-left: 108px;
	}
	
	header .visuel {
		left: 8px;
	}
}

/* ############################################ 
	THE-CONTENT 
############################################ */
section.the-content .top-bonus {
	margin: -16px -16px 17px -16px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
	padding: 16px;
	position: relative;
	color:#fff;
}

section.the-content .top-bonus .bg {
	background-color: #05183a;
/*	background: url("../img/bg-cta-content.svg") no-repeat center center;
	background-size: 100% 100%;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    border-radius: 10px;
	z-index: 21;
}

section.the-content .top-bonus div.title {
	text-transform: uppercase;
	font-size: 20px;
    font-weight: 200;
}

section.the-content .top-bonus div:not(.bg) {
	position: relative;
	z-index: 22;
}

section.the-content .top-bonus div.offer p {
	margin-top: 8px;
	margin-bottom: 32px;
	text-align: center;
}


section.the-content .top-bonus div.offer p,
section.the-content .top-bonus div.offer p * {
	font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
}

section.the-content .top-bonus div.offer p i {
	color: #ff2727;
	font-style: normal;
}

section.the-content .top-bonus div.center span {
	margin: 0 0 30px;
}

section.the-content .top-bonus .tnc-text p {
	color: #839cc7 !important;
}

section.the-content .top-bonus .tnc-text span.ljo {
	color: #839cc7 !important;
	text-decoration: underline;
}

section.the-content .pros-cons .pros .title,
section.the-content .pros-cons .cons .title {
	text-align: center;
	color: #02B33B;
	text-transform: uppercase;
	padding: 4px;
	border-bottom: solid 2px #02B33B;
	font-weight: 900;
	font-size: 18px;
}

section.the-content .pros-cons .cons .title {
	border-bottom: solid 2px #F12122;
	color: #F12122;
}

@media screen and (min-width: 660px) {
	
	section.the-content .pros-cons {
		display: table;
		width: 100%;
	}
	
	section.the-content .pros-cons .pros,
	section.the-content .pros-cons .cons {
		width: calc(50% - 8px);
		float: left;
		margin-right: 8px;
	}
	
	section.the-content .pros-cons .cons {
		float: right;
		margin-right: 0;
		margin-left: 8px;
	}
}

section.the-content .conclusion {
	margin-top: 32px;
	background-image: linear-gradient(-135deg, #5E5E8F 0%, #303056 100%);
	margin-left: -16px;
	margin-right: -16px;
	padding: 16px;
	position: relative;
	border-radius: 10px;
}

section.the-content .conclusion h2,
section.the-content .conclusion p,
section.the-content .conclusion .note-casino span {
	color: #fff;
}

section.the-content .conclusion .note-casino {
	position: absolute;
	right: 16px;
	top: 16px;
}

section.the-content .conclusion .note-casino span {
	font-size: 10px;
	font-weight: 300;
}

section.the-content .pros-cons ul {
	padding-left: 23px;
}

section.the-content .pros-cons li {
	list-style: none;
}

section.the-content .pros-cons li::before {
	font-family: 'Material Icons';
    content: "add_circle";
	color: #02B33B;
	display: inline-block;
	margin-left: -24px;
	margin-right: 8px;
	vertical-align: middle;
}

section.the-content .pros-cons .cons li::before {
    content: "remove_circle";
	color: #F12122;
}

section.the-content .softwares {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

section.the-content .softwares .title {
	width: 100%;
	margin: 32px 0 16px 0;
	font-weight: 700;
	color: #fff;
}

section.the-content .softwares img {
   max-width: 45px;
   max-height: 25px;
   height: auto;
   width: auto;
   margin-right: 16px;
   margin-bottom: 16px;
}

section.the-content .softwares .count {
	color: #fff;
	margin-right: 16px;
	margin-bottom: 16px;
}

section.the-content .content {
	margin-top: 32px;
}

section.the-content p.container-cta {
	text-align: center;
	margin: 20px 0;
}

section.the-content p.container-cta .btn-cta {
	background: #1556CD;
	padding: 8px 16px 6px 16px;
}

/* ############################################ 
	BONUS 
############################################ */
section.bonus .box {
	background-color:#05183a;
	position: relative;
	padding: 16px 16px 8px 16px;
	margin-bottom: 4px;
	color: #fff;
}

section.bonus .box a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #fff;
}

section.bonus .box .left {
	display: inline-block;
	text-align: center;
	font-size: 50px;
    padding-top: 10px;
}

section.bonus .box .left img {
	width: 40px !important;
	height: 40px !important;
}

section.bonus .box .right {
	display: inline-block;
	width: calc(100% - 80px);
	padding-left: 8px;
	padding-right: 32px;
	max-width: 80%;
}

section.bonus .box .right .title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 200;
	margin-top: 2px;
}

section.bonus .box .right p {
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 700;
}

section.bonus .box .right p i {
	color: #e60f46;
	font-style: normal;
}


/* ############################################ 
	NAVIGATION 
############################################ */
section.navigation .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section.navigation .container span * {
	color: #0CA9E7;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	font-weight: 700;
}

section.navigation .container span i {
	font-size: 16px;
}

section.navigation .container span:active * {
	color: #000;
}

/* ############################################ 
	INFO-TABLE 
############################################ */
section.info-table .line {
	border-bottom: solid 1px #ddd;
	margin: 8px;
	padding: 8px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

section.info-table .line:last-child {
	border-bottom: none; 
}

section.info-table .line .title {
	display: inline-block;
	width: 90px;
	font-weight: 700;
	text-align: right;
	font-size: 14px;
}

section.info-table .line .info {
	display: inline-block;
	width: calc(100% - 90px);
	padding-left: 8px;
	font-size: 14px;
}