#content {
	position: relative;
	padding-top: 20px;
}

.colored {
	background-color: #B0FB3B; 
	border-radius: 10px;
}

.title {
	width: 300px;
	height: 55px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-left: 1px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 30px center;
}
.title span {
	display: none;
}

.photo {
	display: inline-block;
	vertical-align: top;
	margin: 10px 30px;
	width: 300px;
	height: 175px;
	background-repeat: no-repeat;
	background-position: center;
}

.select {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	width: 200px;
	height: 155px;
	padding: 10px;
}
.select table {
	width: 100%;
	height: 80px;
	margin-top: 30px;
	font-size: 12px;
}
.select table td {
	text-align: center;
}
.select button {
	display: block;
	margin: auto;
}


@media screen and (max-width: 1000px) {
	.photo {
		display: block;
	}
	.select {
		margin-top: 0px;
		margin-left: 30px;
		width: 280px;
	}
	
}
@media screen and (max-width: 720px) {
	.commande {
		position: static;
		margin-left: 30px;
		margin-top: 10px;
		width: 260px;
	}
	
}
@media screen and (max-width: 420px) {
	.title {
		padding-left: 0px;
	}
	.photo,
	.select,
	.commande {
		display: block;
		margin: auto;
		margin-top: 10px;
	}
}
@media screen and (max-width: 375px) {
	.title,
	.photo,
	.select,
	.commande {
		width: 100%;
		box-sizing: border-box;
	}
}