/* New CSS */

/* HIDE THIS */
#footer,
div#ezwt,
.menu_principal,
.block_contact,
.picto_sociaux,
.page-header-search,
.results_for_bloc,
.lecture-cover { display: none; }





html, body {
	background: none;
	text-align: left;
}

body {
	background-color: #eee;
	font-family: Roboto, Verdana;
    font-size: 13px;
    line-height: 1.4em;;
}

.container {
	/*width: 1170px;*/
}

.section {
	padding: 30px 0;
}

hr {
	height: 0;
	margin-bottom: 1rem;
	margin-top: 1rem;
	box-sizing: content-box;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}

a {
    text-decoration: none;
    color: #000;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
ul {
	list-style-type: none;
}


/* TYPOGRAPHY */
.uppercase {
	text-transform: uppercase;
}
h2 {
    font-family: 'Bree Serif';
    font-size: 24px;
    color: #444;
    margin: 0 0 20px 0;
	position: relative;
}
h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 4px;
}

.page-title {
	border-bottom: 1px solid #ddd;
	clear: both;
	color: #6E749B;
	font-family: 'Bree Serif', sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0 0 10px 0;
}

.page-subtitle {
	color: #666;
    font-size: 18px;
	padding-left: 0;
}

.page-category {
	background: #6E749B;
    border-radius: 16px;
    color: #fff;
    display: inline;
    float: right;
    font-size: 12px;
    margin: 0;
    padding: 2px 10px;
    text-align: center;
}
p.small {
	font-size: 11px;
}
span.category {
    background: #cc091f;
    padding: 2px 5px;
    font-size: 10px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0px;
}
span.category-congress,
span.category-course_programme,
span.category-session,
span.category-session_part {
	background-color: #024d91;
}
span.category-lecture {
	background-color: #81312f;
}
span.category-review,
span.category-literature_review {
	background-color: #383538;
}
span.category-pressrelease,
span.category-press_release {
	background-color: #4f758b;
}
span.category-case,
span.category-read_and_react_topic,
span.category-key_topic {
	background-color: #7a4189;
}
span.category-video,
span.category-clinical_video {
	background-color: #3d7acc;
}

.premium-notice {
    background-color: #c79900;
    padding: 2px 5px;
    margin-bottom: 15px;
    font-size: 12px;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
    margin-top: -9px;
}
.notice {
    padding: 2px 5px;
    margin-bottom: 15px;
    font-size: 12px;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
    margin-top: -9px;
}
.notice.premium {
    background-color: #c79900;
}
.notice.freecontent {
    background-color: #41445B;
}

/* BLOCKS */
.session-info {
    background-color: #eee;
    border-radius: 4px;
    margin: 0 0 20px 0;
    padding: 18px 20px 10px 20px;
}


