.div_background{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.div_background div{
	height: 70px;
}

.div_background div:last-child{
	background-color: #007C82;
}

.div_background div:last-child p{
	font-size: 1.3rem;
	font-weight: bold;
}

.element_bloc{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	background-color:#172258;
}

.element_bloc .text_bloc{
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	margin: 0;
}

.element_moins{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#fff;
}

.element_moins .text_moins{
	color: #172258;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 35px;
	line-height: 1.5rem;
	text-align: center;
	font-size: 80px;
}


.element_egal{
	display: flex;
	align-items: center;
	justify-content: center;
}

.element_egal .text_egal{
	color: #007C82;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 1.5rem;
	text-align: center;
	font-size: 50px;
}

@media screen and (max-width: 48em)
{
    .div_background{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
}
}

@media screen and (max-width: 73.75em)
{
	.div_background div{
		height: auto;
	}

	.element_bloc .text_bloc{
		padding: 15px;
	}
}