@charset "UTF-8";
/* line 5, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 84, ../sass/landing.scss */
body {
  background: url("https://marchofhistory.cdn.oxv.fr/images/landing/landing_fond.jpg");
  background-repeat: no-repeat;
  background-color: #000;
  background-position: top;
  text-align: center;
}

/* line 90, ../sass/landing.scss */
.landing_ensemble {
  position: relative;
  display: inline-block;
  height: auto;
  width: 1030px;
  z-index: 10;
}

/* line 95, ../sass/landing.scss */
.pageWrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
}

/* line 101, ../sass/landing.scss */
.logo {
  position: relative;
  display: inline-block;
  height: 280px;
  width: inherit;
  background: url("https://marchofhistory.cdn.oxv.fr/images/landing/landing_logo.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: bottom;
  margin-top: 10px;
}

/* line 107, ../sass/landing.scss */
.slogan, .footer {
  position: absolute;
  display: block;
  height: auto;
  width: inherit;
  min-height: 50px;
  top: 0;
  left: 0;
  font-family: 'Mate SC', serif;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}

/* line 119, ../sass/landing.scss */
.footer {
  margin: auto;
  font-family: "verdana";
  font-style: italic;
  font-size: 12px;
  min-height: 0px;
  color: #FFF;
  position: relative;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: auto;
}
/* line 133, ../sass/landing.scss */
.footer img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
}

/* line 141, ../sass/landing.scss */
.landing_contenu {
  position: relative;
  display: inline-block;
  height: auto;
  width: inherit;
  margin-top: 30px;
  background: url("https://marchofhistory.cdn.oxv.fr/images/landing/landing_contentRepeat.png") repeat-y top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 25px;
  font-family: "verdana";
  font-size: 16px;
  color: #3b1c0b;
  text-align: left;
  font-weight: bold;
  line-height: 20px;
  font-style: italic;
  /* Webkit */
  /* Firefox 4-18 */
  /* Firefox 19+ */
  /* IE10+ */
  /* Cachons la case ├â  cocher */
  /* on pr├â┬®pare le label */
  /* Aspect des checkboxes */
  /* :before sert ├â  cr├â┬®er la case ├â  cocher */
  /* Aspect g├â┬®n├â┬®ral de la coche */
  /* Aspect si "pas coch├â┬®e" */
  /* Aspect si "coch├â┬®e" */
}
/* line 149, ../sass/landing.scss */
.landing_contenu:before, .landing_contenu:after {
  content: "";
  position: absolute;
  display: block;
  height: 75px;
  width: inherit;
  background: url("https://marchofhistory.cdn.oxv.fr/images/landing/landing_contentTop.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top;
  left: 0px;
  top: -24px;
  bottom: auto;
  right: 0px;
  margin: auto;
}
/* line 158, ../sass/landing.scss */
.landing_contenu:after {
  background: url("https://marchofhistory.cdn.oxv.fr/images/landing/landing_contentFooter.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top;
  bottom: -15px;
  top: auto;
}
/* line 167, ../sass/landing.scss */
.landing_contenu .contenuTextuel {
  position: relative;
  display: inline-block;
  height: auto;
  width: 100%;
  background: url("https://marchofhistory.cdn.oxv.fr/images/landing/landing_textureFond.png") no-repeat top;
  background-size: 100% auto, 130% auto, 130% auto;
  font-size: 0;
}
/* line 176, ../sass/landing.scss */
.landing_contenu .landing_galerie, .landing_contenu .landing_formulaire {
  position: relative;
  display: inline-block;
  height: auto;
  width: 55%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding: 25px;
}
/* line 183, ../sass/landing.scss */
.landing_contenu .landing_galerie {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 3;
}
/* line 187, ../sass/landing.scss */
.landing_contenu .landing_formulaire {
  width: 45%;
  font-size: 14px;
}
/* line 193, ../sass/landing.scss */
.landing_contenu .landing_galerie #higlightContent {
  position: relative;
  display: inline-block;
  height: auto;
  width: 100%;
  float: none;
  z-index: 3;
}
/* line 200, ../sass/landing.scss */
.landing_contenu .landing_galerie #higlightPlayer {
  position: relative;
  display: inline-block;
  height: 275px;
  width: 485px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  float: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 112px;
}
/* line 206, ../sass/landing.scss */
.landing_contenu .landing_galerie #higlightPlayer .videoWrapper {
  position: absolute;
  display: block;
  height: 275px;
  width: 485px;
  left: 0;
  top: 0;
}
/* line 212, ../sass/landing.scss */
.landing_contenu .landing_galerie #higlightPlayer .thumbLegende {
  background: none;
  height: 110px;
  bottom: -110px;
  font-family: inherit;
  font-size: 14px;
  color: #3D3D3D;
  text-align: center;
  font-weight: bold;
  line-height: 18px;
}
/* line 217, ../sass/landing.scss */
.landing_contenu .landing_galerie #higlightPlayer .thumbLegende:before {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 0px;
  vertical-align: middle;
  content: "";
}
/* line 222, ../sass/landing.scss */
.landing_contenu .landing_galerie #higlightPlayer .thumbLegende span {
  position: relative;
  display: inline-block;
  height: auto;
  width: 70%;
  vertical-align: middle;
}
/* line 231, ../sass/landing.scss */
.landing_contenu .landing_galerie #higlightStripWrapper {
  height: 70px;
}
/* line 233, ../sass/landing.scss */
.landing_contenu .landing_galerie #higlightStripWrapper #higlightStrip, .landing_contenu .landing_galerie #higlightStripWrapper #higlightStripThumbsWrapper {
  height: inherit;
}
/* line 236, ../sass/landing.scss */
.landing_contenu .landing_galerie #higlightStripWrapper .higlightStripThumb {
  overflow: hidden;
  height: 66px;
  background: rgba(0, 0, 0, 0.2);
  width: 116.25px;
  margin-right: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
