/* line 5, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/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, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/** fancybox*/
/* Variables */
/*@font-face {
  font-family: 'ProximaNova-Light';
  src: url('../fonts/ProximaNova-Light/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Light/ProximaNova-Light.otf')  format('opentype'),
	     url('../fonts/ProximaNova-Light/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light/ProximaNova-Light.ttf')  format('truetype'), url('../fonts/ProximaNova-Light/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: 'gotham_book';
  src: url("../font/gotham_book_regular-webfont.woff2") format("woff2"), url("../font/gotham_book_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 7, ../src/sass/main.scss */
html, body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-family: "gotham_book";
  line-height: 1.6em;
  font-size: 1em;
}

/* line 14, ../src/sass/main.scss */
p {
  margin-bottom: 20px;
}

/* line 17, ../src/sass/main.scss */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 22, ../src/sass/main.scss */
*:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 25, ../src/sass/main.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 28, ../src/sass/main.scss */
a {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 32, ../src/sass/main.scss */
h1, .h1 {
  line-height: 1.5em;
  font-size: 2em;
  text-rendering: optimizeLegibility;
}

/* line 37, ../src/sass/main.scss */
h2, .h2 {
  line-height: 1.4em;
  font-size: 1.5em;
  text-rendering: optimizeLegibility;
}

/* line 42, ../src/sass/main.scss */
h3, .h3 {
  line-height: 1.4em;
  font-size: 1.3em;
  text-rendering: optimizeLegibility;
}

/* line 48, ../src/sass/main.scss */
i, em {
  font-style: italic;
}

/* line 51, ../src/sass/main.scss */
b, strong {
  font-weight: 700;
}

/* line 55, ../src/sass/main.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 59, ../src/sass/main.scss */
ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}
/* line 67, ../src/sass/main.scss */
ol li {
  padding-left: 20px;
  margin: 10px 0;
}

/* line 72, ../src/sass/main.scss */
ul {
  display: block;
  list-style-type: square;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}
/* line 80, ../src/sass/main.scss */
ul li {
  padding-left: 20px;
  margin: 10px 0;
}

/* line 85, ../src/sass/main.scss */
.full {
  width: 100%;
  float: left;
}

/* line 90, ../src/sass/main.scss */
.wrap-head {
  max-width: 1366px;
  margin: auto;
  position: relative;
  border: 1px solid #ccc;
}
/* line 95, ../src/sass/main.scss */
.wrap-head picture {
  display: block;
  line-height: 0;
}

/* line 100, ../src/sass/main.scss */
.wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

/* line 106, ../src/sass/main.scss */
.main-content h1 {
  line-height: 1em;
  margin: 1.2em 0 1em;
  text-align: center;
}

/* line 112, ../src/sass/main.scss */
.wrap-buttons {
  display: none;
  padding-top: 15px;
  clear: both;
  text-align: center;
}
/* line 117, ../src/sass/main.scss */
.wrap-buttons img {
  max-height: 45px;
}

/* line 121, ../src/sass/main.scss */
.list-videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 15px 0;
}
/* line 127, ../src/sass/main.scss */
.list-videos li {
  flex: 0 0 calc(33.3% - 6%);
  color: white;
  padding: 0px;
  margin: 10px 3%;
  list-style: none;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
/* line 137, ../src/sass/main.scss */
.list-videos li img {
  border: 1px solid #ccc;
  border-radius: 5px;
}
/* line 141, ../src/sass/main.scss */
.list-videos li .wrap-video {
  line-height: 0;
  position: relative;
}
/* line 144, ../src/sass/main.scss */
.list-videos li .wrap-video:after {
  content: '';
  display: block;
  width: 65px;
  height: 65px;
  background-image: url(../img/play.btb.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .2s ease;
}
/* line 157, ../src/sass/main.scss */
.list-videos li .wrap-video:hover:after {
  opacity: 0.7;
}

/* line 164, ../src/sass/main.scss */
.switch {
  height: 56px;
  width: 24px;
  background-color: #555;
  position: relative;
  display: block;
  border-radius: 15px;
  position: absolute;
  top: 104%;
  left: 0;
  z-index: 2;
}
/* line 175, ../src/sass/main.scss */
.switch:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  left: 3px;
}
/* line 185, ../src/sass/main.scss */
.switch .en {
  position: absolute;
  top: 3px;
  left: 125%;
  line-height: 1em;
}
/* line 191, ../src/sass/main.scss */
.switch .fr {
  position: absolute;
  bottom: 3px;
  left: 125%;
  line-height: 1em;
}
/* line 198, ../src/sass/main.scss */
.switch.top:after {
  top: 3px;
}
/* line 201, ../src/sass/main.scss */
.switch.top .en {
  color: #000;
}
/* line 204, ../src/sass/main.scss */
.switch.top .fr {
  color: #ccc;
}
/* line 209, ../src/sass/main.scss */
.switch.bottom:after {
  bottom: 3px;
}
/* line 212, ../src/sass/main.scss */
.switch.bottom .en {
  color: #ccc;
}
/* line 215, ../src/sass/main.scss */
.switch.bottom .fr {
  color: #000;
}

/* line 220, ../src/sass/main.scss */
.align-center {
  text-align: center;
}

/* line 223, ../src/sass/main.scss */
.width-600 {
  max-width: 600px;
  width: 100%;
  margin: auto !important;
}

/* line 228, ../src/sass/main.scss */
.width-800 {
  max-width: 840px;
  margin: auto;
  width: 100%;
}

/* line 233, ../src/sass/main.scss */
.download-app {
  text-align: center;
}
/* line 235, ../src/sass/main.scss */
.download-app img {
  max-width: 150px;
}

/* line 240, ../src/sass/main.scss */
.list-guardian {
  list-style: none;
  padding: 30px 0 20px;
  margin: 0;
}
/* line 244, ../src/sass/main.scss */
.list-guardian li {
  padding: 20px 0 20px 60px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
}
/* line 250, ../src/sass/main.scss */
.list-guardian i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 0em;
}
/* line 256, ../src/sass/main.scss */
.list-guardian i img {
  width: 50px;
}

