.plateforme {
}
.plateforme .container {
  background-image: url(../../proto/svg/transformation.svg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 100% 100%;
	height: 700px;
}
.plateforme .container svg {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: -1;
}
#idee {
	position: relative;
}
#produit {
	position: relative;
}
#tr {
	position: relative;
	bottom: 100%;
}
@media (max-width: 767px) {
	.plateforme >  .golden{
		margin-top: -100px;
		padding: 0;
	}
	.plateforme > .container {
		height: 400px;
	}
}
@media (min-width: 767px) {

}

@media (min-width: 767px) and (max-width: 1200px) {

}

@media (min-width: 1200px) and (max-width: 1599px) {

}