body { 
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 !important;
	margin: 0 !important;
	font-size:14px; 
	color:#333333;
	line-height: 1.7em;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-left: 1px solid #ccc;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #ccc;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  
#img {
 max-width:100%!important;
 height:auto;
}
a{color:#333333;}

a:hover {color:#999999;text-decoration:underline;}
iframe {max-width:100%!important;}

/*common setup code*/
.sectionHeader {
	font-family: gotham_mediumregular, sans-serif;
background: url(logo_direct.jpg) no-repeat center;
background-size: contain;
height:111px; max-width:710px; width:100%;
	text-align: center;
	color: orange;
	margin: 15px auto;
}

.sectionHeader .header {
	font-size: 26px;
}

span.header {
	font-family: 'Roboto', sans-serif;

	/*background-color: #FFF;*/
	position: relative;
	z-index: 50;
	padding: 0 9px 0 9px;
}
img.retour {
	position:absolute; left:0; top:0;
}
img.retourmobile {
	position:absolute; left:0; top:15px; display:none;
}
@media screen and (max-width: 640px) {
  img.retour {
    display:none;
  }
  img.retourmobile {
	display:block;
  }
}

span.header div {font-size:170%;text-shadow: #000000 2px 2px, #000000 -2px 2px, #000000 -2px -2px, #000000 2px -2px;
-ms-transform: rotate(-4.5deg); /* IE 9 */
    -webkit-transform: rotate(-4.5deg); /* Chrome, Safari, Opera */
    transform: rotate(-4.5deg);
}

.header img {
	opacity: .45;
}

/*version 1*/

hr.rule1 {
	/*background-color: #FFF;*/
	position: absolute;
	z-index: 1;
	margin-top: -19px; display:none;
}

.rule1.experience {
	left: 26%;
	right: 26%;
  min-width: 250px;
  border-top: 2px solid red;
}


#24lb_footer {display:none; color:#FFF;}
.stream_top_bar_inner {display:none;}


.matrix-live-footer {
    display:none;
}
.matrix-live-main {
    width:100%; max-width: 100%;
}


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}