/* line 261, ../src/sass/main.scss */
.disclaimer {
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 3em;
  text-align: left;
}

/* line 267, ../src/sass/main.scss */
#footer {
  margin: 0 0 2em 0;
  padding: 0 3%;
  text-align: center;
}
/* line 271, ../src/sass/main.scss */
#footer .wrap-buttons {
  display: block;
}
/* line 275, ../src/sass/main.scss */
#footer .footer-copy-link {
  border-top: 1px solid #ccc;
  padding: 10px 0 0 0;
  margin-top: 15px;
}
/* line 279, ../src/sass/main.scss */
#footer .footer-copy-link a {
  font-size: 14px;
  color: #000;
  border-right: 1px solid #999;
  padding: 0px 10px;
}
/* line 284, ../src/sass/main.scss */
#footer .footer-copy-link a:hover {
  opacity: 0.7;
}
/* line 287, ../src/sass/main.scss */
#footer .footer-copy-link a:last-child {
  border-right: 0;
}

/* line 293, ../src/sass/main.scss */
.content {
  padding: 3%;
}

/* Variables */
@media (max-width: 1360px) {
  /* line 4, ../src/sass/_responsive.scss */
  .switch {
    left: 1%;
  }

  /* line 7, ../src/sass/_responsive.scss */
  .wrapper {
    margin: auto 110px;
  }
}
@media (max-width: 768px) {
  /* line 13, ../src/sass/_responsive.scss */
  .list-videos li {
    flex: 0 0 calc(50% - 6%);
  }

  /* line 16, ../src/sass/_responsive.scss */
  h1 {
    font-size: 1.5em;
  }

  /* line 19, ../src/sass/_responsive.scss */
  .switch {
    font-size: 12px;
  }

  /* line 22, ../src/sass/_responsive.scss */
  #footer {
    text-align: center;
    display: grid;
  }
  /* line 25, ../src/sass/_responsive.scss */
  #footer .wrap-buttons {
    display: none;
  }
  /* line 28, ../src/sass/_responsive.scss */
  #footer .footer-copy-link {
    order: -1;
    margin-bottom: 2em;
  }

  /* line 33, ../src/sass/_responsive.scss */
  .wrap-buttons {
    display: block;
    text-align: center;
    margin-top: 0;
    padding-top: 10px;
  }

  /* line 39, ../src/sass/_responsive.scss */
  .wrap-buttons img {
    max-height: 35px;
  }

  /* line 42, ../src/sass/_responsive.scss */
  .wrapper {
    margin: auto;
  }

  /* line 45, ../src/sass/_responsive.scss */
  .width-800 {
    max-width: 600px;
  }

  /* line 48, ../src/sass/_responsive.scss */
  .main-content {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  /* line 53, ../src/sass/_responsive.scss */
  .list-videos li {
    flex: 0 0 calc(100% - 6%);
  }

  /* line 56, ../src/sass/_responsive.scss */
  .wrap-buttons {
    padding-right: 10px;
    text-align: right;
  }

  /* line 60, ../src/sass/_responsive.scss */
  .switch {
    left: 15px;
  }
}
