body {
	text-align: center;
	background-color: #63673D;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.legende {
	color: #CCCC66;
}
body main {
	background-color: #BBC374;
	border: 1px solid #FFFFFF;
	width: 902px;
	margin: 0 auto;
}
section.container {
	display: flex;
}

.menugauche {
	flex: auto;
	text-decoration: none;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	width: 251px;
}
.menugauche .section-menu {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.menugauche .section-menu ul {
	background-image: url("../images/menucenter-a5kfAy3.jpg");
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	width: 224px;
}
.menugauche .section-menu .imgmenu {
	width: 224px;
}
.menugauche .section-menu .imgmenu.top {
	height: 91px;
}
.menugauche .section-menu .imgmenu.bottom {
	height: 2px;
}
.menugauche .section-menu .imgmenu.leschiens {
	width: 125px;
	height: 26px;
	margin-top: 10px;
}
.menugauche .section-menu .imgmenu.porteegolden {
	width: 136px;
	height: 55px;
	margin-top: 10px;
}
.menugauche .section-menu .imgmenu.expogolden {
	width: 153px;
	height: 44px;
	margin-top: 10px;
}
.menugauche .section-menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
.menugauche .section-menu .imgmenu.top2 {
	height: 94px;
}
.menugauche .section-menu .imgmenu.porteeberger {
	width: 133px;
	height: 57px;
	margin-top: 10px;
}
.menugauche .section-menu .imgmenu.expoberger {
	width: 154px;
	height: 43px;
	margin-top: 10px;
}
.menugauche .section-menu.credits {
	text-align: center;
}

.menugauche .section-menu ul li a {
	text-decoration: none;
}
section.body {
	flex: auto;
	text-decoration: none;
	font-size: 12px;
	margin: 10px;
	padding: 20px;
	width: 611px;
	background-color: #F4F8E1;
	border: 1px solid #989997;
	background-image: url("../images/hautpagecenter-0VxOE8V.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}

/* fix images qui dépassent du cadre */
section.body img {
	max-width: 100%;
	height: auto;
}

.texte-book {
	font-size: 11px;
	color: #333333;
}
.font-menu {
	background-image: url("../images/menucenter-a5kfAy3.jpg");
	background-repeat: repeat;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

/**
* Form
*/
.form-group {
    margin-top: 1rem;
}

.form-group label {
    display: block;
}

.form-group input,
.form-group textarea,
.form-group select {
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/**
* END Form
*/


/**
* Flash
*/
.alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
	margin-top: 2em;
}

.alert-success {
}
/**
* END Flash
*/

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
}
.flex-item {
    margin: 10px;
    padding: 10px;
    width: 230px; /* Adjust the width as needed */
    text-align: center;
}