/* HEADER */
.page-header {
	background: url(/extension/europcr_design/design/cardio/images/css/bg-polygons.jpg) no-repeat top center;
	background-size: cover;
	margin: 0;
    padding: 20px 0;
	text-align: center;
}
.site-logo {
	display: block;
	margin: auto;
	max-width: 200px;
}
.site-logo img {
    height: auto;
}
@media (min-width: 570px) {
	.page-header {
		text-align: left;
	}
	.site-logo {
		display: inline-block;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.site-logo {
		max-width: 180px;
	}
}


/* BANNERS */
.banner {
    background-color: #eee;
    border: 1px solid white;
    box-shadow: 0 0px 2px 2px rgba(0,0,0,.1);
    color: #888;
	font-size: 10px;
    line-height: 18px;
	overflow: hidden;
    text-align: left;
}
.banner-top {
    border-radius: 0px 0px 2px 2px;
    display: inline-block;
    padding: 0px 3px 5px 3px;
	margin: -20px -20px 10px;
}
@media (min-width: 570px) {
	.banner-top {
		float: right;
		margin: -20px 0 10px 0;
	}
}

.banner-side {
    border-radius: 2px;
	display: block;
    margin-bottom: 20px;
    padding: 0 0 10px 0;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}


/* FOOTER */
.page-footer {
    background-image: none;
    background-color: #41445B;
    border-top: 1px solid #ddd;
    clear: both;
	color: #fff;
	font-size: 12px;
    margin: 0;
}
.page-footer h4 {
    color: #ddd;
	font-family: 'Bree Serif', sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.page-footer ul {
    list-style-type: square;
    list-style-position: outside;
    margin: 0 0 20px 0;
    padding-left: 14px;
}
.page-footer ul li {
    background: none;
    margin: 0;
}
.page-footer a {
    color: #fff;
}
.page-footer-social {
	background-color: #5C6181;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.page-footer-social .fa {
	font-size: 33px;
    margin-left: 20px;
	margin-top: 17px;
}

.main-content {
    background-color: #FFFFFF;
    padding: 30px 0;
    margin: 0 auto;
    box-shadow: 0 0 1px rgba(0,0,0,.3);
}


/* NAVIGATION */
.navigation {
	background-color: #41445B;
	color: white;
	font-size: 16px;
	width: 100%;
	z-index: 1000;
	font-size: 16px;
	font-family: 'Bree Serif', sans-serif;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
@media (min-width: 768px) and (max-width: 991px) {
	.navigation {
		font-size: 14px;
	}
	.nav>li>a {
		padding: 10px 10px;
	}
}
.navigation .homelink {
	display: none;
}
.navigation.affix {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	top: 0;
}
.navigation.affix .homelink {
	display: inline-block;
}
@media (min-width: 768px) {
	.navigation .container {
		padding-left: 0;
		padding-right: 0;
	}
}
.navigation a {
    color: #eee;
}
.navigation .nav>li>a:focus, .navigation .nav>li>a:hover,
.navigation .nav>li.dropdown.open>a {
    background-color: rgba(204, 9, 31,.7);
}
.navigation .nav>li.premium {
	background-color: #c79900;
}
.navigation .dropdown-menu li {
    margin: 10px 0;
}
.navigation .submenu {

}
.navbar {
	min-height: 40px;
}
.navigation .navbar-right {
	font-family: Roboto;
	margin-right: 0;

	float: right;
	margin: 0 -15px;
	width: calc(100% + 30px);
	border: none;
}
.navigation .navbar-nav {
	clear: both;
}

@media (min-width: 768px) {
	.navigation .navbar-right {
		float: none;
		margin: 0;
		width: auto;
	}

	.navigation .navbar-nav {
		clear: none;
	}
}


@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.dropdown-menu {
    font-family: 'Roboto';
	background-color: rgba(65, 68, 91,.95);
    padding: 15px;
    min-width: 200px;
	border: 1px solid rgba(255,255,255,.5);
	border-top-width: 0;
}
.dropdown-menu .help-block {
	font-size: 10px;
	margin-bottom: 0;
}
.navbar-toggle {
	background-color: white;
}
.navbar-toggle .icon-bar {
	background-color: #333;
}
.navigation .separator {
	background-color: rgba(255,255,255,.1);
}

.navigation .btn-premium {
	margin: 5px;
	padding: 4px 10px;
}

/* DROPDOWN USER */
.dropdown-user .dropdown-toggle {
	padding: 5px 15px;
    line-height: 16px;
    text-align: right;
    min-width: 198px;
}
.dropdown-user .dropdown-toggle .fa-caret-down {
	margin-left: 5px;
}
.dropdown-user .userlevel {
    font-size: 11px;
    line-height: 11px;
    display: block;
    margin-right: 18px;
    margin-top: 2px;
}
.dropdown-user .dropdown-menu {
	right: 0;
	left: 0;
}
.dropdown-user.premium .dropdown-menu {
	background-color: #c79900;
}
.dropdown-user .dropdown-menu li {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    margin: 10px 0;
}


/* NAV HEADER MOBILE */
.navbar-brand {
	padding: 10px;
}
.navbar-brand img {
	display: none;
}
.navigation.affix .navbar-brand img {
	display: inline-block;
	max-height: 30px;
}
.navbar-toggle {
	padding: 10px 9px;
	border-radius: 3px;
}

/* SEARCH BAR */
.topmenu-search {
	margin: 5px 0;
	width: 100%;
	right: initial;
	position: relative;
	min-width: 32px;
	height: 32px;
	float: right;
	overflow: hidden;
	text-shadow: none;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	border-radius: 2px;
}

@media (min-width: 768px) {
	.topmenu-search {
		position: absolute;
		right: 0;
		width: 0%;
		margin: 4px 15px;
	}
}


.topmenu-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	width: 100%;
	height: 32px;
	margin: 0;
	z-index: 10;
	padding: 5px 65px 5px 20px;
	font-family: inherit;
	font-size: 16px;
	color: #333;
	background: #fff;
}
@media (min-width: 768px) {
	.topmenu-search-input {
		background: transparent;
	}
}

.topmenu-search-open .topmenu-search-input {
	background: #fff;
}

.topmenu-search-input::-webkit-input-placeholder {
	color: #ccc;
}

.topmenu-search-input:-moz-placeholder {
	color: #ccc;
}

.topmenu-search-input::-moz-placeholder {
	color: #ccc;
}

.topmenu-search-input:-ms-input-placeholder {
	color: #ccc;
}

.topmenu-icon-search,
.topmenu-search-submit  {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}

.topmenu-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.topmenu-icon-search {
	color: #eee;
	background: rgba(255,255,255,.2);
	z-index: 90;
	font-size: 14px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-shadow: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

/* Open state */
.topmenu-search.topmenu-search-open,
.no-js .topmenu-search {
    position: absolute;
    width: calc(100% - 15px);
}

.topmenu-search.topmenu-search-open .topmenu-icon-search,
.no-js .topmenu-search .topmenu-icon-search {
	background: #cc091f;
	color: #fff;
	z-index: 11;
}

.topmenu-search.topmenu-search-open .topmenu-search-submit,
.no-js .topmenu-search .topmenu-search-submit {
	z-index: 90;
}

.close-search {
    color: #aaa;
    cursor: pointer;
	display: none;
    position: absolute;
    z-index: 200;
    width: 32px;
    height: 32px;
    line-height: 34px;
    right: 32px;
    top: 0;
    text-align: center;
}
.topmenu-search-open .close-search {
	display: inline;
}

#topmenu-mobile-search {
    padding: 10px 15px;
}


/* MAIN MENU */
.main-menu {
	position: relative;
}
@media (min-width: 768px) {
	.main-menu {
		padding-right: 62px;
	}
}


/* IMAGES */
.img-responsive img {
    max-width: 100%;
    height: auto;
}

/* COMMENTS */
.comments {
	background-color: #e4e8ff;
}



/* ELEMENTS */
.chisel:before {
	display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-color: #fff;
    border-width: 0 45px 45px 0;
    content: "";
    position: absolute;
    z-index: 300;
}
.chisel-top-right:before {
    right: -1px;
    top: -1px;
}
.chisel-bottom-right:before {
    right: -1px;
    bottom: -1px;
	transform: rotate(90deg);
}
.chisel-bottom-left:before {
    left: -1px;
    bottom: -1px;
	transform: rotate(180deg);
}
.chisel-top-left:before {
    left: -1px;
    top: -1px;
	transform: rotate(270deg);
}
.sidebar .chisel:before {
    border-width: 0 25px 25px 0;
}


/* POST NAV (PRESS RELEASES) */
.post-nav {
    *zoom:1;margin-top: 16px;
    margin-bottom: 20px
}

.post-nav:before,.post-nav:after {
    display: table;
    content: ""
}

.post-nav:after {
    clear: both
}

.post-nav-banner {
    margin-top: 16px;
    overflow: hidden;
    text-align: center
}

@media (min-width: 600px) {
    .post-nav-banner {
        width:300px;
        float: left
    }
}

.post-nav-banner .banner-left {
    float: left
}

.post-nav-banner .banner-right {
    float: right
}

.post-nav-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

@media (min-width: 600px) {
    .post-nav-links {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .post-nav-links>a {
        border-radius: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 50%
    }
}

.post-nav-links>a {
    display: block;
    color: #fff !important;
    position: relative;
    padding: 20px;
    -webkit-transition: background-color .35s ease;
    transition: background-color .35s ease;
	text-decoration: none;
}

.post-nav-links>a:only-child {
    border-radius: 3px !important;
    margin-top: 0;
    margin-bottom: 0
}

.post-nav-links>a:before {
    content: '\f053';
    display: inline-block;
	font-family: 'FontAwesome';
    font-size: 20px;
    background-color: transparent;
    width: 12px;
    height: 20px;
    margin-top: -10px;
    margin-left: 3px;
    margin-right: 3px;
    position: absolute;
    top: 50%;
    -webkit-transition: left .35s ease,right .35s ease;
    transition: left .35s ease,right .35s ease
}

.post-nav-links>a.post-nav-prev {
    padding-left: 48px;
    text-align: left;
    background-color: #41445b;
    border-radius: 3px 3px 0 0;
    margin-bottom: 2px
}

.post-nav-links>a.post-nav-prev:before {
    left: 16px;
    background-position: -6em 0
}

@media (min-width: 600px) {
    .post-nav-links>a.post-nav-prev {
        margin-right:1px;
        margin-bottom: 0;
        border-radius: 3px 0 0 3px
    }

    .post-nav-links>a.post-nav-prev:hover {
        background-color: #41586b
    }

    .post-nav-links>a.post-nav-prev:hover:before {
        left: 8px;
        background-position: -6em 0
    }
}

.post-nav-links>a.post-nav-next {
    padding-right: 48px;
    text-align: right;
    background-color: #41445b;
    border-radius: 0 0 3px 3px;
    margin-top: 2px
}

.post-nav-links>a.post-nav-next:before {
    content: '\f054';
    right: 16px;
    background-position: -7em 0
}

@media (min-width: 600px) {
    .post-nav-links>a.post-nav-next {
        margin-left:1px;
        margin-top: 0;
        border-radius: 0 3px 3px 0
    }

    .post-nav-links>a.post-nav-next:hover {
        background-color: #54738b
    }

    .post-nav-links>a.post-nav-next:hover:before {
        right: 8px;
        background-position: -7em 0
    }
}

.post-nav-links>a span {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px
}

.post-nav-links>a:hover {
    color: #2878C8
}

.post-nav-links>a:hover:before {
    opacity: 1
}

.post-nav.full {
    display: block;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 996px) {
    .post-nav.full {
        max-width:66.66667%
    }
}

@media (min-width: 600px) {
    .post-nav.full ._post-nav-links {
        *zoom:1;
        margin: 0
    }

    .post-nav.full ._post-nav-links:before,.post-nav.full ._post-nav-links:after {
        display: table;
        content: ""
    }

    .post-nav.full ._post-nav-links:after {
        clear: both
    }

    .post-nav.full ._post-nav-links .post-nav-prev {
        float: left;
        width: 48%
    }

    .post-nav.full ._post-nav-links .post-nav-next {
        float: right;
        width: 48%;
        border: 0
    }
}

/* BREADCRUMBS */
.bread_crumb {
    display: block;
	margin-bottom: 10px;
	padding: 0;
    font-size: 9px;
}


/* PUBLICATION DATE */
.page-publication-date {
    font-size: 11px;
    color: #999;
    margin: 0 0 20px 0;
}


/* SOCIAL SHARE */
.comments-number,
.page-date-and-tags {
	display: inline-block;
    font-size: 11px;
    color: #999;
    line-height: 20px;
    margin-right: 10px;
}
ul.social-short {
	float: right;
	list-style-type: none;
    height: 20px;
    margin-bottom: 10px;
}
.social-short li {
	display: block;
	margin-left: 2px;
	float: left;
}
.social-short li a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: white;
}
.social-short li.icon-comments { background-color: #444;}
.social-short li.icon-email { background-color: #0a88ff;}
.social-short li.icon-facebook { background-color: #306199;}
.social-short li.icon-twitter { background-color: #26c4f1;}
.social-short li.icon-linkedin { background-color: #007bb6;}

.page-share {
	background-color: #eee;
	font-size: 16px;
	margin: 30px 0;
	padding: 10px 15px;
}
.page-share-title {
    color: #6e749b;
	font-family: 'Bree Serif', serif;
	font-size: 18px;
	line-height: 34px;
	text-transform: uppercase;
}


/* INTRODUCTION */
.introduction {
    clear: both;
    font-size: 15px;
}


/* DETAILS */
.details {
	background-color: #eee;
	border-left: 5px solid #6e749b;
	box-shadow: 0 1px 1px 0px rgba(0,0,0,.3);
	font-size: 14px;
	margin: 30px 0;
	padding: 15px;
	position: relative;
}
.details p {
	line-height: 1.4em;
	margin-bottom: 10px;
}
.details p:last-child {
	margin-bottom: 0;
}

/* TAGS */
.content-tag {
    display: inline;
    padding: 2px 5px;
    line-height: 1;
    color: #666;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #e2e2e2;
    border-radius: 2px;
}
.content-tag:hover, .content-tag:active  {
    background-color: #e21c17;
    color: white;
}
.page-tags ul {
    *zoom:1;margin: 0;
    padding: 0;
    list-style: none
}

.page-tags ul:before,.page-tags ul:after {
    display: table;
    content: ""
}

.page-tags ul:after {
    clear: both
}

.page-tags ul>li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px
}

.page-tags ul>li>a {
    border-radius: 2px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    padding: 0 12px;
    line-height: 24px;
    color: #999;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    position: relative
}

.page-tags ul>li>a:hover {
    background-color: #2878C8;
    border-color: #2878C8;
    color: #fff
}



/* ONLINE EDITOR */
.online_editor {
    background: none;
    padding: 0!important;
}
.online_editor p {
	color: #333;
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding: 0;
}
.online_editor .table-responsive,
.online_editor .table-responsive td {
    border: none;
    font-size: 14px;
    padding: 10px
}

.online_editor .table-responsive tr:first-child {
    background-color: #eee
}

.online_editor .table-responsive tr:first-child td,
.online_editor .table-responsive tr:last-child td {
    border-bottom: 2px solid #024d91;
}


.online_editor.supported_topic {
	margin: 30px 0;
}
.banner-topic div[data-google-query-id]:before {
    content: 'Publicité';
    color: #888;
	display: block;
    font-size: 10px;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
}
.banner-topic div[data-google-query-id] {
	text-align: center;
}


h2.with-square {
	clear: both;
	margin-top: 20px;
}
.with-square,
.online_editor h2 {
	padding-left: 20px!important;
}
.with-square:before,
.online_editor h2:before {
    content: ' ';
    width: 10px;
    height: 10px;
    background-color: #ccc;
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 0px;
}
.with-square.premium {
	margin-top: 30px;
}
.with-square.premium:before {
    background-color: #c79900;
}

.online_editor h3 {
	color: #6e749b;
	font-family: 'Bree Serif', serif;
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0 10px 0;
	padding: 0;
}
.online_editor h4 {
	color: #6e749b;
	font-family: 'Bree Serif', serif;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 10px 0;
	padding: 0;
}
.online_editor h5 {
	font-size: 16px;
}
.online_editor h6 {
	font-size: 16px;
}
.online_editor li,
.online_editor td {
	color: #333;
	font-size: 15px;
	line-height: 1.5em;
}


/* HIGHLIGHTS */
.page-footer-highlights {
    background-color: #333;
}
.page-footer-highlights h2 {
    color: #ccc;
}


/* COMMENTS */
#comments {
	margin: 30px 0;
	overflow: hidden;
}
#comments h3 {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#comments .user-avatar {
	position: absolute;
}
#comments .user-comment {
	position: relative;
	margin-left: 80px;
	margin-bottom: 30px;
}
#comments .small {
	margin: 10px 0;
}
.comment {
    clear: both;
	float: left;
    margin: 0 0 10px 0;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	border-bottom: none;
    padding: 0;
	width: 100%;
	min-height: 70px;
}
.comment p {
	color: #666;
	font-size: 100%;
    font-style: normal;
}
.comments-list:before, .comments-list:after,
.comment:before, .comment:after,
.comment-header:before, .comment-header:after,
.comment-content:before, .comment-content:after {
    display: table;
    content: "";
}
.comment-avatar {
    width: 60px;
    height: 70px;
    position: absolute;
    display: block;
    float: left;
    margin-bottom: -16px;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
    -webkit-transition: .35s ease;
    transition: .35s ease;
}
.comment-bubble {
    position: relative;
    margin-left: 80px;
    padding: 5px 10px;
    background-color: #eee;
    border-radius: 2px;
}
.comment-bubble:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 16px;
    right: 100%;
    display: block;
    content: '';
    border-width: 4px 4px 4px 0;
    border-style: solid;
    border-color: transparent #eee transparent transparent;
}
.comment.highlighted .comment-bubble {
	background-color: #dce7f3;
}
.comment.highlighted .comment-bubble:before {
	border-color: transparent #dce7f3 transparent transparent;
}
.comment-header {
    font-size: 12px;
    line-height: 24px;
    color: #aaa;
    margin-bottom: 4px;
}
.comment-after,
.comment-header:after,
.comment-content:after {
    clear: both;
}
.comment-author {
    display: inline-block;
    margin-right: 4px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
	text-transform: capitalize;
}
.comment-content {
    clear: both;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 14px;
    color: #333;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    -webkit-transform-origin: top center;
    transform-origin: top center;
	font-style: normal;
}
@media (min-width: 600px) {
	.comment-avatar {
		width: 60px;
		height: 70px;
	}
	.comment-bubble {
		margin-left: 80px;
		padding: 10px 20px;
	}
	.comment-bubble:before {
		border-width: 8px 8px 8px 0;
	}
	.comment-header {
		font-size: 13px;
	}
	.comment-content {
		font-size: 14px;
	}
}


/* EMBED VIDEO */
.embed-responsive {
	margin-bottom: 20px;
	width: 100%;
}


/* ITEM LISTS */
.media-heading {
    font-size: 16px!important;
	font-weight: bold!important;
}
.media-description {
    font-size: 13px;
}
.media-object {
    max-width: 226px;
}


/* PROGRAMME */
.programme-filters {
	border-radius: 2px;
	margin: 20px 0;
	padding: 20px;
	background: #eee;
}
.programme-filters h4 {
    color: #6E749B;
    font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.programme-filters select {
	margin-bottom: 10px;
}
.programme-days {
	margin-bottom: 20px;
	margin-top: 20px;
}
.day-programme-button {
    margin: 0;
    text-align: center;
    border-radius: 2px;
    padding: 5px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    background-color: #6e749b;
    color: white!important;
}
.day-programme-button.current {
    background-color: #2c2e3e;
}
.day-programme-button.current:after {
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-color: #2c2e3e;
    border-width: 0 25px 25px 0;
    content: "";
    left: calc(50% - 13px);
    position: absolute;
    transform: rotate(135deg);
    z-index: 5;
}
.programme-days-top .day-programme-button.current:after {
    bottom: -5px;
    transform: rotate(135deg);
}
.programme-days-bottom .day-programme-button.current:after {
    top: -5px;
    transform: rotate(315deg);
}


.day-programme-button a {
    color: white;
}
.session-link {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 40px;
}
.session-line {
	clear: both;
	position: relative;
}
.session-line h3 {
    background: none;
    color: #333;
    font-family: bree serif;
    font-weight: normal;
    font-size: 22px;
    padding: 2px 0 10px 0px;
    border-bottom: 1px solid #ddd;
}
.session-line p {
    clear: both;
    background: none;
    min-height: none;
    border-bottom: none;
}
.session-line p span:first-child {
    width: 85%;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    float: right;
    border-bottom: 1px solid #eee;
    line-height: 20px;
    padding: 10px 0;
    color: #777;
}
.session-line p span {
    float: left;
    font-weight: bold;
    color: #6e749b;
    font-family: Roboto;
    font-size: 14px;
    display: block;
    text-align: left;
    line-height: 31px;
    width: 15%;
    padding: 5px 0;
}
.session-line .session-hour {
	position: absolute;
	top: 10px;
	left: 0;
    font-weight: bold;
    color: #6e749b;
    font-size: 14px;
    text-align: left;
    width: 120px;
}
.session-line .session-shortdetails {
    float: left;
    margin-left: 130px;
	text-align: left;
    font-weight: normal;
    font-size: 14px;
	overflow: hidden;
    line-height: 20px;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	width: calc(100% - 130px);
}
.session-line .session-title {
    color: #000;
    font-weight: 400;
    margin-bottom: 3px;
    font-size: 16px;
}
.session-line .session-subtitle {
	color: #777;
	font-size: 14px;
}
.label-video {
	background-color: crimson;
	display: inline-block;
}


/* SESSION */
.session-details {
    background-color: #444;
    color: white;
    font-size: 12px;
}
.session-date {
    padding: 5px 10px;
    display: inline-block;
}
.session-type {
    padding: 5px 10px;
    background-color: #3271ab;
}
@media (min-width: 768px) {
	.session-type {
		display: inline-block;
		float: right;
	}
}
.session-congress {
    display: inline-block;
    padding: 5px 10px;
    float: right;
    background-color: #41445b;
}


/* SESSION PARTS */
.intervention-item {
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	padding: 15px 0;
}
.intervention-item-photo {
	border-radius: 50%;
	width: 64px;
	height: 64px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}
.intervention-item-photo img {
	width: 64px;
	height: auto;
}
.intervention-item-details {
	float: left;
	width: calc(100% - 84px);
}
.intervention-item-info {
	font-size: 14px;
	margin-bottom: 5px;
	color: #666;
}
.intervention-item-title {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.intervention-item-action .fa-caret-right {
    margin-left: 10px;
}


/* READ AND REACT */
.read_react_title {
    font-family: bree serif;
    font-size: 22px;
    font-weight: normal;
    background: none;
    position: relative;
    margin-top: 30px;
    color: #41445b;
    margin-bottom: 10px;
    padding: 5px 0 10px;
    border-bottom: 1px solid #ddd;
}

/* BUTTONS */
.btn,
.btn-goto {
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	font-size: 12px;
	font-family: Roboto, Arial;
	letter-spacing: .7px;
	text-transform: uppercase;
	transition: ease-in .2s;
}
.btn-cardioonline,
.btn-goto {
	background-color: #41445b!important;
	color: white!important;
	font-weight: bold!important;
}
.btn-cardiored{
	background: #cc091f;
}

.color-inverse .btn-cardioonline {
    background-color: white!important;
    color: #41445b!important;
}
.btn-cardioonline:hover {
	background-color: #6E749B;
	color: white;
}
.color-inverse .btn-cardioonline:hover {
    background-color: white;
    color: #41445b!important;
}
.btn-premium {
    background-color: #c79900;
    text-shadow: 1px 1px 1px rgba(0,0,0,.7);
    color: white;
	font-weight: bold;
}
.btn-premium:hover {
    background-color: #ddaa00;
    text-shadow: 1px 1px 1px rgba(0,0,0,.7);
    color: white;
}
.btn-bookmark {
    position: absolute;
    right: 15px;
    background: #41445b;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 22px;
    top: -22px;
    color: white;
    box-shadow: 0 0 0 4px #fff;
    font-size: 20px;
}
.btn-bookmark:hover {
	background-color: #6E749B;
	color: white;
}
.input-group-btn .btn {
    font-size: 14px;
}

/* INFOBOXES */
.box_colore {
    border-left: 5px double white;
    font-family: inherit;
	margin-left: -2px;
}
.box_colore h2 {
    padding: 0 0 0 30px;
	margin-bottom: 10px;
}
.box_colore ul {
    padding: 0 15px;
}


/* HOMEPAGE */
.block {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
/*.height-fixed:after {
    content: '';
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 30px;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}*/

.block h2 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.block .media-heading {
    font-size: 13px!important;
    font-weight: bold;
}
.block .embed-listitem {
    padding: 5px 0;
}
.block .card {
	height: 100%;
}

@media (min-width: 768px) {
	.height-100 { height: 100px; }
	.height-150 { height: 150px; }
	.height-200 { height: 200px; }
	.height-250 { height: 250px; }
	.height-300 { height: 300px; }
	.height-350 { height: 350px; }
	.height-400 { height: 400px; }
	.height-450 { height: 450px; }
	.height-500 { height: 500px; }
	.height-550 { height: 550px; }
	.height-600 { height: 600px; }
	.height-650 { height: 650px; }
	.height-700 { height: 700px; }
	.height-750 { height: 750px; }
	.height-800 { height: 800px; }
	.height-850 { height: 850px; }
	.height-900 { height: 900px; }
	.height-950 { height: 950px; }
}

/* CARDS */
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 2px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	font-size: 13px;
}
.block .card {
    margin-bottom: 0;
}
.bigicon-sfc .card {
    background-image: url(/extension/europcr_design/design/cardio/images/contenu/bigicons/bigicon-sfc-50.png);
    background-repeat: no-repeat;
    background-position: calc(100% + 20px) calc(100% + 20px);
}
.bigicon-email .card {
    background-image: url(/extension/europcr_design/design/cardio/images/contenu/bigicons/bigicon-email-50.png);
    background-repeat: no-repeat;
    background-position: calc(100% + 20px) calc(100% + 50px);
}
.bigicon-premium .card {
    background-image: url(/extension/europcr_design/design/cardio/images/contenu/bigicons/bigicon-premium-50.png);
    background-repeat: no-repeat;
    background-position: calc(100% + 20px) calc(100% + 50px);
}
.no-border .card {
	border: none;
	-webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
}
.no-padding .card {
    background-color: transparent;
}
.card-img-top {
	background-color: #222;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
	border-bottom: 5px solid #c71915
}
.card-img-top img {
	margin: auto;
}
.card-img-overlay {
	color: #fff;
    position: absolute;
    /*top: 0;*/
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 25%, #000 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 25%, #000 100%)
}
.card-img-overlay a {
	color: #fff;
}
.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px 15px 20px;;
	position: relative;
}
.no-padding .card-block {
    padding: 0;
}
.card-category {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 0;
    background: #cc091f;
	margin-bottom: 10px;
    /*position: absolute;*/
    color: white;
    top: -16px;
    text-transform: uppercase;
}
.card-with-image .card-category {
	position: absolute;
}
.card-title {
    margin-bottom: 10px;
	margin-top: 0;
    font-size: 20px;
    font-weight: bold;
	line-height: 1.2em;
}
.card-text {
	margin-bottom: 20px;
}
.card-text p {
    font-size: 14px;
    line-height: 1.5em;
}
.card-text p.small {
	font-size: 11px;
}
.card h4 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
}
.blue .card {
	background-color: #024d91;
}
.red .card {
	background-color: #CC091F;
}
.purple .card {
    background-color: #8589c6;
}
.purple-light .card {
	background-color: #f5f5ff;
}
.blue-light .card {
	background-color: #ebf0fb;
}
.blue .card .card-title,
.red .card .card-title,
.purple.card .card-title {
	color: white;
	padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.blue .card a,
.blue .card p,
.blue .card li,
.blue .card h2,
.blue .card h3,
.blue .card h4,
.red .card a,
.red .card p,
.red .card li,
.red .card h2,
.red .card h3,
.red .card h4,
.purple .card a,
.purple .card p,
.purple .card li,
.purple .card h2,
.purple .card h3,
.purple .card h4 {
	color: white;
}
.card-text li {
    list-style: square outside;
    margin-left: 15px;
    margin-bottom: 5px;
}

.teaser-topnews .card {
    min-height: 250px;
}
.teaser-topnews.color-inverse .card {
    background-color: #000;
}
.teaser-topnews .card-img img {
    width: 100%;
}
.block .teaser-showcase-highlight h4 {
	font-size: 20px!important;
}
.teaser-showcase-highlight .media-left {
	display: block;
    width: 100%;
}
.teaser-showcase-highlight .media-left img {
	max-height: 100%!important;
    max-width: 100%!important;
	margin-bottom: 10px;
}
.teaser-showcase-list .media.embed-listitem .media-object {
    max-height: 60px;
}
.bg-gray .card {
	background-color: #333;
}

.card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    background-color: inherit;
    text-align: right;
    height: 30px;
}
.card-action a {
    font-weight: bold;
    color: #cc0000;
    position: relative;
    text-transform: uppercase;
    bottom: 0;
    padding: 0 25px;
    display: block;
    top: 0;
    text-align: right;
    line-height: 30px;
}
.card-action-premium a {
	color: #c79900;
}
.card-action a:after {
    border-color: transparent transparent #cc0000;
    border-style: solid;
    border-width: 0 0 25px 25px;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 4px;
    position: absolute;
    width: 0;
    bottom: 0;
    right: 0;
    z-index: 250;
}
.card-action-premium a:after {
    border-color: transparent transparent #c79900;
}


/* LISTS */
.media.embed-listitem .publication-date {
    color: #888;
    font-size: 11px;
    margin: 0 0 5px 0;
    padding: 0;
    text-decoration: none!important;
}

/* PAGINATION */
.pagination {
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.pagination .pagination-link, .pagination .pagination-link:hover {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.pagination-item:first-child .pagination-link {
    margin-left: 0;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
}
.pagination-item:first-child .pagination-link, .pagination-item:last-child .pagination-link, .pagination-lg .pagination-item:first-child .pagination-link, .pagination-lg .pagination-item:last-child .pagination-link, .pagination-sm .pagination-item:first-child .pagination-link, .pagination-sm .pagination-item:last-child .pagination-link {
    border-radius: 2px;
}



/* LECTURE */
.lecture-details {
    min-height: 80px;
    font-size: 12px;
    color: #c7c7c7;
    border-radius: 2px;
    width: 100%;
    background-color: #024786;
    display: table;
    overflow: hidden;
	margin-bottom: 20px;
}
.lecture-details a {
	color: white;
    font-weight: bold;
    font-size: 15px;
}
.lecture-speaker {
	padding: 15px;
    display: table-cell;
    background-color: #3271ab;
}
.lecture-speaker img {
	width: 50px;
    height: auto;
    position: relative;
    float: left;
    top: 0;
    margin-right: 15px;
    left: 0;
}
.lecture-speaker p {
	float: left;
}
.lecture-speaker p i {
	font-weight: normal;
}
.lecture-session {
	padding: 15px;
    display: table-cell;
    background-color: #444;
    vertical-align: top;
    text-align: right;
}

#slideplayer .embed-responsive-4by3 {
    padding-bottom: calc(75% + 40px);
}

.lecture-cover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/extension/europcr_design/design/cardio/images/css/premium-bg.png) center center rgba(0,0,0,.5) no-repeat;
	background-size: cover;
}
.lecture-item-photo img {
	max-width: 64px;
	height: auto;
}

