.bt_menu {

	margin: 10px 0px;
	background-color: #F4F4F4;
}

.bt_menu ul {
	
	display: flex;
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding: 0px;
}

.bt_menu ul li {
	
	margin: 0px;
	padding: 0px;

	white-space: nowrap;
	box-sizing: border-box;
/* 	min-width: 120px; */
	border-right: 1px solid #ccc;
	text-align: center;
}
.bt_content .bt_line .list
.bt_menu ul li:not(.first):hover {
	background-color: #4BC3A1;
	cursor: pointer;
	color : white;
}

.bt_menu ul li {
	color : #242424;
	min-height: 33px;
	position: relative;
}

.bt_menu ul li a.selected,
.bt_menu ul li.selected,
.bt_menu ul li.selected a {
	background-color: #40a88b;
	color : white;
}

.bt_menu ul li a,
.bt_menu ul li {
	padding: 0px;
	background-color: #F4F4F4;
	line-height: 33px;
}

.bt_menu ul li a {
	padding: 7px 41px;
	text-align: center;
}

.bt_menu ul li.first {
	padding: 0px 41px; 
}

.bt_menu ul > li:hover > a,
.bt_menu ul > li a:hover {
	background-color: #4BC3A1;
	color : white;
	text-decoration: none !important;
}

.bt_menu ul.sub-menu {
	
	margin: 0px;
	padding: 0px;
	display: none;
	position: relative;
	position: absolute;
	top : 33px;
	left: 0px;
/* 	display: block; */
	z-index: 900;
}

.bt_menu ul.sub-menu li {
	padding: 0px;
	text-align: left;
}

.bt_menu a:active {
	color : #242424;
}

.bt_menu ul.sub-menu li a {
/* 	color: #242424; */
}

.bt_menu ul.sub-menu li:hover {
	background-color: #4BC3A1;
}

.bt_menu ul.sub-menu li:hover a {
	color : white;
}

.bt_menu ul > li:hover ul.sub-menu {
	display: block;
}


.bt_menu ul li ul li {
	
	margin: 0px;
	padding: 0px;
}

.bt_menu ul li ul li a {	
	margin: 0px;
}

/* Content */



.bt_content p {
	margin: 0px;
	padding: 0px;
}

.bt_small {
	font-size : 0.8em;
}


.bt_content.container {
	max-width: 100% !important;
	padding: 0px;
}


.bt_content {
	background-color: #fff;
	border: 4px solid #dedede;
}

.bt_content .bt_line {
	border-bottom: 1px solid #BABABA;	
}



.bt_content .bt_line:nth-child(even) {
	background-color: #f7f7f7;
}


.bt_content .bt_line:last-of-type {
	border-bottom-width: 0px;
}

.bt_content .bt_line .bt_top,
.bt_content .bt_line .bt_bottom {
	padding-left: 15px;
	padding-right: 15px;
}

.bt_content .bt_line .bt_top {
	border-bottom: 0px solid #BABABA;
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
}

.bt_content .bt_line .bt_button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
    position: absolute;
    bottom: 0px;
    margin: 0px -25px;
}

.bt_content .bt_line .bt_button a {
	background-color: #bababa;
	color : white;
	text-align: center;
	border-radius: 15px 15px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 15px;
	font-size: 0.9em;
}

.bt_content .bt_line.opened .bt_top {
	border-bottom-style: dashed;
	border-width: 1px;
	border-color: #BABABA;
}

.bt_content .bt_line .bt_button .opened {
	display: none;	
}

.bt_content .bt_line .bt_button .closed {
	display: block;
}


.bt_content .bt_line.opened .bt_button .opened {
	display: block;
}


.bt_content .bt_line.opened .bt_button .closed {
	display: none;
}

.bt_content .bt_line .bt_bottom {
	display: none;
}

.bt_content .bt_line .bt_button h3 {
	font-size: 1em;
	font-weight: bold;
}

.bt_content .bt_line.opened .bt_bottom {
	border-bottom: 4px solid #dedede;
	display: flex;
}

.bt_content .bt_no_result {
	text-align: center;
	padding: 20px;
	font-size: 1.8em;
	color : #dedede;
	display: none;
}

.bt_content .bt_line .title_container,
.bt_content .bt_line .image,
.bt_content .bt_line .list,
.bt_content .bt_line .bt_cta_container,
.bt_content .bt_bottom .image,
.bt_content .bt_bottom .post_content,
.fx-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.bt_content .bt_line .bt_bottom {
	
}


.bt_content .bt_special_bonus {
	background-color: #E72F58;
	color : white;
	text-transform: uppercase;
    font-size: 0.7em;
    font-weight: bold;
    padding: 5px 10px 3px;

	margin: 0px;
	position: absolute;
	top : 0px;
	left : 15px;
}

.bt_content .bt_line .image {
	padding-top: 25px;
	padding-bottom: 25px;
	
}

.bt_content .bt_line .image img {
	width: 100%;
	height: auto;
}

.bt_content .bt_line .title_container {
	
}

.bt_content .bt_line .title_container .title {
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding-bottom: 10px;
	color : #464646;
	font-weight: bold;
	max-width : 300px;
}

