@charset "utf-8";
/* CSS Document */

.bottom-line {
    border-bottom: 0px solid #c7c7c7;
    padding: 25px 0;
}

.resultat-cms-page .selection-platforms-val {

    margin-bottom: 10px;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
.news-listing-section p {
    font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.4px;
}
	
.news-listing-section .h4, .h5, .h6 {
    margin-top: 30px;
    margin-bottom: 10px;
}
	
.resultat-cms-page .news-listing-section h2 {
    text-transform: uppercase;
	color: #1f61c5;
}
	
.resultat-cms-page .news-listing-section h2::after {
     background-image: none;
}
	
	
.resultat-cms-page .news-listing-section h3 {
    text-transform: uppercase;
	color: #1f61c5;
	text-align: center;
}
	
.title-text {
	color: #cb0e6e;
}
	
.source {
	color: #999999;
}
	
  }


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
.news-listing-section p {
    font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.4px;
}
	
.news-listing-section .h4, .h5, .h6 {
    margin-top: 30px;
    margin-bottom: 10px;
}
	
.resultat-cms-page .news-listing-section h2 {
    text-transform: uppercase;
	color: #1f61c5;
}
	
	
.resultat-cms-page .news-listing-section h3 {
    text-transform: uppercase;
	color: #1f61c5;
	text-align: center;
}
	
.title-text {
	color: #cb0e6e;
}
	
.source {
	color: #999999;
}

  }


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
.news-listing-section p {
    font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.4px;
}
	
.news-listing-section .h4, .h5, .h6 {
    margin-top: 30px;
    margin-bottom: 10px;
}
	
.resultat-cms-page .news-listing-section h2 {
    text-transform: uppercase;
	color: #1f61c5;
}
	
	
.resultat-cms-page .news-listing-section h3 {
    text-transform: uppercase;
	color: #1f61c5;
	text-align: center;
}
	
.title-text {
	color: #cb0e6e;
}
	
.source {
	color: #999999;
}

  }



/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
.news-listing-section p {
    font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.4px;
}
	
.news-listing-section .h4, .h5, .h6 {
    margin-top: 30px;
    margin-bottom: 10px;
}
	
.resultat-cms-page .news-listing-section h2 {
    text-transform: uppercase;
	color: #1f61c5;
}
	
	
.resultat-cms-page .news-listing-section h3 {
    text-transform: uppercase;
	color: #1f61c5;
	text-align: center;
}
	
.title-text {
	color: #cb0e6e;
}
	
.source {
	color: #999999;
}
	
  }



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

.news-listing-section p {
    font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.4px;
}
	
.news-listing-section .h3, .h4, .h5, .h6 {
     margin: 40px 0 20px;
	text-align: center;
}
	
.resultat-cms-page .news-listing-section h2 {
    text-transform: uppercase;
	color: #1f61c5;
}
	
	
.resultat-cms-page .news-listing-section h3 {
    text-transform: uppercase;
	color: #1f61c5;
	text-align: center;
}
	
.title-text {
	color: #cb0e6e;
}
	
.source {
	color: #999999;
}
	
}