.sidebar .col-xs-1, .sidebar .col-xs-2, .sidebar .col-xs-3, .sidebar .col-xs-4, .sidebar .col-xs-5, .sidebar .col-xs-6, .sidebar .col-xs-7, .sidebar .col-xs-8, .sidebar .col-xs-9, .sidebar .col-xs-10, .sidebar .col-xs-11, .sidebar .col-xs-12,
.sidebar .col-sm-1, .sidebar .col-sm-2, .sidebar .col-sm-3, .sidebar .col-sm-4, .sidebar .col-sm-5, .sidebar .col-sm-6, .sidebar .col-sm-7, .sidebar .col-sm-8, .sidebar .col-sm-9, .sidebar .col-sm-10, .sidebar .col-sm-11, .sidebar .col-sm-12,
.sidebar .col-md-1, .sidebar .col-md-2, .sidebar .col-md-3, .sidebar .col-md-4, .sidebar .col-md-5, .sidebar .col-md-6, .sidebar .col-md-7, .sidebar .col-md-8, .sidebar .col-md-9, .sidebar .col-md-10, .sidebar .col-md-11, .sidebar .col-md-12,
.sidebar .col-lg-1, .sidebar .col-lg-2, .sidebar .col-lg-3, .sidebar .col-lg-4, .sidebar .col-lg-5, .sidebar .col-lg-6, .sidebar .col-lg-7, .sidebar .col-lg-8, .sidebar .col-lg-9, .sidebar .col-lg-10, .sidebar .col-lg-11, .sidebar .col-lg-12 {
	padding: 0;
	width: 100%!important;
}

