@charset "utf-8";
/* CSS Document */

.mainalimentation {
width:auto;
max-width:2000px;
margin:0 auto;
}

/*changement dimension la banniere*/

.top-content {
	display: none;
}

/*suppression de l espace en haut*/
.bottom-line {
    border-bottom: 0px solid #c7c7c7;
    padding: 0px 0;
}

a:hover {
    text-decoration-line: none;
    color: #000;
    opacity: 1;/*retrait du hover des liens*/
}

/*TITRE DE LA PAGE TEMPLATE*/

.resultat-cms-page .news-listing-section .row {
	/*background-color: #f92129;*/
	height: auto;
}

.news-listing-section {
    padding-bottom: 40px;
	
	background-color: #000000;
}

/*BG ROUGE TITRE DE LA PAGE TEMPLATE*/
.resultat-cms-page .news-listing-section .row .col-xs-12 {
	/*background-color: #000000;*/
	height: auto;
	
	display: block;
}

/*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: #e03735;
    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*/



/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.news-listing-section p {
    font-size: 16px;
	color:#ffffff;
}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
		.news-listing-section p {
    font-size: 16px;
	color:#ffffff;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
		.news-listing-section p {
    font-size: 16px;
	color:#ffffff;
}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.news-listing-section p {
    font-size: 16px;
	color:#ffffff;
}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	.news-listing-section p {
    font-size: 18px;
	color:#ffffff;
}
	.container {
    width: 990px;
}
}