html,body {
	background: #f5f5f5;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	background: #333;
	/*
  	background: url('../files/img/logoh.png') #000;
  	background-size: 15% 15%;
  	*/
}

div {
	position: relative;
}
.sa-confirm-button-container button {
	background-color: #f97c00 !important;
}


/* Defines */
.mobile {
	display: none !important;
}

.orange {
	color: #f97c00 !important;
}

a {
	color: #f97c00;
}
a:hover {
	color: orange;
	text-decoration: none;
}

.btn-primary {
	background: #f97c00;
	color: #fff;
	border-radius: 0;
	border: 0 none;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary.active,
.btn-primary.focus {
	background : orange !important;
	box-shadow: 0 0 3px #f97c00;
}

.form-control:active,
.form-control:focus {
	box-shadow: 0 0 3px #f97c00;
	border-color: #f97c00;
}

p.bg-danger {
	padding: 10px;
	font-size: 20px;
}



form {
	width: 80%;
	margin: 10px auto;
	padding: 20px;
	border: 1px solid #dedede;
	box-shadow: 0 3px 3px #ccc;
}

form .form-group {
	margin: 25px 0 !important;
}
form .form-group label {
	margin-bottom: 10px;
}
form hr {
	border-color: #aaa;
}


.notifInfo {
	font-size: 9px;
	line-height: 10px;
	background: #F44336;
	color: #fff;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	text-align: center;
	display: inline-block;
	border: 1px solid #fff;
	box-shadow: 2px 2px 2px #dedede;
	position: absolute;
	top: 6px;
	right: 3px;
	transition: all 0.3s ease;
    animation: bump 2s infinite; 
}
@keyframes bump {
    0%   {top: 6px;}
    25%   {top: 6px;}
    50%  {top: 0px;}
    75%   {top: 6px;}
    100% {top: 6px;}
}

#loader {
	position: absolute;
	width: 100px;
	height: 100px;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
}
#loader img {
	width: 100px;
	height: 100px;
	max-width: 100%;
	max-height: 100%;	
}

/* Site */



#wrapper_header {
	background: #f5f5f5;
	height: 151px;
	box-shadow: 0px 5px 5px #000;
	z-index: 100;
	position: relative;
}
#wrapper_width_header {
	width: 1270px;
	height: 151px;
	padding: 23px 0;
	margin: 0 auto;
	position: relative;
}
#wrapper_width_header .triger-menu-mobile  {
	display: none;
}
/* Logo */
#wrapper_width_header a.logo {
	position: absolute;
	height: 105px;
	top: 23px;
	text-decoration: none;
}
#wrapper_width_header a.logo img {
	height: 120%;
	margin-top: -8%;
}

#wrapper_width_header a.logo-site {
	left: 0;
}
#wrapper_width_header a.logo-harley {
	right: 10px;
	top: 15px;
}
#wrapper_width_header a.logo-harley img {
	height: 40%;
}
#wrapper_width_header a.logo span.name-site {
	position: absolute;
	top: 30px; 
	left: 105%;
	width: 250px;
	font-family: 'Teko', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 25px;
}

#wrapper_width_header ul.social-links {
	position: absolute;
	top: 15px;
	height: 52px;
	right: 90px;
}
#wrapper_width_header ul.social-links li {
	float: left;
	height: 30px;
	vertical-align: middle;
}
#wrapper_width_header ul.social-links li a {
	display: block;
	text-decoration: none;
	line-height: 30px;
	color: #000;
	font-size: 25px;
	border-right: 1px dotted #888;
	padding: 0 20px;
	transition: all 0.3s ease;
}
#wrapper_width_header ul.social-links li a:hover {
	color: #f97c00;
}

/* Menu */
#wrapper_header_menu {
	line-height: 60px;
	text-align: center;
	height: 60px;
	position: absolute;
	bottom: 15px;
	right: 0px;
}
#wrapper_header_menu a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	font-family: 'Teko', sans-serif;
	text-decoration: none;
	transition : all 0.3s ease;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;	
	position: relative;
}
#wrapper_header_menu a:hover {
	background: #f97c00;
	border-color:#fff;
}

