*, body, p, h1, h2, h3,h4, h5, blockquote, span, div, i, strong, em, div, a, ul, li, ol, label, td, tr
{
	font-family: 'Open Sans';
	font-weight: 400;
	color:#000;
}

h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a
{
	font-family: 'Oswald';
}

p, li
{
	font-size: 14px;
}

sup
{
	font-size: .5em;
	font-weight: normal!important;
}

body
{
	background-color: #F5F5F5;
}

#branding
{
	background: #fff;
	padding: 20px 0;
}

.logo
{
	float: left;

}

.logo img
{
	float: left;
	width: 75px;
}

.logo .text
{
	float: left;
	margin-left: 20px;	
}

.logo .text .nom
{
	font-family: 'Oswald';
	text-transform: uppercase;
	display: block;
	line-height: 50px;
	font-size: 40px;
}

.logo .text .titre
{
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	padding-left: 0px;
	line-height: 14px;
}

#access
{
	float: right;
	margin-top: 43px;
}

#access ul > li
{
	list-style: none;
	padding: 0;

}

#access ul > li > a
{
	text-transform: uppercase;
	font-family: 'Oswald';
	font-size: 20px;
	display: inline-block;
	line-height: 20px;
	color:#888;
}

#access ul > li > a::after
{
	content: "";
	position: absolute;
	bottom: -10px;
	right: 0;
	width: calc(100% - 35px);
	height: 5px;
	opacity: 0;
	transition: .3s ease all;
}


#access ul > li+li > a::before
{
	content: '//';
	display: inline-block;
	padding: 0 10px;
	color:#DDD;
}

#access ul > li > a
{
	color:#E097AD;
	position: relative;
}

#access ul > li > a::after
{
	background-color:#E097AD;
	width: 100%;
}

#access ul > li+li > a
{
	color:#E85401;	
}
#access ul > li+li > a::after
{
	background-color:#E85401;
	width: calc(100% - 35px);
}

#access ul > li+li+li > a
{
	color:#FFD253;
}
#access ul > li+li+li > a::after
{
	background-color:#FFD253;
}

#access ul > li+li+li+li > a
{
	color:#B9D04B;
}
#access ul > li+li+li+li > a::after
{
	background-color:#B9D04B;
}

#access ul > li+li+li+li+li > a
{
	
	color:#4BC864;

}
#access ul > li+li+li+li+li > a::after
{
	background-color:#4BC864;
}

#access ul > li+li+li+li+li+li > a
{
	color:#4BA2C8;
}
#access ul > li+li+li+li+li+li > a::after
{
	background-color:#4BA2C8;
}




#access ul > li > a:hover::after,
#access ul > li.current-menu-item a::after,
#access ul > li.current_page_parent a::after
{
	
	opacity: 1;

}


#colophon, .credits
{
	background: #fff;
	margin-top: 50px;
}

.gris-clair
{
	background: #F5F5F5;
}

.blanc
{
	background: #FFF;
}

.gris-fonce
{
	background: #333;
}

.section
{
	padding: 0;
	padding-top: 50px;
}

.section .col
{
	padding: 30px;
	box-sizing: border-box;
	margin: 0 10px;
}

.section .col-100
{
	width: calc(100% - 20px);
}

.section .col-50
{
	width: calc(50% - 20px);
}

.section .col-33
{
	width: calc((100% / 3) - 20px);
}

.section .col-66
{
	width: calc((100% / 3) * 2 - 20px);
}

.section ul 
{
	list-style: none;
}

.section ul li::before 
{
	content: "\25AA"; 
	color: #fe5400;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
	font-size: 20px;
}

.section ol {
list-style: none; 
counter-reset: li;
}


.section ol li::before {content: counter(li); 
	color: #fe5400;
    display: inline-block; 
    width: 1em; 
    margin-left: -1.5em;
    margin-right: 0.5em; 
    text-align: right; 
    direction: rtl;
}

.section ol li {counter-increment: li}

.section a
{
	color:#E80149;
}

.section b,
.section strong
{
	font-weight: 600;
}

.katex-eq
{
	
}

