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

.s3 {
font-style: italic;
}

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

.resultat-cms-page .news-listing-section .row .col-xs-12 h2 {
	color: #ffffff;
}

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

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.bottom-line {
    border-bottom: 0px solid #c7c7c7;
    padding: 0px 0;
}

.bottom-line h2 {
    border-bottom: 0px solid #c7c7c7;
    padding: 0px 0;
	color: #ffffff;
}

/*.news-listing-section {
	background-color: #000000;
}*/

/*Style de la page*/

h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'rawson_alt';
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    padding: 20px 0px 5px 0px;
    display: block;
	margin: 0 0 0px 0;
}

.news-listing-section p {
    font-family: 'rawson_alt';
	font-size: 18px;
}

.news-listing-section .btn-primary {
    color: #000000;
    background-color: #ac9c6f;
    border-color: #ac9c6f;
}

.news-listing-section .btn-primary:hover {
    border-color: #ac9c6f;
}

.news-listing-section .btn {
    background: #ac9c6f;
    border-radius: 1px;
	transition: background .5s;
}

/* 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: #ac9c6f;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

/*FIN TITRE DE LA PAGE TEMPLATE*/
</pre></body></html>