<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* screen and (min-width:768px) */



div.displaytoday {

    display: block;

    float: right;

    font-size: 0.9em;

    margin: 1.5em 10em 0 -30em;

}

.some-page-wrapper {

    width:98%;

    margin: 0 auto;

    padding-top: 145px;

    }



.column, .column-grey, .double-column, .triple-column {

  margin:0.5em;  

}	

.column, .column-grey {

width:45%;

}

.double-column { width:100%; }



.triple-column {

flex:3;

background-color:#F1F1F1;

} 



.player .row:first-child .column-grey {

    flex: 1;

}



.sidebar { width:100%; }



.column25 {

	margin:0;

	float:left;

	background-color:#FFF;

	padding:0.5em 0.6em;

	margin:0.5em 0.2em;

	border:1px solid #CCC;

    font-size:0.9em;

    flex: 1 0 380px;

    scroll-snap-align: start;

}



.quart_temps {

    display: block;

    width: 70%;

    font-weight: normal;

    margin:1em auto;

}



.statut {

	float:right;

	color:#333;

	text-transform:uppercase;

	font-size:0.8em;

	font-weight:bold;

	margin-top:-40px;

	text-align:right;

}



.team-column {

    margin:0.2em;

    width: 49%;

}



.main-fact {

	font-size:0.8em;

	text-align:center;

    padding: 0.5em 0 0;

    margin-top: 0.9em;

	border-top: dashed 1px #333;	

}

#basket .team span {

    width: 40px;

    height: 30px;

	display:inline-block;

}



#schedule td.time {

    font-size: 1.4em;

    font-weight: bold;

}



div.boxscoreScoreboard {

    font-size: 5em;

    vertical-align: bottom;

}



h1, #basketstats h1 { font-size:2.5em; }



header {

    position: fixed;

    height:unset;

}



.column-grey-box h3 { margin-left:0; }



.frenchies { margin: 0 0.2em; width:46%; }



#teams { margin:0.5em 0; }



.scorev { font-size: 1.6em;}

.scored { font-size: 1.4em;}



div.top_stats { width:49%; }

div.top_stats img { max-width: 100px; }



.news_content {

    padding: 2em;

}



.expresstats {

    display: grid;

    grid-template-columns: 0.9fr 1fr;

    grid-gap: 20px;

}



div.goodies .column:not(:first-child) {

   flex: 1;

}

#basketstats h2, h2 {
    font-family: Teko,sans-serif;
    font-weight: 600;
    font-size: 2.2em;
    text-transform: uppercase;
    letter-spacing: -.03em;
    border-left: 5px solid #fc6503;
    padding: 0 .2em;
    margin: .3em 0;
}</pre></body></html>