.katex-eq *
{
	font-family: KaTeX_Main, "Times New Roman", serif;
}

blockquote
{
	padding-left: 20px;
	opacity: .8;
	border-left: 5px dotted rgba(0,0,0,.3);
}

blockquote p
{
	font-size: 16px;
}

.credits p
{
	font-size: 10px;
	text-transform: uppercase;
}

.excerpt_more
{
	display: none;
}

.article .vignette
{
	float: left;
}

.date
{
	color:#999;
	font-size: 12px;
	text-transform: uppercase;
}

.article .vignette a img
{
	margin-right: 20px;
}

.wpcf7-form label
{
	font-family: 'Open Sans';
	font-size: 14px;
}

input[type="text"],
input[type="email"],
textarea,
input[type="number"],
select
{
	background: #fff;
	height: 40px;
	border-radius: 5px;
	border:1px solid #DDD;
	outline: none;
	padding-left: 10px;
	font-family: 'Open Sans';
	font-size: 12px;
	width: 400px;
	max-width: 100%;
}

.wpcf7 .wpcf7-stripe .wpcf7-form-control
{
	height: 40px;
	border-radius: 5px;
	border: 1px solid #DDD;
	background: #fff;
	max-width: 410px;
	padding: 12px 10px;
	box-sizing: border-box;
}

.wpcf7 .euro
{
	transform: translate(-40px, 10px);
	position: absolute;
	font-size: 20px;
	opacity: .2;
}

textarea
{
	height: 150px;
	resize: none;
}

