<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*PAGE TEMPLATE UMBRACO*/

.resultat-cms-page .etude-de-cas-cms-page .simple-page-has-custom-js-css-true {
	background-color: #f2f0f1;
}

.resultat-cms-page .news-listing-section .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}


  .containersize {
	width: auto;
	max-width: 1190px;
	margin:  0px auto 40px auto;
	padding: 10px;
  }

.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 only screen and (max-width: 1064px) {
	.omegaapparant {
		display: block;
  }
	.omega {
		display: none;
  }
}

@media only screen and (min-width: 1065px) {
	.omegaapparant {
		display: none;
  }
.omega {
		display: block;
  }
}


/*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*/

/*CTA*/

.caption {
  /*position: absolute;*/
/*  left: 0;
  top: 50%;*/
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.caption span.bordercta {
  background-color: #f92129;
  color: #fff;
  padding: 18px;
  font-size: 35px;
  letter-spacing: 4px;
	font-family: 'rawson_alt'
}

/* MOBILE */
@media (max-width: 480px) {
.caption span.bordercta {
  padding: 8px;
font-size: 30px;
}
}
</pre></body></html>