/* line 246, ../sass/landing.scss */
.landing_contenu .landing_galerie #higlightStripWrapper .higlightStripThumb:last-child {
  margin-right: 0px;
}
/* line 257, ../sass/landing.scss */
.landing_contenu button {
  position: relative;
  display: inline-block;
  height: auto;
  width: 100%;
  padding: 8px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  background-position: top;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
/* line 276, ../sass/landing.scss */
.landing_contenu button.FB {
  background-image: -webkit-linear-gradient(bottom, rgba(90, 127, 188, 0), rgba(90, 127, 188, 0.64) 64%, #5a7fbc);
  background-image: -moz-linear-gradient(bottom, rgba(90, 127, 188, 0), rgba(90, 127, 188, 0.64) 64%, #5a7fbc);
  background-image: -o-linear-gradient(bottom, rgba(90, 127, 188, 0), rgba(90, 127, 188, 0.64) 64%, #5a7fbc);
  background-image: linear-gradient(to top, rgba(90, 127, 188, 0), rgba(90, 127, 188, 0.64) 64%, #5a7fbc);
  background-color: #45619d;
}
/* line 283, ../sass/landing.scss */
.landing_contenu button.FB:before {
  content: "";
  background: url("https://marchofhistory.cdn.oxv.fr/images/landing/landing_FBLogo.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top;
  position: absolute;
  display: block;
  height: 33px;
  width: 34px;
  top: 5px;
  left: 5px;
}
/* line 292, ../sass/landing.scss */
.landing_contenu button.FB:hover {
  background-color: #8197c7;
}
/* line 298, ../sass/landing.scss */
.landing_contenu button.jouer {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 250, 0, 0), #fffa00);
  background-image: -moz-linear-gradient(bottom, rgba(255, 250, 0, 0), #fffa00);
  background-image: -o-linear-gradient(bottom, rgba(255, 250, 0, 0), #fffa00);
  background-image: linear-gradient(to top, rgba(255, 250, 0, 0), #fffa00);
  background-color: #e1a900;
  color: #000;
  font-family: 'Mate SC', serif;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-weight: normal;
}
/* line 312, ../sass/landing.scss */
.landing_contenu button.jouer:hover {
  background-color: #ffd148;
}
/* line 320, ../sass/landing.scss */
.landing_contenu .separateur, .landing_contenu .separateurSans {
  position: relative;
  display: inline-block;
  height: auto;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  left: 0px;
  margin: 15px 0px;
}
/* line 327, ../sass/landing.scss */
.landing_contenu .separateur:before, .landing_contenu .separateur:after, .landing_contenu .separateurSans:before, .landing_contenu .separateurSans:after {
  content: "";
  background: url("https://marchofhistory.cdn.oxv.fr/images/landing/landing_separateur.png");
  background-repeat: repeat-x;
  background-color: transparent;
  background-position: top;
  position: absolute;
  display: block;
  height: 3px;
  width: 45%;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto;
}
/* line 336, ../sass/landing.scss */
.landing_contenu .separateur:after, .landing_contenu .separateurSans:after {
  right: 0;
  left: auto;
}
/* line 344, ../sass/landing.scss */
.landing_contenu .separateurSans:before {
  width: 100%;
}
/* line 348, ../sass/landing.scss */
.landing_contenu .separateurSans:after {
  display: none;
}
/* line 354, ../sass/landing.scss */
.landing_contenu input[type="text"], .landing_contenu input[type="password"], .landing_contenu input[type="email"] {
  position: relative;
  display: inline-block;
  height: auto;
  width: 100%;
  padding: 10px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(80, 40, 15, 0.14);
  max-width: 100%;
  -moz-box-shadow: inset 0 0 4px 2px rgba(25, 24, 25, 0.3);
  -webkit-box-shadow: inset 0 0 4px 2px rgba(25, 24, 25, 0.3);
  box-shadow: inset 0 0 4px 2px rgba(25, 24, 25, 0.3);
  border: none;
  border-bottom: solid 1px #E2DECB;
  color: inherit;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 15px;
  outline: none;
}
/* line 373, ../sass/landing.scss */
.landing_contenu ::-webkit-input-placeholder {
  color: inherit;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  background: transparent !important;
}
/* line 381, ../sass/landing.scss */
.landing_contenu :-moz-placeholder {
  color: inherit;
  background: transparent !important;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}
/* line 390, ../sass/landing.scss */
.landing_contenu ::-moz-placeholder {
  color: inherit;
  background: transparent !important;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}
/* line 399, ../sass/landing.scss */
.landing_contenu :-ms-input-placeholder {
  color: inherit;
  background: transparent !important;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}
/* line 408, ../sass/landing.scss */
.landing_contenu [type="radio"]:not(:checked),
.landing_contenu [type="radio"]:checked {
  visibility: hidden;
  width: 0;
  margin: 0;
}
/* line 416, ../sass/landing.scss */
.landing_contenu [type="radio"]:not(:checked) + label,
.landing_contenu [type="radio"]:checked + label {
  position: relative;
  /* permet de positionner les pseudo-├â┬®l├â┬®ments */
  padding-left: 25px;
  /* fait un peu d'espace pour notre case ├â  venir */
  cursor: pointer;
  /* affiche un curseur adapt├â┬® */
  color: #371809;
  font-size: 16px;
  font-weight: bold;
}
/* line 428, ../sass/landing.scss */
.landing_contenu [type="radio"]:not(:checked) + label:before,
.landing_contenu [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border: 1px solid #A8945A;
  border-radius: 16px;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0,.3) ;*/
  background: rgba(25, 24, 25, 0.3);
  border-bottom: solid 1px #E2DECB;
}
/* line 445, ../sass/landing.scss */
.landing_contenu [type="radio"]:not(:checked) + label:after,
.landing_contenu [type="radio"]:checked + label:after {
  content: "";
  background: url(https://celsiusonline.s3.amazonaws.com/images/landing/puce.png) no-repeat -2px 2px;
  position: absolute;
  top: -2px;
  left: 3px;
  height: 16px;
  width: 16px;
  font-size: 16px;
  color: inherit;
  transition: all .2s;
  /* on pr├â┬®voit une animation */
  -webkit-transition: all .2s;
  /* on pr├â┬®voit une animation */
}
/* line 460, ../sass/landing.scss */
.landing_contenu [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  /* coche invisible */
  transform: scale(0);
  /* mise ├â  l'├â┬®chelle ├â  0 */
  -webkit-transform: scale(0);
  /* mise ├â  l'├â┬®chelle ├â  0 */
}
/* line 466, ../sass/landing.scss */
.landing_contenu [type="radio"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  transform: scale(1);
  /* mise ├â  l'├â┬®chelle 1:1 */
  -webkit-transform: scale(1);
  /* mise ├â  l'├â┬®chelle 1:1 */
}
/* line 472, ../sass/landing.scss */
.landing_contenu .sectionSexe {
  position: relative;
  display: inline-block;
  height: auto;
  width: 100%;
  padding-bottom: 15px;
}
/* line 475, ../sass/landing.scss */
.landing_contenu .sectionSexe .sexeM {
  float: left;
  padding-left: 35px;
}
/* line 480, ../sass/landing.scss */
.landing_contenu .sectionSexe .sexeF {
  float: right;
  padding-right: 35px;
}
/* line 488, ../sass/landing.scss */
.landing_contenu a {
  color: inherit;
  display: inline-block;
  width: 100%;
  text-align: center;
}
/* line 493, ../sass/landing.scss */
.landing_contenu a:hover {
  color: #fff;
}
/* line 498, ../sass/landing.scss */
.landing_contenu .personnageFeminin, .landing_contenu .personnageMasculin {
  position: absolute;
  display: block;
  height: 320px;
  width: 150px;
  bottom: -80px;
  z-index: 5;
}
/* line 504, ../sass/landing.scss */
.landing_contenu .personnageFeminin {
  right: -95px;
  background: url("https://marchofhistory.cdn.oxv.fr/images/landing/landing_perso2.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top;
}
/* line 508, ../sass/landing.scss */
.landing_contenu .personnageMasculin {
  left: -90px;
  background: url("https://marchofhistory.cdn.oxv.fr/images/landing/landing_perso1.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top;
}
/* line 514, ../sass/landing.scss */
.landing_contenu .module1, .landing_contenu .module2 {
  position: absolute;
  display: block;
  height: 100%;
  width: 250px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0px 0px 5px;
  -moz-box-shadow: inset 0 0 8px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 8px 0px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 8px 0px rgba(0, 0, 0, 0.6);
  background: rgba(51, 94, 172, 0.7) url("https://marchofhistory.cdn.oxv.fr/images/landing/landing_textureFond.png") no-repeat top;
  border: solid 1px rgba(25, 24, 25, 0.72);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 10px;
  font-family: 'Mate SC', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  color: #fff;
  line-height: 28px;
  text-shadow: 0 0 8px black;
  top: 0px;
}
/* line 533, ../sass/landing.scss */
.landing_contenu .module1 {
  left: -250px;
}
/* line 535, ../sass/landing.scss */
.landing_contenu .module1 ul {
  display: inline-block;
  list-style: none;
}
/* line 538, ../sass/landing.scss */
.landing_contenu .module1 ul li {
  padding-bottom: 25px;
  text-indent: 10px;
  padding-top: 10px;
  padding-left: 20px;
  background: url("https://marchofhistory.cdn.oxv.fr/images/landing/landing_puce.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top;
  background-position: top left;
}
/* line 551, ../sass/landing.scss */
.landing_contenu .module2 {
  right: -248px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 5px 5px 0px;
  text-align: center;
  font-size: 40px;
}
/* line 557, ../sass/landing.scss */
.landing_contenu .module2 .tokens {
  position: absolute;
  display: block;
  height: 170px;
  width: 160px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 40px;
  color: #FBD602;
}
/* line 564, ../sass/landing.scss */
.landing_contenu .module2 .tokens span {
  font-size: 80px;
  display: inline-block;
  width: 100%;
  color: #fee765;
  height: 60px;
}
/* line 570, ../sass/landing.scss */
.landing_contenu .module2 .tokens span:before {
  position: absolute;
  display: block;
  height: 130px;
  width: 200px;
  background: url("https://marchofhistory.cdn.oxv.fr/images/landing/landing_tokens.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top;
  top: -120px;
  left: -20px;
  content: "";
}
/* line 583, ../sass/landing.scss */
.landing_contenu p {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
/* line 589, ../sass/landing.scss */
.landing_contenu .arrow_box {
  position: absolute;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  background: #2d3d60;
  border: 1px solid #000000;
  z-index: 8;
  width: 200px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  top: 0;
  right: -230px;
  display: none;
}
/* line 604, ../sass/landing.scss */
.landing_contenu .arrow_box:after, .landing_contenu .arrow_box:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 615, ../sass/landing.scss */
.landing_contenu .arrow_box:after {
  border-color: rgba(51, 94, 172, 0);
  border-right-color: #2d3d60;
  border-width: 10px;
  margin-top: -10px;
}
/* line 621, ../sass/landing.scss */
.landing_contenu .arrow_box:before {
  border-color: transparent;
  border-right-color: #000000;
  border-width: 11px;
  margin-top: -11px;
}
/* line 628, ../sass/landing.scss */
.landing_contenu .champWrapper {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
}

/* line 637, ../sass/landing.scss */
.landing_contenu .PGW_champWrapper {
  display: none;
}

/* line 644, ../sass/landing.scss */
.PGW_pageWrapper .landing_ensemble:before {
  content: "";
  position: absolute;
  display: block;
  height: 200px;
  width: 220px;
  background: url("https://marchofhistory.cdn.oxv.fr/images/landing/PGW_logo.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top;
  left: 0px;
  top: 64px;
}
/* line 654, ../sass/landing.scss */
.PGW_pageWrapper .PGW_champWrapper {
  display: inline-block;
}

/* line 659, ../sass/landing.scss */
.macaronPGW {
  display: none !important;
}
