@charset "utf-8";
/* CSS Document */

.mainalimentation {
width:auto;
max-width:2000px;
margin:0 auto;
}

/*cacher la banniere*/

.top-content {
	display: none;
}

/*suppression de l espace en haut*/
.bottom-line {
    border-bottom: 1px solid #c7c7c7;
    padding: 0px 0;
}

a:hover {
    text-decoration-line: none;
    color: #000;
    opacity: 1;/*retrait du hover des liens*/
}

.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%;
  }
}

@media screen and (max-width: 3000px) and (min-width: 800px) {
	.flexo {
		display: flex;
}
}

@media screen and (max-width: 799px) and (min-width: 100px) {
	.flexo {
		display: block; 
}
}


@media screen and (max-width: 2000px) and (min-width: 500px) {
	.quote {
	border-right: 1px solid #ffffff;
}

}

@media screen and (max-width: 499px) and (min-width: 100px) {
	.quote {
	border-right: 0px solid #ffffff;
}

}


/*TITRE DE LA PAGE TEMPLATE*/

.resultat-cms-page .news-listing-section .row {
	/*background-color: #f92129;*/
	height: auto;
}

.news-listing-section {
    padding-bottom: 0px;
}

/*BG ROUGE TITRE DE LA PAGE TEMPLATE*/
.resultat-cms-page .news-listing-section .row .col-xs-12 {
	background-color: #000000;
	height: auto;
	
	display: none;
}

/*BG bloc 2*/

.bgbloc2 { 
  /* The image used */
  background-image: url("https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/world-without-news/images/bg_world-without-news.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*BG bloc 6*/

.bgbloc6 { 
  /* The image used */
  background-image: url("https://prodsolutionsmedia.blob.core.windows.net/assets/page/mordu-communique/images/bg-bloc-6.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.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;
  }
	.stats5 {
		display: block;
  }
	.stats5mobile {
		display: none;
  }
	.stats52mobile {
		display: none;
  }
	.stats6 {
		display: block;
  }
	.stats6mobile {
		display: none;
  }
	.stats62mobile {
		display: none;
  }
	.stats7 {
		display: block;
  }
	.stats7mobile {
		display: none;
  }
	.stats72mobile {
		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;
  }
	.stats5 {
		display: none;
  }
	.stats5mobile {
		display: block;
  }
	.stats52mobile {
		display: block;
  }
.stats6 {
		display: none;
  }
	.stats6mobile {
		display: block;
  }
	.stats62mobile {
		display: block;
  }
.stats7 {
		display: none;
  }
	.stats7mobile {
		display: block;
  }
	.stats72mobile {
		display: block;
  }
		.footerdesktop {
		display: none;
  }
	.footermobile {
		display: block;
  }
}