.sidebar .card {
	height: auto;
	margin-bottom: 0;
}
.sidebar .block {
	height: auto;
	margin-bottom: 30px;
}
.sidebar .block.height-fixed:after {
	content: none;
	display: none;
}



/* A REVOIR */
ul.press_releases a, ul.literature_reviews a {
    color: #3d4054;
    font-weight: bold;
}
ul.press_releases .pressrelease_summary, ul.literature_reviews .literature_review_journal {
    font-size: 12px;
    margin-top: 4px;
}


.read_react_title {
    font-family: bree serif;
    font-size: 22px;
    font-weight: normal;
    background: none;
    position: relative;
    margin-top: 30px;
    color: #41445b;
    margin-bottom: 10px;
    padding: 5px 0 10px;
    border-bottom: 1px solid #ddd;
}
.read_react_title a {
	color: #41445b;
}

.color-inverse .media-description,
.color-inverse h4,
.color-inverse h3,
.color-inverse h2,
.color-inverse a,
.color-inverse p,
.color-inverse td,
.color-inverse div {
	color: #fff!important;
}


.separator {
    height: 1px;
	background-color: rgba(0,0,0,.1);
    margin: 20px 0;
}


/* SIDENAV */
#sidenav-overlay, .side-nav {
    position: fixed;
    top: 0;
}
.side-nav {
    width: 240px;
    left: -105%;
    margin: 0;
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: left;
}
.side-nav.right-aligned {
    will-change: right;
    right: -105%;
    left: auto;
}
.side-nav {
	width: 300px;
}
.side-nav li a {
	color: #333;
	font-size: 14px;
	padding-left: 16px;
}
.side-nav li a:hover, 
.side-nav li a:active {
	color: #ea641d;
}

