/*
Theme Name: FEKM 
Description: FEKM Theme
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
input
{
	outline: none;
}


a
{
	text-decoration: none;
}

@font-face {
    font-family: 'steelfishregular';
    src: url('fonts/steelfish_rg-webfont.eot');
    src: url('fonts/steelfish_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/steelfish_rg-webfont.woff') format('woff'),
         url('fonts/steelfish_rg-webfont.ttf') format('truetype'),
         url('fonts/steelfish_rg-webfont.svg#steelfishregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dinregular';
    src: url('fonts/din-webfont.eot');
    src: url('fonts/din-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-webfont.woff') format('woff'),
         url('fonts/din-webfont.ttf') format('truetype'),
         url('fonts/din-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dinblackregular';
    src: url('fonts/din_black-webfont.eot');
    src: url('fonts/din_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din_black-webfont.woff') format('woff'),
         url('fonts/din_black-webfont.ttf') format('truetype'),
         url('fonts/din_black-webfont.svg#din_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dinbold';
    src: url('fonts/bold-webfont.eot');
    src: url('fonts/din_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din_bold-webfont.woff') format('woff'),
         url('fonts/din_bold-webfont.ttf') format('truetype'),
         url('fonts/din_bold-webfont.svg#din_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}


body, a
{
	font-family: 'dinregular';
	color: #000;
}

.error
{
	color: red;
	font-size: 20px;
	padding: 10px;
	border: 1px solid red;
	margin: 20px 0;
}

.wp-block-image img
{
	height: auto;
}

#backmobile
{
	display: none;
}

.row:after
{
	clear: both;
	content: '';
	display: table;
}

.row .half {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}

.wrap
{
	width: 1600px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body:not(.home) .wrap
{
	width: 1300px;
}

#overallcache
{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0 , 0, 0, 0.7);
	z-index: 99998;
}


#header
{
	padding: 60px;
}

body:not(.home) #header
{
	background: #000;
	padding-top: 47px;
	padding-bottom: 47px;
	margin-bottom: 40px;
}

body:not(.home) #content
{
	padding: 30px;
}

body:not(.home):not(.single-post) H1
{
	font-size: 48px;
	font-family: 'dinbold';
	padding: 22px 28px;
	border: 1px solid #f2c801;
	color: #f2c801;
	margin-bottom: 40px;
	display: inline-block;
	text-transform: uppercase;
	line-height: normal;
}

body:not(.home).page-template-stages H1
{
	font-size: 60px;
}

body.single-post H1
{
	font-family: 'dinblackregular';
}

body.single-post .blocsimple h2, body.single-post .blocsimple h3, body.single-post .blocsimple h4
{
	clear: none;
}

body.single-post .date
{
	color: #f2c801;
	font-weight: bold;
	margin: 35px 0;
}

body.single-post .blocsimple img.thumb
{
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

body.single-post .blocsimple a
{
	text-decoration: underline;
	color: #f2c801;
}

body.single-post .blocsimple
{
	line-height: 25px;
}

body.single-post h1 span:last-child
{
	color: #f2c801;
	display: block;
}

#header .row
{
	display: flex;
}

#header .logo
{
	width: 30%;
}

#header #mainnav
{
	width: 70%;
}

#mainnav .pad
{
	display: flex;
	justify-content: flex-end;
}

#mainnav ul.nav-menu > li
{
	float: left;
	margin-left: 50px;
	position: relative;
	min-height: 38px;	
}


#mainnav .langues
{
	position: absolute;
	right: 20px;
	top: 20px;
}

#mainnav .langues li
{
	display: inline-block;
	vertical-align: top;
}

#mainnav .langues li a
{
	width: 29px;
	height: 26px;
	display: block;
}

#mainnav .langues .fr a
{
	background: url(images/fr.png) no-repeat center center / 24px;
}
#mainnav .langues .en a
{
	background: url(images/en.png) no-repeat center center / 24px;
}

#mainnav .login
{
	margin-left: 50px;
	white-space: nowrap;
}

@media (min-width: 1001px)
{

	#mainnav ul.nav-menu > li.menu-item-has-children > a:after
	{
		content: '';
		background: url(images/chevron.png) no-repeat center center;
		width: 14px;
		height: 8px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 2px;
	}
	
	#mainnav ul.nav-menu > li > a:hover, #mainnav ul.nav-menu > li.current-menu-ancestor > a, #mainnav .login:hover, #mainnav .login.current
	{
		color: #f2c801;
	}
	
	#mainnav ul.nav-menu ul li a:hover, #mainnav ul.nav-menu  ul li.current-menu-item a
	{
		color: #fff;
	}
	
	#mainnav ul.nav-menu > li > a:hover:after, #mainnav ul.nav-menu > li.current-menu-ancestor > a:after
	{
		background: url(images/chevron_on.png) no-repeat center center;
	}
}

#mainnav ul ul
{
	display: none;
	position: absolute;
	right: 0;
	top: 38px;
	background: #f2c801;
	padding: 0 15px;
	z-index: 2;
}

#mainnav ul.nav-menu > li:hover ul
{
	display: block;
}

#mainnav ul ul li
{
	padding: 7px 0;
	white-space: nowrap;
	border-top: 1px solid #000;
	text-align: right;
}

#mainnav ul ul li:first-child
{
	border-top: 1px solid transparent;
}

#mainnav ul ul a
{
	color: #000;
	font-size: 18px;
}

#mainnav a
{
	color: #fff;
	font-size: 24px;
}

#back
{
	margin-bottom: 40px;
	font-size: 20px;
}

#back a
{
	text-decoration: underline;
}

.action
{
	text-align: right;
}

.action a:not(.cgu), .action input[type=submit]
{
	background: #f2c801;
	color: #fff;
	padding: 7px 15px;
	border-radius: 10px;
	display: inline-block;
	border: 0;
	font-size: 15px;
	cursor: pointer;
}

.action a.cgu
{
	text-decoration: underline;
}

#content.compte .halfstages
{
	padding-left: 50px;
	max-height: 500px;
	overflow: auto;
}

#content.compte .stages .stage
{
	margin-top: 35px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}

#content.compte .stages .stage:last-child
{
	border-bottom: 0;
}

#content.compte .stages .stage .ville
{
	font-weight: bold;
	font-size: 25px;
	margin-top: 20px;
}

#content.compte .stages .stage a
{
	text-decoration: underline;
}

#content.compte .stages .stage .titre
{
	margin-bottom: 25px;
}

#content.compte .stages .stage .date
{
	color: #f2c801;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 25px;
}

#content.compte .children
{
	margin: 25px 0;
	border: 1px solid #ccc;
	padding: 25px;
}

#content.compte .checkboxes li
{
	margin: 15px 0;
}


#content.compte .action
{
	text-align: left;
}

#content.compte .action .submit
{
	text-align: center;
}

#content.compte .top a
{
	float: right;
	background: #f2c801;
	color: #fff;
	padding: 7px 15px;
	border-radius: 10px;
}

#content.compte .top a:hover, .action a :hover
{
	color: #000;
}

#content.compte .attachform
{
	margin-top: 30px;
	border: 1px solid #ccc;
	padding: 25px;
}




body.home #header
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.rev_slider .nom
{
	font-size: 24px;
	color: #f2c801;	
	font-family: 'steelfishregular';
	letter-spacing: 0.05em;
	text-align: right!important;
}

body.home h2 a
{
	font-size: 54px;
	font-family: 'dinbold';
	border: 1px solid #000;
	padding: 30px 60px;
}

body.home section
{
	position: relative;
}

body.home section .down
{
	position: absolute;
	width: 40px;
	height: 20px;
	background: url(images/down.png) no-repeat center center;
	cursor: pointer;
	left: calc(50% - 20px);
	bottom: 40px;
	z-index: 2;
}

body.home #news .items, body.page-template-news .items
{
	display: flex;
	width: 100%;
	align-items: center;
}

body.page-template-news .items
{
	flex-wrap: wrap;
}

body.home #news h2 a, body.page-template-news h2
{
	color: #f2c801;
	border-color: #f2c801;
}

body.home #news h2 a:hover
{
	color: #000;
	border-color: #000;
}

body.home #news .items > *, body.page-template-news .items > *
{
	width: 25%;
	height: 400px;
	padding: 0px 20px 0px 20px;
	margin: 40px 0 80px 0;
	background: url(images/separ.png) repeat-y right top;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

body.page-template-news .items > *
{
	width: 33.33%;
}

body.page-template-news .items > *
{
	background: none;
}

body.home #news .titre, body.page-template-news .titre
{
	align-items: center;
}

body.home #news .items > *:last-child
{
	background: none;
}

body.home #news .items > a, body.page-template-news .items a
{
	font-family: 'dinblackregular';
	font-size: 50px;
	color: #000;
}

body.home #news .items > a:after, body.page-template-news .items a:after
{
	content: '';
	width: 35px;
	height: 35px;
	background: #f2c801;
	display: block;
	margin-top: 15px;
}

body.home #news .items > a span:first-child, body.page-template-news .items a span:first-child
{
	color: #f2c801;
}

body.home #stages .down
{
	background: url(images/down-blanc.png) no-repeat center center;
}

body.home #stages
{
	background: #000 url(images/fond-stages.jpg) no-repeat left center;
	height: 720px;
	padding: 40px 50px 100px 50px;
	display: flex;
}

body.home #stages h2 a, body.home #mediatheque h2 a
{
	border-color: #fff;
	display: inline-block;
	vertical-align: top;
}

body.home #stages a.all
{
	padding: 20px;
	border: 1px solid #fff;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

body.home #stages .left
{
	width: 618px;
}

body.home #stages .items
{
	flex: 1 1;
}

body.home #stages .stage
{
	margin-bottom: 40px;
	float: left;
	width: 50%;
}

body.home #stages , body.home #stages a, body.home #mediatheque a
{
	color: #fff;
}

body.home #stages h2 a:hover, body.home #mediatheque h2 a:hover, body.home #stages a.all:hover
{
	color: #f2c801;
	border-color: #f2c801;
}

body.home #mediatheque
{
	position: relative;
	background: #000;
}

body.home #mediatheque .left
{
	position: absolute;
	left: 50px;
	top: 40px;
	z-index: 2;
}

body.home #mediatheque .items
{
	display: flex;
}

body.home #mediatheque .items a
{
	width: 513px;
	height: 513px;
	vertical-align: top;
	position: relative;
}

body.home #stages .ville
{
	font-size: 36px;
}

body.home #stages .titre
{
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: 38px;
	width: 400px;
}

body.home #stages .date
{
	font-size: 28px;
	color: #f2c801;
	margin-bottom: 20px;
}

body.home #stages .more a
{
	font-size: 22px;
	text-decoration: underline;
}

body.home #networks
{
	padding-top: 45px;
	background: #f6f6f6;
	padding-left: 50px;
}

body.home #networks h2
{
	margin-bottom: 30px;
	display: inline-block;
}

body.home #networks h2 a
{
	display: block;
}

body.home #networks > div
{
	display: flex!important;
	width: auto!important;
	width: 1600px!important;
	max-width: 100%!important;
	margin-left: 0!important;
	margin-right: 0!important;
	flex-wrap: wrap;
}

body.home #networks > div .grid-item
{
	flex: 1;
	margin: 20px;
}

body.home #networks .pull-left
{
	display: none!important;
}

body.home #networks .social-feed-element
{
	box-shadow: none!important;	
}

body.home #networks .social-feed-element > a
{
	text-align: center;
}

body.home #networks .more
{
	text-align: right;
	padding-top: 15px;
}

body.home #networks .more a
{
	display: inline-block;
	text-decoration: underline!important;
	color: #000!important;
	font-size: 20px;
}

body.home #networks .social-feed-element .attachment
{
	height: 250px!important;
	width: auto!important;
	max-width: 100%;
}

body.single-stage .map
{
	width: 100%;
	height: 434px;
	margin-top: 70px;
}

body.single-stage .entry-content
{
	font-size: 24px;
	line-height: 30px;
}

body.single-stage .entry-content a
{
	text-decoration: underline;
}

body.single-stage .left
{
	float: left;
	width: calc(50% - 100px);
	margin-right: 100px;
}
body.single-stage .right
{
	float: left;
	width: calc(50% - 100px);
}

body.single-stage .meta, body.single-stage .meta h1
{
	color: #f2c801;
	font-size: 30px;
	font-family: 'dinbold';
	text-transform: uppercase;
}

body.single-stage .meta > *
{
	margin-bottom: 30px;
}

body.single-stage .high
{
	color: #f2c801;
	font-size: 24px;
	font-family: 'dinbold';
}

body.page-template-default .entry-content
{
	font-size: 18px;
	line-height: 26px;
}

body.page-template-default .entry-content a
{
	text-decoration: underline;
}

body.page-template-default .entry-content h2
{
	color: #f2c801;
	font-size: 27px;
	line-height: 33px;
	font-family: 'dinbold';
	text-transform: uppercase;
	margin-bottom: 20px;
}

body.page-template-default .entry-content p
{
	padding-bottom: 10px;
	min-height: 30px;
}

body.page-template-default .entry-content ul
{
	list-style-type: disc;
	margin-left: 25px;
	margin-bottom: 25px;
}


body.page-template-default .entry-content ul.downloads
{
	list-style-type: none;
	margin-left: 0;
}

body.page-template-default .entry-content ul.downloads li
{
	padding: 10px 15px;
}

body.page-template-default .entry-content ul.downloads li:nth-child(2n+1)
{
	background: #eee;
}

body.page-template-default .entry-content ul.downloads li a
{
	padding-left: 55px;
	background: url(images/icon-pdf.png) no-repeat left center / 45px;
	line-height: 45px;
	display: inline-block;
	text-decoration: none;
}

body.page-template-default .entry-content ul.downloads li a:hover
{
	text-decoration: underline;
}

body.page-template-default .wp-block-image
{
	margin-top: 0;
}

body.single-stage .line
{
	margin-bottom: 40px;
}

body.page-template-stages .intro h2
{
	font-weight: bold;
}

body.page-template-stages .intro, body.page-template-stages .intro h2
{
	font-size: 20px;
}

body.page-template-stages .intro ul
{
	list-style-type: disc;
	margin: 25px 0 0 0;
	padding: 0 0 0 22px;
}

body.page-template-stages .intro li
{
	padding-left: 30px;
}

body.page-template-stages .intro li, body.page-template-stages .intro h2
{
	margin-bottom: 20px;
}

body.page-template-stages .intro h2
{
	color: #f2c801;
}

.filters
{
	margin-top: 50px;
	margin-bottom: 70px;
}

.filters p
{
	font-size: 24px;
	padding-bottom: 10px;
}

.filters .items
{
	display: flex;
}

.filters .nice-select
{
	margin-right: 74px;
}

.filters .nice-select:last-child
{
	margin-right: 0;
}

body.page-template-stages .stages
{
	margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
}

body.page-template-stages .stages .stage
{
	margin-bottom: 60px;
	width: 25%;
}


body.page-template-stages .stages .ville
{
	font-size: 36px;
	font-weight: bold;
}

body.page-template-stages .stages .titre
{
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: 38px;
	width: 290px;
	word-break: break-word;
	font-weight: bold;
}

body.page-template-stages .stages .date
{
	font-size: 28px;
	color: #f2c801;
	margin-bottom: 20px;
}

body.page-template-stages .stages .more a
{
	font-size: 22px;
	text-decoration: underline;
}

.nice-select
{
	border: 1px solid #f2c801;
	background: #f1f1f1;
	font-size: 24px;
}

.nice-select .current
{
	color: #f2c801;
}

body.page-template-europe svg
{
	max-width: 1100px;
}

.gallery
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

body.page-template-mediatheque .types
{
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
}

body.page-template-mediatheque .types a
{
	display: block;
	background: #f2c801;
	color: #000;
	padding: 10px 30px;
	margin-right: 10px;
	text-transform: uppercase;
	font-family: 'dinbold';
	margin-bottom: 10px;
}

body.page-template-mediatheque .types a.current, body.page-template-mediatheque .types a:hover
{
	color: #fff;
}

body.page-template-mediatheque .medias a
{
	display: inline-block;
	width: 33.33%;
	height: 513px;
	vertical-align: top;
	position: relative;
	margin-bottom: 20px;
}

.medias a .titre
{
	position: absolute;
	left: 44px;
	top: 250px;
	font-size: 45px;
	color: #fff;
	font-family: 'dinbold';
	text-transform: uppercase;
	padding-right: 50px;
	z-index: 2;
}

.medias a .titre.long
{
	font-size: 30px;
}

.medias a:hover .titre, .medias a:hover .cache
{
	display: none;
}

.medias a .type
{
	position: absolute;
	left: 44px;
	top: 200px;
	font-size: 24px;
	font-family: 'dinbold';
	z-index: 2;
	background: #f2c801;
	padding: 5px 15px;
}

.medias a .type:hover
{
	color: #fff;
}

.medias a .cache
{
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
}



body.single-mediatheque .livre .row
{
	display: flex;
}

body.single-mediatheque .livre .img
{
	width: 30%;
}

body.single-mediatheque .livre .img img
{
	max-width: 100%;
	padding-right: 30px;
}

body.single-mediatheque .txt
{
	font-size: 23px;
	line-height: 30px;
}

body.single-mediatheque .livre .txt
{
	max-width: 600px;	
}

body.single-mediatheque .video .txt
{
	margin-bottom: 40px;
}

body.single-mediatheque .txt a
{
	display: inline-block;
	border: 1px solid #f2c801;
	color: #f2c801;
	font-size: 20px;
	font-family: 'dinbold';
	padding: 15px 25px;
	text-transform: uppercase;
	margin-top: 40px;
}

body.page-template-compte h2
{
	margin-top: 30px;
	color: #f2c801;
	text-transform: uppercase;
	font-family: 'dinbold';
}

.login .row
{
	display: flex;
}

.login .row > div
{
	width: calc(50% - 100px);
}

.login .left
{
	margin-right: 200px;
}

.login .field
{
	width: 100%;
}

.login h2
{
	font-size: 45px;
	font-family: 'dinblackregular';
	line-height: 56px;
	color: #f2c801;
	margin-bottom: 30px;
}

.login h2 span
{
	color: #000;
	display: block;
}

.login .cgu
{
	margin-top: 20px;
}

.login .cgu a
{
	text-decoration: underline;
}

.login .forgot
{
	text-align: right;
	margin-top: 30px;
}

.login .forgot a
{
	color: #f2c801;
}

.login .wpcf7-form label
{
	width: 366px;
}

.wpcf7 form.sent .line, .wpcf7 form.sent .cgu, .wpcf7 form.sent .submit {
	display: none;
}

.login .captcha
{
	margin-top: 30px;
}

.login select
{
	width: 200px;
	max-width: 100%;
}

.login .naissance select
{
	width: auto;
}

.wpcf7-form
{
	width: 750px;
	max-width: 100%;
}

body.page-template-compte .wpcf7-form
{
	width: 100%;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea, .wpcf7-form input[type=password]
{
	border: 0;
	background: #f1f1f1;
	height: 30px;
	padding: 0 10px;
	font-size: 16px;
	width: 100%;
}

.wpcf7-form input[readonly]
{
	background: #fff;
}

.wpcf7-form textarea
{
	resize: none;
	height: 150px;
}

.wpcf7-form label
{
	flex: 0 0 250px;
	color: #555;
}

.wpcf7-form .line
{
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

.wpcf7-form .line > span
{
	flex: 1;
}

.wpcf7-form .captcha
{
	margin-right: 14px;
	justify-content: flex-end;
}

.wpcf7-form .submit
{
	text-align: right;
}

.wpcf7-form .submit input
{
	background: #f2c800;
	padding: 4px 45px;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	border-radius: 10px;
	font-size: 15px;
	cursor: pointer;
}

body.page-template-clubs .clubs
{
	display: flex;
}

body.page-template-clubs .clubs .liste
{
	width: 550px;
	margin-right: 100px;
}

body.page-template-clubs .clubs .liste form
{
	background: #000;
	width: 100%;
	padding: 15px 35px;
	
}

body.page-template-clubs .clubs .liste form .titre
{
	color: #fff;
	font-family: 'dinbold';
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

body.page-template-clubs .clubs .liste form input[type=text]
{
	width: 100%;
	height: 40px;
	padding: 0 10px;
	color: #fdc300;
	font-size: 25px;
}

body.page-template-clubs .clubs .liste form input[name=q], body.page-template-clubs .clubs .liste form input[name=adresse]
{
	width: calc(100% - 45px);
}

body.page-template-clubs .clubs .liste form input[type=submit]
{
	display: inline-block;	
	width: 40px;
	background: #fbcc00;
	color: #000;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: 0;
	vertical-align: top;
	font-weight: bold;
	-webkit-appearance: none;
}

body.page-template-clubs .clubs .liste form input::-webkit-input-placeholder { color: #999; opacity: 1;  }
body.page-template-clubs .clubs .liste form input::-moz-placeholder { color: #999; opacity: 1; } 
body.page-template-clubs .clubs .liste form input:-ms-input-placeholder { color: #999; opacity: 1; }
body.page-template-clubs .clubs .liste form input:-moz-placeholder { color: #999; opacity: 1; }

#svgFrance { width: 800px; max-width: 100%; }

body.page-template-clubs .clubs .img img
{
	max-width: 100%;
}

body.page-template-clubs .clubs h2
{
	font-size: 25px;
	color: #000;
	font-family: 'dinbold';
	text-transform: none;
	margin-bottom: 15px;
}

body.page-template-clubs .clubs .club
{
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;	
}

body.page-template-clubs .clubs .adresse
{
	font-weight: bold;
}

body.page-template-clubs .clubs .nom
{
	color: #fdc300;
	font-family: 'dinbold';
	font-size: 22px;
	margin-bottom: 10px;
}

body.page-template-clubs .clubs .more a
{
	text-decoration: underline;	
}

body.page-template-clubs .clubs .salle
{
	margin-bottom: 20px;
}

.pagination
{
	display: flex;
	margin: 25px 0;
}

.pagination .page-numbers
{
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	padding: 0 5px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #888;
	margin-right: 2px;
}

.pagination .page-numbers:hover, .pagination .page-numbers.current
{
	background: #fbcc00;
	color: #fff;
	border-color: #fbcc00;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev
{
	width: auto;
}

body.page-template-commande #content
{
	text-align: center;
}


body.woocommerce-order-pay .woocommerce .instructions
{
	padding: 20px 0;
}

body.woocommerce-order-pay .woocommerce .order_details
{
	display: flex;
	justify-content: center;
}

body.page-template-club .row
{
	margin-bottom: 40px;
}

body.page-template-club h2
{
	font-family: 'dinbold';
	color: #f2c801;
	margin-bottom: 10px;
	text-transform: uppercase;
}

body.page-template-club .contact li
{
	padding: 10px 15px;
}

body.page-template-club .contact li:nth-child(2n+1)
{
	background: #eee;
}

body.page-template-club .salle
{
	margin-bottom: 20px;
}

body.page-template-club .row
{
	line-height: 23px;
}

body.page-template-club .left
{
	float: left;
	width: 50%;
	padding-right: 20px;
}

body.page-template-club .right
{
	float: left;
	width: 50%;
}

#map
{
	width: 100%;
	height: 300px;
}

#footer
{
	background: #121211;
}

#footer .compte
{
	padding-top: 15px;
}


#footer, #footer a
{
	color: #fff;
}

#footer .compte a
{
	color: #fdc300;
}

#footer .adresse
{
	font-size: 17px;
	padding-top: 15px;
	line-height: 22px;
}

#footer .wrap
{
	padding: 93px 45px;
}

#footer .row
{
	display: flex;
	
}

#footer .left
{
	width: 420px;
	margin-right: 115px;
}

#footer .right
{
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}


#footer .networks
{
	margin-bottom: 18px;
}

#footer .networks a
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 45px;
}

#footer .networks a[href*=facebook]
{
	width: 27px;
	height: 51px;
	background: url(images/facebook.png) no-repeat center center / auto 100%;
}

#footer .networks a[href*=youtube]
{
	width: 46px;
	height: 54px;
	background: url(images/youtube.png) no-repeat center center / 100%;
}

#footer .networks a[href*=twitter]
{
	width: 51px;
	height: 41px;
	background: url(images/twitter.png) no-repeat center center / auto 100%;
}

#footer .networks a[href*=instagram]
{
	width: 48px;
	height: 47px;
	background: url(images/instagram.png) no-repeat center center / auto 100%;
}

#footer .nav-menu li
{
	float: left;
	padding: 0 15px 0 13px;
	position: relative;
}

#footer .nav-menu li:after
{
	content: '|';
	position: absolute;
	right: 0;
	top: 0;
}

#footer .nav-menu li:last-child:after
{
	display: none;
}

#footer .nav-menu li:first-child
{
	padding-left: 0;
}


@media (max-width: 1600px)
{
	body.home #news .items a
	{
		font-size: 50px;
	}
	
	body.home h2
	{
		font-size: 50px;
	}
	
	body.home h2 a
	{
		font-size: 50px;
	}
	
	.medias a .titre
	{
		font-size: 36px;
	}
}


@media (max-width: 1450px)
{
	body.home #news .items a, body.home h2, body.home h2 a
	{
		font-size: 40px;
	}
	
	body.home #stages .left
	{
		width: 25%;
	}
	
	#footer .left
	{
		margin-right: 50px;
	}
	
	body:not(.home).page-template-stages H1
	{
		font-size: 60px;
	}
	
	body.page-template-stages .stages .titre, body.page-template-stages .stages .ville
	{
		font-size: 27px;
	}
	
	
}

@media (max-width: 1250px)
{
	body.home #news .items a, body.home h2, body.home h2 a
	{
		font-size: 32px;
	}
	
	#footer .logo img
	{
		width: 330px;
		max-width: 100%;
	}
	
	#footer .adresse
	{
		font-size: 14px;
		line-height: 19px;
	}
	
	#footer a
	{
		font-size: 13px;
	}
	
	body.page-template-stages .stages .titre, body.page-template-stages .stages .ville
	{
		font-size: 22px;
		width: auto;
	}
	
	body.single-stage .left
	{
		font-size: 20px;
	}
	
	body:not(.home):not(.single-post) H1
	{
		margin-bottom: 40px;
		padding: 24px 58px;
	}
	
	
}

@media (max-width: 1150px)
{
	body.home #news .items a, body.home h2, body.home h2 a
	{
		font-size: 32px;
	}
	
	body.home #stages .titre, body.home #stages .ville
	{
		font-size: 27px;
	}
	
	body.home #stages .more a
	{
		font-size: 19px;
	}
	
	#footer .left
	{
		width: 330px;
	}
	
	.medias a .titre
	{
		font-size: 26px;
	}
	
	body:not(.home):not(.single-post) H1
	{
		font-size: 46px;
	}
}

@media (max-width: 1050px)
{
	body.single-stage .meta, body.single-stage .meta h1
	{
		font-size: 22px;
	}
	
	body.single-stage .high
	{
		font-size: 20px;
	}
	
	body.single-stage .line
	{
		margin-bottom: 20px;
	}
	
	body.single-stage .left
	{
		margin-bottom: 20px;
	}
	
	body.single-stage .left, body.single-stage .right
	{
		margin-right: 0;
		width: 100%;
	}
	
	body.home #news
	{
		padding-bottom: 50px;
	}
	
	body.home #news .items, body.page-template-news .items
	{
		flex-wrap: wrap;
	}
	
	body.home #news .items > *, body.page-template-news .items > *
	{
		width: 50%;
		height: auto;
		margin: 20px 0;
		background: none;
		position: relative;
	}
	
	body.home #news .items > a, body.page-template-news .items > a
	{
		padding-left: 65px;
	}
	
	body.home h2
	{
		padding: 15px;
	}
	
	body.home #news .items a:after, body.page-template-news .items a:after {
		position: absolute;
		left: 15px;
		bottom: 4px;
	}
	
	body.home section#news .down
	{
		bottom: 22px;
	}
	
	body.home #news .items a, body.home h2, body.home h2 a, body.page-template-news .items > a
	{
		font-size: 25px;
	}
	
	body.home #stages
	{
		flex-flow: column;
	}
	
	body.home #stages h2
	{
		margin-bottom: 30px;
	}
	
	body.home #stages .left
	{
		width: 100%;
	}
	
	#footer
	{
		text-align: center;
	}
	
	#footer .left
	{
		margin-right: 0;
		width: 100%;
		margin-bottom: 25px;
	}
	
	#footer .row
	{
		flex-flow: column;
	}
	
	#footer .right {
		align-items: center;
	}
	
	#footer .nav-menu li
	{
		float: none;
		display: inline-block;
		margin-bottom: 10px;
	}
	
	#footer .networks a
	{
		width: 30px!important;
		height: 30px!important;
		background-size: 100%!important;
		margin-right: 15px;
	}
	
	#footer .networks a[href*=facebook], #footer .networks a[href*=youtube]
	{
		background-size: auto 100%!important;
	}
	
	
	
	
	body:not(.home).page-template-stages H1
	{
		font-size: 40px;
		padding: 24px 78px;
		margin-bottom: 50px;
	}
	
	body.page-template-stages .stages .stage
	{
		width: 50%;
		padding: 15px;
	}
	
	body.page-template-stages .intro, body.page-template-stages .intro h2
	{
		font-size: 18px;
	}
	
	body.page-template-stages .intro li, body.page-template-stages .intro h2
	{
		margin-bottom: 10px;
	}
	
	.filters p
	{
		font-size: 19px;
	}
	
	.filters .nice-select
	{
		margin: 5px;
	}
	
	
	body.page-template-stages .stages .titre
	{
		margin-bottom: 15px;
	}
	
	body.page-template-stages .stages .titre, body.page-template-stages .stages .ville, body.page-template-stages .stages .date
	{
		font-size: 19px;
	}
	
	.nice-select .option
	{
		padding-left: 5px;
		padding-right: 5px;
		font-size: 12px;
	}
	
	.filters .items
	{
		flex-flow: column;
	}
	
	body.page-template-stages .intro li
	{
		padding-left: 0;
	}
	
	body:not(.home) #header
	{
		margin-bottom: 40px;
	}
	
	body.page-template-stages .stages
	{
		margin-bottom: 0;
	}
	
	body.page-template-stages .stages .stage
	{
		border-top: 1px dashed #ccc;
		padding-top: 30px!important;
	}
	
	body.page-template-stages .stages .more a
	{
		font-size: 17px;
	}
	
}

@media (max-width: 1000px)
{
	#content.compte .half
	{
		width: 100%;
	}
	
	#content.compte .halfstages
	{
		padding-left: 0;
	}
	
	#mainnav ul
	{
		float: none;
		text-align: center;
	}
	
	#mainnav ul.nav-menu > li
	{
		float: none;
		margin: 10px;
	}
	
	#mainnav .langues
	{
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 20px;	
	}
	
	#mainnav ul ul
	{
		display: block;
		position: relative;
		right: auto;
		top: auto;
	}
	
	#mainnav ul ul li
	{
		text-align: center;
		border: 0;
	}
	
	#header #mainnav
	{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99998;
		background: #f2c801;
		width: 100%;
		height: 100vh;
		padding-top: 30px;
		display: none;
	}
	
	body.home #header .logo
	{
		margin-top: -40px;
		margin-left: -40px;
	}
	
	body.home #header .logo
	{
		width: auto;
	}
	
	body:not(.home) #header .logo
	{
		width: 90%;
	}
	
	body.home #header .logo img
	{
		width: 100px;
	}
	
	#header #mainnav .pad
	{
		position: relative;
		display: block;
	}
	
	#mainnav .login
	{
		margin-left: 0;
		display: block;
		text-align: center;
		margin-bottom: 10px;
		
	}
	
	#header #toggle
	{
		display: block;
		width: 35px;
		height: 35px;
		background: url(images/menu-blanc.png) no-repeat center center / 100%;
		position: absolute;
		right: 15px;
		top: 11px;
		cursor: pointer;
	}
	
	
	
	#header #close
	{
		display: block;
		width: 30px;
		height: 30px;
		background: url(images/close.png) no-repeat center center / 100%;
		position: absolute;
		right: 15px;
		top: -20px;
		cursor: pointer;
		z-index: 2;
	}
	
	
	body.page-template-clubs .clubs .liste
	{
		width: 100%;
		margin-right: 0;
	}
	
	body.page-template-clubs .clubs .img
	{
		display: none;
	}
	
	.pagination
	{
		justify-content: center;
	}
	
	.login h2
	{
		font-size: 33px;
		line-height: 33px;
	}
}

@media (max-width: 950px)
{
	body.home #news .items > *, body.page-template-news .items > *
	{
		width: 100%;
	}
	
	body.page-template-club .left
	{
		width: 100%;
		padding-right: 0px;
	}
	
	body.page-template-club .right
	{
		width: 100%;
		margin-top: 20px;
	}
}

@media (max-width: 800px)
{
	body.home h2
	{
		text-align: center;
	}
	
	body.home h2 a
	{
		padding: 15px;
	}
	
	body.home #stages a.all
	{
		position: relative;
		left: auto;
		bottom: auto;
		text-align: center;
	}
	
	body.home #stages .stage
	{
		width: 100%;
	}
	
	body.home #stages
	{
		background-size: cover;
		height: auto;
	}
	
	body.home #stages .titre
	{
		width: auto;
	}
	
	body.home #stages .titre, body.home #stages .ville, body.home #stages .date
	{
		font-size: 21px;
	}
	
	body.home #stages .more a
	{
		font-size: 15px;
	}
	
	body.home #stages .titre
	{
		margin-bottom: 25px;
	}
	
	body.page-template-stages .stages .stage
	{
		width: 100%;
		padding: 0;
	}
	
	body:not(.home).page-template-stages H1
	{
		font-size: 33px;
		padding: 14px 38px;
	}
	
	.filters
	{
		margin-bottom: 25px;
	}
	
	body.single-stage .meta, body.single-stage .meta h1
	{
		font-size: 19px;
	}
	
	body:not(.home):not(.single-post) H1
	{
		padding: 0;
		border: 0;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	
	body.single-stage .meta > *
	{
		margin-bottom: 0;
	}
	
	body.single-stage .left, body.single-stage .right
	{
		font-size: 16px;
	}
	
	body.single-stage .map
	{
		margin-top: 0;
	}
	
	body.single-stage .entry-content a
	{
		font-size: 16px;
	}
	
	body:not(.home) #header
	{
		margin-bottom: 0;
	}
	
	body.home #mediatheque .items {
		flex-flow: column;
	}
	
	.medias a {
		width: 100%!important;	
		margin-top: 20px;
	}
	
	body:not(.home):not(.single-post) H1
	{
		font-size: 36px;
	}
	
	body.page-template-default h2
	{
		font-size: 22px;
		line-height: 27px;
	}
	
	body.page-template-default .entry-content
	{
		font-size: 17px;
		line-height: 24px;
	}
	
	.wp-block-columns
	{
		flex-flow: column;
	}
	
	.wp-block-column:nth-child(2n)
	{
		margin-left: 0;
	}
	
	.wpcf7-form .line:not(.captcha)
	{
		flex-flow: column;
	}
	
	.wpcf7-form label
	{
		width: 100%;
		flex: 0;
	}
	
	.login .row
	{
		display: block;
	}
	
	.login .row > div
	{
		width: 100%;
		margin-right: 0;
	}
	
	.wp-block-image .alignright, .wp-block-image, .wp-block-image img {
		margin-left: auto;
		margin-right: auto;
		float: none;
		text-align: center;
	}
	
	body:not(.home):not(.single-post) H1
	{
		word-wrap: anywhere;
	}
	
	#backmobile
	{
		display: block;
		margin-top: 35px;
		text-align: center;
	}
	
	#backmobile > div
	{
		display: inline-block;
		font-size: 24px;
		font-family: 'dinbold';
		cursor: pointer;
		background: #f2c801;
		padding: 10px 25px;
	}
	
	body.page-template-clubs .clubs .liste form input::-webkit-input-placeholder { color: #999; opacity: 1; font-size: 20px; }
	body.page-template-clubs .clubs .liste form input::-moz-placeholder { color: #999; opacity: 1; font-size: 20px; } 
	body.page-template-clubs .clubs .liste form input:-ms-input-placeholder { color: #999; opacity: 1; font-size: 20px; }
	body.page-template-clubs .clubs .liste form input:-moz-placeholder { color: #999; opacity: 1;  font-size: 20px;}
	
	body.home #networks > div
	{
		display: block!important;
	}
	
	body.home #networks .social-feed-element .attachment
	{
		height: auto!important;
	}
	
	body.home #networks
	{
		padding-left: 0;
	}
	
	body.home #stages
	{
		background-position: center center;
	}
	
	body.home #stages .titre, body.home #stages .ville, body.home #stages .more a, body.home #stages .date
	{
		text-shadow: 1px 1px black;
	}
}