@charset "utf-8";
/* CSS Document */

.mainalimentation {
width:auto;
max-width:2000px;
margin:0 auto;
}

.resultat-cms-page .news-listing-section .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

/* FULL SCREEN */
@media only screen and (min-width: 1200px) {
  .resultat-cms-page .news-listing-section .container {
    width:100%;
  }
}

/* FULL SCREEN */
@media only screen and (min-width: 768px) {
  .resultat-cms-page .news-listing-section .container {
    width:100%;
  }
}

/*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: #000000;
	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: #ffbe00;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.square-num-w-text-section {
    margin-top: 0px;
    margin-bottom: 50px;
}

.news-listing-section .item-block {
    text-align: center;
    margin-bottom: 0px;
}

/*.news-listing-section p {
    font-size: 25px;
}*/

/*FIN TITRE DE LA PAGE TEMPLATE*/



/**
 * LARGE
**/
@media only screen and (min-width: 728px) and (max-width: 8000px){
	.stats1 {
		display: block;
  }
.stats1mobile {
		display: none;
  }
.stats12mobile {
		display: none;
  }
	.stats2 {
		display: block;
  }
	.stats2mobile {
		display: none;
  }
	.stats22mobile {
		display: none;
  }
		.stats3 {
		display: block;
  }
	.stats3mobile {
		display: none;
  }
	.stats32mobile {
		display: none;
  }
	.stats4 {
		display: block;
  }
	.stats4mobile {
		display: none;
  }
	.stats42mobile {
		display: none;
  }
		.footerdesktop {
		display: block;
  }
	.footermobile {
		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;
  }
.stats12mobile {
		display: block;
  }
	.stats2 {
		display: none;
  }
	.stats2mobile {
		display: block;
  }
	.stats22mobile {
		display: block;
  }
		.stats3 {
		display: none;
  }
	.stats3mobile {
		display: block;
  }
	.stats32mobile {
		display: block;
  }
	.stats4 {
		display: none;
  }
	.stats4mobile {
		display: block;
  }
	.stats42mobile {
		display: block;
  }
		.footerdesktop {
		display: none;
  }
	.footermobile {
		display: block;
  }
}
