@charset "UTF-8";

/* -------------------------------------*/
/* -- Eléments principaux de la page -- */
/* -------------------------------------*/
html { 
	/* background: url('https://csb-basket.org/inscription_en_ligne/includes/images/page/fond-de-page.jpg');  */
	font-family: 'LibreFranklin'; 
	color: #181818;
	background-color: #f2f2f2;
}
* {	
	font-family: 'LibreFranklin'; 
}
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}
html,body,div,ul,ol,li,dl,dt,dd,pre,form,p,blockquote,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	/*list-style-type: none;*/
}
h1 {
	text-align: center;
	font-size: 3em;
	line-height: 1em;
	font-family: 'Bauhaus 93';
}
h1, h2, h3 {
	text-align:center;
	/* color:#808080; */
	/* text-shadow:1px 1px 1px #666; */
	font-family: 'Bauhaus 93';
}
pre,code,address,caption,cite,code,em,th,figcaption {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
iframe {
	border: none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin:0 0 20px 0;
	font-size:13px;
}
a, a:hover, a:active, a:visited {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
br {
	clear: left;
}
hr{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	border-left: 0px;
	border-right: 0px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* ------------------------*/
/* -- Gestion du header -- */
/* ------------------------*/

/* Gestion du header */
header {
	width: 100%;
	min-height: 115px;
}
#entete {
	width: 1011px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
	z-index: 0;
	visibility: visible;
}
#logo {
	width: 220px;
	height: 130px;
	display: block;
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
}
#title {
	width: 791px;
	display: block;
	float: left;
	position: relative;
	padding: 10px 0px 0px 0px;
}
.company0 {
	width: 791px;
	display: block;
	float: left;
	position: relative;
	padding: 0px 0px;
	font-size: 30pt;
	font-family: 'Bauhaus 93';
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
  	/* text-align: center; */
}
.slogan01 {
	width: 791px;
	display: block;
	float: left;
	position: relative;
	padding: 0px 0px;
	font-size: 13pt;
	font-family: 'LibreFranklin';
 	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
  	/* text-align: center; */
}
.slogan02 {
	width: 791px;
	display: block;
	float: left;
	position: relative;
	padding: 5px 0px;
	font-size: 13pt;
	font-family: 'LibreFranklin';
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}

@media screen and (max-width: 667px){
	#entete {width: 350px;}
	#logo {width: 95px;}
	#title {width: 250px;}
	.company0 {width: 250px; color: #000;}
	.slogan01 {width: 250px; color: #000;}
	.slogan02 {width: 250px; color: #000;}
}
