<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*	SonicOnline.fr - About
*	----------------------
*/


section#search-zone {
	min-height: 600px;
}

/*! */
/*! ----------------------------------------------------------- */
/*! 	TEAM					 								*/
/*! ----------------------------------------------------------- */


section#about section#team .user-avatar {
	--user-avatar-size: 100px;
}

section#about section#team .right-infos {
	display: inline-block; vertical-align: top;
	width: 480px;
	margin-left: 20px;
}

@media screen and (max-width: 940px) { section#about section#team .right-infos {
	width: 320px;
}}

@media screen and (max-width: 720px) { section#about section#team .right-infos {
	width: 160px;
}}


/*! */
/*! ----------------------------------------------------------- */
/*! 	BADGES					 								*/
/*! ----------------------------------------------------------- */


section#about #badges .item .image {
	display: inline-block; vertical-align: top;
	width: 50px; margin-right: 10px;
}

section#about #badges .item .infos {
	display: inline-block; vertical-align: top;
	width: 500px;
	margin-top: 0px;
}

@media screen and (max-width: 940px) { section#about #badges .item .infos {
	width: 340px;
}}

@media screen and (max-width: 720px) { section#about #badges .item .infos {
	width: 220px;
}}

section#about #badges .item_big .image {
	width: 170px; margin-left: 215px;
	margin-bottom: 10px;
}

@media screen and (max-width: 940px) { section#about #badges .item_big .image {
	margin-left: 135px;
}}

@media screen and (max-width: 720px) { section#about #badges .item_big .image {
}}

section#about #badges .item_big .infos {
	text-align: center;
}


/*! */
/*! ----------------------------------------------------------- */
/*! 	PREMIUM					 								*/
/*! ----------------------------------------------------------- */


section#premium .banner {
	position: relative;
	width: 940px; height: 364px;
	background-image: url(../Imageset/premium-banner.jpg);
}

@media screen and (max-width: 940px) { section#premium .banner {
	width: 700px; height: 271px;
	background-size: 700px 271px;
}}
@media screen and (max-width: 720px) { section#premium .banner {
	width: 300px; height: 116px;
	background-size: 300px 116px;
	margin-bottom: 80px;
}}

section#premium .big-button {
	position: absolute;
	top: 230px; right: 90px;
	background-color: var(--bg-color-blue);
	border-radius: var(--box-round-normal);
	box-shadow: 0px 4px 0px var(--color-shadow-black);
	font-size: 2em; font-weight: bold;
	text-shadow: 0px -1px 0px var(--text-color-black), 0px 1px 0px var(--text-color-white);
}

@media screen and (max-width: 940px) { section#premium .big-button {
	top: 150px;
	right: 20px;
}}
@media screen and (max-width: 720px) { section#premium .big-button {
	top: 130px;
}}

section#premium .big-button a  {
	color: var(--text-color-white);
	text-decoration: none;
}

section#premium .big-button:hover {
	background-color: #f5f16c; /* No use of varibale because it's very specific and the same whatever the theme */
	top: 224px;
	box-shadow: 0px 10px 0px #c9b300; /* No use of varibale because it's very specific and the same whatever the theme */
}

section#premium .big-button:hover a {
	color: var(--text-color-blue);
}

@media screen and (max-width: 940px) { section#premium .big-button:hover {
	top: 144px;
	right: 20px;
}}
@media screen and (max-width: 720px) { section#premium .big-button:hover {
	top: 124px;
}}

section#premium .big-button div {
	padding: 15px;
}

section#premium .box {
	display: inline-block; vertical-align: top;
	width: 278px;
	padding: 10px;
}

@media screen and (max-width: 940px) { section#premium .box {
	width: 198px;
}}
@media screen and (max-width: 720px) { section#premium .box {
	width: 298px;
}}

section#premium .premium-icon {
	display: inline-block; vertical-align: top;
	width: 40px; height: 40px;
	margin-right: 10px;
}

@media screen and (max-width: 940px) { section#premium .premium-icon {
	margin: 0px; margin-left: 70px;
	margin-bottom: 10px;
}}
@media screen and (max-width: 720px) { section#premium .premium-icon {
	margin-left: 0px; margin-right: 10px;
}}

section#premium .premium-icon.pub,
section#premium .premium-icon.video,
section#premium .premium-icon.image,
section#premium .premium-icon.irc,
section#premium .premium-icon.board,
section#premium .premium-icon.profil,
section#premium .premium-icon.games,
section#premium .premium-icon.pm,
section#premium .premium-icon.gamercard,
section#premium .premium-icon.badge,
section#premium .premium-icon.notes,
section#premium .premium-icon.fav {
	background-image: url(../Imageset/premium-icons.png);
}

section#premium .premium-icon.pub {
	background-position: 0px 0px;
}
section#premium .premium-icon.video {
	background-position: -40px 0px;
}
section#premium .premium-icon.image {
	background-position: -80px 0px;
}
section#premium .premium-icon.irc {
	background-position: -120px 0px;
}
section#premium .premium-icon.board {
	background-position: 0px -40px;
}
section#premium .premium-icon.profil {
	background-position: -40px -40px;
}
section#premium .premium-icon.games {
	background-position: -80px -40px;
}
section#premium .premium-icon.pm {
	background-position: -120px -40px;
}
section#premium .premium-icon.gamercard {
	background-position: 0px -80px;
}
section#premium .premium-icon.badge {
	background-position: -40px -80px;
}
section#premium .premium-icon.notes {
	background-position: -80px -80px;
}
section#premium .premium-icon.fav {
	background-position: -120px -80px;
}

section#premium .premium-feature {
	display: inline-block; vertical-align: top;
	width: 228px;
}

@media screen and (max-width: 940px) { section#premium .premium-feature {
	width: 188px;
}}
@media screen and (max-width: 720px) { section#premium .premium-feature {
	
}}

section#premium .premium-feature .title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.0em;
}

section#premium .abo-btn {
	display: inline-block; vertical-align: top;
	width: 298px;
}

@media screen and (max-width: 940px) { section#premium .abo-btn {
	width: 218px;
}}
@media screen and (max-width: 720px) { section#premium .abo-btn {
	width: 300px;
}}

section#premium .abo-btn .left-box {
	display: inline-block; vertical-align: top;
	width: 190px;
}

@media screen and (max-width: 940px) { section#premium .abo-btn .left-box {
	width: 140px;
	font-size: 0.9em; line-height: 1em;
}}
@media screen and (max-width: 720px) { section#premium .abo-btn .left-box {
	width: 220px;
}}

section#premium .abo-btn .euros {
	font-size: 2em;
}

@media screen and (max-width: 940px) { section#premium .abo-btn .euros {
	width: 60px; font-size: 1.6em;
}}
@media screen and (max-width: 720px) { section#premium .abo-btn .euros {
	
}}

section#premium .quote {
	margin: 20px;
}


/*! */
/*! ----------------------------------------------------------- */
/*! 	CHAT					 								*/
/*! ----------------------------------------------------------- */


@media screen and (max-width: 940px) { section#chat iframe {
	width: 700px;
}}

@media screen and (max-width: 720px) { section#chat iframe {
	width: 300px;
}}
</pre></body></html>