.side-nav li a .material-icons {
	margin-right: 24px;
}
.side-nav li.separator {
    border-top: 1px solid rgba(0,0,0,.1);
}

.side-nav .user-wrapper {
	background: url("../images/illustrations/account-flat.jpg") center center no-repeat;
	background-size: cover;
}
.side-nav .user-details {
	padding: 16px;
}
.side-nav .media {
	margin-bottom: 16px;
}
.side-nav .user-wrapper img {
	max-width: 60px;
}


/* SEARCH RESULTS */
.table_results {
	position: relative;
}
.table_results .table_results_content {
	background: none;
	padding: 0;
}
.more-search {
	font-family: Roboto, verdana;
    font-weight: bold;
	background: none;
    color: #cc0000;
    position: relative;
    text-transform: uppercase;
    bottom: 0;
    padding: 0 25px;
    display: block;
    top: 0;
    text-align: right;
    line-height: 30px;
}
.more-search:after {
    border-color: transparent transparent #cc0000;
    border-style: solid;
    border-width: 0 0 25px 25px;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 4px;
    position: absolute;
    width: 0;
    bottom: 0;
    right: 0;
    z-index: 250;
}

.more-link {
    z-index: 200;
    width: 100%;
    background-color: inherit;
    text-align: right;
    height: 30px;
}
.more-link:after {
    border-color: transparent transparent #cc0000;
    border-style: solid;
    border-width: 0 0 25px 25px;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 4px;
    position: absolute;
    width: 0;
    bottom: 0;
    right: 0;
    z-index: 250;
}

/* FIGURES */
figure {
    background-color: #41445b;
    display: inline-block;
	padding: 1px;
}
figcaption {
    background-color: #41445b;
    padding: 5px 10px;
    color: white;
}
figcaption p {
    color: white!important;
    margin: 0!important;
}

/* REGISTER */
fieldset.register-section {
    padding: 15px;
    background: #eee;
    border-left: 5px solid #e21c17;
    margin-bottom: 20px;
}
fieldset.register-section .bloc:last-child {
	/*margin-bottom: 0;*/
}
.bloc.select-interests select {
	height: 250px;
}
.input_with_help label.agreement_txt {
    display: inline-block;
    width: calc(100% - 25px);
}