body{
	line-height:1.7;
	color:#fff;
	font-weight:300;
	background-color:#1f1f1f;
	font-size:16px
}
::-moz-selection{
	background:#000;
	color:#fff
}
::selection{
	background:#000;
	color:#fff
}
a{
	-webkit-transition:.3s all ease;
	-o-transition:.3s all ease;
	transition:.3s all ease
}
a:hover{
	text-decoration:none
}
.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5{
	font-family:Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	color:#fff
}
.site-wrap:before{
	display:none;
	-webkit-transition:.3s all ease-in-out;
	-o-transition:.3s all ease-in-out;
	transition:.3s all ease-in-out;
	background:rgba(0,0,0,.6);
	content:"";
	position:absolute;
	z-index:2000;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	visibility:hidden
}
.btn{
	text-transform:uppercase;
	font-size:12px;
	font-weight:900;
	border-width:2px
}
.btn:active,.btn:focus,.btn:hover{
	outline:0;
	-webkit-box-shadow:none!important;
	box-shadow:none!important
}
.site-section{
	padding:2.5em 0
}
@media (min-width:768px){
	.site-section{
		padding:3em 0
	}
}
.site-section.site-section-sm{
	padding:4em 0
}
.site-section-heading{
	padding-bottom:20px;
	margin-bottom:0;
	position:relative;
	font-size:30px
}
.wrap-icon{
	position:relative
}
.wrap-icon .icon{
	position:absolute;
	right:10px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:22px
}
.site-logo{
	position:relative;
	font-weight:900;
	font-size:1.3rem
}
.site-logo a{
	color:#fff
}
.title-section{
	margin-bottom:30px
}
.title-section .heading{
	color:#fff;
	font-size:20px;
	position:relative;
	padding-left:30px
}
.title-section .heading:before{
	position:absolute;
	content:"";
	width:10px;
	top:0;
	left:0;
	bottom:0;
	background:#ee1e46
}
.entrainement-jour{
	border-right:1px solid #fff;
	line-height:1;
	margin-top:.5rem
}
.entrainement-jour:last-of-type{
	border-right:none
}
@media (max-width:992px){
	.entrainement-jour{
		border-right:none
	}
}
.entrainement-block{
	background-color:#fff;
	border-radius:5px;
	color:#000;
	margin-top:.5rem;
	padding:.25rem
}
.entrainement-type{
	display:block
}
.entrainement-horaire,.entrainement-lieu{
	display:block;
	font-size:13px;
	margin-top:.25rem
}
.entrainement-horaire:before,.entrainement-lieu:before{
	background-repeat:no-repeat;
	background-size:10px 10px;
	content:"";
	display:inline-block;
	height:10px;
	position:relative;
	width:10px
}
.entrainement-horaire:before{
	background-image:url(http://griffons.jueberschlag.fr/images/clock.svg);
	left:-5px
}
.entrainement-lieu:before{
	background-image:url(http://griffons.jueberschlag.fr/images/location_pin.svg);
	left:-3px
}
#sponsors img{
	margin:10px 0;
	max-height:150px;
	max-width:100%
}
a{
	color:#b20d2d;
	font-weight:700
}
.gallery img{
	max-height:450px
}
.big-logo{
	max-width:500px;
	width:100%
}
.header{
	background-color:#1f1f1f;
	box-shadow:1px 1px 4px 0 rgba(0,0,0,.1);
	margin:auto;
	width:100%;
	z-index:3
}
.header ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden
}
.header li a{
	color:#fff;
	display:block;
	font-weight:initial;
	padding:16px 16px;
	text-decoration:none;
	text-transform:uppercase
}
.header li a:hover{
	background-color:#3f3f3f
}
.header .logo{
	font-size:2em;
	padding:10px 20px;
	text-decoration:none
}
.header .menu{
	background-color:#1f1f1f;
	clear:both;
	max-height:0;
	transition:max-height .2s ease-out
}
.header .menu-icon{
	cursor:pointer;
	display:inline-block;
	float:right;
	padding:28px 20px;
	position:relative;
	user-select:none
}
.header .menu-icon .navicon{
	background:#333;
	display:block;
	height:2px;
	position:relative;
	transition:background .2s ease-out;
	width:18px
}
.header .menu-icon .navicon:after,.header .menu-icon .navicon:before{
	background:#333;
	content:'';
	display:block;
	height:100%;
	position:absolute;
	transition:all .2s ease-out;
	width:100%
}
.header .menu-icon .navicon:before{
	top:5px
}
.header .menu-icon .navicon:after{
	top:-5px
}
.header .menu-btn{
	display:none
}
.header .menu-btn:checked~.menu{
	max-height:300px
}
.header .menu-btn:checked~.menu-icon .navicon{
	background:0 0
}
.header .menu-btn:checked~.menu-icon .navicon:before{
	transform:rotate(-45deg)
}
.header .menu-btn:checked~.menu-icon .navicon:after{
	transform:rotate(45deg)
}
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before{
	top:0
}
@media (min-width:992px){
	header{
		max-width:960px
	}
	.header li{
		float:left
	}
	.header li a:hover{
		background-color:#1f1f1f
	}
	.header .menu{
		clear:none;
		float:right;
		max-height:none
	}
	.header .menu-icon{
		display:none
	}
}
@media (min-width:1200px){
	header{
		max-width:1140px
	}
}