.wpcf7-form input[type="submit"],
.wpcf7-stripe button
{
	background: #000;
	color:#fff;
	height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 14px;
	box-shadow: none;
	border: none;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-stripe button:hover
{
	background: #E80149;
	cursor: pointer;
}

#access .burger
{
	display: none;
}

#cookie-notice span
{
	color:#fff;
}

#cookie-notice .cn-button
{
	background: #fe5400;
}

.bouton
{
	background: #000;
	color:#fff;
}

.bouton a
{
	color:#fff;
}

.bouton:hover
{
	background: #E80149;
}

.vignette-single
{
	display: block;
	text-align: center;
	margin: 0 auto;
}

.frise
{
	position: relative;
}

.frise .liste-etape
{
	position: relative;
	height: 150px;
}

.frise .liste-etape > div
{
	position: absolute;
	bottom: 30px;
	transform: translateX(-50%);
	font-size: 11px;
	width: 150px;
	text-align: center;
}

.frise .liste-etape > div div
{
	transform: rotate(45deg) translateX(-50%);
	text-align: right;

}

.frise .liste-etape > div span
{
	opacity: .6;
	bottom:-20px;
	position: absolute;
	font-size: 11px;
	transform: translateX(-50%);
	left: 50%;
}


.frise .liste-etape > div span::after
{
	content: "";
	border-style: solid;
	border-width: 5px;
	opacity: .3;
	position: absolute;
	left: 50%;
	bottom: -13px;
	border-color: #000 transparent transparent transparent;
	transform: translateX(-50%);
}

.frise .don
{
	float: left;
	height: 40px;
	background: #E85401;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 10px;
	font-weight: bold;
}

.frise .recette
{
	float: left;
	height: 40px;
	background: #B9D04B;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 10px;
	font-weight: bold;
}

.frise .curseur
{
	overflow: hidden;
	background: #eee;
}

.legende
{
	overflow: hidden;
	margin-top: 20px;
}

.legende .don,
.legende .recette
{
	float: left;
	margin-right: 10px;
}

.legende .don::before
{
	content: "";
	background: #E85401;
	width: 20px;
	height: 10px;
	float: left;
	margin-top: 3px;

	margin-right: 10px;
}


.legende .recette::before
{
	content: "";
	background: #B9D04B;
	width: 20px;
	height: 10px;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

.form-news
{
	overflow: auto;
}

.form-news p
{
	float: left;
}

.form-news p+p
{
	/*margin-left: 20px;*/
}

.form-news input[type="submit"]
{
	margin-top: 22px;
}

.sociaux
{
	float: right;
}

.sociaux a
{
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 10px;
	background-size: auto 15px !important;
}

.sociaux a:hover
{
	transform: scale(1.2);
}

.sociaux a.fb
{
	background: url('images/fb-noir.svg') no-repeat center;
}

.sociaux a.ig
{
	background: url('images/ig-noir.svg') no-repeat center;
}

.leaflet-popup-content p
{
	margin: 0!important;
}

.leaflet-control-attribution
{
	display: none!important;
}

.grid-item 
{ 
	  width: 33%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
}

.grid-item .titre.active
{
	display: block;
}

.grid-item .titre
{
	display: none;
	position: absolute;
	bottom:10px;
	left: 10px;
	z-index: 9;
	background: rgba(255,255,255,.5);
	padding: 5px;
	font-size: 12px;
}

.popin.active
{
	display: block;
}

.popin
{
	display: none;
}

.popin .fond-noir
{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 99;
	cursor: pointer;
}

.popin .contenu
{
	position: fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	background: #FFF;
	z-index: 999;
	padding: 20px;
	box-sizing: border-box;
}

.popin .croix
{
	position: absolute;
	right: -16px;
	cursor: pointer;
	top: -16px;
	text-transform: uppercase;
	font-size: 30px;
	background: #fff;
	border: 2px solid #000;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	overflow: hidden;
}

.popin .contenu img
{
	max-width: calc(90vw - 40px) ;
	max-height: calc(90vh - 40px);
}

.contenu table
{
	width: 100%!important;
}

.contenu table td
{
	padding: 10px;
}

.contenu table tr+tr
{
	border-top: 1px solid #EEE;
}



@media (max-width: 1300px)
{

	


}

@media (max-width: 1000px)
{
	#branding .centrer
	{
		position: relative;
		overflow: visible;
		height: 64px;
	}
	
	#access .burger
	{
		display: block;
		cursor: pointer;
		margin-right: 10px;
	}

	#access .burger i
	{
		font-size: 20px;
	}

	#access .burger+div
	{
		display:none;
	}
	
	#access .burger.active+div
	{
		display: block;
		width: 100%;
		position: absolute;
		right: 0px;
		z-index: 99;
		top:80px;
	}

	#access > div > ul 
	{
		margin-left: 0;
		background: #fff;
		box-shadow:0px 0px 20px 0px rgba(0,0,0, .2)
	}


	#access > div > ul > li
	{
		float: none;
		display: block;
	}

	#access ul > li + li > a::before,
	#access ul > li  > a::after
	{
		content: none;
	}

	#access ul > li  > a
	{
		padding:  20px 20px;	
	}

	#access ul > li+li  > a
	{
		border-top: 1px solid #EEE;
	}

	.logo img
	{
		width: 40px;
	}

	#access
	{
		margin-top: 13px;
	}
}

@media (max-width: 740px)
{
	.section
	{
		padding-top: 0px;
	}
	
	.section .col-33,
	.section .col-50,
	.section .col-66,
	.section .col-100
	{
	    width: calc(100% - 20px);
	    margin-bottom: 0px;
	    margin-top: 30px;
	}

	input[type="text"], input[type="email"], textarea, select, input[type="number"]
	{
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}

	.logo .text .nom
	{
		font-size: 30px;
	}

	.logo
	{
		max-width: 80%;
	}

	.form-news p
	{
		float: none;
	}

	.form-news p+p
	{
		margin-left: 0;
	}

	.form-news input[type="submit"]
	{
		margin-top: 0px;
	}

	.credits .left,
	.credits .right
	{
		float: none;
		text-align: center;
	}

	.frise .liste-etape > div
	{
		font-size: 8px;
	}

	.frise .liste-etape > div span
	{
		font-size: 8px;
	}

	.grid-item 
	{ 
		width: 50%;
	  	padding-bottom: 20px;
	  	padding: 5px;
	}

	.grid-item .titre
	{
		bottom:5px;
		left: 5px;
	}

}


@media (max-width: 420px)
{

	.grid-item 
	{ 
		width: 100%;
	  	padding: 0px;
	  	padding-bottom: 20px;
	}

	.grid-item .titre
	{
		bottom:20px;
		left: 0px;
	}

}