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

body, html {
  height: 100%;
  margin: 0;
  /*font: 400 15px/1.8 "Lato", sans-serif;*/
  color: #777;
}

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

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-picto, .bgimg-4, .bgimg-5, .bgimg-6 {
  position: relative;
  /*opacity: 0.65;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
/*.bgimg-1 {
  background-image: url("https://prodsolutionsmedia.blob.core.windows.net/assets/page/test-parallax-2/img_olympics_tokyo_hero_1.jpg");
  min-height: 714px;
}*/

.bgimg-picto {
  background-image: url("https://prodsolutionsmedia.blob.core.windows.net/assets/page/test-parallax-2/olympics_5_names/penny_oleksiak.png");
  min-height: 500px;
}

.bgimg-2 {
  background-image: url("https://prodsolutionsmedia.blob.core.windows.net/assets/page/test-parallax-2/olympics_5_names/jennifer_abel.png");
  min-height: 500px;
}

.bgimg-3 {
  background-image: url("https://prodsolutionsmedia.blob.core.windows.net/assets/page/test-parallax-2/olympics_5_names/andre_degrasse.png");
  min-height: 500px;
}

.bgimg-4 {
  background-image: url("https://prodsolutionsmedia.blob.core.windows.net/assets/page/test-parallax-2/olympics_5_names/kylie_masse.png");
  min-height: 500px;
}

.bgimg-5 {
  background-image: url("https://prodsolutionsmedia.blob.core.windows.net/assets/page/test-parallax-2/olympics_5_names/maggie_macneil.png");
  min-height: 500px;
}

/*.bgimg-6 {
  background-image: url("https://prodsolutionsmedia.blob.core.windows.net/assets/page/test-parallax-2/sport_climbing.png");
  min-height: 500px;
}*/

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

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

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

/*PAGE TEMPLATE UMBRACO*/

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

/*TITRE DE LA PAGE TEMPLATE*/

.resultat-cms-page .news-listing-section .row {
	height: auto;
}

.resultat-cms-page .news-listing-section .row .col-xs-12 {
	background-color: #f92129;
	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;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.news-listing-section p {
    font-size: 25px;
}

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

/*FIN TITRE DE LA PAGE TEMPLATE*/

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

.titre3 {
  text-transform: uppercase;
    letter-spacing: 2px;
	font-family: 'rawson_alt';
	font-size:40px;
	color: #000000;
	font-weight: bold;
	/*padding: 10px 0px 10px 0px;*/
	margin: 0px;
	padding: 0px;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
    background-attachment: scroll;
  }
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (min-width: 1200px) {
  .resultat-cms-page .news-listing-section .container {
    width:100%;
  }
}

/* MOBILE */
@media (max-width: 600px) {
h3 {

	display: block;
	
}
}
</pre></body></html>