.bt_content .bt_line .title_container p {
	color : #bababa;
	font-size : 0.7em;
	margin: 0px;
}

.bt_content .bt_line .title_container .sub {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.bt_content .bt_line .interrogation {
	font-size: 10px;
    position: relative;
    top: 2px;
    color : white;
    background-color: #BABABA;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    float : left;
    position: relative;
    top : -1px;
    margin-left: 10px;
}

.bt_warning {
	background-color : #464646;
	color : white;
    font-weight: 200;
    padding: 3px 5px 1px;
   	margin-right: 10px;
	border-radius: 2px;
}

.bt_content .bt_line .list {
	padding-right: 0px;
    padding-left: 20px;
}

.bt_content .bt_line .list ul {
	margin: 0px;
	list-style : none;
	margin: 0px;
	padding: 0px;
}

.bt_content .bt_line .list ul li {
	padding-left: 30px;
	background: url('../images/puce_list.png') no-repeat top left;
	line-height: 20px;
	margin-bottom: 10px;
	color : #707070;
	font-size: 0.9em;
	text-align: left;
}


.bt_content .bt_line .list ul li .text-danger {
	color : #E73059;
	font-weight: bold;
}

.bt_content .bt_line .bt_cta_container {
	
}

.bt_content .bt_line .bt_cta_container p {
	text-align: center;
	color : #4BC3A1;
	font-weight: bold;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
}


.bt_content .bt_bottom .image,
.bt_content .bt_bottom .post_content {
	padding-top: 20px;
	padding-bottom: 20px;
}


.bt_content .bt_bottom .image {
	text-align: center;
}

.bt_content .bt_bottom .image p {
	text-align: center;
}

.bt_content .bt_bottom h2, 
.bt_content .bt_bottom h3 {
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.bt_content .bt_bottom .post_content {
}

@media screen and (min-width : 768px) {
	.hidden-desktop {
		display: none !important;
	}
}

@media screen and (max-width : 767px) {
	.bt_content .bt_line {
		text-align: center;
		border-width: 1px;
	}
	
	.bt_content .bt_line .title_container .title {
		text-align: center;
		font-size: 1.75em;
		line-height: 1.17em;
		color : #464646;
		max-width: 100%;
	}
	
	.bt_content .bt_line .title_container .bt_special_bonus {
		position: static;
		color : white;
		font-size : 1em;	
		width: 214px;
	    text-align: center;
	    margin: 0 auto;
	    margin-bottom: 20px;
	    font-size: 1em;
	    color: white;
	}
	
	.bt_content .cta-wrapper {
		margin: 0px;
	}
	
	.bt_content .bt_line .title_container .sub {
		justify-content: center;
	    margin-bottom: 30px;
		margin-top: 10px;
	}
	
	.bt_content .bt_line .list {
		align-items: center;
	}
	
	.bt_content .bt_line .bt_cta_container {
		margin-bottom: 20px;
	}
	
	.bt_content .bt_line .bt_top {
		padding-bottom: 40px;
	}
	
	.bt_content .bt_line .bt_cta_container .cta-wrapper #cta a {
		padding: 24px 31px;
		min-width: 230px;
		font-size : 19px;
	}
	
	.bt_content .bt_line .image img {
	    width: min-content;
	    height: auto;
/* 	    min-width: 200px; */
	    margin: 0 auto;
	    max-width: 100%;
/* 	    max-width: 150px; */
	}

}

.bt_content .bt_line .bt_cta_container .cta-wrapper #cta a {
	padding: 20px 10px;
	font-size : 19px;
}

.bt_line .cta-wrapper {
	margin: 10px 0px;
}

.bt_line .bt_cta_container p {
/* 	height: 0px !important; */
	padding: 0px !important;
	margin: 0px;
}

@media screen and (max-width : 767px) {
	.bookmaker_header tbody .cta-wrapper {
		margin-top: 0px !important;
	}
	
	.bookmaker_header tbody .cta-wrapper p {
		height: 0px !important;
		padding: 0px;
		margin: 0px;
	}
	
	.bt_content .bt_line .bt_button {
		margin : 0px -15px;
	}
}

@media screen and (min-width : 1600px) {
	.bt_content .bt_line .bt_cta_container .cta-wrapper #cta a {
		min-width: 220px;
	}
}
@media screen and (min-width : 1050px) and (max-width : 1190px) {
	.bt_content .bt_line .bt_cta_container .cta-wrapper #cta a {
		min-width: 220px;
	}
}

header div.header-wrap table tbody tr:nth-child(2) td hr {
	border-width: 2px;
	border-color : #4C6395;
	margin : 5px 25px;
}


header div.header-wrap table thead tr th {
	background-color: #ffffff !important;
}

.bookmaker_header thead th img {
	max-height : 60px;
}

.bookmaker_header .title {
	font-size: 1.25em; text-transform: uppercase; color: #4c6395; font-weight: bold;
	line-height :1.25em;
}

.bookmaker_header .subtitle {
	font-size: 16px;
	color: #797979;
	font-weight: normal;
}

.bookmaker_header .offer {
	font-size: 1.25em; color: #4c6395; font-weight: bold;
}
