@font-face {
    font-family: 'Repetition';
    src: url('Repetition.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Highway Gothic';
    src: url('HighwayGothic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body, html
{
	width: 100%;
	max-width: 100%;
	font-family: "Highway Gothic";
	text-align: center;
	margin: 0;
	overflow-x: hidden;
}

h1,h2,h3
{
	font-family: "Repetition";
	font-weight: normal;
}

h3
{
	font-size: 1.6em;
}

h3:before
{
	display: inline-block;
	content: "";
	background: url('roulotte.png') no-repeat;
	background-size: contain;
	background-position: center bottom;
	height: 2.5em;
	width: 4em;
	
	position:relative;
	top:0.5em;
}

.block
{

}

.text
{
	display: flex;
	max-width: 800px;
	margin: auto;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;	
	align-items: center;
}

.text img
{
	/*max-height: 300px;*/
	width: 90%;
	/*padding: 15px;*/
	margin: auto;
	box-sizing: border-box;
}

.left
{
	flex: 0 1 450px;
	max-width: 100%;
}

.right
{
	flex: 1 1 300px;
	/*margin: 10px;*/
}

.text p
{
	padding: 8px 16px;
	margin: 0;
	/*max-width: 50%;
	margin: auto;*/
	text-align: justify;
}

.text p:first-letter
{
	font-family: "Repetition";
	font-size: 1.5em;
	line-height:1em;
}

.block > ul
{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 5px;
	border-radius: 5px;
	min-width: 80%;
}

.block > ul li
{
	display: block;
	/*padding: 5px;*/
	background-color: #edffd0;
	/*flex-grow: 1;*/
}

.block > ul li:first-child
{
	border-radius: 8px 0 0 8px;
}

.block > ul li:first-child img, .block > ul li:first-child video
{
	border-radius: 8px 0 0 0;
}

.block > ul li:last-child
{
	border-radius: 0 8px 8px 0;
}

.block > ul li:last-child img, .block > ul li:last-child video
{
	border-radius: 0 8px 0 0;
}

.smallitem
{
	/*max-width: 20%;*/
	flex:  0 1 220px;
}

.block > ul li:nth-child(odd)
{
	background-color: #cdff00;
}

.block > ul img
{
	max-width: 130px;
	transition: 0.25s;	
}

.block > ul li:hover img
{
	transform: translateY(-25%) scale(1.5);
}

.block > ul video
{
	max-width: 350px;
}

#header, #footer
{
	background-color: #cdff00;
	padding: 10px;
}

#bonhomme
{
	margin: 20px;
}

#footer
{
	/*color: white;*/
	color: #366222;
}

a
{
	text-decoration: none;
	color: inherit;
}

.link
{
	transition: 0.25s;
	cursor: pointer;
}

.link:hover
{
	background-color: #fc9719 !important;
	color: white;
}

.float
{
}

.menu
{
	background-color:  #edffd0;
}

.menu ul
{
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
}

.menu li
{
	padding: 10px;
	transition: 0.25s;
}

.menu li:not(.sep):hover
{
	background: #fc9719;
	color: white;
}

.menu li.sep
{
	cursor: default;
}

#small-menu
{
	display: none;
}

@media (max-width: 480px)
{
	#big-menu
	{
		display: none;
	}
	#small-menu
	{
		display: block;
	}
	.menu li
	{
		padding: 5px;
	}
	.menu li.sep
	{
		width: 0.4em;
		padding: 0;
	}
}

@media (min-width: 480px)
{
	#dates li
	{
		max-width: 150px;
	}
}

#dates li
{
	padding: 10px;
}