#wrapper_header_menu span.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 300px;
	background: #f97c00;
	display: none;
}
#wrapper_header_menu a:hover span.submenu {
	display: block;
}
#wrapper_header_menu span.submenu i {
	display: block;
}
#wrapper_header_menu span.submenu i:hover {
	color: #fff !important;
}

/* Footer */
#footer {
	background: #050505;
	padding-bottom: 15px;
	color: #fff;
	font-size: 16px;
	border-top: 1px solid #333;
	font-family: 'Teko', sans-serif;
}
#footer>.row {
	width: 1100px;
	margin: 0 auto;
	padding-top: 30px;
}
#footer>.row>div {
	height: 220px;
	border-right: 1px solid #333;
}
#footer>.row>div:last-child {
	border: 0 none;
}
#footer>.row h1 {
	font-size: 35px;
	color: #fff;
	text-transform: uppercase;
	line-height: 35px;
	display: inline-block;
}
#footer>.row .nav {
	margin-top: 15px;
}
#footer>.row .nav a,
#footer a {
	color: #f97c00;
	font-size: 20px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	line-height: 23px;
	text-decoration: none;
}
#footer>.row .nav a:hover {
	text-decoration: none;
	color: #fff;
}
#footer .footer-logo {
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	padding-top: 5px;
}
#footer .footer-logo img {
	margin: 5px auto;
}
#footer p {
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	padding-top: 20px;
}
/* Page */
#site_wrapper {
	background: #fafafa;
	margin: 0px auto;
}
#page_content {
	width: 1100px;
	margin: 0 auto;
	padding: 25px 0;
	font-family: 'Khand', sans-serif;
	color: #000;
	font-size: 17px;	
	min-height: 700px;
}
#page_content h3 {
	margin: 10px 0 30px 0;
	color: #f97c00;
	font-family: 'Raleway', sans-serif;
	font-size: 29px;
	line-height: 38px;
}


#restrictedArea {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
#restrictedArea h3 {
	color: #888;
	font-size: 20px;
}
#restrictedArea p {
	line-height: 35px;
}
#restrictedArea p a {
	font-size: 16px;
}




/* Events */
.filter_event {
	background: #f97c00;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: right;
	font-size: 16px;
}
.filter_event span {
	margin: 0 18px;
	cursor: pointer;
}
.filter_event input {
	width: 18px;
	height: 18px;
	cursor: pointer;
	vertical-align: -3px;
}
.filter_event label {
	cursor: pointer;
}


.list-event a div.date {
	width: 100px !important;
	border: 0 none;
}
.list-event a div.date span {
	display: block !important;
}
.list-event .nb_users {
	display: block;
}


/* Trombi */
ul.trombi {
	width: 100%;
	list-style-type: none;
	overflow: auto;
}

ul.trombi li {
	width: 300px;
	height: 260px;
	box-shadow: 2px 2px 4px #888;
	border: 0px solid orange;
	margin: 15px;
	float: left;
	padding: 0px;
	border-radius: 2px;
	overflow: hidden;
}
ul.trombi li div.photo {
	width: 100%;
	height: 180px;
	margin:0;
	padding:0;
	background: no-repeat center; 
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */	
	text-align: center;
}
ul.trombi li div.photo span.glyphicon {
	font-size: 100px;
	color: #ddd;
	padding-top: 50px;
}
ul.trombi li div.infos {
	width: 90%;
	margin: 20px auto;
	font-size: 15px;
	color : #999;
}
ul.trombi li div.infos span.title {
	font-size: 22px;
	color: #000;
}	


