@import url('https://static.wort.lu/storytile/storytile-wort.css');
.strytl .item.link.h-1 .description .title {
white-space:normal !Important;
}
/* .strytl .item .share { display: none!important } */

.strytl-indicator-container .indicator.live .logo{
width:auto;
}

/* disable image enlargement for mobile */
@media (max-width: 500px) {
      #strytl-body.strytl .item.text h1.title {
          max-width: calc(100% - 30px)
      }
	.strytl .item.photo, .strytl .item.photo .item-content {
	    pointer-events: none;
	}
}


.strytl .item .share {
	width: 1.5em;
}
.strytl .item .share .box {
	height: 2.2em;	
}
.strytl .item .share .box .out {
	width: 1.7em;
	margin: 0.3em;
}

.strytl .item .share .box .out.embed,
.strytl .item .share .box .out.linkedin,
.strytl .item .share .box .out.xing {
	display:none;
}

.strytl .item .share .box .out.facebook {
	background-size: 1.2em;
}
.strytl .item .share .box .out.twitter {
	background-size: 1.9em;
}
.strytl .item .share .box .out.copy-link {
	background-size: 1.45em;
}
:root { --color-contrast:#db1e45; }
.strytl .item.chapter .marker { color:#ffffff; background-color:#db1e45; }
.strytl .item.text h1.title { color:#555555; }

#strytl-body.strytl .item.text p.text a {color: #db1e45}
#strytl-body.strytl .item.text .timestamp .group {border-bottom-color: #db1e45}
#strytl-body.strytl .item.em-polls .results .result .result-bar {background-color: #db1e45}
#strytl-body.strytl .item.em-polls .header .icon {background-color: #db1e45}
#strytl-body.strytl .item.link .description .title {color: #db1e45}
#strytl-body.strytl .item.chapter .marker {background-color: #db1e45}
#strytl.lazy-load-iframe--loading { width:100%; }
.marker.strytl-localize:before {
    display: block !important;
    content: 'chapitre';
    position: absolute;
    background: inherit;
    width: inherit;
    height: inherit;
}
#strytl-pagination { display: none; };