*
{
	font-family: Arial, Impact, Verdana, sans-serif;
	flex-wrap: wrap;
}

#SlideShow
{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.ImageSlide{
	margin-right: 5px;
	margin-right: 5px;
	margin-top: 10px;
}

/* BUTTONS */
.button {
	  border-radius: 4px;
	  background-color: rgba(133,163,102,1);
	  border: none;
	  color: #FFFFFF;
	  text-align: center;
	  font-size: 14px;
	  padding: 10px;
	  width: auto;
	  transition: all 0.5s;
	  cursor: pointer;
	  margin: 5px;
	}

	.button span {
	  cursor: pointer;
	  display: inline-block;
	  position: relative;
	  transition: 0.5s;
	}

	.button span:after {
	  content: '\00bb';
	  position: absolute;
	  opacity: 0;
	  top: 0;
	  right: -20px;
	  transition: 0.5s;
	}

	.button:hover span {
	  padding-right: 25px;
	}

	.button:hover span:after {
	  opacity: 1;
	  right: 0;
	}

#Buttons{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
/*********/

/* BUTTON_PRESSED */
#selected{
	color: rgba(50,88,60,1);
	text-decoration: underline;
}
#selected span:after {
	content: '';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
#selected:hover span {
	padding-right: 0px;
}
/********/

#TextPresentation
{
	margin-top: 25px;
	font-size: 20px;
	width: 100%;
	margin:10px;
	padding: 5px;
	height: 100%;
	text-align: left;
}

#right{
	width: 30%;
	height: auto;
}

#left{
	width: 50%;
	height: 100%;
	margin-right: 5%;
	text-align: right;
}

#body{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: top;
	margin-top: 25px;
	margin-bottom: 30px;
}

.plan{
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: auto;
}

.LogoGDF{
	width: auto;
	height: 40px;
	float: left;
	margin-right: 20px;
}

@media screen and (max-width:900px){
	#body{
		flex-flow: column wrap;
	}
	#left, #right{
		width: 80%;
	}
}

.bonsplansR{
	display: block;
	box-shadow: 4px 4px 4px;
	margin-bottom: 20px;
	width: 70%;
	float: right;
}

.bonsplansL{
	box-shadow: 4px 4px 4px;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 30%;
}

#leftimages{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
}
