@charset "UTF-8";

/* Gestion générale des pages*/
html { 
	/* background: url('https://csb-basket.org/inscription_en_ligne/includes/images/page/fond-de-page.jpg');  */
	font-family: 'Trebuchet MS', Arial, sans-serif; 
	color: #181818;
	background-color: #f2f2f2;
}

* {	font-family: Helvetica, Arial, Geneva, sans-serif; }

html, body {
	height:95%;
	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;
}
pre,code,address,caption,cite,code,em,th,figcaption {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
br {
clear: left;
}
h1, h2, h3 {
	text-align:center;
	/* color:#808080; */
	text-shadow:1px 1px 1px #666;
}
h1 {
text-align: center;
font-size: 3em;
line-height: 1em;
font-family: 'Titillium Web', sans-serif;
}
h2 { 
	margin-top: 0;
}
img{
	max-width: 100%;
	width: 100%\9; /* this is a hack for IE9 since min-width won't work */
}
p{
	margin:0 0 20px 0;
	font-size:13px;
}
iframe {
	border: none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:hover, a:active, a:visited {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* Gestion du header */
header{
	width:100%;
	min-height:115px;
}
#entete {
	width: 550px;
	height:130px;
	margin-right: auto;
	margin-left:auto;
	display:block;
	position: relative;
	z-index: 1;
	visibility: visible;
}
#logo {
	width:125px;
	display:block;
	float:left;
	position:relative;
	padding: 10px 5px 10px 0px;
}
#title {
	width:420px;
	display:block;
	float:left;
	position:relative;
	padding: 25px 0 0 0;
}
.company0 {
	width:420px;
	display:block;
	float:left;
	position:relative;
	padding: 3px 0;
	font-size: 15pt;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration:none;
  	text-align: center;
}
.slogan01 {
	width:420px;
	display:block;
	float:left;
	position:relative;
	padding: 3px 0;
	font-size: 7.5pt;
	font-family: Arial, sans-serif;
 	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration:none;
  	text-align: center;
}
.slogan02 {
	width:420px;
	display:block;
	float:left;
	position:relative;
	padding: 3px 0;
	font-size: 12pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration:underline;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.smart-popin{
	position: fixed;
	left: 0; right: 0;
	top: 0; bottom: 0;
	overflow: auto; 
	opacity: 0;
	visibility: hidden;
	/* design */
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.smart-popin:target{
	opacity: 1;
	visibility: visible;
}
.smart-popin .sp-table{
	display: table;
	height: 100%;
	width: 100%;
}
.smart-popin .sp-cell{
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.smart-popin .sp-body{
	position: relative;
	z-index: 1;
	width: auto;
	min-width: 300px; 
	margin: 0 auto;
	/*background-color: #ffffff;*/
	/*padding: 2em;*/
	/*-webkit-box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);*/
	/*box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);*/
	width: 60%; 
}
.smart-popin .sp-body *{
	max-width: 100%; /* this is a security to prevents wide elements such as img to stretch the popin beyond the viewport width */
}
.smart-popin .sp-back{
	position: fixed;
	left: 0; right: 0;
	top: 0; bottom: 0;
	display: block;
}
.smart-popin .sp-close{
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 1.6em;
	color: #000000;
	font-weight: 900;
	text-decoration: none;
}
.website-content{
	max-width: 980px;
	padding: 20px;
	margin: 0 auto;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#encadrement_titre {
	display: block;
	position : relative;
	background: #ffffff;
	border: 1px solid #eaeaea;
	width : 888px;
	margin : 10px auto;
	border-radius : 5px;
	padding: 15px;
	text-align: center;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
div.capsule_paiement {
	display: flex; 
	flex-wrap: wrap; 
	position: relative; 
	width: 940px; 
	margin: auto;
}
div.capsule_paiement_details {
	display: block; 
	position: relative; 
	width: 470px;
	min-height: 325px;
}

#package_checkout {
	display: block;
	position : relative;
	background: #ffffff;
	border: 1px solid #eaeaea;
	width : 418px;
	margin : 10px auto;
	border-radius : 5px;
	padding: 15px;
	text-align: center;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
div.package_checkout{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin: auto;
	text-align: left;
	padding: 0px 0px 10px 0px;
}
div.package_checkout_2{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin: auto;
	text-align: left;
	padding: 0px 0px 10px 0px;
}
div.package_checkout_3{
	display: block;
	position: relative;
	float: left;
	width: 394px;
	margin: 5px auto;
	text-align: left;
	padding: 10px;
	border: 2px solid #ccc;
	border-radius: 5px;
}
span.package_checkout{
	display: block;
	position: relative;
	float: left;
	width: 85%;
	margin: auto;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
span.package_checkout_2{
	display: block;
	position: relative;
	float: left;
	width: 15%;
	margin: auto;
	text-align: right;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
span.package_checkout_3{
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	text-align: justify;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
input.package_checkout{
	display: block;
	position: relative;
	width: 20px;
	color: #000;
	float: left;
	text-align: left;
	margin-top: 2px;
	margin-left: 0px;
	border: 1px solid #DCDCDC;
}
label.package_checkout{
	display: block;
	position: relative;
	width: 109px;
	color: #000;
	float: left;
	text-align: left;
	margin-bottom: 10px;
	padding-right: 10px;
}
button.package_checkout{
	width: 185px;
	border: 1px black solid;
	padding: 10px;
	border-radius: 8px;
	background: #DCDCDC;
	font: bold 13px Arial;
	color: #000;
	cursor: pointer;
}
button.package_checkout:hover{
	width: 185px;
	background: #6C6C6C;
	color: #FFF;
}

#tableau_montant{
	border-collapse: collapse;
	border: 2px solid black;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#th0_montant{
	border: 1px solid black; 
	text-align: center;
}
#td0_montant{
	border: 1px solid black; 
	text-align: left; 
	padding: 5px 5px 5px 20px;
	width: 272px;
}
#td1_montant{
	border: 1px solid black; 
	text-align: right; 
	padding: 0px 20px 0px 0px;
	width: 100px;
}
#td2_montant{
	border: 1px solid black; 
	text-align: justify; 
	padding: 0px 10px;
	font-size: 11px;
}

.container_helloasso{
	display: block;
	position: relative;
	width: 450px;
	margin: 20px auto;
	height: 55px;
}
.capsule_helloasso{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.capsule_helloasso_gauche{
	display: block;
	position: relative;
	float: left;
	width: 222px;
	height: 30px;
	padding-top: 19px;
	background: #2d2e5c;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #ccc;
	border-right: 0px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.capsule_helloasso_droite{
	display: block;
	position: relative;
	float: left;
	width: 212px;
	height: 39px;
	padding: 5px;
	background: white;
	border: 3px solid #ccc;
	border-left: 0px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;

}

a.acces_formulaire_inscription{
	display: inline-block;
	width: 163px;
}
a.acces_formulaire_inscription{
	border: 1px black solid;
	padding: 10px;
	border-radius: 8px;
	background: #DCDCDC;
	font: bold 13px Arial;
	color: #000;
	cursor: pointer;
}
a.acces_formulaire_inscription:hover{
	background: #6C6C6C;
	color: #FFF;
}
