/* //////////////////// Section co2 détail ////////////////////*/
.graph-co2 .details{
  margin: 35px 49px 30px;
}
.graph-co2 .details .co2-image{
  text-align: center;
  height: 140px;
}

.graph-co2 .details .co2-image img {
  transform: scaleX(-1);
  margin: auto;
}
.graph-co2 .details .co2-value{
  font-size: 95px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a6c9d4;
  text-align: center;
}
.graph-co2 .details .c02-unit{
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #a6c9d4;
  text-align: center;
}

/* //////////////////// Section co2 info ////////////////////*/

.graph-co2 .info .update,
.graph-co2 .info .region{
  opacity: 0.8;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.graph-co2 .info .title{
  font-size: 26px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
}

@media only screen and (max-width: 768px) {
	.graph-co2 .details {
		margin: 20px;
	}

	.graph-co2 .details .co2-image {
		height: 123px;
	}

	.graph-co2 .details .co2-image img {
		height: 100%;
    		margin: auto;
	}

	.graph-co2 .details .co2-value {
		font-size: 53px;
	}

	.graph-co2 .details .c02-unit {
		font-size: 25px;
	}
}
