.decouverte {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
	background: url(../images/decouverte.png) center center no-repeat;
	background-size: cover;
}

.decouverte__box {
	padding: 30px 50px 30px 50px;
	background: #464646;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media only screen and (max-width: 800px) {
	.decouverte__box {
		padding: 40px 20px 40px 20px;
	}
}

.decouverte__box .top {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}

@media only screen and (max-width: 450px) {
	.decouverte__box .top {
		flex-direction: column;
	}
}

.decouverte__box .image {
	width: 180px;
	margin-left: 20px;
}

@media only screen and (max-width: 450px) {
	.decouverte__box .image {
		margin-left: 0;
		margin-top: 20px;
	}
}

.decouverte__box .title {
	color: white;
	font-size: 20pt;
}

.decouverte__box .button {
	padding: 20px;
	border-radius: 30px;
	cursor: pointer;
	font-size: 11pt;
	font-family: "Flink Bold";
	transition: all 0.2s ease-out;
}

.decouverte__box .button:hover {
	box-shadow: 0px 0px 10px rgb(130, 130, 130);
}
