@charset "utf-8";
/* CSS Document */

.mainalimentation {
background-color: #c4007c;
}

.mainalimentation .bottom-line {
    border-bottom: 0px solid #c4007c;
    padding: 0px 0;
}

/*TITRE DE LA PAGE TEMPLATE*/

.resultat-cms-page .news-listing-section .row {
	/*background-color: #f92129;*/
	height: auto;
}

/*BG ROUGE TITRE DE LA PAGE TEMPLATE*/
.resultat-cms-page .news-listing-section .row .col-xs-12 {
	background-color: #c4007c;
	height: auto;
}

.resultat-cms-page .news-listing-section h2 {
    margin-top: 40px;
    margin-bottom: 20px;
	color: #ffffff;
	font-size:40px;
}

.resultat-cms-page .selection-platforms-val {
    font-weight: normal;
	font-size: 25px;
    color: #fdda1e;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

/**
 * LARGE
**/
@media only screen and (min-width: 728px) and (max-width: 8000px){
	.stats1 {
		display: block;
  }
.stats1mobile {
		display: none;
  }
	.stats2 {
		display: block;
  }
	.stats2mobile {
		display: none;
  }
}

/**
 * MOBILE LARGE
**/
@media only screen and (min-width: 10px) and (max-width: 727px){
	.mainalimentation {
width:auto;
max-width:727px;
margin:0 auto;
}
		.stats1 {
		display: none;
  }
.stats1mobile {
		display: block;
  }
	.stats2 {
		display: none;
  }
	.stats2mobile {
		display: block;
  }
}