.group_year {
	height: 60px;
	margin: 15px 0;
	overflow: hidden;
	transition: all 0.3s ease;
}
.opened {
	height: auto !important;
	overflow: auto !important;
	border: 1px solid #f97c00;
	box-shadow: 2px 2px 4px #ccc;
}
.group_year h2 {
	line-height: 60px;
	height: 60px;
	font-size: 35px;
	color: #f97c00;
	border-bottom: 1px solid #f97c00;
	padding: 0 8px;
	transition: all 0.3s ease;
	font-family: 'Sonsie One', cursive;
}
.group_year h2:hover,
.opened h2 {
	cursor: pointer;
	background: #f97c00;
	color: #fff;
	padding-left: 40px;
}

.desc-recap {
	padding: 5px;
	color: #444;
}
.desc-recap ul {
	margin: 15px 10px 15px 20px;
	line-height: 22px;
	border-left: 5px solid #ddd;
	padding-left: 15px;
}


ul.list-coms {
	width: 95%;
	margin: 15px auto;
	overflow: auto;
	padding: 20px 0;
}
ul.list-coms li {
	width: 75%;
	float: left;
	padding: 15px 0;
}
ul.list-coms li:nth-child(2n) {
	float: right;
}



ul.list-coms li span.title {
	font-family: 'Sonsie One', cursive;
    font-size: 18px;
    color: #f97c00;
    display: block;
    line-height: 30px;
}
ul.list-coms li span.texte {
	margin: 3px 0;
	display: block;
	padding: 10px;
	color: #333;
	background: #eee;
	font-size: 15px;
	line-height: 20px;
	border: 3px dashed #ddd;
}
ul.list-coms li span.date {
	display: block;
	margin: 0;
	text-align: right;
	font-size: 13px;
	color: #666;
}



#title_essai {
	height: 250px;
	width: 100%;
	margin:0;
	padding:0;
	background: no-repeat center; 
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	border: 2px solid #666;	
}
#title_essai h1 {
	background: orange;
	text-align: center;
	color: #000;
	position: absolute;
	bottom: -30px;
	width: calc(100% + 20px);
	left: -10px;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	box-shadow: 0 2px 2px #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 6px;
}

#formEssaiMoto hr {
	border-color: #999;
	height: 1px;
	border-bottom-width: 1px;
	margin: 5px 0 10px 0;
}
.selectMoto {
	overflow: auto;
	text-align: center;
}
.selectMoto li {
	position: relative;
	width: calc(32% - 10px);
	margin: 5px;
	height: 150px;
	display: inline-block;
	background: no-repeat center; 
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */	
	border: 3px solid #aaa;
	transition: all 0.3s ease;
}
@media (max-width:1200px) {
	.selectMoto li {
		width: 100%;
		margin: 5px 0;
	}
}
.selectMoto li h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	color: #fff;
	background: #000;
	line-height: 28px;
	height: 28px;
	font-size: 16px;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease;
}

.selectMoto li:hover,
.selectMoto li.selected {
	border-color: orange;
	cursor: pointer;
}
.selectMoto li:hover h4,
.selectMoto li.selected h4 {
	height: 100%;
	line-height: 150px;
}

#formEssaiMoto .motoSelected {
	display: none;
}
#formEssaiMoto .ph {
	margin-bottom: 10px;
	text-align: center;
}
#formEssaiMoto .ph li {
	position: relative;
	width: calc(33% - 10px);
	margin: 5px;
	height: 50px;
	display: inline-block;
	border: 3px solid transparent;
	transition: all 0.3s ease;
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 50px;
}

#formEssaiMoto .ph li.selectable {
	background-color: #7CB342;
	cursor: pointer;
}
#formEssaiMoto .ph li.disabled {
	background-color: #D32F2F;
	cursor: not-allowed;
}
#formEssaiMoto .ph li.selectable.selected,
#formEssaiMoto .ph li.selectable:hover {
	border-color: orange;
	background-color: transparent;
	color: #000;
}

h4 {
	color: #f97c00;
	font-size: 22px;
}




.gaspard {
	margin: 10px auto;
	border: 1px solid #FF8787;
	background: #FF3232;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	padding: 0 10px;
}
.gaspard a {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}